﻿@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:#1d1819;text-decoration:none;transition:all ease 0.3s;}

a:hover{color:#0f977c;}

/* 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 1152918 */

  src: url('../fonts/font_1152918_xmklah1ag7f.eot');

  src: url('../fonts/font_1152918_xmklah1ag7f.eot') format('embedded-opentype'),

  url('../fonts/font_1152918_xmklah1ag7f.woff2') format('woff2'),

  url('../fonts/font_1152918_xmklah1ag7f.woff') format('woff'),

  url('../fonts/font_1152918_xmklah1ag7f.ttf') format('truetype'),

  url('../fonts/font_1152918_xmklah1ag7f.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{height:120px;padding-top:20px;line-height:1.2;}

.headTie{padding-left:20px;margin-left:20px;background: url('../images/head_line.jpg') no-repeat left center;letter-spacing:2px;}

.headTie a{color:#555;}

.headTie span{display:block;color:#1aaf91;font-size:1.50em;font-weight:700;padding-bottom:5px;}

.headR{font-size:1.143em;color:#333;}

.headR li{float:left;margin-left:25px;padding-top:10px;}

.headR li i{float:left;width:26px;height:23px;background: url('../images/topicon.png') no-repeat;margin-right:8px;}

.headR li:nth-child(2) i{background-position: -26px 0;}

.headR li:nth-child(3) i{background-position: -52px 0;}

.headTel{font-size:14px;background: url('../images/tel.png') no-repeat left center;padding-left:50px;}

.headR .headTel{padding-top:0;}

.headTel span{display: block;color:#191919;font-weight:700;font-family:Arial;font-size:20px;}

/* PC导航 */
.aaa{ height:180px}
.bbb{ margin-top:20px}
.nav{height:60px;line-height:60px;background:#1c1819; z-index: 99;
    top: 120px;
    position: fixed;
    width: 100%;}

.nav>ul{display: flex;flex-flow: row wrap;justify-content: space-between;width:100%;}

.nav .m{float:left;text-align:center;flex-grow:1;position:relative;z-index:10;background: url('../images/nav_line.png') no-repeat right center;}

.nav .m:last-child{background:none;}

.nav .m>a{color:#fff;display:block;position:relative;z-index:2;}

.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:0;background:#1aaf91;width:100%;transition:all .3s;z-index:-1;}

.nav .cur>a::after,.nav .m>a:hover::after,.nav .on>a::after{height:100%;}

.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#fff;}

.nav .navSub{position:absolute;left:0;top:120%;background:rgba(255, 255, 255, 0.78);line-height:35px;width:160px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;}

.nav .m4 .navSub{width:600px;overflow:hidden;}

.nav .m4 .navSub li{width:50%;float:left;}

.nav .m4 .navSub li:nth-child(2n){float:right;}

.nav .navSub li{border-bottom:1px solid #ddd;line-height:45px;}

.nav .navSub a{color:#333;display:block;}

.nav .navSub a:hover{background:#1aaf91;color:#fff;}

.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}

.navFix{position: fixed;top:120px;width:100%;left:0;z-index:99;}

/*  导航按钮 */

.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:#2f318f;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{font-family:"iconfont";position: absolute;color:#2f318f;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

.wapLang{position: absolute;right:96px;top:12px;display:none;}

/* 广告轮播图 */

.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:71px;line-height:70px;font-size:.875rem;border-bottom: 1px solid #e5e5e5;}

.searFont{width:64%;overflow:hidden;}

.searFont strong{color:#191919;:normal;border-left: 2px solid #1aaf91;font-weight:700;padding-left:15px;}

.searMain{width:26%;height:70px;overflow:hidden;;border-left: 1px solid #e0e0e0;padding-right:35px;}

.searMain .sear_text{float:left;width:100%;height:70px;line-height:70px;padding:0 15px;}

.searMain .sear_btn{float:right;width:35px;height:35px; cursor:pointer;background: url('../images/sbtn.png') no-repeat center;transition:all 0.3s;margin-top:18px;margin-right:-35px;}

.searMain .sear_btn:hover{background-color:#ddd;}

/* 我们的产品 */

.hTitle{font-size:.975rem;margin-bottom:40px;position: relative;line-height:1.4;text-align:center;text-transform: uppercase;}

.hTitle span{display:block;font-size:3.143em;color:#333;font-weight:700;position: relative;padding-bottom:15px;margin-bottom:15px;}

.hTitle span::after{content:"";position: absolute;left:50%;width:50px;height:4px;background:#1aaf91;bottom:0;margin-left:-25px;}

.proMenu,.proMenu1,.proMenu2.proMenu3{width:18%;background:#f9f9f9; font-size:1.143em;}

.proMenu1,.proMenu1,.proMenu2.proMenu3{width:18%;background:#f9f9f9; font-size:1.143em;}

.proMenu2,.proMenu1,.proMenu2.proMenu3{width:18%;background:#f9f9f9; font-size:1.143em;}

.proMenu3,.proMenu1,.proMenu2.proMenu3{width:18%;background:#f9f9f9; font-size:1.143em;}

.proMenu h3,.proMenu1 h3,.proMenu2 h3,.proMenu3 h3{background:#1aaf91;height:60px;line-height:60px;color:#fff;padding-left:30px;font-size:1.5em; font-weight:bold; font-weight:bold;}

.proMenu ul,.proMenu1 ul,.proMenu2 ul,.proMenu3 ul{padding:0 30px;}

.proMenu li a,.proMenu1 li a,.proMenu2 li a,.proMenu3 li a{display:block;color:#333;height:53px;line-height:53px;border-bottom: 1px dotted #ececec;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}

.proMenu li a:hover,.proMenu1 li a:hover,.proMenu2 li a:hover,.proMenu3 li a:hover{color:#2f318b;padding-left:10px;}

.proMain,.proMain1,.proMain2,.proMain3,.proMainw{width:80%;overflow:hidden;}

.proMain .title,.proMain1 .title,.proMain2 .title,.proMain3 .title,.proMainw .title{border-bottom: 1px solid #e5e5e5;margin-bottom:30px;color:#1aaf91;font-size:1.429em;position: relative;font-weight:bold;}

.proMain .title a,.proMain1 .title a,.proMain2 .title a,.proMain3 .title a,.proMainw .title a{float:right;font-size:25px;margin-top:8px;}

.proMain .title::after,.proMain1 .title::after,.proMain2 .title::after,.proMain3 .title::after,.proMainw .title::after{content:"";position: absolute;left:0;bottom:-1px;height:2px;width:85px;background:#1d1819;}

.proMain ul,.proMain1 ul,.proMain2 ul,.proMain3 ul,.proMainw ul{margin-right:-20px;}

.proMain li,.proMain1 li,.proMain2 li,.proMain3 li,.proMainw li{float:left;width:25%;padding-right:20px;margin-bottom:20px;}

.proMain li a,.proMain1 li a,.proMain2 li a,.proMain3 li a,.proMainw li a{display:block;overflow:hidden;background:#fff;position:relative;padding-bottom:40px;}

.proMain li .pImg,.proMain1 li .pImg,.proMain2 li .pImg,.proMain3 li .pImg,.proMainw li .pImg{padding-top:100%; border:solid 1px #efefef;}

.proMain li h4,.proMain li p,.proMain1 li h4,.proMain1 li p,.proMain2 li h4,.proMain2 li p,.proMain3 li h4,.proMain3 li p,.proMainw li p{transition:all 0.5s ease 0s;backface-visibility:hidden;line-height:40px;height:40px;padding:0 15px;position: absolute;left:0;bottom:0;width:100%;}

.proMain li h4,.proMain1 li h4,.proMain2 li h4,.proMain3 li h4,.proMainw li h4{color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;font-size:10px;background:#fff;border:1px solid #e5e5e5;border-top:none;transform:rotateX(0);z-index:2;}

.proMain li p,.proMain1 li p,.proMain2 li p,.proMain3 li p,.proMainw li p{background:#1aaf91;color:#fff;transform:rotateX(-180deg);}

.proMain li p i,.proMain1 li p i,.proMain2 li p i,.proMain3 li p i,.proMainw li p i{float:right;width:22px;height:40px;background: url('../images/p_arr.png') no-repeat right center;}

.proMain li a:hover img,.proMain1 li a:hover img,.proMain2 li a:hover img,.proMain3 li a:hover img,.proMainw li a:hover img{transform: scale(1.1);}

.proMain li:hover h4,.proMain1 li:hover h4,.proMain2 li:hover h4,.proMain3 li:hover h4,.proMainw li:hover h4{transform:rotateX(180deg);}

.proMain li:hover p,.proMain1 li:hover p,.proMain2 li:hover p,.proMain3 li:hover p,.proMainw li:hover p{transform:rotateX(0deg);}




    .proMainw li h4{transition: all 0.5s ease 0s;
    backface-visibility: hidden;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;}




/* 分页广告 */

.pageAdv{background:url('../images/pageadv_bg.jpg') no-repeat center;color:#fff;padding:50px 0;overflow:hidden;background-size:cover;}

.pageAdv_l{width:48.5%;}

.pageAdv_l h4{font-size:1.25em;padding-bottom:15px;margin-bottom:15px;border-bottom: 1px solid rgba(255,255,255,.2);} 

.pageAdv_l h4 span{display: block;font-size:1.8em;opacity:.5;font-weight:300;}

.pageAdv_l h3{font-size:1.5em;font-weight:bold;}

.pageAdv_r .tel{font-size:1.625em;margin-bottom:25px;text-align:right;background: url('../images/tel2.png') no-repeat 70px center;line-height:1.8;}

.pageAdv_r .btn{display:inline-block;width:140px;height:38px;line-height:38px;background:#fff;border-radius:20px;text-align:center;font-size:.938em;color:#1aaf91;margin-left:20px;}

.pageAdv_r .btn:hover{background:#1c1819;color:#fff;}

/* 产品优势 */

.adv{background: url('../images/adv_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;}

.hTitlew,.hTitlew span{color:#fff;}

.hTitlew span::after{background:#fff;}

.advMain{max-width:1160px;margin:0 auto;position:relative;}

.advPic{display: block;text-align:center;}

.advPic img{border-radius:100%;overflow:hidden;border:1px dashed #2f318b;padding:25px;}

.advMain li{position:absolute;width:320px;height:185px;padding-left:70px;left:0;top:30px;}

.advMain li:nth-child(2){right:0;top:30px;left:auto;}

.advMain li:nth-child(3){top:69%;}

.advMain li:nth-child(4){right:0;top:69%;left:auto;}

.advMain li::after{content:"";position: absolute;width:334px;height:40px;background: url('../images/adv_line.png') no-repeat;left:0;bottom:-10px;z-index:-1;}

.advMain li i{float:left;font-size:3.571em;color:#1aaf91;font-weight:700;margin-left:-60px;line-height:1;font-family:Arial;}

.advMain li h4{font-size:1.8em;color:#191919;margin-bottom:5px; font-weight:bold;}

.advMain li p{ font-size:16px;}

.advMain li:nth-child(2)::after{transform: rotateY(180deg);left:auto;right:0;}

.advMain li:nth-child(3)::after{transform: rotateX(180deg);bottom:0;}

.advMain li:nth-child(4)::after{transform: rotate(180deg);bottom:0;left:auto;right:0;}

/* 优势 */

.odds{background:#f6f6f6;position:relative;}

.odds .container{z-index:2;position: relative;}

.odds::after{content:"";position: absolute;right:-20px;bottom:-100px;width:297px;height:297px;background:#ebebff;border-radius:100%;z-index:1;}

.oddsMenu{max-width:1020px;margin:0 auto;overflow:hidden;}

.oddsMenu li{float:left;width:23%;margin:0 1%;background:#1d1819;height:90px;line-height:90px;color:#fff;padding:0 3%;position:relative;font-size:2em;overflow:hidden;cursor:pointer;transition:all .5s;}

.oddsMenu li i{position: absolute;font-family:"iconfont";font-style:normal;right:-20px;top:15px;opacity:.1;font-size:6rem;transition:all .5s;}

.oddsMenu li.on{background:#1aaf91;}

.oddsMenu li.on i{transform: scale(1.1);}

.oddsMain{background:#fff url('../images/odds_bg2.jpg') no-repeat 74% bottom ;padding:2.5%;}

.oddsMain li{position:relative;overflow:hidden;}

.oddsMain li .pic{display: block;float:left;height:400px;width:50%;overflow:hidden;}

.oddsMain li .bgImg{animation:scale 50s infinite;height:100%;} 

.oddsMain li .txt{float:right;width:47%;}

.oddsMain li h4{padding-left:140px;font-size:2.2em;color:#191919;margin-bottom:40px;color:#eee;text-transform: uppercase;padding-left:140px;}

.oddsMain li h4 i{float:left;font-size:3.8em;font-style:normal;margin-left:-140px;line-height:1;font-family:Arial;font-weight:700;line-height:1.2;}

.oddsMain li h4 span{display: block;color:#191919;background: url('../images/odds_tie.jpg') no-repeat;height:58px;line-height:58px;padding-left:15px;}

.oddsMain li p{background: url('../images/odds_li.png') no-repeat left center;padding-left:20px;margin-bottom:8px; font-size:16px;}

.oddsMain .more i{display: block;font-family:"iconfont";font-style:normal;margin-bottom:10px;font-size:1.714em;line-height:1;}

.oddsMain .more{background:#1c1819;color:#fff;position: absolute;right:0;bottom:0;width:125px;height:125px;border-radius:100% 0 0 0;z-index:2;text-align:center;font-size:1.286em;padding-top:60px;padding-left:30px;}

.oddsMain .more:hover{background:#1aaf91;}

/*生产流程 */

.process{background:url('../images/process_bg.jpg') no-repeat center;background-attachment: fixed;}

.processL{width:28%;color:#fff;}

.processL .title{font-size:2.143em;margin-bottom:45px;}

.processL .title span{display: block;font-family:Arial;font-size:1.333em;text-transform: uppercase;line-height:1.2;}

.processL h5{font-size:2.429em;}

.processR{background:#fff;padding:3% 4%;width:70%;font-size:1.143em;}

.processR h3 span{display:block;font-size:1.7em;color:#191919;margin-bottom:10px; font-weight:bold;}

.processR ul{overflow:hidden;background: url('../images/process_arr2.png') no-repeat right 30px;}

.processR li{float:left;width:16.6%;padding-right:43px;margin-top:25px;position:relative;}

.processR li::after{content:"";position: absolute;right:10px;width:32px;height:22px;background: url('../images/process_arr.png') no-repeat;top:10px;}

.processR li span{height:40px;line-height:40px;display:block;background:#1d1819;display: block;color:#fff;text-align:center;border-radius:5px;}

.processR li:nth-child(6)::after,.processR li:nth-child(7)::after{display:none;}

.processR li.right{float:right;}

.processR li.right::after{transform:rotate(180deg);}

/* 行业应用 */

.apply ul{margin-right:-10px;}

.apply li{float:left;width:33.3%;;padding-right:10px;margin-bottom:10px;}

.apply li a{display: block;position:relative}

.apply li .pImg{padding-top:66%;background:#000;}

.apply li img{opacity:.7;}

.apply li h4{position: absolute;text-align:center;width:100%;padding:0 15px;left:0;top:85%;z-index:2;color:#fff;font-size:1.2em;padding-bottom:50px;transition:all .5s;}

.apply li .txt{position: absolute;left:0;width:100%;text-align:center;padding:0 8%;top:50%;color:#fff;opacity:0;transition:all .5s;}

.apply li .more{display:inline-block;width:120px;height:32px;line-height:32px;border:1px solid #fff;border-radius:18px;margin-top:25px;}

.apply li a:hover img{transform: scale(1.1);opacity:.3;}

.apply li a:hover h4{transform: scale(0);opacity:0;}

.apply li a:hover .txt{opacity:1;top:40%;transition-delay:.2s;}

/* 关于我们 */

.about{background: url('../images/about_bg.jpg') no-repeat center;background-position:center;background-size:cover;background-attachment: fixed;text-align:center;z-index:2;}

.about::after{content:"";position: absolute;left:0;bottom:0;background:url('../images/news_bg.jpg');height:30%;width:100%;z-index:-1;}

.about .jianjie{width: 100%px;float: right;}

.about .main{max-width:1340px;margin:0 auto;color:#fff;line-height:1.8;min-height:230px;}

.about .more{display:inline-block;width:220px;height:46px;line-height:44px;margin-top:20px;margin-bottom:20px;border:2px solid #fff;color:#fff;}/*margin-top:40px*/

.about .more:hover{background:#fff;color:#2f318b;}

.about .more i{font-style:normal;margin-left:10px;}

.setting{padding:40px;background:#fff;padding-bottom:0;box-shadow:0 6px 10px #eee;}

.setting li{float:left;width:25%;}

.setting li .pImg{padding-top:64%;border:1px solid #2f318f;}

.setting li .pImg img{border:9px solid #fff;}

.setting li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:60px;line-height:50px;}

.setting li:hover img{transform: scale(1.1);}

.setting .btn{display:none;position: static;width:40px;height:28px;line-height:28px;background:#333;color:#fff;}

/* 新闻快讯 */

.news{padding-top:0;background: url('../images/news_bg.jpg');}

.newsMenu{margin-bottom:40px;font-size:1.286em;text-align:center;}

.newsMenu a{position:relative;color:#191919;margin:0 25px;display:inline-block;}

.newsMenu a::after{content:"";position:absolute;left:0;bottom:-5px;background:#1aaf91;height:2px;transition:all .5s;width:0;}

.newsMenu .on{color:#1d1819;}

.newsMenu a.on::after{width:100%;}

.newsMain{overflow:hidden;}

.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:#1aaf91;}

.newsMain .txt a:hover h4{color:#fff;}

/* 视频中心 */


.shipinzx{margin-bottom:40px;font-size:1.286em;text-align:center;}


.shipinzx{overflow:hidden;}

.shipinzx li{float:left;width:25%;overflow:hidden;margin-top:-1px;}



.shipinzx 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;}


.shipinzx li .date{display:block;font-size:12px;}

.shipinzx li .date i{font-style:normal;float:right;}

.shipinzx li a:hover .bgImg{transform: scale(1.1);}

.shipinzx li.pic a{border-left:none;}

.shipinzx .pic h4{z-index:2;position:relative;}

.shipinzx .pic .hide{display:block;}

.shipinzx .txt a{padding:47px 40px;}

.shipinzx .txt h4{padding-top:0;}

.shipinzx .txt .bgImg{position: absolute;z-index:-1;opacity:0;top:0;left:0;}

.shipinzx .txt a:hover .bgImg{opacity:.2;}

.shipinzx .txt a:hover{color:#fff;background-color:#1aaf91;}

.shipinzx .txt a:hover h4{color:#fff;}

/*底部 */

.footer{overflow:hidden;font-size:.813em;background:#1d1819;color:#fff;}

.footMain{padding:50px 40px 30px 0;overflow:hidden;}

.footMenu{margin-bottom:25px;font-size:1.19em;overflow:hidden;}

.footMenu em{font-style:normal;margin:0 15px;color:#444453;}

.footL{width:75%;line-height:2;}

.footR{width:320px;text-align:center;}

.footR p{width:160px;text-align:center;padding:4px;color:#fff;}

.footR img{width:100%;}

.footR span{display: block;margin-top:5px;}

.footer a{color:#999;}

.footer a:hover,.footMenu a{color:#fff;}

.footMenu a:hover{text-decoration: underline;}

.firendlink{padding:20px 0;position:relative;border-top: 1px solid #1e1e30;}

.firendlink a{margin:0 15px;}

/*内页公用 */

.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}

.listBanner,.mzsmBanner{height:700px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}

.listBanner h1{position:absolute;color:#fff;top:74.5%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:57.5%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); }

.listBanner h1 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}

.listBanner span{position:absolute;color:#fff;top:40%;font-size:2.5rem;text-transform:uppercase;width:100%;font-weight:700;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%); }

.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:20px 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:#2f318f;border:1px solid #2f318f;line-height:26px;width:90px;text-align:center;}

.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}

.breadCrumb .back:hover{background:#2f318f;color:#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/sicon.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;}

@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:#2f318f;}

.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#2f318f;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:#2f318f;border:1px solid #2f318f;color:#fff;}

/* 产品列表 */

.pro_bread{font-size:.875rem;height:70px;line-height:70px;background:#f7f7f7;}

.pro_bread::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:70px;line-height:70px;z-index:-1;}

.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;top:0;font-family:"iconfont"} 

.proList {margin-right:-30px;}

.proWrap{padding-top:0;overflow: visible;}

.proSider{width:25%;font-size:1em;float:left;}

.proSider .title{background:#1aaf91;padding:20px 30px;color:#fff;font-size:2em;text-transform: uppercase;}

.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}

.proSider .title i{float:right;color:#2f318f;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%;}

.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;}

.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:#1aaf91;color:#fff;}

.proSide_sub .sub{border-bottom: 1px solid #e6e6e6;font-size:.875em;}

.proSide_sub ul li a{background: url('../images/ly_li2.png') no-repeat 15% center;padding-left:20%;line-height:50px;height:50px;}

.proSide_sub ul a{padding:0;}

.proSide_sub ul .cur,.proSide_sub ul  a:hover{color:#fff;background:#2f318f url('../images/ly_li.png') no-repeat 15% 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:78%;}

.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);}

.proR{width:100%;}

.proList li{float:left;width:20%;margin-bottom:20px;padding-right:30px;}

.proList li a{display:block;}

.proList li .pImg{padding-top:100%;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:#fff;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:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;font-size:1em;}

.proList li a:hover img{transform: scale(1.1);}

.proList li a:hover p{color:#1aaf91;}

.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{overflow:hidden;border:1px solid #ddd;}

.proShowTop{overflow:hidden;margin-bottom:50px;}

.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;background:#fff;}

.gallery li{height:100%;line-height:480px;}

.gallery img{width:100%;}

.proShow_R{width:69%;}

.proShow_font{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}

.proShow_font .title{margin-bottom:20px;color:#333;}

.proShow_font .title span{display:block;font-size:1.3em;color:#1aaf91; font-weight:bold;}

.proShow_font .font{height:315px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px;overflow: hidden;}

.proShow_font li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}

.proShow_font li i{display:inline-block;width:37px;height:37px;background: url('../images/show_icon.png') no-repeat;}

.proShow_font li:nth-child(2) i{background-position: -37px 0;}

.proShow_font li:nth-child(3) i{background-position: -74px 0;}

.proShow_font li:nth-child(4) i{background-position: -111px 0;}

.proShow_font li span{display: block;}

.proShow_font .btn{margin-top:30px;overflow:hidden;}

.proShow_font .btn a{width:46%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}

.proShow_font .btn a:nth-child(2){float:right;}

.proShow_font .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}

.proShow_font .btn a:hover{background:#1aaf91;color:#fff;}

.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}

.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}

.proShow_menu .on,.proShow_menu a:hover{background:#2f318f;border:1px solid #2f318f;color:#fff;}

.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}

.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}

.proTie span{display:inline-block;border-bottom:1px solid #1c1819;;color:#1aaf91;height:50px; font-size:20px; font-weight:bold;}

.proShow_con3{width:100%;max-width: 1600px;margin: 0 auto;}

/* 合作伙伴 */

.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:#2f318f;margin-bottom:30px;position:relative;padding-bottom:10px;}

.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#2f318f;}

.settingTop:hover .bgImg{transform: scale(1.05);}

.partner{background:#f5f5f5;}

.partnerList{padding-left:1px;}

.partnerList li{float:left;width:12.5%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}

.partnerList li .pImg{padding-top:62%;}

.partnerList li p{background:#2f318f;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 #2f318f;}

.partnerList li:hover img{margin-top:-15px;}

.partnerList li:hover p{bottom:0;}

/* 关于我们 */

.listTie{font-size:2.625em;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;}

.listTie strong{font-weight:400;}

.listTie span{display: block;font-size:14px;margin-top:8px;}

.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#2f318f;margin-left:-10px;}

.profileBox1{padding-top:40px;}

.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:#2f318f;}

.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:#1aaf91;text-align:center;color:#fff;}

.zxBtn:hover{background:#0f977c;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:#1aaf91;margin-bottom:25px;font-weight:bold;}

.profileBox1 .attest{padding-top:30px;margin-bottom:0;}

.aboutBox2{background:#f6f6f6;}

.aboutBox2 .main{width:56%;}

.aboutBox2 .listTie{text-align:left;}

.aboutBox2 .listTie::after{left:0;margin-left:0;}

.aboutBox2  li{border-bottom:1px dotted #d7d7d7;padding-bottom:18px;margin-bottom:18px;padding-left:110px;line-height:26px;font-size:1.143em;}

.aboutBox2  li span{color:#1aaf91;float: left;margin-left:-110px;}

.aboutBox2  li:last-child{border-bottom:none;}

.aboutBox2 .bgImg{width:40%;height:460px;}

.album{border-top: 1px solid #ddd;}

.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}

.album li .pImg{padding-top:75%;}

.album li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:60px;line-height:60px;color:#fff;left:0;bottom:-60px;z-index:2;width:100%;transition:all .3s;text-align:center;}

.album li.big {width:40%;}

.album li:hover img{transform: scale(1.1);}

.album li:hover p{bottom:0;}

.pMore{width:260px;height:50px;background:#2f318f;margin:0 auto;color:#fff;line-height:50px;text-align:center;box-shadow:0 5px 6px #ddf6ff;margin-left:-130px;display:block;margin:0 auto;margin-top:50px;}

.pMore i{font-style:normal;margin-left:15px;}

.pMore:hover{color:#fff;width:360px;}

/* 荣誉资质 */

.honorL{width:23%;background:#2d2d2d;color:#fff;padding:3%;height:440px;line-height:1.8;}

.honorL .hTitle{text-align: left;margin-bottom:30px;}

.honorL .hTitle span{padding-bottom:0;margin-bottom:0;}

.honorL .hTitle span::after{display:none;}

.honorL .txt{height:170px;margin-bottom:15px;overflow:hidden;}

.honorL .more{display:inline-block;width:125px;height:40px;line-height:38px;border:1px solid #fff;text-align:center;color:#fff;}

.honorL .more:hover{background:#fff;color:#2f318f;}

.honorR{width:77%;position: relative;background:#f5f5f5;height:440px;padding:3.5% 7%;text-align:center;}

.honorSlide li{width:25%;float:left;font-size:1.143em;}

.honorSlide 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:15px;}

.honorSlide li .pImg{padding-top:130%;border:1px solid #ddd;}

.honorSlide li a:hover img{transform:scale(1.1);}

.honorSlide li a:hover p{color:#2f318f;}

.honorR .btn{width:20px;background-size:20px 40px;opacity:.5;left:4%;cursor:pointer;pointer-events:initial}

.honorR .swiper-button-next{left:auto;right:4%;}

.honorR .btn:hover{opacity:1;}

/* 图片列表 */

.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:130%;}

.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:#2f318f;}

.galy{background:#f5f5f5;}

.caseList li .pImg{padding-top:70%;}

.caseList li p{text-align: left;}

.caseList li i{float:right;font-style:normal;}

/* 常见问题 */

.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:#2f318f;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:#2f318f;}

.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:#2f318f;border:1px solid #2f318f;color:#fff;width:260px;}

/* 新闻列表 */

.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:#2f318f;width:15px;transition:all 0.4s; }

.newsSlide li h4 a{color: #333;}

.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #2f318f;}

.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#1aaf91; 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{background:#f1f1f1;padding:10px 0;overflow:hidden;font-size:.813rem;}

.newsList ul{margin-right:-25px;}

.newsList li{float:left;padding-right:25px;width:25%;margin-bottom:25px;}

.newsList li a{background:#fff;padding:6%;display:block;color:#777;}

.newsList li .pImg{padding-top:100%;margin-bottom:15px;}

.newsList li h3{font-size:1.1em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}

.newsList li p{height:80px;margin-bottom:10px;margin-top:15px;}

.newsList li .date{color:#999;margin-bottom:10px;}

.newsList li a:hover{box-shadow:0 0 10px #ccc;}

.newsList li a:hover img{transform:scale(1.1);}

/* 新闻详情 */

.picShow_l{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 h1{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:1rem;color:#999;}

.showCon{overflow:hidden;margin-bottom:40px;}

.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;}

.picSlide{position:relative;margin-bottom:40px;background:#e1e1e1;padding:10px;}

.picSlide li{text-align:center;height:100%;position: relative;}

.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;border:5px solid #2f318f;opacity:.7;transform: scale(0);transition:all .3s;}

.picSlide-thumbs .on::after{transform: scale(1);}

.picSlide .btn{top:45%;background:rgba(0, 0, 0,.5);text-align:center;width:26px;height:50px;line-height:50px;color:#fff;font-size:14px;font-family:Arial;transition:all .3s;}

.picSlide .swiper-button-next:hover,.picSlide .swiper-button-prev:hover{background:#2f318f;}

.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 #1c1819;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:#2f318f;}

.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:#1aaf91;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;}

/* 定制 */

.madeBox1 .pic{height:430px;width:38%;overflow:hidden;}

.madeBox1 .font{width:58%;}

.madeBox1 .font h4{font-size:2em;color:#191919;margin-bottom:40px;}

.madeBox1 .font h4 span{display:block;font-size:1.514em;font-weight:bold;}

.madeBox1 .font h4 strong{color:#ea4609;}

.madeBox1 .txt p{margin-bottom:10px;}

.madeBox1 .zx{width:220px;height:40px;line-height:40px;background:#e94709;color:#fff;float:left;text-align:center;}

.madeBox1 .txt{min-height:160px;margin-bottom:20px;}

.madeBox1 .zx i{font-style:normal;margin-left:10px;}

.madeBox1 .tel{font-size:1.714em;font-family:Arial;color:#191919;line-height:40px;margin-left:8%;padding-left:35px;position:relative;}

.madeBox1 .tel::after{content:"\e603";position: absolute;left:0;top:2px;font-family:"iconfont";line-height: 1;}

.madeBox1 .zx:hover{background:#093eb5;}

.madeBox2{background:url('../images/madeform_bg.jpg') no-repeat center;margin-bottom:80px;overflow:hidden;padding-left:60px;background-size:cover;}

.madeBox2 form{max-width:1110px;}

.madeBox2 .text{margin-right:-2%;overflow:hidden;}

.madeBox2 .text input{float:left; width:31.3%;margin-right:2%;background:#fff;height:48px;line-height:48px;padding:0 15px;}

.madeBox2 .checkbox{padding:20px 0;overflow:hidden;}

.madeBox2 .checkbox label{float:left;margin-right:25px;}

.madeBox2 .checkbox label input{float:left;width:15px;height:15px;background:#fff;border:1px solid #ddd;margin-top:3px;margin-right:4px;}

.madeBox2 textarea{height:140px;width:100%;background:#fff;padding:15px;margin-top:20px;} 

.madeBox2 .code{margin-top:10px;overflow:hidden;} 

.madeBox2 .code .c{background:#fff;height:40px;line-height:40px;width:160px;padding:0 10px;}

.madeBox2 img{padding:9px;background:#fff;border-left: 1px solid #ddd;}

.madeBox2 .sub{background:#ea4609;width:20%;color:#fff;height:40px;line-height:40px;cursor:pointer;transition:all .3s;}

.madeBox2 .sub:hover{background:#093eb5;}

/* 联系*/

#dituContent{height:480px;}

.contactBox .listTie{text-align:left;}

.contactBox .listTie::after{left:0;margin-left:0;}

.contactR{position: absolute;width:50%;padding:3%;line-height:2;top:40px;right:60px;bottom:140px;background: rgba(255, 255, 255,.9);box-shadow:2px 2px 10px #ccc;z-index:2;max-width:585px;}

.contactR .titie{font-size:2em;color:#2f318f;margin-bottom:20px;}

.contactR .font{max-height:420px;overflow-y: auto;}

.contactR .wx{float:right;margin-right:-200px;width:160px;}

.contactR .wx p{text-align:center;margin-bottom:20px;}

.contactR .wx p span{display:block;}

.contactBox2{border-top: 1px solid #ddd;}

.contactBox2 .tie{margin-bottom:40px;color:#191919;font-size:2.5em;}

.contactBox2 ul{padding-left:1px;}

.contactBox2 li{float:left; width:33.3%;padding:2%;border:1px solid #d9d9d9;margin-top:-1px;min-height:220px;margin-left:-1px;}

.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;}

/* 在线留言*/

.feedback{background:#f5f5f5;}

.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%;}

.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:#fff;}

.feedback .code .sub {background: #1aaf91;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #1aaf91;}

.feedback .sub:hover{background:#0036b1;}

/* 手机导航*/

.procjdh{display:block;}
.yunu-prot {margin-left: -5px;margin-bottom: 15px;}

.yunu-prot li {float: left;width: 10%;}

.yunu-prot li.cur span{display: block;margin: 0 0 21px 21px;line-height: 34px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background-color: #1aaf91;color: #FFF;border-radius: 3px;}

.yunu-prot span {display: block;margin: 0 0 21px 10px;line-height: 40px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background-color:#FFF;color: #333;border-radius: 3px; border: 1px solid #333;}
.yunu-prot li:hover span{background: #1aaf91;border: 1px solid #1aaf91;}
.yunu-prot li:hover span a{color: #FFF;}

.tblxtp{display:none;}

@media all and (max-width:1024px) {

.procjdh{display: block;padding-left: 0 !important;}

.yunu-prot {margin-left: -5px;margin-bottom: 15px;}

.yunu-prot li {float: left;width: 50%;}

.yunu-prot li.cur span{display: block;margin: 0 0 5px 5px;line-height: 34px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background-color: #1aaf91;color: #FFF;border-radius: 3px;}


.yunu-prot span {display: block;margin: 0 0 5px 5px;line-height: 34px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background-color:#FFF;color: #333;border-radius: 3px; border: 1px solid #333;}


}



/* 产品列表联动*/

    .cpld a{display: inline-block;padding: 7px 0;width: 100px;text-align:left;}

	.cpldfl ul li{padding: 9.5px 0;width: 70px;font-weight: bold;}

	.cpld{position:relative;}

	.cpld a:nth-child(1){position:absolute; top:0; left:0px;}

	.cpld a:nth-child(2){position:absolute; top:0; left:80px;}

	.cpld a:nth-child(3){position:absolute; top:0; left:220px;}

	.cpld a:nth-child(4){position:absolute; top:0; left:340px;}

	.cpld a:nth-child(5){position:absolute; top:0; left:460px;}

	.cpld a:nth-child(6){position:absolute; top:0; left:580px;}

	.cpld a:nth-child(7){position:absolute; top:0; left:700px;}



	.cpld a:nth-child(8){position:absolute;  top:40px; left:80px;}

	.cpld a:nth-child(9){position:absolute;  top:40px; left:220px;}

	.cpld a:nth-child(10){position:absolute; top:40px; left:340px;}

	.cpld a:nth-child(11){position:absolute; top:40px; left:460px;}

	.cpld a:nth-child(12){position:absolute; top:40px; left:580px;}

	.cpld a:nth-child(13){position:absolute; top:40px; left:700px;}

	.cpld a:nth-child(14){position:absolute; top:40px; left:820px;}

	.cpld a:nth-child(15){position:absolute; top:40px; left:940px;}

	.cpld a:nth-child(16){position:absolute; top:40px; left:1060px;}

	.cpld a:nth-child(17){position:absolute; top:40px; left:1180px;}

	.cpld a:nth-child(18){position:absolute; top:40px; left:1300px;}

	.cpld a:nth-child(19){position:absolute; top:80px; left:220px;}

	.cpld a:nth-child(20){position:absolute; top:80px; left:340px;}

	.cpld a:nth-child(21){position:absolute; top:80px; left:460px;}

	.cpld a:nth-child(22){position:absolute; top:80px; left:580px;}
	
	

	.cpld a:nth-child(23){position:absolute; top:120px; left:80px;}

	.cpld a:nth-child(24){position:absolute; top:120px; left:220px;}

	.cpld a:nth-child(25){position:absolute; top:120px; left:340px;}

	.cpld a:nth-child(26){position:absolute; top:120px; left:460px;}

	.cpld a:nth-child(27){position:absolute; top:120px; left:580px;}

	.cpld a:nth-child(28){position:absolute; top:120px; left:700px;}

	.cpld a:nth-child(29){position:absolute; top:120px; left:820px;}

	.cpld a:nth-child(30){position:absolute; top:120px; left:940px;}

	.cpld a:nth-child(31){position:absolute; top:120px; left:1060px;}

	.cpld a:nth-child(32){position:absolute; top:120px; left:1180px;}

	.cpld a:nth-child(33){position:absolute; top:120px; left:1300px;}
	
	

	.cpld a:nth-child(34){position:absolute; top:160px; left:80px;}

	.cpld a:nth-child(35){position:absolute; top:160px; left:220px;}

	.cpld a:nth-child(36){position:absolute; top:160px; left:340px;}

	.cpld a:nth-child(37){position:absolute; top:160px; left:460px;}

	.cpld a:nth-child(38){position:absolute; top:160px; left:580px;}

	.cpld a:nth-child(39){position:absolute; top:160px; left:700px;}

	.cpld a:nth-child(40){position:absolute; top:160px; left:820px;}

	.cpld a:nth-child(41){position:absolute; top:160px; left:940px;}

	.cpld a:nth-child(42){position:absolute; top:160px; left:1060px;}

	.cpld a:nth-child(43){position:absolute; top:160px; left:1180px;}



	.cpld a:nth-child(44){position:absolute; top:200px; left:80px;}

	.cpld a:nth-child(45){position:absolute; top:200px; left:220px;}

	.cpld a:nth-child(46){position:absolute; top:200px; left:340px;}

	.cpld a:nth-child(47){position:absolute; top:200px; left:460px;}

	.cpld a:nth-child(48){position:absolute; top:200px; left:580px;}

	.cpld a:nth-child(49){position:absolute; top:200px; left:700px;}

	.cpld a:nth-child(50){position:absolute; top:200px; left:820px;}

	.cpld a:nth-child(51){position:absolute; top:200px; left:940px;}

	.cpld a:nth-child(52){position:absolute; top:200px; left:1060px;}

	.cpld a:nth-child(53){position:absolute; top:200px; left:1180px;}

	.cpld a:nth-child(54){position:absolute; top:200px; left:1300px;}

	.cpld a:nth-child(55){position:absolute; top:240px; left:220px;}

	.cpld a:nth-child(56){position:absolute; top:240px; left:340px;}	
	
	

	.cpld a:nth-child(57){position:absolute; top:280px; left:80px;}

	.cpld a:nth-child(58){position:absolute; top:280px; left:220px;}

	.cpld a:nth-child(59){position:absolute; top:280px; left:340px;}

	.cpld a:nth-child(60){position:absolute; top:280px; left:460px;}

	.cpld a:nth-child(61){position:absolute; top:280px; left:580px;}

	.cpld a:nth-child(62){position:absolute; top:280px; left:700px;}
	
	.cpld a:nth-child(63){position:absolute; top:280px; left:820px;}
	


	.cpld a:nth-child(64){position:absolute; top:320px; left:80px;}

	.cpld a:nth-child(65){position:absolute; top:320px; left:220px;}

	.cpld a:nth-child(66){position:absolute; top:320px; left:340px;}

	.cpld a:nth-child(67){position:absolute; top:320px; left:460px;}

	.cpld a:nth-child(68){position:absolute; top:320px; left:580px;}

	.cpld a:nth-child(69){position:absolute; top:320px; left:700px;}
	
	.cpld a:nth-child(70){position:absolute; top:320px; left:820px;}
	
	.cpld a:nth-child(71){position:absolute; top:320px; left:940px;}
	
	

	.cpld a:nth-child(72){position:absolute; top:360px; left:80px;}

	.cpld a:nth-child(73){position:absolute; top:360px; left:220px;}

	.cpld a:nth-child(74){position:absolute; top:360px; left:340px;}

	.cpld a:nth-child(75){position:absolute; top:360px; left:460px;}
	
	.cpld a:nth-child(76){position:absolute; top:360px; left:580px;}

	.cpld a:nth-child(77){position:absolute; top:360px; left:700px;}

	.cpld a:nth-child(78){position:absolute; top:360px; left:820px;}
	
	.cpld a:nth-child(79){position:absolute; top:360px; left:940px;}
	
	

	.cpld a:nth-child(80){position:absolute; top:400px; left:80px;}

	.cpld a:nth-child(81){position:absolute; top:400px; left:220px;}

	.cpld a:nth-child(82){position:absolute; top:400px; left:340px;}
	
	.cpld a:nth-child(83){position:absolute; top:400px; left:460px;}
	
	

	.cpld a:nth-child(84){position:absolute; top:440px; left:80px;}

	.cpld a:nth-child(85){position:absolute; top:440px; left:220px;}

	.cpld a:nth-child(86){position:absolute; top:440px; left:340px;}

	.cpld a:nth-child(87){position:absolute; top:440px; left:460px;}
	
	.cpld a:nth-child(88){position:absolute; top:440px; left:580px;}
	
	

	.cpld a:nth-child(89){position:absolute; top:480px; left:80px;}

	.cpld a:nth-child(90){position:absolute; top:480px; left:220px;}

	.cpld a:nth-child(91){position:absolute; top:480px; left:340px;}

	.cpld a:nth-child(92){position:absolute; top:480px; left:460px;}

	.cpld a:nth-child(93){position:absolute; top:480px; left:580px;}

	.cpld a:nth-child(94){position:absolute; top:480px; left:700px;}

	.cpld a:nth-child(95){position:absolute; top:480px; left:820px;}

	.cpld a:nth-child(96){position:absolute; top:480px; left:940px;}
	
	.cpld a:nth-child(97){position:absolute; top:480px; left:1060px;}
	
	.cpld a:nth-child(98){position:absolute; top:480px; left:1180px;}
	
	.cpld a:nth-child(99){position:absolute; top:480px; left:1300px;}

	.cpld a:nth-child(100){position:absolute; top:520px; left:220px;}

	.cpld a:nth-child(101){position:absolute; top:520px; left:340px;}

	.cpld a:nth-child(102){position:absolute; top:520px; left:460px;}
	
	.cpld a:nth-child(103){position:absolute; top:520px; left:580px;}
	
	.cpld a:nth-child(104){position:absolute; top:520px; left:700px;}

	

	

.cpld .btn-info {background-color: #1aaf91;color: #fff;border-radius: 5px;text-align: center;}
.cpld .active {background-color: #1aaf91;color: #fff;border-radius: 5px;text-align: left;}



	@media (max-width: 1024px){

      .cpld{display: none;}
      .tblxtp{display: block;position: absolute;top: 0px;right: 85px;width: 123px;}
	  .shipinz{display: none;}
	  .col-md-9{display: none;}
	  .product11{display: none;}
	  .productw{display: block!important;}
	  .productdd{display: none!important;}
	  .listWrapw{display: block!important;}
	  .contentBoxw{display: none!important;}
	  .footer{display: none!important;}
	  .footer1{display: block!important;}
}

@media all and (max-width:1440px) {

  .listBanner{height: 500px;width: 100%;}

}	

/* PC端底部增加板块*/
.col-md-9{width: 40%;float: left;line-height: 2;}
.col-md-9 .col-md-3{width: 50%;float: left;}
.col-md-9 .col-md-3 .title{font-size: 1.154em;margin-bottom: 24px;font-weight: bold;}
.col-md-9 .col-md-3 .title a{color: #fff;}
.col-md-9 .col-md-3 .text dl{font-size: 1em;line-height: 2;}
.col-md-9 .col-md-3 .text dl a{color: #fff;}

/* 首页产品图片不重影*/
.proMainw .swiper-slide-next {opacity:0!important;}
.proMain1 .swiper-slide-next {opacity:0!important;}
.proMain2 .swiper-slide-next {opacity:0!important;}
.proMain3 .swiper-slide-next {opacity:0!important;}

.proSear .sear_text{width:100%}
