@charset "utf-8";
/* CSS Document */

/*top*/
.menu_wrap {
	width: 100%;
	margin: 0 auto;
	background: #3196e7;
	height: 48px;
}
.mainnav {
	width: 1200px;
	margin: 0 auto;
}
.mainnav li a, .mainnav li a:visited {
	float: left;
	width: 150px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}
.mainnav li a:hover {
	display: block;
	width: 150px;
	color: #fff;
	text-decoration: none;
	background-color: #00599b;
}
.current {
	display: block;
	width: 150px;
	color: #fff;
	text-decoration: none;
	background-color: #00599b;
}
.clear { clear:both;}


/*产品中心*/
.product {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 32px
}
.product .title {
	height: 150px;
	height: auto;
	padding-top: 45px;
}
.product .title p {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	text-align: center;
}
.product .main {
	overflow: hidden;
	margin-top: 65px;
}
.product .main .t_box {
/*	padding-left: 40px;*/
	padding-bottom: 46px;
}
.product .main .t_box li {
	float: left;
/*	width: 224px;
	height: 36px;*/
	padding: 20px;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	font-size: 16px;
	color: #666;
	line-height: 18px;
	text-align: center;
	margin-right: 30px;
}
.product .main .t_box .l1 {
	float: left;
/*	width: 290px;
	height: 36px;*/
	padding: 20px;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	font-size: 16px;
	color: #666;
	line-height: 18px;
	text-align: center;
	margin-right: 30px;
}
.product .main .t_box li:hover {
	background-color: #3196e7;
	color: #FFF;
	border: none;
}
.d_box { width:100%; overflow:hidden; margin-top:50px;}
.d_box li { float:left; margin-left:30px; margin-bottom:31px;}
.product .main .d_box .apply_img {
	display: block;
	width: 312px;
	height: 208px;
	overflow: hidden;
}
.product .main .d_box .apply_img a {
	display: block;
}
.product .main .d_box .apply_img img {
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-border-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.product .main .d_box .apply_img a:hover img {
	-ms-transform: scale(1.14);
	-moz-transform: scale(1.14);
	-o-border-transform: scale(1.14);
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}


/*设备展示*/
.sbzs {
	width: 100%;
	overflow: hidden;
	background: url(../img/shebei_bg.jpg) no-repeat center;
}
.sbzs .title {
	height: 150px;
	height: auto;
	padding-top: 45px;
}
.sbzs .title p {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	text-align: center;
}
.apply {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	margin-bottom: 60px;
}
.apply_w li .apply_array {
	width: 278px;
	height: 318px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	transition: all 0.6s;
}
.apply_w1 li .apply_array {
	width: 278px;
	height: 318px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	transition: all 0.6s;
}
.apply_w li:hover .apply_array {
	box-shadow: 0 0 16px rgba(0,0,0,0.15);
}
.apply_w li:hover .cpt img {
	transform: scale(1.2)
}
.apply_w li:hover .block1::after {
	content: "";
	width: 100%;
}
.apply_w li:hover .des1::after {
	opacity: 1;
	transform: translateX(-20px);
}
.apply_w li:hover .des1 h1 {
	color: #0aa5ff;
}
.apply_w li:hover .des1 p {
	color: #677aab;
}
.apply_w {
	position: absolute;
	width: 1200px;
	float: left;
	left: 0px
}
.apply_w li {
	float: left;
	width: 280px;
	padding: 10px;
	height: 100%;
	cursor: pointer;
	margin-right: 3px;
}
.apply_w li:hover .gd {
	background-color: #0aa5ff;
}
.apply_w li:hover .gd span {
	color: #ffffff;
	opacity: 1;
	transform: translateX(-10px);
}
.apply_w li:hover .gd i::after {
	content: "";
	opacity: 1;
	transform: translateX(10px);
}
.cpt {
	width: 100%;
	height: 162px;
	overflow: hidden;
	position: relative;
}
.cpt img {
	display: block;
	width: 278px;
	height: 162px;
	-ms-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-border-transition: 1.5s;
	-webkit-transition: 1.5s;
	transition: 0.6s;
}
.block1 {
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	position: relative;
}
.block1::after {
	content: "";
	width: 0%;
	height: 1px;
	background-color: #0aa5ff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	left: 0px;
	top: 0px;
}
.des1 {
	width: 100%;
	height: 139px;
	background-color: #fff;
	position: relative;
}
.des1 h1 {
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 18px;
	color: #333333;
	line-height: 64px;
	text-align: center;
}
.des1 p {
	padding-top: 7px;
	padding-left: 20px;
	font-size: 14px;
	color: #999999;
	line-height: 21px;
}
.des1::after {
	content: "";
	width: 33px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 29px;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.apply_info {
	text-align: center;
	padding-top: 10px;
}
.apply_nav {
	position: relative;
	width: 1200px;
	height: 340px;
	overflow: hidden
}
.apply .img_l {
	width: 31px;
	height: 31px;
	position: absolute;
	bottom: 150px;
	left: -40px;
	cursor: pointer;
	background: url(../img/zuo1_19.png) no-repeat center;
}
.apply .img_l:hover {
	background: url(../img/zuo1_19.png) no-repeat center;
}
.apply .img_r {
	width: 31px;
	height: 31px;
	position: absolute;
	bottom: 150px;
	right: -40px;
	cursor: pointer;
	background: url(../img/you1_22.png) no-repeat center;
}
.apply .img_r:hover {
	background: url(../img/you1_22.png) no-repeat center;
}
/*轮播css*/
.gd {
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #c9c9c9;
	margin: 0 auto;
	position: relative;
}
.gd span {
	display: block;
	text-align: center;
	line-height: 40px;
	color: #999999;
	font-size: 14px;
	transition: all 0.6s;
	position: relative;
	width: 100%;
	height: 100%;
}
.gd i::after {
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	position: absolute;
	top: 16px;
	right: 40px;
	opacity: 0;
	z-index: 2;
	transition: all 0.6s;
}
.vie_mor {
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #c8c8c8;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.vie_mor i::before {
	content: "";
	display: block;
	width: 94px;
	height: 15px;
	background: url(../images/mor1_32.png) no-repeat center;
	position: absolute;
	top: 13px;
	left: 28px;
}
.vie_mor:hover i::before {
	background: url(../images/mor2_32.png) no-repeat;
	animation: Li1 1.2s linear;
}
@keyframes Li1 {
 0% {
 width: 0%;
}
 100% {
 width: 100%;
}
}
.vie_mor:hover {
	border: none;
	background-color: #5bb8fe;
}
/*公司简介*/
.gsjj {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
}
.gsjj .title {
	height: 150px;
	height: auto;
	padding-top: 45px;
}
.gsjj .title p {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	text-align: center;
}
.gsjj .main {
	margin-top: 54px;
	height: 354px;
	margin-bottom: 69px;
}
.gsjj .main img {
	float: left;
	margin-left: 50px;
	box-shadow: 3px 3px 3px #e1e1e1;
}
.gsjj .main .about {
	float: left;
	width: 616px;
	margin-top: 50px;
	overflow: hidden;
	margin-left: 50px;
}
.gsjj .main .about p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent:2em
}
.gsjj .main .about .btn {
	width: 150px;
	height: 40px;
	border: 1px solid #c9c9c9;
	border-radius: 20px;
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	color: #3196e7;
	line-height: 40px
}
.gsjj .main .about .btn:hover {
	background-color: #3196e7;
	color: #FFF;
	border: 0;
}
/*咨询中心*/
.new {
	width: 100%;
	overflow: hidden;
	background: url(../img/new_bg.jpg) no-repeat center;
}
.new .title {
	height: 150px;
	height: auto;
	padding-top: 45px;
}
.new .title p {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	text-align: center;
}
.new .w1200 {
	margin-top: 60px;
	overflow: hidden;
	margin-bottom: 59px;
}
.new .w1200 li {
	float: left;
	width: 519px;
	height: 91px;
	padding: 33px 25px;
	background-color: #FFF;
	margin-left: 21px;
	margin-bottom: 21px;
}
.new .w1200 li .ico {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background-color: #999;
	font-size: 32px;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
}
.new .w1200 li:hover .ico {
	background-color: #08a3d9;
}
.new .w1200 li h2 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-left: 140px;
}
.new .w1200 li h2:hover {
	color: #3196e7;
}
.new .w1200 li p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-left: 140px;
}
/*底部*/
.foot {
	background-color: #393b40;
	height: auto;
	padding-top: 42px;
	padding-bottom: 42px;
}
.footbox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.ewm {
	width: 130px;
	float: left;
}
.ewm img {
	display: block;
	width: 130px;
	height: 130px;
	margin-right: 130px;
}
.r_ft {
	width: 940px;
	float: right;
	height: auto;
}
.ul_dbdh {
	width: 100%;
	overflow: hidden;
}
.ul_dbdh li {
	float: left;
	padding-right: 33px;
	background: url(../img/zsx_55.jpg) no-repeat center right;
	margin-right: 33px;
	cursor: pointer;
}
.ul_dbdh li a {
	display: block;
	font-size: 14px;
	color: #828386;
	line-height: 21px;
	transition: all 0.6s;
}
.ul_dbdh li:hover a {
	color: #e2e2e2;
}
.ul_lx {
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
}
.ul_lx li {
	padding-left: 41px;
	cursor: pointer;
	color: #828386;
	line-height: 28px;
	font-size: 12px;
	margin-right: 30px;
	float: left;
}
.ul_lx li.li_dz {
	background: url(../img/dztb_55.png) no-repeat center left;
}
.ul_lx li.li_dh {
	background: url(../img/dhtb_55.png) no-repeat center left;
}
.ul_lx li.li_yx {
	background: url(../img/yxtb_55.png) no-repeat center left;
}
.r_ft p {
	font-size: 12px;
	color: #828386;
	line-height: 28px;
}
.mt_20 {
	margin-top: 16px;
}
.r_ft p a {
	color: #828386;
}
.r_ft p a:hover {
	color: #c8c8c8;
}


/*公司简介内页*/
.gb { width:100%; height:300px; background:url(../img/gb.jpg) no-repeat center;}
.gsj {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	margin-top: 60px;
}
.gsj img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.main {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.mr {
	width: 600px;
	padding: 10px 20px;
	overflow: hidden;
}
.mr h1 {
	font-size: 24px;
	color: #3196e7;
	font-weight: 400;
	text-indent: 1em;
	margin-bottom: 30px;
}
.mr p {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	text-indent: 2em;
	margin-bottom: 15px;
}
.qyry {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.qyry ul {
	width: 100%;
}
.qyry li {
	float: left;
	width: 341px;
	margin: 0 20px 36px;
	text-align: center;
}
.qyry li .img {
	width: 339px;
	height: 217px;
	border: 1px solid #ededed;
}
.qyry li p {
	font-size: 16px;
	color: #666;
	line-height: 48px;
}
/*产品展示内页*/
.cb {
	width: 100%;
	height: 300px;
	background: url(../img/cb.jpg) no-repeat center;
}
.cpzs {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	margin-top: 60px;
	margin-bottom: 50px;
}
.cpzs img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.zfl1 {
	width: auto;
	overflow: hidden;
	margin: 0 auto;
/*	margin-left: 140px;*/
}
.zfl1 li {
	float: left;
	margin-right: 30px;
	margin-bottom:20px;
	cursor: pointer;
}
.zfl1 li a {
	display: block;
	padding-bottom: 19px;
	font-size: 16px;
	color: #666666;
	position: relative;
}
.zfl1 li .a_ts1 {
	color: #01458c;
}
.zfl1 li .a_ts1 i::before {
	width: 40px;
}
.zfl1 li a i::before {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.6s;
	background-color: #01458c;
}
.zfl1 li a:hover i::before {
	width: 40px;
}
.zfl1 li a:hover {
	color: #01458c;
}
.cp_list {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 50px;
}
.cp_list li {
	float: left;
	width: 386px;
	margin-right: 20px;
	border-radius: 0px 0px 10px 0px;
	margin-bottom: 20px;
}
.cp_list .apply_img {
	display: block;
	width: 386px;
	height: 257px;
	overflow: hidden;
}
.cp_list .apply_img a {
	display: block;
}
.cp_list .apply_img img {
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-border-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.cp_list .apply_img a:hover img {
	-ms-transform: scale(1.14);
	-moz-transform: scale(1.14);
	-o-border-transform: scale(1.14);
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}
.tu {
	width: 386px;
	height: 257px;
	position: relative;
	overflow: hidden;
}
.zi {
	width: 100%;
	height: 100px;
	background-color: #ededed;
	border-radius: 0px 0px 10px 0px;
}
.zi h1 {
	font-size: 18px;
	color: #333;
	padding: 25px 15px 0;
	line-height: 27px;
}
.zi h1:hover { color:#3196e7;}
.zi p {
	font-size: 12px;
	color: #c8c8c8;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 18px;
	margin-top: 15px;
	background: url(../img/jt2_19.png) no-repeat 70px center;
}
/*工程业绩内页*/
.yb { width:100%; height:300px; background:url(../img/yb.jpg) no-repeat center;}
.gcyj {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	margin-top: 60px;
	margin-bottom: 50px;
}
.gcyj img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.case_list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.case_list li {
	float: left;
	width: 386px;
	margin-right: 20px;
}
.case_list li:nth-child(3n) {
	margin-right: 0px;
}
.alt {
	width: 386px;
	height: 257px;
	position: relative;
	overflow: hidden;
}
.alt img {
	display: block;
	width: 386px;
	height: 257px;
	transition: -webkit-transform .3s linear;
	transition: -moz-transform .3s linear;
	transition: transform .3s linear;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
.case_list li:hover .alt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}
.alsm {
	width: 100%;
	height: 115px;
	background-color: #ededed;
	padding-top: 15px;
	border-radius: 0px 0px 10px 0px;
}
.alsm .img_zi {
	width: 28px;
	height: 11px;
	background: url(../img/case_zi_15.png) no-repeat center;
	margin-left: 15px;
}
.alsm h5 {
	font-size: 12px;
	color: #999999;
	padding-left: 15px;
	font-weight: 500;
	line-height: 16px;
	padding-bottom: 4px;
}
.alsm a {
	display: block;
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 27px;
	margin-top: 5px;
}
.alsm p {
	font-size: 12px;
	color: #c8c8c8;
	padding-right: 15px;
	line-height: 18px;
	margin-top: 23px;
	background: url(../img/jt2_19.png) no-repeat 70px center;
}
.mar_top {
	margin-top: 20px;
}
.case_list li:hover .alsm {
	background-color: #2478ce;
}
.case_list li:hover .alsm .img_zi {
	background: url(../img/case_zi2_15.png) no-repeat center;
}
.case_list li:hover .alsm h5 {
	color: #ededed;
}
.case_list li:hover .alsm a {
	color: #fff;
}
/*新闻内页*/
.nb { width:100%; height:300px; background:url(../img/nb.jpg) no-repeat center;}
.new_box {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	margin-top: 60px;
	margin-bottom: 50px;
}
.new_box img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.newlist {
	width: 1140px;
	padding: 0 30px 50px;
	overflow: hidden;
}
.newlist li {
	float: left;
	width: 100%;
	height: 210px;
	border-bottom: 1px solid #ededed;
}
.newlist li img {
	float: left;
	display: block;
	width: 330px;
	height: 140px;
	margin-top: 35px;
}
.newlist li .newbody {
	float: left;
	width: 525px;
	position: relative;
	height: 100%
}
.newlist li .newbody .title {
	margin-left: 80px;
	width: 725px;
	margin-top: 40px;
	font-size: 18px;
	color: #666;
	line-height: 34px;
}
.newlist li .newbody p {
	margin-left: 80px;
	width: 525px;
	margin-top: 12px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newlist li .newbody:hover {
	margin-left: 15px;
	transition: all 0.6s;
}
.newlist li .lr {
	float: right;
	margin-top: 60px;
}
.newlist li .lr span {
	font-size: 32px;
	color: #999;
	line-height: 30px;
}
.newlist li .lr p {
	margin-left: 50px;
	margin-top: 8px;
	font-size: 16px;
	color: #999;
}
.page-class {
	width: 100%;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.page-class li {
	float: left;
	margin: 0 4px;
	width: 35px;
	height: 30px;
}
.page-class li a {
	display: block;
	border: 1px solid #b7bfc6;
	color: #888;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.page-class li a:hover {
	color: #fff;
	border-color: #1c62b0;
	background: #1c62b0;
}
.page-class li.curr a {
	color: #fff;
	border-color: #1c62b0;
	background: #1c62b0;
}
.page-class li.first {
	width: 40px;
}
.page-class li.secend {
	width: 65px;
}
/*新闻展示*/
.new_show {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius: 8px;
}
.xwzs {
	width: 998px;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
}
.xwzs2 {
	width: 936px;
	padding:0 30px
}
.xwzs2 h1 {
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 56px;
	margin-top: 20px;
}
.xwzs2 h2 {
	font-size: 12px;
	color: #99;
	text-align: center;
	border-bottom: 1px dashed #d2d2d2;
	line-height: 24pzx;
	margin: 0 auto;
}
.xwzs2 p {
	font-size: 16px;
	color: #666;
	padding: 0 30px;
	text-indent: 2em;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
}
.fen {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-top: 1px dashed #d2d2d2;
	margin-top: 40px;
	overflow: hidden;
}
.fen h3 {
	line-height: 50px;
	font-size: 24px;
	color: #0aa5ff;
	padding-left: 20px;
	margin-top: 6px;
}
.ul_fx {
	width: 960px;
	margin: 0 auto;
}
.ul_fx li {
	padding-left: 12px;
	background: url(../img/xgxbz_03.png) no-repeat center left;
	margin-left: 20px;
	font-size: 16px;
	line-height: 30px;
}
.fx1 {
	float: left;
	padding-left: 20px;
	overflow: hidden;
	margin-top: 40px;
}
.bdfx {
	float: left;
}
.p_30 {
	display: block;
	float: left;
	font-size: 12px;
	color: #999999;
	line-height: 28px;
}
.a_22 {
	float: right;
	display: block;
	width: 76px;
	height: 28px;
	border-radius: 8px;
	background-color: #00458c;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	right: 20px;
	margin-top: 40px;
}
/*联系我们内页*/
.lb { width:100%; height:300px; background:url(../img/lb.jpg) no-repeat center;}
.main_box {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	margin-top: 60px;
	margin-bottom: 50px;
	overflow:hidden;
}
.main_box img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.main_box .lxzw {
	float:left;
	width: 399px;
	padding-left:50px;
	overflow: hidden;
	margin-top:30px;
}
.main_box .lxzw p { font-size:16px; color:#666; line-height:72px; padding-left:35px;}





/*施工视频内页*/
.sb { width:100%; height:300px; background:url(../img/sb.jpg) no-repeat center;}
.sgsp {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.sgsp img {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.pr_bt {
	height: 219px;
	background: url(../images/pr_bt_18.jpg) no-repeat center;
}
.pro_center {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.pro_center li {
	width: 357px;
	height: 384px;
	float: left;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}
.pro_center li img {
	display: block;
	width: 357px;
	height: 242px;
}
.pro_center li:nth-child(3n) {
	margin-right: 0px;
}
.sp_dw {
	width: 100%;
	height: 100%;
	background: url(../images/sp_bj_05.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.imgtext {
	width: 357px;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
}
.imgtext a {
	display: block;
	width: 80px;
	float: right;
	margin-right: 20px;
	border-radius: 15px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.text {
	width: 357px;
	height: auto;
	background-color: #0e66ad;
	FILTER: alpha(opacity=60);
	-moz-opacity: 0.5;
	position: absolute;
	opacity: 0.8;
	left: 0px;
	bottom: 0px;
}
.text:hover {
	opacity: 1.0;
}
.text:hover .imgtext a {
	background-color: #fff;
	color: #666;
}
.sy {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 500;
	padding-left: 20px;
}
.mar_top20 {
	margin-top: 20px;
}
/*诚聘英才内页*/
.yc { width:100%; height:300px; background:url(../img/yc.jpg) no-repeat center;}
.cpyc {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.cpyc img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 50px;
}
.zpxq {
	height: 600px;
}
.zp_list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.zp_list li {
	float: left;
	width: 251px;
	height: 251px;
	border: 3px solid #e3e3e3;
	border-radius: 10px;
	position: relative;
	padding: 10px;
	margin-right: 30px;
}
.zp_list li:nth-child(4n) {
	margin-right: 0px;
}
.dw_bg {
	width: 251px;
	height: 251px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #3196E7;
	border-radius: 10px;
	z-index: 0;
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	-ms-transform: scale(.3);
	transform: scale(.3);
	opacity: 0;
}
.zp_list li:hover .dw_bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 0;
}
.zp_list li h1 {
	font-size: 20px;
	color: #666;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	margin-top: 65px;
}
.zp_list li h5 {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 14px;
	font-weight: 500;
	margin-top: 10px;
}
.line_zs {
	width: 15px;
	height: 2px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #efefef;
	-webkit-transition: all .4s ease-in-out 0.3s;
	transition: all .4s ease-in-out 0.3s
}
.zp_list li p {
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 24px;
}
.zp_list li:hover h1 {
	color: #fff;
}
.zp_list li:hover h5 {
	color: #fff;
}
.zp_list li:hover .line_zs {
	background-color: #fff;
	width: 30px;
}
.zp_list li:hover p {
	color: #fff;
}
.dw2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.rcln {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 190px;
	position: relative;
}
.l_ln {
	width: 600px;
	float: left;
	background-color: #016ab5;
	height: 320px;
	padding-top: 80px;
}
.l_ln p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.r_ln {
	width: 600px;
	float: left;
}
.r_ln img {
	display: block;
	width: 600px;
	height: 400px;
}
.ln_dw {
	width: 602px;
	height: 180px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -301px;
}
