/* CSS Document */
*{padding:0px;margin:0px;font-family:"Microsoft YaHei"; }
*html{background-image:url(about:blank);background-attachment:fixed;}
body{ background:#FFF; line-height:25px;  color:#333333;}
h1,h3,h4,h5,h6,i,em,p,span,i,th,td{ font-weight:normal; font-style: normal;}
a{ color:#333333; text-decoration:none;}
a:hover{ color:#0353A8;}
img,input,select{outline:none; vertical-align:middle;}
ul,ol,li{list-style:none;}
table,th,td{border-collapse:collapse;}
.fl,.left{ float:left;}
.fr,.right{ float:right;}
.dis{display:none;}
.clear,.c{clear:both; height:0px; font-size:0px; overflow:hidden;}
.c10{clear:both; height:10px; font-size:0px; overflow:hidden;}
.c10b{clear:both; height:10px; background:#fff; font-size:0px; overflow:hidden;}
.c20{clear:both; height:20px; font-size:0px; overflow:hidden;}
.c30{clear:both; height:30px; font-size:0px; overflow:hidden;}
.c40{clear:both; height:40px; font-size:0px; overflow:hidden;}
.c50{clear:both; height:50px; font-size:0px; overflow:hidden;}
.clearfix:after {display: block;clear: both;content: "";visibility: hidden;height: 0}
.clearfix {zoom:1}
table{border-collapse:collapse;border-spacing:0;}
.w1200{width:1200px; margin:0 auto; clear:both; display:block;}
.w1200w{width:1200px; margin:25px auto; clear:both;}
.huanyingbj{ height:30px; background:#e5e5e5;}
.huanying{ width:1200px; margin:0 auto; line-height:30px; color:#868686; font-size:13px;}
.toubu{ width:1200px; height:120px; margin:0 auto; overflow:hidden;}
.logo{ width:510px; height:120px; float:left; }
.logo img{height:120px;}
.zhuanzhu{ width:400px; height:70px; float:left; font-size:16px; color:#333333; padding:34px 0 0 20px; line-height:25px;}
.zhuanzhu b{ font-size:20px; color:#333333; font-style:normal;}
.toubu .phone{ float:right; width:195px; height:70px; background:url(../images/tel.png) no-repeat left 0px; margin-top:23px; padding-left:70px; line-height:30px; font-size:16px;}
.toubu .phone span{ display:block; color:#121212; font-size:26px; font-weight:bold;}
.toubu .phone span em{ color:#0353A8; font-size:26px; font-weight:bold;}
.header{height: 58px; width: 100%;}






.nav ul li UL.navpro {width:100%; background:#fff; border-bottom:3px solid #0353A8; position:absolute; left:0;z-index:9999;}
.navpro .plistx{width:1205px; margin:0 auto;background:#999;z-index:99999;}
.navpro .plistx dl a{line-height:30px;width:80%; font-size:14px;background:none; color:#111;}
.navpro .plistx dl{height:320px;width:200px;float:left;text-align:center; border-right:1px solid #dadada; padding-bottom:15px;}
.navpro .plistx dl:nth-child(2n){ background:#f5f5f5;}
.navpro .plistx dl:nth-child(6n){border-right:none;}
.navpro .plistx dl dt{width:80%; margin:0 auto; height:150px; margin-bottom:5px;}
.navpro .plistx dl dt a{font-size:14px; background:#0353A8; color:#fff; font-weight:normal;}
.navpro .plistx dl dt a:hover{background:#0353A8;color: #fff;}
.navpro .plistx dl dt a.ttimg{padding:4px; height:110px; background:none;}
.navpro .plistx dl dt img{width:100%; height:110px;}
.navpro .plistx dl dt span{clear:both; height:30px; line-height:30px; display:block; overflow:hidden;}
.navpro .plistx dl dd{height:25px; line-height:25px; float:left; width:100%; overflow:hidden; margin-top:2px;}
.navpro .plistx dl dd a{background:none; color:#111;font-weight:normal; font-size:12px;}
.navpro .plistx dl dd a:hover{background:none; color:#0353A8;}
.navpro .plistx dl dd a.flmore{ font-size:12px; background:#0353A8; line-height:30px; color:#fff; border-radius:4em;}
.fixedSubNav{position: fixed; top: 0px; left: 0px; z-index:10; width: 100%; background: #0353A8; background: rgba(255,255,255,.9); animation:myfirst 0.5s;
-moz-animation:myfirst 0.5s; /* Firefox */
-webkit-animation:myfirst 0.5s; /* Safari and Chrome */
-o-animation:myfirst 0.5s; /* Opera */}
@keyframes myfirst
{
from {top:-50px;}
to {top:0px;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {top:-50px;}
to {top:0px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {top:-50px;}
to {top:0px;}
}

@-o-keyframes myfirst /* Opera */
{
from {top:-50px;}
to {top:0px;}
}
.hei {color:#000 !important;}
.erhei {background-color:#124D90;}
.erhei ul {background-color:#124D90;}
#menu{  width:100%;margin:0px auto;}
/*#menu ul{ margin-left:50px;}*/
#menu ul li a{ width:133px; font-size:18px;font-weight:bold;text-align:center; display:block; height:58px;line-height:58px; }
#menu ul li a:link,#menu ul li a:visited{color:#fff;font-family:"微软雅黑";}
#menu ul li a:hover{ background-color:#124D90; color:#fff !important;}

#menu ul li #menu ul li a:active{color:#fff; width:133px; line-height:58px; text-align:center; text-align:center; display:block;}
#menu ul li a.bg:link,#menu ul li a.bg:visited{color:#fff; width:111px; line-height:36px; text-align:center; text-align:center; display:block;}


nav {
	display:table;
	margin:0 auto;
	z-index:9999; width:1200px;
}
nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

nav ul ul {
	opacity:0;
	position:absolute;
	top:160%;
	visibility:hidden;
	transition:all .4s ease;
	-webkit-transition:all .4s ease; z-index:9999;
}
nav ul ul ul {
	top:0%;
	left:160%;
}
nav ul ul li:hover > ul {
	top:0%;
	left:100%;
	opacity:1;
	visibility:visible;
}
nav ul li:hover > ul {
	opacity:1;
	top:100%;
	visibility:visible;
}
nav ul li {
	float:left;
	position:relative;
}
nav ul ul li {
	float:none;
}
nav ul li {
	
	cursor: pointer; width:133px; 
}
nav ul a {
	text-decoration:none;
	display:block;
	color:#FF9;
	width:6em;
	text-align:center; line-height:44px;
  font-family: 'Open Sans', sans-serif;
}
nav ul li:hover {
	background-color:#124D90; color:#fff !important;
}
nav ul li a:hover {
	background-color:#124D90;color:#fff !important;
}

/*首页新闻*/


.news_show {
 background:#ffffff;
padding-top:30px
}
.news_show h2 {

 font-size:24px
}
.news_show h2 a {
 font-size:16px;
 font-weight:normal;
 
 transition:all .2s ease
}
.news_show h2 a span {
 font-size:20px;
 margin-left:5px;
 font-family:"宋体"
}
.news_show .newsbg {
 background:#f1f1f1; width:370px; float:left;
 padding-bottom:10px;
 margin-bottom:30px;
 transition:all .2s ease
}
.news_show .newsbg:hover {
 background:#ef011c
}
.news_show .newsbg:hover img {
 -webkit-transform:scale(1.1, 1.1);
 -ms-transform:scale(1.1, 1.1);
 transform:scale(1.1, 1.1)
}
.news_show .newsbg:hover p {
 color:#ffffff
}
.news_show .newsbg:hover span {
 color:#ffffff
}
.news_show .newsbg .news_hot_img {
 overflow:hidden;
 padding:0
}
.news_show .newsbg img {
 width:100%;
 transition:all .5s ease
}
.news_show .newsbg p {
 padding:12px 30px;
 line-height:26px;
 color:#555555;
 transition:all .2s ease
}
.news_show .newsbg p span {
 color:#777777;
 transition:all .2s ease
}
.news_show .newsbg .news_hot_edat {
 min-height:132px
}
.news_show .newsbg h3 {
 padding:0 30px;
 color:#333333;
 font-weight:normal;
 line-height:28px;
 transition:all .2s ease
}
.news_show .newsbg a:hover {
 color:#ffffff
}
.news_show .newsbg a:hover h3 {
 color:#ffffff
}

.in_news_list{ width:470px; margin:0 15px; float:left;}
.float-left {
    float: left !important;
}
.news_list2 h4{font-size: 15px;
    font-weight: bold;}
.news_list2 p{font-size: 14px;}
.in_news_imges{ width:270px; margin:0 15px; float:left;}
.news_show .news_data {
 border:1px solid #cfcfcf;margin-right: 15px;
 padding:15px 10px 0;
 text-align:center;
 border-radius:5px;
 width:80px;
 height:80px
}
.news_show .news_data p span {
 font-size:32px
}
.news_show .news_list h4 {
 padding:0 0 5px 20px;
 overflow:hidden;
 white-space:nowrap;
 text-overflow:ellipsis
}
.news_show .news_list p {
 padding:2px 0 0 20px;
 line-height:26px;
 max-height:52px;
 overflow:hidden;
 color:#888888
}
.news_show .news_cent {
 margin-bottom:30px
}
.news_show .news_cent li {
 margin-bottom:34px
}
.news_show .news_cent li:hover .news_data {
 border:1px solid #ef011c;
 color:#ffffff;
 background:#ef011c;
 transition:all .2s ease
}
.news_show .news_cent a:hover {
 color:#ef011c;
 transition:all .2s ease
}
.news_show .news_cent a .news_list p {
 color:#555555
}
.news_show .list_img li {
 margin-bottom:17px;
 position:relative
}
.news_show .list_img li a {
 display:block;
 overflow:hidden;
 position:relative
}
.news_show .list_img li img {
 -webkit-transition:-webkit-transform 0.5s ease;
 transition:-webkit-transform 0.5s ease;
 transition:transform 0.5s ease;
 transition:transform 0.5s ease,-webkit-transform 0.5s ease
}
.news_show .list_img li h4 {
 position:absolute;
 text-align:center;
 top:40%;
 line-height:36px;
 width:100%;
 color:#fff;
 font-size:20px;
 box-sizing:border-box
}
.news_show .list_img li h4 span {
 display:block;
 width:100px;
 margin:0 auto
}
.news_show .list_img li h4 b {
 display:none;
 background:#ef011c;
 color:#fff;
 width:100px;
 margin:0 auto;
 padding:5px 10px;
 line-height:30px;
 font-size:16px;
 font-weight:normal;
 border-radius:5px;
 transition:all .4s ease
}
.news_show .list_img li:hover span {
 display:none
}
.news_show .list_img li:hover b {
 display:block
}
.news_show .list_img li:hover img {
 filter:alpha(opacity=80);
 opacity:0.8;
 -moz-opacity:0.8;
 -khtml-opacity:0.8;
 -webkit-transform:scale(1.1, 1.1);
 -ms-transform:scale(1.1, 1.1);
 transform:scale(1.1, 1.1)
}



.nlist{ width:826px;}
.nlist dl{ float:left; width:370px; height:90px; padding:15px; background:#fff; margin-bottom:25px;}
.nlist dl dt a{ font-size:16px; line-height:26px; height:26px; display:block; overflow:hidden; color:#393939; width:230px; float:right; border-bottom:1px solid #333}
.nlist dl dd{ font-size:12px; line-height:19px; height:57px; overflow:hidden; padding-top:12px; color:#333; width:230px; float:right;}
.nlist dl .more{ width:96px; height:30px; line-height:30px; border:1px solid #000; display:block; text-align:center; margin-top:15px;}
.nlist dl img{ width:120px; height:90px; float:left}
.nlist dl:nth-child(2n){ float:right}


.conts{ width:350px; background:#fff;}
.conts h1{ font-size:18px; color:#3B8BD1; text-indent:30px;  padding:20px 0 14px 0; font-weight:bold}
.conts p{ padding:0 0 20px 30px;line-height:25px; font-size:14px;}



/*banner*/
.fullSlide{width:100%;position:relative;height:550px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:550px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:550px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}

/* -- 产品分类-- */
.cpt-f{height: 170px;background: url(../images/gd-p.jpg) no-repeat center;}

.t-cp1{padding-top: 74px;}
.t-cp1 ul li{float: left;width: 15%;text-align: left;}
.t-cp1 ul li h3{text-align: left;margin-bottom: 20px;}
.t-cp1 ul li h3 a{font-size:19px;color:#333333;display: block;line-height:19px;font-weight: bold;}
.t-cp1 ul li i{float: left;width: 100%;margin-bottom: 10px;}
.t-cp1 ul li i a{font-size:14px;color:#666666;display: block;line-height:14px;}
.t-cp1 ul li img{display: block;height:24px;width:24px;margin-top: 5px;float: left;}
.t-cp1 ul li:last-of-type{width: 10%;margin-right: 0;}

/* -- 推荐产品-- */
.t-cpt{padding-bottom: 10px;width: 1200px;background: #f6f6f6;overflow: hidden; margin-top:40px;margin:0 auto;}
.t-cpt ul li{float: left;width: 280px;margin: 10px;height:230px;}
.t-cpt ul li i{position: relative;overflow: hidden;display: block;}
.t-cpt ul li i img{width: 100%;display: block; height:210px;}
.t-cpt ul li h4{line-height: 40px;display: block;text-align: center;}
.t-cpt ul li h4 a{font-size: 15px;color: #666666;display: block;font-weight: normal;}

.t-cpt ul li:nth-child(4n){margin-right: 0;}

.content {
    width: 1200px;
    margin: 0 auto;
}
.fa-1{overflow:hidden;}
.fa-1 h2{text-align: center;height: 60px;margin-bottom:40px;padding-top:10px;}
.fa-1 h2 em{font-size:46px;color: #333333;display: block;line-height:46px;font-weight: bold;position: relative;}
.fa-1 h2 span{font-size:20px;color: #333333;display: block;padding-top:15px;line-height:20px;font-weight: normal;}




.fa_ctg{height: 80px;margin:0 auto;}
.fa_ctg li{float: left;text-align: center;transition:all 0.5s;margin-right: 75px;}
.fa_ctg li i{display: block;height: 56px;width:75px;overflow: hidden;margin: 0 auto;}
.fa_ctg li i img{display: block;height: 56px;width:75px;transition: all 0.3s;}
.fa_ctg li.cur  i img:nth-child(1){ margin-top:-56px;}
.fa_ctg li span{display: block;font-size: 16px;color: #333333;line-height: 30px;}
.fa_ctg li.cur span{ color:#e30011;font-weight: bold;}
.fa_ctg li:hover{transform:translateY(-5px);}
.fa_ctg li.cur img {animation-duration: 2s;animation-name: flipInY;}

.fa_ctg li:last-of-type{margin-right: 0;}



.fa_1{position: relative;}
.fa_con{height:600px; position: relative;}
.fa_con dt{height:380px; width:600px;float:left;margin-left:-4px;overflow: hidden;margin-top:150px;}
.fa_con dt img{height:380px; width:600px;display: block;}



.fa_con dd{height:616px;width:600px;float:right;background:url(../images/jy_bd.jpg) no-repeat center;margin-right:0px;position: relative;}


.fa_con dd h4{text-align: left;position: relative;margin-left: 114px;margin-top: 98px;margin-bottom: 37px;}
.fa_con dd h4 em{font-size:42px;color: #333333;display: block;line-height:42px;font-weight: bold;font-family: "Arial";text-transform: uppercase;}
.fa_con dd h4 span{font-size:28px;color: #333333;display: block;line-height:28px;font-weight:normal;margin-top: 12px;}

.fa_con dd p{font-size: 16px;line-height: 26px;display: block;color: #333333;margin-left:114px;float: left;width: 480px;margin-bottom: 30px;}
.fa_con dd p i{margin-bottom: 130px;height:32px;width:32px;font-size: 14px;color: #666666;text-align: center;line-height: 32px;border-radius: 35px;border: 2px solid #666666;box-sizing: border-box;margin-right: 18px;float: left;margin-top: 3px;}

.fa_con dd .zxd{float: left;margin-left: 114px;height: 47px;width: 203px;display: block;border: 2px solid #474747;box-sizing: border-box;margin-top: -20px;}
.fa_con dd .zxd strong{font-size: 16px;color: #333333;font-weight: normal;display: block;line-height: 43px;padding-left: 61px;background: url(../images/cc-1.png) no-repeat 150px 16px;}
.fa_con dd .zxd:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}

.fa_con dd::after{width: 23px;height: 45px;background: url(../images/jt-j.png) no-repeat;display: block;position: absolute;left: -12px;top: 235px;content: "";}

.fa_1 .ysk{position: absolute;top: -30px;height:3px;width:956px;display: block;left:-360px;}
.fa_1 .ysk img{height:3px;width:956px;display: block;transition: all 0.5s linear;}

.fa_con .prev{position: absolute;left:551px;top:41px;width:45px;height:45px;background: url(../images/lf1.png) no-repeat;z-index: 100;}
.fa_con .next{position: absolute;right:559px;top:41px;width: 45px;height:45px;background: url(../images/rt1.png) no-repeat;z-index: 100;}

.bd_a {
            height: 570px;
            background: url(../images/bd-bg.jpg) no-repeat center;
        }
        
        .bd_a h2 {
            text-align: left;
            padding-top: 82px;
        }
        
        .bd_a h2 em {
            font-size: 40px;
            color: #ffffff;
            display: block;
            line-height: 40px;
            font-weight: bold;
            position: relative;
        }
        
        .bd_a h2 span {
            font-size: 30px;
            color: #ffffff;
            display: block;
            padding-top: 11px;
            line-height: 30px;
            font-weight: normal;
        }
        
        .bd_a ul {
            float: left
        }
        
        .bd_a .findrow li {
            float: left
        }
        
        .bd_a .demand1 {
            font-size: 16px;
            line-height: 48px;
            color: #fff;
            margin-top: 35px;
            float: left;
            width: 1140px;
            margin-bottom: 35px;
            overflow: hidden;
        }
        
        .bd_a .demand1 label {
            float: left;
            width: 360px;
            display: block;
            padding-left: 36px;
            background: url(../images/check_off.png) no-repeat left 15px;
        }
        
        .bd_a .demand1 input {
            display: none;
        }
        
        .bd_a label.checked {
            background: url(../images/check.png) no-repeat left 12px;
        }
        
        .bd_a .demand2 {
            float: left;
            margin-right: 9px;
            width: 200px;
            height: 50px;
            background: #fff;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            box-sizing: border-box;
        }
        
        .bd_a .demand2 span,
        .bd_a .demand3 span {
            display: none
        }
        
        .bd_a .demand3 {
            float: left;
            margin-right: 9px;
            width: 311px;
            height: 50px;
            background: #fff;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            box-sizing: border-box;
        }
        
        .bd_a .demand2 label,
        .bd_a .demand3 label {
            font-size: 16px;
            line-height: 48px;
            color: #4c4c4c;
            padding-left: 21px;
            position: absolute;
        }
        
        .bd_a .demand2 input,
        .bd_a .demand3 input {
            display: block;
            width: 100%;
            font-size: 16px;
            line-height: 48px;
            height: 50px;
            color: #4c4c4c;
            padding-left: 21px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            background: 0 0;
            z-index: 2;
            position: relative
        }
        
        .bd_a .submit {
            float: left;
            margin-right: -42px;
        }
        
        .bd_a .submit .form-btn-reset {
            display: none
        }
        
        .bd_a .form-btn-submit {
            width: 182px;
            height: 51px;
            background: #e30011;
            border-radius: 3px;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #fff;
            font-weight: 700;
            border: none;
            outline: 0;
            cursor: pointer;
        }
    

/*关键词搜索*/
.keyword{width:100%; clear:both; height:50px; line-height:50px; font-size:16px; background:#f5f5f5;/*border-bottom:2px solid #e2e2e2;*/}
.keyword .key_text{float:left;}
.key_text a{font-size: 18px;
    font-weight: bold;}
.search{width:286px; float:right; padding-top:8px;}
.search li{float:left;}
.search li .select{width:60px; background:#fff; height:32px;float:left; margin-right:2px; display:none;}
.search li .input{width:230px; background:#fff; border:1px solid #0353A8; height:30px;float:left; text-indent:3px;}
.search li .submit{width:50px; background:#0353A8 url(../images/sousuo.png) no-repeat center; cursor:pointer; text-indent:-999em; height:32px;float:left; color:#fff; border:none;}
/*标题*/
.hd_title{width:100%; height:100px; padding:20px 0; text-align:center; margin-top:10px; clear:both;}
.hd_title h3{font-size:26px; height:60px; line-height:60px; color:#fff;letter-spacing:4px;font-family:微软雅黑; font-weight:normal;background:url(../images/tu16.png) no-repeat center;}
.hd_title span{font-size:21px; height:34px; line-height:34px; color:#FC9B00;text-transform:uppercase; display:block;font-family:Arial;font-weight:bold;}
.hd_title span font{color:#FEA501;font-size:20px;}

.cp_title{width:100%; height:110px; margin-top:20px; padding:0px 0; text-align:center;}
.cp_title h3{font-size:40px;height:80px; line-height:80px; color:#121212;letter-spacing:4px;}
.cp_title span{font-size:18px; height:34px; line-height:34px; color:#666;text-transform:uppercase; display:block;}

.tj_title{width:100%; height:140px; margin-top:20px; padding:0px 0; text-align:center;background:url(../images/bt2.jpg) no-repeat center;}
.tj_title h3{font-size:28px; padding-left:42px; line-height:140px; color:#fff;letter-spacing:4px; width:200px; margin:0 auto;}

.news_title{width:100%; height:100px; margin-top:20px; padding:0px 0; text-align:center;background:url(../images/bt3.jpg) no-repeat center;}
.news_title h3{font-size:28px; padding-left:42px; line-height:100px; color:#fff;letter-spacing:4px; width:200px; margin:0 auto;}

.case_title{width:100%; height:80px; margin-top:20px; padding:0px 0; text-align:center;background:url(../images/bt5.jpg) no-repeat center;}
.case_title h3{font-size:28px; padding-left:42px; line-height:80px; color:#fff;letter-spacing:4px; width:200px; margin:0 auto;}

.cp_class{width:1200px; margin:0 auto; padding:20px 0;}
.cp_class li{width:196px; height:40px; overflow:hidden; margin:2px; float:left; text-align:left;display:block;}
/*.cp_class li em{ width:40px; height:40px; line-height:40px;font-size:18px; display:block; margin:0 auto; clear:both; background:#0353A8; border-radius:2em; color:#fff; font-style:normal;}
.cp_class li a img{width:120px; height:120px; margin:0 auto; border-radius:10em; padding:5px; background:#D3D3D3; border:5px solid #f4f4f4; transition:all 0.4s;}
.cp_class li span{height:34px; overflow:hidden; line-height:34px; width:100%; display:block; font-size:16px; clear:both;}*/
.cp_class li a{font-size:16px;height:40px; line-height:40px;display:block; float:left; color:#fff;text-indent:35px; color:#111;transition:all 0.4s;background:#f5f5f5 url(../images/ico1.png) no-repeat 10px center; width:100%;}
.cp_class li a:hover{background:#0353A8 url(../images/ico.png) no-repeat 10px center;color:#fff;text-indent:40px;}

.wrap {width: 1200px;margin: 0 auto;overflow: hidden; *zoom:1;_zoom:1;zoom:1;}
.top_capa { margin-top:20px; }
.top_capa .tit { width: 100%; overflow: hidden; margin-bottom: 50px; }
.top_capa .tit h1 { font-size: 40px; height:80px; line-height:80px; width: 100%; color: #000; text-align: center; display: inline-block; font-weight:bold; }
.top_capa .tit p { font-size: 18px; color: #666; text-align: center; }
.top_capa dl { float: left; width: 19%;*width:18.9%; margin: 0 3%; overflow: hidden; }
.top_capa dt { width: 100%; margin-bottom: 20px; float: left; }
.top_capa dt img { margin: 0 auto; text-align: center; display: block; }
.top_capa dd { width: 100%; }
.top_capa dd p { font-size: 15px; text-align: center; color: #000; width: 100%; overflow: hidden; }

.left_b{height:24px;background:url(../Images/bt_bg.jpg) no-repeat center;}
.plist{ width: 266px; float: left; overflow: hidden; margin-bottom:20px; background:#f4f4f4;}
.plist .hd{ height:60px; line-height:60px; font-size:28px; color:#fff; text-align:left;background:#2968c7 url(../Images/a8.jpg) no-repeat center; text-indent:35px;overflow: hidden;}
.plist .bd{ width: 260x; border: 1px solid #eaeaea;  border-top: none;overflow: hidden;}
.plist .bd ul{ width: 220px; margin: 0 auto; padding-top:5px;padding-bottom: 4px; overflow: hidden; }
.xl{ display:none;}
.plist .bd ul li{ width: 100%; height:60px; line-height: 60px; overflow: hidden;background:url(../images/left_bg1.png) no-repeat 0px center;}
.plist .bd ul li:hover{background:#2d6dcf;}
.plist .bd ul p{width: 94%; margin: 0 auto;text-align:left; background:url(../Images/jiao.png) no-repeat 10px 10px;  height:40px; line-height:40px; overflow:hidden; margin-bottom:5px;}
.plist .bd ul p a{display:block;}
.plist .bd ul li a{ display: block; width: 94%; height: 40px; margin:0 auto; font-size:18px;color: #333; text-indent:1.5em;font-weight: bold;}
.plist .bd ul li a:hover{ color: #fff;}
.plist .bot{border: 1px solid #eaeaea;}
.plist .bot ul{ padding: 10px 15px; line-height:28px; font-size:18px !important;font-weight: bold !important;}
.plist .bot ul span{ color: #000; font-weight: 700; font-size: 15px;}

/*首页滚动产品展示*/
.inproduct{width:1200px; clear:both;overflow: hidden; padding-top:0px;}
.product{width:100%;overflow: hidden; padding-top:0px;}
.product .cpgd { width:100%; display:block; overflow: hidden;}
.product .cpgd ul { margin:0;padding:0; clear:both; height:290px; overflow: hidden;}
.product .cpgd li {float:left; width: 256px; overflow: hidden; line-height: 35px; text-align:center;border-collapse: collapse;
 border:1px solid #e0e0e0;margin:15px 20px 25px 20px;-webkit-box-shadow: 10px 0px 20px 0 #CCC;-moz-box-shadow: 10px 0 20px 0 #CCC;-ms-box-shadow: 10px 0 20px 0 #CCC;-o-box-shadow: 10px 0 20px 0 #CCC;box-shadow:  10px 0px 20px 0 #CCC;
}
.product .cpgd li a{display:block;}
.product .cpgd li a .cp_name{display: block; width:246px; height:190px;background: #fff; color: #555;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ overflow:hidden; padding:5px;}
.product .cpgd li a:hover span{background: #0353A8; color: #fff;transition:0.6s all 0s linear;}
.product .cpgd li a img{max-width: 246px; height:190px; vertical-align:middle;}
.product .cpgd li span{height:50px; line-height:50px; background:#e2e2e2; display:block; clear:both;}
.product .cpgd li a .cp_name:hover img { transform: scale(1.1, 1.1);}
.product .cpgd li a .cp_name img{transition:transform 1s ease 0s}
/*首页产品展示*/
.con_right {width:910px; float:right;display:block; overflow: hidden;}
.index_cp {width:910px;display:block; overflow: hidden; float:right;}
.index_cp ul {margin:0;padding:0; clear:both; overflow: hidden;}
.index_cp li {float:left; width: 256px; overflow: hidden; line-height: 35px; text-align:center;border-collapse: collapse;
 border:1px solid #e0e0e0;margin:0px 20px 25px 20px;/*-webkit-box-shadow: 10px 0px 20px 0 #CCC;-moz-box-shadow: 10px 0 20px 0 #CCC;-ms-box-shadow: 10px 0 20px 0 #CCC;-o-box-shadow: 10px 0 20px 0 #CCC;box-shadow:  10px 0px 20px 0 #CCC;*/
}
.index_cp li b{font-weight:normal;}
.index_cp li a{display:block;}
.index_cp li a .cp_name{display: block; width:246px; height:190px;background: #fff; color: #555;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ overflow:hidden; padding:5px;}
.index_cp li a:hover span{background: #0353A8; color: #fff;transition:0.6s all 0s linear;}
.index_cp li a:hover b{color: #fff;}
.index_cp li a img{max-width: 246px; height:190px; vertical-align:middle;}
.index_cp li span{height:50px; line-height:50px; background:#e2e2e2; display:block; clear:both;}
.index_cp li a .cp_name:hover img { transform: scale(1.1, 1.1);}
.index_cp li a .cp_name img{transition:transform 1s ease 0s}

/*核心优势*/
.index_adv{background:url(../Images/index_adv_bg.jpg) center top no-repeat; background-size: 100%; background-attachment: fixed;}
.index_adv .capital{margin:25px auto;}
.index_adv .capital dl dt{width: 21%;float: left;position: relative;padding-right: 30px;font-weight: normal;color: #686868;line-height: 20px;font-size: 16px;}
.index_adv .capital dl dt p{  width: 130px; height: 60px;}
.index_adv .capital dl dt:after{width:1px;height: 60%;content: '';position: absolute;right: 0;top:50%;transform:translateY(-50%);background-color: #9f9f9f;}
.index_adv .capital dl dt img{max-width: 100%;}
.index_adv .capital dl dd{width: 68%;padding:7px 0; float: left;position: relative;padding-left: 30px;color: #686868;line-height: 32px;font-size: 16px;}
.index_adv .pic img{ width: 100%;}

.adv_l ul li:nth-of-type(2) dl dt p{ background: url() no-repeat left top;}
.adv_r ul li:nth-of-type(1) dl dt p{ background: url() no-repeat left top;}
.adv_r ul li:nth-of-type(2) dl dt p{ background: url() no-repeat left top;}

/*关于我们*/
.pr{position: relative;}
.pinz_bg{height: 380px;overflow: hidden;}
.pinz_l{width: 508px;}
.pinz_l img{width: 450px;height: 300px;display: block;position: absolute;top: 60px;left: 450px;}
.pinz_r{width: 640px;padding:20px 0 0;}
.pinz_t{font-size: 30px;color: #333;background:url(../images/pinz_line01.gif) no-repeat;height: 90px;padding: 0 0 0 40px;line-height: 46px;overflow: hidden;}
.pinz_t a{color: #333;}
.pinz_t a:hover{color: #d9ba8d;}
.pinz_t span,.join_l span{display: block;font-size: 16px;color: #666;font-weight: normal;}
.pinz_ul{width: 640px;height: 260px;font-size: 18px;
    text-indent: 2rem;
    overflow: hidden;
    line-height: 44px;font-size: 18px;
    text-indent: 2rem;
    overflow: hidden;
    line-height: 44px;}
.pinz_ul li{width: 320px;height: 80px;float: left;padding: 25px 0 0;}
.pinz_ul li em{width: 50px;height: 46px;display: block;float: left;padding: 5px 10px 0 50px;}
.pinz_ul li em img{width: 50px;height: 46px;}
.pinz_ul p{display: block;float: left;font-size: 16px;color: #333;line-height: 36px;}
.pinz_ul li i{display: block;}
.pinz_ul li:hover{box-shadow: 0 3px 10px 3px #d0d0d0;}

.pinz_tit{width: 640px;height: 158px; margin-top:12px;}
.pinz_tit ul li{font-size:18px;color: #fff;height: 110px;float: left;width:160px;text-align: center;background:url(../images/pinz_line02.gif) no-repeat center 20px;}
.pinz_tit ul li em{display: block;width: 36px;height: 36px;background: #d2d2d2;margin:0 auto;border-radius: 50%;}
.pinz_tit ul li b{display: block;padding: 60px 0 0;}
.pinz_tit ul li:hover,.pinz_tit ul li.on{background:url(../images/pinz_line03.gif) no-repeat center 20px;color: #c80118;}

.pin_m dl{width: 598px;height: 122px;border: #d9ba8d 1px solid;padding: 12px 0 0 40px;background:url(../images/pinz_ico.png) no-repeat 530px 30px;}
.pin_m dl dt{font-size: 24px;color: #d9ba8d;font-weight: bold;height: 40px;line-height: 40px;}
.pin_m dl dt em{width: 60px;height: 40px;display: block;float: left;line-height: 0;}
.pin_m dl dt em img{width: 40px;height: 40px;}
.pin_m dl dd{font-size: 14px;color: #a48e6e;line-height: 24px;height: 48px;overflow: hidden;width: 450px;padding: 10px 0 0;}

.athree{width:610px;text-align: center;position: absolute; float:left; margin-top:40px; color: #fff;}
.athree dl{color: #fff;float: left;width:25%;border-right: 1px solid #ffffff6e;box-sizing: border-box;margin: 0;}
.athree dl:last-child{border: none;}
.athree dl dt{font-size:44px;margin-top: 7px;font-family: Impact;line-height: 1; color: #fff;}
.athree dl dd{font-size: 18px; color: #efefef; width:100%;}
/* about end */
.case{width:1200px; margin:0 auto; padding:0px 0; background:#fff;}

/*============优势===============*/

.in_title{color: #2b2b2b;text-align: center;padding-top: 60px;}
.in_title h3{font-size: 48px;line-height: 60px;font-weight: bold;}
.in_title h3 b{color: #e60212;}
.in_title p{display: block;font-size: 26px;letter-spacing: 5px;margin-top: 3px;}


 .advantage{max-width: 1920px;background: #f3f3f3;margin: auto;}
 .advantage ul{margin-top: 50px;}
 .advantage ul li{height:250px;margin-bottom: 30px;}
 .advantage ul li:nth-child(2n) .txt{float: right;}
 .advantage ul li:nth-child(2n) .img{float: left;}
 .advantage ul li .img{width:560px;height:250px;float: right;}
 .advantage ul li .img img{width: 100%;height: 100%;}
 .advantage ul li .txt{position: relative;width:560px;height:250px;float: left;}
 .advantage ul li .txt i{position: absolute;top: 58px;display: block;width: 55px;height: 78px;color: #fff;font-size: 28px;line-height: 70px;font-weight: bold;text-align: center;background: #e60212;}
 .advantage ul li .txt i:after{content: '';position: absolute;bottom: 10px;left: 50%;margin-left: -13px;width: 26px;height: 2px;background: #fff;}
 .advantage ul li .txt h3{margin-left: 74px;font-size: 24px;color: #2b2b2b;font-weight: bold;margin-top: 58px;padding-bottom: 12px;border-bottom: 1px dashed #2b2b2b;}
 .advantage ul li .txt p{margin-left: 74px;margin-top: 12px;height:90px;color: #777;line-height: 30px;text-align: justify;}
 .advantage ul li .txt p span{color: #e60212;font-weight: bold;}

.youshi{width:100%; height:1460px;background:url(../images/ys_bg1.jpg) no-repeat center top;}
.ysbox{width:1200px;height:1460px; margin:0 auto;background:url(../images/yszi.png) no-repeat center center;}
.ysbox .left{width:522px; float:left;}
.ysbox .right{width:522px; float:right;}
.ysbox1{margin-top:70px;}
.ysbox1 .picx{clear:both;display:block;}
.box_title{padding-left:70px; display:block; margin-top:50px;}
.box_title h3{font-size:20px; color:#ff9c00; font-weight:bold}
.box_title span{font-size:12px; color:#cccccc; font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;}
.num1{background:url(../images/ys_num1.png) no-repeat;}
.num2{background:url(../images/ys_num2.png) no-repeat;}
.num3{background:url(../images/ys_num3.png) no-repeat;}
.num4{background:url(../images/ys_num4.png) no-repeat;}
.box_txt{width:450px; padding-left:46px; margin-top:20px;}
.box_txt li{background:url(../images/ys_li.png) no-repeat 1px 8px; line-height:30px; padding-left:25px; margin-top:8px;}
.box_txt li p{line-height:30px; font-size:16px;/*background:url(../images/ys_xian.png) no-repeat right bottom;*/ padding-bottom:15px; display:block;}
.box_more{display:block; clear:both; margin-top:10px;}
.box_more a{width:130px; height:40px; line-height:40px; display:block; text-align:center; font-size:16px; background:#2968c7; color:#fff; margin:0px 50px;}
.box_more a:hover{width:130px; height:40px; line-height:40px; background:#f2a91c;}

.newstem{ line-height: 35px; background:url(../images/jiantou2.png) no-repeat 5px 13px; text-indent:12px;
 width: 50%; float: left;}
.newstem a{display:inline-block; width:250px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size:18px;font-weight:bold; }
.newstem span{  float: right; color: #666; padding-right:10px }
.jjnr{ padding:10px; line-height:2.0}
.jjnr a{ color: #0170c1;font-weight:bold; }

.tjxw{ margin:10px 0; float: left;  padding:10px 0}
.tjxw img{ width: 220px; height: 150px;  float: left; }
.tjxw p{ float: left; padding-left:15px; line-height: 1.8; width:535px; padding-top:5px; font-size: 13px; color: #555 }
.tjxw p b{ display: block; font-size:18px; color: #0170c1; padding-bottom: 5px }

.w1300{width:1300px;margin:0 auto;position:relative}
.pro-ls-sec{background:#f1f1f1;padding-bottom:96px}.pro-ls-sec .pro_ls_box .title-2{font-size:22px;color:#333;width:300px;padding:32px 0 25px;font-weight:400;float:left}.pro-ls-sec .pro_ls_box .title-2:before{content:" ";display:inline-block;width:3px;height:24px;background:#4e4e4e;vertical-align:sub;margin-right:15px}.pro-ls-sec .pro_ls_box .sub_pro_cats{margin-left:100px;padding-top:32px}.pro-ls-sec .pro_ls_box .sub_pro_cats li{font-size:14px;float:right}.pro-ls-sec .pro_ls_box .sub_pro_cats li a{color:#666;margin-right:3px;transition:all .2s ease;opacity:.6}.pro-ls-sec .pro_ls_box .sub_pro_cats li a:hover{opacity:1}.pro-ls-sec .pro_ls_box .sub_pro_cats li a:after{content:' / '}.pro-ls-sec .main>li .pro-type{float:left;width:272px;height:316px; overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;transition:all .2s ease}
.pro-type img{max-width:272px; height:316px;}

.pro-ls-sec .main>li .pro-type:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}
 
.pro-ls-sec .pro_ls_box .pro_ls_items li{float:left;height:316px;width:230px;margin-left:27px;box-sizing:border-box;background:#fff;text-align:center;overflow:hidden}
.pro-ls-sec .pro_ls_box .pro_ls_items li>a{position:relative;display:block;height:177px; overflow:hidden;}
.pro-ls-sec .pro_ls_box .pro_ls_items li:hover .down-bg{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:url(images/pro-type-hover-bg.png) center center no-repeat;background-color:rgba(50,50,50,.72)}
.pro-ls-sec .pro_ls_box .pro_ls_items a img{max-width:100%;height:auto;padding-top:15px}.pro-ls-sec .pro_ls_box .pro_ls_items li .down-info{height:140px}.pro-ls-sec .pro_ls_box .pro_ls_items li .title-3{font-size:16px;color:#666;padding-top:10px; height:26px;line-height:26px; overflow:hidden;}.pro-ls-sec .pro_ls_box .pro_ls_items li .meta-cat{display:inline-block;height:21px;font-size:12px;color:#333;line-height:21px;text-align:center;border:1px solid #dedede;margin:10px 0 20px; padding:4px 6px;}.pro-ls-sec .pro_ls_box .pro_ls_items li .pro-item-btn a{display:inline-block;font-size:14px;color:#01a4ec;padding:0 13px}.pro-ls-sec .pro_ls_box .pro_ls_items li:hover .down-info{background:#3cb8ee}.pro-ls-sec .pro_ls_box .pro_ls_items li:hover a,.pro-ls-sec .pro_ls_box .pro_ls_items li:hover h3,.pro-ls-sec .pro_ls_box .pro_ls_items li:hover span{color:#fff;border-color:#fff}.pro-list-p2 .par-nav-type .title-2 .close{display:inline-block;font-size:14px;color:#666;width:120px;height:22px;line-height:22PX;text-align:center;font-weight:200;margin-left:20px;border:1px dashed #fa9205;background:url(images/pro-close.jpg) 96px 0 no-repeat;opacity:.6;transition:all .3s ease}.pro-list-p2 .par-nav-type .title-2 .close:hover{opacity:1}.acc-service-p .service-posts .content .more:hover,.acc-service-p .service-posts .content ul li:hover a,.single-pro-p .pro-top .pro-info .links a:hover,li.rel-case img:hover{opacity:.8}.pro-list-p2 .pro-ls-sec{padding-top:76px;padding-bottom:44px}.pro-list-p2 .pro-ls-sec .pro_ls_items{margin-left:-37px}.pro-list-p2 .pro-ls-sec .pro_ls_items li{margin-left:37px;margin-bottom:76px}

.xinwen{ background: #efefef; clear: both;  padding: 35px 0 }
.inews{ width:770px; margin-top: 15px;}
.ijjfa{ width: 410px; margin-top: 15px;}
.abtit{ background: #fff; color: #000; height: 55px; line-height: 55px; border-left: 4px #0170c1 solid; padding:0 15px; font-size:28px}
.abtit a{ font-size: 16px; font-weight: normal; float: right; }
.falist{ padding-top: 10px;position:relative;}
.falist .ijjfa_ewm{
	width: 112px;
    position: absolute;
    top: 64px;
    right: 0px;
}
.falist .ijjfa_ewm img{
	width:100%;
}
.falist li a{ display: block; font-size: 15px; background:url('../Images/fa_01.jpg') no-repeat left 2px; font-weight: bold; color: #333; padding-left:30px}
.falist li a:hover{ color: #f69600 }
.falist li span{ display: block; font-size: 12px;background:url('../Images/fa_02.jpg') no-repeat left 14px; color: #666; padding:10px 0 13px 30px; line-height: 1.8}
.falist li{ margin:15px 0; border-bottom: 1px #ddd dashed}


.linkbj{ height:92px; background:#111;}
.link{ width:1200px; margin:0 auto;}
.linkz{ float:left; width:250px; height:92px; background:url(../images/yqlj.jpg) no-repeat; font-size:16px; font-weight:bold;}
.linky{ width:950px; float:right; padding-top:20px;}
.linky a{ display:block; float:left; padding: 0 15px 10px 15px; color:#fff;}
.linky a:hover{text-decoration:underline;}
/* CSS Footer */
 .footer{height:370px;background: url(../images/ft-bg.jpg) no-repeat center;}
  .f_con{height:250px;padding-top: 84px;}
  
 
  .f_logo{ width:305px; float: left;position: relative;}
  .f_logo h2 img{display: block; width:86px; height:86px;}
  .f_logo h3{text-align: left;}
  .f_logo h3 em{font-size:24px;color:#ffffff;display: block;font-weight:bold;line-height:18px;}
  .f_logo h3 i{font-size:10px;color:#8b8f95;display: block;font-weight:normal;line-height:10px;font-family:"Arial";padding-top: 10px;}
  .f_logo .ba{margin-top: 37px;line-height: 24px;}
  .f_logo .ba a{font-size:14px;color:#cdcecf;display: block;float: left;}
  .f_logo .ba i{font-size:14px;color:#cdcecf;display: block;float: left;}
  .f_logo .ba em{font-size:14px;color:#cdcecf;display: block;float: left;width: 250px;}
  .f_logo .ba em b{font-size:14px;color:#cdcecf;display:inline-block;margin-left: 10px;font-weight: normal;}
.f_logo .ba em a{font-size:14px;color:#cdcecf;display: block;float: left;}
.f_logo .ba em a img{margin-right: 5px;}
  
.f_nav{float: left;height:225px;width:440px;text-align: left;padding-left:42px;border-left: 1px solid #4a6178;box-sizing: border-box;}
.f_nav h2{text-align: left;margin-bottom:36px;}
.f_nav h2 span{font-size:20px;color: #ffffff;display: block;line-height:20px;font-weight:bold;}
.f_nav h2 em{font-size:12px;color: #ffffff;display: block;line-height:12px;font-weight:normal;font-family: "Arial";padding-top: 6px;}
.f_nav li{width:196px;float:left;}
.f_nav li a{font-size:16px;line-height:32px;display: block;color: #ffffff;font-weight: bold;}

.f_nav2{margin-top:40px;}
.f_nav2 li{width:145px;float:left;}
.f_nav2 li a{font-size:16px;line-height:32px;display: block;color: #ffffff;font-weight: bold;}
.lxw{float: left;height:225px;width:310px;text-align: left;padding-left:36px;border-left: 1px solid #4a6178;box-sizing: border-box;}
.lxw h2{text-align: left;margin-bottom:36px;}
.lxw h2 span{font-size:20px;color: #ffffff;display: block;line-height:20px;font-weight:bold;}
.lxw h2 em{font-size:12px;color: #ffffff;display: block;line-height:12px;font-weight:normal;font-family: "Arial";padding-top: 6px;}
.lxw p{font-size: 16px;color: #ffffff;display: block;line-height: 32px;font-weight: bold;}

 .sao{float: right;margin-top: 35px;height: 186px;width: 145px;}
    .sao p{height: 186px;position: relative;overflow: hidden;float: right;margin-right:27px;border:1px solid #45505d;box-sizing: border-box;width: 141px;}
    .sao p i{display: block;height: 121px;width: 121px;margin: 10px auto 0;}
    .sao p img{display: block;width: 121px;height: 121px;}
    .sao p span{display: block;font-size: 14px;color: #ffffff;line-height:14px;text-align: center;padding-top:20px;}
    .sao p:after{display:block;position:absolute;left:9px;top:0;width:100%;height:35px;content:"";animation:light 5s infinite;-webkit-animation:light 5s infinite;}
	.sao .item-1:after{background:url(../images/code_shadow1.png) no-repeat 0 0;}
				@keyframes light{
					0%{top:0;}
					50%{top:100%;}
					100%{top:-40px;}
                }
  .sao p:last-child{margin-right: 0;}

.link{float: left;;width:100%;margin-top: 80px;}
.link b{font-size: 14px;color: #fefefe;display:block;margin-right:1%;float: left;font-weight: normal;}
.link a{font-size:14px;color:#fefefe ;display:block;font-weight: normal;padding-right:1%;float: left;}
.link a:last-child{padding-right: 0;}


.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
 transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
 transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: url('../Images/fixCont.png') no-repeat 0 0 #0353A8;
}
.yb_bar .yb_phone {
	background: url('../Images/fixCont.png') no-repeat 0 -57px #0353A8;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: url('../Images/fixCont.png') no-repeat 0 -113px #0353A8;
}
.yb_bar .yb_ercode {
	/*height:200px;*/
    background: url('../Images/fixCont.png') no-repeat 0 -169px #0353A8;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff!important;
}



/*内页*/
.class_bg{width:100%; background:url(../images/class_bg.jpg) no-repeat center; height:350px; min-width:1200px; clear:both;}
.class_bg h3{margin-top:50px; padding:40px; float:left; background:#fff; border-radius:10px; font-size:36px; color:#000; display:none;}

.navli{ width:100%; height:60px; line-height:60px; border-bottom:1px solid #f0f0f0;}
.navli li{width:15%; height:60px; line-height:60px;text-align:center; float:left;}
.navli li a{display:block; font-size:16px;}
.navli li:hover{width:15%; height:60px; line-height:60px; border-bottom:1px solid #0353A8; text-align:center; float:left;}
.navli li.hover{width:15%; height:60px; line-height:60px; border-bottom:1px solid #0353A8; text-align:center; float:left;}

.path{width:910px;height:40px; line-height:40px; padding:0px; background:#f4f4f4; border-bottom:2px solid #0353A8; float:right;}
.path h2{float:left; font-weight:bold; font-size:16px; background:#0353A8; height:40px; padding:0px 30px; color:#fff;}
.path span{float:right; padding-right:10px; }
.content{width:910px; float:right; margin:0 auto; padding:25px 0; font-size:16px; line-height:28px; padding-top:0px;}
.content p{display:block; padding-top:8px;font-size:16px;}
.content table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}
.content table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:0px; text-align:center;}
.content p em{font-size:18px;color:#f00;}


/*联系我们*/
.cotcatus ul li{width: 240px;height: 252px;padding: 20px;text-align: center;overflow: hidden;float: left;font-size: 16px;margin: 0 10px 30px 10px;background: #e4e4e4;border-radius: 15px;}
.cotcatus ul li .pic{width: 100px;height: 100px;margin: 0 auto;margin-bottom: 20px; }
.contact {font: 400 14px/28px "microsoft yahei";}
.contact .caption {margin: 30px 0 20px; padding-bottom:20px;border-bottom: 1px solid #e8e8e8;}
.contact .caption span {display: block;color: #ff2020;font-size: 13px}
.contact h2 {clear: both;font: 700 20px/40px "microsoft yahei";margin-bottom: 10px}
.contact .cway {position: relative;padding: 20px 0;overflow: hidden;}
.contact .cway ul {height: 270px;float: left;}
.contact .cway li {background: url(../images/icon_contact.png) 0 100px no-repeat;line-height: 40px;text-indent: 60px;margin: 5px 0}
.contact .cway li a {color: #666}
.contact .cway li a:hover {color: #ff5050;font-weight: 700}
.contact .cway li span {font-weight: 700}
.contact .cway li.tel {background-position: -60px -338px}
.contact .cway li.qq {background-position: -60px -381px}
.contact .cway li.email {background-position: -60px -473px}
.contact .cway li.fax {background-position: -60px -519px}
.contact .cway li.group {background-position: -60px -427px}
.contact .cway .chat {display: block;width: 230px;line-height: 40px; height:40px;text-align: center;color: #fff;font-size: 16px;font-weight: 700;background-color: #ff2020;margin: 30px 0 0 6px}

.view-title{font-size:24px; height:50px; line-height:50px; display:block; text-align:center;}
.view-date{height:25px; line-height:25px; display:block; text-align:center;}

.updown{width:100%; clear:both; margin-top:15px; margin-bottom:15px; height:50px; display:block;}
.updown li{height:25px; line-height:25px;}
.products{ width:100%; margin:0 auto;}
.products .pros_tit{font-size:28px; text-align:center;height:90px; line-height:90px;margin-top:20px;margin-bottom:20px;clear:both;}
.products .pros_tit a{font-size:28px; background:#0353A8; color:#fff; padding:10px 30px;}

.row .cptitle{ width:291px; background:#eeeeee; height:50px;}
.row .cptitle p{ color:#333; font-size:16px; text-align:center; line-height:50px;}

.pro_list{/*padding:20px 0px;*/}
#imgto{width:510px; height:360px; float:left;}
#imgto .big{width:510px;height:360px;display: table-cell;text-align: center; vertical-align: middle;text-align:center; }
#imgto .big img{max-width:510px;max-height:360px;}
#imgto .small{height:80px; margin-top:8px;width:100%; clear:both; display:none;}
#imgto .small div{float:left;overflow:hidden;}
#imgto .small div.imgl,#imgto .small div.imgr{width:13px;height:62px; border:1px solid #CCC; background-color:#F6F6F6; text-align:center; line-height:60px; font-weight:bold; color: #999; cursor:pointer;}
#imgto .small div.imgl:hover,#imgto .small div.imgr:hover{ background-color: #E7E7E7; color: #666}
#imgto .small div.imgc{width:330px; position:relative;height:62px;}
#imgto .small div.imgc ul{ position:absolute;width:2200px; height:60px;top:0; left:0;}
#imgto .small div.imgc ul li{ float:left; width:80px; padding-left:2px;cursor:pointer; }
#imgto .small div.imgc ul li img{width:78px; height:60px;border:1px solid #2968c7}
#imgto .small div.imgc ul li.the img {border:1px solid #2968c7}

.pro_right{width:400px; float:right;}
.pro_right h1{height:80px; line-height:80px; font-size:26px;}
.pro_right .pro_desc{line-height:28px; line-height:28px; font-size:14px; background:#f4f4f4; padding:15px;}
.pro_right .pro_zx{width:260px;height:28px; line-height:28px; margin-top:20px; font-size:30px; background:#0166B6 url(../images/tel2.png) no-repeat 20px 16px; padding:15px 25px; border-radius:3em; text-indent:36px; color:#fff;}
.pro_img{ width:94%; margin:0 auto; clear:both; text-align:center; display:block; padding:20px;}


.view_con{width:100%; padding:15px 0; font-size:14px;}
.view_con img{min-width:440px; max-width:740px;}
.view_pic{width:100%; padding:15px 0; text-align:center;}
.view_pic img{min-width:440px; max-width:640px;}
.view_desc{padding:15px 25px; background:#f5f5f5; border:1px solid #e2e2e2; font-size:14px;}

.view_title{width:100%; background:#f4f4f4; height:50px; line-height:50px; margin:10px auto;}
.view_title h3{background:#0F68B9 url(../images/ico.png) no-repeat 20px center; display:block; float:left; color:#fff;padding:0px 20px;text-indent:30px; font-size:16px;}
.view_title span{float:right; padding-right:10px;}
.view_title span a{color:#111;}

.pronrupr{height:auto;float: left;padding-bottom:20px; margin-left:150px; margin-top:15px;}
.pronrupr1{ width:100%; height:40px; line-height:40px; display:block; color:#1d7ae1; background-color:#767676;}
.pronrupr1_1{ width:auto; padding-left:6px; padding-right:6px; height:40px; display:block; text-align:center; color:#FFF;background-color:#2b5c97; float:left;}
.pronrupr1_2{ width:200px; float:left; height:auto; display:block; padding-top:8px;}
.pronrupr1_3{color:#000; font-weight:bold;}
.pronrupr1_2 a:hover{ text-decoration:underline;}

.pronrupr2{ width:165px; height:50px; display:block; padding-top:10px; float:left;}
.pronrupr2_1{ width:135px; height:39px; line-height:39px; display:block; float:left;}
.pronrupr2_1 a{ width:100%; height:39px; display:block;color:#fff;background:url(../images/qqpibg.png) no-repeat 10px 10px; background-color:#0353A8;display:block; text-indent:50px;font-weight:bold;}
.pronrupr2_1 a:hover{ color:#000;background:url(../images/qqpibg.png) no-repeat 10px -30px; background-color:#c40000; color:#FFF;}
.pronrupr2_2{ width:198px; height:29px; padding-top:7px; display:block; float:left; }

.pronrupr3{ width:230px; height:55px;padding-left:61px;background:url(../images/protel.png) no-repeat left; font-size:20px; color:#f25000; display:block; line-height:24px; float:left;}
.pronrupr3_1{color:#000; font-size:14px;}

.pronrupr2_112{ width:140px; height:42px; line-height:42px; display:block; float:left; margin-top:8px;}

.pronrupr2_11{ width:100%; height:42px; display:block;color:#c40000;background:url(../images/weixin.png) no-repeat 5px 10px;background-color:#ffeded;border:#c40000 solid 1px; border-radius:8px; text-indent:37px;transition:all 0.3s}
.pronrupr2_11:hover{ color:#000;background:url(../images/weixin.png) no-repeat 5px -30px; background-color:#c40000; color:#FFF;transition:all 0.3s}
.pronrupr2_22{ width:148px; height:148px; display:none; position:relative; top:-50px;transition:all 0.3s}
.pronrupr2_22 img{width:148px; height:148px;}
.pronrupr2_11:hover .pronrupr2_22{ display:block;width:148px; height:148px; position:relative; top:-127px; left:108px;transition:all 0.3s}
.info_title {
	margin: 10px 0 0 0;
	width: 100%;
	height: 40px;
	background: #E2E2E2;
	margin-bottom: 10px; clear:both;
}
.info_title b {
	display: inline-block;
	padding:0 20px;
	height: 100%;
	border-right: 1px solid #fff;
	background: #0353A8;
	color: #fff;
	line-height: 40px;
}
.info_title a {
	margin: 8px;
	width: 15px;
	height: 15px;
	background-position: 0 -426px;
}
/*新闻列表*/
.news_list{ width:100%; clear:both; margin:10px auto;}
.news_list li{height:40px; line-height:40px; border-bottom:1px dashed #e2e2e2;padding-left:20px; background:url(../images/heidian.jpg) no-repeat 8px 15px;}
.news_list li span{float:right;}
.news_list li b{font-weight:normal;}

/*新闻列表二*/
.main_c{width: 100%;float: left;line-height: 260%;padding:10px 0 20px 0;}
.news_two_ul {
    height: auto;
    overflow: hidden;
    max-width:1200px; margin:0 auto;
}
.news_two_ul li{height:160px;}
.news_two_box {
    width: 100%;
    height: 130px;
    border: 1px solid transparent;
    position: relative;
    background: #f7f7f7;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_img {
    width: 200px;
    height: 100px;
    padding: 15px;
    float: left;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_img img{width: 200px;height: 100px;object-fit: cover;}
.news_two_txt span {
    font-size: 16px;
    color: #717171;
    display: block;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s ease-out 0s
}
.news_two_txt span b{font-size:16px; font-weight:normal;}
.news_two_box:hover .news_two_txt span {
    color: #333
}

.news_two_txt i {
    height: 52px;
    color: #A2A2A2;
    line-height: 24px;
    display: block;
    overflow: hidden; font-style:normal;
    transition: all .3s ease-out 0s
}

.news_two_box:hover .news_two_txt i {
    color: #999
}

.news_two_txt {
    width: 680px;
    float: left;
    padding:16px 0 28px 28px;
    transition: all .3s ease-out 0s
}

.news_two_box:hover .news_two_txt {
    padding: 16px 0 28px 40px
}

.news_two_date {
    width:160px;
    float: right;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    color: #999;
    padding: 16px 19px 0 0;
    transition: all .3s ease-out 0s; text-align:right;
}

.news_two_box:hover .news_two_date {
    padding: 26px 29px 0 0
}

.news_two_date span {
	color: rgb(153, 153, 153);
    height: 26px;
    font-size: 24px;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"
}

.news_two_date i {
    font-size: 13px; 
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"
}

.news_two_but {
    position: absolute;
    top: 100px;
    right: 108px
}

.news_two_box:hover {
    border: 1px solid #efefef;
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08)
}

.news_two_box:hover .news_two_img {
    background: #0D83F2;
}

.news_two_box:hover .ser_but {
    background: #0a5cb0;
    border: 1px solid #0a5cb0;
    margin: 0 -36px
}




#allmap{width:100%; height:350px; line-height:25px;}

/*分页*/
.pages{text-align:center;clear:both; padding:5px 0px 10px 0px;font-size:14px;width:100%; margin:0 auto;margin:15px 0;}
.pages a{margin:3px;padding:8px 12px;border:1px solid #c1c1c1;color:#A0A0A0;font-size:14px;border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F0F0F0));}
.pages span{background:#15181E;color:#fff;margin:3px;padding:8px 12px;border:1px solid #15181E;border-radius: 3px;}

/*留言*/
.member_f{margin-top:5px;float:right;}
.member_f dl{border-bottom:1px solid #E8E8E8; padding:5px 0; width:100%; float:left;}
.member_f dl dt{float:left; width:110px; text-align:right; line-height:26px; font-weight:bold;}
.member_f dl dd{float:left; line-height:26px; padding-left:10px;}
.member_f dl dd textarea{ width:90%; height:200px;}
.member_f dl dd.m span{color:#C00;}
.member_f dl dd.m span.ok{ background-color:#000; width:10px; height:5px;}
.inp{height:32px; line-height:32px; border:1px solid #e2e2e2; border-radius:5px; padding-left:5px;}
.btnbig{height:40px; line-height:40px; background:#0353A8; width:180px; color:#fff;}


.ad3{width:100%; height:140px; background:url(../images/youshititle.jpg) no-repeat center; min-width:1200px; overflow:hidden;}

.youshi_2{width:100%; height: 1330px; background: url(../images/youshi2_bg.jpg) no-repeat center top; background-color: #f0f0f0;}
@media (max-width:750px){.youshi_2{display:none;}}

.youshi_2_title_1{width:106px; height: 65px; border: #b9b6b7 solid 1px; border-bottom: 0; border-top: 0; margin: 0 auto;}
.youshi_2_title_2{width:186px; height: 32px; background:#0353a7; margin: 0 auto; line-height: 32px; font-size: 18px; color: #FFF; text-align: center;}
.youshi_2_title_3{font-size: 48px; font-weight: bold; color: #0353a7; line-height: 70px; text-align: center; margin: 0 auto; padding-top: 10px;}
.youshi_2_title_4{font-size: 30px; color: #0353a7; line-height: 40px; text-align: center; margin: 0 auto;}

.youshi_2_info{width:1200px; height: 1020px; background: #FFF; margin: 0 auto;}

.youshi_2_info_1{width:600px; height: 500px; float: left; padding-top: 30px;}
.youshi_2_info_1_title{height: 160px; padding-left: 30px; width:570px;}
.youshi_2_info_1_title_icon{width:83px; height: 160px; background: #0353a8; float: left;}
.youshi_2_info_1_title_icon_nub{ font-size: 50px; text-align: center; color: #FFF; padding-top: 75px;}
.youshi_2_info_1_title_icon_line{width:58px; height: 4px; background: #FFF; margin: 0 auto;}

.youshi_2_info_1_title_font{float:left; padding-left: 20px; padding-top: 50px;}
.youshi_2_info_1_title_font_01{font-size: 31px; font-weight: bold; color: #222222; line-height: 40px;}
.youshi_2_info_1_title_font_02{font-size: 14px; color: #aeaeae; line-height: 15px; font-variant: small-caps;}

.youshi_2_info_1_img_1{width:539px; height: 198px; background: url(../images/youshi_2_info_1_img_1.jpg) no-repeat; margin-left: 30px; margin-top: 20px;}
.youshi_2_info_1_img_2{width:539px; height: 198px; background: url(../images/youshi_2_info_1_img_2.jpg) no-repeat; margin-left: 30px; margin-top: 20px;}
.youshi_2_info_1_img_3{width:539px; height: 198px; background: url(../images/youshi_2_info_1_img_3.jpg) no-repeat; margin-left: 30px; margin-top: 20px;}
.youshi_2_info_1_img_4{width:579px; height: 290px; background: url(../images/youshi_2_info_1_img_4.jpg) no-repeat; background-position: right bottom;}

.youshi_2_info_1_desc{font-size: 14px; color: #686868; line-height: 30px; padding-top: 15px; padding-left: 30px;}

.youshi_2_info_1_img_4_1{font-size: 14px; color: #686868; line-height: 35px; padding-left: 30px; padding-top: 45px;}
.youshi_2_info_1_img_4_2{font-size:18px; color: #1d1d1d; line-height: 40px; padding-left: 30px; padding-top: 40px;}
.youshi_2_info_1_img_4_2 span{font-size: 26px; font-weight: bold; color: #f20807;}

#in_02{padding-top: 40px; margin:0 auto;position: relative;}
#in_02_title{width: 1200px;height: 30px;text-align: center; margin:0 auto;line-height: 30px;font-weight: bold;color: #9e9e9e;font-size: 20px;}
#in_02_title span{color: #ca0c25; font-size:20px; font-weight:bold;}
#in_02_c{width: 1346px;height: 130px; margin:30px auto;}

.pro-index-mid {
    padding: 56px 0 0;
}

.pro-index-mid ul {
    margin-top: 28px;
}

.pro-index-mid li {
    width: 278px;
    float: left;
    margin-right: 21px; margin-bottom:15px;
}

.pro-index-mid li:first-child {
    margin-left: 0;
}

.pro-index-mid .img-box {
    display: block;
    width: 100%;
    height: 260px;
}

.pro-index-mid .img-box img {
    display: block;
    width:278px; height:260px;object-fit: cover;
}

.pro-index-mid .info .title {
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 1;
    margin-top: 18px;
    transition: all .4s;
}

.pro-index-mid .info .title:hover {
    color: #F78400;
}

.pro-index-mid .info .attr {
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    margin-top: 18px;
    padding-left: 40px;
}

.pro-index-mid .info .stand-power {
    background: url('../images/attr-con.png') no-repeat left center;
}

.pro-index-mid .info .stand-press {
    background: url('../images/attr-press.png') no-repeat left center;
    margin-left: 12px;
}

.pro-index-mid .stands {
    width: 100%;
    overflow: hidden;
    height: 35px;
}

.pro-index-mid .btns {
    margin-top: 20px;
}

.pro-index-mid .btns a {
    display: block;
    float: left;
    padding: 0 20px;
    height: 28px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 4px;
    line-height: 26px;
    font-size: 14px;
    color: #555;
    text-align: center;
    transition: all .4s;
    margin-left: 4px;
}

.pro-index-mid .btns a:first-child {
    margin-left: 0;
    background: #fff;
    color: #0082D0;
    border: 1px solid #0082D0;
}

.pro-index-mid .btns a:hover {
    background-color: #0082D0;
    border-color: #0082D0;
    color: #fff;
}
.head {
    height: 62px;
	margin:0 auto;
	width:340px;
	background:url('/skin/default/images/tu12.png') no-repeat center 30px;
}
.head .title {
    font-size: 30px;
	text-align:center;
}

.head .know-more {
    float: right;
    margin-top: 14px;
    font-size: 14px;
}
.know-more span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    color: #555;
}

.know-more i {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background: url('../images/know-more-icon.png');
}

.titis{height:157px;text-align: center;}
.titis h4 {font-size:38px;color: #1787e5;height:68px;line-height:68px;font-weight:bold;}
.titis h4 a {color: #1787e5}
.titis h4 span {font-size:54px;}
.titis p {height: 34px;font-size:45px;color: #ff0000;line-height: 34px;font-weight:bold;}
.yous{height: 1956px}

.ys1,.ys2,.ys3,.ys4{height: 450px;}
.ys1{background: url('../images/ys_img1.jpg') no-repeat center top;}
.ys2{background: url('../images/ys_img2.jpg') no-repeat center top;}
.ys3{background: url('../images/ys_img3.jpg') no-repeat center top;}
.ys4{background: url('../images/ys_img4.jpg') no-repeat center top;}

.yous {position: relative;}
.yous dl {width:527px;position: absolute;left:50%;margin-left:40px;}
.yous dt{height: 80px;overflow: hidden;}
.yous dt em {float:left;width:80px;height: 80px;background: #1787e5;text-align: center;font:16px "Impact";color: #fff;text-transform: uppercase;}
.yous dt em i{display: block;height: 44px;padding-top:4px;line-height: 44px;font-size: 30px;position: relative;font-style: normal;margin-bottom:4px;}
.yous dt em i:after{width:26px;height: 1px;content: "";display: block;background: #ffcd54;position: absolute;bottom:0;left:35%;}
.yous dt p {float:right;width:420px;height: 80px;background: url(ys_ico1.jpg) no-repeat left bottom;}
.yous dt p span {display: block;font-size:27px;color: #1787e5;height: 64px;line-height: 29px;font-weight: bold;}
.yous dt p i{font:12px arial;color: #808080;text-transform: uppercase;font-size:normal;}
.yous dd {padding:25px 0 0 1px;font-size:21px;font-weight:bold;}
.yous dd p{padding-left:26px;font-size:16px;height: 39px;line-height: 39px;background: url(ys_ico2.jpg) no-repeat left center;color: #000;}
.yous dd span a {width:154px;height:49px;border:1px solid #818181;text-align:center;line-height:49px;font-size:16px;color:#fff;display:block;margin-top:20px;background:#009944;}
.yous dd span img{vertical-align:middle;margin-right:10px;}
.yous .dls1{top:270px;}
.yous .dls2{top:722px;margin-left:-598px;}
.yous .dls3{top:1172px;}
.yous .dls4{top:1622px;margin-left:-598px;}

.lxfs{    margin-top: 30px;
    background: #fff000;
	text-indent: 1em;
	font-weight: bold;
    font-size: 24px;
    height: 35px;
    line-height: 35px;}
	
	.product-info{width: 1200px;margin: 0 auto;}
.product-info h3.goods-title{font-size: 40px; font-weight:bold;text-align: center; line-height:3; border-bottom:1px solid #eeeeee; position: relative;}
.product-info h3.goods-title::after{ content: ''; display: block; width:200px; height:2px;background-color: #0a68c0; position: absolute; margin:auto; left: 0; right: 0; bottom: 0;}
.goods-list .goods-item .goods-title{font-size: 18px; color: #333333; line-height:2;}

.info-top{margin-top:30px;}
.info-preview{ float: left;}
#MagnifierWrap2 {	position: relative;	width: 700px;padding-bottom: 20px;}

.MagnifierMain {position: relative;width: 100%;height:500px;font-size:0;text-align: center;line-height: 450px;border: 1px solid #e4e4e4;display: flex;justify-content: center;align-items: center;}
.MagnifierMain img {	max-width: 100%;	max-height: 100%;	display: inline-block;	vertical-align: middle;}

.info-right{ float: right; width:450px; padding-top:25px;}
.info-right .goods-param{line-height:48px; color: #666666; padding-top:15px;height: 250px;}
.info-right .goods-param span{ color: #333333;}
.info-right .goods-contact{line-height:52px; margin-top:39px;}
.info-right .goods-contact span{ width:100%; text-align: center; background-color: #ffc000;font-size: 18px; display: inline-block;vertical-align: middle;}
.info-right .goods-contact em{ font-family:Impact; font-size: 40px; line-height:52px;display: inline-block;	vertical-align: middle;margin-left: 56px;position: relative;bottom: -8px;}
.info-right .goods-contact a{ display: inline-block; vertical-align: middle; height:38px;line-height: 38px; width:125px;text-align: center; font-weight:bold; color: #ffffff; background-color: #0a68c0;font-size: 18px;border-radius: 19px; margin-left:20px;}



/*äº§å“ä¸­å¿ƒ*/
.con_right {width:910px; float:right;display:block; overflow: hidden;}
.con_righta {width:1100px; float:right;display:block; overflow: hidden;border: 1px #c6c8cf solid; padding: 50px;}
.con_righta .nav,#jj .nav,#company .nav{ height: 45px; background: #f6f6f6; }
.con_righta .nav span,#jj .nav span,#company .nav span{ background: #0060c6; width: 140px; text-align: center;; line-height: 45px; color: #FFF; float: left; font-size: 18px; }
.con_right .nav,#jj .nav,#company .nav{ height: 45px; background: #f6f6f6; }
.con_right .nav span,#jj .nav span,#company .nav span{ background: #0060c6; width: 140px; text-align: center;; line-height: 45px; color: #FFF; float: left; font-size: 18px; }

.ys_bg{width:550px;margin:0 auto;text-align:center;background-color:#e6e6e6;}
.ys_tit{height:60px;line-height:60px;width:320px;margin:0 auto;margin-bottom:20px;padding-top:20px;}
.ys_tit span{background-color:#c00;display:block;color:#fff;border-radius: 1rem;}
.ys_lb{width:370px;margin:0 auto;}
.ys_lb ul li{line-height:25px;background: url('../images/hg.png') no-repeat;height:40px;text-align:left;padding-left:40px;}