@charset "utf-8";
/* CSS 鼠标效果 */
@import url('xiaoguo.css');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #303a4a; overflow-x: hidden; font-family:'Noto Sans SC',"Source Han Sans CN","PingFang SC",Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; padding-top: 80px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ outline:none; font-family:"Noto Sans SC","Source Han Sans CN","Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#303a4a; transition: color 0.56s ease;}
a:hover{ color: #e96001;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}


img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1520px; margin: 0 auto;}
.w1200{ width: 1200px; margin: 0 auto;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}
/*滑块样式*/
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}


/*顶部*/
.header{ width: 100%; height:80px; background:#fff; box-shadow: 0 0  10px rgba(0,0,0,.1); position: fixed; left: 0; top: 0; z-index: 9999; }
.header .logo{float: left; padding:9px 0;}
.header .headRight{ float: right;}
.header .nav{ float: left;}
.header .nav ul{ margin-left: -45px;}
.header .nav ul li{  line-height: 80px; position: relative; margin-left: 60px; float: left;}
.header .nav ul li a{ color: #000; display: block; position: relative; z-index: 11; transition: all .4s;}
.header .nav ul li:before{ content: ""; width:0; height: 3px;background: #e95a04; position: absolute; left: 50%; bottom:0; z-index: 1; transform: translate(-50%, 0); transition: all .4s;}
.header .nav ul li:hover a,.header .nav ul li.on a{ color: #e95a04; }
.header .nav ul li:hover:before,.header .nav ul li.on::before{ width:100%;}
.header .nav ul li .subnav{ padding-top: 1px; position: absolute; left: -30px; top: 80px; display: none;}
.header .nav ul li .subnav ol{ display: flex; background:#fff; padding:15px 20px 20px; }
.header .nav ul li .subnav ol a{ border-bottom: 1px solid #bbb; margin: 0 20px; font-size: 16px; color: #6c717b;  line-height:36px;  white-space:nowrap; display: block; transition: all .4s;}
.header .nav ul li .subnav ol a:hover{color: #e95a04; }
.header .nav ul li:nth-child(5) .subnav{ left: -120px;}
.header .lang{ float: left; margin-left: 50px; position: relative;}
.header .lang a{ color: #000; line-height: 80px;}
.header .lang a:hover{ color: #e95a04;}
.header .lang::before{ content: ""; width: 1px; height: 20px; background: #c4c4c4; position: absolute; left: -25px; top: 50%; transform: translateY(-50%);}
.header .searchBtn{ width: 30px; height: 30px; background: url(../images/searchBtn.png) no-repeat center; margin-left: 20px; margin-top: 25px; float: left; cursor: pointer;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide a{  display: block; width:100%;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:15px; height: 15px; background:#000000; margin: 0 6px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #e96001; opacity: 1;}

.neiBanner{height: 350px; background-position: center; background-repeat: no-repeat; background-size: cover;}

.title{ text-align: center; margin-bottom:50px;}
.title h3{ font-size: 90px; color: #e5e5e5; font-weight: 900; line-height:1;background-image:-webkit-linear-gradient(top, rgba(251,85,0,0.17), rgba(0,0,0,0)); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.title h2{ font-size: 36px; font-weight: bold; color: #000; line-height:1;  margin-top: -30px; margin-bottom: 15px; position: relative;}
.title h2 span{color: #e96001;}
.title p{ font-size: 16px; color: #999;}

.ntitle{ margin-bottom: 45px; text-align: center;}
.ntitle h3{ font-size: 48px; font-weight: 900; color: #fff; line-height:1; text-shadow: 0 0 1px #e96001, 0 0 1px #e96001;}
.ntitle h2{ font-size: 36px; font-weight: 600; color: #000; line-height:1; margin-top: 0;}

.more{ width: 180px; height: 50px; line-height: 50px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 50px; color: #000; text-align: center; display: block; margin: 0 auto;transition: all .4s;}
.more:hover{ background: #0065cc; color: #fff;}

.ipro{ padding: 20px 0 50px; background: #f4f6fc url(../images/iproBg.jpg) no-repeat center top;}
.ipro .box{ margin-bottom: 45px;}
.ipro .box ul{ margin: 0 -10px; }
.ipro .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 12px; float: left;}
.ipro .box ul li a{ background: #fff; padding: 15px; display: flex;}
.ipro .box ul li .pic,.ipro .box ul li .con{ width: 50%;}
.ipro .box ul li .pic{ height: 240px; position: relative; display: flex; align-items: center;}
.ipro .box ul li .pic::before{ content: ""; width: calc(100% - 2px); height: calc(100% - 2px); border: #eeeeee solid 1px; position: absolute; left: 0; top: 0;}
.ipro .box ul li .con{ padding-left: 30px;}
.ipro .box ul li .con .tit{ position: relative; margin-bottom: 16px; padding-bottom: 22px;}
.ipro .box ul li .con .tit::after{ content: ""; width: 22px; height: 4px; background: #e96001; position: absolute; left: 0; bottom: 0;}
.ipro .box ul li .con h3{ height: 48px; font-size: 20px; font-weight: normal;  color: #000; line-height: 24px; overflow: hidden;}
.ipro .box ul li .con dt{ height: 96px; font-size: 16px; color: #888; font-weight: 200; line-height: 24px; overflow: hidden; margin-bottom: 15px;}
.ipro .box ul li .con dd{ width: 100px; height: 40px; line-height: 40px; background: #0065cc; border-radius: 6px; color: #fff; font-size: 14px; text-align: center;}

.ipic img{ width: 100%;}

.youshi{ padding: 40px 0 80px;}
.youshi .box{ display: flex; align-items: center;}
.youshi .box .list .item{ display: flex; margin: 45px 0; padding-left: 160px;}
.youshi .box .list .item dl{ width: 46px; height: 46px; line-height: 46px; background: #0065cc; border-radius: 50%; text-align: center; color: #fff; font-size: 20px; margin-right:15px;  flex: 0 0 auto;}
.youshi .box .list .item ol h3{ font-size: 22px; line-height: 1; border-bottom: #cccccc solid 1px; padding-bottom: 20px; margin-bottom: 15px;}
.youshi .box .list .item ol dt{ font-size: 15px; color: #8d8d8d; line-height: 1.5;}
.youshi .box .list:nth-child(1) .item:nth-child(2){ padding-left: 0; padding-right: 160px;}
.youshi .box .list:nth-child(2) { width: 651px; padding: 0 50px; flex: 0 0 auto;}
.youshi .box .list:nth-child(3) .item{ padding-left: 0; padding-right: 160px;}
.youshi .box .list:nth-child(3) .item:nth-child(2){ padding-left: 160px; padding-right: 0;}

.iabout{ padding:60px 0 0; background: url(../images/iaboutBg.jpg) no-repeat center top; background-size: contain;}
.iabout .title{ margin-bottom: 70px;}
.iabout .title h3{ font-size: 90px; background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0));}
.iabout .title h2{ color: #fff;}
.iabout .title p{ color: #b9c4d8;}
.iabout .box{ padding: 30px 40px; background: #fff; display: flex; align-items: center;}
.iabout .box .pic,.iabout .box .con{ width: 50%;}
.iabout .box .pic{ padding-right: 28px;}
.iabout .box .con { padding-left: 20px;}
.iabout .box .con .tit{ font-size: 24px; font-weight: bold; color: #000; margin-bottom: 30px;}
.iabout .box .con .text{ line-height: 30px;}
.iabout .box .con .details{ text-align: right;}
.iabout .box .con .details a{ width: 180px; height: 50px; line-height: 50px; background: #0065cc; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 50px; color: #fff; text-align: center; transition: all .4s; display: inline-block;}
.iabout .box .con .details a:hover{ background: #0052a3; color: #fff;}

.icustomer{ padding-bottom: 50px;}
.icustomer .tit{ margin-bottom: 35px; padding-left: 43px; font-size: 30px; color: #000; font-weight:bold; position: relative;}
.icustomer .tit::before{ content: ""; width: 30px; height: 3px; background: #e96001; position: absolute; left: 0; top: 50%; margin-top: -1px;}
.icustomer .box{ position: relative;}
.icustomer .box ul{ margin: 0 -14px;}
.icustomer .box ul li{ width: 16.6666%; padding: 0 14px; margin-bottom: 20px; float: left;}
.icustomer .box ul li dl{ height: 100px; line-height: 98px; border: #eee solid 1px; text-align: center;}

.technical{ padding: 60px 0; background: #f4f6fc;}
.technical .box{ padding: 40px 0 50px;}
.technical .box ul li{ width: 20%; text-align: center; float: left;}
.technical .box ul li dl{ width: 150px; height: 150px; line-height:125px; border: #d3dff1 solid 10px; border-radius: 150px; background: #2460ba; margin: 0 auto 20px;}
.technical .box ul li h3{ font-size: 18px; font-weight: normal; color: #000; line-height: 1; padding-bottom: 15px; margin-bottom: 15px; position: relative;}
.technical .box ul li h3::after{ content: ""; width: 30px; height: 4px;  background: #2460ba; position: absolute; left: 50%; bottom: 0; margin-left: -15px;}
.technical .box ul li p{ color: #999; font-size: 14px;}

.technical .con{ overflow: hidden;}
.technical .con ul{ overflow: hidden; padding: 20px 0; margin-top: -1px;}
.technical .con ul img{ float: right;}
.technical .con ul li{ overflow: hidden; padding-top: 25px; padding-right: 40px;}
.technical .con ul li dl{ float: left; width: 65px; height: 108px; padding-top: 10px; font-size: 30px; color: #fff; text-align: center; font-weight: 500; background: url(../images/icon06.png) no-repeat center; margin-right: 30px;}
.technical .con ul li dl span{ border-bottom: #fff solid 1px;}
.technical .con ul li ol{ color: #8d8d8d; padding-left: 95px;}
.technical .con ul li ol h3{ font-size: 30px; color: #2460ba; line-height: 1; margin-bottom: 20px;}
.technical .con ul:nth-child(2) img{ float: left;}
.technical .con ul:nth-child(2) li{ text-align: right; padding-right: 0; padding-left: 40px;}
.technical .con ul:nth-child(2) li dl{ float: right; margin-left: 30px; margin-right: 0;}
.technical .con ul:nth-child(2) li ol{ padding-left: 0; padding-right: 95px;}

.inews{ padding: 40px 0 40px;}
.inews .box{ margin-bottom: 30px;}
.inews .box ul{ margin: 0 -35px;}
.inews .box ul li{ width: 50%; padding: 0 35px; margin-bottom: 20px; float: left;}
.inews .box ul li a{ background: #f2f2f2; display: block; padding: 25px; transition: all .4s;}
.inews .box ul li ol{ padding: 0 10px 0 100px; overflow: hidden; position: relative;}
.inews .box ul li ol h3{ color: #000; font-size: 18px; font-weight: 500;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding-bottom: 5px; transition: all .4s;}
.inews .box ul li ol dt{ color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}
.inews .box ul li ol dl{ width: 80px; height: 90px; text-align: center; font-size: 14px; color: #0656b1; background: #fff;  padding-top: 10px; position: absolute; left: 0; top: 0px; transition: all .4s;}
.inews .box ul li ol dl b{ font-size: 40px; color: #0656b1; line-height: 1; display: block;transition: all .4s;}
.inews .box ul li a:hover{background: #0065cc;}
.inews .box ul li a:hover ol h3{ color: #fff;}
.inews .box ul li a:hover ol dt{ color: #fff;}

.about{ padding-top: 55px;}
.about .text{ color: #585858; line-height: 30px; margin-bottom: 45px;}
.about .pic{ display: flex; justify-content: space-between;}
.about .technical{ background: #fff;}

.products{ padding: 55px 0 70px; background: #f7f7f7;}
.products .ntitle h3{ color: #f7f7f7;}
.products .leftNav{ width: 280px; float: left;}
.products .leftNav dl{display: none;}
.products .leftNav ul li{ background: #fff; margin-bottom: 4px;}
.products .leftNav ul li ol{ font-size: 18px; font-weight: normal;border-bottom: #f2f2f2 solid 1px; position: relative;}
.products .leftNav ul li ol a{ padding: 0 18px;  color: #000; line-height: 60px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; position: relative; display: block; padding-right: 10px;}
.products .leftNav ul li ol a:hover{color: #2e73bc;}
.products .leftNav ul li ol span{ width: 46px; height: 46px; background:url(../images/icon22.png) no-repeat center; position: absolute; right: 0; top: 8px; cursor: pointer; }
.products .leftNav ul li ol.on a{color: #2e73bc;}
.products .leftNav ul li ol.on a::before{ content: ""; width: 5px; height: 20px; background: #2e73bc; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.products .leftNav ul li ol.on span{background:url(../images/icon23.png) no-repeat center;}
.products .leftNav ul li .subnav{ padding: 10px 30px 10px 18px; display: none; border-top: 1px solid #fff;}
.products .leftNav ul li .subnav a{ padding-left: 12px; font-size: 15px; display: block; line-height: 38px; color: #444; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;  position: relative;}
.products .leftNav ul li .subnav a:hover{color: #2e73bc;}
.products .leftNav ul li .subnav a.on{color: #2e73bc;}
.products .leftNav ul li .subnav a.on::before{ content: ""; width: 6px; height: 11px; background:url(../images/icon24.png) no-repeat center; position: absolute; left: 0px; top: 14px;}

.rightBox{ width: calc(100% - 315px); float: right;}
.prolist{ margin-bottom: 30px;}
.prolist ul{ margin: 0 -17px;}
.prolist ul li{ width: 33.3333%; padding: 0 17px; margin-bottom: 30px; float: left;}
.prolist ul li dl{ padding-bottom: 65.7894%; position: relative; overflow: hidden; background: #fff; overflow: hidden;}
.prolist ul li dl::before{ content: ""; width: calc(100% - 2px); height: calc(100% - 2px); border: #eee solid 1px; position: absolute; left: 0; top: 0; z-index: 11;}
.prolist ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto; padding: 5px;}
.prolist ul li h3{ font-size: 16px; color: #555555; font-weight: normal; text-align: center; line-height: 1.2; margin-top: 20px;}

.proview{ background: #fff; padding: 50px;}
.proview .tit{ color: #0065cc; font-size: 18px; font-weight: bold; line-height: 1; border-left: 4px solid #e96001; margin-bottom: 25px; padding-left: 5px;}
.proview .prohead{ border-bottom: #f4f4f4 solid 4px; margin-bottom: 30px; padding-bottom: 15px; display: flex; align-items: center;}
.proview .prohead .pic{ width: 488px; height: 325px; border: #eeeeee solid 1px; position: relative; flex: 0 0 auto;}
.proview .prohead .pic img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto; padding: 5px;}
.proview .prohead .con{ padding-left: 30px;}
.proview .prohead .con .protit{ border-bottom: #e7e7e7 solid 1px; padding-bottom: 10px; margin-bottom: 24px;}
.proview .prohead .con .protit h1{ font-size: 20px; font-weight: 500; color: #000;}
.proview .prohead .con .proContact{ padding-top: 35px;}
.proview .prohead .con .proContact ul{ margin: 0 -20px;}
.proview .prohead .con .proContact ul li{ width: 50%; padding: 0 20px; margin-bottom: 20px; float: left;}
.proview .prohead .con .proContact ul li ol{ height: 55px; overflow: hidden; background: #efefef; border-radius: 50px; padding: 5px; color: #0065cc; font-size: 24px; font-weight: bold; line-height: 44px;}
.proview .prohead .con .proContact ul li ol i{ width: 44px; height: 44px; line-height: 38px; background: #0065cc; border-radius: 40px; text-align: center; margin-right: 14px; float: left;}
.proview .prohead .con .proContact ul li ol i img{ height: 25px;}
.proview .prohead .con .proContact ul li ol:hover{ color: #e96001;}
.proview .prohead .con .proContact ul li ol:hover i{ background: #e96001;}
.proview .text{ color: #8d8d8d; line-height: 24px;}

.propage{ text-align: center; padding-top: 40px;}
.propage a{ width: 120px; height: 40px; line-height: 40px; background: #737373; color: #fff; text-align: center; display: inline-block; margin: 0 30px;}
.propage a:hover{background: #0065cc; color: #fff;}

.customer{padding: 60px 0 70px;}
.customer .box{ padding-top: 30px;}
.customer .box{ position: relative;}
.customer .box ul{ margin: 0 -40px;}
.customer .box ul li{ width: 25%; padding: 0 40px; margin-bottom: 50px; float: left;}
.customer .box ul li dl{ height: 140px; line-height:138px; background: #fff; border: #eee solid 1px; text-align: center;}

.news{ padding: 50px 0 70px; background: #f7f7f7;}
.news .ntitle h3{ color: #f7f7f7;}
.news .box{}
.news .box ul{ margin:0 -20px;}
.news .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 36px; float: left;}
.news .box ul li a{ padding-top: 15px; background: #fff; display: block; transition: all .6s;}
.news .box ul li dl{margin: 0 15px; overflow: hidden; padding-bottom: 78%; position: relative;}
.news .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.news .box ul li ol{ padding: 20px 15px 20px; position: relative;}
.news .box ul li ol::after{ content: ""; width: 0; height: 4px; background: #e96001; position: absolute; left: 0; bottom: 0;z-index: 11; transition: all .6s;}
.news .box ul li ol h3{ font-size: 18px; color: #000; font-weight: 500; line-height: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 5px;}
.news .box ul li ol dd{ font-size: 16px; color: #888; margin-bottom: 10px;}
.news .box ul li ol dt{ color: #666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow: hidden;}
.news .box ul li a:hover{ box-shadow: 0 0 10px rgba(0,0,0,.2);}
.news .box ul li a:hover ol::after{ width: 100%;}

.newsView{background: #e8eaee;  padding: 55px 0 60px;}
.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #e96001; position: absolute; left: 70px; bottom: -2px;}
.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .newsHead span{ color: #999; margin-right: 30px;}
.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}
.newsView .box .viewPage .boxCon{ padding-right: 200px;}
.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsView .box .viewPage .boxCon b{ color: #e96001;}
.newsView .box .viewPage .boxCon a:hover{color: #e96001;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #e96001; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.contact{ padding: 55px 0 60px;}
.contact .box{ display: flex;}
.contact .box .con{ width: 512px; flex: 0 0 auto; padding-right: 36px;}
.contact .box .con dl{ font-size: 26px; color: #e96001; font-weight: bold; line-height: 1; margin-bottom: 32px;}
.contact .box .con ul li{ padding: 10px 0; background: #f4f6fc; margin-top: 4px; display: flex; align-items: center;}
.contact .box .con ul li i{ width: 66px; height: 30px; line-height: 28px; text-align: center; border-right: #b9bdc6 solid 1px; margin-right: 22px; overflow: hidden; flex: 0 0 auto;}
.contact .box .con ul li i img{ max-height: 26px;filter: drop-shadow(#e96001 0 100px);  transform: translateY(-100px);}
.contact .box .con ul li ol{ color: #9397a0; line-height: 1.2;}
.contact .box .con ul li ol span{ color: #303a4a; margin-right: 5px;}
.contact #map{ width: 100%; height: 570px;}

.footer{ background: #082457;}
.footer .fmain{ padding: 50px 0 40px;}
.footer .item{ float: left;}
.footer .item .tit{ margin-bottom: 40px; position: relative;}
.footer .item .tit::after{ content: ""; width: 30px; height: 1px; background: #95ABBE; position: absolute; left:0; bottom: -15px;}
.footer .item .tit h3{ font-size: 20px; line-height: 1; color: #fff; font-weight: 500;}
.footer .item .tit h3 span{ color: #bcc4d7; font-size: 18px; margin-left: 8px;}
.footer .item:nth-child(1){ width: 750px;}
.footer .item:nth-child(2){ width: 320px;}
.footer .item:nth-child(3){ width: auto; float: right;}
.footer .fcontact dl{ font-size: 18px; color: #fff; font-weight: 500; line-height: 1; margin-bottom: 10px;}
.footer .fcontact dt{ color: #bcc4d7; margin-bottom: 30px;}
.footer .fcontact ul{ width: 580px; overflow: hidden;}
.footer .fcontact ul li{ width:33.33%; height: 24px; color: #bcc4d7; font-size: 15px; margin-bottom: 10px; float: left;}
.footer .fcontact ul li img{ max-width: 17px; max-height:16px;}
.footer .fnav { width: 330px;}
.footer .fnav ul li{ width: 50%; margin-bottom: 12px; padding-right: 50px; float: left;}
.footer .fnav ul li a{color: #fff; line-height: 30px; padding-left: 18px; padding-bottom: 5px; background:url(../images/icon19.png) no-repeat left center; border-bottom: #95ABBE solid 1px; display: block;}
.footer .fnav ul li a:hover{ color: #6992da;}
.footer .ewm ol{ float: left; width: 145px; margin-right: 20px;}
.footer .ewm li{ float: left;  text-align: center; color: #fff; font-size: 16px; line-height: 2.2; white-space: nowrap; padding-top:40px;}
.footer .copyright{ background: #061a40; color: #bbc0ce; font-size: 15px; text-align: center; line-height: 50px;}
.footer .copyright a{color: #bbc0ce; margin-left: 10px;}
.footer .copyright a:hover{color: #7690c6;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{width: 800px;padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%);background-color: #fff; color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: 18px; right: 18px; cursor: pointer;}
.tccBox .BoxCon .tccTit{ font-size: 20px; text-align: center; color: #000; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
.tccBox .BoxCon ul video{ background: #000; width: 100%; height: 428px; }

@media only screen and (min-width: 1680px) and (max-width: 1920px){

}

@media only screen and (min-width: 1440px) and (max-width: 1679px){
    .wrap{ width: 1380px;}

    .title h3{font-size:80px;}
    .title h2{ font-size: 30px;}
    .title p{ font-size: 15px;}

    .ntitle h2{ font-size: 30px;}

    .ipro .box ul li .con h3{ font-size: 18px;}
    .ipro .box ul li .con dt{ font-size: 15px};

    .youshi .box .list .item{ padding-left: 100px;}
    .youshi .box .list:nth-child(1) .item{ padding-left: 100px;}
    .youshi .box .list:nth-child(1) .item:nth-child(2){ padding-right: 100px;}
    .youshi .box .list:nth-child(2){ width: 570px;}
    .youshi .box .list:nth-child(3) .item{ padding-right: 100px;}
    .youshi .box .list:nth-child(3) .item:nth-child(2){ padding-left: 100px;}
    .youshi .box .list .item ol h3{ font-size: 20px;}
    
    .iabout .box .con .tit{ font-size: 22px; margin-bottom: 10px;}
    .iabout .box .con .text{ line-height: 26px;}

    .icustomer .tit{ font-size: 25px;}

    .iabout .box .con .details{ padding-top: 15px;}
    .iabout .box .con .details a{ width: 150px;height: 44px; line-height: 44px;}

    .about .pic img{ width: 49.6%;}

    .technical .box{padding: 20px 0 50px;}
    .technical .box ul li h3{ font-size: 16px;}
    .technical .con ul li ol h3{ font-size: 25px;}

    .proview .prohead .con .proContact ul li ol{ font-size: 16px;}

    .footer .item:nth-child(1){ width: 700px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .wrap{ width:1226px;}

    .header .logo{ height: 80px; padding: 12px 0;}

    .neiBanner{ height: 320px;}

    .title h3{font-size:80px;}
    .title h2{ font-size: 30px;}
    .title p{ font-size: 15px;}

    .ntitle h2{ font-size: 30px;}

    .ipro .box ul li .con h3{ font-size: 18px;}
    .ipro .box ul li .con dt{ font-size: 15px};

    .youshi .box .list .item{ padding-left: 70px;}
    .youshi .box .list:nth-child(1) .item{ padding-left: 70px;}
    .youshi .box .list:nth-child(1) .item:nth-child(2){ padding-right: 70px;}
    .youshi .box .list:nth-child(2){ width: 570px;}
    .youshi .box .list:nth-child(3) .item{ padding-right: 70px;}
    .youshi .box .list:nth-child(3) .item:nth-child(2){ padding-left: 70px;}
    .youshi .box .list .item dl{ width: 40px;height: 40px; line-height: 40px; font-size: 17px;}
    .youshi .box .list .item ol h3{ font-size: 18px;}
    
    .iabout .box .con .tit{ font-size: 22px; margin-bottom: 10px;}
    .iabout .box .con .text{ height: 208px; line-height: 26px; overflow: hidden;}

    .icustomer .tit{ font-size: 22px;}

    .iabout .box .con .details{ padding-top: 15px;}
    .iabout .box .con .details a{ width: 150px;height: 44px; line-height: 44px;}

    .inews .box ul { margin: 0 -20px;}
    .inews .box ul li{ padding: 0 20px;}
    .inews .box ul li ol dl b{ font-size: 35px;}
    .inews .box ul li ol dt{ font-size: 15px;}

    .about .pic img{ width: 49.6%;}

    .technical .box{padding: 20px 0 50px;}
    .technical .box ul li h3{ font-size: 16px;}
    .technical .con ul li ol h3{ font-size:18px;}

    .prolist ul { margin: 0 -10px;}
    .prolist ul li{ padding: 0 10px;}
    .prolist ul li h3{ margin-top: 10px;}

    .proview .prohead .pic{ width: 345px;}
    .proview .prohead .con .proContact ul { margin: 0 -5px;}
    .proview .prohead .con .proContact ul li{ padding: 0 5px;}
    .proview .prohead .con .proContact ul li ol{ font-size: 16px;}

    .customer .box{ padding-top: 5px;}
    .customer .box ul { margin: 0 -15px;}
    .customer .box ul li{ padding:0 15px; margin-bottom: 30px;}
    .customer .box ul li dl{ height: 120px; line-height: 116px;}

    .news .box ul{ margin: 0 -10px;}
    .news .box ul li{ padding: 0 10px;}

    .contact .box .con dl{ font-size: 22px;}

    .footer .item:nth-child(1){ width: 600px;}
    .footer .fcontact ul li{ width: auto; min-width: 150px;}
    .footer .fcontact dt{ font-size: 14px;}
    
}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    body{ font-size: 15px;}
    .wrap{ width: 990px;}

    .header .logo{ height: 80px; padding: 12px 0;}
    .header .nav ul li{ margin-left: 40px;}

    .neiBanner{ height: 320px;}

    .title h3{font-size:70px;}
    .title h2{ font-size: 25px;}
    .title p{ font-size: 15px;}

    .ntitle h3{ font-size: 42px;}
    .ntitle h2{ font-size: 28px; margin-top: -18px;}

    .more{width: 138px;height: 44px;line-height: 44px;}

    .ipro .box{ margin-bottom: 35px;}
    .ipro .box ul li .pic{ height:186px;}
    .ipro .box ul li .con .tit{ padding-bottom: 15px;}
    .ipro .box ul li .con .tit::after{ height: 3px;}
    .ipro .box ul li .con h3{ font-size: 16px;}
    .ipro .box ul li .con dt{ height: 60px; font-size: 14px; line-height: 20px; overflow: hidden;}
    .ipro .box ul li .con dd{ width: 88px; height:32px; line-height: 30px;}

    .youshi{ padding: 40px 0 50px;}
    .youshi .box .list .item{ padding-left: 70px;}
    .youshi .box .list:nth-child(1) .item{ padding-left: 70px;}
    .youshi .box .list:nth-child(1) .item:nth-child(2){ padding-right: 70px;}
    .youshi .box .list:nth-child(2){ width: 400px; padding: 0 30px;}
    .youshi .box .list:nth-child(3) .item{ padding-right: 70px;}
    .youshi .box .list:nth-child(3) .item:nth-child(2){ padding-left: 70px;}
    .youshi .box .list .item dl{ width: 40px;height: 40px; line-height: 40px; font-size: 17px;}
    .youshi .box .list .item ol h3{ font-size: 18px;}
    
    .iabout .title h3{ font-size: 70px;}
    .iabout .box .con .tit{ font-size: 22px; margin-bottom: 10px;}
    .iabout .box .con .text{ height:158px; line-height: 26px; overflow: hidden;}

    .icustomer .tit{ font-size: 20px; margin-bottom: 25px;}
    .icustomer .box ul { margin: 0 -5px;}
    .icustomer .box ul li{ padding: 0 5px;}
    .icustomer .box ul li dl{ height: 70px; line-height: 56px; padding: 5px;}

    .iabout .box{ padding: 30px;}
    .iabout .box .con{ padding-left: 0;}
    .iabout .box .con .details{ padding-top: 15px;}
    .iabout .box .con .details a{ width: 150px;height: 44px; line-height: 44px;}

    .inews .box{ margin-bottom: 20px;}
    .inews .box ul { margin: 0 -15px;}
    .inews .box ul li{ padding: 0 15px;}
    .inews .box ul li ol dl b{ font-size: 35px;}
    .inews .box ul li ol h3{ font-size: 16px;}
    .inews .box ul li ol dt{ font-size: 15px;}

    .about .pic img{ width: 49.6%;}

    .technical .box{padding: 20px 0 50px;}
    .technical .box ul li dl{ width: 130px; height: 130px; line-height: 106px;}
    .technical .box ul li h3{ font-size: 18px;}
    .technical .con ul li ol h3{ font-size: 18px;}

    .prolist ul { margin: 0 -10px;}
    .prolist ul li{ width: 50%; padding: 0 10px;}
    .prolist ul li h3{ margin-top: 10px;}

    .proview{ padding: 30px;}
    .proview .prohead{ display: block;}
    .proview .prohead .pic{ width: 100%; margin-bottom: 20px;}
    .proview .tit{ font-size: 17px;}
    .proview .prohead .con{ padding-left: 0;}
    .proview .prohead .con .proContact ul { margin: 0 -5px;}
    .proview .prohead .con .proContact ul li{ padding: 0 5px;}
    .proview .prohead .con .proContact ul li ol{ font-size: 16px;}

    .customer .box{ padding-top: 5px;}
    .customer .box ul { margin: 0 -15px;}
    .customer .box ul li{ padding:0 15px; margin-bottom: 30px;}
    .customer .box ul li dl{ height: 110px; line-height: 86px; padding: 10px;}

    .news .box ul{ margin: 0 -10px;}
    .news .box ul li{ padding: 0 10px; margin-bottom: 15px;}
    .news .box ul li ol h3{ font-size: 16px;}
    .news .box ul li ol dd{ font-size: 15px;}

    .newsView{padding: 35px 0 50px;}
    .newsView .box .newsHead{padding: 40px 40px 30px;}
    .newsView .box .newsHead::after{ left: 40px;}
    .newsView .box .viewCon{padding: 50px 40px 50px;}
    .newsView .box .viewPage{padding: 30px 40px;}
    .newsView .box .viewPage .back{right: 40px;}

    .contact .box .con{ width: 450px;}
    .contact .box .con dl{ font-size: 22px;}

    .footer .item .tit h3{ font-size: 18px;}
    .footer .item:nth-child(1){ width: 440px;}
    .footer .fcontact dt{ margin-bottom: 10px;}
    .footer .fcontact dl{ font-size: 16px;}
    .footer .fcontact ul{ width: 420px;}
    .footer .fcontact ul li{ width: 50%; min-width: 150px; font-size: 14px; margin-bottom: 0px;}
    .footer .fnav ul li{ margin-bottom: 6px;}
    .footer .ewm ol{ width: 120px;}

}

@media screen and (max-width:999px){
    body{ padding-top: 60px; font-size: 15px;}
    .wrap{ width: 100%; padding: 0 15px;}
    .w1200{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#fff; box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 10px 0;}
    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  border-top: #eee solid 1px;  background: #fff; display: none;}
    .header .nav{ width: 100%; float: none;}
    .header .nav ul{ margin-left: 0;}
    .header .nav ul li{ float: none; margin-left: 0; line-height: 50px; border-bottom: #eee solid 1px; position: relative;}
    .header .nav>ul>li>a{ color: #000; font-size: 15px; padding: 0 15px; line-height: 46px;}
    .header .nav>ul>li>a:hover{ color: #fff; background: #0656b1;}
    .header .nav>ul>li.on>a{ color: #fff; background: #0656b1;}
    .header .nav ul li:before{ display: none;}
    .header .nav ul li .subnav{ position: relative; left:0; top: 0;}
    .header .nav ul li .subnav ol{ display: block; padding:10px 15px;}
    .header .nav ul li .subnav ol a{ display: block; margin: 0; font-size: 15px; line-height: 32px; border-bottom: none;}
    .header .nav ul li:nth-child(5) .subnav{ left:0;}
    .header .lang{ margin-left: 15px;}
    .header .lang a{ color: #000; line-height: 50px; font-size: 15px;}
    .header .searchBtn{    margin-left: 14px; margin-top: 10px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    /*首页bannner*/
    .banner { position: relative;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide a{ display: block; width:100%;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
    .banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 0 2px; border-radius: 10px; cursor: pointer;}
    .banner .swiper-active-switch { background: #0656b1; opacity: 1;}

    .neiBanner{height: 110px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

    .title{ text-align: center; margin-bottom:25px;}
    .title h3{ font-size: 45px;}
    .title h2{ font-size: 19px;margin-top: -20px; margin-bottom: 10px;}
    .title p{ font-size: 13px;}
    
    .ntitle{ margin-bottom: 25px;}
    .ntitle h3{ font-size: 28px;}
    .ntitle h2{ font-size: 19px; margin-top: -12px;}
    
    .more{ width: 120px; height: 40px; line-height: 40px; box-shadow: 0 0 10px rgba(0,0,0,.1);}
    
    .ipro{ padding: 20px 0 50px; background: #f4f6fc url(../images/iproBg.jpg) no-repeat center top;}
    .ipro .box{ margin-bottom: 20px;}
    .ipro .box ul{ margin: 0; }
    .ipro .box ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .ipro .box ul li a{ background: #fff; padding: 15px; display: flex;}
    .ipro .box ul li .pic,.ipro .box ul li .con{ width: 50%;}
    .ipro .box ul li .pic{ height: 156px;}
    .ipro .box ul li .con{ padding-left:15px;}
    .ipro .box ul li .con .tit{ position: relative; margin-bottom: 10px; padding-bottom: 10px;}
    .ipro .box ul li .con .tit::after{ content: ""; width: 22px; height: 2px;}
    .ipro .box ul li .con h3{ height: 40px; font-size: 15px;line-height: 20px;}
    .ipro .box ul li .con dt{ height: 48px; font-size: 12px; line-height: 16px; margin-bottom: 10px;}
    .ipro .box ul li .con dd{ width: 80px; height: 30px; line-height: 30px; font-size: 12px;}
    
    .ipic{ overflow: hidden;}
    .ipic img{ width: 150%; max-width: inherit; position: relative; left: 50%; transform: translateX(-50%);}
    
    .youshi{ padding: 40px 0 40px;}
    .youshi .box{ display: block; padding-top: 1px; }
    .youshi .box .list .item{ display: flex; margin: 15px 0; padding-left: 0;}
    .youshi .box .list .item dl{ width: 36px; height: 36px; line-height: 36px; font-size: 16px; margin-right:10px; }
    .youshi .box .list .item ol h3{ font-size: 17px; padding-bottom: 10px; margin-bottom: 5px;}
    .youshi .box .list .item ol dt{font-size: 14px; line-height: 1.5;}
    .youshi .box .list:nth-child(1) .item:nth-child(2){ padding-left: 0; padding-right: 0;}
    .youshi .box .list:nth-child(2) { width: 100%; padding: 0 80px;}
    .youshi .box .list:nth-child(3) .item{ padding-left: 0; padding-right: 0;}
    .youshi .box .list:nth-child(3) .item:nth-child(2){ padding-left: 0; padding-right: 0;}
    
    .iabout{ padding:40px 0 0;  background-size: 250% auto;}
    .iabout .title{ margin-bottom:30px;}
    .iabout .title h3{ font-size: 45px; background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0));}
    .iabout .title h2{ color: #fff;}
    .iabout .title p{ color: #b9c4d8;}
    .iabout .box{ padding: 0; display: block;}
    .iabout .box .pic,.iabout .box .con{ width: 100%;}
    .iabout .box .pic{ padding-right: 0; margin-bottom: 20px;}
    .iabout .box .con { padding-left: 0; padding-bottom: 40px;}
    .iabout .box .con .tit{ font-size: 18px; margin-bottom: 10px;}
    .iabout .box .con .text{ line-height: 1.6;}
    .iabout .box .con .details{ text-align:center; padding-top: 10px;}
    .iabout .box .con .details a{ width: 120px; height: 40px; line-height: 40px;}
    
    .icustomer{ padding-bottom: 40px;}
    .icustomer .tit{ margin-bottom: 20px; padding-left: 35px; font-size: 19px;}
    .icustomer .tit::before{ content: ""; width: 22px; height: 3px;}
    .icustomer .box ul{ margin: 0 -5px;}
    .icustomer .box ul li{ width: 33.33%; padding: 0 5px; margin-bottom: 10px;}
    .icustomer .box ul li dl{ height: 70px; line-height:56px; padding: 5px;}

    .technical{ padding: 40px 0 30px;}
    .technical .box{ padding: 0 0 20px; text-align: center;}
    .technical .box ul li{ width: 31.5%; text-align: center; float: none; display: inline-block; margin-bottom: 10px;}
    .technical .box ul li dl{ width: 80px; height: 80px; line-height:65px; border: #d3dff1 solid 5px;  margin: 0 auto 10px;}
    .technical .box ul li dl img{ height: 28px;}
    .technical .box ul li h3{ font-size:16px; font-weight: normal; color: #000; line-height: 1; padding-bottom: 7px; margin-bottom: 6px; position: relative;}
    .technical .box ul li h3::after{ content: ""; width: 30px; height:2px;   margin-left: -15px;}
    .technical .box ul li p{ font-size: 12px; color: #999;}

    .technical .con{ overflow: hidden;}
    .technical .con ul{ overflow: hidden; padding: 20px 0; margin-top: -1px;}
    .technical .con ul img{ float: none;}
    .technical .con ul li{ overflow: hidden; padding-top: 25px; padding-right: 0;}
    .technical .con ul li dl{ float: left; width: 40px; height: 108px; padding-top: 8px; font-size: 18px; background-position: center top !important; background-size: contain; margin-right:0;}
    .technical .con ul li ol{ padding-left: 55px;}
    .technical .con ul li ol h3{ font-size: 19px; margin-bottom: 10px;}
    .technical .con ul li ol dt{ font-size: 14px;}
    .technical .con ul:nth-child(2) img{ float: none;}
    .technical .con ul:nth-child(2) li{ text-align: right; padding-right: 0; padding-left: 0;}
    .technical .con ul:nth-child(2) li dl{ float: right; margin-left: 0; margin-right: 0;}
    .technical .con ul:nth-child(2) li ol{ padding-left: 0; padding-right: 55px;}
    
    .inews{ padding: 40px 0 40px;}
    .inews .box{ margin-bottom: 30px;}
    .inews .box ul{ margin: 0;}
    .inews .box ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .inews .box ul li a{ padding:15px;}
    .inews .box ul li ol{ padding: 0 0 0 100px; overflow: hidden; position: relative;}
    .inews .box ul li ol h3{ font-size: 15px; padding-bottom: 5px;}
    .inews .box ul li ol dt{ font-size: 14px;}
    .inews .box ul li ol dl{ width: 80px; height: 90px;font-size: 14px; padding-top: 10px;}
    .inews .box ul li ol dl b{ font-size: 30px;}
    
    .about{ padding-top: 35px;}
    .about .text{ line-height: 1.7; margin-bottom: 30px;}
    .about .pic{ display: block;}
    .about .pic img{ width: 100%; margin-bottom: 5px;}

    .products{ padding: 25px 0 40px;}
    .products .leftNav{ width: 100%; float: none; margin-bottom: 15px;}
    .products .leftNav dl{ padding-left: 15px; height: 46px; line-height: 46px; font-size: 17px; color: #fff; background: #2e73bc url(../images/xiala.png) no-repeat right 15px center; background-size: 20px auto; display: block;}
    .products .leftNav dl::before{ content: "Product Category";}
    .products .leftNav ul { display: none;}
    .products .leftNav ul li{ background: #fff; margin-bottom: 3px;}
    .products .leftNav ul li ol{ font-size: 16px; font-weight: normal;border-bottom: #f2f2f2 solid 1px; position: relative;}
    .products .leftNav ul li ol a{ padding: 0 18px;  color: #000; line-height: 40px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; position: relative; display: block; padding-right: 10px;}
    .products .leftNav ul li ol a:hover{color: #2e73bc;}
    .products .leftNav ul li ol span{ width: 40px; height: 40px; background:url(../images/icon22.png) no-repeat center; position: absolute; right: 0; top: 0; cursor: pointer; }
    .products .leftNav ul li ol.on a{color: #2e73bc;}
    .products .leftNav ul li ol.on a::before{ content: ""; width: 5px; height: 20px; background: #2e73bc; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
    .products .leftNav ul li ol.on span{background:url(../images/icon23.png) no-repeat center;}
    .products .leftNav ul li .subnav{ padding: 10px 30px;}
    .products .leftNav ul li .subnav a{ font-size: 15px;line-height: 32px;}
    .products .leftNav ul li .subnav a.on::before{ content: ""; width: 6px; height: 11px; position: absolute; left: -12px; top: 12px;}
    
    .rightBox{ width: 100%; float: none;}
    .prolist{ margin-bottom: 30px;}
    .prolist ul{ margin: 0 -5px;}
    .prolist ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; }
    .prolist ul li dl img{ padding: 5px;}
    .prolist ul li h3{ font-size: 15px; line-height: 1.2; margin-top: 8px;}
    
    .proview{ padding: 15px 15px 25px;}
    .proview .tit{ font-size: 18px; border-left: 3px solid #e96001; margin-bottom: 15px; padding-left: 5px;}
    .proview .prohead{ border-bottom: #f4f4f4 solid 4px; margin-bottom: 30px; padding-bottom: 15px; display: block; }
    .proview .prohead .pic{ width: 100%; height:260px; margin-bottom: 20px;}
    .proview .prohead .con{ padding-left: 0;}
    .proview .prohead .con .protit{ padding-bottom: 10px; margin-bottom: 24px;}
    .proview .prohead .con .protit h1{ font-size: 18px;}
    .proview .prohead .con .proContact{ padding-top: 20px;}
    .proview .prohead .con .proContact ul{ margin: 0 ;}
    .proview .prohead .con .proContact ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .proview .prohead .con .proContact ul li ol{ height: 50px; overflow: hidden; background: #efefef; border-radius: 50px; padding: 5px; color: #0065cc; font-size:18px; line-height: 36px;}
    .proview .prohead .con .proContact ul li ol i{ width: 40px; height: 40px; line-height: 32px;  margin-right: 14px; float: left;}
    .proview .prohead .con .proContact ul li ol i img{ height: 20px;}
    .proview .text{ line-height: 1.7;}
    
    .propage{ text-align: center; padding-top: 20px;}
    .propage a{ width: 100px; height: 32px; line-height: 32px; margin: 0 5px;}
    
    .customer{padding: 35px 0 50px;}
    .customer .box{ padding-top: 10px;}
    .customer .box ul{ margin: 0 -5px;}
    .customer .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
    .customer .box ul li dl{ height: 70px; line-height:52px; padding: 8px;}
    
    .news{ padding: 35px 0 50px; }
    .news .box ul{ margin:0; padding-bottom: 10px;}
    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 15px; float: none;}
    .news .box ul li a{ padding: 10px; }
    .news .box ul li dl{margin: 0 ;}
    .news .box ul li ol{ padding: 10px 0 10px; position: relative;}
    .news .box ul li ol::after{ display: none;}
    .news .box ul li ol h3{ font-size: 16px; margin-bottom: 8px;}
    .news .box ul li ol dd{ font-size: 15px; color: #999; margin-bottom: 8px;}
    .news .box ul li ol dt{ font-size: 14px; color: #999;}

    .newsView{  padding: 20px 0 30px;}
    .newsView .box{ background: #fff; box-shadow:5px 8px 0 #e4e4e4; margin-bottom: 10px;}
    .newsView .box .newsHead{ padding: 30px 20px 10px;  position: relative;}
    .newsView .box .newsHead::after{ content: ""; width: 40px; height: 3px; position: absolute; left:20px; bottom: -2px;}
    .newsView .box .newsHead h1{ font-size: 18px;  margin-bottom: 10px;}
    .newsView .box .newsHead span{ font-size: 13px; margin-right: 10px;}
    .newsView .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
    .newsView .box .industryHead::after{ content: ""; width: 60px; height: 3px;  position: absolute; left: 70px; bottom: -2px;}
    .newsView .box .viewCon{ padding:30px 20px 30px; line-height:1.8; font-size: 15px;}
    .newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
    .newsView .box .viewPage .boxCon{ float: none; padding-right: 120px;}
    .newsView .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}
    .newsView .box .viewPage .back{ width: 100px; height: 36px; line-height: 36px;  float: none; margin: 0 auto; right: 20px;}
    .newsView .box .viewPage .back a{color: #fff; display: block;}
    
    .contact{ padding: 35px 0 50px;}
    .contact .box{ display: block;}
    .contact .box .con{ width: 100%; padding-right: 0; padding: 20px 0;}
    .contact .box .con dl{ font-size: 22px; margin-bottom: 20px; text-align: center;}
    .contact .box .con ul li{ line-height: 50px; margin-top: 4px;}
    .contact .box .con ul li i{ width: 50px; height: 30px; line-height: 28px; margin-right: 22px;}
    .contact .box .con ul li i img{ max-height: 26px;}
    .contact .box .con ul li ol{ color: #9397a0;}
    .contact .box .con ul li ol span{ color: #303a4a; margin-right: 5px;}
    .contact #map{ width: 100%; height: 300px;}
 

    .footer .fmain{padding: 36px 0 25px;}
    .footer .item:nth-child(1){ width: 100%;}
    .footer .item:nth-child(2){ display: none;}
    .footer .item:nth-child(3){ display: none;}
    .footer .item .tit h3{ font-size: 18px;}
    .footer .item .tit h3 span{ font-size: 15px;}
    .footer .fcontact dl{ font-size: 15px;}
    .footer .fcontact ul{ width: 100%;}
    .footer .fcontact ul li{ width: 50%; font-size: 12px;}
    .footer .fcontact dt{ margin-bottom: 22px;}
    .footer .copyright{ font-size: 12px;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
    .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}

    .search-dialog{ width: 95%;}

    .tccBox .BoxCon{ width: 95%;}
    .tccBox .BoxCon .tccTit{ font-size: 17px;}
    .tccBox .BoxCon ul video{ height: 199px;}

}