@charset "utf-8";
/**
深圳市恒一信息技术有限公司
http://szhengyi.net
**/
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:#0068c0;}


/* 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:1400px;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:80px 0;font-size:.875em;overflow:hidden;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#0068c0;}

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


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


/* 头部 */
.header{height:120px;width:100%;position: fixed;z-index:90;background:rgba(0,0,0,.4);top:0;left:0;}
.header .logo{position:absolute;left:0;top:0;line-height:120px;} 
.nav {padding:0 190px 0 400px;height:120px;display:flex;flex-wrap: row wrap;justify-content: space-between;line-height:120px;}
.nav .m{float:left;text-align:center;position:relative;z-index:10;flex-grow:1;}
.nav .m>a{color:#fff;display:inline-block;position:relative;line-height:50px;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:2px;background:#0068c0;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#fff;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:-20px;top:110%;background:#eee;line-height:35px;width:180px;font-size:.875rem;transform:scale(0,1);transition:opacity 0.4s,top .4s;opacity:0;}
.nav .navSub::before{content:"";position:absolute;left:50%;top:-16px;border:8px solid transparent;border-bottom-color:#f1f1f1;margin-left:-8px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#0068c0;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:90%;}
.headR{position:absolute;right:0;top:48px;text-align:right;}
.headR li{float:left;color:#fff;font-size:1.375em;font-family:Arial;line-height:24px;}
.headR .sIcon{float:left;width:22px;height:24px;background: url('../images/sIcon.png') no-repeat center;cursor:pointer;margin-right:10px;}
.headFix{height:90px;background:rgba(0,0,0,.9);}
.headFix .logo,.headFix .nav{height:90px;line-height:90px;}
.headFix .logo img{height:60px;}
.headFix .headR{top:33px;}
.headFix .m:hover .navSub{top:100%}

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


/* PC端搜索 */
.search{position: absolute;padding:20px;background:#333; background: rgba(0,0,0,.5);left:0;top:100%;display:none;width:100%;padding-top:0;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 20px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;}
.search .btn{float:left;width:50px;height:50px; cursor:pointer;transition:all 0.3s;background:#333 url('../images/sIcon.png') no-repeat center;border-left:1px solid #666;margin-right:-50px;}
.search .btn:hover{background-color:#000;}

/* 广告轮播图 */
.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:12px;height:12px;border:1px solid #fff;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{background:#fff;}
.banner .swiper-button-white::after{content: "";position: absolute;left: -100px;width: 60px;height: 2px;background: #fff;top:50%;margin-top: -1px;opacity: 0;transition: all .3s;}
.banner .swiper-button-next::after{left: auto; right: 100px;}
.banner .swiper-button-white:hover::after{opacity: 1;left: 3px;}
.banner .swiper-button-next:hover::after{left: auto;right: 0;}
.banner .swiper-button-white{opacity:0;}
.banner:hover .swiper-button-white{opacity:1;}


/* 产品中心 */
.hTitle{font-size:1rem;text-align:center;margin-bottom:40px;}
.hTitle span{display: block;font-size:2.875em;color:#191919;}
.proMenu{text-align:center;font-size:1.286em;margin-bottom:40px;}
.proMenu a{display:inline-block;color:#333;margin:0 25px;}
.proMenu a:hover,.proMain li a:hover h4,.proMenu .on{color:#0078b7;}
.proMain{margin-right:-20px;}
.proMain li{float:left;width:25%;padding-right:20px;margin-bottom:15px;}
.proMain li a{border:1px solid #e0e0e0;display: block;padding:5% 8%;}
.proMain li .pImg{padding-top:80%;border-bottom: 1px solid #e0e0e0;margin-bottom:20px;}
.proMain li h4{font-size:1.143em;color:#333;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.proMain li p{font-size:12px;color:#888;height:45px;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover {box-shadow:2px 2px 8px #ddd;}

/* 应用范围 */
.apply{background: url('../images/apply_bg.jpg');}
.apply li{float:left;width:28%;padding-right:1px;padding-bottom:1px;}
.apply li a{display: block;height:285px;overflow:hidden;color:#fff;position: relative;}
.apply li .bgImg{position: relative;z-index:2;transition:all .7s;}
.apply li:nth-child(1),.apply li:nth-child(2){width:22%;}
.apply li:nth-child(1) a,.apply li:nth-child(2) a{height:571px;}
.apply li:nth-child(5){width:56%;}
.apply li h4{position: absolute;right:30px;bottom:100px;font-size:1.857em;padding-bottom:15px;z-index:3;transition:all .4s;}
.apply li h4 span{display: block;font-family:Arial;font-size:12px;font-family:Arial;opacity:.8;}
.apply li h4::after{content:"";position: absolute;bottom:0;width:10px;height:2px;background:#fff;left:0;bottom:0;}
.apply li .bgImg::after{content:"";position: absolute;width:100%;height:100%;right:0;top:0;z-index:-1;transition:all .4s;}
.apply .small .bgImg::after{background: linear-gradient(60deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.8));}
.apply .big .bgImg::after{background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));} 
.apply li a:hover .bgImg{transform: scale(1.1);}
.apply li a:hover h4{right:50px;transition-delay:.3s;}
/* .apply li a:hover .bgImg::after{background: linear-gradient(60deg,rgba(0,104,192,0) 10%,rgba(0,104,192,.9)); */

/* 粤科优势 */
.odds,.about,.partnerA{background-image: url('../images/odds_bg.jpg');background-position:center;background-repeat: no-repeat;background-size:cover;background-attachment: fixed;} 
.odds{transition:all .5s;}
.odds .hTitle{text-align:left;color:#fff;}
.odds .hTitle span{color:#fff;}
.oddsMenu{width:440px;overflow:hidden;}
.oddsMenu li{float:left;width:50%;border-bottom: 1px solid #424647;border-right: 1px solid #424647;padding:4% 5%;height:140px;cursor:pointer;transition:all .4s;background:#fff;}
.oddsMenu li i{font-style:normal;font-size:1.857em;opacity:.5;font-family:Arial;font-weight:bold;}
.oddsMenu li h4{font-size:1.429em;color:#191919;}
.oddsMenu li h4 span{display: block;font-size:12px;opacity:.5;font-family:Arial;}
.oddsMenu li.on{background:#0068c0;color:#fff;}
.oddsMenu li.on h4{color:#fff;}
.oddsMenu li.on i{opacity:1;}

.oddsMain{width:54%;position: absolute;bottom:10px;right:0;overflow: hidden;color:#fff;}
.oddsMain li{background:#0068c0;min-height:170px;padding:5% 8%;font-size:1.143em;overflow: hidden;}
.oddsMain li i{position: absolute;right:-30px;top:-40px;font-family:Arial;font-style:normal;opacity:.2;font-weight:bold;font-size:15.625em;line-height:1;letter-spacing:-15px;}
.oddsMain li h4{font-size:1.625em;margin-bottom:10px;}

/* 合作伙伴 */
.partner ul{padding-top:1px;padding-left:1px;}
.partner li{float:left;width:11.1%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partner li .pImg{padding-top:78%;}
.partner li p{background:#0068c0;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 #0068c0;}
.partner li:hover p{bottom:0;}
.partner li:hover img{margin-top:-15px;}

/* 关于我们 */
.about{background-image: url('../images/about_bg.jpg');}
.aboutMain{position:relative;overflow: hidden;}
.aboutR{width:50%;background:#fff;height:460px;padding:2% 5%;}
.aboutR .hTitle{text-align:left;}
.aboutR .txt{height:200px;margin-bottom:10px;line-height:1.6;}
.aboutR .more {color:#0068c0;}
.aboutR .more:hover{text-decoration: underline;}
.aboutR .more i{font-style:normal;margin-left:10px;}
.aboutL{height:460px;display:block;width:50%;overflow:hidden;}
.aboutL .bgImg{animation:scale 30s infinite;}




/* 新闻快讯 */
.tieTop{overflow: hidden;margin-bottom:40px;position:relative;}
.tieTop .hTitle{text-align:left;margin-bottom:0;}
.newsMenu{position: absolute;right:0;bottom:10px;font-size:1.571em;}
.newsMenu a{position:relative;color:#191919;margin-left:60px;display:inline-block;padding-bottom:10px;}
.newsMenu a::after,.caseMain a::after{content:"";position:absolute;left:0;bottom:0;background:#0068c0;height:1px;transition:all .5s;width:0;}
.newsMenu .on{color:#0068c0;}
.newsMenu a.on::after,.caseMain li a:hover::after{width:100%;}
.newsMain{position: relative;overflow: hidden;}
.newsL{width:65%;float:left;}
.newsL li.pic{overflow:hidden;padding-bottom:30px;margin-bottom:20px;border-bottom: 1px solid #ddd;}
.newsL li .img{float: left;display:block;width:46%;height:270px;overflow:hidden;margin-right:40px;}
.newsL li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;transition:all .3s;margin-bottom:20px;padding-top:10px;}
.newsL li h4 a{color:#333;}
.newsL li h4 a:hover{color:#0068c0;}
.newsL li p{margin-bottom:30px;line-height:1.6;height:140px;overflow:hidden;font-size:12px;}
.newsL li .date{display:block;font-size:12px;opacity:.8;}
.newsL li .date a{margin-left:20px;}
.newsL .pic:hover .bgImg{transform: scale(1.1);}
.newsL li.txt {line-height:35px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsL li.txt span{float:right;color:#999;font-size:12px;margin-left:20px;}
.newsL li.txt a{background: url('../images/n_li.jpg') no-repeat left center;padding-left:15px;color:#333;}
.newsL li.txt a:hover{padding-left:25px;background-position: 10px center;color:#0068c0;}

.newsR{width:28%;overflow:hidden;}
.newsR li{border-bottom: 1px dotted #ccc;margin-bottom:20px;font-size:.75rem;}
.newsR li a{display: block;color:#888;height:136px;padding-bottom:25px;position:relative;}
.newsR li a::after{content:"";position: absolute;left:0;bottom:-1px;height:1px;background:#0068c0;width:100%;transform: scale(0,1);transform-origin: right;transition:transform .5s;}
.newsR li h4{font-size:1.333em;color:#191919;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsR li .date{margin-top:15px;opacity:.7;display:block;}
.newsR li a:hover h4{color:#0068c0;}
.newsR li a:hover::after{transform: scale(1);transform-origin: left;}

/*底部 */
.footer{overflow:hidden;font-size:.75rem;background:#1e1e1e;color:#999;}
.footMain{padding:50px 0 30px 0;overflow:hidden;}
.footMenu{margin-bottom:40px;font-size:1.333em;overflow:hidden;}
.footL .footMenu a{color:#fff;margin-right:38px;}
.footMenu a:hover{text-decoration: underline;}
.footL{width:70%;}
.footL .font{padding-left:120px;line-height:2;}
.footLogo{margin-left:-120px;}
.footR{max-width:30%;padding-right:160px;text-align:right;}
.footR .tel{position:relative;padding-bottom:20px;padding-top:10px;}
.footR .tel span{display: block;font-family:Arial;font-size:1.333em;color:#999;font-weight:700;}
.footR .tel span:nth-child(1){color:#fff;font-size:2em;}
.footR .tel::after{content:"";position: absolute;right:0;bottom:0;height:2px;width:14px;background:#0078b7;}
.footWx {margin-right:-160px;background:#fff;width:120px;text-align:center;padding:5px;padding-bottom:10px;color:#666;}
.footWx img{width:100%;}
.firendlink{padding:20px 0;position:relative;}
.firendlink::after{content:"";position: absolute;left:-50%;top:0;height:1px;width:200%;background:#353535;}
.firendlink span{color:#fff;margin-right:25px;}
.firendlink i{font-style:normal;opacity:.5;margin-left:5px;font-family:"iconfont";font-size:1rem;position: relative;top:2px;}
.firendlink a{margin:0 15px;}
.footer a{color:#999;}
.footer a:hover{color:#fff;}


/*内页公用 */
.listWrap{overflow:hidden;padding:50px 0 70px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:480px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;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%); text-align:center;}
.listBanner h3 span{display: block;font-size:.6em;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;padding:25px 20px 25px 20px;position:relative;border-bottom: 1px solid #f4f4f4;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#0068c0;border:1px solid #0068c0;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#0068c0;color:#fff;}
.proSear{width:50%;margin:40px auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 0;background:#fff;}
.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;background:#f5f5f5;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{font-size:1.143rem;text-align:center;padding:10px 0;position:relative;z-index:5;}
.listMenu::after,.breadCrumb::before{content:"";position: absolute;left:-50%;height:100%;width:200%;background:#f4f4f4;top:0;z-index:-1;}
.listMenu1::after,.breadCrumb1::before{background:#fff;}
.listMenu a{display:inline-block;color:#191919;height:45px;line-height:45px;margin:0 25px;padding:0 5px;position:relative;}
.listMenu a::before,.listMenu a::after{content:"";position: absolute;left:0;top:1px;background:#0078b7;width:0;height:1px;transition:all .5s;}
.listMenu a::after{top:auto;bottom:0;left:auto;right:0;}
.listMenu a:hover{color:#0078b7;}
.listMenu .cur{color:#0078b7;}
.listMenu .cur::after,.listMenu .cur::before,.listMenu a:hover::after,.listMenu a:hover::before{width:100%;}

/* 产品列表 */
.proWrap{background:#f1f1f1;}
.proList li{float:left;width:25%;padding-right:20px;margin-bottom:15px;}
.proList li a{border:1px solid #e0e0e0;display: block;padding:5% 8%;background:#fff;}
.proList li .pImg{padding-top:80%;border-bottom: 1px solid #e0e0e0;margin-bottom:20px;}
.proList li h4{font-size:1.143em;color:#333;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.proList li p{font-size:12px;color:#888;height:45px;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover {box-shadow:2px 2px 8px #ddd;}
.proList li a:hover h4{color:#0078b7;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin-bottom:50px;background:#fff;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.proShow_l{width:70%;}
.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-left:1px;}
.gallery-thumbs li{border-right:1px solid #bdc4ce;padding-top:20%;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 #0068c0;}
.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:#0068c0;}
.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:#0068c0;}
.proShow_R .font{min-height:180px;line-height:2;}
.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:#0068c0;color:#fff;border:1px solid #006635;}
.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;margin-bottom:15px;}
.proShow_R .tel span{margin-left:15px;}
.proTie span{display:inline-block;border-bottom:1px solid #0068c0;;color:#0068c0;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;}

/* 行业应用 */
.applyList li{background:#f5f5f5;overflow:hidden;margin-bottom:40px;transition:all .5s;}
.applyList li .pic{width:50%;overflow:hidden;display:block;height:420px;}
.applyList li .txt{width:50%;padding:4%;position:relative;}
.applyList li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.applyList li h4::after,.applyFont .title::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#0068c0;width:15px;transition:all 0.4s; }
.applyList li h4 a{color:#333;}
.applyList li .txt .info{min-height:130px;}
.applyList 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:#0068c0;}
.applyList li .more{background:#fff;color:#0068c0;margin-left:15px;}
.applyList li .btn:hover{color:#fff;background: #005399;}
.applyList li:nth-child(2n) .txt{float:left;} 
.applyList li:nth-child(2n) .pic{float:right;}
.applyList li:hover .bgImg{transform: scale(1.05);}
.applyList li h4 a:hover{color:#0068c0;}

/* 行业应用详情 */
.applySlide{width:55%;overflow:hidden;position:relative;}
.applySlide li{height:520px;}
.applySlide .swiper-pagination-bullet{width:12px;height:12px;}
.applySlide .btn{width:35px;height:35px;border-radius:100%;background:#fff;text-align:center;color:#333;line-height:35px;font-family:"宋体";font-weight:bold;font-size:20px;transition:all .3s;}
.applySlide .btn:hover{background:#0068c0;color:#fff;}
.applyFont{width:45%;height:520px;background:#f5f5f5;overflow: hidden;padding:4% 5%;}
.applyFont .title{font-size:2em;color:#0068c0;margin-bottom:30px;padding-bottom:15px;position: relative;}
.applyCon{background:#f5f5f5;overflow: hidden;}
.applyCon .tie,.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}


/* 关于我们 */
.listTie{text-align:center;color:#191919;font-size:2.375em;margin-bottom:40px;padding-bottom:15px;position:relative;}
.listTie span{font-size:14px;opacity:.5;display: block;}
.listTie:after{content:"";position:absolute;height:1px;background:#0068c0;width:30px;bottom:0;margin-left:-15px;left:50%;}
.profile{padding-left:340px;padding-bottom:50px;}
.profile .title{font-size:2.125rem;color:#191919;position:relative;padding-bottom:15px;margin-bottom:50px;}
.profile .title span{display:block;font-size:1.294em;font-family:'Geometric','Arial';text-transform: uppercase;line-height:1.2;margin-top:10px;}
.profile .title span i{display: block;font-size:14px;font-style:normal;text-transform: none;}
.profile .title::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#0068c0;}
.profileL{margin-left:-340px;width:220px;}
.profileL h4{font-size:1.286em;color:#333;font-weight:bold;margin-bottom:40px;}
.profileL h4 span{display: block;font-size:12px;font-weight:normal;opacity:.5;line-height:1;margin-top:10px;}
.profileR{line-height:1.8;}
.profileR .tie{font-size:2em;color:#333;margin-bottom:30px;font-weight:bold;}
.zxBtn{display:block;height:50px;line-height:50px;background:#191919;text-align:center;color:#fff;}
.zxBtn:hover{background:#0068c0;color:#fff;}
.zxBtn i{font-family: "iconfont";font-style:normal;margin-right:10px;}

.culture{border-top: 1px solid #ddd;overflow:hidden;text-align:center;padding-top:50px;}
.culture li{float:left;background:#f5f5f5;padding:20px;width:25%;min-height:460px;text-align:left;}
.culture li .pImg{padding-top:65%;}
.culture li h4{font-size:20px;color:#222;margin-bottom:15px;padding-bottom:10px;font-weight:normal;margin-top:15px;position:relative;}
.culture li h4 span{display:block;font-size:12px;font-family:Arial;color:#999;}
.culture li:hover img{transform: scale(1.1);}
.culture li h4 span:after{content:"";position:absolute;width:14px;height:1px;background:#0068c0;bottom:0;left:0;transition:all .3s;}
.culture .btn{display:none;}

.honor{background: url('../images/apply_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 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:30px;}
.honor .swiper-pagination-bullet,.settingSlide .swiper-pagination-bullet{border:1px solid #fff;box-shadow:0 0 0 2px #fff inset;width:12px;height:12px;}
.honor .swiper-pagination-bullet-active{background: #0068c0;border-color:#0068c0;}

.setting ul{margin-right:-10px;}
.setting li{float:left;width:20%;padding-right:10px;padding-bottom:10px;}
.setting li .pImg{padding-top:82%;}
.setting 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;}
.setting li.big {width:40%;}
.setting li:hover img{transform: scale(1.1);}
.setting li:hover p{bottom:0;}
.partnerA{background-image: url('../images/partner_bg.jpg');}


/* 图片列表 */
.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;}
.honorList li {width:20%;}
.honorList li .pImg{padding-top:100%;}
.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:#0068c0;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}
.strengthBox li{padding:0 5px;}

/* 产业优势 */
.partner2{background:none;}
.proAdv{padding-bottom:0;}
.proAdv li{position:relative;height:460px;padding:4% 0;}
.proAdv li .bgImg{width:50%;}
.proAdv li .txt{width:50%;padding:2% 5%;}
.proAdv li h4{font-size:2.25em;color:#191919;margin-bottom:30px;padding-bottom:25px;position: relative;}
.proAdv li h4 span{display:block;font-family:Arial;opacity:.5;font-size:14px;}
.proAdv li:nth-child(2n) .bgImg{float:right;}
.proAdv li:nth-child(2n) .txt{float:left;}
.proAdv li:nth-child(2n)::after{content:"";position: absolute; background:#f2f2f2;width:300%;height:100%;left:-100%;top:0;z-index:-1;}

/* 常见问题 */
.faq{background:#f5f5f5;}
.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;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#0068c0;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:#0068c0;}
.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:#0068c0;border:1px solid #0068c0;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:#0068c0;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover{color: #0068c0;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#0068c0; 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{overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-30px;}
.newsList li{float:left;padding-right:30px;width:25%;margin-bottom:30px;}
.newsList li a{display:block;color:#888;background:#f2f2f2;padding:15px;}
.newsList li .pImg{padding-top:70%;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:20px 0 15px 0;}
.newsList li p{height:70px;padding-bottom:10px;border-bottom: 1px solid #d9d9d9;margin-bottom:20px;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3{color:#0078b7;}


/* 新闻详情 */
.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;}
.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 #0068c0;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;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#0068c0;}
.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:#0068c0;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;}


/* 联系我们 */
.contactInfo{background:#f5f5f5;width:50%;height:520px;padding:3% 4%;}
.contactInfo .tie{font-size:2.286em;color:#0068c0;margin-bottom:20px;}
.contactInfo .txt{height:220px;overflow-y: auto;margin-bottom:20px;line-height:1.8;}
.contactInfo .wx{float: left;width:100px;text-align:center;margin-right:30px;}
.contactInfo .wx img{border:1px solid #ddd;margin-bottom:5px;display:block;width:100%;}
#dituContent{width:50%;height:520px;float: left;}
.feedback{background:#f5f5f5;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;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:18px;background:#fff;}
.feedback .code .sub {background: #0068c0;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #0068c0;}
.feedback .sub:hover{background:#025fa1;}

