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

.main{ font-size: 16px; line-height: 30px;}
/* 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%;}
.pd70{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.gray{background:#c30d23;}

@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:130px;position: relative;width:100%;background:#fff;top:0;left:0;z-index:90;}
.header .container{padding-left:470px;}
.header .container::after{content:"";position: absolute;left:470px;height:100%;width:1px;background:#e5e5e5;top:0;}
.header .logo{position:absolute;left:0;top:25px;} 
.headTie{position: absolute;left:150px;top:35px;font-size:1.125em;}
.headTie span{display: block;color:#c30d23;font-size:1.311em;font-weight:bold;}
.topBar{height:50px;text-align:right;line-height:50px;font-size:12px;color:#aaa;}
.topBar span{display:inline-block;}
.topBar .tel{font-family:Arial;font-size:20px;color:#c30d23;background: url('../images/topIcon.png') no-repeat left center;padding-left:25px;margin-left:20px; font-weight:bold;}
.topBar .wx {position: relative;cursor:pointer;z-index:12;}
.topBar .wx  img{position:absolute;top:46px;right:-20px;display:none;background:#eee;padding:5px;width:100px;max-width:inherit;}

.nav {border-top: 1px solid #e5e5e5;display:flex;flex-wrap: row wrap;justify-content: space-between;height:80px;line-height:80px;padding-left:40px;position:relative;}
.nav::after{content:"";position: absolute;left:0;height:1px;width:300%;background:#e5e5e5;top:-1px;}
.nav .m{float:left;position:relative;z-index:10;text-align:center;}
.nav .m>a{color:#333;display:inline-block;position:relative; font-size:18px;}
.nav .m>a::after{content:"";position:absolute;left:0;top:-1px;height:1px;background:#c30d23;width:100%;transform: scale(0,1);transform-origin:right;transition: transform .3s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#c30d23;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:-55px;top:110%;background:#eee;line-height:35px;width:180px;color:#333;font-size:.875rem;transform:scale(0,1);transition:opacity 0.4s,top .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:#c30d23;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headFix{position: fixed;box-shadow:2px 2px 6px #eee;}

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

/*  搜索 */
.search{height:71px;line-height:70px;font-size:.875rem; border-bottom:solid 1px #e5e5e5;border-left:solid 1px #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:#c30d23 url('../images/sBtn.png') no-repeat center;transition:all 0.3s;margin-top:18px;margin-right:-35px;}
.searMain .sear_btn:hover{background-color:#0c6eb0;}

/*  实力 */
.strength{background: url('../images/strength_bg.jpg');}
.strength ul{display: flex;flex-flow: row wrap;justify-content: space-between;}
.strength li{float:left;max-width:230px;}
.strength li i{display:inline-block;width:42px;height:36px;background: no-repeat;position: relative;transition:all .3s;top:0;}
.strength li h4{font-size:1.714em;color:#191919;margin:20px 0 10px 0;min-height:65px;}
.strength li h4 span{display: block;font-size:12px;font-family:Arial;opacity:.4;}
.strength li:hover i{top:8px;}

/*  产品中心 */
.hTitle{font-size:1rem;text-align:center;margin-bottom:50px;}
.hTitle span{display: block;font-size:2.875em;color:#191919;}
.tabMenu{text-align:center;font-size:1.286em;margin-bottom:40px;}
.tabMenu a{display:inline-block;color:#333;height:60px;line-height:60px;border:1px solid #d9d9d9;padding:0 30px;margin-left:-1px;position:relative;z-index:2;overflow:hidden;min-width:160px; font-weight:bold;}
.tabMenu a::after{content:"";position: absolute;left:0;top:0;height:100%;width:100%;background:#c30d23;z-index:-1;transform: scale(0,1);transform-origin:right;transition: transform .5s;}
.tabMenu a:first-child{border-radius:30px 0 0 30px;}
.tabMenu a:last-child{border-radius:0 30px 30px 0;}
.tabMenu a:hover,.tabMenu .on{color:#fff;}
.tabMenu a:hover::after,.tabMenu a.on::after{transform: scale(1);transform-origin:left;}

.proMain{margin-right:-20px;}
.proMain li{float:left;width:25%;padding-right:20px;margin-bottom:20px;}
.proMain li .pImg{padding-top:80%;border: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 h4 i{float:right;font-style:normal;color:#999;}
.proMain li a:hover img{transform: scale(1.1);}
.proMain li a:hover h4,.proMain li a:hover h4 i{color:#c30d23;}
.proMain li a:hover .pImg{box-shadow:2px 2px 6px #eee;}

/*  晶鸿兴优势 */
.odds{background-image: url('../images/odds_bg.jpg');background-repeat: no-repeat;background-attachment: fixed;background-size:cover; overflow:hidden;text-align:center;}
.hTitleW,.hTitleW span,.odds{color:#fff;}
.oddsMain li{float:left;width:50%;overflow:hidden;margin-bottom:30px;text-align:left;}
.oddsMain li .pic{float:left; width:50%;height:200px;position:relative;}
.oddsMain li .txt{float:right;width:45%; font-size:15px;}
.oddsMain li h4{font-size:1.857em;position: relative;padding-bottom:15px;margin-bottom:20px;}
.oddsMain li h4 p{ font-size:16px;}
.oddsMain li h4 span{display: block;font-size:12px;font-family:Arial;opacity:.5;}
.oddsMain li h4::after{content:"";position: absolute;left:0;bottom:0;width:15px;height:2px;background:#c30d23;}
.oddsMain li i{position: absolute;left:0;bottom:0;width:60px;height:60px;text-align:center;line-height:60px;font-style:normal;font-family:Arial;background: rgba(0,0,0,.7);font-size:2.143em;font-weight:bold;}
.oddsMain li:hover img{transform: scale(1.1);}

/*  晶鸿兴优势 */
.apply ul{margin-right:-30px;}
.apply li{float:left;width:33.3%;position:relative;z-index:2;transition:all .6s;cursor:pointer;padding-right:1px;padding-right:30px;margin-bottom:30px;}
.apply li a{display: block;overflow:hidden;}
.apply li .bgImg{position: relative;height:300px;}
.apply li .bgImg::after{content:"";background:#000;opacity:.6;width:100%;height:100%;position: absolute;z-index:-1;transition:all .4s;}
.apply li .txt{background:#f5f5f5;padding:2% 8%;text-align:center;min-height:50px;position: relative;z-index:2;}
.apply li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#c30d23;transition:all .5s;z-index:-1;}
.apply li h4{font-size:1.257em;position:relative;text-align:center;color:#191919;}
.apply li h4 span{font-size:12px;opacity:.6;font-family:Arial;display:block;}
.apply li a:hover .bgImg{transform: scale(1.1);}
.apply li a:hover,.apply li a:hover h4{color:#fff;transition:all .3s;}
.apply li a:hover .txt::after{height:100%;}

/* 关于 */
.about{background: url('../images/strength_bg.jpg');}
.aboutMain{width:42%;}
.aboutMain .hTitle{text-align:left;}
.aboutFont {height:500px;overflow: hidden;}
.aboutMain .tie{color:#191919;font-size:1.886em;margin-bottom:30px;padding-bottom:15px;position: relative;}
.aboutMain .tie span{display:block;font-size:1.4em;text-transform: uppercase;}
.aboutMain .tie::after,.adv li h4::after,.proAdv li h4::after{content:"";position: absolute;left:0;bottom:0;width:15px;height:2px;background:#c30d23;transition:all .4s;}
.aboutFont .txt{max-height:200px;overflow:hidden;margin-bottom:30px;}
.aboutFont .more{display:inline-block;width:150px;height:38px;line-height:38px;background:#c30d23;text-align:center;border-radius:19px;color:#fff;}
.aboutFont .more i,.aboutSub li .more i{font-style:normal;margin-left:10px;}
.aboutFont .more:hover{width:220px;}
.aboutS{overflow:hidden;padding:20px 0;border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;height:110px;}
.aboutS{display: flex;flex-flow: row wrap;justify-content: space-between;line-height:1.2;}
.aboutS li span{font-size:3em;font-family:Arial;letter-spacing:-2px;color:#c30d23;position:relative;}
.aboutS li span::after{content:"+";position: absolute;color:#f00;font-size:18px;font-weight:normal;right:-20px;top:0;letter-spacing:0;font-style:normal;}
.aboutPic{width:53.5%;height:510px;overflow:hidden;display:block;cursor:pointer;position: relative;}
.hVideo img{position: absolute;left:0;top:0;width:100%;}
.my-video-dimensions{width:100%;height:100%;}
.hVideo .video-js .vjs-big-play-button,.bVideo .video-js .vjs-big-play-button{left:50%;top:50%;width:60px;height:60px;border-radius:100%;margin-left:-30px;margin-top:-30px;line-height:60px;}

.aboutPic .bgImg{animation:scale 50s infinite} 
.aboutPic .vIcon{position: absolute;left:30px;bottom:30px;height:46px;line-height:46px;background:#fff;width:180px;text-align:center;border-radius:23px;}
.aboutPic .vIcon i{font-style:normal;margin-left:15px;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}


/* 合作伙伴 */
.partner{background-image:url('../images/partner_bg.jpg');text-align:center;}
.partnerMain{background:#fff;overflow:hidden;}
.partnerMain li{float:left;width:14.28%;border-right:1px solid #ededed;text-align:center;transition:all .3s;position:relative;overflow:hidden;}
.partnerMain li .pImg{padding-top:60%;}
.partnerMain li p{height:60px;}
.partnerMain li:hover img{transform: scale(1.1);}
.partnerMain li:hover {box-shadow: 0 0 10px #ccc;z-index:2;}
.partner .btn,.oddsMain .btn{width:50px;height:50px;background:#c30d23;border-radius:100%;text-align:center;color:#fff;line-height:50px;left:-25px;}
.partner .swiper-button-next{left:auto;right:-25px;}
.partner .btn:hover,.oddsMain .btn:hover{background:#333;}
.oddsMain .btn{display:none;}

/* 新闻快讯 */
.newsL{width:60%;margin-right:-40px;overflow:hidden;}
.newsL li{float: left;padding-right:40px;width:50%;overflow: hidden;}
.newsL li a{display:block;overflow:hidden;position: relative;border-bottom: 1px solid #ddd;padding-bottom:20px;}
.newsL li a::after{content:"";position: absolute;left:0;bottom:0px;background:#c30d23;width:0;height:1px;transition:all .5s;}
.newsL li .bgImg{height:300px;}
.newsL h4{font-size:1.143em;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:25px 0 15px 0;position: relative;z-index:2;background:#fff;}
.newsL li p{min-height:60px;margin-bottom:8px;font-size:.75rem;color: #666;}
.newsL li span{color:#888;font-size:.75rem;font-family:Arial;}
.newsL li i{font-style:normal;margin-right:15px;transition:all .4s;display:inline-block;min-width:75px;}
.newsL li a:hover .bgImg{transform:scale(1.08);}
.newsL li a:hover h4,.newsR li a:hover h4{color:#c30d23;} 
.newsL li a:hover::after{width:100%;}

.newsR{width:38%;margin-top:-25px;}
.newsR li{overflow:hidden;}
.newsR li a{display:block;color:#777;padding-left:80px;position:relative;border-bottom: 1px dotted #ccc;height:125px;padding-top:20px;transition:all .5s;}
.newsR li a::after{content:"";position:absolute;left:0;bottom:-1px;transform: scale(0,1);transition:transform .5s;transform-origin: right;border-bottom: 1px solid #c30d23;width:100%;}
.newsR li .date{float:left;margin-left:-80px;width:80px;font-size:12px;;font-family:Arial;line-height:1.2;}
.newsR li .date i{display:block;font-style:normal;opacity:.3;font-size:46px;}
.newsR li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;margin-bottom:10px;transition:all .4s;}
.newsR li p{font-size:12px;}
.newsR li a:hover::after{transform: scale(1);transform-origin: left;}
.newsR li a:hover{padding-left:0;}


/*底部 */
.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{line-height:2;}
.footLogo{margin-left:-200px;margin-top:15px;}
.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:#c30d23;}
.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;min-height:300px;}
.listBanner,.mzsmBanner{height:380px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:42%;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 10px 20px;position:relative;overflow:hidden;}
.breadCrumb::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.breadCrumb .back{float:right;position:relative;color:#c30d23;border:1px solid #c30d23;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#c30d23;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;margin-top:30px;overflow:hidden;}
.listMenu a{display:inline-block;color:#191919;height:50px;line-height:50px;margin:0 25px;padding:0 5px;position:relative;}
.listMenu a::before,.listMenu a::after{content:"";position: absolute;left:0;top:1px;background:#c30d23;width:0;height:1px;transition:all .5s;}
.listMenu a::after{top:auto;bottom:0;left:auto;right:0;}
.listMenu a:hover{color:#c30d23;}
.listMenu .cur{color:#c30d23;}
.listMenu .cur::after,.listMenu .cur::before,.listMenu a:hover::after,.listMenu a:hover::before{width:100%;}


/* 产品列表 */
.proWrap{padding-top:0;overflow: visible;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:70px;line-height:70px;z-index:-1;}
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background:#c30d23;padding:30px;color:#fff;font-size:2.25em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#c30d23;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{background:#f2f2f2;margin-bottom:30px;width:100%;}
.proSide_sub li{border-top: 1px solid #fff;}
.proSide_sub li a{padding:0 25px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:55px;line-height:55px;color:#333;}
.proSide_sub li i{font-family:"iconfont";margin-right:5px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#c30d23;color:#fff;}
.proSide_sub ul{border-bottom: 1px solid #e6e6e6;font-size:12px;}
.proSide_sub ul li{background: url('../images/ly_li.png') no-repeat 18% center;padding-left:22%;line-height:40px;}
.proSide_sub ul a{padding:0;height:45px;line-height:45px;opacity:.8; font-size: 14px; }
.proSide_sub ul li .cur,.proSider ul ul a:hover{color:#c30d23;background:none;}
.relaCase{background:#f2f2f2;padding:20px;}
.relaCase .tie{height:45px;border-bottom: 1px solid #d7d7d7;font-size:1.25em;color:#333;margin-bottom:20px;}
.relaCase li .pImg{padding-top:80%;}
.relaCase li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaCase li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaCase li:hover img{transform: scale(1.1);}

.proR{width:74%;}
.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;margin-bottom:40px;}
.pro_bread strong{font-size:1.786em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.proList{margin-right:-20px;}
.proList li{float:left;width:33.3%;padding-right:20px;margin-bottom:20px;}
.proList li .pImg{padding-top:80%;border:1px solid #e0e0e0;margin-bottom:20px;}
.proList li p{font-size:1.143em;color:#333;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.proList li p i{float:right;font-style:normal;color:#999;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p,.proList li a:hover p i{color:#c30d23;}
.proList li a:hover .pImg{box-shadow:2px 2px 6px #eee;}
.searList{width:100%;}
.searList li{width:25%;}


/*  产品详情 */
.proShow_box1{overflow:hidden;margin:40px 0;border:1px solid #ddd;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;}
.gallery li{height:390px;line-height:390px;}
.gallery .pImg{padding-top:78%;top:50%;margin-top:-39%;}
.gallery img{width:100%;}

.proShow_R{width:50%;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:#c30d23;}
.proShow_R .font{min-height:140px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px; font-size: 16px;}
.proShow_R li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_R li i{display:inline-block;width:37px;height:37px;background: url('../images/show_Icon.png') no-repeat;}
.proShow_R li:nth-child(2) i{background-position: -37px 0;}
.proShow_R li:nth-child(3) i{background-position: -74px 0;}
.proShow_R li:nth-child(4) i{background-position: -111px 0;}
.proShow_R li span{display: block;}
.proShow_R .btn{margin-top:30px;overflow:hidden;}
.proShow_R .btn a{width:30%;height:46px;line-height:46px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}
.proShow_R .btn a:nth-child(2){margin:0 3%;}
.proShow_R .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1rem;line-height:1;}
.proShow_R .btn a:hover{background:#c30d23;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#c30d23;border:1px solid #c30d23;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom:1px solid #c30d23;;color:#c30d23;height:50px;}
.proShow_con3{width:100%;}

/* 关于我们 */
.listTie{text-align:center;color:#333;font-size:1rem;margin-bottom:40px;font-weight:300;}
.listTie strong{font-size:1.875rem;padding:0 15px;position:relative;font-weight:300;}
.listTie span{display: block;opacity:.7;font-family:Arial;}
.listTie strong:before,.listTie strong:after{content:"";position:absolute;height:1px;background:#c30d23;width:40px;top:22px;display:inline-block;}
.listTie strong:before{right:100%;}
.listTie strong:after{left:100%;}
.aboutBox1{background:none;}
.aboutBox1 .aboutMain .tie{margin-bottom:40px;}
.aboutBox1 .txt{max-height:370px;overflow-y:auto;line-height:2em;}
.aboutBox1 .aboutMain{width:46%;}
.aboutBox1 .aboutPic{width:50%;}
.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: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: #c30d23;border-color:#c30d23;}
.setting{border-top: 1px solid #d9d9d9;overflow:hidden;}
.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;}
.partnerList li{float:left;width:14.2%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;}
.partnerList li .pImg{padding-top:62%;}
.partnerList li p{background:#c30d23;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 #c30d23;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{margin-top:-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 {width:20%;}
.honorList li .pImg{padding-top:124%;}
.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:#c30d23;}
.partnerList{background:none;}
.partnerList ul{padding-left:1px;}
.galy{background:#f5f5f5;}
.strengthBox li{padding:0 5px;}

/* 售后服务 */
.supportL{width:50%;font-size:1.143em;padding-top:25px;}
.supportL p{margin-bottom:20px;position: relative;padding-left:15px;}
.supportL p::after{content:"";position: absolute;left:0;top:0;height:100%;width:2px;background:#c30d23;}
.supportL p span{display:block;color:#191919;font-size:1.125em;font-weight:bold;}
.supportR{height:450px;position: relative;width:45%;padding-top:25px;padding-right:25px;}
.supportR::after{content:"";position: absolute;right:0;top:0;background:#c30d23;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:#c30d23;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:#c30d23;}
.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:#c30d23;border:1px solid #c30d23;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;text-align:left;}
.downL .hTitle span{margin-bottom:15px;color:#fff;}
.downL h4{margin-top:150px;}
.downL .tel span{display:block;color:#fff;font-size:1.857em;font-family:Arial;margin-top:5px;}
.downL .tel{color:#ccc;}
.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:#c30d23;color:#fff;}
.downList li a:hover span{color:#fff;}
.downList .more{text-align:center;font-size:18px;}


/* 新闻列表 */
.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:#c30d23;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover{color: #c30d23;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#c30d23; 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;}
.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;}
.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:#c30d23;}


/* 新闻详情 */
.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 #c30d23;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:#c30d23;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.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:#c30d23;color:#fff;}
.side_phone{margin-top:30px;color:#333;}
.side_phone h4{margin-top:15px;background: url('../images/p_icon.png') no-repeat left center;padding-left:45px;margin-left:40px;line-height:1.2;overflow:hidden;font-size:13px;margin-bottom: 15px;color:#666;padding-top:10px;}
.side_phone h4 span{display:block;font-size:24px;font-family:Arial;color:#333;margin-top:5px;}
.side_phone img{border:1px solid #d2d2d2;float:left;margin-right:30px;}

/* 联系我们 */
.contactInfo{background:#f5f5f5;width:50%;height:520px;padding:3% 4%;}
.contactInfo .tie{font-size:2.286em;color:#c30d23;margin-bottom:20px;}
.contactInfo .txt{height:200px;overflow-y: auto;margin-bottom:20px;line-height:1.8;}
.contactInfo .wx{float: left;width:120px;text-align:center;margin-right:30px;}
.contactInfo .wx img{border:1px solid #ddd;margin-bottom:5px;}
#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: #c30d23;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #c30d23;}
.feedback .sub:hover{background:#a70e21;}

/* 行业应用 */
.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,.applyCon2 .tie{font-size:2em;color:#333;margin-bottom:30px;}
