/*banner图片跳转*/
.fl{ float:left;}.fr{ float:right;}.tc{ text-align:center;}.tr{ text-align:right;}
.HomeBan { position:relative; overflow:hidden;}
.HomeBan .txt{ position:absolute; width:1200px; left:50%; top:40%; margin-left:-600px; text-align:center;}
.HomeBan .bd li{
	height:600px;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.HomeBan .prev{
	cursor:pointer;
	left:-100px;
	width:100px;
	height:100px;
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	z-index:100;
	position:absolute;
	top:50%;
	margin-top:-50px;
	background-image: url(banner/btn_left.png);
}
.HomeBan .next{
	cursor:pointer;
	right:-100px;
	width:100px;
	height:100px;
	transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	z-index:100;
	position:absolute;
	top:50%;
	margin-top:-50px;
	background-image: url(banner/btn_right.png);
}
.HomeBan:hover .prev{ left:0;}
.HomeBan:hover .next{ right:0;}
.HomeBan .hd{ position:absolute; overflow:hidden; width:100%; left:0px; height:14px; line-height:100px; z-index:2; text-align:center; bottom:25px;}
.HomeBan .hd li{ width:6px; height:6px;opacity: 1; border:3px solid #fff; background:none; cursor:pointer; display:inline-block;*display:inline;zoom:1; border-radius:50%; margin:0 6px;}
.HomeBan .hd li.on{ background:#f60; border:3px solid #fff;}



/*核心*/
.hx{
	height: 145px;
	margin-top: -13px;
	position: relative;
	z-index: 20;
	background-image: url(banner/tb_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
.hx_l{
	width: 180px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.hx_l em{
	display: block;
	height: 60px;
}
.hx_l em img{
	width: 135px;
	height: 42px;
	padding-left:1px;
}
.hx_l b{
	display: block;
	font-size: 21px;
	color: #fff;
	padding-left:0.1px;
}
.hx_r{
	width: 990px;
	height: 130px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.hx01{
	width: 165px;
	height: 100px;
	background:url(banner/tb_line.gif) no-repeat right 10px;
}
.hx01_t{
	width: 166px;
	text-align: center;
}
.hx01_t em{width: 34px;height: 36px;display: block;margin: 0 auto;padding: 0 0 14px;}
.hx01_t em img{width: 34px;height: 36px;}
.hx01_t b{display: block;font-size: 14px;color: #333;}
.hx01_t span{display: block;font-size: 14px;color: #7d7d7d;}
.hx01_b{
	display: none;
	width: 166px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.hx01_b span{display: block;font-size: 14px;color: #333;width: 189px;height: 50px;background: #fff;}
.hx01_b span b{font-size: 48px;color: #f6ab00; font-family:Arial, Helvetica, sans-serif;line-height: 50px;}
.hx01_b p{font-size: 14px;color: #fff;width: 189px;height: 80px;background: #eca613;}
.hx01_b p b{display: block;padding: 15px 0 0;}
.hx01:hover .hx01_b{display: block;}


/*核心*/
.hexin{
	overflow:hidden;
	width:100%;
	height:700px;
	margin-bottom: 20px;
}
.hexin h3{
	background:url(hexin.png) no-repeat left center;
	padding-left:280px;
	width:260px;
	margin-top:35px;
	margin-bottom:10px;
	font-size:40px;
	color:#FF8601;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hexin h3 p{ font-size:15px; font-weight:normal; color:#4b4b4b; margin-bottom:10px; margin-top:5px;}
.hexin .hexin_title{
	font-size:16px;
	color:#FF8601;
	font-weight:normal;
	text-align:center;
	background:url(hexin01.png) no-repeat center;
	line-height:51px;
	margin-bottom:10px;
}
.hexin h5{
	font-size:18px;
	text-align:center;
	color:#666;
	margin-bottom:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4{float: left;}

.blog-post img {
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.blog-post {
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border:1px solid #dddddd;
	margin-bottom:1.5em;
}
a.blog-title {
	color: #FF8601;
	font-size: 18px;
	font-weight: 600;
	text-decoration:none;
	display:block;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.blog-post span {
	width:92%;
	height:1px;
	background:#d5d5d5;
	display:block;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 1em;
}
.blog-post p {
	color: #6d6d6d;
	font-size: 14px;
	line-height:1.8em;
	font-weight: 400;
	padding:0 20px 15px 16px;
}
.blog-posts {
	width: 32.4%;
	padding: 0;
	margin-right: 1.333%;
	margin-top: 10px;
}
p.sub_head {
	color: #000;
	font-size: 0.875em;
	font-weight: 300;
	padding:0 0 0 16px;
}
.span_66{
	margin-right:0;
}



/* 产品分类- */
.cp{
	height:720px;
	padding-top:50px;
	position:relative;
	margin-top:0px;
	overflow:hidden;
	background-color: #f6f6f6;
	background-image: url(cp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cp h2{ height:97px; overflow:hidden; text-align:center; background:url(cp_line.png) no-repeat center bottom; font:46px "Microsoft YaHei"; color:#333;}
.cp h2 em{
	display:block;
	font:14px Arial;
	text-transform:uppercase;
	color:#d3d3d3;
}
.cp h2 i{ color:#F60;}
.cp p{
	height:106px;
	font:16px "Microsoft YaHei";
	line-height:34px;
	color:#333;
	text-align:center;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.cp ul{ height:135px; margin-top:1px; overflow:hidden;}
.cp li{
	width:80px;
	float:left;
	margin-right:20px;
	font:16px "Microsoft YaHei";
	line-height:48px;
	color:#4f4f4f;
	text-align:center;
	background:url(cp_bg01.png) no-repeat center top;
	margin-left: 20px;
}
.cp li span{ display:block; width:80px; height:90px;}
.cp li span img{display:block;width:50px; height:46px; padding:20px 0 23px 16px;}
.cp li:last-child{ margin-right:0;}
.cp li:hover{ background:url(cp_bg02.png) no-repeat center top;}

/*产品展示*/
.biao_nei{
	width:1200px;
	height:47px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
}





	#fczs_gd ul{
	width:3100px;
	padding-bottom: 30px;
}
	#fczs_gd li{ margin: 30px 20px 0px 0px; width: 290px; height: 230px; float: left; display: block; text-align: center; line-height: 23px; background: #e1e1e1; color: #313131; font-size: 16px;}
	#fczs_gd img{width:285px; height:185px;   padding: 2px;}
	#fczs_gd li:hover{ background:#0099cb; color:#FFF;}
	
	
/*专业服务*/
.index-gssl{
	background: #f4f4f4 url(zyfw.png) no-repeat;
	background-size: 100%;
	padding-top: 20px;
	padding-bottom: 75px;
	margin-top: 50px;
}
.index-gssl .main{
	width: 100%;
	height: 460px;
	margin-top: 60px;
}
.index-gssl .main li{
	width: calc(100% / 3);
	height: 230px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 40px;
	transition: .3s;
}
.index-gssl .main li:nth-child(-n+3){
	border-bottom: 1px solid #b9b9b9;
}
.index-gssl .main li:not(:nth-child(3n)){
	border-right: 1px solid #b9b9b9;
}
.index-gssl .main li h4{
	font-size: 24px;
	color: #191919;
	padding-left: 55px;
	box-sizing: border-box;
	position: relative;
}
.index-gssl .main li h4 i{
	position: absolute;
	top: -8px;
	left: 0;
	width: 50px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: left center;
}
.index-gssl .main li:nth-child(1) h4 i{
	background-image: url(zyfw_01.png);
}
.index-gssl .main li:nth-child(2) h4 i{
	background-image: url(zyfw_02.png);
}
.index-gssl .main li:nth-child(3) h4 i{
	background-image: url(zyfw_03.png);
}
.index-gssl .main li:nth-child(4) h4 i{
	background-size: 42px;
	background-image: url(zyfw_04.png);
}
.index-gssl .main li:nth-child(5) h4 i{
	background-image: url(zyfw_05.png);
}
.index-gssl .main li:nth-child(6) h4 i{
	background-image: url(zyfw_06.png);
}
.index-gssl .main li .jj{
	font-size: 14px;
	color: #535252;
	margin-top: 20px;
}
.index-gssl .main li:hover{
	border-color: #3382CF !important;
	background-color: #3382CF;
}
.index-gssl .main li:hover h4,
.index-gssl .main li:hover .jj{
	color: #fff;
}
.index-gssl .main li:hover:nth-child(1) h4 i{
	background-image: url(zyfw_01A.png);
	opacity: 0.6;
}
.index-gssl .main li:hover:nth-child(2) h4 i{
	background-image: url(zyfw_02A.png);
}
.index-gssl .main li:hover:nth-child(3) h4 i{
	background-image: url(zyfw_03A.png);
}
.index-gssl .main li:hover:nth-child(4) h4 i{
	background-image: url(zyfw_04A.png);
}
.index-gssl .main li:hover:nth-child(5) h4 i{
	background-image: url(zyfw_05A.png);
}
.index-gssl .main li:hover:nth-child(6) h4 i{
	background-image: url(zyfw_06A.png);
}



/*解决方案~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.equi li a:hover,.equi .cur a{
	color:#fff;
	background-color: #0094DE;
}

.equi{
	height:920px;
	background: url(case_bg.png) repeat;
	overflow:hidden;
	padding-top:1px;
}
.equi ul{width:1200px;
	height:58px;
	overflow:hidden;
	border:0.5px solid #acacac;
	margin-top:25px;
	background:#fff;
}
.equi li{
	width:170.6px;
	float:left;
	height:58px;
	font:14px "Microsoft Yahei";
	text-align:center;
	line-height:58px;
	overflow:hidden;
	text-transform:uppercase;
	border-right:1px solid #acacac;
}
.equi li a{ display:block; color:#555;}
.equi .nones{
	border:0;
	width:170.4px;
}



.equi li a:hover,.equi .cur a{
	color:#fff;
	background-color: #0094DE;
}

.equi2{
	height:426px;
	overflow:hidden;
	margin-top:10px;
}
.equi2 .show_c{position:relative;}
.equi2 dl{
	background:url(equi_bg.gif) repeat-x center top;
	height:426px;
	overflow:hidden;
	float:left;
	width:1200px;
}
.equi2 dt{ width:820px; height:426px; float:left; overflow:hidden;}
.equi2 dt img{width:820px; height:426px;}
.equi2 dd{ width:380px; float:left; overflow:hidden;}
.equi2 dd h4{
	display:block;
	width:380px;
	height:80px;
	font:24px "Microsoft Yahei";
	text-align:center;
	color:#fff;
	line-height:80px;
	overflow:hidden;
	background-color: #0094DE;
}
.equi2 dd p{ width:340px; margin:20px auto 0; font:14px "Microsoft Yahei"; line-height:28px; color:#fff;}
.equi2 h5{ width:76px; height:72px; overflow:hidden; position:absolute; bottom:0; left:783px;}
.equi2 h5 img{ width:38px; height:72px;}


.swiper-slide .box{
	width:275px;
	height:200px;
	margin:0px;
	position:relative;
}

.swiper-slide .img{
	width:275px;
	height:200px;
	overflow:hidden;
	position:relative;
	z-index:2;
}


.swiper-slide .tits{
	width:275px;
	bottom:10px;
	left:0px;
	position:absolute;
	line-height:50px;
	font-size:16px;
	color:#fff;
	z-index:2;
	font-weight:bold;
	text-align:center;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	background-color: #CCC;
	background-position: 0;
}

.swiper-slide .tits{ background:rgba(0,0,0,0.6); width:275px; bottom:10px; left:0px; position:absolute; line-height:50px; font-size:16px; color:#fff; z-index:2; font-weight:bold; text-align:center;transition:all 0.2s linear; -webkit-transition:all 0.2s linear;}

.swiper-slide .info{ background:rgba(0,0,0,0.6); width:248px; height:200px; padding:0 5%; position:absolute; left:0px; top:0px; z-index:2; color:#fff;filter:alpha(opacity=0);-moz-opacity: 0;opacity:0;transition:all 0.2s linear; -webkit-transition:all 0.2s linear;}

.swiper-slide .info .tit{
	font-size:16px;
	color: #FFF;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 23px;
	padding-left: 0;
}
.swiper-slide .info .p{overflow: hidden; margin:23px 0 31px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity:0.6;}
.swiper-slide .info .more{ font-weight:bold; background:url(fangan_more.png) right center no-repeat; padding-right:33px;}
.swiper-slide:hover .info{filter:alpha(opacity=100);-moz-opacity: 1;opacity:1;}
.swiper-slide:hover .tits{ bottom:-25px;filter:alpha(opacity=0);-moz-opacity: 0;opacity:0;}




/*客户案例*/
.solution {
	overflow: hidden;
	background: #f5f5f5;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 55px;
	padding-left: 0;
}


.product .conleft {
	width: 280px;
}
.product .conleft .box {
    background: #fff;
    border-top: 1px solid #dfdddd;
}
.product .conleft .box:first-child {
    border-top: none;
}
.product .conleft .box h3 {
    padding: 19px 0;
    text-indent: 23px;
    background: url("anli_bj.jpg")no-repeat left top;
}
.product .conleft .box h3 p {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.product .conleft .box h3 span {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    padding-left: 23px;
    text-transform: uppercase;
    font-weight: normal;
}
.product .conleft .box h4 {
	padding: 15px 0;
	color: #fff;
	padding-left: 62px;
	font-size: 20px;
	font-weight: normal;
	background-color: #256BCA;
	background-image: url(anli_tb.png);
	background-repeat: no-repeat;
	background-position: 23px 16px;
}
.product .conleft .box ul {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.product .conleft .box ul li {
    margin: 0 10px;
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    background: url(anli_tb1.png) no-repeat 235px center;
    font-size: 16px;
    color: #666;
    margin-bottom: 12.2px;
}
.product .conleft .box ul li a {
    display: block;
    border: 1px solid #eee;
}



.product .conleft .box:hover ul {
    background: #fff;
}
.product .conleft .box ul li:hover {
    background: url(anli_tb2.png) no-repeat 235px center;
}
.product .conleft .box ul li:hover a {
	color: #F60;
}
.product .conleft .zxrx {
	margin-top: 1px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
	background-color: #FF8601;
}
.product .conleft .promore {
    padding-left: 37px;
    display: block;
    background: url(anli_proico.png) no-repeat left center;
}
.product .conleft .promore {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Times New Roman", Arial, "微软雅黑";
}
.product .conright {
    width: 900px;
}


.product .conright .r_bot dl {
	float: left;
	width: 293px;
	margin-right: 10px;
	background: #fff;
	text-align: center;
	margin-bottom: 22px;
}
.product .conright .r_bot dl:nth-of-type(3n) {
    margin-right: 0;
}
.product .conright .r_bot dl dt {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.product .conright .r_bot dl dt img {
	display: block;
	width: 293px;
	height: 180px;
	transition: all 0.5s;
}
.product .conright .r_bot dl dd.dd1 {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
}
.product .conright .r_bot dl dd.dd1 a {
    color: #333;
}
.product .conright .r_bot dl dd.dd2 {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;/*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 39px;
    padding: 0 20px;
}
.product .conright .r_bot dl:hover dt img {
    transform: scale(1.08);
}
.product .conright .r_bot dl:hover dd.dd1 a {
	color: #FF8601;
}


/*品质保证*/
.pz_l{
	width:940px;
	height:318px;
	overflow:hidden;
	margin-bottom: 50px;
}
.pz_l dl{overflow:hidden; float:left; border:1px solid #d4dfe5; width:459px; height:147px; margin:0 9px 20px 0; display:inline-block;}
.pz_l dl dt{ float:left; width:62px; padding:37px 30px 0 26px; }
.pz_l dl dt img{width:62px; height:76px;}
.pz_l dl dd{ width:323px; float:left;}
.pz_l dl dd h4{
	font-size:18px;
	display:block;
	height:35px;
	margin-top:22px;
}
.pz_l dl dd h4 a{ color:#686868; text-decoration:none;}
.pz_l dl dd p{ line-height:25px; color:#767676; font-size:14px;}

.pz_r{
	width:259px;
	height:318px;
	overflow:hidden;
	background-color: #0094DE;
}
.pz_r a{  color:#fff;}
.pz_r h3{
	padding-top:22px;
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	height:72px;
	margin-bottom:33px;
	background-image: url(E/p_lin.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pz_r h3{ font-size:30px; display:block; color:#fff; margin-bottom:7px;}
.pz_r h3 span{font-size:12px; color:#fff; display:block; }
.pz_r p{
	font-size:14px;
	line-height:20px;
	color:#fff;
	margin-top: 0;
	margin-right: 28px;
	margin-bottom: 15px;
	margin-left: 28px;
}

















/* 选择我们 */
.choose{width: 100%;height: 550px;background: url(xuanze_bg1.jpg) no-repeat center;}
.choose .choose-title{width: 100%;text-align: center;padding-top: 64px;}
.choose .choose-title span{
	display: block;
	font-size: 48px;
	color: #fff;
	margin-bottom: 4px;
}
.choose .choose-title h2{font-size: 48px;color: #fff;font-weight: normal;}
.choose .choose-title h2 em{font-weight: bold;}
.choose .choose-title i{width: 880px;margin: 16px auto 24px;display: block;background: #fff;height: 1px;}
.choose .choose-title p{
	font-size: 24px;
	color: #fff;
}
.choose .mainCon{width: 100%;margin-top: 46px;}
.choose .mainCon li{position: relative;text-align: center;width: 300px;float: left;height: 150px;}
.choose .mainCon ul li i {position: absolute;right: 40px;top: 0;}
.choose .mainCon li .p1{font-size: 16px;color: #fff;}
.choose .mainCon li .p1 span{
	font-size: 72px;
	font-family: impact;
	margin-right: 4px;
	color: #FFF;
}
.choose .mainCon li .p2{font-size: 16px;color: #fff;line-height: 24px;}
.choose .mainCon h3{font-size: 30px;color: #fff;text-align: center;font-weight: normal;margin-top: 36px;}
.choose .mainCon i{display: block;font-size: 21px;color: #fff;font-weight: bold;text-align: center;margin: 10px 0 22px 0;font-style: normal;}
.choose .mainCon a.zx{display: block;width: 252px;height: 60px;margin: 0 auto;line-height: 62px;text-align:center;text-decoration: none;font-size: 24px;color: #1c75b9;font-weight: bold;background: #fff;border-radius: 4px;}


/*优势*/

.IndexYs {margin:0px auto;width:100%;height:auto;text-align:center;background-color:#fff;clear:both;overflow:hidden;}
.IndexYs_bt{
	width:1200px;
	height:150px;
	margin-top:0px;
	padding-top:0px;
	text-align:center;
	background:url(ys_bt.png) no-repeat center;
	font-size:22px;
	font-weight:100;
	color:#333;
	clear:both;
	overflow:hidden;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.IndexYs_bt p{padding-top:115px;font-size:20px;color:#666666;font-weight:100;}



.youtit{
	background: #0661b0;
    height: 248px;
    max-width: 1920px;
    margin: auto;
    margin-top: 70px;
}

.youtit .titimg{
position: relative;
    float: left;
    left: 120px;
    width: 245px;
	 top: -7px;
}
.titnr{
    float: left;
    width: 67%;
    border:1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    height: 100px;
    left: 33px;
	margin: 48px 0 0;
}
.titwen{
    float: left;
    position: relative;
    left: -13px;
	    width: 508px;
}
.titwen i{
font-size: 16px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    position: absolute;
    top: -11px;
    background: #0661b0;
    padding: 0 5px;
}
.titwen p{
font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 82px;
    background: #0661b0;
}
.titwen p b{color: #ff9d00;}
.titwen span{
    color: #0661b0;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    line-height: 40px;
}
.tittel{
	float: left;
	padding: 16px 0;
}
.tittel i{
	display: block;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial";
	background: url("ys_bj1.png")no-repeat left center;
	padding-left: 45px;
	line-height: 35px;
}


.ysly{
	overflow: hidden;
	border: 1px solid #eee;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.ysly ul li{overflow: hidden;padding:  0 0 40px;}
.lyimg{
	float: left;
}
.lywen{float: left;width: 50%;	background: url("ys_bj1.png")no-repeat right 29px;}
.wenico{
	position: relative;
    left: -80px;
    top: 32px;
}
.wennr{
	position: relative;
	padding-left: 40px;
	top: 50px;
}
.wennr p{
	font-size: 24px;
	color: #333;
}
.wennr span{
	color: #0094DE;
	font-size: 25px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.wennr span b{
	color: #FF8601;
	font-size: 24px;
}
.wennr ul li{
	    font-size: 16px;
    color: #333;
    line-height: 30px;
	padding: 0 0 0 14px!important;
	background: url("ys_bj3.png")no-repeat left 14px;
}

.ysly .ly:nth-child(2n) .lywen{
	background: url("ys_bj2.png")no-repeat left 29px;
}
.ysly .ly:nth-child(2n) .wenico{
	    position: relative;
    left:522px;
    top: 32px;
}
.ysly .ly:nth-child(2n) .wennr{padding:0 63px 0 0;}
.ys_zixu{
	margin: 10px 0 0 0;
}
.ys_zixu p{
	color: #0661b0;
	font-size: 18px;
	padding-left: 32px;
	line-height: 32px;
	background-image: url(ys_bj4.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ys_zixu span{
	color: #ff9d00;
	font-size: 32px;
	font-family: "Arial";
	margin: 0 0 20px;
}


/* 定制服务 */
.Dz{width: 100%;background: url(dz_bg.jpg) no-repeat center;height: 206px;}
.Dz .container{position: relative;height: 206px;}
.Dz img{
	position: absolute;
	left: 26px;
	bottom:20px;
}
.Dz .con{
	width: 360px;
	position: absolute;
	top: 60px;
	left: 820px;
	overflow: hidden;
}
.Dz .con .btn{width: 131px;float: left;}
.Dz .con .btn a{font-size: 15px;color: #fff;display: block;height: 39px;width: 131px;line-height: 39px;text-align: center;border-radius: 4px;text-decoration: none;}
.Dz .con .btn .a1{background: #ff9900;border-bottom: 1px solid #f6dcb4;margin-bottom: 8px;}
.Dz .con .btn .a2{background: #0095db;border-top: 1px solid #b2dbef;}

.Dz .con .phone{
	width: 238px;
	float: right;
	margin-left: 30px;
}

.Dz .con .phone p{background: url(dz_phone.png) no-repeat 2px center;font-size: 16px;color: #333333;height: 40px;line-height: 40px;padding-left: 50px;}
.Dz .con .phone i{display: block;color: #0087d5;font-size: 28px;font-family: 'Myriad Pro';margin-top: 10px;}




/*企业介绍*/
.wrap_1200 {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.About .Ab_3 {
	width: 100%; height: 760px; background-image: url(about_beijin.jpg);
}

.About .Ab_3 .Ab_tit span, .About .Ab_3 .Ab_tit i { color: #fff; }
.About .Ab_3 .ab_fl {
	margin-top: 60px;
	width: 635px;
	height: 415px;
	background-image: url(about_qyzp.jpg);
	
}
.About .Ab_3 .ab_fr {
	width: 525px;
	padding-top: 56px;
}
.About .Ab_3 .ab_fr h4 { margin-bottom: 5px; font-size: 28px; color: #fff; }
.About .Ab_3 .ab_fr p {
	font-size: 14px;
	color: #FFF;
	text-indent: 2em;
	line-height: 30px;
}
.About .Ab_3 .ab_fr h6 { margin-top: 15px; font-size: 0; }
.About .Ab_3 .ab_fr h6 span { display: inline-block; position: relative; margin: 0 20px; }
.About .Ab_3 .ab_fr h6 span em { float: left; font-size: 16px; color: #dcedf7; line-height: 24px; }
.About .Ab_3 .ab_fr h6 span em font { display: block; font-size: 30px; color: #fff; line-height: 36px; }
.About .Ab_3 .ab_fr h6 span i { float: left; width: 60px; height: 60px; margin-left: 10px; }
.About .Ab_3 .ab_fr h6 span:first-child:before { position: absolute; top: 0; right: -15px; width: 1px; height: 100%; container: ''; background: #dcedf7; }



/*工厂实景*/

.gcsj h4{text-align:center;}
.gcsj .scCont{
	position:relative;
	padding-top:30px;
	margin-bottom: 30px;
}
.gcsj .scCont ul{margin:0 auto; width:1200px; overflow:hidden;}
.gcsj .scCont li{
	float:left;
	width:272px;
	text-align:center;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
}
.gcsj .scCont li img{padding:8px; border:1px solid #e3e3e3;}
.gcsj .scCont li h5{
	margin-top:12px;
	font-weight:normal;
	font-size:13px;
	color: #FFF;
}




/* 荣誉资质  case */
.homeHonor{
	background-image:url();
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.honorScroll{
	position:relative;
	margin-top:40px;
	margin-bottom: 20px;
}
.honorScroll .prev,.honorScroll .next{ position:absolute; top:50%; margin-top:-20px; display:inline-block; width:40px; height:40px;  background-image:url(pn.png); background-repeat:no-repeat; background-position:left top;-ms-transition-duration: 0s; transition-duration: 0s; z-index:99; cursor:pointer;}
.honorScroll .prev{ left:50%; margin-left:-590px; background-position:left top; }
.honorScroll .next{ right:50%; margin-right:-590px; background-position:right top; }
.honorScroll .prev:hover{ background-position:left bottom; }
.honorScroll .next:hover{ background-position:right bottom; }
.honorScroll .bd{ overflow:hidden; position:relative;}
.honorScrollList{ position:relative;}
.honorScrollList li{ width:195px; height:260px; position:relative; float:left; margin-right:6px;}


.homeCs{ background-color:#00afef; padding:50px 0}
.homeCsContent{
	margin-top:40px;
	position:relative;
	border-right:1px solid #eee;
	margin-bottom: 15px;
}
.homeCsContent:before{ content:""; overflow:hidden; position:absolute; background-image:url(tm-b-1.png); right:0px; top:0; bottom:0px; width:1px;}
.homeCsContent dl{ float:left; width:20%; height:110px; padding:10px 0; text-align:center; position:relative;}
.homeCsContent dl:before{ content:""; overflow:hidden; position:absolute; background-image:url(tm-b-1.png); left:0px; top:0; bottom:0px; width:1px;}
.homeCsContent dl dt{ font-size:24px; line-height:50px; color:#333;}
.homeCsContent dl dt span{
	color:#F60;
	font-size:50px;
	font-family:'Bebas652fe259d53d6';
	padding:0 5px;
	font-weight: bold;
}
.homeCsContent dl dd{ padding:0 28px; font-size:14px; line-height:26px; color:#555;}


/* 合作客户 */
.wrap{
	width:1200px;
	height:740px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.l{float:left;}.r{float:right;}
.rel{position:relative;}.abs{position:absolute;}

.cl:after{ content:""; overflow:hidden; display:block; clear:both;}
.homePartner{
	background-image:url(case_bg.jpeg);
}

.PartnerList{}
.PartnerList li{ width:195px; height:130px; overflow:hidden; float:left; margin:6px 6px 0 0; background-color:#fff;}
.PartnerList li:nth-child(6n){ margin-right:0;}
.PartnerList li:hover{ box-shadow:0 0 8px 0 #aaa;}


.evaluateScroll{
	position:relative;
	margin-top:10px;
	margin-bottom: 20px;
}
.evaluateScroll .bd{ overflow:hidden;}

.evaluateList dl{
	width:275px;
	height:200px;
	float:left;
	background-color:#fff;
	margin-right:10px;
	margin-bottom: 20px;
}



/*底部留言*/
.w {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.icon { background: url(kefu_icon.png) no-repeat; display: block; }
.part7 {
	background: url(kefu_message.jpg) no-repeat center;
	height: 340px;
	margin-top: 0px;
}
.part7 .fl {
	width: 420px;
	padding-left: 420px;
	padding-top: 70px;
}
.part7 .fl .txt p.p1 { color: #fff; font-size: 30px; font-weight: bold; }
.part7 .fl .txt p.p2 {
	color: #F90;
	font-weight: bold;
	font-size: 28px;
	margin-top: 10px;
}
.part7 .fl .txt p.p3 {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	font-family: arial;
	padding: 10px 0px;
	display: inline-block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.part7 .fl .tel { background: url(kefu_tel.png) no-repeat left center; margin-top: 20px; padding-left: 50px; }
.part7 .fl .tel span { font-size: 16px; color: #fff; }
.part7 .fl .tel span p { font-family: "Impact"; font-size: 33px; color: #fff; }
.part7 .fr { padding-top: 75px; }
.part7 .fr dl { width: 250px; height: 24px; line-height: 24px; border: 1px solid #e2e6ea; margin-bottom: 6px; }
.part7 .fr dl dt { width: 36px; border-right: 1px solid #e2e6ea; height: 24px; float: left; }
.part7 .fr dl dt i { width: 20px; height: 18px; background-position: -12px -129px; margin: 2px auto 0px; }
.part7 .fr dl dd { float: right; width: 200px; margin-right: 5px; overflow: hidden; }
.part7 .fr dl dd input, .part7 .fr dl dd textarea { background: none; border: 0px; color: #fff; }
.part7 .fr dl dd textarea { padding: 8px 0px; line-height: 24px; width: 250px; }
.part7 .fr .mail i { background-position: -33px -130px; }
.part7 .fr .tel i { background-position: -55px -130px; width: 23px; }
.part7 .fr .textarea { height: 64px; }
.part7 .fr .textarea dt { height: 64px; }
.part7 .fr .textarea dt i { margin-top: 25px; background-position: -81px -130px; }
.part7 .fr dt input[type=botton] { width:110px; text-align:center; height:32px; line-height:32px; color:#fff; font-size:18px; cursor:pointer; background:#f7941e; border:0; }
.part7 .fr dt input[type=botton]:hover { background:#f88c0c; }
input, textarea { outline: none; }
input::-webkit-input-placeholder {
 color: #fff;
}
input:-moz-placeholder {
 color: #fff;
}




/*新闻资讯*/
.news {
	overflow:hidden;
	width:100%;
	padding-top:30px;
	margin-bottom:5px;
	border-top:4px solid #e8e8e8
}
.news .list{
	overflow:hidden;
	height:430px;
	float:left;
	width:387px;
	border:1px solid #ececec;
	margin-right:15.5px;
}
.news .last{ margin-right:0}
.news .list h2{
	font-size:24px;
	height:67px;
	border-bottom:1px solid #ececec;
	line-height:67px;
	padding-left:20px;
	margin-bottom:20px;
	color: #333;
}
.news .list h2 a{ color:#000}
.news .list h2 span{
	color:#0094DE;
}
.news .list h2 em{ font-size:14px; color:#999; margin-left:10px; font-family:Arial; margin-bottom:20px;}
.news .nbox{
	overflow:hidden;
	width:345px;
	height:325px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.news .qybox img{ display:block; margin:0 auto; margin-bottom:12px;}
.news .qybox ul{ overflow:hidden; width:100%;}
.news .qybox li{ padding-left:10px; *float:left; width:336px; overflow:hidden; background:url(news_s.png) no-repeat left center; font-size:13px; line-height:32px; color:#666}
.news .qybox li a{
	display:block;
	float:left;
	width:320px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	color:#666
}
.news .qybox li span{ float:right}
.news .bk li{ overflow:hidden; width:100%; height:73px; margin-bottom:10px; *float:left}
.news .bk li a{ display:block; text-decoration:none}
.news .bk li span{ display:block; float:left; text-align:center; font-size:18px; color:#fff; width:97px; height:73px;}
.news .bk li span img{ display:block; margin:8px auto 3px auto}
.news .bk li em{ display:block; float:left; margin-left:15px; width:225px; font-size:14px; line-height:24px; color:#666; height:48px; margin-top:15px;}
.news .bk .s01{ background-color:#888}
.news .bk .s02{ background-color:#71be9e}
.news .bk .s03{ background-color:#f07800}
.news .bk .s04{ background-color:#d24a3a}
.news .wenda{ position:relative}
.news .wenda ul{ overflow:hidden; position:absolute; width:100%;}
.news .wenda li{
	overflow:hidden;
	width:100%;
	height:90px;
	display:block;
	padding-top: 5px;
	margin-top: 5px;
}

.news .wenda p1 a{ color:#333}
.news .wenda p1{ padding-left:35px; background:url(news_w.png) no-repeat left top; font-size:18px; line-height:24px; color:#666; height:48px; overflow:hidden;}

.news .wenda p a{ color:#333}
.news .wenda p{ padding-left:35px; margin-top: 5px;background:url(news_d.png) no-repeat left top; font-size:13px; line-height:24px; color:#666; height:48px; overflow:hidden;}
