@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
* {
	list-style: none;
	margin: 0;
	border: none;
	outline: none;
	padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}
.dis {
	display: block !important;
}
.dn {
	display: none;
}
.clear {
	clear: both;
}
/*header*/

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	height: 80px;
	background-color: rgba(0,0,0,0.3);
}
.header.pos {
	background-color: rgba(0,0,0,0.7);
}
.header .line {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.3);
	z-index: 1;
}
.header .head {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 9;
}
.header .head .logo {
	height: 50px;
	float: left;
	padding: 15px 0;
}
.header .head .logo img {
	display: block;
	height: 50px;
}
.header .head .nav {
	float: right;
	height: 80px;
}
.header .head .nav li{
	display: block;
	float: left;
	position: relative;
}
.header .head .nav li>a {
	display: block;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow:hidden;
	text-align:center;
}
.header .head .nav span {
	display: block;
	float: left;
	height: 80px;
	line-height: 80px;
	color: #999;
	font-size: 12px;
	margin: 0 15px;
}
.header .head .nav strong {
	display: block;
	float: left;
	height: 80px;
	width: 10px;
}
.header .head .nav a b {
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #d71718;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header .head .nav li>a.on b, .header .head .nav li:hover >a b {
	width: 100%;
}
.header .head .nav li p {
	width:200px;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: -15px;
	top: 100%;
	display: none;
}
.header .head .nav li:hover p {
	display: block;
}
.header .head .nav li p a {
	display: block;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	color: #fff;
	padding: 0 20px;
}
.header .head .nav li p a:hover {
	background-color: #d71718;
}
.header .head .nav dl {
	display: block;
	float: left;
	position: relative;
}
.header .head .nav dl dt {
	height: 80px;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 80px;
}
.header .head .nav dl dt img {
	display: block;
	margin: 32px 10px;
	margin-left: 0;
	float: left;
}
.header .head .nav dl dd {
	width: 100px;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	right: 0;
	top: 100%;
	text-align: center;
	display: none;
}
.header .head .nav dl:hover dd {
	display: block;
}
.header .head .nav dl dd a {
	width: 80px;
	display: block;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	color: #fff;
	padding: 0 10px;
	vertical-align:middle;
}
.header .head .nav dl dd a:hover {
	background-color: #d71718;
}
.header .head .nav dl dd a img{ vertical-align:middle; margin-right:10px;}
/*banner*/

.banner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner .bd{ width:100%; height:100%; overflow:hidden; position:relative; z-index:1;}
.banner .bd ul{ width:100%; height:100% !important; overflow:hidden;}
.banner .bd ul li{ width:100%; height:100% !important; overflow:hidden;}
.banner .bd ul li img{ width:100%; display:block;}
.banner .hd {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 53px;
	z-index: 99;
}
.banner .hd ul{ display:block; overflow:hidden;}
.banner .hd li {
	display: block;
	float: left;
	width: 40px;
	height: 4px;
	margin-right: 10px;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.35);
	overflow: hidden;
	cursor: pointer;
}
.banner .hd li.on {
	background-color: #d71718;
}
.banner .nivo-directionNav {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	bottom: 39px;
	z-index: 9;
	display: block !important;
}
.banner .nivo-directionNav .prev {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	border: 1px solid rgba(255,255,255,0.5);
	background-image: url(../images/left.png);
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.banner .nivo-directionNav .next {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	border: 1px solid rgba(255,255,255,0.5);
	background-image: url(../images/right.png);
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.banner .nivo-directionNav .prev:hover, .banner .nivo-directionNav .next:hover {
	border: none;
	background-color: rgba(215,23,24,0.5);
}
/*公司简介*/

.abox {
	width: 100%;
	padding: 70px 0;
}
.abox .box {
	width: 1200px;
	margin: auto;
	position: relative;
}
.abox .box .title {
	position: absolute;
	right: 0;
	top: 35px;
}
.abox .box .title img {
	display: block;
}
.abox .box .tu {
	width: 800px;
	height: 440px;
}
.abox .box .tu img {
	display: block;
	height: 440px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.abox .box .tu:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.abox .box .wen {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #d71718;
	width: 620px;
	height: 350px;
}
.abox .box .wen a {
	width: 520px;
	height: 240px;
	margin: 9px;
	border: 1px solid #fff;
	display: block;
	overflow: hidden;
	padding: 45px 40px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.abox .box .wen .a01 {
	color: #fff;
}
.abox .box .wen .a01 p {
	display: block;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 20px;
	text-align: right;
}
.abox .box .wen .a01 p b {
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}
.abox .box .wen .a01 p strong {
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 4px;
}
.abox .box .wen .a01 span {
	width: 380px;
	display: block;
	float: left;
	padding-top: 1px;
}
.abox .box .wen .a01 span b {
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
.abox .box .wen .a01 span strong {
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	opacity: 0.7;
}
.abox .box .wen .a02 {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
	color: #fff;
	height: 168px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.abox .box .wen a:hover {
	height: 245px;
	padding-top: 40px;
}
.abox .box .shu {
	margin: 30px 0;
}
.abox .box .shu li {
	display: block;
	float: left;
	padding-right: 60px;
	margin-right: 60px;
	border-right: 2px dashed #999;
}
.abox .box .shu li p {
	display: block;
	font-size: 30px;
	line-height: 38px;
	color: #d71718;
}
.abox .box .shu li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.abox .box .shu li:last-child {
	border: none;
	margin-right: 0;
}
/*选择我们的理由*/

.xbox {
	width: 100%;
	height: 700px;
	background-image: url(../images/xbg_13.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.xbox .box {
	width: 1200px;
	margin: auto;
	position: relative;
	height: 700px;
}
.xbox .box .title {
	position: absolute;
	left: 0;
	top: 70px;
}
.xbox .box .title img {
	display: block;
}
.xbox .box .hd {
	display: block;
	width: 300px;
	padding-top: 200px;
	float: left;
}
.xbox .box .hd li {
	display: block;
	cursor: pointer;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.xbox .box .hd li p {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	overflow: hidden;
}
.xbox .box .hd li p img {
	height: 70px;
	display: block;
}
.xbox .box .hd li p span {
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	overflow: hidden;
	background-image: url(../images/xz.png);
	background-position: center;
	background-repeat: no-repeat;
}
.xbox .box .hd li a {
	display: block;
	height: 46px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	margin: 12px 0;
	margin-left: 40px;
	padding-left: 45px;
	width: 200px;
	padding-right: 15px;
	font-size: 18px;
	line-height: 46px;
}
.xbox .box .hd li.on p span {
	display: none;
}
.xbox .box .hd li.on a {
	background-color: #d71718;
	color: #fff;
}
.xbox .box .bd {
	width: 800px;
	float: right;
}
.xbox .box .bd ul {
	width: 100%;
	height: 700px;
	position: relative;
}
.xbox .box .bd .x01 {
	width: 660px;
	height: 460px;
	float: right;
}
.xbox .box .bd .x01 img {
	width: 100%;
	display: block;
}
.xbox .box .bd .x02 {
	position: absolute;
	left: 0;
	bottom: 70px;
	background-color: #fff;
	width: 540px;
	height: 300px;
}
.xbox .box .bd .x02 a {
	width: 440px;
	height: 200px;
	margin: 9px;
	border: 1px solid #d71718;
	display: block;
	overflow: hidden;
	padding: 40px;
}
.xbox .box .bd .x02 .bt {
	padding-bottom: 20px;
	border-bottom: 1px solid #cacaca;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #d71718;
}
.xbox .box .bd .x02 .bt img {
	display: block;
	float: left;
	margin-right: 10px;
}
.xbox .box .bd .x02 .wen {
	font-size: 14px;
	line-height: 24px;
	height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-top: 15px;
}
.xbox .box .bd .x03 {
	position: absolute;
	right: 0;
	bottom: 54px;
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	opacity: 0.5;
}
/*发展历程*/

.fbox {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.fbox .bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.fbox .box {
	width: 1200px;
	margin: 70px auto;
	position: relative;
	z-index: 9;
}
.fbox .box .title {
	width: 100%;
}
.fbox .box .title img {
	margin: auto;
	display: block;
}
.fbox .box .bd {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.fbox .box .bd .picList {
	width: 1230px;
	display: block;
}
.fbox .box .bd li {
	width: 380px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 30px;
	background-color: #fff;
	border-radius: 10px;
}
.fbox .box .bd li .tu {
	width: 100%;
	height: 240px;
	position: relative;
}
.fbox .box .bd li .tu img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fbox .box .bd li:hover .tu img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.fbox .box .bd li .wen {
	padding: 30px;
}
.fbox .box .bd li .f01 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fbox .box .bd li .f02 {
	width: 40px;
	height: 2px;
	background-color: #d71718;
	margin: 10px 0;
}
.fbox .box .bd li .f03 {
	font-size: 14px;
	line-height: 24px;
	height: 168px;
}
/*业务范围*/

.ybox {
	width: 100%;
	padding: 70px 0;
	background-color: #fff;
}
.ybox .box {
	width: 1200px;
	margin: auto;
	position: relative;
}
.ybox .box .title {
	width: 100%;
}
.ybox .box .title img {
	display: block;
	margin: auto;
}
.ybox .box .y01 {
	position: absolute;
	right: 100px;
	top: 105px;
	text-align: right;
	width: 320px;
	font-size: 26px;
	line-height: 36px;
	height: 36px;
	z-index: 9;
}
.ybox .box .y02 {
	position: absolute;
	right: 100px;
	top: 141px;
	text-align: right;
	width: 320px;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	z-index: 9;
}
.ybox .box .y03 {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 30px;
	height: 90px;
	z-index: 9;
}
.ybox .box .y03 img {
	display: block;
}
.ybox .box .y03 .img02 {
	display: none;
}
.ybox .box .y03:hover .img01 {
	display: none;
}
.ybox .box .y03:hover .img02 {
	display: block;
}
.ybox .box .y04 {
	position: absolute;
	top: 230px;
	right: 110px;
	z-index: 9;
}
.ybox .box .y04 b {
	float: right;
	width: 40px;
	height: 4px;
	background-color: #fff;
	display: block;
	overflow: hidden;
}
.ybox .box .y04 strong {
	display: block;
	clear: both;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-align: right;
	padding-top: 23px;
	text-transform: uppercase;
}
.ybox .box .y05 {
	width: 100%;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	background-image: url(../images/ybg_31.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 450px;
}
.ybox .box .y05 .bd {
	width: 1040px;
	position: relative;
	margin-left: 50px;
}
.ybox .box .y05 .bd li {
	display: block;
	overflow: hidden;
	position: relative;
}
.ybox .box .y05 .bd li .left {
	width: 700px;
	height: 400px;
	float: left;
}
.ybox .box .y05 .bd li .left img, .ybox .box .y05 .bd li .left video {
	width: 100%;
	display: block;
}
.ybox .box .y05 .bd li .right {
	float: right;
	width: 300px;
	padding-top: 258px;
	text-align: right;
}
.ybox .box .y05 .bd li .right b {
	display: block;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	overflow: hidden;
}
.ybox .box .y05 .bd li .right p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #fff;
	overflow: hidden;
	margin-top: 5px;
}
.ybox .box .y05 .hd {
	position: absolute;
	right: 110px;
	bottom: 50px;
	z-index: 5;
}
.ybox .box .y05 .hd li {
	display: block;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	opacity: 0.7;
}
.ybox .box .y05 .hd li.on {
	opacity: 1;
}
/*工程案例*/

.cbox {
	width: 100%;
	padding: 70px 0;
	background-color: #f1f1f1;
}
.cbox .box {
	width: 1200px;
	margin: auto;
	position: relative;
}
.cbox .box .title {
	position: absolute;
	left: 0;
	top: 30px;
}
.cbox .box .title img {
	display: block;
}
.cbox .box .more {
	position: absolute;
	right: 640px;
	top: 108px;
	text-align: right;
}
.cbox .box .more span {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
}
.cbox .box .more p {
	font-size: 14px;
	line-height: 24px;
	display: block;
	color: #d71718;
	vertical-align: middle;
}
.cbox .box .more p b {
	width: 40px;
	height: 1px;
	display: inline-block;
	background-color: #d71718;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.cbox .box .more:hover p b {
	width: 60px;
}
.cbox .box .list {
	width: 1210px;
	display: block;
	padding-top: 180px;
	position: relative;
	min-height: 190px;
}
.cbox .box .list li {
	width: 290px;
	height: 180px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.cbox .box .list li:nth-child(1) {
	width: 600px;
	height: 370px;
	position: absolute;
	top: 0;
	margin-top: 0;
	right: 0;
}
.cbox .box .list li:nth-child(4) {
	clear: left;
	float: left;
}
.cbox .box .list li img {
	width: 100%;
	display: block;
}
.cbox .box .list li a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	display: block;
	overflow: hidden;
	background-color: rgba(0,0,0,0.7);
}
.cbox .box .list li a p {
	display: block;
	width: calc(100% - 40px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.cbox .box .list li a p span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	color: #fff;
}
.cbox .box .list li a p b {
	display: block;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	font-weight: normal;
	overflow: hidden;
	color: #fff;
	margin-top: 5px;
}
.cbox .box .list li a:hover {
	opacity: 1;
}
/*新闻动态*/

.nbox {
	width: 100%;
	padding: 70px 0;
	background-color: #fff;
}
.nbox .box {
	width: 1200px;
	margin: auto;
	position: relative;
}
.nbox .box .title {
	width: 100%;
}
.nbox .box .title img {
	display: block;
	margin: auto;
}
.nbox .box dl {
	width: 1240px;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.nbox .box dl dt {
	width: 1200px;
	display: block;
	float: left;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.nbox .box dl dt .bg {
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #eee;
	z-index: 0;
}
.nbox .box dl dt .left {
	width: 310px;
	height: 200px;
	float: left;
	margin-left: 20px;
	position: relative;
	z-index: 1;
}
.nbox .box dl dt .left img {
	width: 100%;
	display: block;
}
.nbox .box dl dt .right {
	width: 810px;
	height: 200px;
	float: left;
	margin: 0 30px;
	position: relative;
	z-index: 1;
}
.nbox .box dl dt .right .bt {
	height: 60px;
	line-height: 60px;
}
.nbox .box dl dt .right .bt a {
	font-size: 18px;
	display: block;
	float: left;
	max-width: 680px;
	overflow: hidden;
}
.nbox .box dl dt .right .bt a:hover {
	color: #d71718;
}
.nbox .box dl dt .right .bt p {
	font-size: 16px;
	display: block;
	float: right;
	overflow: hidden;
	color: #999;
}
.nbox .box dl dt .right .wen {
	width: 100%;
	height: 74px;
	line-height: 24px;
	font-size: 14px;
	margin: 15px 0;
}
.nbox .box dl dt .right .more {
	height: 36px;
}
.nbox .box dl dt .right .more a {
	width: 118px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 1px solid #cacaca;
}
.nbox .box dl dt .right .more a:hover {
	border: 1px solid #d71718;
	color: #d71718;
}
.nbox .box dl dd {
	width: 580px;
	margin-top: 20px;
	margin-right: 40px;
	display: block;
	float: left;
	height: 110px;
	position: relative;
	overflow: hidden;
}
.nbox .box dl dd .left {
	width: 170px;
	height: 110px;
	float: left;
}
.nbox .box dl dd .left img {
	width: 100%;
	display: block;
}
.nbox .box dl dd .right {
	width: 390px;
	height: 110px;
	float: right;
}
.nbox .box dl dd .right .bt {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}
.nbox .box dl dd .right:hover .bt a {
	color: #d71718;
}
.nbox .box dl dd .right .wen {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	margin: 5px 0;
	color: #666;
}
.nbox .box dl dd .right .shi {
	width: 100%;
	height: 22px;
}
.nbox .box dl dd .right .shi span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999;
	height: 22px;
	line-height: 22px;
}
.nbox .box dl dd .right .shi b {
	display: block;
	float: right;
	width: 120px;
	height: 1px;
	background-color: #cacaca;
	margin-right: 15px;
	margin-top: 10px;
}
.nbox .box dl dd .right:hover .shi b {
	background-color: #d71718;
}
.nbox .box dl dd .right:hover .shi span {
	color: #d71718;
}
/*在线留言*/

.mbox {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.mbox .bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.mbox .box {
	width: 1200px;
	margin: 70px auto;
	position: relative;
	z-index: 9;
}
.mbox .box .title {
	width: 100%;
}
.mbox .box .title img {
	display: block;
	margin: auto;
}
.mbox .box .mess {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	position: relative;
	padding-bottom: 50px;
}
.mbox .box .mess .m01 {
	width: 1100px;
	height: 410px;
	background-color: #fff;
	margin: auto;
	position: relative;
	z-index: 9;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.mbox .box .mess .m02 {
	width: 100%;
	height: 250px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.mbox .box .mess .m02 p {
	width: 50%;
	height: 250px;
	display: block;
	float: left;
	background-color: #d71718;
	opacity: 0.7;
}
.mbox .box .mess .m02 a {
	width: 50%;
	height: 250px;
	display: block;
	float: left;
	background-color: #fff;
	opacity: 0.7;
}
.mbox .box .mess .m01 .left {
	display: block;
	margin-left: 10px;
	float: left;
	width: 720px;
	margin-top: 50px;
}
.mbox .box .mess .m01 .left dt {
	display: block;
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
.mbox .box .mess .m01 .left dt span {
	display: block;
	width: 95px;
	margin-right: 15px;
	float: left;
	font-size: 14px;
	line-height: 44px;
	text-align: right;
}
.mbox .box .mess .m01 .left dt p {
	width: 248px;
	height: 42px;
	display: block;
	float: left;
	border: 1px solid #cacaca;
	overflow: hidden;
}
.mbox .box .mess .m01 .left dt p img {
	display: block;
	float: left;
}
.mbox .box .mess .m01 .left dt p input {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 42px;
	width: 206px;
}
.mbox .box .mess .m01 .left dd {
	width: 720px;
	margin-top: 20px;
	overflow: hidden;
}
.mbox .box .mess .m01 .left dd span {
	display: block;
	width: 95px;
	margin-right: 15px;
	float: left;
	font-size: 14px;
	line-height: 44px;
	text-align: right;
}
.mbox .box .mess .m01 .left dd textarea {
	padding: 9px 13px;
	font-size: 14px;
	line-height: 24px;
	height: 42px;
	display: block;
	float: left;
	border: 1px solid #cacaca;
	overflow: auto;
	width: 582px;
	height: 98px;
}
.mbox .box .mess .m01 .left dd input {
	margin-left: 110px;
	cursor: pointer;
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	background-color: #d71718;
	color: #fff;
}
.mbox .box .mess .m01 .right {
	width: 290px;
	display: block;
	float: right;
	margin-top: 50px;
	margin-right: 40px;
}
.mbox .box .mess .m01 .right dt {
	display: block;
	overflow: hidden;
	height: 140px;
	background-image: url(../images/m04_50.jpg);
	position: relative;
}
.mbox .box .mess .m01 .right dt p {
	display: block;
	padding-left: 55px;
	padding-top: 25px;
}
.mbox .box .mess .m01 .right dt p strong {
	display: block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	overflow: hidden;
	float: left;
}
.mbox .box .mess .m01 .right dt p strong img {
	width: 100%;
}
.mbox .box .mess .m01 .right dt p span {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 21px;
	display: block;
	margin-left: 20px;
}
.mbox .box .mess .m01 .right dd {
	display: block;
	overflow: hidden;
	height: 150px;
	background-image: url(../images/m05_65.jpg);
	position: relative;
	margin-top: 20px;
}
.mbox .box .mess .m01 .right dd p {
	display: block;
	text-align: center;
	width: 200px;
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/*footer*/

.footer {
	width: 100%;
	background-color: #222;
	padding-top: 45px;
}
.footer .link {
	width: 1200px;
	margin: auto;
	display:flex;
	align-items:flex-end;
	padding-bottom:10px;
	border-bottom: 1px solid #333;
}
.footer .link .left {
	width: 190px;
	float: left;
}
.footer .link .left span {
	display: block;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #999;
	text-transform: uppercase;
}
.footer .link .left p {
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.footer .link .right {
	flex:1;
	float: right;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.footer .link .right a {
	display: block;
	float: left;
	margin-left: 40px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.footer .link .right a:hover {
	color: #d71718;
}
.footer .foot {
	width: 1200px;
	margin:45px auto;
	margin-bottom:35px;
	position: relative;
}
.footer .foot .left {
	width: 800px;
	float: left;
	margin-top: -15px;
}
.footer .foot .left span {
	display: block;
	overflow: hidden;
}
.footer .foot .left span a {
	height: 46px;
	line-height:46px;
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
	margin-right: 30px;
}
.footer .foot .left span a:hover {
	color: #d71718;
}
.footer .foot .left p {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	color: #999;
}
.footer .foot .mil {
	width: 360px;
	float:right;
	display:block;
}
.footer .foot .mil li{ width: 100px; display:block; margin-left:20px; float:left; overflow:hidden;} 
.footer .foot .mil strong {
	width: 100px;
	height: 100px;
	display: block;
	background-color: #fff;
	overflow: hidden;
}
.footer .foot .mil strong img {
	width: 100%;
	display: block;
}
.footer .foot .mil p {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	color: #999;
	padding-top: 3px;
}
.footer>.right {
	width: 100%;
	padding:18px 0;
	background-color:#111;
	text-align: center;
}
.footer> .right span {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.footer> .right span a {
	color: #999;
}
.footer> .right p {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.footer> .right p a {
	color: #999;
}
/*内页*/

.ban {
	width: 100%;
	height: 420px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main {
	width: 1200px;
	margin: 70px auto;
}
.main .dtitle {
	width: 100%;
}
.main .dtitle img {
	display: block;
	float: left;
}
.main .dtitle p {
	float: right;
	padding-top: 20px;
}
.main .dtitle p a {
	display: inline-block;
	overflow:hidden;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #eee;
	min-width: 80px;
	text-align: center;
}
.main .dtitle p a:hover {
	color: #d71718;
}
.main .dtitle p a.on {
	color: #fff;
	background-color: #d71718;
}
.main .dtitle .sav {
	max-width: 700px;
	float: right;
	height: 40px;
	padding-right: 40px;
	position: relative;
	margin-right:-20px;
	margin-top:20px;
}
.main .dtitle .sav p {
	width: calc(100% - 20px);
	padding-right:20px;
	padding-bottom: 10px;
	background-color: #fff;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	overflow: hidden;
	padding-top: 0;
}
.main .dtitle .sav p a {
	display: block;
}
.main .dtitle .sav span {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display:block;
	position:absolute; right:0; top:0;
	background-color: #eee;
	background-image: url(../images/bot.png);
	background-position:center;
	background-repeat:no-repeat;
}
.main .dtitle .sav.on p{ height:auto;
	max-height:210px;
	overflow:auto;
}
.main .dtitle .sav.on p::-webkit-scrollbar{ width:5px; height:1px;}
.main .dtitle .sav.on p::-webkit-scrollbar-thumb{ border-radius:10px; background-color:#d71718;}
.main .dtitle .sav.on p::-webkit-scrollbar-track{ border-radius:10px; background:rgba(0,0,0,0.7);}
.main .dtitle .sav.on span{ background-image: url(../images/top.png);}
/*发展历程*/

.main .fz {
	width: 100%;
	margin-top: 30px;
	background-image: url(../images/xian.jpg);
	background-position: 25px top;
	background-repeat: repeat-y;
}
.main .fz .box {
	width: 100%;
	margin-bottom: 25px;
}
.main .fz .box .zuo {
	width: 575px;
	float: left;
	text-align: right;
	min-height: 30px;
	display: none;
}
.main .fz .box .zuo strong {
	width: 150px;
	display: block;
	float: right;
	margin-left: 15px;
	margin-right: 5px;
}
.main .fz .box .zuo strong img {
	width: 100%;
	display: block;
}
.main .fz .box .zuo span {
	width: 100%;
	float: right;
	display: block;
	color: #d71718;
	overflow: hidden;
	font-size: 24px;
	height: 40px;
	line-height: 30px;
	margin-right: 5px;
}
.main .fz .box .zuo p {
	width: 405px;
	float: right;
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.main .fz .box .you {
	width: 1150px;
	float: left;
	min-height: 30px;
}
.main .fz .box .you .w02 {
	width: 150px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}
.main .fz .box .you .w02 img {
	width: 100%;
	display: block;
}
.main .fz .box .you .w01 {
	width: 100%;
	float: left;
	display: block;
	color: #d71718;
	overflow: hidden;
	font-size: 24px;
	height: 40px;
	line-height: 30px;
	margin-left: 5px;
}
.main .fz .box .you .w03 {
	width: 100%;
	float: left;
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.main .fz .box .zh {
	width: 50px;
	float: left;
}
.main .fz .box .zh img {
	width: 30px;
	display: block;
	margin: auto;
}
.main .fz .more {
	width: 50px;
}
.main .fz .more img {
	width: 100%;
	display: block;
}
/*公司介绍*/

.main .wenz {
	width: 100%;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
}
.main .wenz img {
	max-width: 100%;
	height: auto;
}
.student {
	width: 1224px;
	display: block;
	margin-left: 1px;
}
.student li {
	width: 280px;
	height: 410px;
	float: left;
	margin-right: 26px;
	margin-top: 30px;
	display: block;
	overflow: hidden;
}
.student li a {
	width: 100%;
	display: block;
	height: 410px;
	overflow: hidden;
	background-color: #eee;
	text-align: center;
}
.student li a:hover {
	background-color: #d71718;
}
.student li .s01 {
	width: 100%;
	height: 180px;
}
.student li .s01 img {
	width: 100%;
	display: block;
}
.student li .s02 {
	width: 240px;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	margin: auto;
	margin-top: 15px;
}
.student li .s03 {
	display:none;
}
.student li .s04 {
	width: 50px;
	height: 2px;
	margin: 10px auto;
	background-color: #d71718;
}
.student li .s05 {
	width: 240px;
	font-size: 14px;
	height: 96px;
	line-height: 24px;
	margin: auto;
	color: #666;
	padding-top:5px;
}
.student li .s06 {
	width: 40px;
	height: 40px;
	margin: auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: url(../images/righth01.png);
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	margin-top: 10px;
}
.student li a:hover .s06 {
	background-image: url(../images/righth.png);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.student li a:hover .s02, .student li a:hover .s05 {
	color: #fff;
}
.student li a:hover .s04 {
	background-color:#fff;
}
.fanye {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.fanye li {
	margin: 0 3px;
	display: inline-block;
}
.fanye li a {
	min-width: 20px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	background-color: #f2f2f2;
	border-radius: 3px;
	display: block;
}
.fanye li span {
	min-width: 20px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #d71718;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #d71718;
}
.td {
	width: 100%;
	margin-top: 30px;
}
.td .tl {
	width: 400px;
	float: left;
	display: none;
	border-radius: 10px;
}
.td .tl img {
	width: 100%;
	display: block;
}
.td .tr {
	width: 100%;
	float: right;
}
.td .tr .bt {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.td .tr .bt p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #d71718;
}
.td .tr .bt span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
}
.td .tr .wen {
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th, td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
/*荣誉资质*/

.honor {
	width: 1230px;
}
.honor a {
	width: 378px;
	height: 264px;
	border: 1px solid #cacaca;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
}
.honor a span {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #d71718;
}
.honor a:hover span {
	background-color: rgba(215,23,24,0.7);
	color: #fff;
}
.honor a img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}
/*工程案例*/

.course {
	width: 1230px;
	display: block;
}
.course li {
	width: 380px;
	height: 330px;
	display: block;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
}
.course li a {
	width: 100%;
	display: block;
	height: 330px;
	overflow: hidden;
}
.course li .tu {
	width: 100%;
	height: 240px;
	position: relative;
}
.course li .tu img {
	width: 100%;
	display: block;
}
.course li .tu b {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(215,23,24,0.7);
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/xq.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.course li a:hover .tu b {
	opacity: 1;
}
.course li .wen {
	padding: 19px 20px;
	height: 52px;
	background-color: #fff;
	position: relative;
}
.course li .wen span {
	width: 290px;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	display: block;
	overflow: hidden;
}
.course li .wen p {
	width: 290px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #999;
	display: block;
	overflow: hidden;
}
.course li .wen b {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 25px;
	background-color: #d71718;
	background-image: url(../images/moreh.png);
	background-size: 14px auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.course li a:hover .wen b {
	opacity: 1;
}
.course li a:hover .wen {
	background-color: #f1f1f1;
}
/*联系我们*/

.box02 {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
#map {
	width: 600px;
	height: 400px;
	overflow: hidden;
	float: left;
}
.box02 .right01 {
	width: 480px;
	margin-top: 50px;
	float: right;
}
.box02 .right01 h2 {
	display: block;
	font-size: 24px;
	color: #d71718;
	margin-bottom: 20px;
}
.box02 .right01 p {
	display: block;
	font-size: 14px;
	line-height: 36px;
}
/*新闻资讯*/

.news {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 10px;
}
.news dd {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	display: block;
	float: left;
	height: 110px;
	position: relative;
	overflow: hidden;
}
.news dd .left {
	width: 170px;
	height: 110px;
	float: left;
}
.news dd .left img {
	width: 100%;
	display: block;
}
.news dd .right {
	width: 1010px;
	height: 110px;
	float: right;
}
.news dd .right .bt {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}
.news dd .right:hover .bt a {
	color: #d71718;
}
.news dd .right .wen {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	margin: 5px 0;
	color: #666;
}
.news dd .right .shi {
	width: 100%;
	height: 22px;
}
.news dd .right .shi span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999;
	height: 22px;
	line-height: 22px;
}
.news dd .right .shi b {
	display: block;
	float: right;
	width: 120px;
	height: 1px;
	background-color: #cacaca;
	margin-right: 15px;
	margin-top: 10px;
}
.news dd .right:hover .shi b {
	background-color: #d71718;
}
.news dd .right:hover .shi span {
	color: #d71718;
}
/*新闻内页*/

.main .lbar {
	width: 910px;
	float: left;
}
.main .lbar .toub {
	font-size: 24px;
	text-align: center;
	color: #d71718;
}
.main .lbar .time {
	padding-bottom: 10px;
	color: #999;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #cacaca;
}
.main .lbar .wenz {
	width: 100%;
}
.main .lbar .back {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #cacaca;
	padding-top: 20px;
	margin-top: 20px;
}
.main .lbar .back p {
	display: block;
	float: left;
	width: 80%;
	overflow: hidden;
}
.main .lbar .back p span {
	display: block;
	height: 24px;
	overflow: hidden;
}
.main .lbar .back p span a:hover {
	color: #d71718;
}
.main .lbar .back strong {
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	overflow: hidden;
	font-weight: normal;
}
.main .lbar .back strong a:hover {
	color: #d71718;
}
.main .rbar {
	width: 258px;
	border: 1px solid #cacaca;
	border-top: 2px solid #d71718;
	float: right;
}
.main .rbar .bt {
	padding: 0 19px;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #cacaca;
}
.main .rbar ul {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
}
.main .rbar ul li {
	padding: 20px 19px;
	padding-bottom: 0;
	display: block;
	overflow: hidden;
}
.main .rbar ul li strong {
	width: 100%;
	display: block;
	overflow: hidden;
}
.main .rbar ul li strong img {
	width: 100%;
	display: block;
}
.main .rbar ul li span {
	margin: 10px auto;
	font-size: 16px;
	display: block;
	overflow: hidden;
}
.main .rbar ul li p {
	display: block;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
/*在线留言*/

.main .mess {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	position: relative;
	padding-bottom: 50px;
}
.main .mess .m01 {
	width: 1100px;
	height: 410px;
	background-color: #f1f1f1;
	margin: auto;
	position: relative;
	z-index: 9;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.main .mess .m02 {
	width: 100%;
	height: 250px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.main .mess .m02 p {
	width: 50%;
	height: 250px;
	display: block;
	float: left;
	background-color: #d71718;
	opacity: 1;
}
.main .mess .m02 a {
	width: 50%;
	height: 250px;
	display: block;
	float: left;
	background-color: #d71718;
	opacity: 0.7;
}
.main .mess .m01 .left {
	display: block;
	margin-left: 10px;
	float: left;
	width: 720px;
	margin-top: 50px;
}
.main .mess .m01 .left dt {
	display: block;
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
.main .mess .m01 .left dt span {
	display: block;
	width: 95px;
	margin-right: 15px;
	float: left;
	font-size: 14px;
	line-height: 44px;
	text-align: right;
}
.main .mess .m01 .left dt p {
	width: 248px;
	height: 42px;
	display: block;
	float: left;
	border: 1px solid #cacaca;
	overflow: hidden;
}
.main .mess .m01 .left dt p img {
	display: block;
	float: left;
}
.main .mess .m01 .left dt p input {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 42px;
	width: 206px;
}
.main .mess .m01 .left dd {
	width: 720px;
	margin-top: 20px;
	overflow: hidden;
}
.main .mess .m01 .left dd span {
	display: block;
	width: 95px;
	margin-right: 15px;
	float: left;
	font-size: 14px;
	line-height: 44px;
	text-align: right;
}
.main .mess .m01 .left dd textarea {
	padding: 9px 13px;
	font-size: 14px;
	line-height: 24px;
	height: 42px;
	display: block;
	float: left;
	border: 1px solid #cacaca;
	overflow: auto;
	width: 582px;
	height: 98px;
}
.main .mess .m01 .left dd input {
	margin-left: 110px;
	cursor: pointer;
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	background-color: #d71718;
	color: #fff;
}
.main .mess .m01 .right {
	width: 290px;
	display: block;
	float: right;
	margin-top: 50px;
	margin-right: 40px;
}
.main .mess .m01 .right dt {
	display: block;
	overflow: hidden;
	height: 140px;
	background-image: url(../images/m04_50.jpg);
	position: relative;
}
.main .mess .m01 .right dt p {
	display: block;
	padding-left: 55px;
	padding-top: 25px;
}
.main .mess .m01 .right dt p strong {
	display: block;
	width: 90px;
	height: 90px;
	background-color: #fff;
	overflow: hidden;
	float: left;
}
.main .mess .m01 .right dt p strong img {
	width: 100%;
}
.main .mess .m01 .right dt p span {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 21px;
	display: block;
	margin-left: 20px;
}
.main .mess .m01 .right dd {
	display: block;
	overflow: hidden;
	height: 150px;
	background-image: url(../images/m06_65.jpg);
	position: relative;
	margin-top: 20px;
}
.main .mess .m01 .right dd p {
	display: block;
	text-align: center;
	width: 200px;
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.sq {
	width: 100%;
	background-color: #f7f7f7;
	padding: 70px 0;
}
.sq .w01 {
	width: 1200px;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
}
.sq .w01 b {
	width: 50px;
	height: 4px;
	display: block;
	margin: auto;
	background-color: #d71718;
}
.sq #form {
	width: 1200px;
	margin: auto;
	display: block;
}
.sq .box {
	width: 1260px;
	padding-top: 10px;
}
.sq .box .w02 {
	width: 570px;
	float: left;
	margin-top: 30px;
	margin-right: 60px;
}
.sq .box .w02 span {
	width: 140px;
	text-align: right;
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	float: left;
	overflow: hidden;
}
.sq .box .w02 p {
	width: 408px;
	border: 1px solid #ddd;
	display: block;
	float: left;
	overflow: hidden;
}
.sq .box .w02 p input {
	width: 100%;
	padding: 0 19px;
	box-sizing: border-box;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-family: inherit;
}
.sq .box .w02 p select {
	width: 100%;
	padding: 0 19px;
	box-sizing: border-box;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-family: inherit;
}
.sq .w03 {
	width: 100%;
	margin-top: 30px;
}
.sq .w03 span {
	width: 140px;
	text-align: right;
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	float: left;
	overflow: hidden;
}
.sq .w03 p {
	width: 1038px;
	border: 1px solid #ddd;
	display: block;
	float: left;
	overflow: hidden;
}
.sq .w03 p textarea {
	padding: 7px 19px;
	font-size: 14px;
	line-height: 24px;
	display: block;
	overflow: auto;
	width: 100%;
	box-sizing: border-box;
	height: 110px;
}
.sq .w04 {
	width: 100%;
	margin-top: 30px;
}
.sq .w04 input {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #333;
	color: #fff;
	display: block;
	margin: auto;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
}
.sq .w04 input:hover {
	background-color: #d71718;
}
