﻿@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;padding-top: 134px}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#e50012;}
html,body{position:relative;height: 100%;width: 100%;}

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

@font-face {
  font-family: 'iconfont';  /* Project id 2288898 */
  src: url('./font/font_2288898_y8grcw9mxb.eot'); /* IE9 */
  src: url('./font/font_2288898_y8grcw9mxb.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('./font/font_2288898_y8grcw9mxb.woff2') format('woff2'),
  url('./font/font_2288898_y8grcw9mxb.woff') format('woff'),
  url('./font/font_2288898_y8grcw9mxb.svg') format('truetype'),
  url('./font/font_2288898_y8grcw9mxb.svg') 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 > .containerHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin: 0 auto;
}
/* 主导航 */
.header{position:fixed;;width:100%;z-index:99;left:0;top:0;height:134px;line-height:64px;border-bottom: 1px solid #fff;transition:all .5s;background: #fff;
  box-shadow: 1px 0px 10px 8px rgb(0 0 0 / 10%);
}
/* .header .logo{position:absolute;left:0;top:0;}  */
.header .logo span{
  color: #333;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* padding-left: 12px; */
  position: relative;
  /* margin-left: 12px; */
}
.header .logo span h6{
  color: #000000;
  font-weight: bold;
  margin-bottom: .8rem;
}
.header .pcNav .nav{
  border-top: 1px solid #e82232;
}
.header .logo span h5{
  color: #e50012;
  font-size: 1.25rem;
  font-weight: bold;
}
/* .header .logo span::before{
  height:1.125rem;
  width: 1px;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.pcNavTop{
  line-height: 64px;
  text-align: right;
}
.pcNavTop b,
.pcNavTop img{
  display: inline-block;
  vertical-align: middle;
}
.pcNavTop span{
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  margin-left: 4px;
}
.pcNavTop b{
  color: #e50012;
  font-weight: bold;
  font-size: 1.25rem;
}
.nav {height:64px;display:flex;justify-content:space-between;}
.nav .m{float:left;text-align:center;margin-left: 56px;}
.nav .m:first-of-type{
  margin-left: 0;
}
.nav .m>a{color:#333;display:inline-block;position:relative;font-size: 1.125rem;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0px;width:100%;height:2px;background:#e50012;transition:transform .3s;z-index:1;transform: scale(0,1);transform-origin:right;}
.nav .cur>a,.nav .m>a:hover{color:#e50012;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .sub{line-height:26px;position:absolute;z-index:90;top:100%;left:0;display:none;padding:30px 25%;width:100%;z-index:2;}
.nav .sub::after{content:"";position: absolute;left:-50%;width:200%;height:100%;background:#F5F5F5;top:0;z-index:-1;border-bottom: 1px solid #ddd;}
.nav .sub .list{width:45%;padding-right:5%;}
.nav .sub .list li{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.nav .sub .list a{display: block; font-size:.950em;position:relative;padding:8px 10px 8px 15px;transition:color .2s ease-in-out;text-align:left;color:#333;background:url('../Images/ly_li.png') no-repeat left;margin-left:2%;}
.nav .sub .list a:hover{color:#3388ff;}
.nav .sub .list a:before{position:absolute;bottom:1px;left:0;display:block;width:0;height:1px;content:'';-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;background:#3388ff;}
.nav .sub .list a:hover:before{width:100%;}
.nav .sub .pic{width:55%;overflow:hidden;text-align:left;color:#333;font-size:14px;border-left: 1px solid #ddd;padding-left:5%;}
.nav .sub .pic .bgImg{max-width:420px;height:200px;margin-bottom:15px;}
.nav .sub .pic p{max-width:400px;font-size:14px; line-height:22px;}

/* 头部右侧 */
.headR{position:absolute;right:0;top:0;color:#fff;}
.headR li{float:left;position: relative;}
.headR .sIcon{font-family:"iconfont";font-style:normal;cursor:pointer;font-size:1.143em;}
.headR .tel{float:left;font-size:1.125em;padding-left:26px;font-family:Arial;background: url('../Images/htel.png') no-repeat left center;}
.headR .tel::after{content:"";position: absolute;left:-20px;width:1px;height:20px;background:#fff;opacity:.2;top:42px;}
.headR .lang{border:1px solid #fff;height:26px;line-height:24px;border:1px solid #fff;border-radius:14px;top:38px;font-size:14px;overflow:hidden;margin:0 40px 0 20px;}
.headR .lang a{color:#fff;float:left;width:38px;height:24px;text-align:center;}
.headR .lang .on,.headR .lang a:hover{background:#fff;color:#3388ff;}

/* 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;border-top: 1px solid #333;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 20px;}
.search .text{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:#3388ff;}

/* .headFix{background:#fff;height:80px;line-height:80px;} */
/* .headFix .headR .lang{top:28px;}
.headFix .nav{height:80px;}
.headFix .logo img{height:40px;}
.headFix .headR .tel::after{top:32px;} */
/* .header:hover{background:#000;} */


/*  导航按钮 */
.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,.wapLang{font-family:"iconfont";position: absolute;color:#fff;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{right:100px;}

/* 广告轮播图 */
.banner{width: 100%;}
.banner .swiper-slide{position:relative;height:100%;overflow:hidden;}
.banner .pic{height:100%;}
.banner .txt{position:absolute;left:50%;top:40%;transform:translate(-50%) scale(0);z-index:10;opacity:0;transition:all 1s;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{bottom:20px;;max-width:1600px;left:50%;transform:translateX(-50%);}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{opacity:1;}
.banner .mouse{position:absolute;width:15px;height:28px;background: url('../Images/mouse.png') no-repeat;left:50%;bottom:80px;z-index:2;margin-left:-7px;}
.banner .swiper-slide-active .txt{ opacity:1;transform:translate(-50%) scale(1);}

/* 首页流程 */
.processH{font-size:1em;}
.processH .box{width:48%;height:640px;position:relative;overflow:hidden;}
.processH .bgImg{transition:all .8s;}
.processH .txt{position: absolute;left:9%;top:11%;color:#333;max-width:400px;} 
.processH .txt h4{color:#111;margin-bottom:30px;font-size:2.250em;}
.processH .txt h4 span{display:block;font-size:14px;font-family:Arial;text-transform: uppercase;}
.processH .txt p{min-height:120px;margin-bottom:10px;line-height:1.8;}
.processH .txt a{display:inline-block;width:120px;height:36px;line-height:34px;color:#e50012;border:1px solid #e50012;text-align:center;font-size:14px;}
.processH .txt a:hover{background:#e50012;color:#fff;}
.processH .box:hover .bgImg{transform: scale(1.06);filter: blur(3px);}

/* 产品 */
.hTitle{font-size:1.875em;margin-bottom:50px;color:#8d8d95;text-align:center;text-transform: uppercase;line-height:1;}
.hTitle span{display:block;font-size:1.6em;color:#000;font-family:Arial;font-weight:700;position:relative;padding-bottom:15px;margin-bottom:15px;}
.hTitle span::after{content:"";position: absolute;left:50%;bottom:0;width:50px;margin-left:-25px;height:2px;background:#e50012;}
.product{position:relative;overflow:hidden;padding:0;}
.product::after{content:"";position: absolute;left:0;top:0;width:50%;z-index:-1;height:100%;background:url('../Images/pro_bg.jpg') no-repeat center;background-size:cover;}
.product .hTitle{text-align:right;margin-bottom:0;}
.product .hTitle span::after{right:0;left:auto;margin-left:0;}
.proL{width:46%;color:#fff;font-size:1.143em;}
.proTxt h3{font-size:1.75em;padding-bottom:20px;margin-bottom:30px;position:relative;}
.proTxt h3 a{color:#fff;}
.proTxt h3::after{content:"";position: absolute;left:0;bottom:0;width:85px;height:2px;background:#fff;}
.proTxt h4{font-size:1.5em;margin-bottom:15px;}
.proTxt p{line-height:1.7;max-width:750px;height:183px;margin-bottom:15px;overflow:hidden; font-size: 15px;}
.proTxt .more{color:#fff;position:relative;}
.proTxt .more i,.newsTop .more i{font-style:normal;padding-left:10px;}
.proTxt .more::after,.newsTop .more::after{content:"";position: absolute;left:0;bottom:-5px;width:100%;height:1px;background:#fff;}
.proTxt .more:hover{padding-left:15px;}

.proSlide{margin-top:60px;overflow:hidden;padding-bottom:60px;}
.proSlide li{float:left;width:33.3%;text-align:center;}
.proSlide li .pImg{padding-top:75%;}
.proSlide li:hover img{transform: scale(1.1);}
.proSlide li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#fff;opacity:0;position: relative;top:0;transition:all .5s;}
.proSlide li:hover p{top:15px;opacity:1;}

.proR{width:50%;overflow:hidden;padding-top:40px;}
.proR li{float:left;width:50%;border:1px solid #ddd;margin-left:-1px;margin-top:-1px;}
.proR li a{display:block;padding:9% 3% 0 9%;position:relative;color:#777;height:300px;}
.proR li h4 {color:#111;font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.proR li h4 span{display: block;font-size:1.222em;margin-bottom:10px;}
.proR li p{font-size:12px;color:#999;margin-bottom:15px;}
.proR li i{font-style:normal;margin-left:10px;}
.proR li .pic{position: absolute;right:0;bottom:0px;overflow:hidden;width:60%;}
.proR li  img{transition:all .5s;}
.proR li a:hover{color:#e50012;transition:all.5s;}
.proR li a:hover h4,.proR li a:hover h4 span,.proR li a:hover p{color:#e50012;transition:alls 5s;}
.proR li a:hover .pic img{transform: scale(1.1);}

/* 关于我们 */
.about{padding-bottom:0;background: url('../Images/about_bg.jpg') no-repeat top center;background-size:cover;}
.aboutMain{max-width:1400px;margin:0 auto;text-align:center;line-height:2;font-size:1.071em;}
.aboutMain .more{color:#e50012;font-size:13px;margin-top:15px;display:inline-block;}
.aboutMain .more:hover{text-decoration: underline;}
.aboutNum{max-width:1300px;margin:0 auto;display:-webkit-flex;display:flex;justify-content: space-between;padding-top:40px;font-size:0.933em;position: relative;z-index:2;}
.aboutNum li{float:left;color:#fff;background:#e50012;flex-grow:1;margin:0 1px;padding:40px 0;width:25%;}
.aboutNum li b{font-size:3.667em;font-family:Arial;line-height:1.2;}
.video{height:480px;position: relative;margin-top:-80px;position: relative;cursor: pointer}
.video::after{content:"";position:absolute;left:50%;top:50%;background: url('../Images/vicon.png') no-repeat;width:60px;height:60px;z-index:5;background-size:100%;;margin-left:-30px;margin-top:-30px;}
.layer_video{width:80% !important;height:80%;}
.my-video-dimensions{width:100%;height:100%;}
.video .video-js .vjs-big-play-button{left:50%;top:50%;width:80px;height:80px;border-radius:100%;margin-left:-40px;margin-top:-40px;line-height:80px;}
.video .vjs-poster{background-size:cover;}

/* 新闻快讯 */
.news{background:url('../Images/news_bg.jpg') no-repeat center;background-size:cover;}
.newsTop{margin-bottom:50px;overflow:hidden;}
.newsTop .hTitle{text-align:left;margin-bottom:0;}
.newsTop .hTitle span::after{left:0;margin-left:0;}
.newsTop .more{color:#999;margin-top:40px;position:relative;}
.newsTop .more::after{background:#999;}
.newsTop .more:hover{color:#e50012;}

.newsMain{margin-right:-5px;}
.newsMain li{float:left;width:33.3%;padding-right:5px;}
.newsMain li .pImg{padding-top:56%;}
.newsMain li .pImg span{position: absolute;right:0;bottom:0;background:rgba(255,255,255,.5);color:#e50012;padding:0 15px;font-size:1.143em;height:36px;line-height:36px;transition:all .5s;}
.newsMain .txt{padding:20px 25px;background:#fff;}
.newsMain li h4{font-size:1.286em;margin-bottom:10px;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsMain li p{height:40px;margin-bottom:10px;color:#888;}
.newsMain li .date{display:block;}
.newsMain li .date i{float:right;font-style:normal;color:#aaa;}
.newsMain li a:hover img{transform: scale(1.1);}
.newsMain li a:hover .pImg span{background:#e50012;color:#fff;}
.newsMain li a:hover{box-shadow:0 3px 10px #ddd;}

/*底部 */
.footer{background:#222222;line-height:2em;overflow:hidden;color:#fffefe;border-top: 1px solid #eee;font-size:.813em;}
.footList{background:#333333;}
.footMain{padding:45px 0;overflow:hidden;}
.footMenu{width:56%;overflow:hidden;display: flex;justify-content: space-between;}
.footMenu ul{float:left;}
.footMenu ul h4,.footR h4{color:#fff;font-size:1.231em;margin-bottom:15px;font-weight:700;}
.footMenu_wap{display:none;overflow:hidden;text-align:center;}
.footR h3{
  font-size: 1.125rem;
  color: #fff;
}
.footR h5{
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  padding: 1.8rem 0;
}
.footR p{
  color: #fff;
}
.footR .consts .paget{
  margin-top: 16px;
}
.footR .consts .paget p{
  font-size: 16px;
}
.footR .consts .paget h6{
  width: 168px;
  font-size: 16px;
}
/* .footR{width:36%;padding-left:6%;border-left: 1px solid #ddd;}
.footR .tel{margin:10px 0;}
.footR .tel span{display:block;color:#e50012;font-size:2em;font-family:Arial;font-weight:700;}
.footR p{padding-left:40px;}
.footR p span{margin-left:-40px;float:left;} */
/* .footWx{width:140px;text-align:center;line-height:1.6;position: absolute;right:0;} */
.footWx{
  width: 106px;
  margin-right: 40px;
}
.footWx span{display:block;text-align:center;margin-top:10px;height:20px;font-size:14px;}
.footer a{color:#8d8d95;}
.footer a:hover{color:#e50012;}
.copyright{padding:15px 0;position:relative;z-index:2;min-height:60px;}
.copyright::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:100%;background:#222222;z-index:-1;}
.firendlink{padding-top:8px;clear: both;}
.firendlink span{color:#fff;font-size:14px;}
.firendlink a{margin:0 5px;}
.copyright a:hover{color:#e50012;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:550px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;font-size:2.625rem;text-transform:uppercase;width:100%;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:20px;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f5f5f5;padding:15px 0;border-bottom: 1px solid #ddd;line-height:30px;}
.breadCrumb p span{background: url('../Images/home_icon.png') no-repeat left center;padding-left:25px;}
.breadCrumb .back{float:right;color:#fff;background:#666;line-height:30px;padding:0 10px;}
.breadCrumb .back:hover{background:#e50012;color:#fff;}
.listBox{min-height:300px;}
.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/sbtn.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{text-align:center;font-size:1.125rem;overflow:hidden;display:flex;flex-flow: row wrap;justify-content: center;margin-top:50px;}
.listMenu a{float:left;height:46px;line-height:46px;border-radius:5px;margin:5px 12px;padding:0 20px;background:#f7f7f7;border:1px solid #ddd;border-radius:6px;position: relative;z-index:2;min-width:140px;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#e50012;z-index:-1;width:100%;height:0;transition:all .5s;}
.listMenu a:hover,.listMenu .cur{color:#fff;border-color:#e50012;}
.listMenu a:hover::after,.listMenu .cur::after{height:100%;}
.aboutMenu{height:70px;line-height:70px;margin-top:-70px;position: relative;z-index:3;font-size:1.125rem;display: flex;justify-content: space-between;}
.aboutMenu a{float:left;color:#fff;position:relative;flex-grow:1;text-align:center;margin:0 1px;background: rgba(255, 255, 255,.3);z-index:2;}
.aboutMenu a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#e50012;z-index:-1;transition:all .5s;}
.aboutMenu a:hover::after,.aboutMenu a.cur::after{height:100%;}


/* 产品列表 */
.proWrap .proSider{float:left;}
.proSider{width:22%;font-size:1.143em;float:right;}
.proSider .title{background:#e50012;padding:20px 30px;color:#fff;font-size:2em;text-transform: uppercase;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#e50012;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{border:1px solid #e4e4e4;border-top:none;margin-bottom:25px;}
.proSide_sub li a{display:block;height:70px;line-height:70px;padding:0 6%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: relative;border-top:1px solid #ddd;}
.proSide_sub li i{font-family:"iconfont";margin-right:5px;font-style:normal;font-size:1.286em;position: relative;top:3px;}
.proSide_sub li:last-child a{border-bottom:none;}
.proSide_sub>li>a:after{content:"";position:absolute;left:-1px;top:0;height:0;width:3px;background:#e50012;transition:all 0.3s;}
.proSide_sub li a:hover,.proSide_sub li .cur{color:#e50012;background:#f5f5f5;}
.proSide_sub li .cur:after,.proSide_sub li a:hover:after{height:100%;}
.proSide_sub li ul{font-size:.889em;border-top: 1px solid #ddd;padding:5px 0;}
.proSide_sub li ul a{background: url('../Images/ly_li.png') no-repeat 15% center;padding-left:20%;color:#666;height:36px;line-height:36px;font-size:13px;border:none;}
.proSide_sub li ul .cur,.proSide_sub li ul a:hover{background: url('../Images/ly_li.png') no-repeat 15% center;color:#e50012; }

.relaPro{margin-top:25px;}
.relaPro .tie{background: #f8f8f8;padding:20px 5%;border:1px solid #ddd;border-top: 1px solid #e50012;margin-bottom:10px;font-size:1.5em;color:#333;}
.relaPro li .pImg{padding-top:64%;border:1px solid #ddd;background:#fff;}
.relaPro li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relaPro li i,.proList li i{float:right;font-style:normal;margin-left:15px;}
.relaPro li:hover img{transform: scale(1.1);}

.proList_r{width:76%;font-size:1.143em;float:right;}
.proList {margin-right:-30px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:68%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proList li a:hover .pImg{border-color: #e50012;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#e50012;}
.searchList li{width:25%;}


/*  产品详情 */
.proShow_box1{margin-bottom:60px;overflow: hidden;}
.gallery{width:48%;position:relative;}
.galleryBig{position:relative;height:500px;background:#fff;border:1px solid #ddd;}
.galleryBig li{height:500px;line-height:500px;text-align:center;}
.galleryBig p{position: absolute;bottom:-40px;left:0;height:40px;line-height:40px;text-align:center;width:100%;background: rgba(0,0,0,.6);color:#fff;transition:all .5s;}
.galleryBig p i{font-family:"iconfont";font-style:normal;margin-right:15px;}
.galleryBig:hover p{bottom:0;}
.gallery img{max-height:100%; vertical-align: middle;}
.gallerySmall{margin:10px 50px 0 50px;}
.gallerySmall li{cursor:pointer;pointer-events:initial !important;background:#fff;width:20%;height:100px;line-height:100px;text-align:center;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:1px solid #bdc4ce;}
.gallerySmall .on::after{border:2px solid #e50012;}
.gallery .btn{background:#333;width:35px;height:100px;line-height:100px;text-align:center;color:#fff;top:auto;bottom:0;opacity:.6;left:0;}
.gallery .swiper-button-next{right:0px;left:auto;}
.gallery .btn:hover {opacity:1;}

.proShow_R{width:48%;overflow:hidden;height:610px;background:#f4f4f4;padding:3%;}
.proShow_R .title{margin-bottom:20px;color:#333;border-bottom: 1px solid #ddd;font-size:2em;padding-bottom:20px;}
.proShow_R .font{min-height:120px;line-height:2;}
.proShow_R .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../Images/zxtel.png') no-repeat left center;padding-left:40px;}
.proShow_R .tel p{ font-size: 14px; line-height: 20px;}
.proShow_R .btn{margin-top:30px;overflow:hidden;position:relative;}
.proShow_R .btn a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc;}
.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:nth-child(2){color:#f00;}
.proShow_R .btn a:hover{background:#e50012;color:#fff;}
.proShow_R .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.proShow_R .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.proShow_R .wx span{display:block;margin-top:10px;}

.proShow_main{width:76%;border:1px solid #ddd;}
.proShow_main .title,.showTie2{height:80px; background:#fafafa; border-bottom: 1px solid  #ddd;  padding: 0 4%;font-size:1.571em;line-height:80px;color:#e50012;}
.proShow_main .title a{float:right;font-size:16px;}
.proShow_main .title a i{font-style:normal;font-family:"iconfont";margin-right:5px;}
.proShow_main .title span,.showTie2 span{position:relative;display:inline-block;}
.proShow_main .title span::after,.showTie2 span::after{content:"";position: absolute;left:0;bottom:0px;height:2px;background:#e50012;width:100%;}
.proShow_main .info{padding:4%;border-bottom: 1px solid #ddd;min-height:400px;}
.proShow_main .tie{margin-bottom:30px;font-size:1.286em;border-left:3px solid #e50012;padding-left:20px;line-height:1;color:#333;}

/* 解决方案 */
.solutionIndex li{background:#f8f8f8;overflow:hidden;margin-bottom:20px; line-height:26px;}
.solutionIndex li .pic{width:50%;overflow:hidden;display:block;height:430px;}
.solutionIndex li .txt{width:50%;padding:4%;position:relative;}
.solutionIndex li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.solutionIndex li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#e50012;width:15px;transition:all 0.4s; }
.solutionIndex li h4 a{color:#333;}
.solutionIndex li .txt .info{min-height:130px;}
.solutionIndex li .more{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:#e50012;}
.solutionIndex li .more:hover{width:220px;color:#fff;border:none;}
.solutionIndex li:nth-child(2n) .txt{float:left;} 
.solutionIndex li:nth-child(2n) .pic{float:right;}
.solutionIndex li:hover .bgImg{transform: scale(1.05);}
.solutionIndex li h4 a:hover{color:#e50012;}





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

/* 案例详情 */
.caseShow{width:72%;border:1px solid #ddd;}
.caseShow .title{text-align:center;background: url('../Images/caseshow.jpg') no-repeat center; background-size: cover; font-size:2.571em;color:#e50012; text-align: center; padding: 50px 20px; border-bottom: 1px solid #e50012}
.picSlide{position:relative;;padding:5%;overflow: hidden;}
.picSlide li{text-align:center;height:100%;position: relative;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:10px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:10%;cursor:pointer;width:16.66%;position: relative;}
.picSlide-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:5px solid #e50012;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .btn{top:45%;background:rgba(0, 0, 0, .7);text-align:center;width:26px;height:50px;line-height:50px;color:#fff;font-size:14px;font-family:Arial;transition:all .3s;left:5%;}
.picSlide .swiper-button-next{right:5%;left:auto;}
.picSlide .btn:hover{background:#e50012;}
.showTie2{border-top: 1px solid #ddd;}
.caseShow_info{padding:4% 5%;}

/* 服务中心 */
.listTie{font-size:2.5rem;text-align:center;color:#191919;position:relative;margin-bottom:40px;line-height:1.2;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.listTieW{color:#fff;}
.serviceBox1 .main {box-shadow: 0px 0 12px #e1e1e1; border-radius:10px; padding:2%;overflow:hidden;}
.serviceBox1 .txt {float:left;width:45%;padding-top:3%;}
.serviceBox1 .txt h4 {font-size:2em;color: #e50012; position: relative; padding-bottom: 30px; margin-bottom:60px; }
.serviceBox1 .txt h4:before {content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height:2px; background:#666; }
.serviceBox1 ul{display: flex;justify-content: space-between;text-align:center;font-size:1.286em;margin-bottom:50px;}
.serviceBox1 li i{font-style:normal;font-family:"iconfont";font-size:2.4rem;margin-bottom:10px;display:inline-block;}
.serviceBox1 .pic {width:50%;height:500px;}
.serviceBox1 .more{display:inline-block;background:#e50012;color:#fff;width:160px;height:40px;line-height:40px;text-align:center;}
.serviceBox1 .more i{font-style:normal;margin-left:10px;}
.serviceBox1 .more:hover{background:#005895;}

.supportBox2{background:url('../Images/zs.jpg') no-repeat center;background-size:cover;font-size:1em;padding:100px 0;}
.supportBox2 li{float:left;width:23%;background:rgba(255, 255, 255, .8);text-align:center;padding:70px 3%;border-radius:10px;margin:0 1%;color:#333;transition:all .5s;}
.supportBox2 li i{display:inline-block;width:73px;height:73px;margin-bottom:15px;transition:all .5s;top:0;position:relative;}
.supportBox2 li span{display: block;font-size:1.75em;padding-bottom:15px;margin-bottom:15px;color:#e50012;position: relative;}
.supportBox2 li span::after{content:"";position: absolute;left:50%;width:30px;height:2px;background:#e50012;bottom:0;margin-left:-15px;}
.supportBox2 li:hover{background:#fff;}
.supportBox2 li:hover i{top:-10px;}

.support3{font-size:1em;}
.support3 .box{float:left; background:#f5f5f5;width:50%;padding:3%;}
.support3 .box .tie{font-size:1.286em;text-align:center;color:#191919;margin-bottom:20px;padding-bottom:10px;position: relative;}
.support3 .box .tie::after{content:"";position: absolute;left:50%;width:80px;height:2px;background:#e5e5e5;bottom:0;margin-left:-40px;transition:all .3s;}
.support3 .box i{font-family:"iconfont";display: block;font-style:normal;font-size:4rem;line-height:1;margin-bottom:10px;}
.support3 .box:hover .tie::after{background:#e50012;}
.support3 .box2{background:#f9f9f9;}
.support3 .main{height:400px;overflow:hidden;position:relative;}
.support3 li{border-bottom: 1px solid #e5e5e5;position:relative;height:100px;} 
.support3 li a{display:block;padding:15px 0;padding-left:100px;overflow:hidden;position: relative;}
.support3 li .pic{float:left; height:70px;width:70px;margin-left:-100px;background-size:100%;}
.support3 li p{position: absolute;top:50%;transform:translateY(-50%);}
.support3 li a{padding-left:100px;}
.support3 li a:hover{color:#e50012;}

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

/* 下载中心 */
.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:#e50012;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;padding-bottom:0;}
.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:5%;}
.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:#e50012;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #e50012;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#e50012; 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;}
.newsList{background:#f1f1f1;padding:70px 0;overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-25px;}
.newsList li{float:left;padding-right:25px;width:33.3%;margin-bottom:25px;}
.newsList li a{background:#fff;padding:6%;display:block;color:#777;}
.newsList li .pImg{padding-top:65%;margin-bottom:15px;}
.newsList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsList li p{height:80px;margin-bottom:15px;margin-top:15px;border-bottom: 1px solid #ddd;padding-bottom:15px;}
.newsList li i{font-style:normal;float:right;font-size:16px;}
.newsList li .date{color:#999;margin-bottom:10px;}
.newsList li a:hover{box-shadow:0 0 10px #ccc;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3,.newsList li a:hover i{color:#e50012;}

/* 新闻详情 */
.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:26%;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 #e50012;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;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#e50012;}
.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 span{float:left;width:43%;padding:0 20px;}
.showPage span i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage span.sdd{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 .dsss{width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#e50012;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;}
.newsRelative{margin-top:40px;}
.newsRelative .tie{font-size:1.714em;color:#191919;margin-bottom:20px;}
.newsRelative li{float: left;width:48%;height:46px;line-height:46px;border-bottom: 1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('../Images/ly_li.png') no-repeat left center;padding-left:15px;}
.newsRelative li:nth-child(2n){float:right;}
.newsRelative li span{float:right;opacity:.5;margin-left:15px;}

/* 关于我们 */
.aboutBox1{font-size:1em;padding-bottom:0;}
.aboutTie_grop{margin-bottom:40px;overflow:hidden;font-size:1.125rem;position:relative;}
.aTie{text-transform: capitalize;font-size:1.125rem;}
.aTie span{display:block;font-size:2.444em;color:#e50012;font-weight:700;}
.aboutTie_grop h5{font-size:1.5em;color:#222;margin-top:15px;}
.aboutNum2{position: absolute;right:0;top:70px;display: flex;justify-content:space-between;color:#222;text-align:center;width:35%;}
.aboutNum2 li{float:left;}
.aboutNum2 li b{font-size:4em;font-family:Arial;line-height:1.2;}
.aboutBox1 .info{width:46%;line-height:1.8;max-height:460px;overflow-y:auto;font-size:.938em;}
.aboutBox1 .pic{width:50%;height:600px;}

.culture{background:#262626;margin-top:-90px;font-size:1em;line-height:1.8;padding-bottom:10px;}
.aboutTie_gropW,.aboutTie_gropW .aTie span,.aboutTie_gropW  h5{color:#fff;}
.culture ul{margin:0 -1%;}
.culture li{float:left;width:23%;background:#fff;margin:0 1%;height:450px;border-radius:10px; padding:60px 2%;box-shadow:0 4px 8px #eee;}
.culture li i{display:inline-block;width:60px;height:60px;background:#e50012;color:#fff;border-radius:100%;font-style:normal;line-height:60px;font-size:1.875em;text-align:center;font-weight:700;margin-bottom:40px;position:relative;}
.culture li h4{font-size:2em;font-weight:700;color:#222;margin-bottom:30px;line-height:1;position:relative;}
.culture li h4::after{content:"";position: absolute;left:80px;right:0;height:1px;background:#e1e1e1;top:-70px;}

.history{background:#f6f9fe;padding-top:190px;font-size:1em;}
.history{margin-top:-120px;}
.aboutTie_grop p{float:right;width:42%;padding-top:5px;text-align:right;}
.historyMain{margin-bottom:40px;}
.historyMain li{text-align:center;position:relative;padding:90px 0;z-index:2;}
.historyMain li i{font-size:20em;font-style:normal;font-family:Arial;font-weight:700;opacity:.1;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index:-1;}
.historyMain li .txt{background:rgba(255,255,255,.8);display:inline-block;padding:30px;text-align:left;min-width:500px;box-shadow:0 3px 10px #eee;}
.historyMain li .info p{margin-bottom:10px;}
.historyMain li .tie{font-size:2em;color:#111;margin-bottom:15px;}

.historyMenu{position:relative;font-size:1.429em;overflow:hidden;color:#333;padding-top:60px;}
.historyMenu:after{content:"";position:absolute;left:-50%;top:68px;width:200%;height:1px;background:#ddd;}
.historyMenu li{float:left;position:relative;text-align:center;width:12.5%;font-family:Arial;cursor:pointer;padding-top:30px; transition:all .3s;}
.historyMenu li:after{content: "";position:absolute;left:50%;top:0;width:12px;height:12px;border-radius:100%;margin-left:-5px;border:2px solid #ccc;background:#f6f9fe;}
.historyMenu li span{position: relative;top:0;transition:all .5s;}
.historyMenu .on:after{background:#e50012;box-shadow:0 0 0 2px #fff inset;border:2px solid #e50012;bottom:-3px}
.historyMenu .on{color:#e50012;font-size:1.8em;}
.historyMenu .on span{top:-100px;}

.team ul{margin-right:-20px;}
.team li{float:left;width:33.3%;padding-right:20px;margin-bottom:70px;}
.team li a{position: relative;display:block;}
.team li .pImg{padding-top:70%;}
.team li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;min-width:300px;text-align:center;background:#fff;height:70px;line-height:70px;margin-top:-35px;position: absolute;left:50%;transform: translate(-50%);color:#e50012;transition:all .5s;}
.team li a:hover img{transform:scale(1.1);}
.team li a:hover p{background:#e50012;color:#fff;}


.honor{background: url('../Images/honor_bg.jpg') no-repeat center;background-size:cover;position: relative;padding-bottom:130px;text-align:center;}
.honor::after{content:"";position: absolute;background: url('../Images/honor_bg2.jpg') no-repeat center;background-size:100%;left:0;bottom:0;width:100%;height:170px;}
.honorSlide li{width:20%;float:left;font-size:1.143em;}
.honorSlide li a{position:relative;overflow:hidden;display:block;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;z-index:2;position:absolute;bottom:-50px;height:50px;line-height:60px;background: rgba(0,0,0,.7);transition:all .5s;width:100%;left:0;}
.honorSlide li .pImg{padding-top:140%;border:1px solid #ddd;}
.honorSlide li a:hover p{bottom:0;}
.honorSlide .btn{width:20px;background-size:20px 40px;opacity:.5;left:-60px;cursor:pointer;pointer-events:initial;font-size:0;}
.honorSlide .swiper-button-next{left:auto;right:-60px;}
.honorSlide .btn:hover{opacity:1;}

.partnerList ul{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:16.6%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;}
.partnerList li .pImg{padding-top:48%;}
.partnerList li p{background:#e50012;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 #e50012;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-20px;}



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

/* 联系*/
#dituContent{height:700px;}
.contactBox1 ul{display: flex;overflow: hidden;border-radius:10px;padding: 80px 60px;box-shadow: 2px 2px 20px #ddd;justify-content: space-between;}
.contactBox1 li{position: relative;color:#666;font-size:1.429em;padding-left:60px;}
.contactBox1 span{display:block;color:#e50012;font-weight:bold;margin-top: 4px;}
.contactBox1 li:before{content:"";font-family:"iconfont"; position: absolute;left:0;top:0;bottom: 0;margin: auto;height: fit-content;color: #e50012;font-size: 40px;}
.contactBox1 li:nth-child(1):before{content: "\e603";}
.contactBox1 li:nth-child(2):before{content: "\e6ee";}
.contactBox1 li:nth-child(3):before{content: "\e63a";}

.contactBox2{margin:20px auto 80px auto;overflow:hidden;background:#fff;border-radius:8px;box-shadow: 2px 2px 20px #ddd;}
.feedback{width:50%;background:url('../Images/feedabck_bg.jpg') no-repeat center;background-size:cover;padding:5%;color:#fff;}
.feedback .title{font-size:1.750em;margin-bottom: 30px;}
.feedback .title span{display:block;font-size:12px;opacity:.8;}

.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;margin-bottom: 10px;position: relative;border-bottom: 1px solid #fff;font-size:16px;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;color:#fff;}
.feedback .tarea{width: 100%;height: 120px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback textarea{width: 100%;height: 100%;color:#fff;}
.feedback .code{clear:both;padding-top:40px;}
.feedback .code input{height: 60px;line-height: 60px;border-bottom: 1px solid #fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .sub {background: #fff;width: 30%;cursor: pointer;transition: all .3s;color: #fff;display:inline-block;height: 50px;line-height: 50px;margin-top:30px;color:#e50012;font-size:18px;border-radius:5px;}
.feedback .sub:hover{background:#e50012;color:#fff;}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder{color:#fff;}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder{ color:#fff;}
.feedback input:-moz-placeholder,.feedback textarea:-moz-placeholder{  color:#fff;}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder{ color:#fff;}
.contactInfo{width:50%;padding:3%;line-height:2;overflow:hidden;}
.contactInfo .txt{margin-bottom:30px;min-height:240px;}
.contactInfo .ewm{float: left;width:130px;text-align:center;font-size:14px;position: relative;margin-right:80px;}
.contactInfo .ewm span{display:block;}
.contactInfo .ewm::after{content:"";position: absolute;right:-40px;border-right: 1px dotted #ccc;top:20px;bottom:40px;}
.contactInfo .zx{display:inline-block;margin-top:40px;background:#e50012;color:#fff;font-size:14px;height:40px;line-height:40px;border-radius:20px;width:160px;text-align:center;}
.contactInfo .zx:hover{background:#e50012;}
