﻿@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',Zitino;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#0e6eb8;}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;background-repeat: no-repeat;}
.pd60{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}
.white{color:#fff;}
.white span{color:#fff!important;}
.center {text-align: center;}

@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('//at.alicdn.com/t/font_1152918_auzzl2c96di.eot');
  src: url('//at.alicdn.com/t/font_1152918_auzzl2c96di.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1152918_auzzl2c96di.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1152918_auzzl2c96di.woff') format('woff'),
  url('//at.alicdn.com/t/font_1152918_auzzl2c96di.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1152918_auzzl2c96di.svg#iconfont') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
 
/* 主导航 */
.header{position: relative;width:100%;z-index:99;left:0;top:0;height:100px;line-height:100px;background:#fff;}
.header .logo{color: #fff; font-size: 0;}
.header .logo img{ padding-top:6px;}
.header .logo .slogan{font-size: 15px;color: #0e6eb8;display: inline-block;line-height: 1.5;vertical-align: middle;margin-left: 10px;margin-top: 5px;font-weight: bold;border-left: solid 1px #ddd;padding-left: 15px; letter-spacing:2px;}
.header .logo .slogan em{display: block;font-size: 20px;color: #333333;font-style: normal;}
.nav {padding:0 20% 0 12%;height:100px;display:flex;justify-content: space-between;font-size:1.143em;}
.nav .m{float:left;text-align:center;position:relative;;}
.nav .m1{position: static;}
.nav .m>a{color:#1a1a1a;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#0e6eb8;transition:transform .3s;z-index:1;transform: scale(0,1);transform-origin:right;}
.nav .cur>a,.nav .m>a:hover{color:#0e6eb8;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .sub{line-height:26px;position:absolute;z-index:90;top:100%;left: -20.5%;display:none;/* padding:30px; *//* width: 400px; */background:rgba(255, 255, 255, .9);border-top: 1px solid #ddd;}
.nav .sub .pic{width:68%;overflow:hidden;text-align:left;color:#333;font-size:14px;}
.nav .sub .pic .bgImg{float:left;width:50%;margin-right:30px;height:220px;}
.nav .sub .pic h4{font-size:18px;margin-bottom:20px;}
.nav .sub .right{/* width:26%; */}
.nav .sub .right li{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align: center;}
.nav .sub .right a{display: block;font-size:.9em;position:relative;padding: 18px;transition:color .2s ease-in-out;text-align:left;color:#333;border-bottom:1px solid #ddd;background:url('../images/ly_li2.png') no-repeat left;/* margin-left:2%; */text-align: center;}
.nav .sub .right a:hover{color:#0e6eb8;}
.nav .sub .right a:before{position:absolute;bottom:-1px;left:0;display:block;width:0;height:1px;content:'';-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;background:#0e6eb8;}
.nav .sub .right a:hover:before{width:100%;}
.nav .m5 .sub,.nav .m6 .sub{/* margin-left: 10px; */}
.nav .m1 .sub{width:100%;max-width:1600px;left:50%;margin-left:-800px;}
.nav .m1 .sub .right{width:64%;}
.nav .m1 .sub .pic{width:34%;}
.nav .m1 .sub li{float:left;width:20%;padding-right:15px;}
.headFix{height:90px;line-height:90px;box-shadow:1px 1px 5px #ddd;position: fixed;}
.headFix .nav{height:90px;}
.headFix .headR{top:30px;}
.headFix .logo img{height:45px;}
.headFix .nav .sub{box-shadow:0 3px 6px #ddd;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:74%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:122%;}
.picList13 li .pImg{padding-top:68%;}
.honorList li{width:20%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#0e6eb8;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}
.caseList li{width:33.3%;}
.caseList li .pImg{padding-top:60%;}
.caseList li p{text-align: left;}
.caseList li i{float:right;font-style:normal;}

/* 头部右侧 */
.headR{position:absolute;right:0;top:34px;line-height:30px;}
.headR .tel{float:left;font-size:14px;padding-left:30px;background: url(../images/mobile.png) no-repeat left center;}
.headR .tel span{color:#0e6eb8;font-size:26px;font-weight:700;font-family:Arial;float:right;margin-left:10px;}
.wapTel{font-family:"iconfont";position: absolute;color:#0e6eb8;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.pcLang{position: absolute;width:24px;height:24px;color:#fff;background:#0e6eb8;right:0;border-radius:100%;line-height:24px;z-index:5;text-align:center;top:3px;font-size:12px;}
.pcLang:hover{box-shadow:0 0 5px #fff;color:#fff;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#0e6eb8;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapLang{position: absolute;right:96px;top:20px;display:none;font-family:"iconfont";color:#0e6eb8;font-size:2em;line-height:1;}

/* banner */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background:#fff;opacity:1;}
/* banner */

/* product */
.product{background:url('../images/pro_bg.jpg');}
.hTitle{font-size:1rem;text-align:center;margin-bottom:40px;}
.hTitle span{display: block;font-size:35px;color:#191919;margin-bottom:5px;font-weight:700;}
.proSear{max-width:920px;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 120px 0 15px;background:#fff;border-radius:25px;box-shadow:0 0 8px #ccc;overflow:hidden;}
.proSear .btn{height:50px;width:120px;text-align:center;font-size:16px;background:#0e6eb8;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-120px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#003d57;}
.proMain{width:100%;overflow:hidden;}
.proMain li{float:left;width:25%;font-size:1.143em;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;}
.proMain li a{display:block;overflow:hidden;background:#fff;}
.proMain li .pImg{padding-top:76%;}
.proMain li h4{color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;height:62px;}
.proMain li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover h4,.proMain li a:hover i{color:#0e6eb8;}
/* product */

/* advantage */
.advantage{border-bottom: 1px solid #e5e5e5;text-align:center;}
.odds2{border-top: 1px solid #e5e5e5;border-bottom:none;}
.topTie .zx{position: absolute;right:0;bottom:10px;background: url('../images/pro_bg.jpg');width:150px;height:40px;line-height:40px;text-align:center;color:#333;}
.topTie .zx i{display:inline-block;font-family:"iconfont";font-style:normal;margin-right:15px;}
.topTie .zx:hover{background:#0e6eb8;color:#fff;}
.advantage li{float:left;width:32.5%;position: relative;text-align:left; margin-right:20px;}
.advantage li:nth-child(3n){margin-right: 0;}
.advantage li .pImg{padding-top:66%;}
.advantage li .txt{background:#fff;border:1px solid #ccc;position: relative;z-index:2;padding:8%;min-height:300px;}
.advantage li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#f6f6f6;transition:all .5s;z-index:-1;}
.advantage li h3{font-size:1.857em;color:#191919;margin-bottom:20px;}
.advantage li p{min-height:110px;margin-bottom:10px;line-height:1.8; font-size: 16px;}
.advantage li:hover img{transform: scale(1.1);}
.advantage li:hover .txt::after{height:100%;}
.oddsMain .btn{display:none;position: static;width:50px;height:30px;line-height:30px;margin-top:10px;background:#333;width:50px;height:30px;color:#fff;}
/* advantage */

/* about */
.about{background: url('../images/img_12.jpg') no-repeat center;background-position:center;background-size:cover;background-attachment: fixed;text-align:center;padding-bottom:0;position:relative;z-index:2;}
.about .txt span{color:#fff;}
.about::after{content:"";position: absolute;left:0;bottom:0;background:#fff;/* height:60px; */width:100%;z-index:-1;}
.about .main{max-width:1500px;margin:0 auto;color:#333;line-height:1.8;min-height: 260px;}
.about .more{display:inline-block;width:220px;height:55px;line-height:55px;margin-top:40px;background:#fff;}
.about .more:hover{width:280px;}
.about .more i{font-style:normal;margin-left:10px;}
.setting{padding: 20px 20px 1px 20px;background:#fff;margin-bottom: 60px;}
.setting li{float:left;width: 29%;margin-right:20px;}
.setting li:nth-child(4n){margin-right: 0;}
.setting li .pImg{padding-top:60%;}
.setting li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:60px;line-height:60px;}
.setting li:hover img{transform: scale(1.1);}
.about .bgImg{animation:scale 24s infinite;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}
/* about */

/* news */
.newsMain{overflow:hidden; border:1px solid #e1e1e1;}
.newsMain li{float:left;width:33.3%;overflow:hidden;margin-top:-1px;}
.newsMain li a{display:block;overflow:hidden;position:relative;z-index:2;color:#888;background:#fff;padding:40px;border-left: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1;}
.newsMain li .bgImg{height:262px;transition:all .6s;}
.newsMain li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;padding:25px 0 15px 0;transition:all .3s;font-weight:bold;}
.newsMain li p{height:100px;margin-bottom:20px;line-height:1.8;}
.newsMain li .date{display:block;font-size:12px;}
.newsMain li .date i{font-style:normal;float:right;}
.newsMain li a:hover .bgImg{transform: scale(1.1);}
.newsMain li.pic a{border-left:none;}
.newsMain .pic h4{z-index:2;position:relative;}
.newsMain .pic .hide{display:block;}
.newsMain .txt a{padding:47px 40px;}
.newsMain .txt h4{padding-top:0;}
.newsMain .txt .bgImg{position: absolute;z-index:-1;opacity:0;top:0;left:0;}
.newsMain .txt a:hover .bgImg{opacity:.2;}
.newsMain .txt a:hover{color:#fff;background-color:#0e6eb8;}
.newsMain .txt a:hover h4{color:#fff;}
/* news */

/* footer */
.footer{ background: #232323;padding:50px 0 0 0; overflow:hidden;}
.footer-top {padding-bottom:50px}
.footer h2{font-size:18px;font-weight: bold;color:#fff;margin-bottom:30px}
.footer ul li{color:#DFDFDF;margin-bottom:20px; font-size:14px;}
.footer ul li img{margin-right:10px;}
/*--*/
.foot-nav{width:230px;margin-left:10%}
.foot-nav li{float:left;width:50%; background:url(../images/f-jt.png) no-repeat center left;text-indent:10px;color:#fff}
.foot-nav li a{color:#DFDFDF}
/*--*/
.foot-pro{margin-left:9%}
.foot-pro li{background:url(../images/f-jt.png) no-repeat center left;text-indent:10px;}
.foot-pro li a{color:#DFDFDF}
/*--*/
.foot-wx{overflow: hidden;}
.foot-wx dl{float: left;text-align: center;margin-left:30px;}
.foot-wx dl dd{color:#fff;margin-top:10px; font-size:14px;}
/*--*/
.footer-bottom span{margin-right:20px;font-size: 14px;}
.footer-bottom{height:60px;line-height: 60px;background: url(../images/foot-x.png) no-repeat center top;text-align: center;color:#AAAAAA}
.footer-bottom a{color:#AAAAAA;padding-right: 10px;}
.footer-bottom a:hover{color:#fff}
/*--*/
.footBar{display:none;position:fixed;left:0;bottom:0;width:100%;z-index:99;overflow:hidden;}
.footBar a{display:block;float:left;width:33.333333%;text-align:center;height:40px;line-height:40px;color:#fff;font-size:14px;}
.footBar a:nth-child(1){background:rgba(51,51,51,.9)}
.footBar a:nth-child(2){background:rgba(32,55,107,.9)}
.footBar a:nth-child(3){background:rgba(44,94,207,.9)}
/* footer */

/* liatBanner */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner{position: relative; overflow: hidden; height: 350px;}
.listBanner .pb-pic{overflow: hidden;}
.listBanner .pb-pic img{position: relative; left: 50%; margin-left: -960px; max-width: none; -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;}
.listBanner .wap-pic{display: none;}
.listBanner{height: auto;}
.about-banner .pb-pic img{left: 0; margin-left: 0; max-width: 100%; width: 100%;}
@-webkit-keyframes SlickIn{0%{-webkit-transform: scale(1.1, 1.1)} 100%{-webkit-transform: scale(1, 1)}}
@-webkit-keyframes SlickOut{0%{-webkit-transform: scale(1, 1)} 100%{-webkit-transform: scale(.9, .9)}}
@keyframes SlickIn{0%{transform: scale(1.1, 1.1)} 100%{transform: scale(1, 1)}}
@keyframes SlickOut{0%{transform: scale(1, 1)} 100%{transform: scale(.9, .9)}}
.listBanner .pb-tit{position: absolute; top: 37%; left: 50%; z-index: 2; margin-left: -700px;}
.listBanner .pb-tit.center{left: 0; margin-left: 0; width: 100%;}
.listBanner .pb-tit .en{font-size: 18px; line-height: 1; color: rgba(255,255,255,.9); margin-top: 20px;}
.listBanner .pb-tit.black .en{color: #595959;opacity: .5;}
.listBanner .pb-tit .en2{color: rgba(255,255,255,.5);}
.listBanner .pb-tit .cn{font-size: 36px; line-height: 1; color: #ececec;}
.listBanner .pb-tit.black .cn{color: #ececec;}
.listBanner .pb-tit .des{margin-top: 25px; font-size: 18px; line-height: 1; color: #fff;}
/* liatBanner */

/* listMenu */
.listMenu{background:#fff;margin-top:-64px;height:64px;line-height:64px;background: rgba(255, 255, 255, .9);padding:0 25px;font-size:1em;border-radius:5px 5px 0 0 ;}
.listMenu p{float:right;font-size:14px;background: url('../images/home_icon.png') no-repeat left center;padding-left:25px;opacity:.8;}
.listMenu .m{color:#191919;margin:0 15px;position:relative;display:inline-block;}
.listMenu .m::after{content:"";position: absolute;left:0;bottom:0;height:2px;width:100%;background:#0e6eb8;transform: scale(0,1);transform-origin:right;transition: transform .5s;}
.listMenu .m:hover,.listMenu .cur{color:#0e6eb8;}
.listMenu .cur::after{transform: scale(1);}
/* listMenu */

/* listEquipment */
.listEquipment{overflow: visible;}
.proR .proList {margin-right:-30px;}
.proR .proList li{float:left;width:23.6%;margin-bottom:20px;margin-right:30px; padding-right:0;}
.proR .proList li:nth-child(4n+0){margin-right: 0;}
.proR .proList li a{display:block;}
.proR .proList li .pImg{padding-top:75%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proR  .proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proR .proList li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proR .proList li a:hover img{transform: scale(1.1);}
.proR .proList li a:hover p{color:#0e6eb8;}
.searchList{width:100%;}
.searchList li{width:25%;}
/* listEquipment */

/* listExperiment */
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;font-size: 28px;}
.listExperiment h2{padding-left:.2rem;height:25px;line-height:25px;font-size:22px;color:#0e6eb8;border-left:5px solid #0e6eb8;}
.mt15 {margin-top: 15px;}
.li30 {line-height: 30px;}
.pb20 {padding-bottom: 15px;}
.pt20 {padding-top: 15px;}
/*--*/
.solutionIndex{background:none;font-size:.985em;}
.solutionIndex li{background:#ededed;overflow:hidden;margin-bottom:20px;}
.solutionIndex li .pic{width:50%;overflow:hidden;display:block;height:430px;}
.solutionIndex li .txt{width:50%;padding:4%;position:relative;}
.solutionIndex li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.solutionIndex li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#0e6eb8;width:15px;transition:all 0.4s; }
.solutionIndex li h4 a{color:#333;}
.solutionIndex li .txt .info{min-height:130px; line-height:26px;}
.solutionIndex li .more{text-align:center;display:inline-block;font-size:12px;font-family:Arial;margin-top:25px;width:160px;border:none;height:46px;line-height:46px;color:#fff;background:#0e6eb8;}
.solutionIndex li .more:hover{width:220px;color:#fff;border:none;}
.solutionIndex li:nth-child(2n) .txt{float:left;} 
.solutionIndex li:nth-child(2n) .pic{float:right;}
.solutionIndex li:hover .bgImg{transform: scale(1.05);}
.solutionIndex li h4 a:hover{color:#0e6eb8;}
/*--*/
.picSlide{position:relative;margin-bottom:40px;}
.picSlide img{width:100%;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:1px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:12%;cursor:pointer;width:16.66%;position: relative;}
.picSlide-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;background: #0e6eb8;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .swiper-button-next,.picSlide .swiper-button-prev{top:45%;background:rgba(255, 255, 255,.5);text-align:center;width:90px;height:50px;line-height:50px;color:#fff;font-size:24px;font-family:Arial;transition:all .3s;}
.picSlide .swiper-button-prev{left:0;}
.picSlide .swiper-button-next{right:0;left:auto;}
.picSlide .swiper-button-next:hover,.picSlide .swiper-button-prev:hover{background:#0e6eb8;}
/* listExperiment */

/* listIndustry */
.case-list li{position: relative;margin-bottom: 30px; border:1px solid #d1d1d1;}
.case-list li:last-child{margin-bottom: 0;}
.case-list .img{float: left;width: 40%;}
.case-list .text-box{position: absolute;top: 0;right: 0;bottom: 0;width: 60%;background: #ffffff;padding: 2% 3% 0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.case-list .place{padding: 11px 10px;font-size: 14px;color: #999999;border: 1px solid #e5e5e5;display: inline-block;margin-bottom: 3%;}
.case-list .h1{font-size: 26px;color: #111111;margin-bottom: 3%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.case-list .words{font-size: 16px;color: #666666;line-height: 30px;height: 60px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.case-list .label{margin-top: 3%;font-size: 0;}
.case-list .attribute{display: inline-block;margin-right: 10px;padding: 10px 13px;background: #f4f4f4;border-radius: 7px;font-size: 14px;color: #666666;}
.zoom-img {overflow: hidden;}
.zoom-img .img {overflow: hidden;}
.zoom-img img {transition: all .5s;}
.zoom-img:hover img {transform: scale(1.04);-ms-transform: scale(1.04);-webkit-transform: scale(1.04);-o-transform: scale(1.04);-moz-transform: scale(1.04);}
/* listIndustry */

/* listAbout */
.pd120 {padding: 120px 0;font-size: .875em;overflow: hidden;}
.listAbout{overflow:hidden;}
.listAbout .content{width:48%;line-height:1.8;}
.listAbout .picture{height:430px;width:46%;}
.listAbout .title{margin-bottom:35px;font-size:2.571em;color:#191919;position:relative;padding-bottom:15px;}
.listAbout .title span{display:block;font-size:16px;opacity:.8;}
.listAbout .text{overflow-y:auto;max-height:360px;}
.listAbout .text p{margin-bottom:15px;}
/*--*/
.culture{ background: url(../images/cultureBg.jpg) no-repeat center; background-size:cover ;}
.culture .wx{color:#fff;font-size:18px; line-height: 40px; text-align: center;}
.culture .wx strong{font-size:22px;}
.culture .title{color:#333333;font-size:40px;text-align:center;margin: 10px 0;width: 100%;}
.culture .title hr{ display:table; border:none;margin:10px auto;width:30px;height:2px; background:#43aa4e;}
.culture .title span{display:block;color:#666;font-size:14px;}
.culture .title.pg{margin:60px 0 10px 0}
.culture .title.tm50{margin-bottom:50px;}
.culture .title.tm60{margin-bottom:30px;}
.culture .title.white,.title.white span{color:#fff}
.culture .title.white hr{background: #fff;}
/*--*/
.environment .title{color:#333333;font-size:40px;text-align:center;margin: 10px 0;width: 100%;}
.environment .title hr{ display:table; border:none;margin:10px auto;width:30px;height:2px; background:#0e6eb8;}
.environment .title span{display:block;color:#666;font-size:14px;}
.environment .title.pg{margin:60px 0 10px 0}
.environment .title.tm50{margin-bottom:50px;}
.environment .title.tm60{margin-bottom:30px;}
.environment ul{position:relative;margin-right:-10px;overflow:hidden;}
.environment li{float:left;width:25%;padding-right:10px;margin-bottom:10px;}
.environment li:nth-child(2){width:50%;}
.environment li:last-child{position:absolute;left:0;bottom:0;}
.environment li .pImg{padding-top:64%;;}
.environment li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.environment li:hover img{transform: scale(1.1);}
.environment li:hover p,.settingSlide li p{bottom:0;}
/* listAbout *//

/* listNews */
.listNews{padding:70px 0;overflow:hidden;font-size:.813rem;}
.listNews ul{margin-right:-25px;}
.listNews li{float:left;margin-right:25px;width:31.7%;margin-bottom:25px; border:1px solid #e1e1e1;}
.listNews li a{background:#fff;padding:6%;display:block;color:#777;}
.listNews li .pImg{padding-top:0;}
.listNews li .pImg img{position: inherit;}
.listNews li h3{font-size: 1.286em;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #333;padding: 25px 0 15px 0;transition: all .3s;font-weight: bold;}
.listNews li p{margin-bottom:10px; line-height:1.8;}
.listNews li .date i{font-style:normal;float:right;font-size: 12px;}
.listNews li .date{color:#999;margin-bottom:10px;}
.listNews li a:hover{box-shadow:0 0 10px #ccc;}
.listNews li a:hover img{transform:scale(1.1);}
/* listNews */

/* newsShow */
.picShow_l,.newsList,.videoShow{width: 76%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow,.videoShow .txt i {font-style:normal;}
.newsShow,.videoShow .txt .date{margin-right:15px;}
.showTie{overflow: hidden;margin-bottom: 20px;border-bottom: 1px solid #ccc;padding-bottom: 28px;}
.showTie1{overflow: hidden;margin-bottom: 20px;border-bottom: 1px solid #ccc;}
.showTie h1{font-size:24px;color:#333;margin-bottom:25px;}
.showTie1 h1{font-size:24px;color:#333;margin-bottom:25px; text-align:center;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:nth-child(1){padding-left: 0;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow,.videoShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px; font-size:15px; color:#010101;}
.showCon p {line-height: 24px;margin-bottom: 15px;text-indent: 2em;}
.showCon p img{padding-top:15px; padding-bottom:15px;}
.showCon .ce img{min-width:60%;}
.videoShow{width:100%;}
/*--*/
.newsShow .proList .proTie{ margin-top:20px;}
.proList .proTie{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.proList .proTie span{display:inline-block;border-bottom: 1px solid #07599f;height:40px;}
.proList {margin-right:-30px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:80%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#153ba0;}
.searchList{width:100%;}
.searchList li{width:25%;}
/*--*/
.picShow_r{width:22%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #07599f;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#07599f;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;padding-bottom: 0;margin-bottom: 0;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden; border:1px solid #dcdcdc;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#07599f;color:#fff;}
.rightNews,.rightContact{/* background:#f2f2f2; */padding:5%;border: 1px solid #dcdcdc;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}
/* newsShow */

/* listContact*/
.listContact{overflow:inherit;}
.listContact .cright{width:68%; float:right; background:url(../images/p42.png) center no-repeat; background-size:cover; border:6px solid #fff; box-shadow: 0 0 17px rgba(0,0,0,0.09); padding:35px 4.8% 26px 4.8%;}
.listContact .cright .H4{font-size:22px; color:#1f1f1f; margin-bottom:20px;}
.listContact .cright .ico{width:20px; height: 20px; float:left; line-height: 0; margin-top:8px;}
.listContact .cright .p{font-size:16px; line-height: 36px;}
.listContact .cright .p2{ margin-left:28px; display: block;}
.listContact .cleft{width:29.6%; float:left; padding:55px 0 0 0;box-shadow: 0 0 17px rgba(0,0,0,0.09); height:343px; }
.listContact .cleft .pageEwm{display:block; width:166px; margin: auto; padding:14px; background:url(../images/p35.png) center no-repeat; background-size:100% 100%;}
.listContact .cleft .p{font-size:18px; line-height: 28px; text-align: center; margin-top:18px;}
/*--*/
.listMap {position: relative;height: 600px;}
#map {height: 600px;background-size: #eee;}
.listMap .gogo {position: absolute;left: 50%;top: 45%;margin-left: -120px;margin-top: -28px;width: 240px;height: 56px;background-color: #1e509b;box-shadow: 0px 10px 20px 0px rgba(47, 113, 214, 0.15);border-radius: 28px;z-index: 2;text-align: center;line-height: 56px;color: #fff;font-size: 18px;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
.listMap .gogo:hover {box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);}
.icon-map-loc {width: 26px;height: 26px;background-size: contain;margin-right: 15px;margin-top: -2px;}
/* listContact*/

/* xbr-feedback */
.xbr-feedback {padding-top: 60px;padding-bottom: 60px;background: url(../images/feedback-bg.jpg) no-repeat center;background-size: cover;/* margin-top: 60px; */}
.xbr-feedback .form-one {margin-top: 36px;}
.form-one input { width: 24.2%; height: 68px; background-color: #ffffff; font-size: 14px; color: #383635; padding: 0 25px; }
.form-one textarea { width: 100%; height: 120px; background-color: #ffffff; margin-top: 20px; padding: 20px 25px; }
.form-one .sub {width: 200px;height: 52px;background-image: linear-gradient(165deg, #1170b9 0%, #5d9ecf 100%);box-shadow: 0px 10px 20px 0px 
rgba(19, 91, 171, 0.09);border-radius: 26px;line-height: 52px;font-size: 16px;color: #ffffff;margin: 48px auto 0;display: block;cursor: pointer;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
.form-one .sub:hover { width: 220px; }
.flex {display: flex;justify-content: space-between;flex-wrap: wrap;}
/* xbr-feedback */