@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',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#1665a6;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.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%;}
.pd60{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* Project id 2288898 */
  src: url('//at.alicdn.com/t/font_2288898_a0hqtkplxrw.eot?t=1632380659770'); /* IE9 */
  src: url('//at.alicdn.com/t/font_2288898_a0hqtkplxrw.eot?t=1632380659770#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_2288898_a0hqtkplxrw.woff2?t=1632380659770') format('woff2'),
  url('//at.alicdn.com/t/font_2288898_a0hqtkplxrw.woff?t=1632380659770') format('woff'),
  url('//at.alicdn.com/t/font_2288898_a0hqtkplxrw.ttf?t=1632380659770') format('truetype'),
  url('//at.alicdn.com/t/font_2288898_a0hqtkplxrw.svg?t=1632380659770#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{background:#fff;height:80px;line-height:80px;font-size:1.125em;}
.header .container{height:100%;}
.nav {margin-right:330px;width:40%;height:80px;display:flex;justify-content:space-between;}
.nav .m{float:left;text-align:center;position:relative;z-index:5;}
.nav .m>a{color:#000;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#1665a6;transition:transform .3s;z-index:1;transform: scale(0,1);transform-origin:right;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#1665a6;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;top:120%;background:#f5f5f5;line-height:35px;width:160px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;left:50%;margin-left:-80px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#1665a6;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.nav .proSub{width:800px;padding:20px;text-align:left;margin-left:-200px;}
.nav .proSub li{float:left;width:48%;border:none;line-height:1.4;margin:12px 0;color:#777;}
.nav .proSub li:nth-child(2n){float:right;}
.nav .proSub li p{font-size:12px;}
.nav .proSub li .pic{float: left;width:80px;height:80px;border-radius:100%;overflow: hidden;margin-right:25px;border:1px solid #ddd;background:#fff !important;}
.nav .proSub li h4{font-size:1.143em;margin-bottom:10px;overflow:hidden; font-weight: bold;}
.nav .proSub a:hover{color:#1665a6;background:none;}
.headTel{position: absolute;right:0;color:#1665a6;font-size:1.444em;padding-left:36px;background: url('../images/tel.png') no-repeat left center;}
.headFix{position:fixed;top:0;left:0;width:100%;box-shadow:0 0 8px #e1e1e1;z-index:99;} 
.header .lang{background: url('../images/lang.png') no-repeat left center;padding-left:28px;font-size:18px;line-height:32px;background-size:25px;top:25px;position:absolute;right:250px;}





/*  导航按钮 */
.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:#1665a6;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);}
.wapTel,.wapLang{font-family:"iconfont";position: absolute;color:#1665a6;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;}

/* 广告轮播图 */
.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;}

/*  搜索 */
.search{height:81px;line-height:80px;font-size:.875rem;border-bottom: 1px solid #e9e9e9;}
.searFont{width:64%;overflow:hidden;}
.searFont strong{color:#191919;font-weight:normal;border-left: 2px solid #1665a6;font-weight:700;padding-left:15px;}
.searFont a{margin:0 5px;}
.searMain{width:24%;height:46px;padding-right:60px;margin-top:12px;}
.searMain .sear_text{float:left;width:100%;height:44px;line-height:44px;padding:0 15px;border: 1px solid #e0e0e0;}
.searMain .sear_btn{float:right;width:60px;height:44px;cursor:pointer;background:#1665a6 url('../images/sBtn.png') no-repeat center;transition:all 0.3s;margin-right:-60px;}
.searMain .sear_btn:hover{background-color:#004b86;}

/* 产品 */
.hTitle{font-size:1rem;margin-bottom:40px;line-height:1.4;color:#333;text-align:center;position:relative;text-transform: uppercase;padding-top:20px;z-index:2;}
.hTitle span{display:block;font-size:2.5em;color:#1665a6;font-weight:700;}
.hTitle i{position: absolute;font-size:3.375em;font-style:normal;font-weight:700;color:#eee;top:0;left:50%;z-index:-1;transform: translateX(-50%);line-height:1;font-family:Arial;width:100%;}
.product{background:#fbfbfc;overflow:hidden;font-size:1em;}
.proMenu{overflow:hidden;position:relative;text-align:center;font-size:1.25em;position:relative;margin-bottom:50px;padding:0 20px;}
.proMenu::after{content:"";position: absolute;width:100%;height:1px;background:#e9e9e9;left:0;top:15px;}
.proMenu li{float:left;width:16.6%;font-weight: bold;}
.proMenu li a{color:#333;}
.proMenu li span{display:block;font-size:15px;opacity:.8;font-weight:600;}
.proMenu .btn{left:0;font-family:"simsun";font-weight:700;font-size:28px;line-height:1;width:auto;}
.proMenu li.on a{color:#186bb5;}
.proMenu .swiper-button-next{left:auto;right:0;}
.proMenu .btn:hover{color:#1665a6;}

.proMain{height:580px;overflow:hidden;font-size:1.125em;}
.proTxt{width:22%;color:#333;}
.proTxt .tie{font-size:1.125em;color:#888;margin-bottom:35px;}
.proTxt .tie span{display:block;color:#186bb5;font-size:1.578em;}
.proTxt .con p{background: url('../images/prot_li.jpg') no-repeat center left;padding-left:15px;margin-bottom:10px;}
.proTxt .more{display:inline-block;width:160px;height:40px;line-height:40px;border:1px solid #186bb5;font-size:.875em;border-radius:20px;text-align:center;margin-top:30px;color:#186bb5;}
.proTxt .more i{display:inline-block;width:16px;height:16px;background: url('../images/p_arr.png') no-repeat;margin-left:10px;position: relative;top:2px;}
.proTxt .more:hover{background:#186bb5;color:#fff;}
.proTxt .more:hover i{background-position: -16px 0;}
.proBox{overflow:hidden;}

.proSlide{width:73%;overflow: hidden;position:relative;height:620px;}
.proSlide li{height:580px;background:#eee;}
.proSlide li:nth-child(2n){background:#ccc;}
.proSlide .btn,.solutMain .btn{position: absolute;left:0;width:35px;height:60px;background:#333;line-height:60px;color:#fff;text-align:center;font-family:"simsun";font-weight:700;font-size:28px;transition:all .5s;}
.proSlide .swiper-button-next,.solutMain .swiper-button-next{left:auto;right:0;}
.proSlide .btn:hover{background:#186bb5;}


/* 优势 */
.solution{font-size:1em;position: relative;padding-bottom:170px;background-size:100%;padding-bottom:10px;}
.solution::after{content:"";position: absolute;left:0;top:207px;background: url('../images/odds_bg2.jpg') no-repeat center;width:100%;height:500px;z-index:-1;background-size:cover;}
.solution::before{content:"";position: absolute;left:0;bottom:0;/*background:#f6f7fa;*/width:100%;height:50%;z-index:-2;}

.soluMenu{font-size:1.625em;text-align:center;color:#fff;overflow:hidden;}
.soluMenu li{float:left;width:20%;padding-top:160px;height:410px;cursor: pointer;transition:all .5s;background:url('../images/oddsMenu_bg.png') no-repeat left -410px;}
.soluMenu li i{display:inline-block;width:58px;height:50px;background-repeat: no-repeat;margin-bottom:5px;}
.soluMenu li.on{color:#fff;background-size:cover;background-position: 0 0;}
.soluMenu .btn{width:46px;height:46px;background:#fff;border-radius:100%;left:-60px;font-size:24px;font-weight:700;color:#1665a6;font-family:"simsun";line-height:46px;top:38%;}
.soluMenu .swiper-button-next{left:auto;right:-60px;}

.solutMain{background:#fff;padding:2.5%;overflow:hidden;text-align:center;box-shadow:0 3px 10px #eee;}
.solutMain li{overflow:hidden;text-align: left;}
.solutMain li .pic{display: block;height:330px;width:35%;overflow:hidden;}
.solutMain li .bgImg{animation:scale 20s infinite;} 
.solutMain li .info{width:60%;padding-top:30px;padding-right:3%;}
.solutMain li h4{font-size:1.875em;color:#333;position:relative;margin-bottom:15px;padding-bottom:15px;position:relative;}
.solutMain li h4::after{content:"";position: absolute;left:0;bottom:0;width:40px;height:3px;background:#1665a6;}
.solutMain li p{height:90px;overflow:hidden;line-height:1.8;margin-bottom:15px;}
.solutMain li .zx{display:inline-block;width:140px;height:42px;line-height:42px;background:#1665a6;color:#fff;text-align:center;font-size:.875em;border-radius:5px;}
.solutMain li .zx i{font-style:normal;font-family:"iconfont";margin-left:15px;font-size:1.286rem;line-height:1;top:2px;position:relative;}
.solutMain li .zx:hover{background:#d80000;}
.solutMain .btn{display:none;}
@keyframes scale{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}




/* 优势 */
.adv{background:url('../images/adv_bg.jpg') no-repeat center;background-size:cover; padding-top:90px;border-bottom: 1px solid #f0f1f2;}
.adv ul{max-height:720px;position: relative;z-index:2;padding-top:10px;float:left;}
.adv li{padding-right:130px;text-align:right;height:280px;padding-top:8px;position:relative;width:460px;}
.adv li::after{content:"";position: absolute;width:188px;height:76px;background: url('../images/adv_li.png') no-repeat;left:100%;top:48px;z-index:-1;transform: rotateY(180deg);}
.adv li i{float:right;width:115px;height:115px;margin-right:-130px;position:relative;transition:all .3s;font-style:normal;font-family:"iconfont";background:#1665a6;border-radius:100%;text-align:center;line-height:115px;color:#fff;font-size:2.6rem;margin-top:-10px;}
.adv li h4{font-size:1.429em;color:#000;margin-bottom:10px;}
.adv li span{display:block;color:#186bb5;font-size:1.6em;}

.adv .right{float:right;}
.adv .right li{padding-right:0;padding-left:130px;text-align:left;}
.adv .right li i{float:left;margin-left:-130px;margin-right:0;}
.adv .right li::after{right:100%;left:auto;transform: rotate(0);}

.adv li:nth-child(2){width:370px;padding-left:30px;}
.adv .right li:nth-child(2){margin-left:130px;padding-left:130px;padding-right:30px;}
.adv li:nth-child(2)::after{background: url('../images/adv_li2.png') no-repeat; width:175px;height:18px;}
.adv li:nth-child(3)::after{transform: rotate(180deg);top:-30px;}
.adv .right li:nth-child(3)::after{transform: rotateX(180deg);}
.advPic{position: absolute;left:50%;transform: translateX(-50%);bottom:6.5%;border-radius:100%;overflow:hidden;z-index:1;}


/* 应用案例 */
.case{overflow:visible;}
.caseSlide{margin-bottom:20px;overflow:hidden;padding:10px;}
.caseSlide li{float:left;width:25%;text-align:center;}
.caseSlide li a{display: block;box-shadow:0 3px 8px #ddd;color:#777;}
.caseSlide li .pImg{padding-top:72%;}
.caseSlide li .txt{padding:20px;text-align:left;}
.caseSlide li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#191919;margin-bottom:5px;}
.caseSlide li:hover img{transform: scale(1.1);}
.caseSlide li:hover h4{color:#0075c2;}
.caseSlide .btn{display:inline-block;width:34px;height:66px;line-height:66px;background:#e6e6e6;color:#333;text-align:center;top:55%;left:-50px;font-family:"simsun";font-weight:700;font-size:28px;transition:all .5s;pointer-events:visible;cursor: pointer;opacity: 1;}
.caseSlide .swiper-button-next{left:auto;right:-50px;}
.caseSlide .btn:hover{background:#0075c2;color:#fff;}

.partner{padding-top:1px;padding-left:1px;}
.partner li{float:left;width:14.3%;position: relative;transition:all .5s;border:1px solid #ddd;margin-left:-1px;margin-top:-1px;padding: 15px;}
.partner li .pImg{padding-top:45%;background:#0075c2; }
.partner li p{position: absolute;top:50%;text-align:center;width:100%;transform: translateY(-50%);padding:0 5px;opacity:0;margin-top:20px;transition:all .5s;color:#fff;}
.partner li:hover img{opacity:.1;transform: scale(1.1);}
.partner li:hover p{opacity:1;margin-top:0;}


/*生产流程 */
.process{/*background:#f8f9fa;border: 1px solid #f0f1f2;*/min-height:460px;text-align:center;}
.processMain{padding-top:25px;overflow:hidden;}
.processMain li{float:left;width:12.6%;text-align:center;font-size:1.286em;padding-right:25px;background: url('../images/arr_r.png') no-repeat right 45px;}
.processMain li i{display:inline-block;font-family:"iconfont";font-style:normal;width:100px;height:100px;background:#fff;border-radius:100%;line-height:100px;border:2px solid #1665a6;margin-bottom:15px;transition:all .5s;top:0;position: relative;color:#1665a6;font-size:3rem;}
.processMain li:last-child{background:none;}
.processMain li:hover i{top:-10px;}
.process .btn{width:40px;height:24px;background:rgba(0,0,0,.6);color:#fff;line-height:24px;text-align:center;font-weight:700;left:0;z-index:5;pointer-events:initial;cursor:pointer;opacity:1;display:none;}


/* 关于 */
.about{overflow:hidden;}
.aboutL{padding-top:40px;width:50%;background:#00497f url('../images/about_bg.jpg') no-repeat center top;color:#fff;height:650px;padding-left:8%;padding-right:4%;}
.aboutL .hTitle{text-align:left;color:#fff;margin-bottom:15px;}
.hTitleW span{color:#fff;}
.aboutL .hTitle i{left:0;transform: translateX(0);color:#fff;opacity:.1;}
.aboutL .tie{font-size:1.75em;margin-bottom:30px;}
.aboutL .tie span{display:block;}
.aboutL .txt{height:180px;overflow: hidden;margin-bottom:20px;line-height:1.8;opacity:.8;}
.aboutL .more{display:inline-block;width:200px;height:44px;line-height:44px;background:#fff;color:#1665a6;text-align:center;font-family:Arial;}
.aboutL .more:hover{width:260px;}

.aboutNum{font-size:.875em;display: flex;justify-content: space-between;margin-top:40px;}
.aboutNum li{float:left;}
.aboutNum li span{display: block;color:#fff;font-size:3.214em;font-family:Arial;line-height:1;}
.aboutNum li b{font-weight:400;}
.aboutNum li i{font-style:normal;font-size:14px;margin-left:5px;}
.aboutMenu{margin-top:40px;box-shadow:0 0 10px #ddd;overflow:hidden;padding:25px 8% 0 8%;height:140px;display: flex;justify-content: space-between;}
.aboutR{width:50%;height:650px;overflow:hidden;}
.aboutR .bgImg{animation:scale 24s infinite;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 荣誉资质 */
.honor{font-size:1em;border:1px solid #e8e8e8;padding:40px 25px;text-align:center;}
.honorSlide li{width:20%;text-align:center;float:left;}
.honorSlide li a{display:block;overflow:hidden;}
.honorSlide li .pImg{padding-top:142%;background: url('../images/honor_b.jpg') no-repeat;background-size:100%;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;margin-top:10px;}
.honorSlide li a img{transform:scale(.92);}
.honorSlide li a:hover img{transform: scale(.85);}
.honorSlide li a:hover p{color:#1665a6;}
.honorSlide .btn{font-family:"iconfont";left:-40px;color:#333;line-height:1;font-size:3rem;transform: rotate(-180deg);pointer-events:visible;cursor: pointer;}
.honorSlide .btn:hover{color: #1665a6;opacity:1;}
.honorSlide .swiper-button-next{right:-40px;left:auto;transform: rotate(-0deg);}

/* 新闻快讯 */
.newsL{width:37%;background:#f8f8f8;padding:30px 2.5%;position:relative;z-index:2;height:680px;}
.newsL::after{content:"";position: absolute;left:0;top:0;width:100%;height:260px; background:#0c66ad;z-index:-1;}
.news .title{text-transform:uppercase;margin-bottom:25px;}
.news .title a{float:right;width:17px;height:17px;line-height:15px;color:#fff;border:1px solid #fff;text-align:center;font-family:"simsun";margin-top:15px;font-size:14px;font-weight:700;}
.news .title a:hover{background:#fff;color:#0c66ad;}
.news .title2 a{color:#0c66ad;border:1px solid #0c66ad;}
.news .title2 a:hover{background:#0c66ad;color:#fff;}
.news .title span{display:block;color:#343434;font-size:1.714em;}
.news .title b{font-weight:400;color:#0c66ad;}
.news .titlew,.news .titlew span{color:#fff;}
.newsScroll li .pic{display: block;height:300px;overflow:hidden;margin-bottom:25px;}
.newsScroll li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsScroll li h4 a{color:#333;}
.newsScroll li h4 a:hover,.newsR li a:hover h4{color:#0c66ad;}
.newsScroll li p,.newsR li p{height:120px;margin-bottom:10px;line-height:1.8;color:#777;}
.newsScroll li .date,.newsR li .date{display: block;text-align:right;position:relative;color:#777;}
.newsScroll .swiper-pagination{bottom:60px;left:8%;width:auto;}
.newsScroll li:hover .bgImg{transform: scale(1.1);}
.newsR,.faq{width:60%;background:#f8f8f8;margin-bottom:30px;padding:30px;position:relative;overflow:hidden;}
.newsR li{width:50%;}
.newsR li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;color:#333;transition:all .3s;}
.newsR li p{height:108px;}
.newsR li .date::after{content:"";position: absolute;left:0;bottom:10px;width:50px;height:1px;background:#ccc;transition:all .5s;}
.newsR li a:hover .date::after{width:80px;background:#0c66ad;}
.newsBox2 li h4,.newsBox2 li p{background: url('../images/q.png') no-repeat left center;padding-left:30px;}
.newsBox2 li p{background: url('../images/a.png') no-repeat left 4px;}
.newsR .swiper-pagination{right:30px;bottom:auto;top:40px;width:auto;text-align:right;}
.news .swiper-pagination-bullet-active{width:30px;background:#0c66ad;border-radius:10px;}
.faq{margin-bottom:0;}
.faq .pic{width:40%;height:188px;line-height:188px;}
.faq ul{width:54%;}
.faq li{width:100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:36px;line-height:36px;}

/* 定制需求 */
.demand{background:#cdd1dc url('../images/demand_bg.jpg') no-repeat center;background-size:cover;background-repeat: no-repeat;font-size:1.143em;}
.demand .title{color:#191919;text-align:center;margin-bottom:35px;}
.demand .title span{display: block;font-size:1.875em;font-weight:700;}
.demand form{max-width:1160px;margin:0 auto;padding-right:140px;overflow:hidden;position:relative;}
.demand input,.demand textarea{float:left;width:35%;height:50px;line-height:50px;padding:0 20px;border-radius:5px;margin-bottom:10px;background:#fff;}
.demand .d1{width:28%;}
.demand .d2{margin:0 1%;}
.demand textarea{width:100%;float:none;clear:both;}
.demand .sub{position: absolute;right:0;top:0;width:125px;height:115px;color:#fff;background:#186bb5 url('../images/subIcon.png') no-repeat center top;font-size:18px;padding-top:60px;cursor: pointer;transition:all .5s;}
.demand .sub:hover{opacity:.8;}

/*底部 */
.footer{background:#003c7b;font-size:.875em;color:#d1d5de;overflow:hidden;line-height:1.8;} 
.footMain{padding:50px 0;overflow:hidden;padding-right:200px;}
.footMenu{width:56%;overflow:hidden;line-height:2;display: flex;justify-content: space-between;}
.footMenu ul{float:left;overflow:hidden;padding-left:15px;}
.footMenu ul h4,.footContact h4{color:#fff;font-size:1.143em;margin-bottom:10px;position:relative;background: url('../images/pro_arr.png') no-repeat left center;padding-left:15px;margin-left:-15px;line-height:1.6;}

.footContact{max-width:40%;}
.footContact .tel{font-size:1.571em;color:#fff;font-weight:700;margin-bottom:8px;}
.footContact p{margin-bottom:15px;background: url('../images/fIcon.png') no-repeat left center;padding-left:25px;}
.footMenu_wap{display:none;overflow:hidden;text-align:center;}
.footWx{text-align:center;width:140px;position: absolute;right:0;}
.footWx img{background:#fff;padding:5px;}
.footWx span{display:block;margin-top:8px;color:#d0d4dd;}
.footer a{color:#d0d4dd;}
.footer a:hover{color:#fff;}
.copyright,.firendlink{padding:18px 0;border-top: 1px solid #3e4350;position:relative;z-index:2;}
.copyright::after,.firendlink::after{content:"";position: absolute;top:-1px;background:#3e4350;width:200%;left:-50%;height:1px;}
.firendlink{background:#1d212b;border:none;}
.firendlink::after{height:100%;top:0;background:#1d212b;z-index:-1;}
.firendlink span{font-size:16px;color:#fff;}
.firendlink a{margin:0 8px;}


 
/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:500px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:2.8rem;text-transform:uppersolution;width:100%;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); }
.listBanner h3 span{display: block;font-size:18px;font-weight: 400;opacity: 0.8;}
.listBan1{height:900px;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:15px 0;}
.breadCrumb p span,.menuBox p span{position:relative;padding-left:20px;}
.breadCrumb span::after,.menuBox p span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#1665a6;border:1px solid #1665a6;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#1665a6;color:#fff;}
.proCrumb{background:#fff;}
.listBox{min-height:300px;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sBtn.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
.listTie{font-size:2.5rem;text-align:center;color:#191919;margin-bottom:40px;line-height:1.2;font-weight:700;}
.listTie span{display: block;font-size:16px;margin-top:8px;font-weight:400;opacity:.5;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.menuBox{background:#f7f7f7;height:60px;line-height:60px;position:relative;font-size:14px;}
.menuBox::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f7f7f7;height:100%;z-index:-1;}
.menuBox p span::after{line-height:1;top:2px;}
.listMenu{font-size:1.143rem;}
.listMenu a{display:inline-block;position:relative;color:#191919;margin-left:50px;}
.listMenu a:hover,.listMenu .cur{color:#1665a6;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#1665a6;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#1665a6;border:1px solid #1665a6;color:#fff;}


/* 公司简介 */
.profileBox1{padding-top:40px;background:#fafafa url('../images/aBox1_bg.jpg') repeat-y;}
.profileL{width:20%; float:left;max-width:220px;}
.profileL .tie{font-size:2.125rem;color:#191919;position:relative;padding-bottom:15px;margin-bottom:60px;}
.profileL .tie span{display:block;font-size:1.294em;font-family:'Geometric','Arial';text-transform: uppercase;line-height:1.2;margin-top:15px;}
.profileL .tie span i{display: block;font-size:14px;font-style:normal;text-transform: none;}
.profileL .tie::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#1665a6;}
.profileL h4{font-size:1.286em;color:#333;font-weight:bold;margin-bottom:50px;}
.profileL h4 span{display: block;font-size:12px;font-weight:normal;opacity:.5;line-height:1;margin-top:10px;}
.zxBtn{display:block;height:50px;line-height:50px;background:#1665a6;text-align:center;color:#fff;}
.zxBtn:hover{background:#00639b;color:#fff;}
.zxBtn i{font-family: "iconfont";font-style:normal;margin-right:10px;}
.profileR{line-height:1.8;width:78%;}
.profileR .tie{font-size:2em;color:#1665a6;margin-bottom:25px;font-weight:bold;}

/* 发展历程 */
.history{position:relative;background: url('../images/history_bg.jpg') no-repeat center fixed;background-size:cover;font-size:1em;color:#fff;}
.listTieW{color:#fff;}
.history .container{padding-left:22%;}
.history .tie{font-size:3em;position:absolute;top:50%;left:0;transform: translateY(-50%);}
.history ul{position:relative;}
.history ul::after{content:"";position: absolute;left:90px;top:0;width:1px;height:100%;background:#fff;opacity:.4;}
.history li{margin-bottom:15px;overflow:hidden;padding-left:120px;}
.history li span{float: left;margin-left:-120px;position: relative;width:90px;font-size:1.125em;}
.history li span::after{content:"";position: absolute;width:9px;height:9px;background:#fff;top:50%;margin-top:-5px;right:-5px;border-radius:100%;z-index:2;}


/* 关于我们 */
.culture .pic{width:60%;overflow:hidden;margin-left:-10%;height:580px;}
.culture .txt{width:44%;padding-top:6%;}
.listTie2{position:relative;padding-bottom:25px;text-align:left;}
.listTie2::after{content:"";position: absolute;left:0;bottom:0;width:64px;height:1px;background:#333;}
.culture p{margin-bottom:25px;}
.culture p span{font-weight:700;margin-right:10px;}
.culture .pic .bgImg{animation:scale 24s infinite;}
.culture .info{height:220px;margin-bottom:20px;}
.culture .more{display:inline-block;width:160px;height:48px;line-height:46px;border:1px solid #999;text-align:center;}
.culture .more:hover{background:#1665a6;color:#fff;border-color:#1665a6;}
.settingSlide{width:60%;margin-right:-10%;height:580px;overflow:hidden;position:relative;}
.settingSlide .bgImg{animation:scale 24s infinite;}
.settingSlide .swiper-pagination-bullet-active{background:#fff;}
.swiper-pagination-bullet{width:10px;height:10px;}



.honorA{background: url('../images/honor_bg.jpg') no-repeat center;background-size:cover;position: relative;padding-bottom:130px;text-align:center;}
.honorA::after{content:"";position: absolute;background: url('../images/honor_bg2.jpg') no-repeat center;background-size:100%;left:0;bottom:0;width:100%;height:170px;}
.honorSlideA li{width:20%;float:left;font-size:1.143em;}
.honorSlideA li a{position:relative;overflow:hidden;display:block;}
.honorSlideA li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;z-index:2;position:absolute;bottom:-50px;height:50px;line-height:60px;background: rgba(0,0,0,.7);transition:all .5s;width:100%;left:0;}
.honorSlideA li .pImg{padding-top:142%;border:1px solid #ddd;}
.honorSlideA li a:hover p{bottom:0;}
.honorSlideA .btn{width:20px;background-size:20px 40px;opacity:.5;left:-60px;cursor:pointer;pointer-events:initial;font-size:0;}
.honorSlideA .swiper-button-next{left:auto;right:-60px;}
.honorSlideA .btn:hover{opacity:1;}
.partnerA{padding-top:70px;}
.partnerA ul{padding-left:1px;padding-top:1px;}
.partnerA li{float:left;width:14.28%;border:1px solid #ddd;margin-left:-1px;margin-top:-1px;transition:all .5s;position:relative;animation-fill-mode:inherit;}




/* 图片列表 */
.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:75%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:142%;}
.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:#1665a6;}
.galy{background:#f5f5f5;}


/* 产品列表 */
.proWrap{padding-top:0;overflow: visible;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:70px;line-height:70px;z-index:-1;}
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background:#1665a6;padding:30px;color:#fff;font-size:2.25em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#1665a6;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{background:#f2f2f2;margin-bottom:30px;width:100%;border:1px solid #ddd;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 30px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:55px;line-height:55px; color:#333;}
.proSide_sub li i{font-family:"iconfont";margin-right:10px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#0c66ad;color:#fff;}
.proSide_sub .sub{border-bottom: 1px solid #e6e6e6;font-size:.975em;background:#fff;padding:10px 0;}
.proSide_sub ul li{padding-left:20%;}
.proSide_sub ul li a{background: url('../images/ly_li2.png') no-repeat left center;padding-left:15px;line-height:40px;height:40px; font-weight:400;display: inline-block;}
.proSide_sub ul a{padding:0;}
.proSide_sub ul .cur,.proSide_sub ul  a:hover{color:#0c66ad;background: url('../images/ly_li2.png') no-repeat left center;}




.relaCase{background:#f2f2f2;padding:20px 8%;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:64%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaCase li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaCase li:hover img{transform: scale(1.1);}

.listR{width:75%;}
.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;margin-bottom:40px;}
.pro_bread strong{font-size:1.786em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.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:68%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#1665a6;transition:all 0.3s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;opacity:.7;}
.proList li .pImg:after{content:"";position:absolute;width:58px;height:58px;background: url('../images/pMore.png') no-repeat;left:50%;top:50%;margin-left:-27px;opacity:0;transition:all 0.3s;z-index:3;}
.proList li p{height:50PX;line-height:50PX;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;font-size:1.143em;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#1665a6;}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{background:#f4f4f4;}
.gallery{width:55%;position:relative;padding:10px 140px 10px 10px;}
.galleryBig{position:relative;height:520px;background:#fff;box-shadow:0 0 10px #ccc;}
.galleryBig li{height:520px;line-height:520px;text-align:center;}
.galleryBig p{position: absolute;bottom:-40px;left:0;height:40px;line-height:40px;text-align:center;width:100%;background: rgba(0,0,0,.6);color:#fff;transition:all .5s;z-index:5;}
.galleryBig p i{font-family:"iconfont";font-style:normal;margin-right:15px;}
.galleryBig:hover p{bottom:0;}
.gallery img{max-height:100%; vertical-align: middle;}
.gallerySmall{position:absolute;z-index:10;top:0;right:10px;width:110px;height:520px;margin-top:10px;}
.gallerySmall li{border:1px solid #bdc4ce;padding-top:80%;cursor:pointer;pointer-events:initial !important;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallerySmall .on::after{border:2px solid #1665a6;}
.gallery .btn{background:#333;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:0;}
.gallery .swiper-button-prev{left:10px;}
.gallery .swiper-button-next{right:140px;left:auto;}
.gallery:hover .btn{opacity:.8;}

.proShow_R{width:40%;overflow:hidden;height:520px;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:2.286em;color:#1665a6;}
.proShow_R .font{min-height:120px;line-height:2;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:15px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .tel p{ font-size: 14px; line-height: 20px;}
.proShow_R .btn{overflow:hidden;position:relative;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:25px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:nth-child(2){color:#f00;}
.proShow_R .btn a:hover{background:#1665a6;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie span{display:inline-block;border-bottom:1px solid #1665a6;height:45px;font-size:20px;color:#191919;}
.proTie,.proShow_menu{height:45px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;}
.proShow_menu span{display:inline-block;margin-right:30px;cursor:pointer;position:relative;height:45px;}
.proShow_menu span::after,.showTie2 h2::after{content:"";position: absolute;left:0;bottom:0;background:#1665a6;height:1px;width:0;transition:all .4s;}
.proShow_menu .on{color:#1665a6;}
.proShow_menu .on::after{width:100%;}
.proShow_con{width:70%;}
.proShow_tab{background:#fff;min-height:200px;overflow:hidden;margin-bottom:30px; font-size: 15px; line-height: 28px;}
.proShow_tab .swiper-slide{padding:4%;}
.relative_pro li{width:33.3%;}
.proShow_txt1{overflow:hidden;}

/* 解决方案 */
.solutionIndex li{background:#f8f8f8;overflow:hidden;margin-bottom:20px; line-height:26px;}
.solutionIndex li .pic{width:50%;overflow:hidden;display:block;height:430px; border: 1px solid #efefef;}
.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,.solutionFont .title::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#1665a6;width:20px;transition:all 0.4s; }
.solutionIndex li h4 a{color:#333;}
.solutionIndex li .txt .info{min-height:130px; font-size: 15px; 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:#1665a6;}
.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:#1665a6;}

/* 解决方案详情 */
.solutionShow{width:60%;overflow:hidden;position:relative;}
.solutionShow li{height:520px;}
.solutionShow .btn{width:35px;height:35px;border-radius:100%;background:#fff;text-align:center;color:#333;line-height:35px;font-family:"宋体";font-weight:bold;font-size:20px;transition:all .3s;}
.solutionShow .btn:hover{background:#1665a6;color:#fff;}
.solutionFont{width:40%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;}
.solutionFont .title{font-size:2em;color:#1665a6;margin-bottom:30px;padding-bottom:15px;position: relative;}
.solutionCon{background:#f5f5f5;overflow: hidden;}
.solutionCon .tie,.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}
.relativeS ul{margin-right:-30px;}
.relativeS li{float:left;width:25%;padding-right:30px;text-align:center;}
.relativeS li p{height:60px;line-height:60px;background:#fff;}
.relativeS li .pImg{padding-top:65%;border:1px solid #ddd;}
.relativeS li a:hover img{transform: scale(1.1);}


/* 成功案例 */
.caseList ul{margin-right:-40px;}
.caseList li{float:left;width:33.3%;padding-right:40px;margin-bottom:40px;}
.caseList li .pImg{padding-top:72%;border-radius:5px 5px 0 0;}
.caseList li .txt{background:#f8f8f8;padding:8%;height:150px;position:relative;z-index:2;}
.caseList li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;margin-bottom:25px;transition:all .4s;}
.caseList li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#1665a6;transition:all .5s;z-index:-1;}
.caseList li .more{width:114px;height:36px;border-radius:3px;line-height:34px;text-align:center;border:1px solid #ddd;display:inline-block;color:#999;font-size:12px;transition:all .4s;}
.caseList li i,.caseList .cMore i{font-style:normal;font-family:"iconfont";margin-left:10px;opacity:.6;}
.caseList li a:hover h4{color:#fff;}
.caseList li a:hover .more{background:#fff;border-color:#fff;color:#1665a6;}
.caseList li a:hover img{transform: scale(1.1);}
.caseList li a:hover .txt::after{height:100%;}


/* 合作伙伴 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#1665a6;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#1665a6;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partnerList{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:14.28%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li .pImg{padding-top:45%;}
.partnerList li p{background:#1665a6;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #1665a6;}
.partnerList li:hover img{margin-top:-15px;}
.partnerList li:hover p{bottom:0;}


/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;padding-bottom:0;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.newsSlide li .pic{width:45.5%;height:530px;overflow: hidden;display:block;}
.newsSlide li .txt{width:54.5%;padding:6%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#333;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #1665a6;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#333; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:360px;height:225px;margin-right:60px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:70px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #1665a6;border: 1px solid #1665a6;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 常见问题 */
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;border:1px solid #ddd;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#1665a6;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#1665a6;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}
.cMore{display:block;width:200px;height:42px;line-height:42px;border:1px solid #3e3e3e;background:#3e3e3e;color:#fff;border-radius:21px;text-align:center;margin:0 auto;margin-top:40px;}
.cMore:hover{background:#1665a6;border:1px solid #1665a6;color:#fff;width:260px;}

/* 新闻详情 */
.picShow_l,.newsList {width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px; font-size: 15px; line-height: 28px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:27%;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 #1665a6;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;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#1665a6;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.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:#1665a6;color:#fff;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.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;}

/* 联系我们 */
.contactBox1{background:url('../images/contact_bg.jpg') no-repeat center;background-size:cover;font-size:1em;}
.contactBox1 li{width:48%;overflow:hidden;background:#fff;background: rgba(255, 255, 255, .6);overflow:hidden;border-radius:3px;box-shadow:0 3px 10px #ddd;transition:all .5s;animation-fill-mode:backwards;}
.contactBox1 .bgImg{width:42%;height:320px;}
.contactBox1 .txt{width:58%;padding:6%;}
.contactBox1 .txt h4{font-size:1.5em;color:#333;margin-bottom:25px;padding-top:10%;}
.contactBox1 .txt span{display: block;font-size:1.5em;color:#017cc2;font-family:Arial;}
.contactBox1 li:hover{transform: scale(1.05);}
.listTieC{margin-top:70px;}
.contactBox2{margin:70px auto;box-shadow:0 0 10px #ddd;padding:2%;border-radius:5px;font-size:1.25em;overflow:hidden;margin-top:0;}
.contactBox2 .txt{width:54%;border-right: 1px dashed #bcbcbc;padding-right:20px;}
.contactBox2 .txt p{padding-top:10px;}
.contactBox2 .txt p:nth-child(3){height:auto;}
.contactBox2 .txt p i{font-family:"iconfont";font-style:normal;border-radius:100%;width:60px;height:60px;border:1px solid #017cc2;float:left;text-align:center;line-height:60px;color:#017cc2;font-size:1.8rem;font-weight:700;margin-top:-15px;margin-right:20px;}
.contactBox2 .txt p span{margin-left:20px;}
.contactBox2 .wx{width:40%;overflow:hidden;line-height:2;padding-top:30px;}
.contactBox2 .wx span{float:left; border:1px solid #017cc2;padding:5px;display:block;width:165px;height:165px;margin-right:40px;}
.contactBox2 .wx img{width:100%;}
#dituContent{height:450px;max-width:1600px;margin:0 auto;width:100%;margin-bottom:70px;}


/* 在线留言*/
.feedback{padding-top:0;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#f5f5f5;}
.feedback .code .sub {background: #07599f;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #07599f;}
.feedback .sub:hover{background:#005d94;}