﻿@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:#0075c2;}


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


@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('//at.alicdn.com/t/font_1152918_4hr5pdwrx4t.eot');
  src: url('//at.alicdn.com/t/font_1152918_4hr5pdwrx4t.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1152918_4hr5pdwrx4t.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1152918_4hr5pdwrx4t.woff') format('woff'),
  url('//at.alicdn.com/t/font_1152918_4hr5pdwrx4t.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1152918_4hr5pdwrx4t.svg#iconfont') format('svg');
}


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

/* 头部 */
.header{width:100%;background:#fff;position:relative;z-index:99;height:120px;font-size:1.125em;}
.header .logo{max-width:35%;line-height:120px;}
.nav {width:60%;display:flex;flex-flow: row wrap;justify-content: space-between;text-align:right;height:120px;padding-top:55px;}
.nav .m{float:left;position:relative;z-index:10;}
.nav .m>a{color:#191919;display:inline-block;position:relative;height:100%;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:2px;background:#0075c2;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a,.nav .m>a:hover{color:#0075c2;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:-55%;top:120%;background:#eee;line-height:35px;width:160px;color:#333;font-size:.875rem;transition:top 0.4s,opacity .4s;opacity:0;text-align:center;transform: scale(0);}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#0075c2;color:#fff;}
.nav .m:hover .navSub{top:100%;opacity:1;transform: scale(1);}
.headTel{position: absolute;right:0;top:12px;font-size:1.333em;color:#0075c2;font-family:Arial;}
.headTel span{margin-right:20px;}
.headFix{height:90px;box-shadow:2px 2px 5px #ddd;position: fixed;left:0;top:0;font-size:1rem;}
.headFix .nav{height:90px;padding-top:40px;}
.headFix .logo {line-height:90px;}
.headFix .logo img{height:50px;}
.headFix .headTel{top:6px;font-size:1.286em;}



/*  导航按钮 */
.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:#0075c2;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:#0075c2;right:60px;font-size:1.5rem;line-height:1;top:20px;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{bottom:90px;background:rgba(255,255,255,.5);height:30px;line-height:30px;border-radius:15px;width:130px;left:50%;margin-left:-65px;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #0075c2;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#0075c2;top:2px;left:2px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #0075c2;}
.banner .swiper-pagination-bullet-active::after{background:#0075c2;opacity:1;}

/*  搜索 */
.search{height:60px;line-height:60px;font-size:.875rem;margin-top:-60px;position: relative;z-index:5;background: rgba(0,0,0,.2);overflow:hidden;color:#fff;}
.searFont{width:64%;overflow:hidden;}
.searFont strong{color:#fff;font-weight:normal}
.searFont a{color:#fff;margin:0 5px;}
.searFont a:hover{color:#0075c2;}
.searMain{width:30%;height:60px;overflow:hidden;;padding-right:50px;max-width:430px;border-left:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2);}
.searMain .sear_text{float:left;width:100%;height:60px;line-height:60px;padding:0 15px;color:#fff;}
.searMain .sear_btn{float:right;width:50px;height:60px; cursor:pointer;background:url('../Images/sbtn.png') no-repeat center;transition:all 0.3s;margin-right:-50px;}
.searMain .sear_btn:hover{background-color:#0075c2;}
.searMain input::-webkit-input-placeholder{color:#fff;}

/* 我们的产品 */
.product{background:#f8f8f8;position: relative;}
.product .pg-canvas{position: absolute;left:0;top:0;height:100%;}
.hTitle{font-size:1rem;margin-bottom:40px;position: relative;text-align:center;}
.hTitle span{display: block;font-size:2.875em;color:#191919;margin-bottom:5px;}
.proMenu{font-size:1.143em;margin-bottom:40px;overflow:hidden;text-align:center;}
.proMenu a{position:relative;color:#333;text-align:center;z-index:2;padding-bottom:10px;display:inline-block;margin:0 25px;}
.proMenu a::after{content:"";position:absolute;left:0;bottom:0;background:#0075c2;width:100%;height:2px;z-index:-1;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.proMenu .on,.proMenu a:hover{color:#0075c2;}
.proMenu .on::after,.proMenu a:hover::after{transform: scale(1);transform-origin:left;}
.proMain{margin-right:-20px;}
.proMain li{float:left;width:25%;padding-right:20px;font-size:1.143em;margin-bottom:15px;}
.proMain li .pImg{padding-top:76%;transition:all .5s;}
.proMain li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #0075c2;transform:scale(0) rotate(-180deg);opacity:0;transition:all .5s;}
.proMain li h4{padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;}
.proMain li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover h4,.proMain li a:hover i{color:#0075c2;}
.proMain li a:hover .pImg::after{transform:scale(1) rotate(0deg);opacity:.6;}
.proMain li a:hover .pImg{box-shadow:0 2px 8px #ddd;}

/* 优势 */
.odds{background: url('../Images/odds_bg.jpg') no-repeat center;background-attachment: fixed;background-size:cover;color:#fff;position: relative;}
.hTitlew span{color:#fff;position: relative;z-index:2;}
.oddMain{color:#666;overflow: hidden;font-size:0.929em;padding-right:8px;z-index:2;}
.oddMain li{float: left;background:#fff;width:25%;min-height:150px;margin-top:70px;padding:15px 15px 15px 110px;transition:all .3s;box-shadow:2px 2px 6px rgba(0,0,0,.6);position: relative;z-index:2;}
.oddMain li::after{content:"";position: absolute;right:-100%;width:100%;height:1px;background:#fff;top:50%;z-index:-1;}
.oddMain li:nth-child(2n)::after{right:100%;}
.oddMain li:nth-child(2n){float:right;margin-left:40%;}
.oddMain li h4{font-size:1.538em;color:#191919;margin-bottom:10px;}
.oddMain li i{float:left;margin-left:-95px;background: url('../Images/oddsicon.png') no-repeat;width:74px;height:74px;margin-top:15px;transition:all .4s;}
.oddMain li:nth-child(2) i{background-position: -74px 0;}
.oddMain li:nth-child(3) i{background-position: -148px 0;}
.oddMain li:nth-child(4) i{background-position: -222px 0;}
.oddMain li:hover i{margin-top:5px;}
.oddMain li:hover {background:#ecf7ff;}
.odds .pic{position: absolute;left:50%;bottom:110px;transform:translateX(-50%);z-index:2;}
.odds .more{display: block;margin:0 auto;width:180px;height:50px;line-height:50px;border:1px solid #fff;color:#fff;text-align:center;margin-top:30px;}
.odds .more:hover{background:#fff;color:#0075c2;}
.odds .svg {position: absolute;left:0;top:0;height:300px;width:100%;}
.parallax>use{animation:move-forever 30s linear infinite}
.parallax>use:nth-child(1){animation-delay:-2s}
.parallax>use:nth-child(2){animation-delay:-2s;animation-duration:8s}
.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:9s}
.parallax>use:nth-child(4){animation-delay:-4s;animation-duration:12s}
.parallax>use:nth-child(5){animation-delay:0;animation-duration:9s}
.parallax>use:nth-child(6){animation-delay:-6s;animation-duration:11s}
.parallax>use:nth-child(7){animation-delay:-3s;animation-duration:9s}
.parallax>use:nth-child(8){animation-delay:0s;animation-duration:7s}
@keyframes move-forever{
  0%{transform:translate(-90px,0)}
  100%{transform:translate(85px,0)}
}


/* 应用案例 */
.caseSlide{margin-bottom:40px;overflow:hidden;position: relative;}
.caseSlide li{float:left;width:25%;text-align:center;}
.caseSlide li .pImg{padding-top:70%;margin-bottom:20px;}
.caseSlide li p{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;}
.caseSlide li:hover img{transform: scale(1.1);}
.caseSlide li:hover p{color:#0075c2;}
.caseSlide .btn{display:inline-block;width:34px;height:66px;line-height:66px;background:rgba(0, 0, 0,.5);color:#fff;text-align:center;top:40%;left:0;}
.caseSlide .swiper-button-next{left:auto;right:0;}
/* .caseSlide:hover .btn{opacity:1;} */
.partner{padding-top:1px;padding-left:1px;}
.partner li{float:left;width:12.5%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;}
.partner li .pImg{padding-top:62%;}
.partner li p{background:#0075c2;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;}
.partner li:hover{z-index:2;border:1px solid #0075c2;}
.partner li:hover img{margin-top:-15px;}
.partner li:hover p{bottom:0;}

/* 全球奥诗德 */
.range{background:#f1f1f1;font-size:1em;padding:90px 0;}
.rangeL{max-width:540px;}
.rangeL .hTitle{text-align:left;max-width:320px;margin-bottom:60px;font-size:.875rem;}
.rangeL .hTitle span{color:#0075c2;font-size:3.429em;}
.range h4{font-size:1.714em;color:#191919;margin-bottom:30px;}
.range .txt{padding-left:35px;line-height:1.8;border-left:2px solid #2183c8;margin-bottom:60px;}
.rangeS li{float:left; padding-right:35px;margin-right:35px;border-right: 1px dotted #b9b9b9;}
.rangeS li span{display:block;font-size:2.875em;color:#2183c8;}
.rangeS li:nth-child(3){border-right:none;padding-right:0;margin-right:0;}
.range .pic{position: absolute;right:-100px;top:-30px;}

/* 关于 */
.aboutL{height:510px;width:50%;overflow:hidden;position: relative;}
.aboutL li{position:relative;height:510px;}
.aboutL li img{height:100%;}
.aboutL li p{position: absolute;width:100%;padding:0 120px 0 20px;background: rgba(0,0,0,.5);bottom:0;color:#fff;height:50px;line-height:50px;}
.aboutL .slideIcon{position: absolute;right:20px;bottom:15px;z-index:2;width:auto; left:auto;}
.aboutL .swiper-pagination-bullet{background:#fff;opacity:1;width:10px;height:10px;}
.aboutL .swiper-pagination-bullet-active{background:#0075c2;}

.aboutR{width:46%;}
.aboutR .title{margin-bottom:40px;padding-bottom:20px;font-size:3em;color:#191919;position: relative;}
.aboutR .title::after{content:"";position: absolute;left:0;bottom:0;width:50px;height:2px;background:#0075c2;}
.aboutR .tie{font-size:2.143em;margin-bottom:25px;color:#191919;}
.aboutR .txt{height:190px;overflow-y:auto;margin-bottom:20px;line-height:1.8;}
.aboutR .more{height:36px;line-height:36px;border:1px solid #9c9c9c;text-align:center;width:120px;display:inline-block;font-size:12px;}
.aboutR .more i{font-style:normal;margin-left:5px;}
.aboutR .more:hover{width:160px;background:#0075c2;color:#fff;border:1px solid #0075c2;}
.aboutMenu{margin-top:40px;overflow:hidden;}
.aboutMenu li{float:left;width:25%;padding-right:1px;}
.aboutMenu li a{display:block;background: url('../Images/a1.jpg') no-repeat;height:224px;text-align:center;padding-top:60px;color:#fff;font-size:1.714em;transition:all .5s;}
.aboutMenu li i{width:33px;height:35px;background: url('../Images/abouticon.png') no-repeat;display:inline-block;margin-bottom:10px;}
.aboutMenu li span{display: block;font-size:12px;font-family:Arial;opacity:.4;}
.aboutMenu li:nth-child(2) a{background-image: url('../Images/a2.jpg');}
.aboutMenu li:nth-child(3) a{background-image: url('../Images/a3.jpg');}
.aboutMenu li:nth-child(4) a{background-image: url('../Images/a4.jpg');}
.aboutMenu li:nth-child(2) i{background-position: -33px 0;}
.aboutMenu li:nth-child(3) i{background-position: -66px 0;}
.aboutMenu li:nth-child(4) i{background-position: -99px 0;}
.aboutMenu li a:hover{background-position: 0 -230px;box-shadow:0 0 15px #0075c2 inset;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 新闻快讯 */
.news{overflow:hidden;background:#f2f2f2;}
.news .title{text-align:center;font-size:3em;color:#333;}
.newsMenu{margin:25px 0 60px 0;font-size:1.286em;text-align:center;}
.newsMenu a{position:relative;color:#191919;margin:0 25px;display:inline-block;}
.newsMenu a::after{content:"";position:absolute;left:0;bottom:-5px;background:#0075c2;height:2px;transition:all .5s;width:0;}
.newsMenu .on{color:#0075c2;}
.newsMenu a.on::after{width:100%;}

.newsMain{overflow:hidden;margin-right:-15px;}
.newsMain li{float:left;width:33.3%;padding-right:15px;overflow:hidden;}
.newsMain li a{display:block;overflow:hidden;position:relative;z-index:2;color:#888;background:#fff;padding:20px;}
.newsMain li .bgImg{height:260px;transition:all .6s;}
.newsMain li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;padding:25px 0 15px 0;transition:all .3s;font-weight:bold;}
.newsMain li p{height:100px;border-bottom: 1px solid #e5e5e5;margin-bottom:30px;line-height:1.8;}
.newsMain li .date{display:block;font-size:12px;}
.newsMain li .date i{font-style:normal;margin-left:20px;opacity:.6;}
.newsMain li:nth-child(2),.newsMain li:nth-child(3){margin-bottom:15px;}
.newsMain li a:hover .bgImg{transform: scale(1.1);}
.newsMain .pic h4{z-index:2;position:relative;}
.newsMain .pic .hide{display:block;}
.newsMain .txt a{padding:30px;}
.newsMain .txt h4{padding-top:0;}
.newsMain .txt .bgImg{position: absolute;z-index:-1;opacity:0;top:0;left:0;}
.newsMain .txt a:hover .bgImg{opacity:.2;}
.newsMain .txt a:hover{color:#fff;background-color:#0075c2;}
.newsMain .txt a:hover h4{color:#fff;}


/*底部 */
.footer{background:#0075c2;color:#dde8f4;overflow:hidden;font-size:.875rem;padding-top:60px;}
.footL{width:60%;overflow:hidden;}
.footL ul{float:left;width:25%;}
.footL ul h4{color:#fff;font-size:1.286em;margin-bottom:20px;position:relative;padding-bottom:15px;}
.footL ul h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;width:15px;background:#fff;}
.footMenu_wap{display:none;overflow:hidden;}
.footR{width:360px;padding-right:180px;text-align:right;}
.footWx{float:right;margin-right:-180px;width:140px;text-align:center;} 
.footWx p{margin-top:10px;}
.footR span{display: block;color:#fff;font-size:1.714em;font-family:Arial;font-weight:700;margin-top:8px;}
.footR a{display: block;text-align:center;border:1px solid #fff;margin-top:15px;height:45px;line-height:45px;}
.footR a i{font-style:normal;margin-left:15px;}
.footR .zx:hover{background:#fff;color:#0075c2;}
.copyRight{border-top: 1px solid #3391ce;border-bottom: 1px solid #3391ce;padding:20px 0;margin-top:35px;overflow:hidden;}
.footer a,.firendlink a{color:#dde8f4;}
.footer a:hover,.firendlink a:hover{color:#fff;text-decoration: underline;}
.firendlink{padding:20px 0;}
.firendlink a{margin:0 15px;}


/*内页公用 */
.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;padding:25px 20px 25px 20px;position:relative;overflow:hidden;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#0075c2;border:1px solid #0075c2;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#0075c2;color:#fff;}
.listTie{font-size:2.625rem;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#057bc1;margin-left:-10px;}
.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;}
}


/*内页公用菜单*/
.listMenu{border-bottom: 1px solid #d9d9d9;text-align:center;padding-top:20px;font-size:1.25em;}
.listMenu .main{display:flex;flex-flow:row wrap;justify-content:center;height:55px;}
.listMenu a{position:relative;display:inline-block;height:55px;color:#333;margin:0 25px;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#0075c2;bottom:-1px;transform: scale(0,1);transform-origin: right;transition:transform .4s;}
.listMenu a:hover,.listMenu .cur{color:#0075c2;}
.listMenu .cur::after,.listMenu a:hover::after{transform: scale(1);transform-origin:left;}

/* 产品列表 */
.proWrap{background:#f1f1f1;padding-bottom:80px;font-size:.875rem;}
.proList{padding-top:60px;}
.proList ul{margin-right:-25px;}
.proList li{float:left;width:25%;padding-right:25px;margin-bottom:25px;}
.proList li a{display:block;background:#fff;}
.proList li .pImg{padding-top:80%;}
.proList li h4{height:60px;text-align:center;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-size:1.143em;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover h4{color:#007ed4;}
.proList li a:hover{box-shadow:2px 2px 10px #ccc;}
.searList li a{border:1px solid #ddd;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin-bottom:50px;background:#fff;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.proShow_l{width:72%;}
.gallery{width:54%;position:relative;border-right:solid 1px #ddd;}
.gallery .gallery-top{position:relative;border-bottom: 1px solid #ddd;}
.gallery .gallery-top .pImg{padding-top:80%;}
.gallery img{width:100%;}
.gallery-top li a{position:relative;padding-top:81%;}
.gallery-thumbs{margin-right:-1px;position: absolute;right:0;bottom:0;}
.gallery-thumbs li{border-right:1px solid #bdc4ce;padding-top:16%;cursor:pointer;width:25%;position: relative;}
.gallery-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallery-thumbs .on::after{border:2px solid #007ed4;}
.gallery .btn{background:#333;width:40px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:0;}
.gallery .swiper-button-prev{left:0;}
.gallery .swiper-button-next{right:0;left:auto;}
.gallery .btn:hover{background:#007ed4;}
.gallery:hover .btn{opacity:.8;}

.proShow_R{width:46%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:1.778em;color:#005aae;}
.proShow_R .font{min-height:160px;line-height:1.8;}
.proShow_R .btn{overflow:hidden;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;padding:20px 0;margin-bottom:20px;margin-top:10px;}
.proShow_R .btn a{width:38%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ccc;margin-right:3%;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_R .btn a:hover{background:#005aae;color:#fff;border:1px solid #0a3a8c;}
.proShow_R .tel{font-size:1.571em;color:#191919;font-family:Arial;font-weight:bold;background: url('../Images/zxtel.png') no-repeat left 10px;padding-left:25px;}
.proShow_R .tel span{margin-left:15px;}
.proTie span{display:inline-block;border-bottom:1px solid #005aae;;color:#005aae;height:45px;}
.proTie{height:45px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;}
.proShow_con .main{background:#fff;padding:5%;}
div.showPage_w{background:#fff;margin-top:40px;}
.gallery-thumbs.swiper-container .swiper-slide{pointer-events:auto;}

/* 客户案例 */
.picSlide{position:relative;margin-bottom:40px;background:#e1e1e1;padding:10px;}
.picSlide li{text-align:center;height:100%;position: relative;}
.picSlide img{width:100%;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:1px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:12%;cursor:pointer;width:16.66%;position: relative;}
.picSlide-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:5px solid #0385d1;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .btn{top:45%;background:rgba(0, 0, 0,.5);text-align:center;width:90px;height:50px;line-height:50px;color:#fff;font-size:24px;font-family:Arial;transition:all .3s;left:0;}
.picSlide .swiper-button-next{right:0;left:auto;}
.picSlide .swiper-button-next:hover,.picSlide .swiper-button-prev:hover{background:#0385d1;}
/* 合作伙伴 */
.partnerList ul{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:14.3%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;}
.partnerList li .pImg{padding-top:65%;}
.partnerList li img{padding:20px 0;}
.partnerList li p{background:#0075c2;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #0075c2;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-20px;}

/* 实力展示 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:420px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:420px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#0075c2;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#0075c2;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:74%;border:1px solid #e1e1e1;}
.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:#0075c2;}
.honorList li .pImg{padding-top:125%;}
.honorList li{width:20%;}
.galy{background:#f5f5f5;}
.caseList li .pImg{padding-top:68%;}
.caseList li p{text-align: left;}
.caseList li i{float:right;font-style:normal;}

/* 服务支持 */
.supportBox1 ul{margin:0 -1%;padding-top:40px;overflow:hidden;}
.supportBox1 li{float:left;width:23%;margin:0 1%;background:#f3f3f3;text-align:center;padding:0 2.5%;min-height:320px;}
.supportBox1 li i{display:inline-block;width:50px;height:50px;border-radius:100%;text-align:center;line-height:50px;font-style:normal;background:#057bc1;color:#fff;font-size:1.286em;margin-top:-25px;margin-bottom:30px;}
.supportBox1 li h4{font-size:2em;color:#191919;position: relative;padding-bottom:15px;margin-bottom:30px;}
.supportBox1 li h4 span{display: block;font-size:14px;font-family:Arial;opacity:.5;}
.supportBox1 li h4::after{content:"";position: absolute;left:50%;bottom:0;width:24px;height:1px;background:#057bc1;margin-left:-12px;}

.faq{background:#f5f5f5;}
.faq ul{padding-left:1px;padding-top:1px;overflow: hidden;}
.faq li{float:left;width:33.3%;position:relative;border:1px solid #e5e5e5;margin-left:-1px;margin-top:-1px;transition:all .3s;padding:2.5%;height:280px;background:#fff;}
.faq li::after{content:"";position: absolute;left:0;bottom:0;height:6px;background:#057bc1;transition:all .5s;width:0;}
.faq li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:20px;color:#333;}
.faq li .tag{font-size:12px;margin:15px 0 20px 0;padding-left:25px;position:relative;color:#8f8f8f;}
.faq li .tag::after{content:"\e606";font-family:"iconfont";position:absolute;left:0;top:-2px;font-size:1.143rem;}
.faq li .txt{color:#777;height:100px;margin-bottom:15px;overflow:hidden;}
.faq li .date{color:#999;display:block;}
.faq li .date i{float:right;font-style:normal;font-size:1.286rem;font-family:"Arial";margin-top:-5px;}
.faq li:hover::after{width:100%;}
.faq li:hover{box-shadow:0 0 10px #ccc;}
.faq li:hover h4 {color:#057bc1;}
.faqList{background:none;}
.faqList li {width:50%;height:auto;}

/* 下载中心 */
.downL{background: url('../Images/down_tie.jpg') no-repeat center bottom;background-size:cover;height:550px;width:22.5%;color:#fff;padding:4%;}
.downL .hTitle{text-align:left;}
.downL .hTitle span{margin-bottom:15px;}
.downL h4{margin-top:150px;}
.downL .tel span{display:block;color:#fff;font-size:1.857em;font-family:Arial;margin-bottom:20px;}
.downL .tel{color:#aeaeae;}
.downL h5.tel  span{font-size:1.429em;}
.downR{width:75%;}
.downList li{background:#ededed;margin-bottom:10px;}
.downList li a{display:block;padding:2.5% 3%;color:#191919;}
.downList li span{float:right;color:#666;position:relative;padding-left:30px;margin-left:25px;}
.downList li span::after{content:"\e624";position:absolute;font-family:"iconfont";left:0;font-size:1.286rem;top:-5px}
.downList li a:hover{background:#057bc1;color:#fff;}
.downList li a:hover span{color:#fff;}
.downList .more{text-align:center;font-size:18px;}

/* 关于我们 */
.aboutBox1 .tie{font-size:2.571em;color:#0089e1;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:400px;}
.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{padding-bottom:50px;border-top: 1px solid #ddd;}
.culture li{float:left;width:48%;overflow:hidden;margin-bottom:20px;font-size:1.143em;}
.culture li .pImg{padding-top:54%;}
.culture li:nth-child(2n){float:right;}
.culture li .txt{padding-left:160px;min-height:120px;padding-top:20px;position: relative;z-index:2;}
.culture li h4{float:left;margin-left:-130px;background: url('../Images/culture_li.png') no-repeat;width:100px;height:120px;color:#fff;text-align:center;font-size:2.25em;writing-mode: vertical-lr;writing-mode: tb-lr;line-height:100px;margin-top:-70px;}
.culture li:hover img{transform: scale(1.1);}
.honor{background: url('../Images/honor_bg.jpg');}
.honor{position: relative;overflow: hidden;font-size: .875rem;}
.honor li{float: left;width: 16.6%;}
.honor li a{display:block; background:#fff;padding:10px;}
.honor li .pImg{padding-top:125%;}
.honor li p{text-align: center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:10px;}
.honor li a:hover img{transform:scale(1.08);}
.honor .swiper-pagination{position: static;margin-top:40px;height:2px;background:#ccc;}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#0089e1;}
.setting ul{margin-right:-10px;}
.setting li{float:left;width:20%;padding-right:10px;padding-bottom:10px;}
.setting li .pImg{padding-top:62%;}
.setting li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:50px;line-height:50px;color:#fff;left:0;bottom:-50px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.setting li.big {width:40%;}
.setting li:hover img{transform: scale(1.1);}
.setting li:hover p{bottom:0;}
.setting li:hover .pImg::after{transform: scale(1) rotate(0deg);opacity:.9;}


/* 新闻列表 */
.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:#0075c2;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #0075c2;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#0075c2; 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{width:70%;overflow:hidden;}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:420px;height:240px;margin-right:50px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:80px;}
.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: #0075c2;border: 1px solid #0075c2;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 新闻详情 */
.picShow_l{width:70%;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:25%;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 #0075c2;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:#0075c2;}
.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:#0075c2;color:#fff;}
.rightNews,.rightContact{background:#f4f4f4;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;}

/* 公司宣传片 */
.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;}

/* 联系*/
#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:#0075c2;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: #0075c2;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #0075c2;}
.feedback .sub:hover{background:#00559a;}