
@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-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:#00abff;}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd90{padding:90px 0;overflow:hidden;}
.pd60{padding:70px 0;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#f6f8fa;}
.pcHide{display:none;}

/* @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');
} */

@font-face {
  font-family: 'montserrat';
  src: url('../fonta/montserrat.eot');
  src: url('../fonta/montserrat.eot?#iefix') format('embedded-opentype'),
  url('../fonta/montserrat.woff') format('woff'),
  url('../fonta/montserrat.ttf') format('truetype'),
  url('../fonta/montserrat.svg#NeuesBauenDemo') format('svg');
}

@font-face {
  font-family: 'iconfont';  /* Project id 2288898 */
  src: url('//at.alicdn.com/t/font_2288898_vmct37grnan.eot?t=1651894935471'); /* IE9 */
  src: url('//at.alicdn.com/t/font_2288898_vmct37grnan.eot?t=1651894935471#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_2288898_vmct37grnan.woff2?t=1651894935471') format('woff2'),
  url('//at.alicdn.com/t/font_2288898_vmct37grnan.woff?t=1651894935471') format('woff'),
  url('//at.alicdn.com/t/font_2288898_vmct37grnan.ttf?t=1651894935471') format('truetype'),
  url('//at.alicdn.com/t/font_2288898_vmct37grnan.svg?t=1651894935471#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

/* 头部 */
.header{position:fixed;;width:100%;z-index:999;left:0;top:0;height:90px;line-height:90px;color:#fff;transition:all .3s;font-size:1rem;}
.header .container{height:100%;}
.nav {width:51%;margin-right:230px;display:flex;justify-content:space-between;}
.nav .m{float:left;text-align:center;}
.nav .m>a{color:#fff;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:25%;width:100%;height:2px;background:#00abff;transition:transform .3s;z-index:1;transform: scale(0,1);transform-origin:right;}
.nav .cur>a,.nav .m>a:hover{color:#00abff;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .sub{line-height:26px;position:absolute;z-index:90;top:100%;left:0;display:none;padding:30px 25%;width:100%;z-index:2;}
.nav .sub::after{content:"";position: absolute;left:-50%;width:200%;height:100%;background:#F5F5F5;top:0;z-index:-1;border-bottom: 1px solid #ddd;}
.nav .sub .list{width:45%;padding-right:5%;}
.nav .sub .list li{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.nav .sub .list a{display: block; font-size:.950em;position:relative;padding:8px 10px 8px 15px;transition:color .2s ease-in-out;text-align:left;color:#333;background:url('../images/ly_li2.png') no-repeat left;margin-left:2%;}
.nav .sub .list a:hover{color:#00abff;}
.nav .sub .list a:before{position:absolute;bottom:1px;left:0;display:block;width:0;height:1px;content:'';-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;background:#00abff;}
.nav .sub .list a:hover:before{width:100%;}
.nav .sub .pic{width:55%;overflow:hidden;text-align:left;color:#333;font-size:14px;border-left: 1px solid #ddd;padding-left:5%;}
.nav .sub .pic .bgImg{max-width:420px;height:200px;margin-bottom:15px;}
.nav .sub .pic p{max-width:400px;font-size:14px; line-height:22px;}
.headTel{position: absolute; font-size:1.143em;right:0;padding-left:30px;font-family:Arial;background: url('../images/hTel.png') no-repeat left center;}
.headB,.headFix{background:#00abff}
.headFix{height:70px;line-height:70px;}
.headHide{transform: translateY(-110%);}
.wapHead_s{transform: translateY(0);}

.headFix .m>a::after,.headB .m>a::after{background:#fff;}
.headFix .nav .cur>a,.headFix .nav .m>a:hover,.headB .nav .cur>a,.headB .nav .m>a:hover{color:#fff;}



/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#fff;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:#fff;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,.wapInfo{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{cursor:pointer;width:8px;height:10px;border-radius:0;opacity:.4;transform:skewX(-15deg);}
.banner .swiper-pagination-bullet-active{background:#00abff;opacity:1;}

/* 首页核心技术 */
.hTitle{font-size:2rem;text-align:center;color:#1a1a1a;text-transform: uppercase;line-height:1.4;margin-bottom:40px;}
.hTitle span{display:block;font-size:1.688em;font-family:'montserrat';letter-spacing:4px;}
.hTitle i{font-style:normal;color:#00abff;margin:0 10px;}
.homeCore{position:relative;background: url('../images/core_bg.jpg') no-repeat center;background-size:cover;z-index:2;}
.homeCore .pic{max-width:52%;}
.homeCore .info{text-align:center;position:relative;padding-bottom:140px;}
.homeCore .info p{position: absolute;left:0;top:25%;font-size:1.375em;line-height:40px;}
.homeCore .info a{color:#153c6a;display:block;padding:40px 20px;top:0;position:relative;box-shadow:0 0 15px #eceff3;transition:all .5s;background:#fff;}
.homeCore .info .p2{left:auto;right:0;}
.homeCore .info .p3{left:50%;bottom:0;top:auto;transform: translateX(-50%);}
.homeCore .info i{float:left; width:44px;height:40px;background: url('../images/coreIcon.png') no-repeat left center;margin-right:10px;}
.homeCore .info .p2 i{background-position:-44px 0;}
.homeCore .info .p3 i{background-position:-88px 0;}
.homeCore .info a:hover{top:-10px;background:#e8effa;}
.homeCore .mask{position: absolute;left:0;top:0;width:804px;height:804px;z-index:-1;animation:round 15s ease-out infinite;transform-origin:left top;}
.wapPro_h{display:none;margin-right:-10px;}
.wapPro_h li{float:left;width:50%;margin-bottom:20px;padding-right:10px;}
.wapPro_h li .pImg{padding-top:80%;}
.wapPro_h li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-top:15px;text-align:center;}

.homeCore ul{display: flex;justify-content: space-between;padding:15px 0;}
.homeCore li{float:left;width:31%;text-align:left;}
.homeCore li a{display:block;background:#fff;box-shadow:0 0 15px #e1e1e1;padding:40px 8%;position:relative;overflow:hidden;z-index:2;}
.homeCore li i{display:inline-block;background: url('../images/pIcon1.png') no-repeat;width:99px;height:99px;transition:all .5s;}
.homeCore li:nth-child(2) i{background-image: url('../images/pIcon2.png');}
.homeCore li:nth-child(3) i{background-image: url('../images/pIcon3.png');}
.homeCore li h4{color:#153c6a;font-size:1.625em;margin:35px 0 20px 0;}
.homeCore li p{height:120px;margin-bottom:10px;overflow:hidden;}
.homeCore li .more{display:inline-block;width:100px;height:34px;line-height:32px;border:1px solid #1a1a1a;color:#1a1a1a;font-size:.875em;transition:all .5s;border-radius:20px; text-align: center;}
.homeCore li a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#00abff;transition:all .5s;z-index:-1;}
.homeCore li a:hover::after{height:100%;}
.homeCore li a:hover,.homeCore li a:hover h4,.homeCore li a:hover .more{color:#fff;}
.homeCore li a:hover .more{border:1px solid #fff;}
.homeCore li a:hover i{background-position: 0 -99px;}




/* 产品 */
.hTitle2{text-align:left;}
.hTitle2 b{font-weight:400;border-left:4px solid #00abff;line-height:1;padding-left:15px;display:inline-block;}
.hTitle2 a{float:right;width:180px;height:56px;border:1px solid #ccc;line-height:54px;text-align:center;font-size:16px;border-bottom:3px solid #00abff;margin-top:-15px;}
.hTitle2 a:hover{border-color: #00abff;}

.product{background: url('../images/pro_bg.jpg') no-repeat center;background-size:cover;}
.homePro{overflow:hidden;margin-right:-10px;}
.homePro li{float:left;padding-right:10px;margin-bottom:10px;width:28%;}
.homePro li a{display:block;height:620px;color:#454545;line-height:1.8;overflow:hidden;position:relative;}
.homePro li .bgImg{position: absolute;left:0;top:0;width:100%;height:100%;transition:all .5s;}
.homePro li .txt{position:absolute;z-index:2;padding:35px;}
.homePro li h4{font-size:1.625em;color:#191919;margin-bottom:15px;}
.homePro li p{margin-bottom:20px;}
.homePro li img{transition:all .5s;}
.homePro li .more{width:100px;height:32px;line-height:32px;border:1px solid #1a1a1a;font-size:14px;display:inline-block;text-align:center;border-radius:18px;transition:all .5s;}
.homePro li:nth-child(3){float:right;}
.homePro .two{width:44%;}
.homePro .two a{height:305px;}
.homePro .two .txt{float:left; width:58%;max-width:360px;}
.homePro li a:hover .more{background:#00abff;color:#fff;border-color:#00abff;}
.homePro li a:hover .bgImg{transform:scale(1.05);}

/* 解决方案 */
.solution{background:url('../images/solution_bg.jpg') no-repeat center;color:#fff;text-align:center;background-size:cover;}
.hTitleW span,.hTitleW,.hTitleW b{color:#fff;}
.solutionMain{margin-right:-1px;}
.solutionMain li{float:left;width:25%;border-right:1px solid rgba(255, 255, 255,.2);padding:0 5%;}
.solutionMain li a{display:block;overflow:hidden;padding-bottom:50px;}
.solutionMain li .pic{margin:60px 0;display:inline-block;background-repeat: no-repeat;background-size:auto 100%;width:100%;height:164px;background-position:center;position: relative;top:0;transition:all .5s;}
.solutionMain li img{max-height:100%;width:auto;}
.solutionMain li h4{font-size:1.5em;color:#fff;text-transform:uppercase;position:relative;padding-bottom:50px;}
.solutionMain li h4 span{margin-top:15px;font-size:1.25em;font-family:'Arial';display:block;min-height:60px;}
.solutionMain li h4::after{content:"+";position: absolute;left:50%;width:50px;height:50px;text-align:center;border-radius:100%;line-height:50px;margin-left:-25px;bottom:0;font-size:24px;transition:all .5s;}
.solutionMain li:hover h4::after{background:#00abff;}
.solutionMain li:hover .pic{top:14px;}
.solutionMain .swiper-button-prev{left:-40px;}
.solutionMain .swiper-button-next{right:-40px;}

/* 关于我们 */
.about{background: url('../images/about_bg.jpg') no-repeat center;background-size:cover;}
.aboutPic{float:left;width:41%;overflow:hidden;position:relative;padding:20px;padding-bottom:0;}
.aboutPic a{display:block;overflow:hidden;height:705px;}
.aboutPic .bgImg{animation:scale 40s infinite;}
.aboutPic::after,.aboutPic::before{content:"";position: absolute;width:270px;height:270px;background:#00abff;left:0;top:0;z-index:-1;}
.aboutPic::before{left:auto;top:auto;bottom:0;right:0;}
.aboutTxt{width:50%;line-height:2;padding-top:60px;font-size:1.143em;height:705px;position:relative;}
.aboutTxt .title{font-size:2.333em;color:#232323;margin-bottom:40px;line-height:1.2;}
.aboutTxt h6{color:#153c6a;border-bottom:3px solid #153c6a;margin-bottom:30px;padding-bottom:15px;}
.about .robe{position: absolute;bottom:0;right:5%;}
.aboutTxt .more{position: absolute;bottom:0;left:0;width:160px;height:48px;line-height:48px;background:#f0f2f3;color:#00abff;border-left:3px solid #00abff;text-align:center;z-index:2;}
.aboutTxt .more::after{content:"";position:absolute;left:0;width:3px;height:100%;background:#00abff;transition:all .5s;z-index:-1;}
.aboutTxt .more i{font-style:normal;margin-left:15px;font-family:"iconfont";}
.aboutTxt .more:hover{color:#fff;}
.aboutTxt .more:hover::after{width:100%;}
@keyframes scale{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 新闻快讯 */
.newsSlide{overflow:hidden;position:relative;margin-bottom:50px;padding-bottom:0;}
.newsSlide li{background:#00abff;overflow: hidden;}
.newsSlide li .pic{width:62%;height:520px;overflow: hidden;display:block;}
.newsSlide li .txt{width:38%;padding:3%;position:relative;color:#fff;}
.newsSlide li h4{font-size: 1.5em;color:#fff;margin-bottom:20px;margin-top:70px;}
.newsSlide li .date{position: absolute;right:0;top:45px;right:8%;}
.newsSlide li h4 a{color:#fff;}
.newsSlide .tie{position: absolute;left:65%;top:45px;z-index:2;color:#fff;font-size:1.25em;}
.newsSlide .swiper-pagination{width:auto;left:65%;bottom:60px;color:#fff;font-family:Arial;}
.newsSlide .big{font-size:1.25em;}
.newsSlide .progress{width:100px;height:2px;background:#00d1ff;position: absolute;left:65%;bottom:50px;z-index:2;}
.newsSlide .progress span{position: absolute;left:0;bottom:0;width:0;background:#fff;height:100%;}

.newsBox{margin-right:-45px;}
.newsBox li{float:left;width:33.3%;padding-right:45px;}
.newsBox li .pImg{padding-top:60%;}
.newsBox li h4,.newsBox li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsBox li .txt{background:#f6f8fa;padding:20px 30px;height:140px;color:#232323;position:relative;z-index:2;transition:all .4s;}
.newsBox li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#00abff;transition:all .5s;z-index:-1;}
.newsBox li h4{font-size:1.25em;margin-bottom:5px;}
.newsBox li p{opacity:.7;height:40px;}
.newsBox li .date{font-size:0.875em;opacity:.7;}
.newsBox li .date i{float:right;font-family:"iconfont";font-size:1.286em;}
.newsBox li:hover img{transform: scale(1.1);}
.newsBox li:hover .txt::after{height:100%;}
.newsBox li:hover .txt{color:#fff;}
.newsBox li:nth-child(4){display:none;}

.newsLi{margin-right:-50px;overflow: hidden;padding-top:45px;font-size:.875em;}
.newsLi li{float:left;width:33.3%;margin-bottom:20px;padding-right:50px;}
.newsLi li a{display:block;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsLi li span{float:right; margin-left:20px;opacity:.6;}

/*底部 */
.footer{background:#171c35; font-size:0.875rem;color:#cdced1;line-height:2em;overflow:hidden;}
.footMain{padding:50px 0;overflow:hidden;padding-right:400px;}
.footMenu{width:48%;overflow:hidden;display: flex;justify-content: space-between;}
.footMenu ul{float:left;padding-left:15px;}
.footMenu ul h4,.footR h4{color:#fff;font-size:1.143em;margin-bottom:15px;}
.footMenu_wap{display:none;overflow:hidden;text-align:center;}

.footR{width:38%;}
.footR .tel{color:#00abff;font-size:2em;margin-bottom:10px;font-weight:700;}
.footR .txt{padding-left:25px;background: url('../images/footIcon.png') no-repeat left 4px;}
.footR p{padding-left:40px;}
.footR p span{margin-left:-40px;float:left;}
.footWx{width:320px;text-align:center;line-height:1.6;position: absolute;right:0;}
.footWx p{max-width:48%;}
.footWx span{display:block;text-align:center;margin-top:10px;height:20px;font-size:14px;color:#fff;}
.footer a{color:#cdced1;}
.footer a:hover{color:#fff;}
.copyright{padding:15px 0;position:relative;z-index:2;min-height:60px;}
.copyright::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:1px;background:#fff;z-index:-1;opacity:.1;}
.firendlink{padding-top:8px;clear: both;}
.firendlink span{color:#fff;font-size:14px;}
.firendlink a{margin:0 5px;}


/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;}
.listBan,.mzsmBanner{height:650px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;font-size:2.625rem;}
.listBan h3{position:absolute;color:#fff;top:54%;text-transform:uppercase;width:100%;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;transform:translate(-50%,-50%); }
.listBan h3 span{display: block;font-size:0.857em;font-weight:300;opacity: 0.8;}
.listBan .btn{display:inline-block;width:170px;height:44px;line-height:44px;background:#fff;font-size:16px;border-radius:5px;text-align:center;color:#00abff;}
.listBan .btn:hover{background:#00abff;color:#fff;}
.breadCrumb{font-size:.875rem;background:#fff;height:70px;line-height:70px;overflow:hidden;border-bottom: 1px solid #eee;}
.breadCrumb span{position:relative;padding-left:20px;background: url('../images/home.png') no-repeat left center;padding-left:25px;}
.breadCrumb .back{float:right;position:relative;color:#00abff;border:1px solid #00abff;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#00abff;color:#fff;}
.breadCrumb .bc{color:#00abff;}
.listBox{min-height:300px;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}



/*内页公用菜单*/
.listMenu{background:#fff;box-shadow:0 5px 15px #eeeeef;overflow:hidden;height:70px;line-height:70px;font-size:1.25rem;width:100%;z-index:99;position:relative;}
.listMenu .info{position:relative;}
.listMenu a{margin-right:80px;color:#191919;position:relative;display:inline-block;}
.listMenu a::after,.proList li a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#00abff;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.listMenu .site{position: absolute;font-size:14px;right:0;top:0;background: url('../images/home.png') no-repeat left center;padding-left:25px;}
.listMenu .site a{color:#666;margin:0;}
.listMenu .site a::after{display:none;}
.listMenu a:hover,.listMenu .active{color:#00abff;}
.listMenu .active::after,.proList li a:hover:after{transform-origin:left;transform: scale(1);}

/* 技术背景*/
.cTie{font-size:2.5rem;color:#000;margin-bottom:40px;text-align:center;}
.coreBox1{color:#66677b;line-height:1.8;font-size:1.125em;}
.coreBox1 li{width:49%;}
.coreBox1 li p{margin-top:15px;}
.coreBox2{background-position:center;background-size:cover;background-repeat:no-repeat;font-size:1.125em;}
.cTieW{color:#fff;}
.coreBox2 .info{max-width:600px;color:#fff;line-height:2.2;padding-top:100px;min-height:420px;width:54%;} 
.coreBox3{background:#f6f7fb url('../images/core3_bg.jpg');line-height:1.8;color:#33344f;}
.coreBox3 li{float:left;width:49%;padding-right:40px;background:#fff;box-shadow:0 0 15px #eee;height:400px;padding:5%;text-align:center;margin-bottom:15px;}
.coreBox3 li:nth-child(2n){float:right;}
.coreBox3 li h5{font-size:1.5em;color:#191919;margin:15px 0;}
.coreBox3 li i{display:inline-block;width:90px;height:90px;background-size:100%;background-repeat: no-repeat;background-position:center;}
.proList ul{margin-right:-40px;}
.proList li{float:left;width:33.3%;padding-right:40px;margin-bottom:40px;}
.proList li a{display: block;position:relative;padding-bottom:25px;border-bottom:2px solid #e9e9e9;}
.proList li a::after{bottom:-2px;}
.proList li .pImg{padding-top:80%;margin-bottom:25px;}
.proList li h4{font-size:1.5em;color:#191919;margin-bottom:10px;}
.proList li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#555;}
.proList li .more{display:inline-block;margin-top:25px;color:#00abff;font-size:.875em;}
.proList li .more i{margin-left:10px;font-family:'simsun';font-style:normal;font-weight:700;}
.proList li:hover img{transform: scale(1.1);}
.proSlide ul{margin-right:0;}
.proSlide li{padding-right:0;margin-bottom:0;}
.coreBox4{text-align:center;background: url('../images/core4_bg.jpg') no-repeat center;background-size:cover;color:#333;}
.coreBox4 h5{font-size:1.5em;margin-top:-20px;margin-bottom:35px;}
.coreBox4 .more{display:inline-block;border:1px solid #00abff;color:#00abff;width:180px;height:48px;line-height:48px;text-align:center;}
.coreBox4 .more:hover{background:#00abff;color:#fff;width:240px;}

/*  产品详情 */
.proBan h3 span,.listBan4 h3 span{font-size:0.571em;opacity:1;margin-top:10px;}
.proShow{background:#f6f8fa;}
.proShow_box1{margin-bottom:50px;overflow:hidden;}
.gallery{width:50%;position:relative;overflow:hidden;background:#fff;}
.gallery li{height:530px;line-height:530px;text-align:center;}
.gallery img{width:100%;height:auto;}
.gallery .btn{width:60px;height:60px;background:#ccccd3;text-align:center;line-height:60px;color:#fff;font-size:24px;left:0;transition:all .5s;}
.gallery .swiper-button-next{left:auto;right:0;}
.gallery .btn:hover{background:#00abff;}

.proShow_font{width:46%;overflow:hidden;}
.proShow_font .title{color:#191919;font-size:1.75em;border-bottom:2px solid #e6e8ed;padding-bottom:20px;margin-bottom:20px;line-height:1.4;}
.proShow_font .title span{display:block;font-size:1.286em;color:#00abff; font-weight:bold;}
.proShow_font .font{max-height:240px;overflow-y:auto;color:#666e80;line-height:1.8;}
.proShow_font .btn{margin-top:20px;overflow:hidden;}
.proShow_font .btn a,.proVideo{ height:55px;line-height:55px;float:left;text-align:center;padding:0 25px;min-width:140px;background:#00abff;color:#fff;border-radius:5px;margin-right:20px; cursor: pointer;}
.proVideo{display:block;float:none;width:180px;background:none;border:2px solid #333;color:#333;line-height:50px;margin-top:30px;}
.proVideo i{font-style:normal;margin-right:6px;font-family:"iconfont";font-size:1.286em;position: relative;top:3px;}
.proVideo:hover{background:#333;color:#fff;}
.proShow_font .btn .tel{font-size:1.5em;background:#000123 url('../images/telIcon.png') no-repeat 20px center;color:#fff;padding-left:55px;}
.proShow_font .btn a:hover{background-color:#333;color:#fff;}
.proShow .titleb span{display:inline-block;color:#fff;height:50px;line-height:50px;background:#00abff;padding:0 30px;font-size:1.375em;}
.proShow_box2{background:#fff;padding:30px 40px 20px 40px;}
.proShow_box2 .tie2{border-bottom: 1px dashed #d8d8d8;height:50px;line-height:48px;margin-bottom:30px;}
.proShow_box2 .tie2 span{border-bottom:2px solid #00abff;display:inline-block;color:#000;font-size:1.25em;}
.proShow_box2 .info{line-height:1.8;margin-bottom:50px;overflow:hidden;color:#000123;}

.odds{background:url('../images/odds_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed; position:relative;text-align:center;color:#fff;}
.odds::after{content:"";position: absolute;background:#f6f8fa;left:0;top:0;width:100%;height:115px;}
.pTitle{text-align:center;color:#212121;font-size:2.5rem;margin-bottom:40px;padding-bottom:15px;position:relative;z-index:2;}
.pTitle::after{content:"";position: absolute;width:60px;height:2px;background:#00abff;bottom:0;left:50%;margin-left:-30px;}
.oddsSlide{border-left: 1px solid rgba(255, 255, 255,.2);overflow:hidden;}
.oddsSlide li{float:left;width:20%;border-right:1px solid rgba(255, 255, 255,.2);padding:9% 3.5% 2% 3.5%;height:560px;position:relative;z-index:2;}
.oddsSlide li i{display:inline-block;width:100px;height:100px;background-repeat: no-repeat;transition:all .5s;}
.oddsSlide li p span{display:block;padding-bottom:15px;margin:15px 0;background: url('../images/odds_li.png') no-repeat center bottom;font-size:1.375em;}
.oddsSlide li::after{content:"";position:absolute;left:0;top:50%;background:#00abff;opacity:.7;z-index:-1;width:100%;height:0;transition:all .5s;}
.oddsSlide li:hover::after{top:0;height:100%;}
.oddsSlide li:hover i{background-position:0 -100px;}
.field{background:#f6f8fa;}
.field ul{margin-right:-25px;}
.field li{float:left;width:33.3%;padding-right:25px;margin-bottom:25px;position:relative;}
.field li .pImg{padding-top:78%;position:relative;}
.field li .pImg::after{content:"";position: absolute;width:100%;height:100%;background-image:linear-gradient(rgba(1,2,35,0),rgba(1,2,35,.7));left:0;top:0;}
.field li.big{width:50%;}
.field li.big .pImg{padding-top:54%;}
.field li p{position: absolute;bottom:0;text-align:center;line-height:60px;width:100%;color:#fff;font-size:1.25em;}
.field li:hover img{transform: scale(1.08);}
.proDown{background:#f6f8fa;}
.proDown li{background:#fff;margin-bottom:25px;padding:20px 3% ;overflow:hidden;transition:all .5s;}
.proDown li p{background: url('../images/downIcon.jpg') no-repeat left center;padding-left:55px;line-height:70px;}
.proDown a{float:right;width:130px;height:44px;color:#fff;background:#00abff;border-radius:5px;text-align:center;line-height:44px;margin-top:12px;cursor:pointer;}
.proDown a:hover{background:#333;}
.proDown li:hover{box-shadow:0 0 10px #e5e5e5;}

/* 弹出留言*/
.message{padding:8%;overflow:hidden;display:none;}
.message .title{font-size:1.5em;text-align:center;margin-bottom:25px;color:#333;}
.message .title span{display:block;opacity:.7;font-size:16px;}
.message p{height: 45px;line-height: 45px;position: relative;padding:0 15px 0 50px;margin-bottom: 8px;position: relative;border: 1px solid #ccc;background:#fff;}
.message p input{width: 100%;height: 100%;}
.message .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.message i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.message .area{height:90px;}
.message textarea{width: 100%;height: 100%;padding-top:12px;}
.message .code{clear: both;}
.message .code input{height:50px;line-height:50px;border: 1px solid #ddd;background:#fff;}
.message .code .c{width:30%;padding: 0 15px;}
.message .code img{padding:15px;background:#f5f5f5;}
.message .code .sub {background: #00abff;width:35%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #00abff;}
.message .sub:hover{background:#0091d8;}
.message em{position: absolute;right:10px;font-size:16px;color:#f00;font-style:normal;}
.layui_message{
  width: 600px !important;
}

@media all and (max-width:768px) {
  .layui_message {
      width: 94% !important;
  }
}


/*  解决方案 */
.solutionBox1{background:#f7f7f7;overflow:hidden;text-align:center;line-height:1.8;color:#000123;}
.solutionBox1 .container,.solutionBox4{overflow:visible;}
.solutionBox1 ul{background:#fff;box-shadow:0 0 15px rgba(3, 3, 3,.1);padding:4% 3.5%;overflow:hidden;}
.solutionBox1 li{float:left;width:33.3%;border-right:1px solid #e9e9e9;padding:10px 4%;min-height:260px;}
.solutionBox1 li i{display:block;width:115px;height:115px;margin:0 auto;border-radius:100%;background:#00abff;color:#fff;text-align:center;line-height:115px;font-style:normal;font-size:3em;font-family:"montserrat";margin-bottom:30px;}
.solutionBox1 li:last-child{border:none;}
.solutionBox2{font-size:1.125em;overflow:hidden;color:#000123;}
.solutionBox2 .cTie{margin-bottom:60px;}
.solutionBox2 .info{width:46%;line-height:2;padding-top:25px;}
.solutionBox2 .btn{display:inline-block;width:160px;height:46px;line-height:46px;border:1px solid #00abff;color:#00abff;text-align:center;margin-top:35px;font-size:0.889em;}
.solutionBox2 .btn:hover{background:#00abff;color:#fff;}
.solutionBox2 .pic{width:47%;}
.solutionBox3{background-repeat: no-repeat;background-size:cover;background-position:center;}
.solutionBox3 .cTie{text-align:left;}
.solutionBox3 .info{max-width:720px;color:#fff;line-height:2;opacity:.7;font-size:1.125em;min-height:270px;}
.partnerS{box-shadow:0 0 15px rgba(3, 3, 3,.1);padding:2% 0%;overflow: hidden;}
.partnerS li{float:left;width:20%;}
.partnerS li .pImg{padding-top:57%;}
.partnerS li:hover img{transform:scale(1.1);}


/* 开发者 */
.developL{width:68%;background:#fff;padding:3%;color:#000123;}
.developL .title{font-size:2em;margin-bottom:30px;color:#000123;border-left:3px solid #00abff;line-height:1;padding-left:15px;}
.developL .down{display: block;width:180px;height:58px;background:#00abff;color:#fff;text-align:center; border-radius:5px;line-height:58px;margin:0 auto;margin-top:50px;cursor:pointer;}
.developL .down:hover{width:240px;}
.developR{width:30%;}
.developR .tie2{color:#000123;font-size:1.5em;border-bottom: 1px solid #e9e9e9;height:50px;}
.developR .box{background:#fff;padding:25px;}
.developR li{height:60px;line-height:60px;border-bottom: 1px dashed #e9e9e9;color:#000123;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding-right:90px;position:relative;}
.developR li a{position: absolute;right:0; font-size:.875em;color:#00abff;background:url('../images/down.png') no-repeat right center;padding-right:20px;cursor:pointer;}
.developR li a:hover{text-decoration: underline;}
.developR .box2 a{color:#888;background:none;padding-right:0;}
.developR .box2 a:hover{color:#00abff;}
.downList{background:none;padding:0 10px;}
.downList li{background:#f6f8fa;}

/* 关于我们 */
.aboutBox1 .left{width:46%;padding-top:20px;position: relative;}
.aboutBox1 .tie{font-size:2em;color:#000123;margin-bottom:20px;}
.aboutBox1 .tie span{display:block;font-size:1.125em;color:#bdbdbd;font-family:"montserrat";}
.aboutBox1 .tie2 {font-size:1.375em;color:#00abff;margin-bottom:25px;}
.aboutBox1 .tie2 span{font-size:14px;color:#a3a3a3;margin-left:10px;}
.aboutBox1 .font{overflow-y:auto;height:490px;line-height:2;color:#818181;}
.aboutBox1 .right{width:47%;height:665px;overflow:hidden;display:block;}
.album ul{margin-right:-10px;}
.album li{float:left;width:50%;padding-right:10px;margin-bottom:10px;}
.album li a{display: block;position:relative;height:440px;overflow:hidden;}
.album li:nth-child(6){display:none;}
.album li p{position: absolute;bottom:-50px;width:100%;height:50px;line-height:50px;text-align:center;color:#fff;background: rgba(0, 0, 0, .5);opacity:0;padding:0 10px; transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.album .m1{width:44%;}
.album .m2,.album .m3{width:28%;}
.album li:hover p{bottom:0;opacity:1;}
.album li:hover .bgImg{transform: scale(1.1);}

.partner{background:#f2f2f8 url('../images/partner_bg.jpg') no-repeat center;overflow:hidden;text-align:center;}
.partnerMenu{border-top: 1px solid #1f2233;height:70px;line-height:70px;border-bottom: 1px solid #c8c8d1;margin-bottom:50px;font-size:1.25em;}
.partnerMenu a{float:left; color:#000123;margin-right:80px;position:relative;display:inline-block;}
.partnerMenu a::after{content:"";position: absolute;left:0;bottom:1px;background:#00abff;height:2px;width:100%;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.partnerMenu .on{color:#00abff;}
.partnerMenu .on::after{transform-origin:left;transform: scale(1);}

.partner li{float:left;width:25%;background:#fff;text-align:center;}
.partner li a{position: relative;display:block;background:#fff;animation-fill-mode:inherit;transition:all .5s;border-radius:10px;overflow:hidden;}
.partner li .pImg{padding-top:56%;}
.partner li img{z-index:2;transform:rotateY(0deg);transition:all 0.5s ease 0s;backface-visibility:hidden;}
.partner li p{position:absolute;width:100%;height:100%;background:#00abff;text-align:center;transform:rotateY(-180deg);transition:all 0.5s ease 0s;backface-visibility:hidden;color:#fff;padding:0 5px;left:0;top:0;padding-top:24%;}
.partner li:hover img{transform:rotateY(180deg);}
.partner li:hover p{transform:rotateY(0deg);z-index:3;}
.partner .btn{display:inline-block;width:30px;height:30px;border-radius:100%;border:1px solid #bfbfbf;background:none;font-family:"simsun";font-weight:700;text-align:center;line-height:28px;top:140px;right:0;left:auto;transition:all .5s;}
.partner .swiper-button-prev{right:40px;}
.partner .btn:hover{background:#00abff;color:#fff;border-color:#00abff;}

.case{position: relative;overflow: visible;text-align:center;font-size:1.143em;}
.caseSlide li{float:left;width:33.3%;}
.caseSlide li .pImg{padding-top:75%;}
.caseSlide li p{margin-top:20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#000123;}
.caseSlide li:hover img{transform: scale(1.1);}
.caseSlide li:hover p{color:#00abff;}
.caseSlide .btn{display:inline-block;width:40px;height:40px;border-radius:100%;background:#b0afaf;text-align: center;font-family:"simsun";line-height:40px;font-weight:700;color:#fff;left:-70px;transition:all .5s;}
.caseSlide .swiper-button-next{left:auto;right:-70px;}
.caseSlide .btn:hover{background:#00abff;color:#fff;}


/* 发展历程 */
.history{background:url('../images/history_bg.jpg') no-repeat center;background-size:cover;background-attachment:fixed;}
.historyMain{color:#000123;}
.historyMain li{position:relative;padding:60px 0;z-index:2;text-align:center;}
.historyMain li i{font-size:25em;font-style:normal;font-family:'Arial';opacity:.5;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index:-1;color:#fff;font-weight:700;}
.historyMain li .txt{background:rgba(255,255,255,.9);display:inline-block;padding:3% 2%;max-width:660px;line-height:1.8;text-align:left;padding-left:200px;position:relative;}
.historyMain li .info p{margin-bottom:10px;}
.historyMain li .tie{color:#111;margin-bottom:15px;position: absolute;left:5%;top:50%;font-size:2.5em;margin-top:-35px;border-right: 1px solid #e6e8ec;padding-right:25px;}

.historyMenu{position:relative;font-size:1.429em;overflow:hidden;color:#fff;padding-top:60px;font-family:"montserrat";}
.historyMenu:after{content:"";position:absolute;left:-50%;top:68px;width:200%;height:1px;background:#fff;opacity:.8;}
.historyMenu li{float:left;position:relative;text-align:center;width:12.5%;cursor:pointer;padding-top:30px; transition:all .3s;}
.historyMenu li:after{content: "";position:absolute;left:50%;top:0;width:12px;height:12px;border-radius:100%;margin-left:-5px;border:2px solid #fff;background:#f6f9fe;}
.historyMenu li span{position: relative;top:0;transition:all .5s;}
.historyMenu .on:after{background:#00abff;box-shadow:0 0 0 2px #fff inset;border:2px solid #00abff;bottom:-3px}
.historyMenu .on{color:#00abff;font-weight:700;}
.history .btn{width:65px;height:65px;border-radius:100%;background:#fff;text-align:center;line-height:65px;transition:all .5s;top:45%;font-family:"iconfont";font-size:2em;}
.history .swiper-button-prev{transform:rotate(180deg);}
.history .btn:hover{background:#00abff;color:#fff;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:33.3%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:66%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:88%;}
.honorList li {width:25%;}
.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:#00abff;}
.galy{background:#f5f5f5;}

/* 合作伙伴 */
.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; font-size:16px;}
.settingTop .font h3{font-size:1.957em;color:#00abff;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#00abff;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partnerList{margin-bottom:50px;}
.partnerList .title{font-size:1.5em;color:#191919;border-left:3px solid #00abff;line-height:1;padding-left:15px;margin-bottom:25px;}
.partnerList ul{padding-top:1px;padding-left:1px;}
.partnerList li{float:left;width:14.28%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li p{background:#00abff;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 .pImg{padding-top:56%;}
.partnerList li:hover{z-index:2;border:1px solid #00abff;}
.partnerList li:hover img{margin-top:-15px;}
.partnerList li:hover p{bottom:0;}



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

/* 案例详情 */
.caseShow{width:72%;border:1px solid #ddd;background:#fff;}
.caseShow .title{text-align:center;background:url('../images/caseShow.jpg') no-repeat center; background-size: cover; font-size:2.571em;color:#00abff; text-align: center; padding: 50px 20px; border-bottom: 1px solid #00abff}
.picSlide{position:relative;;padding:5%;overflow: hidden;}
.picSlide li  img{width:100%;}
.picSlide li{text-align:center;height:100%;position: relative;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:10px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:10%;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 #00abff;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .btn{top:45%;background:rgba(0, 0, 0, .7);text-align:center;width:26px;height:50px;line-height:50px;color:#fff;font-size:14px;font-family:Arial;transition:all .3s;left:5%;}
.picSlide .swiper-button-next{right:5%;left:auto;}
.picSlide .btn:hover{background:#00abff;}
.showTie2{height:80px; background:#fafafa; border-bottom: 1px solid  #ddd;  padding: 0 4%;font-size:1.571em;line-height:80px;color:#00abff;}
.showTie2 span{position:relative;display:inline-block;}
.showTie2 span::after{content:"";position: absolute;left:0;bottom:0px;height:2px;background:#00abff;width:100%;}
.showTie2{border-top: 1px solid #ddd;}
.caseShow_info{padding:4% 5%;}

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

/* 新闻列表 */
.newsMenu{margin-bottom:40px;overflow:hidden;font-size:1.125em;line-height:1;}
.newsMenu .tie{font-size:2.22em;color:#000123;}
.newsMenu .info{padding-top:15px;}
.newsMenu  a{color:#000123;margin-left:40px;}
.newsMenu .on,.newsMenu a:hover{color:#00abff;}

.newsList ul{margin-right:-30px;}
.newsList li{float:left;padding-right:30px;width:33.3%;margin-bottom:50px;}
.newsList li a{display:block;padding-bottom:25px;border-bottom: 1px solid #eaeaea;position:relative;}
.newsList li a::after{content:"";position: absolute;left:0;bottom:0;width:0;height:1px;background:#00abff;transition:all .5s;}
.newsList li .pImg{padding-top:65%;margin-bottom:25px;border-radius:15px;}
.newsList li .date{color:#999;font-size:.875em;}
.newsList li h3{font-size:1.125em;color:#000123;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin:10px 0 15px 0;}
.newsList li p{height:70px;margin-bottom:15px;color:#888;line-height:1.8;}
.newsList li .more{display:inline-block;width:90px;height:32px;line-height:32px;font-size:.875em;border-radius:16px;background:#e6e6e6;text-align:center;transition:all .5s;}
.newsList li a:hover .more{background:#00abff;color:#fff;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover::after{width:100%;}

/* 新闻详情 */
.newsShow{width:72%;background:#fff;padding:40px;overflow:hidden;}
.showTie{overflow:hidden;margin-bottom:30px;text-align:center;border-bottom: 1px solid #e9e9e9;padding-bottom:30px;}
.showTie h2{font-size:1.75em;color:#000123;margin-bottom:15px;}
.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:-4px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;line-height:1.8;}
.showCon .ce img{min-width:60%;}
.showPage{height:60px;line-height:60px;overflow:hidden;background:#f5f7fa;padding:0 5%;font-size:.875rem;position:relative;}
.showPage .back{position: absolute;left:50%;margin-left:-20px;font-family:"iconfont";color:#00abff;font-size:1.286em;}
.showPage a:hover{color:#00abff;}
.showPage .back:hover{color:#f00;}

.picShow_r{width:25%;overflow:hidden;}
.rightNews,.rightNews2{background:#fff;padding:5%;margin-bottom:25px;}
.picShow_r .title{font-size:1.25em;color:#000123;border-bottom: 1px solid #d9d9d9;height:45px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #00abff;height:45px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}

.rightNews li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;}
.rightNews li .pImg{width:30%;float:left;padding-top:20%;margin-right:20px;border:1px solid #ddd;}
.rightNews li h4{padding-top:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:5px;}
.rightNews li h4 a,.rightNews2 li a{color:#000123;}
.rightNews li h4 a:hover,.rightNews2 li a:hover{color:#00abff;}
.rightNews li span{display:block;font-size:.875em;opacity:.5;}
.rightNews li:hover img{transform: scale(1.1);}
.rightNews li:last-child{border-bottom:none;}
.rightNews2 li{margin-bottom:15px;}

/* 服务支持 */
.serviceMain{border-left: 1px solid #f0f0f0;overflow:hidden;}
.serviceMenu{width:25%;padding:0 2%;overflow:hidden;max-width:400px;background:#fff;}
.serviceMenu h4{font-size:1.25em;color:#000123;margin-bottom:20px;}
.serviceMenu li{height:50px;line-height:50px;border-bottom: 1px solid #f6f6f6;position:relative;z-index:2;cursor:pointer;}
.serviceMenu li::after{content:"";position: absolute;left:0;top:0;width:0;height:100%;z-index:-1;background:#00abff;}
.serviceMenu .active{color:#fff;}
.serviceMenu .active::after{width:120%;left:-40px;}
.service{width:75%;background:#fafafa;padding:30px;line-height:2;}
.service .title{font-size:1.5em;margin-bottom:20px;color:#000123;line-height:1.2;}
.service .title span{display:block;font-size:0.667em;margin-top:15px;}
.serviceBox{padding-bottom:40px;border-bottom: 1px solid #e5e5e5;padding-top:40px;}
.serviceBox1{padding-top:0;}

.serviceBox5 .txt{background: url('../images/service4.jpg') no-repeat center;background-size:cover;padding:5%;color:#fff;font-size:1.5em;}
.serviceBox5 h4{font-weight:300;line-height:1.6;margin-bottom:30px;}
.serviceBox5 .txt span{display:block;font-size:1.5em;font-weight:400;}
.serviceBox5 h5{background: url('../images/sTel.png') no-repeat left center;padding-left:40px;font-size:1.167em;font-family:"montserrat";}

.serviceBox6{margin-bottom:0;border:none;}
.serviceForm p{float:left;width:49%;height:60px;line-height:60px;background: 
#fff;margin-top:30px;position:relative;}
.serviceForm p i{position: absolute;right:15px;color:#f00;font-style:normal;font-size:1.5em;top:5px;}
.serviceForm p input{width:100%;padding:0 20px;font-size:1em;opacity:.8;}
.serviceForm p:nth-child(2n){float:right;}
.serviceForm .tarea{width:100%;height:150px;}
.serviceForm textarea{font-size:1em;opacity:.8;padding:20px;width:100%;height:100%;}
.serviceForm .sub{width:100%;margin-top:30px;height:60px;line-height:60px;background:#00abff;color:#fff;font-size:1.25em;border-radius:30px;transition:all .5s;cursor:pointer;}
.serviceForm .sub:hover{background:#0091d8;}
.layer_video{width:80% !important;height:80%;}

/* 联系*/
#dituContent{height:480px;}
.contactBox1 ul{display: flex;overflow: hidden;border-radius:10px;padding: 80px 60px;box-shadow: 2px 2px 20px #ddd;justify-content: space-between;}
.contactBox1 li{position: relative;color:#666;font-size:1.429em;padding-left:60px;}
.contactBox1 span{display:block;color:#00abff;font-weight:bold;margin-top: 4px;}
.contactBox1 li:before{content:"";font-family:"iconfont"; position: absolute;left:0;top:0;bottom: 0;margin: auto;height: fit-content;color: #00abff;font-size: 40px;}
.contactBox1 li:nth-child(1):before{content: "\e603";}
.contactBox1 li:nth-child(2):before{content: "\e6ee";}
.contactBox1 li:nth-child(3):before{content: "\e63a";}
.contactBox2{margin:80px auto;overflow:hidden;background:#fff;border-radius:8px;box-shadow: 2px 2px 20px #ddd;}
.feedback{width:50%;background:url('../images/feedabck_bg.jpg') no-repeat center;background-size:cover;padding:5%;color:#fff;}
.feedback .title{font-size:1.750em;margin-bottom: 30px;}
.feedback .title span{display:block;font-size:12px;opacity:.8;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;margin-bottom: 10px;position: relative;border-bottom: 1px solid #fff;font-size:16px;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;color:#fff;}
.feedback .tarea{width: 100%;height: 120px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback textarea{width: 100%;height: 100%;color:#fff;}
.feedback .code{clear:both;padding-top:40px;}
.feedback .code input{height: 60px;line-height: 60px;border-bottom: 1px solid #fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .sub {background: #fff;width: 30%;cursor: pointer;transition: all .3s;color: #fff;display:inline-block;height: 50px;line-height: 50px;margin-top:30px;color:#00abff;font-size:18px;border-radius:5px;}
.feedback .sub:hover{background:#00abff;color:#fff;}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder{color:#fff;}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder{ color:#fff;}
.feedback input:-moz-placeholder,.feedback textarea:-moz-placeholder{  color:#fff;}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder{ color:#fff;}
.contactInfo{width:50%;padding:3%;line-height:2;overflow:hidden;}
.contactInfo .txt{margin-bottom:30px;min-height:240px;}
.contactInfo .ewm{float: left;width:130px;text-align:center;font-size:14px;position: relative;margin-right:80px;}
.contactInfo .ewm span{display:block;}
.contactInfo .ewm::after{content:"";position: absolute;right:-40px;border-right: 1px dotted #ccc;top:20px;bottom:40px;}
.contactInfo .zx{display:inline-block;margin-top:40px;background:#00abff;color:#fff;font-size:14px;height:40px;line-height:40px;border-radius:20px;width:160px;text-align:center;}
.contactInfo .zx:hover{background:#00abff;}
