@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:#ef2f00;}


/* 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:60px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* project id 1152918 */
  src: url('//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{height:100px;padding-top:20px;line-height:1.2;}
.headTie{color:#052035;font-size:2em;font-weight:bold;padding-left:10px;margin-top:0.5em;}
.headTie p{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #666;
    line-height: 1.2;
}
.headTie span{display:block;color:#0462a6;font-size:0.842em;}
.headTie strong{color:#ef2f00;}
.headR{font-size:.875em;margin-top:10px;background: url('../images/hTel.png') no-repeat left center;padding-left:35px;}
.headR p{text-align: justify;text-align-last: justify;line-height: 2}
.headR span{font-size:2em;color:#ef2f00;font-family:Arial;font-weight:bold;margin-left:10px;}

/* PC导航 */
.nav{height:60px;line-height:59px;font-size:1.143em;background:#052035; border-top: 1px solid #e5e5e5;}
.nav .m{float:left;text-align:center;position:relative; flex-grow:1;z-index:10;width:11.1%;}
.nav .m>a{color:#fff;display:block;position:relative;z-index:2;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:0;background:#ef2f00;color: #fff;width:100%;transition:all .3s;z-index:-1;}
.nav .cur>a::after,.nav .m>a:hover::after{height:100%;color: #fff}
.nav .m>a:hover{color:#fff;}
.nav .navSub{position:absolute;left:0;top:100%;background:#eee;line-height:35px;width:180px;color:#333;font-size:.875rem;transform:scale(0,1);transition:all 0.4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#ef2f00;color:#fff; }
.navFix .cur a{background:#ef2f00;color:#fff!important;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;}
.navFix{position: fixed;top:0;width:100%;left:0;z-index:99;background:#fff;box-shadow:0 0 10px #ccc;}
.navFix .m>a{color:#191919;}


/*  导航按钮 */
.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:#ef2f00;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);}

/* 广告轮播图 */
.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;}

/*  搜索 */
.search{height:71px;line-height:70px;font-size:.875rem;border-bottom: 1px solid #e5e5e5;}
.search .container{border-left: 1px solid #e5e5e5;overflow:hidden;}
.searFont{width:64%;overflow:hidden;padding-left:20px;}
.searFont strong{color:#333;font-weight:normal}
.searMain{width:30%;height:70px;overflow:hidden;;border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;padding-right:55px;}
.searMain .sear_text{float:left;width:100%;height:70px;line-height:70px;background:#fff;padding:0 15px;}
.searMain .sear_btn{float:right;width:35px;height:35px; cursor:pointer;background:#ef2f00 url('../images/sBtn.png') no-repeat center;transition:all 0.3s;margin-top:18px;margin-right:-35px;}
.searMain .sear_btn:hover{background-color:#c82700;}


/* 我们的产品 */
.topTie{margin-bottom:40px;overflow:hidden;}
.hTitle{font-size:2.625em;color:#191919;}
.hTitle span{display:block;font-size:14px;opacity:.4;font-weight:normal;font-family:Arial;}
.proMenu{padding-top:35px;font-size:1.286em;max-width:1080px;}
.proMenu a{color:#333;padding:5px 12px;margin-left:2px;}
.proMenu .on{background:#ef2f00;color:#fff;}
.proMenu .more:hover{color:#ef2f00;text-decoration: underline;}

.proMain{margin-right:-30px;margin-bottom:40px;font-size:1.143em;}
.proMain li{float:left;width:25%;margin-bottom:20px;padding-right:30px;}
.proMain li a{display:block;}
.proMain li .pImg{padding-top:82%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proMain li h4{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proMain li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover h4{color:#ef2f00;}
.hMore{display: block;width:280px;height:50px;line-height:50px;border:1px solid #c9c9c9;margin:0 auto;text-align:center;}
.hMore i{font-style:normal;margin-left:20px;}
.hMore:hover{width:360px;border:2px solid #ef2f00;background:#ef2f00;color:#fff;}

/* 5大优势 */
.gsys{color:#fff;padding-top:0;}
.gsys,.about{background-image: url('../images/adv_bg.jpg');background-repeat: no-repeat;background-size:cover;background-position:center;background-attachment: fixed;overflow:hidden;}
.gsysTop{height:170px;position:relative;margin-bottom:60px;}
.gsysTop::after{content:"";position: absolute;left:0;bottom:0;width:200%;margin-left:-50%;height:1px;background: rgba(255,255,255,.3);}
.gsysTop .hTitle{width:22%;color:#fff;padding-top:40px;}
.gsysTop .hTitle span{opacity:.8;}
.gsysMenu{width:78%;overflow:hidden;border-right: 1px solid rgba(255,255,255,.3);font-size:2em;}
.gsysMenu li{float:left;width:25%;border-left: 1px solid rgba(255,255,255,.3);padding:35px 2% 10px 3%;height:170px;position: relative;z-index:2;cursor: pointer;line-height:1.2;}
.gsysMenu li i{font-style:normal;display: block;font-family:Arial;opacity:.5;font-size:1.5em;font-weight:bold;}
.gsysMenu li::after,.caseL li::after,.abutMenu li a::after{content:"";position: absolute;left:0;top:0;background:#ef2f00;width:100%;height:100%;z-index:-1;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.gsysMenu li.on::after,.caseL li.on::after,.abutMenu li a:hover::after{transform: scale(1);transform-origin:left;}

.gsysMain .font{width:43%;font-size:1.143em;}
.gsysMain .font i{display:block;font-size:5em;font-family:Arial;font-weight:bold;font-style:normal;}
.gsysMain .font h4{font-size:1.875em;margin-bottom:40px;margin-bottom:35px;padding-bottom:25px;position: relative;}
.gsysMain .font h4 span{display:block;font-size:.6em;opacity:.7;}
.gsysMain .font h4::after{content:"";position: absolute;left:0;bottom:0;width:20px;height:1px;background:#ef2f00;}
.gsysMain .font p{padding-left:15px;margin-bottom:15px;background: url('../images/odds_li.jpg') no-repeat left 8px;}
.gsysMain .bgImg{width:52%;height:450px;}

/* 应用案例 */
.topTie .tel{float:right;padding-left:35px;font-size:.75rem;color:#888;background: url('../images/hTel.png') no-repeat left center;margin-top:20px;}
.topTie .tel span{display:block;font-size:1.5em;color:#191919;font-family:Arial;}

.caseL{width:20%;background:#f0f0f0;font-size:1.286em;}
.caseL li{height:70px;border-bottom: 1px solid #c7c7c8;line-height:70px;position:relative;z-index:2;}
.caseL li a{display:block;padding:0 10%;color:#333;}
.caseL li i{float:right;font-style:normal;font-family:"宋体";font-weight:bold;}
.caseL li:last-child{border-bottom:none;}
.caseL li.on a{color:#fff;}
.caseR{width:80%;overflow:hidden;}
.caseR li{border:1px solid #d6d6d6;overflow:hidden;}
.caseR li .pic{width:55%;height:488px;display:block;top:-1px;overflow: hidden;}
.caseR li .bgImg{animation:scale 50s infinite;} 
.caseR li .font{width:45%;padding:5%;}
.caseR li h4{font-size:2.429em;margin-bottom:30px;border-left: 3px solid #ef2f00;line-height:1;}
.caseR li h4 a{color:#333;padding-left:15px;}
.caseR li h4 a:hover{color:#ef2f00;}
.caseR li .txt{min-height:160px;margin-bottom:20px;}
.caseR li .btn{display:inline-block;width:180px;height:46px;line-height:46px;background:#ef2f00;color:#fff;text-align:center;}
.caseR li .more{margin-left:15px;background:#f0f0f0;color:#ef2f00;}
.caseR li .btn:hover{background:#c82700;color:#fff;}
.caseR li i{margin-left:15px;font-style:normal;font-family:"iconfont";}
@keyframes scale{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 合作客户 */
.partner{background:#f0f0f0;overflow:hidden;}
.topTie .tMore{float:right;font-size:12px;font-family:Arial;margin-top:35px;margin-right:8px;background: url('../images/m.png') no-repeat left center;padding-left:20px;}
.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:48%;}
.partner li p{background:#ef2f00;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 #ef2f00;}
.partner li:hover p{bottom:0;}

/* 关于 */
.about{background-image: url('../images/about_bg.jpg');padding-bottom:0;}
.aboutTop{overflow:hidden;color:#fff;height:190px;margin-bottom:40px;}
.aboutTop .hTitle{width:20%;color:#fff;}
.aboutTop .font{width:80%;line-height:1.8;}
.abutMenu li{float:left;padding-right:1px;width:25%;}
.abutMenu li a{display:block;background:#fff;padding:40px 6% 10px 6%;height:200px;position: relative;z-index:2;color:#666;}
.abutMenu li strong{display: block;font-size:1.714em;color:#333;font-weight:normal;margin-bottom:15px;}
.abutMenu li i{float:left;width:97px;height:160px;background-repeat: no-repeat;margin-right:25px;}
.abutMenu li a::after{transform: scale(1,0);transform-origin:bottom;background:#ef2f00;}
.abutMenu li a:hover,.abutMenu li a:hover strong{color:#fff;}
.abutMenu li a:hover i{-webkit-filter: invert(1);filter: invert(1);}
.about .more{display:block;height:50px;line-height:50px;width:200px;text-align:center;margin:0 auto;color:#fff;margin:50px auto;border:2px solid transparent}
.about .more i{margin-left:15px;font-style:normal;opacity:.6;}
.about .more:hover{border-color:#fff;width:260px;}
.setting{padding-top:20px;overflow: hidden;}
.setting li{float:left;width:50%;}

/* 新闻快讯 */
.hTitle2 span{display: inline-block;margin-left:15px;}
.newsMenu,.albumMenu{font-size:1.429em;text-align:center;margin-top:20px;}
.newsMenu a,.albumMenu a{position:relative;color:#191919;margin:0 25px;display:inline-block;}
.newsMenu a::after,.albumMenu a::after{content:"";position:absolute;left:0;bottom:-5px;background:#ef2f00;height:2px;transition:all .5s;width:0;}
.newsMenu .on,.newsMenu a:hover,.albumMenu .on{color:#ef2f00;}
.newsMenu a:hover::after,.albumMenu .on::after{width:100%;}
.newsL{overflow:hidden;margin-right:-15px;width:68%;}
.newsL li{float:left;width:50%;padding-right:15px;overflow:hidden;}
.newsL li a{display:block;overflow:hidden;position:relative;z-index:2;color:#888;background:#fff;}
.newsL li .bgImg{height:260px;transition:all .6s;}
.newsL li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;padding:25px 0 15px 0;transition:all .3s;}
.newsL li p{height:100px;border-bottom: 1px solid #e5e5e5;margin-bottom:30px;line-height:1.8;}
.newsL li .date{display:block;font-size:12px;}
.newsL li .date i{font-style:normal;margin-left:20px;opacity:.6;}
.newsL li:nth-child(2){margin-bottom:15px;}
.newsL li a:hover .bgImg{transform: scale(1.1);}
.newsL .pic h4{z-index:2;position:relative;}
.newsL .pic .hide{display:block;}
.newsL .txt a{padding:0 30px;height:240px;}
.newsL li:nth-child(3).txt a{padding-top:30px;}
.newsL .txt h4{padding-top:0;}
.newsL .txt .bgImg{position: absolute;z-index:-1;opacity:0;top:0;left:0;}
.newsL .txt a:hover .bgImg{opacity:.2;}
.newsL .txt a:hover{color:#fff;background-color:#ef2f00;padding:30px;}
.newsL .txt a:hover h4{color:#fff;}
.newsR{width:30%;}
.newsR .hTitle{margin-bottom:40px;}
.newsR li {height:42px; white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsR li span{float:right;color:#999;margin-left:20px;font-family:Arial;font-size:12px;}

/*底部 */
.footer{background:#2d2d2d;font-size:.75rem;color:#999;line-height:1.8em;overflow:hidden;}
.footMain{padding:50px 0;overflow:hidden;}
.footMenu{width:38%;overflow:hidden;}
.footMenu ul{float:left;width:30%;}
.footMenu ul:nth-child(1){width:40%;}
.footMenu ul h4{color:#fff;font-size:1.5em;margin-bottom:20px;position:relative;}
.footMenu_wap{display:none;overflow:hidden;float:left;}
.fLogo{width:23%;text-align:center;min-height:160px;border-left: 1px dotted #575757;border-right: 1px dotted #575757;padding-top:30px;padding:40px 15px 0 15px;}
.footR{width:36%;padding-right:140px;text-align:right;}
.footR h4 span{display: block;color:#fff;font-size:1.5em;margin-bottom:20px;font-family:Arial;}
.footR h4 b{font-weight:normal;margin-left:5%;}
.footWx{width:110px;text-align:center;line-height:1.6;margin-right:-140px;background:#fff;padding:5px;}
.footWx span{display:block;text-align:center;margin-top:5px;height:20px;}
.footer a{color:#999;}
.footer a:hover{color:#fff;}

.firendlink{padding:20px 0;position:relative;}
.firendlink::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:1px;background:#424242;}
.firendlink a{margin:0 15px;}
.firendlink a:hover{color:#fff;}

/*内页公用 */
.listWrap{overflow:hidden;padding:50px 0 70px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:460px;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;overflow:hidden;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#ef2f00;border:1px solid #ef2f00;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#ef2f00;color:#fff;}
.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{font-size:1.143rem;text-align:center;margin-top:40px;}
.listMenu a{display:inline-block;position:relative;color:#191919;height:50px;line-height:45px;margin:0 25px;}
.listMenu a:hover{color:#ef2f00;}
.listMenu a::after,.listMenu a::before{content:"";position: absolute;left:0;top:0;background:#ef2f00;width:0;height:1px;transition:all .5s;}
.listMenu a::before{top:auto;bottom:0;left:auto;right:0;}
.listMenu .cur{padding:0 5px;color:#ef2f00;}
.listMenu .cur::after,.listMenu .cur::before,.listMenu a:hover::after,.listMenu a:hover::before{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#ef2f00;border:1px solid #ef2f00;color:#fff;}

/* 产品列表 */
.proList li{float:left;width:25%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:82%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proList li h4{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover h4{color:#ef2f00;}
.searchList{width:100%;}

/*  产品详情 */
.proShow_box1{overflow:hidden;margin-bottom:50px;background:#fff;border:1px solid #ddd;}
.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:82%;}
.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: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 #ef2f00;}
.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:#ef2f00;}
.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:#ef2f00;}
.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:#ef2f00;color:#fff;border:1px solid #ef2f00;}
.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;}
.proShow_con{margin-bottom:40px;overflow:hidden;}
.proTie span{display:inline-block;border-bottom:1px solid #ef2f00;;color:#ef2f00;height:45px;}
.proTie{height:45px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;}
div.showPage_w{background:#fff;margin-top:40px;}
.gallery-thumbs.swiper-container .swiper-slide{pointer-events:auto;}


/* 应用案例 */
.caseList li{float:left;width:49%;margin-bottom:30px;transition:all .4s;background:#efefef;overflow:hidden;height:220px;;}
.caseList li:nth-child(2n){float:right;}
.caseList li .pic{height:220px;width:45%;overflow:hidden;display:block;}
.caseList li .txt{padding:4%;width:55%;}
.caseList li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:bold;margin-bottom:15px;}
.caseList li h4 a{color:#333;}
.caseList li h4 a:hover{color:#ef2f00;}
.caseList li p{height:70px;padding-bottom:10px;border-bottom: 1px solid #e3e3e3;margin-bottom:20px;}
.caseList li:hover .bgImg{transform: scale(1.1);}
.caseList li:hover{box-shadow:0 5px 10px #ccc;}

/* 关于我们 */
.listTie{text-align:center;color:#333;font-size:1rem;max-width:1000px;margin:0 auto;margin-bottom:40px;}
.listTie strong{font-size:1.875rem;padding:0 15px;position:relative;}
.listTie span{display: block;opacity:.7;margin-top:8px;}
.listTie strong:before,.listTie strong:after{content:"";position:absolute;height:1px;background:#ef2f00;width:40px;top:1.5rem;display:inline-block;}
.listTie strong:before{right:100%;}
.listTie strong:after{left:100%;}

.aboutBox1 .tie{font-size:2.571em;color:#191919;margin-bottom:30px;}
.aboutBox1 .left{width:46%;line-height:1.8;padding-top:20px;}
.aboutBox1 .font{overflow-y:auto;font-size:15px;}
.aboutBox1 .right{width:48%;height:480px;overflow:hidden;display:block;}

.culture{background:#ececec;}
.culture li{float:left;background:#fff;padding:25px;width:48%;margin:0 1%;}
.culture li .pImg{padding-top:40%;}
.culture li p{     font-size: 1em;
    line-height: 2;}
.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:#e21b05;bottom:0;left:0;transition:all .3s;}

.honor{padding-bottom:60px;text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #e21b05;}
.honorSlide li{width:25%;text-align:center;float:left;background: #fff;}
.honorSlide li a{display:block;overflow:hidden;border:1px solid #ebebeb;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;line-height:35px;padding:10px;padding-top:0;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#e21b05;}
.honorSlide .btn{width:40px;height:40px;background:#e21b05;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #e21b05;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}

.album {border-top: 1px solid #ddd;}
.albumMenu{margin-bottom:30px;padding-bottom:10px;}
.album ul{position:relative;margin-right:-5px;overflow:hidden;display:none;}
.album li{float:left;width:25%;padding-right:5px;margin-bottom:5px;}
.album li:nth-child(2){width:50%;}
.album li:last-child{position:absolute;left:0;bottom:0;}
.album li .pImg{padding-top:72.4%;;}
.album li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p,.settingSlide li p{bottom:0;}

.pMore{width:260px;height:50px;background:#e21b05;margin:0 auto;color:#fff;line-height:50px;text-align:center;box-shadow:0 5px 6px #ffb2af;margin-left:-130px;display:block;margin:0 auto;margin-top:50px;}
.pMore i{font-style:normal;margin-left:15px;}
.pMore:hover{color:#fff;width:360px;}


.join1{padding:0;margin-bottom: 0rem;width:100%;}
        .zw_list li{text-align: center;line-height: 50px;border-bottom: 1px solid #ddd;font-size:14px; display: inline-block;width:100%}
        .zw_list li:first-child{font-size: 16px;background: #f6f6f6;border-top: 3px solid #053580;font-weight: bold;height: 50px;line-height: 45px;border-bottom: none;}
.zw_list li:first-child .gw::before{display: none;}
        .zw_list li:first-child:hover{color: #333;}
        .zw_list li .gw,.zw_list li .xl{width:20%;float: left;}
.zw_list .cf .gw::before{    display: inline;
    content: "+";
  
    font-weight: 550;
    font-size: 17px;
    margin-right: 5px;
    line-height: 1.76;} 
.zw_list li.active .gw::before{display: inline;
    content: "-";
  
    font-weight:500;
    font-size: 20px;
    margin-right: 5px;
    line-height: 1.76; }
        .zw_list li .num{width: 10%;float: left;background: none;padding: 0;}
        .zw_list li .yq{width: 50%;float: right;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
        .zw_list li.active .topbar{color: #053580;font-weight: bold;}
    .zw_list li.active .xz_infor{background: #f8f8f8;}
        .zw_list .xz_infor{width: 100%;padding:2% 0;display: none;background: #f8f8f8;}
        .zw_list .xz_infor .item{width: 45%;padding-left: 7%;float: left;text-align: left;line-height: 2;}
        .zw_list .xz_infor h4{font-weight: bold;font-size: 15px;}


/* 图片列表 */
.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 .pImg{padding-top:100%;}
.honorList li{width:20%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#ef2f00;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}






/* 诚聘精英 */
.jobTop{height:420px;overflow:hidden;background:#ededed;margin-bottom:40px;}
.jobTop .bgImg{width:50%;float:left;}
.jobTop .txt{width:50%;padding:4%;float:right;z-index:2;position:relative;background:#ededed;height:420px;}
.jobTop h4,.aTie{font-size:2.571em;color:#333;position:relative;padding-bottom:15px;margin-bottom:30px;}
.jobTop p{margin-bottom:25px;}
.jobTop p strong{color:#333;margin-bottom:20px;display:block;font-size:1.286em;}
.jobTop .more{color:#ef2f00;position:relative;padding-bottom:10px;display:inline-block;}
.jobTop .more::after{width:100%;}
.jobTop .more:hover{padding-left:30px;}
.jobTop:hover .bgImg{transform: scale(1.05);}
.jobList .title{font-size:1.857em;font-weight:bold;color:#333;margin-bottom:20px;}
.jobList li{overflow:hidden;padding:0 40px;margin-bottom:15px;background:#f5f5f5;}
.jobList .top{padding:20px 0;overflow:hidden;padding-right:150px;line-height:34px;cursor:pointer;}
.jobList .top span{float:left; width:20%;}
.jobList .top a{float:right;width:130px;height:34px;line-height:34px;background:#ef2f00;color:#fff;text-align:center;font-size:12px;margin-right:-150px;}
.jobList .top .tie,.jobRight li .tie{font-weight:700;color:#333;font-size:1.286em;}
.jobList .top a:hover{background:#0067ad;}
.jobList .font{border-top: 1px solid #cfcfcf; overflow:hidden;padding-top:30px;font-size:12px;display:none;padding-bottom:40px;}
.jobList .font .txt{float:left;width:48%;}
.jobList .font .txt .tie{color:#333;margin-bottom:20px;display:block;font-size:14px;}
.jobList .font .txt:nth-child(2n){float:right;}
.jobList li.on{border-top: 1px solid #ef2f00;}
.jobList li:nth-child(1) .font{display:block;}
.job .more{height:60px;line-height:60px;text-align:center;padding:0;}
.job .more a{display:block;color:#ef2f00;}
.job .more a:hover{background:#ef2f00;color:#fff;}
.jobList2 li{background:#f5f5f5;}

/*  人才招聘详情  */
.jobShow{padding:3%;background:#f8f8f8;}
.jobShow .title{text-align:center;color:#ef2f00;font-size:1.875rem;margin-bottom:30px;font-weight:700;}
.jobShow .top{margin-bottom:15px;}
.jobShow .box{margin-bottom:25px;}
.jobShow .box strong{font-size:1.286em;font-weight:400;color:#333;margin-bottom:5px;display:block;}
.jobShow .box{margin-bottom:25px;}
.jobShow .more{float:right;display:block;height:28px;line-height:28px;background:#ef2f00;color:#fff;width:100px;text-align:center;margin-top:-50px;}
.jobShow .more:hover{background:#333;}
.jobShow .back{float:right;font-size:1.286em;color:#ef2f00;}


/* 售后服务 */
.supportL{width:50%;font-size:1.143em;padding-top:25px;}
.supportL li{margin-bottom:20px;position: relative;padding-left:15px;}
.supportL li::after{content:"";position: absolute;left:0;top:0;height:100%;width:2px;background:#ef2f00;}
.supportL li span{display:block;color:#191919;font-size:1.125em;font-weight:bold;}
.supportR{height:340px;position: relative;width:42%;padding-top:25px;padding-right:25px;}
.supportR::after{content:"";position: absolute;right:0;top:0;background:#ef2f00;z-index:-1;bottom:25px;left:25px;}

/* 常见问题 */
.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:#ef2f00;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:#ef2f00;}
.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:#ef2f00;border:1px solid #ef2f00;color:#fff;width:260px;}

/* 下载中心 */
.downL{background: url('../images/down_tie.jpg') no-repeat;background-size:cover;height:550px;width:22.5%;color:#fff;padding:4%;}
.downL .hTitle{color:#fff;}
.downL .hTitle span{margin-top: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:#ef2f00;color:#fff;}
.downList li a:hover span{color:#fff;}
.downList .more{text-align:center;font-size:18px;}

/* 新闻列表 */
.newsTop{overflow:hidden;padding-bottom:50px;margin-bottom:50px;border-bottom: 1px solid #ddd;}
.newsTop li{background:#f3f3f3;overflow:hidden;float:left;width:49%;height:280px;}
.newsTop li .pic{width:50%;float:left;height:280px;overflow:hidden;}
.newsTop li .txt{width:50%;padding:4%;background:#f3f3f3;}
.newsTop li .txt h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:15px;}
.newsTop li .txt h4 a{color:#333;}
.newsTop li .txt h4 a:hover{color:#ec0000;}
.newsTop li .txt h4 span{display:block;font-size:;font-family:Arial;color:#999;font-size:0.75rem;margin-top:5px;}
.newsTop li p{height:110px;overflow:hidden;margin-bottom:10px;}
.newsTop li:hover .bgImg{transform:scale(1.1);}
.newsTop li:nth-child(2n){float:right;}

.newsList{overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-40px;}
.newsList li{float:left;padding-right:40px;width:25%;margin-bottom:40px;}
.newsList li a{display:block;color:#888;}
.newsList li .pImg{padding-top:54%;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:20px 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:#ef2f00;}

/* 新闻详情 */
.picShow_l{width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('../images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('../images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}

.picShow_r{width:27%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #ef2f00;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:#ef2f00;}
.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:#ef2f00;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;}


/* 联系*/
#dituContent{width:50%;height:400px;float:left;overflow: hidden;}
.contactR{background:#eee;height:400px;width:50%;padding:3%;line-height: 1.8;padding-right:250px;}
.contactR .titie{font-size:2em;color:#ef2f00;margin-bottom:20px;}
.contactR .font{max-height:400px;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{background:url('../images/honor_bg.jpg');}
.feedback form{overflow:hidden;}
.feedback .top{margin-bottom:40px;overflow:hidden;}
.feedback h4{padding-left:50px;position:relative;}
.feedback h4::after{content:"\e649";position: absolute;left:0;top:0;font-family:"iconfont";font-size:2.5rem;color:#333;}
.feedback h4 span{display:block;font-family:Arial;color:#333;font-size:2em;}
.feedback p{width:49%;float: left;background: #fff;height: 50px;line-height: 50px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;}
.feedback p:nth-child(2n-1){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 120px;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: 50px;line-height: 50px;border: 1px solid #ddd;}
.feedback .code .c{background: #fff;width: 20%;padding: 0 15px;}
.feedback .code img{padding:14px;background: #fff;}
.feedback .sub{background: #ef2f00;width: 30%;cursor: pointer;transition: all .3s;color: #fff;}
.feedback .sub:hover{background: #ef2f00;}