@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
*{margin:0;padding:0;list-style:none;border:0;}
body{font-size:15px;  margin:0; padding:0;font-family: "Microsoft Yahei"; overflow-x: hidden;overflow:-Scroll;overflow-y:hidden}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,html,body,nav,th,td,tr{padding:0;margin:0; color:#333}
h1,h2,h3,h4,h5,h6 {font-size:15px; font-weight:normal;}
img{border:0;}
ol,ul,li,dd,dl{list-style:none;}
i,em{ font-style:normal}
h1{font-size:18px;}
a{color:#333;text-decoration:none;font-size:14px;blr:expression(this.onFocus=this.blur());}
a:hover{color:#f00;text-decoration:none;}
.clean80{clear:both;height:80px;overflow:hidden;}
.clean50{clear:both;height:50px;overflow:hidden;}
.clean40{clear:both;height:40px;overflow:hidden;}
.clean30{clear:both;height:30px;overflow:hidden;}
.clean20{clear:both;height:20px;overflow:hidden;}
.clean10{clear:both;height:10px;overflow:hidden;}
.left{ float:left;overflow:hidden;}
.right{float:right;overflow:hidden;}


.i{font-style:normal}

.clr{
	clear: both;
}
.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.more-line{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}


.w1200{ width:1200px; margin:0 auto; overflow:hidden;}


/*返回顶部样式*/
.totop{position:fixed;right:25px;bottom:25px;display:block;width:26px;height:62px;background:url(../images/rocket.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;}
.totop:hover{background:url(../images/rocket.png) no-repeat 0 -62px;}

/* 首页 */

.top{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 37px;
	 line-height:37px;
	background-color:#f5f5f5;
    background-position: center center;
}
.top p{color:#666; float:left}
.top .cn{ float: right; margin-right:10px; }	
.top .cn img{ height:20px; float:left; margin-top:8px; margin-right:8px;}

.icon{height: 37px;line-height: 37px;}	
.icon .ewm p{ font-size:13px; color:#666}	
.icon .ewm i{ width:30px; height:37px; background:url(../images/dh3.png) center no-repeat; float:left }
.icon .ewm:hover p{color:#fc3d1b}
.icon .ewm:hover i{background:url(../images/dh4.png) center no-repeat;}

.icon:hover dl{display:block; z-index:999999; position:absolute; margin-top:37px; margin-left:-15px;}
.icon dl{ display:none; background:#fff;box-shadow: 2px 2px 5px #999; margin:5px;overflow: hidden;z-index:999999999;min-width:110px; text-align:center}
.icon dl img{ width:78px; margin-top:5px;}
.icon dl p{line-height:2em !important; text-align:center; width:100%; font-size:13px;}
/*菜单栏*/
.heand{ width:1200px; margin:0 auto;  height:120px; padding-top:30px; overflow:hidden}
.logo{ width:300px; float:left; padding-top:10px;}
.logo img{ height:77px;}
.loga{ width:600px; height:60px; padding-left:45px; border-left:1px solid #eeeeee; float:left; margin-top:15px;}
.loga h1{ font-size:22px;  color:#0b67c5; line-height:140%; font-weight:600;}
.loga p{ font-size:14px; line-height:200%}


.tel{ width:240px; float:right; padding-top:15px;}
.tel img{ width:46px; float:left; padding-right:15px;  padding-top:5px; padding-bottom:20px;}
.tel p{ color:#666; font-size:18px; line-height:24px;}
.tel strong{ font-size:24px; color:#666; font-weight:500}

.dht{ width:100%; background:#0b67c5; border-top:1px solid #eee;float:left;height:48px;}
.menu{ width:940px; overflow:hidden; float:left}
.menu .menu_item{display:inline-block;float:left;font-size: 18px;width:133px; text-align:center;font-family:"微软雅黑";}
.menu .menu_item a{font-size: 16px;display: block;color:#fff;width: auto; line-height:48px;font-family:"微软雅黑";}
.menu .menu_item:hover{ background:#ff9900}
.cur{text-decoration:none;background:#ff9900}
.menu .menu_item:hover a,.cur a{ color:#fff;}
.menu .menu_item:hover .submenu{ color:#FFF;display:block; z-index:999999; position:absolute; border-top:3px solid #96c253 }
.submenu{background:#0b67c5 ; overflow: hidden;z-index:999999999; display:none;}
.submenu_item {min-width:133px; text-align:center}
.submenu_item a{ color:#fff !important; font-weight:500 !important; line-height:2.6em !important}
.submenu_item:hover{ background:#ff9900}

.search{ width:230px; height:30px; float:right; margin-top:10px; background:#2b94ff }
.kuan_sou{ width:188px; height:28px; line-height:28px; float:left;border:1px solid #ddd;background:#fff; color:#999;  }
.kuan_an{ width:40px; height:28px; color:#FFF;cursor:pointer;background: url(../images/ss1.png) center no-repeat ; float:left; border:none;}
.kuan_an:hover{background: url(../images/ss2.png) center no-repeat ;}


/* 轮播图样式 */
/* 分页banner图 */

#banner{
	width: 100%;
	min-width: 1200px;
	height: 650px;position:relative; margin-top: 48px; 
}



/*热门产品*/
.tj_cp ul{ width:110%; float:left;}
.tj_cp ul li{width:218px;height:250px; float:left; color:#FFF; margin-right:10px;}

.he_border{background:#fff;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}

.he_border img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
.he_border:hover img{position:absolute;}
.he_border:hover::after{content: " "; position: absolute; top: 0; left: 0; background:url(../images/dz6.png) no-repeat; width: 100%; height: 100%; opacity: 0.8;transition: ease all 0.4s;}

.he_border:hover .he_caption{opacity: 1;}
.he_caption{position: absolute;top:110px;left:45px;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity: 0;z-index: 2;}

.he_caption h3{color: #fff; width:100%; text-align:center;
	font-size: 34px;
	line-height: 35px;
	text-transform: uppercase;
	argin-bottom: 10px; margin-bottom:18px;transition: ease all 0.4s;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
}



.banner-subban,.banner-subban img{ width:100%}



/*产品中心*/

.bjs{  width:100%; float:left; background:#f8f8f8;}
.w1200{width: 1200px; margin: 0 auto;}

.bt{ width:100%; float:left; text-align:center}
.bt h1{ font-size:30px; color:#333; line-height:240%; font-weight:600;text-transform: uppercase;}
.bt i{ color:#ff9900}
.bt p{ color:#999; font-size:16px;text-transform:uppercase;}

.prto ul{ width:110%; float:left}
.prto ul li{ width:142px;height:35px; text-align:center;margin-right:9px; margin-bottom:10px; background: url(../images/bt.png) no-repeat; float:left; line-height:35px}

.prto ul li h1{ font-size:15px; color:#fff;}

.prto ul li:hover{ background: url(../images/bt1.png) no-repeat}

.prto ul li:hover.animation5 {
    -webkit-animation: swing 1s .2s ease both;
    -moz-animation: swing 1s .2s ease both;
   }
    
   @-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
     -webkit-transform-origin: top center
    }
    20% {
     -webkit-transform: rotate(15deg)
    }
    40% {
     -webkit-transform: rotate(-10deg)
    }
    60% {
     -webkit-transform: rotate(5deg)
    }
    80% {
     -webkit-transform: rotate(-5deg)
    }
    100% {
     -webkit-transform: rotate(0deg)
    }
   }
    
   @-moz-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
     -moz-transform-origin: top center
    }
    20% {
     -moz-transform: rotate(15deg)
    }
    40% {
     -moz-transform: rotate(-10deg)
    }
    60% {
     -moz-transform: rotate(5deg)
    }
    80% {
     -moz-transform: rotate(-5deg)
    }
    100% {
     -moz-transform: rotate(0deg)
    }
   }
.cp_tt ul {
	 width:110%;
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden; padding-top:20px;
}
.cp_tt ul li {
	display: block;
	float: left;
	padding: 0;
	width:285px; padding-right:20px; padding-bottom:20px;
}
.cp_tt ul li a{ width:100%;  float:left;display: block; overflow:hidden}
.cp_tt ul li a span{ width:283px; height:210px; border:1px solid #ddd;  text-align:center;display: table-cell; vertical-align:middle; overflow:hidden; *display: block; *font-size:247px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.cp_tt ul li a img{ max-width:95%; max-height:100%;vertical-align:middle; width:auto; height:auto; }

.cp_tt ul li a:hover span img{ -webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2); }
.cp_tt ul li a b{ width:100%; float:left; line-height:40px; font-size:15px; background:#0b67c5; color:#fff; text-align:center}
.cp_tt ul li:hover a span{border:1px solid #ff9900;}
.cp_tt ul li:hover a  b{ background:#ff9900}

.dbj{ width:100%; float:left; height:549px; background: url(../images/sl_bg.png) center no-repeat}
/*品牌实力*/

.sl{background:url(../images/sl_bg.png) no-repeat center top;height: 370px;position: relative; width:100%; float:left}
.sl:before{content: "";width: 0;height: 0;position: absolute;border-top: 50px solid #f8f8f8;border-right: 960px solid transparent;border-left: 960px solid transparent;position: absolute;left: 50%;top: 0;margin-left: -960px;}
.sl:after{content: "";width: 0;height: 0;position: absolute;border-bottom: 50px solid #fff;border-right: 960px solid transparent;border-left: 960px solid transparent;position: absolute;left: 50%;bottom: 0;margin-left: -960px;}

.sl h2{color: #fff;font-weight: normal;}
.sl h2 a{color:#fff;font-size: 60px;}
.sl h2 span{color: #ff9900;font-weight: bold;}
.sl h2 em{font-size: 30px;display:block;text-align: right;float: right;padding-top: 30px;}
.sl h2 em span{font-weight: normal;}
.sl .con{margin-top: 32px;}
.sl .con ul{width: 600px;float: left;}
.sl .con li:first-child{border-left: 1px solid rgba(255,255,255,0.15);}
.sl .con li{float: left;height: 84px;border-right: 1px solid rgba(255,255,255,0.15);width: 140px;text-align: center;}
.sl .con li em{height: 50px;display: block;}
.sl .con li span{display: block;font-size: 24px;color: #fff;margin-top: 4px;}
.sl .con p{float: right;width: 520px;margin-top: 23px;}
.sl .con p span{display: block;color: #fff;opacity: 0.41;font-size: 16px;}
.sl .con p i{color: #fff;font-size: 36px;font-family: GothamBook;background: url(../images/sl_tel.png) no-repeat left center;padding-left: 38px;}

.sl .con li:hover img.animation8 {
    -webkit-animation: flip 1s .2s ease both;
    -moz-animation: flip 1s .2s ease both;
   }
    
   @-webkit-keyframes flip {
    0% {
     -webkit-transform: perspective(300px) rotateY(0);
     -webkit-animation-timing-function: ease-out
    }
    40% {
     -webkit-transform: perspective(300px) translateZ(100px) rotateY(170deg);
     -webkit-animation-timing-function: ease-out
    }
    50% {
     -webkit-transform: perspective(300px) translateZ(100px) rotateY(190deg) scale(1);
     -webkit-animation-timing-function: ease-in
    }
    80% {
     -webkit-transform: perspective(300px) rotateY(360deg) scale(.95);
     -webkit-animation-timing-function: ease-in
    }
    100% {
     -webkit-transform: perspective(300px) scale(1);
     -webkit-animation-timing-function: ease-in
    }
   }
    
   @-moz-keyframes flip {
    0% {
     -moz-transform: perspective(300px) rotateY(0);
     -moz-animation-timing-function: ease-out
    }
    40% {
     -moz-transform: perspective(300px) translateZ(100px) rotateY(170deg);
     -moz-animation-timing-function: ease-out
    }
    50% {
     -moz-transform: perspective(300px) translateZ(100px) rotateY(190deg) scale(1);
     -moz-animation-timing-function: ease-in
    }
    80% {
     -moz-transform: perspective(300px) rotateY(360deg) scale(.95);
     -moz-animation-timing-function: ease-in
    }
    100% {
     -moz-transform: perspective(300px) scale(1);
     -moz-animation-timing-function: ease-in
    }
   }



/*品牌四大实力*/
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}
.sl2{height: 2112px;}
.sl2 .con1{ width:100%;padding-top: 26px;}
.sl2 .con1 dt{float: left;width: 600px;height: 506px;margin-left: -360px;}
.sl2 .con1 dt img{width: 960px;height: 500px;}
.sl2 .con1 dd{float: right;width: 558px;}

.sl2 .con2 dt{float: right;width: 600px;height: 506px;}
.sl2 .con2 dt img{width: 960px;height: 506px;}
.sl2 .con2 dd{float: left;width: 558px;}
.sl2 .con2 dd h3{padding-top: 54px;}

.sl2 .con2 dd p span{margin-bottom: 7px;}
.sl2 .con3{ width:100%; float:left;}
.sl2 .con3 dt{float: left;width: 600px;height: 506px;margin-left: -360px;}
.sl2 .con3 dt img{width: 960px;height: 506px;}
.sl2 .con3 dd{float: right;width: 558px;}
.sl2 .con3 dd h3{padding-top: 54px;}
.sl2 .con3 dd p span{margin-bottom: 7px;}

.sl2 .con4 dt{float: right;width: 600px;height: 506px;}
.sl2 .con4 dt img{width: 960px;height: 506px;}
.sl2 .con4 dd{float: left;width: 558px;}
.sl2 .con4 dd h3{padding-top: 54px;}

.sl2 dd h3{margin-bottom: 38px;padding-top: 9px;width:100%; float:left}
.sl2 dd h3 em{display: block;background:url(../images/sl_ctit.png);width: 61px;height: 70px;text-align: center;line-height: 70px;font-size: 36px;color: #fff;font-weight: lighter;float: left;}
.sl2 dd h3 i{float: left;margin-left: 26px;font-size: 36px;color: #242424;line-height: 30px;font-weight: normal;}
.sl2 dd h3 i span{font-size: 12px;font-family:GothamBook;color: #CBCBCB;display: block;font-weight: normal;text-transform: uppercase;}
.sl2 dd p{font-size: 16px;color: #383838;line-height: 32px; width:100%}
.sl2 dd p span{display: block;margin-bottom: 18px;}
.sl2 dd .list{margin-top: 45px;height: 144px;overflow: hidden; }
.sl2 dd ul{ width:110%; float:left}
.sl2 dd ul li{width: 269px;float: left;margin-right: 20px!important;display: inline;}
.sl2 dd ul li:nth-child(2n){margin-right: 0;}
.sl2 dd ul li a{display: block;}
.sl2 dd ul li img{width: 269px;height: 144px; float:left}
.sl2 dd .qh{text-align: center;margin-top: 21px;position: relative;margin-bottom:30px;}
.sl2 dd .qh:before{position: absolute;content: "";width: 238px;height: 1px;background: #EBEBEB;left:0;top: 15px;}
.sl2 dd .qh:after{position: absolute;content: "";width: 238px;height: 1px;background: #EBEBEB;right:0;top: 15px;}
.sl2 dd .qh i{display: inline-block;width: 11px;height: 13px;background: url(../images/sl_cqh.png);margin: 0 3px;cursor: pointer;}
.sl2 dd .qh i:nth-child(2n){display: inline-block;width: 11px;height: 13px;background: url(../images/sl_cqhh.png);}

/*工艺流程*/
.lc{background: #fff;position: relative;overflow: hidden;}

.lc .con{ width:100%; height:235px;background: url(../images/lc_bg.jpg) no-repeat center bottom;margin-top: 34px;}
.lc li{float: left;width:109px;height:235px;margin-right: 65px;text-align: center;background: url(../images/lc_cbgh.png) no-repeat;margin-left: 6px; }
.lc li:last-child{margin-right: 0;}
.lc li em{display: block;width: 109px;height: 126px;line-height: 0; position:relative}
.lc li em.pic1{padding-top: 40px;height: 86px;}
.lc li em.pic2{padding-top: 0px;display: none;}
.lc li:hover em.pic2{top:175px;height: 86px; display:block; position:absolute}
.lc li span{display: block;font-size: 18px;font-weight: bold;margin-top: 68px;}
.lc li.cur{background: url(../images/lc_cbgh.png) no-repeat;}
.lc li.cur em.pic1{display: none;}
.lc li.cur em.pic2{display: block;}
.lc li.cur span{color: #ff9900;}
.lc li.cur:hover span{color: #333; bottom:17px; margin-left:20px; position:absolute}


/*adva*/
.adva{ width:100%;height: 884px;background: url(../images/adva_bg.jpg) center no-repeat;}
.adva h3{font-weight: normal;text-align: center;height: 135px;padding-top: 45px;}
.adva h3 b{display: block;font-size:30px;color: #333;line-height: 48px;}
.adva h3 i{display: inline-block;font-size: 16px;color: #333;position:relative;padding:0 40px;line-height: 16px;}
.adva h3 i:before{position:absolute;width:30px;height:1px;background: #00998a;content: "";left: 0;top: 8px;}
.adva h3 i:after{position:absolute;width:30px;height:1px;background: #00998a;content: "";right: 0;top: 8px;}
.adva h3 em{color:#00998a;font-size: 60px;font-style:normal}
.adva_con{height: 277px;position: relative;margin-left: -1px;}
.adva_con .you{position: absolute;top: 45px;left: 152px;}
.adva_con .you p{float: left;width: 188px;height:188px;background: url(../images/you_bg.png) no-repeat;margin-right: 50px;text-align: center;}
.adva_con .you p span{display: block;font-size: 14px;color: #00998a;height: 30px;line-height:30px;padding:62px 0 15px;}
.adva_con .you p b{display: block;font-size: 16px;color: #333;}
.adva_con .you p em{font-size: 40px;font-family: "Impact";font-style:normal}
.adva ul li{float: left;width: 376px;height: 276px;}
.adva ul li b{display: block;font-size: 20px;color: #fff;height: 36px;line-height: 36px;padding:64px 0 22px;}
.adva ul li em{font-size: 40px;font-weight:normal;font-family: "Impact";font-style:normal}
.adva ul li p{width: 300px;font-size: 14px;color: #fff;line-height: 24px;}
.adva ul .l1{width:1200px;height: 151px;text-align: center;}
.adva ul .l1 p{width: 100%;}
.adva ul .l1 b{padding:28px 0 14px;}
.adva ul .l3{width: 375px;padding-left: 75px;}
.adva ul .l4{width: 300px;padding-left: 74px;}



/*新闻*/

.new{background: #f4f4f4;position: relative;overflow: hidden;}
.new:after{content: "";width: 0;height: 0;position: absolute;border-top: 50px solid #fff;border-right: 960px solid transparent;border-left: 960px solid transparent;left: 50%;top: 0;margin-left: -960px;}


.new_l{width: 320px;background:url(../images/new_bg.jpg) repeat-x 0 0 #fff;padding:30px 40px;box-shadow:0 0 10px 2px #e7e7e7;overflow: hidden;margin-top: 54px;}
.new_r{width:781px;margin-top: 54px;}
.new1{width:701px;overflow: hidden;background: #fff;box-shadow:0 0 10px 2px #e7e7e7;margin-bottom: 20px;padding: 30px 40px ;}
.newtil{height:51px;line-height:30px;}
.newtil a{color: #363636;font-size:24px;font-weight: normal;}
.newtil em{display: block;font-size: 10px;opacity: 0.5;line-height: 20px;text-transform:capitalize}
.newtil span{float: right;width: 33px;height: 33px;display: block;background:url(../images/new_more2.png) no-repeat 0 0;}
.newtil span a{display: block;width: 33px;height: 33px;}
.new_l .newtil a{color: #fff;}
.new_l .newtil span{background:url(../images/new_more1.png) no-repeat 0 0;}

.new_l dl{padding: 16px 0 0;}
.new_l dt,.new_l dt img{height:200px;width: 320px;display: block;overflow: hidden;}
.new_l dd{padding: 11px 0 0;}
.new_l dd h3,.new1_c li h1{height: 45px;line-height:45px;font-size:18px;color: #363636;display: block; overflow:hidden}

.new_l dd h3:hover,.new1_c li h1:hover{color:#ff9900;}
.new_l dd p{height: 78px; font:14px "Microsoft YaHei"; color:#989898;overflow: hidden;}
.new_l dd span,.new1_c li span{background:url(../images/new_line.jpg) no-repeat 0 center;height:24px;overflow: hidden;text-align: right;font-family: Times New Roman;color: #989898;display: block;}

.new1_c li{width:312px;float: left; margin-bottom:6px;}
.new1_c li p{height: 40px;overflow: hidden; color:#989898; font-size:14px; line-height:20px; margin-bottom:10px;}
.new1_c li:nth-child(2n-1){padding: 0 68px 0 0;}

.new2{position: relative;}
.new2 .newtil{height: 10px;}
.new2 .newtil span{position: absolute;right: 40px;top: 30px;}
.new2 .newtil p{position: absolute;left: 40px;top: 30px;}
.new2_w{width:280px;}
.new2_w li{height: 30px;line-height: 30px;overflow: hidden;}
.new2_w li a{ color:#999; font-size:14px;}
.new2_w li a:hover{color: #fd9800;text-decoration: underline;}
.new2_p{width: 355px;}
.new2_p dt{float: right;}
.new2_p dd{float: left;padding: 145px 0 0;}
.new2_p dd a{display:block;background:url(../images/new_more4.jpg) no-repeat;width:148px;height:43px;font:14px "Microsoft YaHei";line-height:43px;padding-left:20px;color:#fff;}

/*about*/
.ab_bj{background: url(../images/ab_bj.jpg) no-repeat center top;padding-top:60px; background-size:cover; padding-bottom:60px;box-sizing: border-box;}
.ab_bj dl{ padding-bottom:40px;background:#fff}
.ab_bj dt{font-size:0;line-height: 0;}
.ab_bj dd {padding-top:31px;}
.ab_bj dd h2 {background: url(../images/ab_tt.png) no-repeat center top;height:83px;font-size:44px;color: #333333;font-weight:normal;padding-top:30px;box-sizing: border-box;text-align: center;}
.ab_bj dd h2 a{color: #333}
.ab_bj dd p{font-size:14px;color: #666666;line-height: 26px;padding-top:28px;width:876px;margin:0 auto;text-align: center;}
.ab_bj dd em a {display: block;width:190px;height: 50px;line-height: 50px;background: #0b67c5;text-align: center;font-size:18px;color: #fff;margin:26px auto 0;}
.ab_bj dd em a:hover{background: #ff9900}

/*foo*/
.foot{ width:100%;  float:left;background:#2e2e31;overflow:hidden; padding-bottom:30px; padding-top:50px; }

.f_nav{height: 14px; color:#FFF; margin-bottom:46px; line-height: 14px;width:100%;}
.f_nav a{margin:0 43px;font-size: 14px;color: #fff;}
.f_nav a.lx{ margin-right:0;}
.foot_lx ul{ width:960px; float:left; margin-top:15px;}
.foot_lx ul li{float:left;width:240px; color:#FFF;}
.foot_lx ul li p{ width:100%; float:left; line-height:28px; margin-bottom:10px; color:#fff}
.foot_lx ul li img{ width:28px; float:left; margin-right:10px;}
.foot_lx  ul li em{ display: block; margin-top:13px; font-size: 14px; color:#acacad; margin-left:28px;}
.foot_lx span{ width:200px; float:right; text-align:center}
.foot_lx span img{ height:80px;}
.foot_lx span p{ color:#fff; line-height:34px;}

.footer{ width:100%; float:left; border-top:1px solid #202020; text-align:center; background:#151615; line-height:50px;}
.footer p,.footer p a{color:#616161;}




.cp_left{ width:240px; float:left;}
.cp_left span.nr{ width:240px; height:45px; float:left; text-align:center;  background:#0b67c5;  }
.cp_left span.nr a{ font-size:18px; color:#FFF; line-height:45px; font-weight:800; display:inline-block; }

.cp_left span.sy{ width:240px; height:80px; float:left;  background: url(../images/fl.png) no-repeat; text-align:center }
.cp_left span.sy a{ font-size:24px; color:#FFF; line-height:80px; font-weight:800; display:inline-block; }


.cp_ul li{ width:100%; float:left; height:52px; line-height:52px; text-align:center; border-bottom:2px solid #fff; background:#f6f6f6;}
.cp_ul li:last-child,.cp_lx li:last-child,.news-title ul li:last-child{border-bottom:none;}

.cp_ul li a{font-size:15px; color:#444444; display:inline-block}
.cp_ul li:hover{border-bottom:2px solid  #0b67c5}
.cp_ul li:hover a{color:#0b67c5}

.cutn{border-bottom:2px solid #0b67c5 !important; background:#0b67c5 !important}
.cutn a{color:#fff !important}

.cp_lx{ width:208px;float:left; padding:5px 15px 0 15px; border:1px solid #ebebeb; }
.cp_lx li{ width:100%; float:left;border-bottom:1px dashed #e5e5e5; padding-bottom:15px;}
.cp_lx li a{ display:inline-block; float:left; padding-top:10px; line-height:23px; color:#666666}
.cp_lx li a img{ max-width:80px; float:left; padding-right:10px;}
.cp_lx li b{ width:100%; float:left; padding-top:10px; padding-bottom:5px; line-height:27px; font-size:15px; color:#666}
.cp_lx li b img{ max-width:27px; float:left; padding-right:5px;}
.cp_lx li p{ color:#898989; line-height:26px;}


.cp_dt{ width:100%; float:left; height:46px;  border-bottom:1px solid #eaeaea}
.cp_dt a{ color:#0b67c5;font-size:16px; font-weight:bold; float:left; padding:0 15px; line-height:45px;border-bottom: 1px solid #0b67c5; display:inline-block}

.cp_right ul{ width:102%; float: left; overflow:hidden; }
.cp_right ul li { width:23%; float:left; margin-right:2%; overflow:hidden; margin-bottom:2%; display:inline-block }
.cp_right ul li a .img{ width:285px; height:206px;display:table-cell; border:1px solid #dedede; text-align: center; vertical-align: middle;overflow:hidden; *display: block; *font-size:248px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.cp_right ul li a .img img{ max-width:100%; max-height:100%;  width:auto; height:auto;overflow: hidden;vertical-align: middle;}


.cp_right ul li a:hover .img img,.tabCon ul li:hover img,.cp_right ul li a:hover .imgt img,.ting ul li:hover span img{ -webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}
.cp_right ul li a p{ width:100%;   height:38px; line-height:38px; float:left; text-align:center; font-size:16px;  overflow:hidden}

.cp_right ul li:hover a .img{ border:1px solid #0b67c5}

/*产品内容页*/
.cp_nr{ border:4px solid #dedede; padding:20px; display:inline-block; width:1152px;}
.cp_nr h1{ width:100%; line-height:40px; text-align:center;font-size:24px; color:#585858; overflow:hidden;}
.cp_nr p{ font-size:14px; line-height:35px; color:#666; }
.cp_nr p i{ color:#ff3e27; font-size:40px; font-weight:600}
.cp_nr h2{ width:160px; height:40px; line-height:40px; text-align:center; border:1px solid #ff3e27; float:left; margin-top:30px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 3px;-o-border-radius: 3px; }
.cp_nr h2 img{ margin-right:5px;}
.cp_nr span{width:100%; float:left; text-align:center; line-height:40px; color:#999; padding-bottom:20px;}
.cp_nr img{ max-width:700px;}
.cp_nr strong{ font-size:20px; color:#96c253}


/*客户案例*/
.img-title ul{ width:95%; margin:15px; display:inline-block}
.img-title ul li{ width:100%; float:left;overflow:hidden;margin-bottom:30px;border:1px solid #f2f2f2;box-shadow: 0px 0px 10px rgba(0,0,0,.2);}
.img-title ul li .news_jl{width: 100%;display: flex;padding: 30px;box-sizing: border-box;}
.img-title ul li .news_nt{margin: 15px 25px 0px 20px; float:right}

.img-title ul li .news_nt h1{ width:100%; float:left; font-size:18px; padding-bottom:20px;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;/*不换行*/ text-overflow:ellipsis;/*超出部分省略号显示*/}
.img-title ul li .news_nt p{ line-height:24px;}
.img-title ul li .news_nt span{ display:block; margin-top:38px;}
.img-title ul li i{font-size:13px; line-height:140%; color:#999; border-right:1px solid #999; float:left; padding-right:8px; margin-right:8px;}
.img-title ul li dl{font-size:13px; line-height:140%; float:left}
.img-title ul li:hover{border:1px solid #0b67c5;box-shadow: 0px 0px 10px rgba(1,153,138,.2);}
.img-title ul li:hover h1,.img-title ul li:hover dl{ color:#0b67c5}
.img-title ul li:hover span{ padding-left:20px; }

/* 我们的优势*/




/* 新闻 */

.new_lb{ width:120%; float:left; padding-top:40px;}
.new_lb li{ width:550px; float:left; border-bottom:1px dashed #d9d9d9; padding-bottom:10px; margin-right:50px; margin-bottom:20px;}
.new_lb li img{ width:175px; height:125px; float:left;object-fit:cover; padding-right:20px;}
.new_lb li h1{ font-size:17px; line-height:36px; float:left}
.new_lb li i{ font-size:13px;line-height:38px; color:#CCC; float: right}
.new_lb li p{ width:355px; float:left; line-height:26px; padding-top:10px;}



/* 关于我们 */
.cp_fl{ width:100%; float:left; text-align:center; padding:20px 0}
.cp_fl a{ display:inline-block; padding:12px 38px; background:#0b67c5; color:#fff; margin-right:10px; margin-bottom:10px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 3px;-o-border-radius: 3px; }
.cp_fl a:hover,.cut{ background:#fd9801 !important;}



.w930{ width:930px; float:right}

.about_nr p{ width:100%; float:left; line-height:30px; font-size:16px;color:#666; padding-bottom:10px;}
.about_nr strong{ font-size:18px;  color:#ff3e27}
.about_nr img{ max-width:100%;}

.honor ul{ width:110%; float:left; overflow:hidden}
.honor ul li{ width:256px; float:left; margin-left:22px; margin-bottom:22px;}
.honor ul li img{width:256px;float:left;object-fit:cover;}
.honor p{ font-size:14px; line-height:26px;color:#666;padding-bottom:10px;}

/*图片页*/
.ting ul{ width:103%; float: left; overflow:hidden; }
.ting ul li { width:30%; float:left; margin-right:3%; margin-bottom:3%;  overflow:hidden; display:inline-block}
.ting ul li a .itmg{ width:372px;  height:300px; display:table-cell;border:1px solid #dedede;  text-align: center; vertical-align: middle;overflow:hidden; *display: block; *font-size: 192px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial; }
.ting ul li a .itmg img{ max-width:100%; max-height:100%;  width:auto; height:auto;overflow: hidden;vertical-align: middle; }
.ting ul li:hover .itmg{ border:1px solid #0b67c5;background:#0b67c5;}
.ting ul li p{width:100%;  height:38px;  line-height:38px; float:left; text-align:center; font-size:16px;  overflow:hidden}




.lxwm_l{ width:687px; float:left; padding-top:20px;}
.lxwm_l h1{ font-size:26px; color:#333; line-height:260%}
.lxwm_l p{ font-size:16px; color:#666; line-height:40px;}
.lxwm_l b{ width:100%; font-size:30px; color:#0b67c5; margin:20px 0; float:left}
.lxwm_l b img{ width:36px; float:left; padding-right:10px; padding-top:5px; }


.lxwm_r{ width:460px; height:400px; float:right; background:url(../images/about.jpg) right top no-repeat;}
.lxwm_rt{ width:240px; float:left; text-align:center;  border:1px solid #d9d9d9; padding:30px; margin-top:50px; background:#fff}
.lxwm_rt img{ max-width:200px;}
.lxwm_rt p{ color:#999; line-height:28px;}






/*翻页样式*/
#pages{ width: 100%; height: 50px; text-align: center; line-height: 22px; padding-top: 1px; clear:both;}
#pages a{ background: #f5f5f5; border: #ddd solid 1px; padding: 3px 8px; margin: 0 2px; float: none; color: #333; font-size: 14px;}
#pages span{ background: #0b67c5; color: #fff; border: #DDD solid 1px; padding: 3px 8px; margin: 0 2px; float: none;}
#pages a:hover{border: #0b67c5 solid 1px;}

.articlebook{ width:100%; float:left; overflow:hidden; padding-top:10px; padding-bottom:10px}
.articlebook a.zuo{ float:left}
.articlebook a.you{ float:right}
.articlebook a:hover{ color:#0b67c5}


/*在线留言表单*/
.yudt{ width:84.5%; float:left; background:url(../images/2_xlrf.jpg) repeat; padding:50px 100px;}
.yudt_bj{ width:82%; float:left; padding:50px 100px; background:#fff;opacity:1;}
.table_form tr{ width:50%; float:left; overflow:hidden}
.table_form th,.table_form td{ width:100% !important; float:left; text-align:center}
.table_form th{ margin-left:27px;}
.table_form .input-text{height: 38px;line-height: 38px !important;width:87% !important; }
.table_form textarea{width: 85% !important; height:120px !important; }
.button{width:60% !important; line-height:34px !important; background:#0b67c5 !important; border:none; float:left; margin-left:27px; }



