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


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

@font-face {
  font-family: 'iconfont';  /* Project id 2288898 */
  src: url('//at.alicdn.com/t/font_2288898_623axjeqkqx.eot?t=1625475007414'); /* IE9 */
  src: url('//at.alicdn.com/t/font_2288898_623axjeqkqx.eot?t=1625475007414#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/font_2288898_623axjeqkqx.woff2?t=1625475007414') format('woff2'),
    url('//at.alicdn.com/t/font_2288898_623axjeqkqx.woff?t=1625475007414') format('woff'),
    url('//at.alicdn.com/t/font_2288898_623axjeqkqx.ttf?t=1625475007414') format('truetype'),
    url('//at.alicdn.com/t/font_2288898_623axjeqkqx.svg?t=1625475007414#iconfont') format('svg');
}

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

/* 头部 */
.header{width:100%;height:100px;background: url('../images/head_bg.jpg') no-repeat center;background-size:cover; line-height:100px;}
.nav{padding-right:200px;width:60%;display:flex;justify-content:space-between;height:100px;}
.nav .m{float:left;text-align:center;position:relative;z-index:10;}
.nav .m>a{color:#222;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:4px;background:#e60012;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#e60012;}
.nav .cur>a::after,.nav .m>a:hover::after{transform-origin:left;transform: scale(1);}
.nav .navSub{position:absolute;left:50%;top:100%;background:#fcf4df;line-height:35px;width:160px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;margin-left:-80px;}
.nav .navSub li{border-bottom:1px solid #eeddb4;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#e60012;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headTel {position:absolute;right:0;top:0;padding-left:25px;font-family:Arial;background: url('../images/hTel.png') no-repeat left center;color:#e60012;font-size:1.375em;}
.wapTel{font-family:"iconfont";position: absolute;color:#005ab0;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.headFix{z-index:99;position: fixed;left:0;top:0;height:90px;line-height:90px;box-shadow:0 0 8px #eeddb4;}
.headFix .logo img{height:65px;}
.headFix .nav{height:90px;}

/*  导航按钮 */
.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:#e60012;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:#e60012;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: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: #e60012;}
.banner .swiper-pagination-bullet-active::after{background:#e60012;opacity:1;}

/* 我们的产品 */
.product{position: relative;overflow:hidden;background:#fff9e7;font-size:1em;}
.product .bg{background: url('../images/proL_bg.jpg') no-repeat;background-size:cover;position: absolute;left:0;top:0;height:100%;width:31%;z-index:1;}
.product .container{z-index:2;}
.proL{width:27.5%;color:#fff;font-size:1.375em;}
.proL .tie{font-size:2.182em;padding-bottom:20px;margin-bottom:35px;position: relative;}
.proL .tie::after{content:"";position: absolute;left:0;bottom:0;width:40px;height:2px;background:#fff;}
.proL li{margin-bottom:25px;}
.proL li i{font-style:normal;margin-right:10px;}
.proL li a{color:#fff;}
.proL .on a{color:#e60012;}
.proMain{width:70%;margin-right:-25px;}
.proMain li{float: left;width:33.3%;padding-right:25px;margin-bottom:20px;}
.proMain li img{transition: all linear .5s;}
.proMain li .pImg{padding-top:84%;border:4px solid #fff;box-shadow:0 3px 10px #f1e6c6;}
.proMain li p{text-align:center;margin-top:15px;}
.proMain li:hover img{transform: scale(1.1);}

/* 基地优势 */
.odds{font-size:0.938em;overflow:hidden;}
.hTitle{text-align:center;color:#e60012;font-size:3rem;padding-bottom:20px;margin-bottom:40px;background: url('../images/tie_bg.png') no-repeat center bottom;}
.oddsMenu{max-width:1080px;margin:0 auto;margin-bottom:40px;overflow:hidden;font-size:1.333em;color:#222;}
.oddsMenu li{float:left;width:20%;text-align:center;cursor:pointer;}
.oddsMenu li i{display:inline-block;width:120px;height:120px;margin-bottom:5px;transition:all .5s;}
.oddsMenu .on{color:#e60012;}
.oddsMenu .on i{background-position: 0 -120px;}
.oddsMain {text-align:center;overflow:hidden;}
.oddsMain li .bgImg{float:left; width:60%;height:510px;animation:scale 20s infinite;}
.oddsMain li .txt{float:right;text-align:left;width:40%;height:510px;background:#fff9e8 url('../images/odds_bg2.jpg') no-repeat right bottom;padding:3%;position: relative;z-index:2;}
.oddsMain li .txt p{ font-size: 16px; line-height: 30px; color:#333;}
.oddsMain li  h4{font-size:1.867em;color:#e60012;margin-bottom:25px;font-weight:700;}
.oddsMain li strong{font-size:1.2em;color:#555;display: block;margin-bottom:5px;}
.oddsMain .btn{display:none;position: static;margin-top:20px;background:#333;width:40px;height:24px;line-height:24px;color:#fff;font-family:"simsun";font-weight:700;}

/* 合作伙伴 */
.partner{background: #f4f4f4;}
.partner .container{overflow: hidden;min-height:600px;background: url('../images/partner_bg.jpg') no-repeat right bottom;}
.partnerL{width:35%;max-width:460px;font-size:1.143em;line-height:1.8;}
.partnerL .tie{font-size:2em;color:#555;max-width:290px;line-height:1.4;margin-bottom:30px;}
.partnerL .tie span{display:block;font-size:1.813em;color:#e60012;font-family:'Arial';}
.partnerL .zx{display:inline-block;width:140px;height:40px;line-height:40px;margin-top:40px;border:1px solid #e60012;color:#e60012;text-align:center;font-size:0.938em;}
.partnerL .zx i{font-family:"iconfont";font-style:normal;margin-right:10px;}
.partnerL .zx:hover{background:#e60012;color:#fff;}
.partnerR{width:52%;padding:1px 10px 10px 1px;}
.partnerR li {float:left;width:25%;animation-fill-mode:initial;background:#fff;margin-top:-1px;transition:all .5s;position: relative;}
.partnerR li a{display: block; border:1px solid #d8d8d8;margin-left:-1px;}
.partnerR li .pImg{padding-top:46%;}
.partnerR li:nth-child(1){margin-left:50%;}
.partnerR li:nth-child(2),.partnerR li:nth-child(9){margin-left:25%;}
.partnerR li:hover{transform: scale(1.1);z-index:2;box-shadow:0 0 10px #ccc;}

/* 分页广告 */
.pageBan{background:url('../images/pageBan.jpg') no-repeat center;background-size:cover; color:#fff;font-size:1.125em;}
.pageBan .tie{font-size:1.333em;margin-bottom:25px;font-weight:300;}
.pageBan p{max-width:970px;line-height:1.8;}
.pageBan .tie span{display: block;font-size:2em;font-weight:400;}
.pageBan .more{display:inline-block;margin-top:25px;width:140px;height:40px;line-height:38px;border:1px solid #fff; color:#fff;text-align:center;font-size:0.833em;}
.pageBan .more:hover{background:#fff;color:#e60012;}

/* 关于 */
.about{background:#fffbee;font-size:0.938em;padding-bottom:10px;position: relative;z-index:2;}
.about::after{content:"";position: absolute;left:0;bottom:0;background:#fbfbfb;width:100%;height:90px;z-index:-1;}
.aboutL{width:47%;}
.aboutL .hTitle{text-align:left;background: url('../images/tie_bg2.png') no-repeat left bottom;}
.aboutL .txt{height:250px;margin-bottom:15px;line-height:1.8;overflow:hidden;} 
.aboutL .more{display:inline-block;width:134px;height:38px;line-height:38px;border:1px solid #c2c2c2;text-align:center;}
.aboutL .more:hover{background:#f6000f;color:#fff;border-color:#cf000c;}
.aboutL .menu{margin-top:45px;display: flex;justify-content: space-between;font-size:1.2em;font-weight:700;padding-right:8%;}
.aboutL .menu a{color:#333;}
.aboutL .menu i{font-family:"iconfont";font-style:normal;margin-right:10px;font-weight:400;font-size:2rem;line-height:1.2;position: relative;top:3px;}
.aboutL .menu a:hover{color:#f6000f;}
.aboutR{width:48%;height:530px;overflow:hidden;position:relative;background:#000}
.aboutR .bgImg{opacity:.6;animation:scale 24s infinite;}
.aboutR::after{content:"";position: absolute;width:70px;height:70px;background: url('../images/vIcon.png') no-repeat;left:50%;top:50%;margin-left:-35px;margin-top:-35px;}
.aboutNum{background:#fff;box-shadow:0 3px 10px #eee;padding:30px 5%;margin-top:50px;overflow:hidden;font-size:1.067em;display: flex;justify-content: space-between;}
.aboutNum li{float:left;}
.aboutNum li span{display: block;position: relative;color:#f6000f;overflow:hidden;}
.aboutNum li span b{font-size:4.688em;font-family:Arial;line-height:1;letter-spacing:-2px;float:left;}
.aboutNum li i{font-style:normal;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 新闻快讯 */
.news{background: url('../images/news_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;}
.newsPic{float:left;width:51%;overflow:hidden;position:relative;font-size:1.286em;}
.newsPic li a{display: block;position: relative;height:600px;overflow:hidden;}
.newsPic li p{position: absolute;bottom:0;left:0;height:75px;line-height:75px;background:rgba(0,0,0,.7);width:100%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;z-index:2;padding:0 120px 0 5%;color:#fff;}
.newsPic li a:hover img{transform: scale(1.08);}
.newsPic .swiper-pagination{width:auto;right:20px;bottom:25px;left:auto;}

.newsR{width:45%;overflow:hidden;border-top: 1px solid #e5e5e5;}
.newsR li{color:#888;border-bottom: 1px solid #e5e5e5;position: relative;}
.newsR li a{display:block;padding:20px 0; padding-right:180px;color:#888;transition:all .6s;}
.newsR li .date{width:120px;text-align:center; font-size: .75rem;color: #999;font-family: Arial;line-height: 1.2;margin-right:-180px;transition: all .5s;border-left: 1px solid #e5e5e5;background: url('../images/news_arr.png') no-repeat 120px center;height:80px;}
.newsR li .date b{font-size: 3.667em;color: #333;display: block;font-weight:normal;font-weight:700;margin-bottom:5px;}
.newsR li h4{font-size:1.286em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;color:#191919;}
.newsR li a:hover{background:#e60012;padding-left:20px;}
.newsR li a:hover h4,.newsR li a:hover{color: #fff;}
.newsR li a:hover .date{font-size:0;line-height:0; background-position: center center;transition: background .5s;}

/*底部 */
.footer{overflow:hidden;font-size:.813em;background:#1b1d29;color:#ddd;}
.footMain{padding:40px 0 30px 0;overflow:hidden;}
.footMenu{margin-bottom:25px;font-size:1.154em;overflow:hidden;}
.footMenu em{font-style:normal;margin:0 15px;color:#444453;}
.footMenu .last{display:none;}
.footL{width:70%;line-height:2;}
.footR{width:350px;overflow:hidden;padding-right:160px;text-align:right;color:#fff;}
.footR .wx{width:120px;background:#fff;padding:5px;margin-right:-160px;color:#666;text-align:center;}
.footR h4 span{display: block;font-size:1.714em;font-family:Arial;line-height:1;margin-top:5px;}
.footR h4 span:nth-child(1){font-weight:700;font-size:2em;}
.footR a{color:#fff;width:155px;display:inline-block;text-align:center;border:1px solid #fff;height:40px;line-height:38px;margin-top:20px;}
.footR i{font-family:"iconfont";font-style:normal;margin-right:10px;}
.footer a,.footMenu a{color:#ddd;}
.footer a:hover{color:#fff;text-decoration: underline;}
.footR a:hover{background:#fff;color:#e60012;text-decoration: none;}
.firendlink{padding:15px 0;position:relative;z-index:2;}
.firendlink::after{content:"";position: absolute;left:-50%;top:0;width:200%;height:100%;z-index:-1;background:#11131d;}
.firendlink span{color:#fff;font-size:15px;}
.firendlink a{margin:0 8px;}


/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:420px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#e60012;top:45%;font-size:2.5rem;text-transform:uppersolution;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); }
.listBanner h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:15px 0;}
.breadCrumb p span,.menuBox p span{position:relative;padding-left:20px;}
.breadCrumb span::after,.menuBox p span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#e60012;border:1px solid #e60012;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#e60012;color:#fff;}
.proCrumb{background:#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/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;}
.listTie{font-size:2.625em;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;}
.listTie strong{font-weight:400;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background:#e60012;margin-left:-10px;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.menuBox{background:#f7f7f7;height:60px;line-height:60px;position:relative;font-size:14px;}
.menuBox::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f7f7f7;height:100%;z-index:-1;}
.menuBox p span::after{line-height:1;top:2px;}
.listMenu{font-size:1.143rem;}
.listMenu a{display:inline-block;position:relative;color:#191919;margin-left:50px;}
.listMenu a:hover,.listMenu .cur{color:#e60012;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#e60012;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{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:#e60012;border:1px solid #e60012;color:#fff;}


/* 产品列表 */
.proList {margin-right:-30px;}
.proList li{float:left;width:25%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:84%;transition:all .3s;border:1px solid #e1e1e1;transition:all .4s;}

.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;font-size:1.143em;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#e60012;}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}


/*  产品详情 */
.proShow_box1{background:#f4f4f4;}
.gallery{width:55%;position:relative;padding:10px 140px 10px 10px;}
.galleryBig{position:relative;height:490px;background:#fff;box-shadow:0 0 10px #ccc;}
.galleryBig li{height:490px;line-height:490px;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{position:absolute;z-index:10;top:0;right:10px;width:110px;height:490px;margin-top:10px;}
.gallerySmall li{border:1px solid #bdc4ce;padding-top:80%;cursor:pointer;pointer-events:initial !important;}
.gallerySmall li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;}
.gallerySmall .on::after{border:2px solid #e60012;}
.gallery .btn{background:#333;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;opacity:0;}
.gallery .swiper-button-prev{left:10px;}
.gallery .swiper-button-next{right:160px;left:auto;}
.gallery:hover .btn{opacity:.8;}

.proShow_R{width:40%;overflow:hidden;height:480px;}
.proShow_R .title{margin-bottom:20px;color:#333;}
.proShow_R .title span{display:block;font-size:2.286em;color:#e60012;}
.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:#e60012;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_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie span{display:inline-block;border-bottom:1px solid #e60012;height:45px;font-size:20px;color:#191919;}
.proTie,.proShow_menu{height:45px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;}
.proShow_menu span{display:inline-block;margin-right:30px;cursor:pointer;position:relative;height:45px;}
.proShow_menu span::after,.showTie2 h2::after{content:"";position: absolute;left:0;bottom:0;background:#e60012;height:1px;width:0;transition:all .4s;}
.proShow_menu .on{color:#e60012;}
.proShow_menu .on::after{width:100%;}
.proShow_con{width:70%;}
.proShow_tab{background:#fff;min-height:200px;overflow:hidden;margin-bottom:30px;}
.proShow_tab .swiper-slide{padding:4%;}
.relative_pro li{width:33.3%;}


/* 关于我们 */
.aboutBox1 .tie{font-size:2.571em;color:#e60012;margin-bottom:30px;line-height:1;}
.aboutBox1 .left{width:50%;line-height:1.8;padding-top:20px;position: relative;overflow-y:auto;}
.aboutBox1 .font{overflow-y:auto;height:420px;font-size:1.143em;}
.aboutBox1 .right{width:46%;height:520px;overflow:hidden;display:block;}
.aboutBox1 .tel{padding-left:40px;position: absolute;left:0;bottom:0;font-size:1.571em;font-family:Arial;color:#333;}
.aboutBox1 .tel::after{content:"\e603";position: absolute;font-family:"iconfont";left:0;font-size:1.6rem;top:-4px}
.aboutBox1 .tel span{font-weight:bold;margin-left:30px;font-size:1.182em;}
.aboutNum2{border-top: 1px solid #ddd;box-shadow:none;padding-bottom:0;}

.culture,.history{background:#fff9e7;}
.culture li{float:left;background:#fff;padding:25px;width:31.3%;margin:0 1%;min-height:390px;box-shadow:0 2px 8px #eee;font-size:16px;}
.culture li .pImg{padding-top:40%;}
.culture li h4{font-size:22px;color:#f6000f;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:#e60012;bottom:0;left:0;transition:all .3s;}

.honor{text-align: center;overflow:visible;position:relative;}
.honorSlide{overflow:hidden;border-top: 5px solid #e60012;}
.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 .pImg{padding-top:70%;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#e60012;}
.honorSlide .btn{width:40px;height:40px;background:#e60012;text-align:center;line-height:40px;color:#fff;font-family:"Arial";left:-60px;top:60%}
.honorSlide .btn:hover{background: #e60012;}
.honorSlide .swiper-button-next{right:-60px;left:auto;}

.album{border-top: 1px solid #ddd;}
.album li{float:left;width:20%;padding-right:5px;padding-bottom:5px;}
.album li .pImg{padding-top:75%;}
.album li p{position:absolute;background: rgba(0,0,0,.5);padding:0 5%;height:50px;line-height:50px;color:#fff;left:0;bottom:-60px;z-index:2;width:100%;transition:all .3s;text-align:center;}
.album li.big {width:40%;}
.album li:hover img{transform: scale(1.1);}
.album li:hover p{bottom:0;}
.history{overflow: visible;text-align:center;}
.historyMain{padding-top:10px;overflow:hidden;}
.history li{float:left;width:25%;padding:0 2% 0 50px;background: url('../images/h_line.png') no-repeat left top;min-height:160px;text-align:left;}
.history li h5{font-size:1.286em;margin-bottom:20px;}
.history li h5 span{display: block;font-size:2.556em;color:#333;font-family:Arial;font-weight:bold;letter-spacing:-1px;line-height:1.2;}
.history .btn{left:-50px;width:20px;background-size:20px 40px;top:60%;opacity:.5;}
.history .swiper-button-next{left:auto;right:-50px;}
.history .btn:hover,.honorR .btn:hover{opacity:1;}

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

/* 定制 */
.madeBox1 .pic{height:430px;width:38%;overflow:hidden;}
.madeBox1 .font{width:58%;}
.madeBox1 .font h4{font-size:2em;color:#191919;margin-bottom:40px;}
.madeBox1 .font h4 span{display:block;font-size:1.514em;font-weight:bold;}
.madeBox1 .font h4 strong{color:#e60012;}
.madeBox1 .txt p{margin-bottom:10px;}
.madeBox1 .zx{width:220px;height:40px;line-height:40px;background:#e60012;color:#fff;float:left;text-align:center;}
.madeBox1 .txt{min-height:160px;margin-bottom:20px;}
.madeBox1 .zx i{font-style:normal;margin-left:10px;}
.madeBox1 .tel{font-size:1.714em;font-family:Arial;color:#191919;line-height:40px;margin-left:8%;padding-left:35px;position:relative;}
.madeBox1 .tel::after{content:"\e603";position: absolute;left:0;top:2px;font-family:"iconfont";line-height: 1;}
.madeBox1 .zx:hover{background:#e60012;}
.madeBox2{background:url('../images/madeform_bg.jpg') no-repeat center;margin-bottom:80px;overflow:hidden;padding-left:60px;background-size:cover;}
.madeBox2 form{max-width:1110px;}
.madeBox2 .text{margin-right:-2%;overflow:hidden;}
.madeBox2 .text input{float:left; width:31.3%;margin-right:2%;background:#fff;height:48px;line-height:48px;padding:0 15px;}
.madeBox2 .checkbox{padding:20px 0;overflow:hidden;}
.madeBox2 .checkbox label{float:left;margin-right:25px;}
.madeBox2 .checkbox label input{float:left;width:15px;height:15px;background:#fff;border:1px solid #ddd;margin-top:3px;margin-right:4px;}
.madeBox2 textarea{height:140px;width:100%;background:#fff;padding:15px;margin-top:20px;} 
.madeBox2 .code{margin-top:10px;overflow:hidden;} 
.madeBox2 .code .c{background:#fff;height:40px;line-height:40px;width:160px;padding:0 10px;}
.madeBox2 img{padding:9px;background:#fff;border-left: 1px solid #ddd;}
.madeBox2 .sub{background:#e60012;width:20%;color:#fff;height:40px;line-height:40px;cursor:pointer;transition:all .3s;}
.madeBox2 .sub:hover{background:#093eb5;}

.setting{background:#f6f6f6;overflow:hidden;}
.setting .pic{width:60%;overflow:hidden;margin-left:-10%;height:580px;}
.setting .txt{width:44%;padding-top:4%;}
.listTie2{position:relative;padding-bottom:25px;text-align:left;}
.listTie2::after{content:"";position: absolute;left:0;bottom:0;width:64px;height:1px;background:#333;}
.setting p{margin-bottom:25px;}
.setting p span{font-weight:700;margin-right:10px;}
.setting .pic .bgImg{animation:scale 24s infinite;}
.setting .info{height:220px;margin-bottom:20px;}
.setting .more{display:inline-block;width:160px;height:48px;line-height:46px;border:1px solid #999;text-align:center;}
.setting .more:hover{background:#e60012;color:#fff;border-color:#e60012;}
.settingMain{width:60%;margin-right:-10%;height:580px;overflow:hidden;position:relative;margin-left:-10%;}
.setting2 .settingMain{margin-right:-10%;}
.settingMain .bgImg{animation:scale 24s infinite;}
.settingMain .swiper-pagination{bottom:20px;}
.settingMain .swiper-pagination-bullet{opacity:1;background:#fff;}
.settingMain .swiper-pagination-bullet-active{background:#e60012;}


/* 新闻列表 */
.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:#e60012;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.newsList li h3 a:hover{color: #e60012;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#333; height: 80px;line-height: 80px;width:54.5%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsSlide li .pic{height:460px;}
.newsSlide li .txt{padding:5%;}
.newsSlide li:hover .bgImg{transform: scale(1.08);}

.newsList{width:70%;overflow:hidden;}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;}
.newsList li .pic{float: left;width:420px;height:240px;margin-right:50px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.newsList li h3 a{color:#333;}
.newsList li p{min-height:80px;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #e60012;border: 1px solid #e60012;color:#fff;}
.newsList li:hover{box-shadow: 6px 6px 6px #eee;}
.newsList li:hover img{transform: scale(1.1);}

/* 新闻详情 */
.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:25%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #e60012;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:#e60012;}
.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:#e60012;color:#fff;}
.rightNews,.rightContact{background:#f4f4f4;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}

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

/* 视频 */
.videoList ul{margin-right:-40px;overflow: hidden;}
.videoList li{float:left;width:33.3%;padding-right:40px;margin-bottom:20px;text-align:center;}
.videoList li a{display: block;overflow: hidden;}
.videoList li .pImg{padding-top:65%;}
.videoList li p{height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;padding-top:20px;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.5;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:56px;height:56px;background: url('../images/vIcon.png') no-repeat;margin-left:-28px;margin-top:-28px;z-index:5;transition:all .5s;background-size:cover;}
.videoList li:hover img{transform: scale(1.06);}
.videoShow{width:100%;height:600px;}

/* 联系*/
.contactBox{background:#f5f5f5 url('../images/ContactBg.jpg') no-repeat center;}
.contactBox .container{background: url('../images/ContactImg.png') no-repeat right bottom;}
.contactBox .tie{font-size:2em;color:#e60012;margin-bottom:30px;}
.contactBox .tel span{display: block;color:#e60012;font-size:2em;font-weight:bold;position: relative;padding-top:15px;margin-top:15px;}
.contactBox .tel span::after{content:"";position: absolute;left:0;top:0;width:30px;height:2px;background:#e60012;}
.contactBox .zx{display:inline-block;width:160px;height:42px;line-height:42px;background:#e60012;color:#fff;text-align:center;margin:15px 0;border-radius:21px;}
.contactBox .zx:hover{background:#d85500;}
.contactBox .txt{line-height:2;}
.contactR .titie{font-size:2em;color:#d85500;margin-bottom:20px;}
.contactR .font{max-height:420px;overflow-y: auto;}
.contactR .wx{float:right;margin-right:-200px;width:160px;}
.contactR .wx p{text-align:center;margin-bottom:20px;}
.contactR .wx p span{display:block;}

.contactBox2 .tie{margin-bottom:40px;color:#191919;font-size:2.5em;}
.contactBox2 ul{padding-left:1px;}
.contactBox2 li{float:left; width:33.3%;padding:2%;border:1px solid #d9d9d9;margin-top:-1px;min-height:220px;margin-left:-1px;}
.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;}
#dituContent{height:480px;}

/* 在线留言*/
.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{background:#f5f5f5;height:60px;padding:10px;}
.feedback .code .sub {background: #e60012;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #e60012;}
.feedback .sub:hover{background:#bf000f;}