@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:#2285ed;}


/* 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';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#NeuesBauenDemo') format('svg');
}



.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
 

/* 头部 */
.header{position: relative;width:100%;z-index:99;left:0;top:0;height:100px;line-height:100px;background:#fff;}
.header .container{padding-right:200px;}
.header .title{margin-left:20px;color:#191919;font-size:1.125em;font-weight:700;}
.nav {width:58%;height:100px;display:flex;justify-content: space-between;}
.nav .m{float:left;text-align:center;position:relative;padding-right:1px;flex-grow:1;}
.nav .m>a{color:#1a1a1a;display:block;position:relative;z-index:2;}
.nav .m>a::after{content:"";position: absolute;left:0;top:0;width:100%;height:0;background:#2285ed;transition:all .5s;z-index:-1;}
.nav .cur>a,.nav .m>a:hover{color:#fff;}
.nav .cur>a::after,.nav .m>a:hover::after{height:100%;}
.nav .navSub{position:absolute;left:0;top:120%;background:#eee;line-height:35px;width:140%;color:#333;font-size:.875rem;transform: scale(0) ;transition:top .5s,opacity 0.4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#2285ed;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headTel{position:absolute;right:0;top:25px;background: url('../images/tel.png') no-repeat left 3px;line-height:1.4;padding-left:24px;font-size:1.125em;color:#22211f;font-family:Arial;font-weight:bold;margin-left:30px;text-align:right;}
.headTel span{display: block;}
.wapTel{font-family:"iconfont";position: absolute;color:#2285ed;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.headFix{height:90px;line-height:90px;box-shadow:1px 1px 5px #ddd;position: fixed;transition:all .5s;}
.headFix .nav{height:90px;}

/*  导航按钮 */
.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:#2285ed;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:#2285ed;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;}

/* 实力 */
.strength{background:#f5f5f5;padding:30px 0;}
.strength li{float:left;width:24%;background:#fff;position:relative;padding:15px;padding-right:110px;min-height:140px;color:#888;line-height:1.6;margin:0 .5%;position:relative;transition:all .5s;top:0;}
.strength li h3{font-size:1.571em;color:#191919;margin:10px 0;}
.strength li i{position: absolute;width:72px;height:64px;display:inline-block;right:15px;top:36px;background: url('../images/sIcon.png') no-repeat;}
.strength li:nth-child(2) i{background-position:-72px 0;}
.strength li:nth-child(3) i{background-position:-144px 0;}
.strength li:nth-child(4) i{background-position:-216px 0;}
.strength li:hover{box-shadow:0 0 10px #ccc;top:-8px;}

/* 产品 */
.product{padding-bottom:60px;}
.hTitle{font-size:.875rem;text-align:center;text-transform: uppercase;color:#999;margin-bottom:40px;}
.hTitle span{display:block;font-size:2.571em;font-weight:700;color:#191919;}
.hTitlew,.hTitlew span,.hTitlew b{color:#fff;}
.proL{width:24%;background:#dcdcdc;font-size:1.143em;}
.proL .title{background:#2285ed;color:#fff;text-align:center;font-size:30px;padding:20px 0;text-transform: uppercase;}
.proL .title span{font-size:12px;display:block;letter-spacing:2px;}
.proL li a{display:block;height:52px;line-height:52px;padding:0 5% 0 12%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-top:1px solid #f4f4f4;}
.proL li a:hover{background:#2285ed;color:#fff;}
.proL .sub{background:#f4f4f4;font-size:.875em;padding:8px 0;}
.proL .sub a{height:40px;line-height:40px;padding-left:15%;background: url('../images/proL_li.png') no-repeat 12% center;}
.proL .sub a:hover{background:url('../images/proL_li.png') no-repeat 12% center;color:#2285ed;}

.proR{width:74%;overflow:hidden;}
.proR ul{margin-right:-20px;}
.proR li{float:left;width:33.3%;padding-right:20px;margin-bottom:15px;}
.proR li.big{width:100%;height:430px;background:#2285ed url('../images/pro_r.jpg') no-repeat right;color:#fff;}
.proR li .pic{display: block;height:430px;width:50%;overflow:hidden;border:1px solid #ddd;}
.proR .font{width:50%;padding:35px;}
.proR .font h4{font-size:1.714em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:20px 0;}
.proR .font h4 a{color:#fff;}
.proR .font h4 a:hover{text-decoration:underline;}
.proR .font p{height:160px;margin-bottom:20px;overflow: hidden;line-height:1.8;}
.proR .font p span{display: block;font-size:1.143em;margin-bottom:10px;}
.proR .font .more{color:#fff;font-weight:700;font-size:1.143em;background: url('../images/arr_r.png') no-repeat right center;padding-right:45px;}
.proR .font .more:hover{padding-left:10px;}

.proR li .pImg{padding-top:60%;}
.proR .li a{display:block;position:relative;border:1px solid #ddd;}
.proR .li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.proR .li a:hover img,.proR li.big:hover .bgImg{transform: scale(1.1);}
.proR .li a:hover {box-shadow:2px 2px 10px #ccc;}
/* .proR .li a:before,.proR .li a:after{position:absolute;content:'';opacity:0;transition:all 0.5s;transition-delay:.3s;z-index:2;top:10px;right:10px;bottom:0;left:10px;}
.proR .li a:before{border-top:1px solid #2285ed;border-bottom:1px solid #2285ed;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;}
.proR .li a:after{border-right:1px solid #2285ed;border-left:1px solid #2285ed;transform:scale(1,0);transform-origin:100% 0;}
.proR .li a:hover:before,.proR .li a:hover:after{opacity:.6;transform:scale(1);transition: all 0.5s;} */

/* 产品优势 */
.adv{background:url('../images/adv_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;padding-bottom:0;position:relative;overflow:visible;font-size:1em;}
.adv::after{content:"";position: absolute;left:0;bottom:0;background:#2285ed;width:100%; height:150px;}
.circlebg{display: block;max-width:1340px;margin:0 auto;}
.advMain{max-width:1340px;overflow:hidden;position:relative;z-index:2;}
.advMain li{position: absolute;left:6%;top:73%;}
.advMain li h4{font-size:1.625em;color:#2285ed;margin-bottom:10px;}
.advMain li h4 i{font-style:normal;margin-right:10px;}
.advMain li b,.advMain li em{font-size:1.375em;color:#333;display: block;}
.advMain li em{display:inline-block;font-style:normal;font-weight:700;}
.advMain li:nth-child(2){left:15%;top:36%;}
.advMain li:nth-child(3){left:31%;top:13%;}
.advMain li:nth-child(4){left:54%;top:13%;}
.advMain li:nth-child(5){left:auto;right:16%; top:36%;}
.advMain li:nth-child(6){left:auto; right:6%;}
.advMain li:nth-child(4),.advMain li:nth-child(5),.advMain li:nth-child(6){text-align:right;}
.advBan{position:relative;z-index:2;height:150px;color:#fff;overflow:hidden;padding-top:40px;max-width:1340px;margin:0 auto;}
.advBan h4{font-size:1.125em;}
.advBan h4 span{display: block;font-size:1.222em;font-weight:700;margin-bottom:8px;}
.advBan li{float:left;margin-left:35px;text-align:center;}
.advBan li i{display:inline-block;width:28px;height:28px;background: url('../images/advIcon.png') no-repeat;}
.advBan li span{display: block;}
.advBan li:nth-child(2) i{background-position:-28px 0;}
.advBan li:nth-child(3) i{background-position:-84px 0;}
.advBan li:nth-child(4) i{background-position:-56px 0;}
.advPic{position: absolute;left:50%;bottom:-55px;z-index:5;transform: translateX(-50%);border-radius:100%;}

/* 优势 */
.odds{background:#f9fbfd;padding-bottom:0;padding-top:120px;} 
.oddsMenu{margin-bottom:40px;overflow:hidden;font-size:1.571em;color:#191919;display: flex;justify-content: space-between;text-align:center;max-width:1200px;}
.oddsMenu li{float:left;width:160px;height:160px; cursor:pointer;transition:all .4s;background:#333;padding-top:35px;position:relative;border-radius:100%;color:#fff;}
.oddsMenu li::after{content:"";position: absolute;left:5px;right:5px;top:5px;bottom:5px;border-radius:100%;opacity:.6;border:1px solid #fff;}
.oddsMenu li i{font-style:normal;font-family:'iconfont';display: block;font-size:1.857em;line-height:1;margin-bottom:10px;}
.oddsMenu li.on{background:#2285ed;color:#fff;}
.oddsMenu li.on i{color:#fff;}
.oddsMenu li.on::after{opacity:1;}

.oddsMain li{height:700px !important;overflow:hidden;position:relative;}
.oddsMain li .txt{position: absolute;top:0;bottom:0;left:0%; max-width:520px;background: rgba(34,133,237,.8);color:#fff;padding:5% 3%;font-size:1.143em;transition:all 1s;opacity:0;transition-delay:.3s;}
.oddsMain li span{display: block;font-size:1.75em;padding-bottom:30px;margin-bottom:30px;position: relative;}
.oddsMain li span::after,.aboutTxt .title::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:70px;background:#fff;}
.oddsMain li h4{font-size:3.125em;font-weight:bold;}
.oddsMain li h4 i{font-style:normal;margin-right:10px;}
.oddsMain li .info{min-height:160px;}
.oddsMain li .info p{background: url('../images/odds_li.png') no-repeat left 6px;padding-left:15px;margin-bottom:8px;}
.oddsMain li .zx{display:inline-block;width:186px;height:46px;line-height:46px;background:#fff;border-radius:21px;color:#2285ed;text-align:center;font-size:14px;}
.oddsMain li .zx i{font-family:"iconfont";margin-right:10px;font-style:normal;font-size:1.143em;}
.oddsMain li .zx:hover{background:#2285ed;color:#fff;}
.oddsMain .swiper-slide-active .txt{left:8%;opacity:1;}

/* 解决方案 */
.solution{background: url('../images/solution_bg.jpg');}
.solutionSlide{position:relative;overflow:hidden;}
.solutionSlide li{float: left;width:50%;line-height:1.8;}
.solutionSlide li .pImg{padding-top:60%;position:relative;overflow:hidden;}
.solutionSlide li img{ filter: blur(4px);}
.solutionSlide li p{position: absolute;bottom:45px;color:#fff;text-align:center;padding:0 25px;border:1px solid #fff;font-size:1.286em;height:42px;line-height:42px;background: rgba(255,255,255,.2);left:50%;transform: translateX(-50%) scale(0);opacity:0;transition:all .5s;}
.solutionSlide li:hover img{transform: scale(1.05);}
.solutionSlide li:hover p{background:#2285ed;border-color:#0060c6;}
.solutionSlide .swiper-slide-active p{transform: translateX(-50%) scale(1);opacity:1;}
.solutionSlide .swiper-slide-active img{ filter: blur(0);}
.solutionSlide .btn{width:25%;height:100%;left:0;top:0;border-radius: 5px;
margin-top:0;z-index:5;transition: 0.2s;background:rgba(255,255,255,.5);pointer-events:inherit;cursor: pointer;opacity:1;}	
.solutionSlide .btn span{position: absolute;top:49%;right:30px; color:#191919;font-weight:700;font-size:20px;}
.solutionSlide .swiper-button-next{left:auto;right:0;}
.solutionSlide .swiper-button-next span{right:auto;left:30px;}
.solutionSlide .btn:hover span{color:#2285ed;}

/* 定制案例 */
.partner{overflow: visible;}
.partnerSlide{text-align:center;overflow:hidden;}
.partner li{float:left;width:12.5%;border:1px solid #eee;}
.partner li .pImg{padding-top:60%;background:#000;}
.partner li p{position: absolute;top:60%;width:100%;text-align:center;padding:0 10px;transition:all .4s;transition-delay:.2s;color:#fff;opacity:0;}
.partner li:hover img{transform: scale(1.1);opacity:.5;}
.partner li:hover p{opacity:1;top:40%;}
.partner .btn{left:-40px;width:20px;background-size:100%;font-size:0;}
.partner .swiper-button-next{left:auto;right:-40px;}

/*生产流程 */
.process{background:url('../images/process_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed; color:#fff;text-align:center;position:relative;}
.process::after{content:"";position:absolute;left:0;top:228px;background:#fff;width:100%;height:1px;opacity:.4t;}
.processMain{padding-top:10px;overflow:hidden;}
.processMain li{float:left;width:14.28%;text-align:center;padding-right:25px;background: url('../images/parr_r.png') no-repeat right 65%;padding-left:15px;font-size:1.714em;}
.processMain li span{display:block;font-size:0.917em;margin-bottom:40px;font-family:"Arial";background: url('../images/process_li.png') no-repeat center;height:68px;line-height:68px;}
.processMain li i{display:block;width:100px;height:100px;background: url('../images/processIcon.png') no-repeat;transition:all .5s;top:0;position:relative;margin:0 auto;margin-bottom:8px;}
.processMain li:last-child{background:none;}
.processMain li:nth-child(2) i{background-position:-100px 0;}
.processMain li:nth-child(3) i{background-position:-200px 0;}
.processMain li:nth-child(4) i{background-position:-300px 0;}
.processMain li:nth-child(5) i{background-position:-400px 0;}
.processMain li:nth-child(6) i{background-position:-500px 0;}
.processMain li:nth-child(7) i{background-position:-600px 0;}
.processMain li:hover i{top:-10px;}
.process .tel{font-size:1.143em;display: block;margin:0 auto;margin-top:50px;border:1px solid #fff;width:330px;height:60px;line-height:60px;border-radius:30px;}
.process .tel span{font-size:1.375em;font-weight:700;}


/* 关于我们 */
.about{padding-bottom:0;}
.aboutMain{border:4px solid #efefef;overflow:hidden;padding:3%;position:relative;}
.aboutMain::after{content:"";position: absolute;left:0;top:0;width:500px;height:100%;background:#2285ed;}
.aboutTxt{width:46%;}
.aboutTxt .title{font-size:1.714em;margin-bottom:30px;padding-bottom:30px;position:relative;color:#191919;position:relative;padding-bottom:15px;margin-bottom:25px;}
.aboutTxt .title::after{height:2px;background:#2285ed;width:50px;}
.aboutTxt .txt{height:270px;margin-bottom:10px;overflow:hidden;line-height:1.8;}
.aboutTxt  .more {width:180px;height:46px;line-height:46px;display:inline-block;text-align:center;background:#2285ed;border-radius:25px;color:#fff;}
.aboutTxt  .more i{font-style:normal;margin-left:10px;}
.aboutTxt  .more:hover{background:#0060c6;width:200px;}
.aboutPic{width:50%;height:500px;display:block;overflow:hidden;position: relative;z-index:2;}
.aboutPic .bgImg{animation:scale 30s infinite;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 设备应用现场 */
.setting1{padding-top:0;overflow:hidden;text-align:center;overflow:visible}
.settingMenu1{text-align:right;margin-bottom:40px;position:relative;margin-top:-20px;padding-right:40px;}
.settingMenu1 a{display:inline-block;height:32px;line-height:32px;background:#fff;margin:0 15px;color:#191919;font-size:1.143em;font-weight:700;padding:0 10px;}
.settingMenu1 a.on{color:#2285ed;}
.settingMain1,.settingBox1{overflow:hidden;}
.settingBox1 li{float:left;width:25%;font-size:1.143em;}
.settingBox1 li .pImg{padding-top:70%;border:1px solid #ddd;background:#000;}
.settingBox1 li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.settingBox1 li:hover img{transform: scale(1.1);opacity:.4;}
.settingBox1 li:hover p{bottom:0;}
.settingBox1 .btn1,.process .btn1{width:24px;height:40px;background:rgba(0,0,0,.5);color:#fff;line-height:40px;text-align:center;font-family:"simsun";font-weight:700;left:0;z-index:5;pointer-events:initial;cursor:pointer;}
.settingBox1 .swiper-button-next1{left:auto;right:0;}
.settingBox1 .btn1:hover{background:#2285ed;right:0;opacity:1;}
.process1 .btn1{display:none;width:40px;height:24px;line-height:24px;}

/* 公司环境 */
.setting{padding-top:0;overflow:hidden;text-align:center;overflow:visible}
.settingMenu{text-align:right;margin-bottom:40px;position:relative;margin-top:-20px;padding-right:40px;}
.settingMenu a{display:inline-block;height:32px;line-height:32px;background:#fff;margin:0 15px;color:#191919;font-size:1.143em;font-weight:700;padding:0 10px;}
.settingMenu a.on{color:#2285ed;}
.settingMain,.settingBox{overflow:hidden;}
.settingBox li{float:left;width:25%;font-size:1.143em;}
.settingBox li .pImg{padding-top:70%;border:1px solid #ddd;background:#000;}
.settingBox li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.settingBox li:hover img{transform: scale(1.1);opacity:.4;}
.settingBox li:hover p{bottom:0;}
.settingBox .btn,.process .btn{width:24px;height:40px;background:rgba(0,0,0,.5);color:#fff;line-height:40px;text-align:center;font-family:"simsun";font-weight:700;left:0;z-index:5;pointer-events:initial;cursor:pointer;}
.settingBox .swiper-button-next{left:auto;right:0;}
.settingBox .btn:hover{background:#2285ed;right:0;opacity:1;}
.process .btn{display:none;width:40px;height:24px;line-height:24px;}

/* 新闻快讯 */
.news{background:#f8f8f8;overflow:hidden;}
.newsL,.newsC,.faq{width:32%;overflow:hidden;position:relative;}
.nTie{height:40px;border-bottom: 1px solid #e1e1e1;margin-bottom:25px;font-size:1.286em;color:#191919;font-weight:700;position:relative;}
.nTie::after{content:"";position: absolute;left:0;bottom:-1px;height:1px;width:70px;background:#2285ed;}
.nTie .more{float:right;font-size:14px;color:#2285ed;font-weight:400;}
.nTie .more:hover{text-decoration: underline;}

.newsL li,.newsC ul,.faqMain{background:#fff;box-shadow:0 0 10px #eee;border:1px solid #eee;}
.newsL li a{display: block;padding:10px;color:#898989;}
.newsL li .bgImg{height:285px;margin-bottom:25px;}
.newsL li h4{font-size:1.143em;margin-bottom:10px;color:#191919;}
.newsL li p{height:110px;margin-bottom:15px;overflow: hidden;line-height:1.8;}
.newsL li .date{display: block;line-height:36px;margin-bottom:70px;}
.newsL li i{float:right;width:120px;height:36px;font-style:normal;border:1px solid #2285ed;color:#2285ed;text-align:center;transition:all .3s;}
.newsL li:hover i{background:#2285ed;color:#fff;}
.newsL li:hover .bgImg{transform: scale(1.1);}
.newsL li:hover h4,.faq li h4 a:hover{color:#2285ed;}
.newsL .swiper-pagination{bottom:20px;}

.newsC{margin:0 2%;}
.newsC ul,.faqMain{padding:10px;height:595px;}
.newsC .pic{height:310px;display: block;position:relative;margin-bottom:10px;overflow:hidden;}
.newsC .pic h5{position: absolute;left:0;bottom:0;width:100%;padding:0 6%;color:#fff;height:70px;line-height:70px;background: rgba(0,0,0,.6); white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsC .pic:hover .bgImg{transform: scale(1.1);}
.newsC li.txt {line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-bottom: 1px dashed #e7e7e7;}
.newsC li.txt span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsC li.txt a:hover{padding-left:10px;color:#2285ed;}
.newsC li.txt:last-child{border:none;}

.faq li{border-bottom: 1px dashed #e7e7e7;height:98px;position:relative;}
.faq li h4{font-size:1.143em;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('../images/q.png') no-repeat left center;padding-left:25px;}
.faq li a{color:#191919;}
.faq li p{background: url('../images/a.png') no-repeat left 2px;padding-left:25px;}
.faq li span{display:inline-block;font-size:12px;opacity:.6;margin-top:6px;}
.faq li:last-child{border-bottom:none;margin-bottom:0;}

/*底部 */
.footer{background:#14212d;font-size:0.813rem;color:#babcbe;line-height:2em;overflow:hidden;}
.footMain{padding:45px 0;overflow:hidden;padding-right:200px;}
.footMenu{width:58%;overflow:hidden;}
.footMenu ul,.footR{float:left;width:33.3%;padding-left:40px;position:relative;background: url('../images/foot_line.png') no-repeat left top;min-height:200px;}
.footMenu ul h4,.footR h4{color:#e6e6e6;font-size:1.385em;margin-bottom:15px;}
.footMenu_wap{display:none;overflow:hidden;}
.footR{width:42%;}
.footR span{display: block;margin-left:40px;}
.footWx{width:150px;text-align:center;line-height:1.6;margin-right:-200px;}
.footWx span{display:block;text-align:center;margin-top:8px;height:20px;}
.footer a{color:#babcbe;}
.footer a:hover{color:#fff;}
.copyright{padding:20px 0;position:relative;font-size:.75rem;padding-right:120px;}
.copyright::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:1px;background:#2c3842;}
.firendlink a{margin:0 6px;}


/*内页公用 */
.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.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%); }
.listBanner h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}
.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:#2285ed;border:1px solid #2285ed;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#2285ed;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/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:#2285ed;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#2285ed;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:#2285ed;border:1px solid #2285ed;color:#fff;}

/* 产品列表 */
.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:#2285ed;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:#2285ed;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:#2285ed;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:#2285ed 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:60%;}
.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);}

.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 .pImg{padding-top:60%;}
.proList li a{display:block;position:relative;border:1px solid #ddd;}
.proList li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;}
.proList li a:hover img,.proList li.big:hover .bgImg{transform: scale(1.1);}
.proList li a:hover{box-shadow:2px 2px 10px #ddd;}



/*  产品详情 */
.proShow_box1{overflow:hidden;margin:40px 0;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:480px;line-height:480px;}
.gallery img{width:100%;}
.proShow_R{width:75%;}
.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.778em;color:#2285ed; font-weight:bold;}
.proShow_font .font{height:210px;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:#2285ed;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:#2285ed;border:1px solid #2285ed;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 #2285ed;;color:#2285ed;height:50px; font-size:20px; font-weight:bold;}
.proShow_con3{width:100%;}

/* 解决方案 */
.solutionI li{background:#f5f5f5;overflow:hidden;margin-bottom:20px;transition:all .5s;}
.solutionI li .pic{width:50%;overflow:hidden;display:block;height:420px;}
.solutionI li .txt{width:50%;padding:4%;position:relative;}
.solutionI li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.solutionI li h4::after,.applyFont .title::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#2285ed;width:15px;transition:all 0.4s; }
.solutionI li h4 a{color:#333;}
.solutionI li .txt .info{min-height:130px;}
.solutionI li .btn{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:#2285ed;}
.solutionI li .more{background:#fff;color:#2285ed;margin-left:15px;}
.solutionI li .btn:hover{color:#fff;background:#a00008;}
.solutionI li:nth-child(2n) .txt{float:left;} 
.solutionI li:nth-child(2n) .pic{float:right;}
.solutionI li:hover .bgImg{transform: scale(1.05);}
.solutionI li:hover{box-shadow:0 0 10px #ccc;}
.solutionI li h4 a:hover{color:#2285ed;}


/* 客户案例 */
.applyMainTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.applyMainTop .bgImg{width:50%; height:400px;}
.applyMainTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #f6f6f6;}
.applyMainTop .font h3{font-size:1.857em;color:#2285ed;margin-bottom:30px;position:relative;padding-bottom:10px;}
.applyMainTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#2285ed;}
.applyMainTop:hover .bgImg{transform: scale(1.05);}
.partnerList{background:none;}
.partnerList li{margin-top:-1px;margin-left:-1px;}


/* 公司宣传片 */
.videoList ul{margin-right:-40px;overflow: hidden;}
.videoList li{float:left;width:25%;padding-right:40px;margin-bottom:20px;}
.videoList li a{display: block;overflow: hidden;}
.videoList li .pImg{padding-top:78%;}
.videoList li p{height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;padding-top:20px;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.5;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:90px;height:36px;background: url('../images/vIcon.png') no-repeat;margin-left:-45px;margin-top:-18px;z-index:5;transition:all .5s;}
.videoList li:hover img{transform: scale(1.06);}
.videoShow{width:100%;height:600px;}

/* 关于我们 */
.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:#2285ed;margin-left:-10px;}
.aboutBox1 .tie{font-size:2.571em;color:#2285ed;margin-bottom:30px;line-height:1;}
.aboutBox1 .left{width:50%;line-height:1.8;padding-top:20px;position: relative;height:470px;}
.aboutBox1 .font{overflow-y:auto;height:380px;}
.aboutBox1 .right{width:46%;height:470px;overflow:hidden;display:block;}
.aboutBox1 .tel{padding-left:40px;position: absolute;left:0;bottom:0;font-size:1.571em;font-family:Arial;color:#333;}
.aboutBox1 .tel::after{content:"\e603";position: absolute;font-family:"iconfont";left:0;font-size:1.6rem;top:-4px}
.aboutBox1 .tel span{font-weight:bold;margin-left:30px;font-size:1.182em;}

.culture{background:url('../images/cultureBg.jpg') no-repeat center;background-size:cover;}
.culture .hTitle{text-align:left;}
.culture .hTitle span::after{left:0;margin-left:0;background:#fff;}
.culture ul{width:66%;margin-right:-20px;font-size:1.143em;}
.culture li{float:left;width:33.3%;padding-right:20px;position:relative;height:380px;}
.culture li .txt{position:absolute;left:0;padding:20px;bottom:0;color:#fff;right:20px;min-height:120px;}
.culture li h4{font-size:1.5em;margin-bottom:15px;}
.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #2285ed;}
.honorSlide li{width:25%;text-align:center;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.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;padding:10px;padding-top:0;}
.honorSlide li .pImg{padding-top:86%;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#2285ed;}
.honorSlide .btn{width:40px;height:40px;background:#2285ed;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #2285ed;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}

.album {border-top: 1px solid #ddd;}
.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.album li .pImg{padding-top:64%;}
.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:#2285ed;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;}


/* 图片列表 */
.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:64%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:86%;}
.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:#2285ed;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}
.caseList  li p{text-align:left;}
.caseList  li p i{float:right;font-style:normal;}
.caseList2 li{width:33.3%;}

/* 常见问题 */
.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:#2285ed;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:#2285ed;}
.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:#2285ed;border:1px solid #2285ed;color:#fff;width:260px;}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;}
.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:#2285ed;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #2285ed;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#2285ed; 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;}
.newsSlide li .pic{height:460px;}
.newsSlide li .txt{padding:5%;}
.newsSlide li:hover .bgImg{transform: scale(1.08);}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:480px;height:290px;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;padding-top:10px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:120px;}
.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: #2285ed;border: 1px solid #2285ed;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li: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 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;}
.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 #2285ed;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#2285ed;}
.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:#2285ed;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:#2285ed;}
.madeBox1 .txt p{margin-bottom:10px;}
.madeBox1 .zx{width:220px;height:40px;line-height:40px;background:#2285ed;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:#0060c6;}

.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:#2285ed;width:20%;color:#fff;height:40px;line-height:40px;cursor:pointer;transition:all .3s;}
.madeBox2 .sub:hover{background:#0060c6;}


/* 联系*/
#dituContent{width:50%;height:520px;float:left;}
.contactR{background:#eee;height:520px;width:50%;padding:3%;line-height: 1.8;padding-right:250px;}
.contactR .titie{font-size:2em;color:#2285ed;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;}

/* 在线留言*/
.feedback{border-top: 1px solid #ddd;}
.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:#fff;}
.feedback .code .sub {background: #2285ed;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #2285ed;}
.feedback .sub:hover{background:#0060c6;}