@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:14px/1.75 "Microsoft YaHei", arial,sans-serif; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
img { image-rendering: -webkit-optimize-contrast;}
.container{width:1600px; margin:0 auto}
.container12{width:1200px; margin:0 auto}
.container14{width:1400px; margin:0 auto}
.container16{width:1600px; margin:0 auto}
.container165{width:1685px; margin:0 auto}
.container17{width:1700px; margin:0 auto}
.container18{width:1800px; margin:0 auto}

.containers{width:96%; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}
/* 下滑头部 */
.navfixed {position: fixed; top: 0; width: 100%; z-index: 99999; transition: .5s;     box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
/* 多行省略 */
.omit {display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical; }

/* 绝对定位居中 */
.jddwjz { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)}

::-webkit-scrollbar {/*滚动条整体样式*/width: 4px;/*高宽分别对应横竖滚动条的尺寸*/ height: 4px;scrollbar-arrow-color:red;}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);scrollbar-arrow-color:red;}
::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 0; background: rgba(0,0,0,0.1);}

/* 图标变黑色 */
.icon-black {  filter: brightness(0);}
/* 图标变白色 */
.icon-white {filter: brightness(100);}
/* 图标变灰色色 */
.icon-gray {filter: grayscale(100%);}

/* 图片100%固定宽高不模糊 */
.imgobject {height: 500px;object-fit: cover;}

/*字体引入*/
@font-face {
  font-family: "Akzid";
  src: url("../font/AkzidenzGrotesk-ExtraBoldAlt.otf");
}
/* fv loding
------------------------ */
.fv { position: fixed; top: 0; left: 0; width: 100%; min-width: 1040px; height: 100%; background-color: #fff; z-index: 1000;}
.fv::before {position: absolute;top: 0;width: 0;height: 100%;background-color: #E60012;content: '';}
.fv .fv-inner { position: absolute;left: 50%;top: 50%;text-align: center;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.fv .fv-logo { opacity: 0;}
.fv .fv-logo.fvfadeIn {  opacity: 1;}
.fv .fv-lead {margin-top: 50px;font-size: 5.2rem;text-align: left;white-space: nowrap;line-height: 1.1;opacity: 0; text-align: center;}
.fv .fv-lead.fvfadeIn {opacity: 1;}
.fv .fv-lead strong { display: block; font-size: 5.4rem; font-weight: 600;}
.fv.coverIn::before { left: 0; animation: coverIn 0.75s linear forwards;}
.fv.coverOut::before { right: 0; animation: coverOut 0.75s linear forwards;}




/* CSS Document */
/*===============公用头部===============*/
.header {position: fixed; top: 0; width: 100%; z-index: 99; transition: .5s;}
.header .box h1 a {display: block; width: 8.69rem; height: 4.81rem; background: url(../images/header-logo1.png) no-repeat center; background-size: 100%; }
.header .box {display: flex;justify-content: space-between; align-items: center; height:7rem; position: relative;}
.header .box .headerNav {width: 55%;}
.header .box .headerNav > ul {display: flex; width: 100%; justify-content: space-between;}
.header .box .headerNav > ul > li { transition: .5s;  text-align: center; position: relative; line-height: 7rem;}
.header .box .headerNav > ul > li::after {content: ""; position: absolute; width: 0; left: 50%;bottom:1.5rem; height: 0.25rem;background: #e60012; border-radius: 0.13rem; transition: .5s;}
.header .box .headerNav > ul > li > a {display: block; font-size: 1rem;font-weight: 400;color: #fff; }
.header .box .headerNav > ul > li:hover::after {width: 110%; left: -5%;}
.header .box .headerNav > ul > li.on::after {width: 110%; left: -5%;}
.header .box .language {display: flex; align-items: center; position: relative; height: 7rem;}
.header .box .language span {font-size: 1rem;color: #ffffff;  margin: 0 1rem;}
.header .box .language .listHide {position: absolute; background: #FFf;top: 100%; width: 100%; display: none;}
.header .box .language .listHide a {display: block; width: 100%; padding: 0.5rem 0; font-size: 1rem; color: #333; text-align: center; border-bottom: 1px solid #ddd;}
.header .box .language .listHide a:hover {color: #a52323;}
.header .box .searchIcon .info {position: relative; height: 7rem; display: flex; align-items: center;}
.header .box .searchIcon img {display: block;}
.header .box .searchIcon {display: flex; align-items: center; gap: 1rem;}

.wapAnge {display: none;}
.wapAnge a , .wapAnge em {color: #fff;}

.header.navfixed .wapAnge a {color: #333;} 
.header.navfixed .wapAnge em {color: #333;}
.header.navfixed2 .wapAnge a {color: #333;} 
.header.navfixed2 .wapAnge em {color: #333;}
.wapAnge a:hover {color: #a52323;}

/* 头部悬浮 */
.header.navfixed {background: #fff;}
.header.navfixed .box h1 a {background: url(../images/header-logo2.png) no-repeat center; background-size: 100%;}
.header.navfixed .box .headerNav > ul > li > a {color: #333;}
.header.navfixed .language img { filter: brightness(0);}
.header.navfixed .language span {color: #333;}
.header.navfixed .box .searchIcon img {filter: brightness(0)}
.header.navfixed .box .headerNav > ul > li {line-height: 7rem;}
.header.navfixed .box .headerNav > ul > li::after {bottom: -2px;}
.header.navfixed2 {background: #fff; box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
.header.navfixed2 .box h1 a {background: url(../images/header-logo2.png) no-repeat center; background-size: 100%;}
.header.navfixed2 .box .headerNav > ul > li > a {color: #333;}
.header.navfixed2 .language img { filter: brightness(0);}
.header.navfixed2 .language span {color: #333;}
.header.navfixed2 .box .searchIcon img {filter: brightness(0)}
.header.navfixed2 .box .headerNav > ul > li {line-height: 7rem;}
.header.navfixed2 .box .headerNav > ul > li::after {bottom: -2px;}



/* 二级下拉 */
.pulldown {position: absolute; background: #f5f5f5;width: 100%; height: 100vh; display: none;}
.pulldown ul {width: 1400px; margin: auto; display: flex; padding: 5.25rem 0 7rem 0;}
.pulldown li {margin-left: 2.5rem;}
.pulldown li:nth-child(1) {margin-left: 0;}
.pulldown li .imgBox {position: relative;  display: flex; align-items: center; justify-content: center;}
.pulldown li .imgBox img {display: block; width: 100%;}
.pulldown li .imgBox span {position: absolute; font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.pulldown li dd a {display: flex; position: relative; gap: 1rem;justify-content: space-between; padding: 1rem 0.5rem; box-sizing: border-box; align-items: center;font-size: 1.13rem; border-bottom: 1px solid #DDDDDD;}
.pulldown li dd a::after {content: ""; width: 0; left: 0; bottom: 0; height: 1px; position: absolute; background: #e60012; transition: .5s;}
.pulldown li dd:hover a {color: #e60012;}
.pulldown li dd:hover a::after {width: 100%; }
.polldown-contact { background: url(../images/pulldown-contact-bj.jpg) no-repeat center; background-size: cover;}
.polldown-contact .box {display: flex; justify-content: space-between; align-items: center; height: 8.75rem;}
.polldown-contact .box .le {display: grid; align-items: center; gap: 6rem; grid-template-columns: repeat(2,auto);}
.polldown-contact .box .le em {font-size: 1rem;color: #ecc1c4;}
.polldown-contact .box .le strong {font-size: 1.75rem;color: #ffffff;display: block; font-weight: normal;}
.polldown-contact .box .le a {display: flex; align-items: center; justify-content: center; gap: 1rem; width: 9.38rem; height: 2.81rem; font-size: 1rem;color: #333333; background: #ffffff;border-radius: 0.31rem;}
.polldown-contact .box .re {display: grid; grid-template-columns: repeat(2,auto); align-items: center; gap: 1rem; cursor: pointer;}
.polldown-contact .box .re span {font-size: 1.5rem;color: #ffffff;}

.header .box .headerNav > ul > li.navList dl {display: none !important;}
.headerNav ul > li > dl {position: absolute; display: none; position: absolute; background: #fff;  padding: 10px 20px; width: 100%; left: -36%;     box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
.headerNav ul > li > dl > dd {font-size: 0.9rem; color: #333; text-align: center; border-bottom: 1px solid #eee;  position: relative;line-height: 1;}
.headerNav ul > li > dl > dd > a {padding: 1rem 0;display: block;}
.headerNav ul > li > dl > dd::after {content: ""; position: absolute; bottom: 0; width: 0; height: 1px; background-color: #e60012; left: 0; transition: .5s;} 
.headerNav ul > li > dl > dd:hover > a {color: #e60012;}
.headerNav ul > li > dl > dd:hover::after {width: 100%; }

/* 头部搜索悬浮 */
.search-pro {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color: rgba(255,255,255,1);padding: 20px 30px; box-sizing:border-box;width: 400px;min-height: 200px;position: absolute;right: -60px;top: 110px;opacity: 0;transition: all .5s ease;-webkit-box-shadow: 0 0 99px rgba(29,56,75,.4);-moz-box-shadow: 0 0 99px rgba(29,56,75,.4);    transform: translateY(50px); box-shadow: 0 0 99px rgba(29,56,75,.4);    pointer-events: none;}
.search-pro::before {content: ""; position: absolute; top: -40px; right: 0; width: 100%; height: 55px; background-color: transparent;}
.search-pro::after {content: '';display: block;width: 18px;height: 18px;transform: rotate(45deg);top: -8px;right: 60px;background-color: #fff;position: absolute;}
.search{border-bottom: 1px solid #e1e1e1; margin-bottom: 10px;}
.search input{outline: none; border: none; font-family: "Microsoft YaHei"; }
.search-text{width: 310px; line-height: 50px;}
.search .sub{background: url(../images/search-icon.png) no-repeat center; width: 25px; height: 50px; cursor: pointer; filter: brightness(0)}
.search-list dl dt{float: left; margin-right: 10px; margin-bottom: 10px;     line-height: initial;}
.search-list dl dt a{position: relative; transition: all .5s ease .3s; display: inline-block; padding: 0 10px; background: #e1e1e1; border-radius: 4px;  text-align: center;}
.search-list dl dt a:after{content: '';display: block;width: 0;transition: width .5s ease-out;height: 100%;background-color: #e60012;position: absolute;top: 0;left: 0; z-index: 0; border-radius: 4px;}
.search-list dl dt:hover a:after{width: 100%; }
.search-list dl dt span{font-size: 0.9rem; line-height: 36px; color: #999; position: relative; z-index: 1}
.search-list dl dt:hover span{color: #fff;}
.header .box .searchIcon .info:hover .search-pro {opacity: 1;transform: translateY(0);pointer-events: auto;}




/* 搜索页面 */
.search-page .box {margin-top: 18vh;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 23px;  height: 23px; display: block; cursor: pointer; background: url(../images/search-icon.png) no-repeat center; outline: none; border: none; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #e60012; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%;}
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #e60012;}
.fy .layui-laypage-curr {color: #fff; background: #e60012; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}
@media screen and (min-width: 200px) and (max-width: 640px){
  .search-page form {
      width: 90%;
      margin-bottom: 40px;
  }
}




/* 首页banner */
.banner {position: relative; overflow: hidden; padding: 0 3% 3% 0;}
.banner::after {width: 96%;height: 80%; background: #e60012; position: absolute; right: 0; bottom: 0; content: ""; transition: .5s;}
/* .banner.on::after {width: 96%;height: 80%;} */
.banner.active::after {bottom: 18%;}
.banner img {image-rendering: pixelated;  display: block; width: 100%;}
.banner .swiper-slide .tle {width: 1500px; position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%)}
.banner .swiper-slide .tle h3 {font-size: 4.44rem;font-weight: 700;color: #ffffff;text-shadow: 0.29rem 0.11rem 0.05rem 0.07rem rgba(33,43,53,0.29);}
.banner .swiper-slide .tle h4 {font-size: 2.13rem;font-weight: 400;color: #ffffff;}
.banner .swiper-slide .tle a {font-size: 1rem;color: #ffffff; margin-top: 4.8rem; display: inline-block; transition: .5s;}
.banner .swiper-slide .tle a span {margin-left: 0; transition: .5s;}
.banner .swiper-slide .tle a:hover {color: #e60012;}
.banner .swiper-slide .tle a:hover span {margin-left: 5px;}
.banner .swiper-button-prev {width: 1.38rem;  height: 2.5rem; opacity: .37; left: 2%; background: url(../images/banner-jt.png) no-repeat center;  transform: rotate(180deg); background-size: 100%;}
.banner .swiper-button-next {width: 1.38rem;  height: 2.5rem; opacity: .37; right: 5%; background: url(../images/banner-jt.png) no-repeat center; background-size: 100%;}
.banner .swiper-button-prev:hover ,.banner .swiper-button-next:hover {opacity: 1;}

/* ======首页====== */
/* 首页公用标题 */
.indexTle {padding: 6rem 0 4.5rem 0; text-align: center;}
.indexTle h3 {font-size: 2.5rem;color: #333333; line-height: 2.5rem;}
.indexTle h4 {font-size: 2.25rem;color: #333333; font-weight: 100;}
.indexOne p {text-align: center;font-size: 1rem;color: #666666; width: 60%; margin: auto; font-weight: 400;}
.indexOne .down {margin: auto; margin-top: 4.75rem; position: relative; display: flex; justify-content: center; align-items: center; width: 3.69rem;height: 3.69rem; border: 0.19rem solid #eeeeee; border-radius: 50%;}
.indexOne .down img {animation: banner-scroll 1s linear infinite;}
.indexOne .down::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; animation: rota360 2s linear infinite; background: url(../images/bainyuancion1.png) no-repeat center; background-size: contain;}

.indexTwo ul {display: flex;gap: 1.2rem;}
.indexTwo ul li {position: relative; width: 20%; overflow: hidden; transition: .5s; flex: 1 1 20%;}
.indexTwo ul li img {display: block;}
.indexTwo ul li .con {position: absolute; top: 0; padding: 0 2rem; box-sizing: border-box; height: 100%; width: 100%;}
.indexTwo ul li .con h4 {font-size: 1.88rem;color: #ffffff; margin-top: 8rem;}
.indexTwo ul li .con span {font-size: 1rem;color: #c4c4c4;}
.indexTwo ul li .con em {display: block; margin-top: 17rem; transition: .5s; width: 9.06rem;height: 2.81rem;font-size: 1rem; color: #fff; border: 0.06rem solid rgba(255,255,255,.41); border-radius: 1.5rem; text-align: center;line-height: 2.81rem;}
.indexTwo ul li .con em {position: absolute; bottom: 20%;}
.indexTwo ul li.on {width: 40%; flex: 1 1 40%;}
.indexTwo ul li.on em {background: #e60012; border: 0.06rem solid #e60012; }

.indexThreeSwiper {overflow: hidden;position: relative;}
.indexThree ul li h3 {font-size: 1.25rem;font-weight: 700;color: #333333; padding-bottom: 1.2rem;border-bottom: 1px solid rgba(0,0,0,.03); display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.indexThree ul li p {margin: 2rem 0 3.3rem; font-size: 0.94rem;color: #777777; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;height:3rem;-webkit-box-orient: vertical}
.indexThree ul li .con {position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.5rem; border-bottom: 0.25rem solid rgba(0,0,0,1); box-sizing: border-box;}
.indexThree ul li .con::after {content: ""; width: 0; height: 0.25rem;background: #e60012; left: 0; bottom: -0.25rem;position: absolute; transition: .5s;}
.indexThree ul li .con em {font-size: 0.94rem;color: #999999;opacity: 1; transition: .5s;}
.indexThree ul li .con span {font-size: 0.94rem;color: #999999; position: absolute;  left: 88%; transition: .5s;}
.indexThree ul li .con img {transition: .5s;position: absolute; right: 88%; opacity: 0;}
.indexThree ul li:hover em {opacity: 0;}
.indexThree ul li:hover span { left: 0;}
.indexThree ul li:hover img {right: 0; opacity: 1;}
.indexThree ul li:hover .con::after {width: 100%;}

.indexThree .more { margin: 6rem auto 8.5rem auto; display: flex; transition: .5s; align-items: center; justify-content: center; gap: 1rem; width: 11.56rem;height: 3.5rem; border: 0.06rem solid #404040; border-radius: 1.81rem; font-size: 1.13rem;color: #222222;}
.indexThree .more img {transition: .5s;}
.indexThree .more:hover {background: #e60012; border-color: #e60012; color: #fff;}
.indexThree .more:hover img {filter: brightness(100);}

.indexFour {height: 30.44rem;background: url(../images/indexFour-bj.jpg) no-repeat center; background-size: cover; position: relative;}
.indexFour .con {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);text-align: center; width: 100%;}
.indexFour span {display: block; font-size: 2.25rem;font-weight: 300;color: #ffffff;}
.indexFour span:nth-child(2) {display: inline-block;}
.indexFour a {font-size: 2.25rem;color: #ffffff; padding-bottom: 0.2rem; position: relative;}
.indexFour a::after {content: ""; position: absolute; bottom: 1px; left: 0 ; height: 0.06rem; background: #fff; width: 100%; transition: .5s;}
.indexFour a:hover::after {width: 0; left: 50%;}

/* ===公用底部=== */
/* 返回顶部 */
.backTop {position: fixed; opacity: 0; transition: 1s; visibility: hidden; z-index: 66; cursor: pointer; bottom: 10%;  right: 3%; width: 3.13rem; height: 3.13rem; background: #e60012; border-radius: 0.63rem; display: flex; align-items: center; justify-content: center;}
.backTop.on {opacity: 1; visibility: visible;}
.footer {background: #242424; }
.footer .footer-logo {display: inline-block;}
.footer .footer-top {display: flex; justify-content: space-between; align-items: center; padding: 4rem 0 2rem 0; border-bottom: 1px solid rgba(235,243,250,.06);}
.footer .top-left {display: flex; align-items: center;}
.footer .footer-top .list {display: flex;}
.footer .yqlj {width: 14.69rem; height: 3.13rem; padding: 0 1.5rem; position: relative; box-sizing: border-box; border: 0.06rem solid rgba(255,255,255,.15); margin-left: 5.8rem; display: flex; justify-content: space-between; align-items: center;}
.footer .yqlj span {font-size: 1rem;color: #ebf3fa; position: relative;}
.footer .yqlj span::after {content: ""; position: absolute; width: 1px; height: 110%; background: rgba(235,243,250,.15);     right: -135%;}
.footer .yqlj .box {position: absolute; visibility: hidden;  top: 200%; width: 100%; left: 0; transform: translateY(0); background: #fff; transition: .55s; transition-timing-function: var(--ease-in-out-b); opacity: 0 ; z-index: 10;}
.footer .yqlj .box:after { content: ''; position: absolute; z-index: -1; width: 0; height: 0; top: 15%; border: 10px solid #fff; left: 50%; transform: translate(-50%, -60%) rotate(45deg);}
.footer .yqlj .box::before {content: ""; width: 100%; height: 20px; top: -48%; position: absolute;}
.footer .yqlj .box ol li a { display: block; background: #fff; height: 40px; line-height: 40px; padding: 0 15px; font-size: 14px; box-sizing: border-box; color: #999; transition: .4s;}
.footer .yqlj .box ol li a:hover {color: #e60012;}
.footer .yqlj:hover .box {transform: translateY(-30px); opacity: 1; visibility: visible;}
.footer .footer-top .list {display: flex; align-items: center; gap: 1rem;}
.footer .footer-top .list span {font-size: 1rem;color: #ebf3fa;font-weight: 400;}
.footer .footer-top .list .li {width: 3.44rem; height: 3.44rem; border-radius: 50%; position: relative;  border: 0.06rem solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center;}
.footer .footer-top .list .li img {display: block;}
.footer .footer-top .li .er {  display: none; position: absolute; top: 99%; left: 50%; transform: translateX(-50%);margin-top: 5px;}
.footer .footer-top .li .er img {width: 5rem; height: 5rem; display: block;}
.footer .foooter-bom {display: flex; justify-content: space-between; padding: 2.8rem 0 7rem 0;}
.footer .foooter-bom .le {display: flex; width: 60%; justify-content: space-between;}
.footer .foooter-bom dt {font-size: 1.13rem;color: #fefefe; margin-bottom: 1rem; display: block;}
.footer .foooter-bom dd a {font-size: 0.88rem;color: #b8b8b8;font-weight: 400; margin-top: 0.5rem; display: block;}
.footer .foooter-bom dd a:hover {color: #fff;}
.footer .foooter-bom .contact dd {display: flex; align-items: center; margin-top: 1rem;}
.footer .foooter-bom .contact dd em {color: #fff; font-size: 1.5rem; font-weight: 600;}
.footer .foooter-bom .contact dd span {font-size: 1rem;color: #bec2d0; margin-left: 0.8rem;}
.footer .foooter-bom .code {display: flex; align-items: center;}
.footer .foooter-bom .code span {font-size: 1.06rem;color: #bec2d0; margin-left: 1.5rem;}
.footer .footer-copy {display: flex;justify-content: space-between; padding: 1rem 0; flex-wrap: wrap;}
.footer .footer-copy p,.footer .footer-copy a {font-size: 0.88rem;color: #9b9b9b;font-weight: 400; }
.footer .footer-copy a:hover {color: #fff;}


/* ===============================================================内页================================================== */
/* 内页banner */
.nyBanner {position: relative; overflow: hidden; padding: 0 3% 3% 0;}
.nyBanner::after {width: 95%;height: 80%; background: #e60012; position: absolute; right: 0; bottom: 0%; content: ""; z-index: -1; transition: .5s;}
/* .nyBanner.on::after {width: 95%;height: 80%; } */
.nyBanner.active::after {bottom: 18%;}
.nyBanner img {image-rendering: pixelated;  display: block; width: 100%;}
.nyBanner .Tle { position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%); width: 1600px;}
.nyBanner .Tle h3 {font-size: 4.19rem;color: #ffffff;font-weight: 400;}
.nyBanner .Tle h4 {font-size: 1.88rem;font-weight: 400;color: #ffffff;}
.nyBanner ul {position: absolute;  left: 50%; bottom: 13%; transform: translate(-50%, -50%); width: 1600px; display: flex;}
.nyBanner ul li {color: #fff;}
.nyBanner ul li a {color: #fff; font-size: 1.13rem;}
.nyBanner ul li a:hover {color: #e60012;}
.nyBanner2 .Tle {top: 49%;}
.nyBanner2 .Tle p {font-size: 1.13rem;font-weight: 400;color: #ffffff; width: 45%; margin-top: 2rem;}

/* ===关于盖威=== */
.aboutOne {padding-bottom: 9rem; padding-top: 5.4rem;}
.aboutOne .tle {text-align: center;}
.aboutOne .tle h3 {font-size: 2.5rem;color: #333333;font-weight: 400; line-height: 2rem;}
.aboutOne .tle h4 {font-size: 2.25rem;color: #333333; font-weight: 100;}
.aboutOne .tle p {font-size: 1rem;color: #666666;font-weight: 400; width: 80%; margin: auto;margin-top: 4rem;}
.aboutOne ul {justify-content: space-around; margin-top: 1rem;overflow: hidden;}
.aboutOne li {text-align: center;width: 33%;float:left;margin-top: 5rem;}
.aboutOne li .time {}
.aboutOne li strong {font-size: 3.5rem;color: #e60012;font-weight: 700;}
.aboutOne li small {font-size: 1.25rem; color: #333333;}
.aboutOne li span {font-size: 1rem;color: #444444;font-weight: 400;}
.aboutTwo {padding-bottom: 10rem;}
.aboutTwo .box {position: relative;}
.aboutTwo .box::after {background: #e60012; content: ""; position: absolute; bottom: -4%; left: 9%; width: 80%; height: 80%; z-index: -1;}
.aboutTwo img {display: block; width: 100%;}
.aboutTwo .btn {width: 6.75rem; height: 6.75rem; cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffffff; border: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)}
.aboutTwo .btn img {width: auto;}
.aboutTwo .btn::after {content: ""; width: 100%; height: 100%; background: rgba(255,255,255,.22); border-radius: 50%; position: absolute;z-index: -1; left: 0; top: 0;  animation: warn 1.5s ease-out 0s infinite;}
.video-hide {background-color: #fff;}
.video-hide {display: none; background-color: #fff; padding: 50px; box-sizing: border-box; width: 100%;}
.video-hide .box-title {display: flex; justify-content: space-between; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #ececec; }
.video-hide .box-title h3 {font-size: 32px; color: #000; font-weight: bold;}
.video-hide .box-title span {font-size: 50px; cursor: pointer;}
.video-hide .video-content {margin-top: 2rem; width: 100%;}
.video-hide .video-content video {width: 100%;}
.aboutThree ul {display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 10rem;}
.aboutThree ul li {width: 46%; margin-bottom: 3rem;}
.aboutThree li .imgBox {overflow: hidden; position: relative;}
.aboutThree li .imgBox::after {content: ""; position: absolute; bottom: 0; height: 5px; background: #e60012; width: 0; transition: .5s;}
.aboutThree li .imgBox img {transition: .5s; width: 100%; display: block;}
.aboutThree li h3 {font-size: 2.13rem;color: #333333; margin: 2rem 0 1rem 0;}
.aboutThree li p {font-size: 1.13rem;color: #777777; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.aboutThree li .info {font-size: 1rem;color: #e60012;font-weight: 400; display: block; margin-top: 2rem;}
.aboutThree li:hover img {transform: scale(1.1);}
.aboutThree li:hover .imgBox::after {width: 100%; }
.aboutThree li:hover h3 {color: #e60012;}

/*====发展历程=== */
.historyTime {display: flex; gap: 2rem; padding: 8rem 0;}
.historyTime .bd {order: -1;}
.historyTime .bd ul li strong {font-size: 19.56rem;color: rgba(235,235,235,.5);writing-mode:tb-rl;display: block; line-height: 14rem; font-family: "Akzid";}
.historyTime .hd {position: relative;}
.historyTime .hd .move {position: absolute; top: 20%; right: 15%; z-index: 2;}
.historyTime .hd .move img {display: block; animation: historyTimeMove 2s linear infinite; }
.historyTime .hd .move::after {content: ""; position: absolute;     bottom: -20px;left: -6px; z-index: -1 ; width: 2.25rem; height: 5.31rem; background: #e60012; border-radius: 1.13rem;}
.historyTime .hd ul {height: 84vh; overflow-y: auto; padding: 0 2rem; padding-right: 12%;}
.historyTime .hd ul::-webkit-scrollbar {/*滚动条整体样式*/background: #d6d6d6;border-radius: 0.19rem; width: 0.38rem;}
.historyTime .hd ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 0.19rem;background: #e60012;}
.historyTime .hd ul::-webkit-scrollbar-track {/*滚动条里面轨道*/ background: #d6d6d6;border-radius: 0.19rem;}
.historyTime .hd li {padding: 3rem 0 4.5rem 0; box-sizing: border-box; border-left: 1px solid #D6D6D6; position: relative; transition: .5s;}
.historyTime .hd li::after {content: ""; width: 1px; height: 0; background: #e60012; position: absolute; left: -1px; top: 0; transition: .5s;}
.historyTime .hd li .box {width: 60%; padding-left: 4.4rem; position: relative;}
.historyTime .hd li .box i {position: absolute; left: -5px; width: 0.56rem; height: 0.56rem; background: #e60012; top: 16%; border-radius: 50%;}
.historyTime .hd li .box i::after {content: ""; position: absolute;     left: -10px; bottom: -10px;  width: 2rem; height: 2rem; background: rgba(230,0,18,.11);  border-radius: 50%;     animation: shubiao 1s infinite linear .65s;}
.historyTime .hd li h5 {font-size: 2.25rem;color: #2b2b2b; font-weight: 700; font-family: "Akzid"; border-bottom: 1.5rem; border-bottom: 1px solid #D6D6D6;}
.historyTime .hd li p {font-size: 1.13rem; margin-top: 1.5rem;}
.historyTime .hd li:hover {background: #f5f5f5;}
.historyTime .hd li:hover::after {height: 100%;}
/* 地图2 */
/* .historyMap {background: #fff; padding: 7rem 0 10rem 0;}
.historyMap .mapBox {display: flex;  align-items:center;}
.historyMap .mapBox .hd {width: 50%; position: relative;}
.historyMap .mapBox .hd .jianzhi {position: absolute; left: 0; bottom: 0; color: #333; font-size: 1rem; text-align: center;}
.historyMap .mapBox .hd img {display: block; width: 100%;}
.historyMap .mapBox .hd ul li {display: flex; gap: 0.6rem; align-items: center; position: absolute; cursor: pointer;}
.historyMap .mapBox .hd ul li i {width: 46px; height: 25px; background: url(../images/conMap-logo.png) no-repeat center; background-size: 100%; transition: .5s;}
.historyMap .mapBox .hd ul li.bj {top:36%;left:71%;}
.historyMap .mapBox .hd ul li.cq {top:64%; left: 49%;}
.historyMap .mapBox .hd ul li.js {top:59%; left:76%;}
.historyMap .mapBox .hd ul li.yc {top:56%; left:79%;}
.historyMap .mapBox .hd ul li.tz {top:53%; left:80%;}
.historyMap .mapBox .hd ul li.szzb {top: 60%; left: 82%;}
.historyMap .mapBox .hd ul li.on i {width: 55px; height: 30px; background: url(../images/conMap-logo2.png) no-repeat center;background-size: 100%;}
.historyMap .mapBox .bd {width: 30%; margin-left: 10rem;}
.historyMap .mapBox .bd ul li { border-radius: 0.63rem;  box-sizing: border-box; position: relative;}
.historyMap .mapBox .bd ul li i {display: block; width: 70px; height: 5px; border-radius: 5px; background: #e60012; margin-bottom: 1.5rem;}
.historyMap .mapBox .bd ul li strong {font-size: 2rem; color: #333;}
.historyMap .mapBox .bd ul li h3 {font-size: 1.8rem;color: #333333; line-height: 1.8rem;}
.historyMap .mapBox .bd ul li span {font-size: 1rem; color: #666; display: block; margin-top: 3rem;} */

.historyMap {background: #fff; padding: 7rem 0 10rem 0;}
.historyMap .mapBox {display: flex;  align-items:center; justify-content: space-between;}
.historyMap .mapBox .hd { position: relative;}
.historyMap .mapBox .hd .jianzhi {position: absolute; left: 0; bottom: 0; color: #333; font-size: 1rem; text-align: center;}
.historyMap .mapBox .hd img {display: block;}
.historyMap .mapBox .hd ul li {display: flex;  align-items: center; position: absolute; cursor: pointer;padding-left: 50px; }
.historyMap .mapBox .hd ul li i {width: 55px; height: 30px; background: url(../images/conMap-logo.png) no-repeat center; background-size: 100%; transition: .5s; position: absolute;box-sizing: border-box; left: -5px; top: 0;}
.historyMap .mapBox .hd ul li img {width: auto;}
.historyMap .mapBox .hd ul li span {margin: 0 0.5rem 0 0.3rem; color: #999; font-size: 15px;}
.historyMap .mapBox .hd ul li em {display: block; width: 8px; height: 8px; background: #e60012;position: relative; flex-shrink: 0; border-radius: 50%;position: relative;}
.historyMap .mapBox .hd ul li em:after {content: ""; opacity: 0; position: absolute;top: -6px;left: -6px; animation: fang1 2s linear infinite;background-color: #e60012; border-radius: 50%;width: 20px; height: 20px;}
.historyMap .mapBox .hd ul li:nth-child(odd) em:after {animation-delay: 1s;}
.historyMap .mapBox .hd ul li:nth-child(even) em:after {animation-delay: 2s;}
.historyMap .mapBox .hd ul li.bj {top: 35%;left: 61%;}
.historyMap .mapBox .hd ul li.cq {top: 58%; left: 39%;}
.historyMap .mapBox .hd ul li.js {top: 54%; left: 59.2%;}
.historyMap .mapBox .hd ul li.yc {top: 48%;left: 58.5%; align-items: flex-start;}
.historyMap .mapBox .hd ul li.tz {top: 59.2%;left: 63.7%;}
.historyMap .mapBox .hd ul li.szzb {top: 58%; left: 81%;}
.historyMap .mapBox .hd ul li.yc img { position: relative;top: 13px;}
.historyMap .mapBox .hd ul li.yc em {top: 45px;}
.historyMap .mapBox .hd ul li.tz span {white-space: nowrap;}
.historyMap .mapBox .hd ul li.tz img {position: relative;top: -14px;}
.historyMap .mapBox .hd ul li.tz em {top: -34px;}
.historyMap .mapBox .hd ul li.tz i {top: 5px;}
.historyMap .mapBox .hd ul li.szzb em {position: absolute; left: 0;}
.historyMap .mapBox .hd ul li.szzb i {margin-left: 1.5rem;}
.historyMap .mapBox .hd ul li.szzb span {margin-left: 2rem; white-space: nowrap; transition: .5s;}
.historyMap .mapBox .hd ul li.on i {width: 73px; height: 40px; background: url(../images/conMap-logo2.png) no-repeat center;background-size: 100%; left: -25px; top: -5px;}
.historyMap .mapBox .hd ul li.on.szzb i {left: 0;}
.historyMap .mapBox .hd ul li.on.szzb span {margin-left: 3.5rem;}
.historyMap .mapBox .hd ul li.on.tz i {top: 3px;}

.historyMap .mapBox .bd {width: 30%; margin-left: 4rem;}
.historyMap .mapBox .bd ul li { border-radius: 0.63rem;  box-sizing: border-box; position: relative;}
.historyMap .mapBox .bd ul li i {display: block; width: 70px; height: 5px; border-radius: 5px; background: #e60012; margin-bottom: 1.5rem;}
.historyMap .mapBox .bd ul li strong {font-size: 2rem; color: #333;}
.historyMap .mapBox .bd ul li h3 {font-size: 1.8rem;color: #333333; line-height: 1.8rem;}
.historyMap .mapBox .bd ul li span {font-size: 1rem; color: #666; display: block; margin-top: 3rem;}


@media screen and (min-width: 200px) and (max-width: 1600px) {
  .contactMap .mapBox .bd {margin-left: 4rem;}
}

@media screen and (min-width: 200px) and (max-width: 1400px) {
  .contactMap .mapBox .bd {margin-left: 2rem;}
}

@media screen and (min-width: 200px) and (max-width: 1280px) {
  .contactMap .mapBox {flex-wrap: wrap; justify-content: center;}
  .contactMap .mapBox .bd {width: 100%; margin-top: 3rem;}
}



/*====企业文化=== */
.culture {padding:4rem 0;}
.culture .box {display: flex;justify-content: space-between; align-items: center;}
.culture .box ul li {display: flex; align-items: center; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid #eee;}
.culture .box ul li img {transition: .5s;}
.culture .box ul li h6 {font-size: 1.63rem;color: #333333;font-weight: 400;}
.culture .box ul li span {font-weight: 400;font-size: 1rem;color: #666666;}
.culture .box ul li:hover img {transform: rotateY(180deg);}
.culture .box ul {width: 35%;}
.culture .box .re {width: 52%;display: flex; justify-content: flex-end;}
.culture .box .re img {width: 100%;}
/* 企业文化修改 */
.cultle {text-align: center;}
.cultle h3 {font-size: 2.5rem;color: #333333; line-height: 3rem;}
.cultle small {font-size: 2.25rem;color: #333333;font-weight: 200;}
.cultureOne {margin: 4rem 0 8rem 0;}
.cultureOne ul {display: flex; justify-content: space-between; margin-top: 6rem; align-items: flex-end;}
.cultureOne ul li {width: 25%; text-align: center;}
.cultureOne ul li img {margin-bottom: 1rem; transition: .5s;}
.cultureOne ul li h4 {font-size: 2.13rem;color: #333333;font-weight: 700; border-top: 1px solid #ddd; padding-top: 1.5rem;}
.cultureOne ul li span {font-size: 1.13rem;font-weight: 400;color: #777777;}
.cultureOne ul li:hover img {transform: rotateY(180deg);}
.cultureTwo {background: #f5f5f5; padding: 6rem 0 7rem 0;}
.cultureTwo ul {display: flex; justify-content: space-between; margin-top: 5rem;}
.cultureTwo ul li {width: 31.5%;}
.cultureTwo ul li .imgBox {overflow: hidden;}
.cultureTwo ul li h4 {font-size: 2.13rem; font-weight: 700;padding: 1.5rem 0 1rem 0; border-top: 1px solid #ddd; }
.cultureTwo ul li img {width: 100%;display: block; transition: .5s;}
.cultureTwo ul li span {font-size: 1.13rem;color: #777777; margin-top: 1.5rem; display: block;}
.cultureTwo ul li:hover img {transform: scale(1.1);}
.cultureThree {margin: 5rem 0 8rem 0;}
.cultureThree ul {margin-top: 8rem;}
.cultureThree li {display: flex; height: 23.88rem; align-items: center; border-top: 0.06rem solid #dddddd; border-right: 0.06rem solid #dddddd;  box-sizing: border-box;}
.cultureThree li .imgBox {height: 100%; width: 50%; overflow: hidden;}
.cultureThree li .con {padding-left: 8rem; width: 50%; box-sizing: border-box; }
.cultureThree li h4 {font-size: 2.13rem;font-weight: 700;color: #333333;}
.cultureThree li i {display: block;width: 19.88rem;height: 0.06rem;background: #dddddd; margin: 1rem 0 1.5rem 0;}
.cultureThree li span {font-size: 1.13rem;color: #777777;}
.cultureThree li img {transition: .5s;}
.cultureThree li:nth-child(even) {border: none; border-bottom: 0.06rem solid #dddddd; border-left: 0.06rem solid #dddddd;  box-sizing: border-box;}
.cultureThree li:nth-child(even) .con {order: -1; }
.cultureThree li:hover img {transform: rotateY(180deg);}

/* ===员工风采=== */
.staff {padding: 5.5rem 0 9rem 0; }
.staff ul {width: 100%;column-gap:1.5rem;column-count:3; row-gap: 2rem;}
.staff li { margin-bottom: 1.5rem;break-inside: avoid;overflow: hidden;}
.staff li img {   width: 100%; display: block;transition: all 0.5s;}
.staff li:hover img{transform: scale(1.05);}
/* .staff ul {   position: relative;}
.staff li {   position: absolute;transition: left 0.5s, top 0.5s; width: 23rem;}
.staff li img {   width: 100%; display: block;} */

/* ===资质证书=== */
.cercate {padding: 1rem 0 5rem 0;}
.cercateTle {text-align: center; padding: 6rem 0;}
.cercateTle h3 {font-size: 2.5rem;color: #333333;font-weight: 400; line-height: 2rem;}
.cercateTle h4 {font-size: 2.25rem;color: #333333; font-weight: 100;}
.cercateSwiper {background: url(../images/cercateSwiper-bj.png) no-repeat center; overflow: hidden; height: 30rem; position: relative;}
.cercateSwiper .swiper-slide {text-align: center; height: 100%  ;   align-items: center; display: flex; flex-direction: column; justify-content: center;}
.cercateSwiper .swiper-slide h5 {font-size: 2.25rem;font-weight: 400;color: #333333;}
.cercateSwiper .swiper-slide p {font-size: 1.5rem;color: #e60012;width: 45%; margin-top: 2.5rem;}
.cercateSwiper .swiper-button-prev {width: 4.19rem; height: 4.19rem; border-radius: 50%; left: 15px; background: #ffffff url(../images/cercateSwiper-jt.png) no-repeat center; box-shadow: 0rem 0rem 2.38rem 0rem rgba(0,0,0,0.05);}
.cercateSwiper .swiper-button-next {width: 4.19rem; height: 4.19rem; border-radius: 50%; right: 15px; background: #ffffff url(../images/cercateSwiper-jt.png) no-repeat center; transform: rotate(180deg); box-shadow: 0rem 0rem 2.38rem 0rem rgba(0,0,0,0.05);}

.cercateTwo {padding-bottom: 7rem;}
.cercateTwo .cercateTle {border-top: 1px solid #D6D6D6;}
.cercateTwoSwiper {overflow: hidden;position: relative; padding: 1.5rem; box-sizing: border-box; }
.cercateTwoSwiper .box {display: grid; grid-template-columns: repeat(4,1fr); gap: 40px;}
/* .cercateTwoSwiper .swiper-wrapper {flex-direction: initial;} */
.cercateTwoSwiper .swiper-slide { box-shadow: -0.16rem 0.27rem 0.94rem 0.31rem rgba(0,0,0,0.05); margin:  0 20px 20px 0;}
.cercateTwoSwiper .swiper-slide .imgBox {overflow: hidden; background: #d9d9d9;}
.cercateTwoSwiper .swiper-slide img {width: 100%; display: block; transition: .5s;}
.cercateTwoSwiper .swiper-slide .con {padding: 4rem 1rem; text-align: center; box-sizing: border-box;}
.cercateTwoSwiper .swiper-slide .con span {font-size: 1.13rem;color: #333333;}
.cercateTwoSwiper .swiper-slide:hover img {transform: scale(1.1);}
.cercateTwoSwiper .swiper-slide:hover span {color: #e60012;}


/*====产品中心=== */
.proCenter {overflow: hidden;}
.proCenter .tabTop {margin-top: 6.5rem; display: grid; grid-template-columns: repeat(3,auto); justify-content: center; gap: 15rem;  border-bottom: 1px solid #eee;}
.proCenter .tabTop li {text-align: center; position: relative;padding-bottom: 1.5rem; cursor: pointer;}
.proCenter .tabTop li::after {content: ""; position: absolute; border-radius: 0.19rem; width: 0; bottom: -2px; left: 50%; height: 0.31rem;background: #e60012; transition: .5s;}
.proCenter .tabTop li img {filter: brightness(0);}
.proCenter .tabTop li span {font-size: 1.06rem;color: #333333;font-weight: 400;display: block ; margin-top: 1rem;}
.proCenter .tabTop li:hover::after {width: 100%; left: 0;}
.proCenter .tabTop li:hover img {filter: none;}
.proCenter .tabTop li:hover span {color: #e60012;}
.proCenter .tabTop li.on::after {width: 100%; left: 0;}
.proCenter .tabTop li.on img {filter: none;}
.proCenter .tabTop li.on span {color: #e60012;}
.proCenter .box > li {text-align: center; display: none;}
.proCenter .box > li.on { display: block;}
.proCenter .box > li .tle {padding: 6rem 0;}
.proCenter .box > li h4 {font-size: 2.5rem;color: #333333;font-weight: 400;line-height: 2rem;}
.proCenter .box > li span {font-size: 2.25rem;color: #333333; font-weight: 100;}
.proCenter .box ol li {display: none;}
.proCenter .box ol li.on {display: block;}
.proCenter .box ol li img {display: block; margin: auto;}
.proCenter .box li .boxCon {background: #343434; position: relative; padding-bottom: 7.4rem;}
.proCenter .box li .boxCon::before , .proCenter .box li .boxCon::after{content: ""; position: absolute; top: 0; width: 100.0vw; height: 100%; background-color: #343434; z-index: -1;}
.proCenter .box li .boxCon::before {left: 100%;}
.proCenter .box li .boxCon::after {right: 100%;}
.proCenter .box ul {display: flex; justify-content: center;}
.proCenter .box ul li {width: 20%;  height: 6rem; line-height: 6rem; font-size: 1.13rem; color: #B0B0B0; cursor: pointer; transition: .5s;}
.proCenter .box ul li:hover {background: #fff;color: #333; font-weight: 700;}
.proCenter .box ul li.on {background: #fff;color: #333; font-weight: 700;}
.proCenter .box dl dd {background: #fff;padding: 5rem 0; display: none;}
.proCenter .box dl dd.on {display: block;}
.proCenter .box dl dd .info {display: flex;align-items: center;gap: 10rem;}
.proCenter .box dl dd .le {width: 54%; padding-left: 6.5rem; text-align: left;}
.proCenter .box dl dd .le h5 {font-size: 1.88rem;color: #222222;font-weight: 400; margin-bottom: 1.5rem;}
.proCenter .box dl dd .le p {font-size: 1rem;color: #777777;font-weight: 400;}
.proCenter .box dl dd .re {margin-right: 1rem;width:20%}
.proCenter .box dl dd .re img{width: 100%;}
/* ===产品列表=== */
.proList {padding: 6.75rem 0 7.88rem 0;}
.proList .nav {display: flex;  border-bottom: 1px solid #ddd;}
.proList .nav li a {font-size: 1.25rem; padding: 0 1.5rem; color: #333333; padding-bottom: 1.5rem; display: block; position: relative;}
.proList .nav li a::after {content: ""; position: absolute; bottom: -2px;height: 0.31rem; width: 0; left: 50%; background: #e60012; border-radius: 0.19rem; transition: .5s;}
.proList .nav li:hover a::after {width: 100%; left: 0;}
.proList .nav li:hover a {font-weight: 700;}
.proList .nav li.on a::after {width: 100%; left: 0;}
.proList .nav li.on a {font-weight: 700;}
.proList .info {margin: 5rem 0; font-size: 1.25rem;color: #333333;font-weight: 400;}
.proList .list ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
.proList .list li {width: 48%; margin-bottom: 2.5rem; border: 0.06rem solid #dddddd; height: 19.5rem; position: relative; overflow: hidden;} 
.proList .list li::after {content: ""; width: 100%; height: 100%; position: absolute; background: #f5f5f5;left: 0; top: 0;     transition: transform 1s cubic-bezier(.77,.15,0,.99),-webkit-transform 1s cubic-bezier(.77,.15,0,.99);}
.proList .list li a { display: flex;height: 100%; justify-content: space-between;}
.proList .list li .imgBox {width: 48%; display: flex; align-items: center; justify-content: center; height: 100%; overflow: hidden;box-sizing: border-box;}
.proList .list li .imgBox img {transition: .5s; width: 100%;}
.proList .list li .con {width: 52%;background: #f5f5f5; padding: 0 2.3rem;}
.proList .list li .con h4 {color: #333333;font-size: 1.5rem;font-weight: 700; margin-top: 2.5rem;}
.proList .list li .con p {font-size: 0.88rem;color: #666666;font-weight: 400; margin-top: 1rem; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp:4;-webkit-box-orient: vertical;}
.proList .list li .con img {display: block; margin-top: 3rem; margin-left: 0; transition: .55s;}
.proList .list li.on::after {transform: translateX(-100%);}
.proList .list li:hover .imgBox img {transform: scale(1.05);}
.proList .list li:hover .con img {margin-left: 50%; }
.proList .list li:hover h4 {color: #e60012;}

/* ===新闻中心=== */
.newsOne {padding: 6.5rem 0;}
.newsOne ul {display: flex; gap: 3.3rem;}
.newsOne ul li {background: #f5f5f5; padding: 2rem; box-sizing: border-box; position: relative; width: calc(100%/3); padding-bottom: 5rem;}
.newsOne ul li::before {position: absolute; content: ""; height: 0.44rem;top: 0; left: 0; width: 0;  background: #e60012; transition: .5s;}
.newsOne ul li:hover::before {width: 100%;}
.newsOne ul li .imgBox img {display: block; width: 100%;}
.newsOne ul li .re {display: none;}
.newsOne ul li h4 {font-size: 1.25rem;color: #333; margin: 3rem 0 1.5rem 0;display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsOne ul li p {font-size: 0.88rem;color: #666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.newsOne ul li .num {display: flex;justify-content: space-between; padding-top: 0.5rem; position: absolute;width: 83%;     bottom: 2rem;}
.newsOne ul li .num::before {content: ""; position: absolute; width: 93%;height: 2px; left: 0; top: 0; background: #bebebe;}
.newsOne ul li .num::after {content: ""; position: absolute; width: 1.69rem;  height: 1.63rem; right: 0; top: -12.1px; background: url(../images/newsList-jt.png) no-repeat center; background-size: 100%;}
.newsOne ul li .num span {font-size: 0.75rem;color: #848484;}
.newsOne ul li .num .eye {font-size: 0.75rem;color: #848484; margin-right: 2rem;}
.newsOne ul li:nth-child(1) {width: 65%;}
.newsOne ul li:nth-child(1) .newsTop {display: flex; gap: 2.3rem;}
.newsOne ul li:nth-child(1) .newsTop .imgBox {width: 75%;}
.newsOne ul li:nth-child(1) .newsTop .imgBox img {display: block; width: 100%;}
.newsOne ul li:nth-child(1) .newsTop .re {width: 20%;  text-align: right; margin-top: 1rem; position: relative; display: block;    text-align: center;}
.newsOne ul li:nth-child(1) .newsTop .re strong {font-size: 3.38rem;color: #808080; font-weight: 400;display: block; line-height: 3.5rem;text-align: center;}
.newsOne ul li:nth-child(1) .newsTop .re small {font-size: 1rem;color: #808080;text-align: center;}
.newsOne ul li:nth-child(1) .newsTop .re .more {position: absolute; white-space: nowrap; bottom: 0; display: flex; align-items: center; gap: 0.5rem; font-size: 1rem;color: #808080;}
.newsOne ul li:nth-child(1) h4 {font-size: 1.5rem;color: #333; margin: 4rem 0 2rem 0;}
.newsOne ul li:nth-child(1) p {font-size: 0.88rem;color: #666;}
.newsOne ul li:nth-child(1) .num {display: none;}
.newsOne ul li:hover h4 {color: #E60012;}

.newsTwo {padding-bottom: 5rem;}
.newsTwo .newsNav ul {display: flex; gap: 3rem; border-bottom: 1px solid #ddd;}
.newsTwo .newsNav ul li {position: relative;}
.newsTwo .newsNav ul li::after {content: ""; position: absolute; bottom: -2px; left: 50%; width: 0; height: 0.31rem; background: #e60012; border-radius: 0.19rem; transition: .5s;}
.newsTwo .newsNav ul li a {display: block; padding: 0 1rem; padding-bottom: 1.5rem; font-size: 1.25rem;font-weight: 400; color: #333333;}
.newsTwo .newsNav ul li:hover::after {width: 100%; left: 0;}
.newsTwo .newsNav ul li:hover a {font-weight: 700;}
.newsTwo .newsNav ul li.on::after {width: 100%; left: 0;}
.newsTwo .newsNav ul li.on a {font-weight: 700;}
.newsTwo .newsList {margin-top: 3rem;}
.newsTwo .newsList li {width: 100%; background: #f5f5f5; margin-top: 1rem;}
.newsTwo .newsList li a {display: flex; align-items: center;}
.newsTwo .newsList li .time {width: 10.69rem; height: 11.44rem; flex-shrink: 0; background: #888888; transition: .5s; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.newsTwo .newsList li .time strong {font-size: 4.5rem;color: #ffffff;font-weight: 400; line-height: 4rem; font-family: Arial, Helvetica, sans-serif;}
.newsTwo .newsList li .time span {font-size: 1.5rem;color: #ffffff;}
.newsTwo .newsList li .re {padding-left: 3.3rem; padding-right: 1rem;}
.newsTwo .newsList li .re h5 {font-size: 1.5rem;color: #333333;font-weight: 400; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsTwo .newsList li .re .more {display: flex; align-items: center; gap: 1rem; font-size: 1.25rem;color: #808080; margin-top: 1rem;}
.newsTwo .newsList li .re .more img {transition: .5s; margin-left: 0;}
.newsTwo .newsList li:hover .time {background: #e60012;}
.newsTwo .newsList li:hover h5 {color: #E60012;}
.newsTwo .newsList li:hover .more img {margin-left: 20px;}


.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #E60012;}
.fy .layui-laypage-curr {color: #fff; background: #E60012; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}

/*=== 内页详情=== */
.nyXq {background: #f5f5f5; padding: 7rem 0;}
.nyXq .box {position: relative;}
.nyXq .box::after { position: absolute; content: ""; width: 100% ; top: 0; height: 18.88rem; background: #c50b19; z-index: 0;}
.nyXq .tle { padding: 4rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;   position: relative; z-index: 1;}
.nyXq .tle h3 {font-size: 2.5rem;color: #ffffff;font-weight: 700;}
.nyXq .tle ul {display: flex;}
.nyXq .tle ul li , .nyXq  .tle ul li a {font-size: 1rem;color: #ffffff;}
.nyXq .con {background: #fff; position: relative; z-index: 1; padding: 7rem  7.5rem; box-sizing: border-box;}
.nyXq .con h4 {font-size: 2.13rem;color: #333333;font-weight: 700; margin-bottom: 4rem;text-align: center;}
.nyXq .con .info {margin-bottom: 6rem;}
.nyXq .con .info .le {    width:40%;margin:0 auto}
.nyXq .con .info .le img {display: block;width: 100%;}

.nyXq .con .info .re{font-size: 1.1rem;font-weight: 400;color: #333333;line-height: 2.5rem;margin-top:2rem}
.nyXq .con .info .re span {font-size:1.5rem;font-weight: bold;display: block;}
.nyXq .con .info .re b{display: block;margin-top:2rem;font-size: 1.4rem;}
.nyXq .con .info .re dd {display: flex; gap: 0.6rem; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid #ddd;}
.nyXq .con .info .re dd i {display: block; width: 0.38rem; height: 0.38rem; background: #c50b19; border-radius: 50%; flex-shrink: 0;}
.nyXq .con .info .re dd span {font-size: 1.13rem;font-weight: 400;color: #333333;}
.fanhui a{display: block;width:190px;height:50px;border-radius:50px;text-align: center;line-height: 50px; background: #333;color:#fff;margin:2rem auto 0 auto;}
/* ===联系我们=== */
.contactbox {padding:5.5rem 0 8.5rem 0;}
.contactbox .cont {width: 100%; display: flex;flex-wrap: wrap;justify-content: space-between;}
.contactbox .cont .lt, .contactbox .cont .gt { width: 50%;}
.contactbox .cont .tit {font-size: 2.5rem;font-weight: 400;color: #333333;}
.contactbox .cont .lt .text {font-size: 1.25rem;color: #666666;font-weight: 400; margin-top: 2rem;}
.contactbox .cont .lt .make-text {margin: 2rem 0 1.5rem 0;}
.contactbox .cont .lt .make-text p {font-size: 1.75rem;color: #222222;font-weight: 400;}
.contactbox .cont .lt dl dd {font-size: 1rem;color: #777777;font-weight: 400; margin-top: 1rem;}
.contactbox .cont .gt .form { width: 100%; margin-top: 2rem;}
.contactbox .cont .gt .form .item { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
.contactbox .cont .gt .form .item input {width: calc(50% - 10px);}
.contactbox .cont .gt .form .item textarea, .contactbox .cont .gt .form .item input, .contactbox .cont .gt .form .item button {    box-sizing: border-box; padding: 21px 24px;font-size: 16px; color: #333; background-color: #f5f5f5; resize: none; outline: none; border: none; margin-bottom: 20px;}
.contactbox .cont .gt .form .emale1 input {width: 100%;}
.contactbox .cont .gt .form .item textarea {width: 100%;height: 150px;font-family: '微软雅黑';}
.contactbox .cont .gt .form .item button { width: 100%;background-color: #E60012;color: #fff;font-weight: bold; font-size: 18px; border-radius: 3px;}
input, input:focus, input:active, button, button[type=button], textarea:focus { appearance: none; -webkit-appearance: none; outline: none;}

/* .contactMap {background: #f5f5f5; padding: 7rem 0 10rem 0;}
.contactMap .mapBox {display: flex; gap: 10rem; align-items: flex-start;}
.contactMap .mapBox .hd {width: 50%; position: relative;}
.contactMap .mapBox .hd img {display: block; width: 100%;}
.contactMap .mapBox .hd ul {}
.contactMap .mapBox .hd ul li {display: flex; gap: 0.6rem; align-items: center; position: absolute;}
.contactMap .mapBox .hd ul li i {width: 0.63rem; height: 0.63rem; background: #e60012;position: relative; flex-shrink: 0; border-radius: 50%;}
.contactMap .mapBox .hd ul li span {font-size: 0.94rem;color: #666666;font-weight: 400}
.contactMap .mapBox .hd ul li.bj {top: 41%;left: 73%;}
.contactMap .mapBox .hd ul li.cq {top: 65%; left: 52%;}
.contactMap .mapBox .hd ul li.js {top: 61%; left: 75%;}
.contactMap .mapBox .hd ul li.yc {top: 63%; left: 76%;}
.contactMap .mapBox .hd ul li.tz {top: 65%; right: 24%;}
.contactMap .mapBox .hd ul li.szzb {top: 66%; left: 77%;}
.contactMap .mapBox .hd ul li i:after {content: ""; display: none;  position: absolute; top: -15px;left: -15px;animation: fang1 2s linear infinite;background-color: #e60012; border-radius: 50%;width: 40px; height: 40px;}
.contactMap .mapBox .hd ul li.on i:after { display: block;}
.contactMap .mapBox .bd {width: 30%;}
.contactMap .mapBox .bd ul li {background: #ffffff;  border-radius: 0.63rem; padding:3rem 3rem 5.5rem 3rem; box-sizing: border-box; position: relative;}
.contactMap .mapBox .bd ul li::before {position: absolute; content: "";width: 100%;height: 0.38rem; background: #e60012; left: 0; top: 0;border-top-left-radius: 0.63rem;border-top-right-radius: 0.63rem;}
.contactMap .mapBox .bd ul li h3 {font-size: 2.5rem;color: #333333; padding-bottom: 1rem; border-bottom: 1px solid #dddd;}
.contactMap .mapBox .bd ul li dl {margin-top: 3rem;}
.contactMap .mapBox .bd ul li dt {font-size: 1.38rem;color: #222222;font-weight: 400;margin-bottom: 1rem;}
.contactMap .mapBox .bd ul li dd {font-size: 1rem;color: #666666;font-weight: 400;margin-top: 0.5rem;} */


.contactMap {background: #f5f5f5; padding: 7rem 0 10rem 0;}
.contactMap .mapBox {display: grid; gap: 3rem; grid-template-columns: repeat(3,1fr);}
.contactMap .mapBox li {background: #fff; padding: 2rem; box-sizing: border-box; position: relative;  border-radius: 10px;}
.contactMap .mapBox li::after {content: ""; position: absolute; top: 0; width: 100%; left: 0; height: 5px; background: #E60012;     border-top-left-radius: 20px; border-top-right-radius: 20px;}
.contactMap .mapBox li h3 {    font-size: 1.3rem; padding-bottom: 1rem;  border-bottom: 1px solid #ddd;}
.contactMap .mapBox li dl {margin-top: 1rem;}
.contactMap .mapBox li dd {font-size: 1rem;color: #666; margin-top: 0.5rem;}



/* ===人才战略=== */
.talentTle {padding: 5rem 0rem; text-align: center;}
.talentTle h3 {font-size: 2.5rem;color: #333333;font-weight: 400;}
.talentTle p {width: 60%; margin: auto; font-size: 1.13rem;color: #666666;font-weight: 400; margin-top: 2rem;}
.talentOne .talentTle {padding-bottom: 2rem;}
.talentOne ul li {display: flex; height: 23rem; align-items: center; background: #f5f5f5; margin-top: 3.5rem;}
.talentOne ul li .imgBox {display: block; width: 50%; height: 100%;}
.talentOne ul li .imgBox img {display: none;}
.talentOne ul li .con {width: 50%; padding: 0 6rem 0 3.5rem; box-sizing: border-box; }
.talentOne ul li h4 {font-size: 1.88rem;color: #333333;}
.talentOne ul li p {font-size: 1rem;color: #666666;font-weight: 400; margin-top: 1rem;}
.talentOne ul li:nth-child(even) .con {order: -1;}
.talentOne ul li:nth-child(even) .con {padding: 0 3.5rem 0 6rem;}

.talentTwo {padding-bottom: 10rem;}
.talentTwo .joinus-tab {width: 100%; border-collapse: collapse;}
.talentTwo .joinus-tab tr {text-align: center; padding: 1.8rem 0; font-size: 1.13rem;color: #333333; font-weight: 400; display: flex;}
.talentTwo .joinus-tab tr:nth-child(odd) {background: #f5f5f5;}
.talentTwo .joinus-tab tr td { width: 20%;}
.talentTwo .joinus-tab tr td:nth-child(4) {width: 35%; text-align: right;}
.talentTwo .joinus-tab tr .lastTd {width: 0;}
.talentTwo .joinus-tab tr a img {filter: grayscale(100%);}
.talentTwo .joinus-tab tr a:hover img {filter: none;}
/* 弹出层 */
.acquisition-info {padding: 3rem;box-sizing: border-box; background-color: #fff; width: 60%; display: none;}
.acquisition-info .box-title {display: flex; justify-content: space-between; align-items: center;}
.acquisition-info .box-title h3 {font-size: 1.6rem; color: #000; font-weight: bold;}
.acquisition-info .box-title span {font-size: 2.5rem; cursor: pointer; color: #000; line-height: 30px;}
.acquisition-info .time span {font-size: 1rem; color: #666;display: inline-block; margin-right: 6rem;}
.acquisition-info .time {border-bottom: 1px solid #ececec; padding: 1rem 0; text-align: left;}
.acquisition-info dl {margin-top: 2.5rem; text-align: left;}
.acquisition-info dt {color: #333; font-size: 1rem;}
.acquisition-info dd {color: #666; font-size: 1rem; margin-top: 1.1rem;}
.acquisition-info dl p {margin-top:5px;}
.acquisition-info dl span{ margin-top:0;font-size:0.8rem;color:#666; line-height: 20px;}

/* ===新闻详情===*/
.xq-mbx {display: none;}

.ny-news-xq2 .xq-box{padding:5rem 0;padding-top: 10rem;}

.ny-news-xq2 .box-left {padding: 0; width: 60%;}
.ny-news-xq2 .news-title span {margin-top: 1rem; font-size: 0.94rem; color: #999999;}
.ny-news-xq2 .box-right {background: #f5f5f5; padding: 0;}
.ny-news-xq2 .box-right li {padding: 2rem 0;}
.ny-news-xq2 .box-right li a {display: flex; justify-content: space-between; align-items: center;}
.ny-news-xq2 .box-right li .box-img {width: 35%; overflow: hidden;}
.ny-news-xq2 .box-right li .box-img img {width: 100%; transition: .5s; display: block;}
.ny-news-xq2 .box-right li .con {width: 60%;}
.ny-news-xq2 .box-right li:hover .box-img img {transform: scale(1.1);}
.ny-news-xq2 .box-right li span {font-size: 0.88rem;}

.ny-news-xq .news-title{ border-bottom:1px solid #dcdcdc;position: relative; text-align: left; padding: 0; display: flex; align-items: center; justify-content: space-between; padding-bottom:38px;}
.ny-news-xq .news-title h2{font-size: 2.25rem;line-height: 40px; font-weight: 400; color: #333333;}
.ny-news-xq .news-title span{display: block;font-size:18px;color:#666;text-align: left;}
.ny-news-xq .news-title .fra {height:48px;line-height: 48px;border-radius:26px;color:#fff;background: url(../images/news-de-jt.png) no-repeat center left 20px  #ba9c76;padding:0 20px;display: block;text-indent: 30px;font-size:16px;}
.ny-news-xq .news-title .fra a {color: #fff;}
.ny-news-xq .news-title .title {width: 100%;}
.page-fy{border-top:1px solid #ddd;padding-top: 30px; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;}
.page-fy::after {display: none;}

.ny-news-xq .ny-xq-con {margin: 3rem 0;}
.ny-news-xq .box-right {background-color: #fff;padding: 40px; box-sizing: border-box; width: 32%;}
.ny-news-xq .box-right h3 {font-size: 1.88rem; font-weight: 700; line-height: 1.75rem; color: #333333; }
.ny-news-xq .box-right h4 {font-size: 0.88rem; color: #999999; font-weight: 400; line-height: 1.75rem; padding-bottom: 20px; border-bottom: 1px solid #dcdcdc;}
.ny-news-xq .box-right li { padding: 1rem 0; border-bottom: 1px dashed #D6D6D6; position: relative;}
.ny-news-xq .box-right li::after {content: ""; position: absolute; bottom: 0;  width: 0; border-bottom: 1px dashed #2c324a; transition: .5s;  left: 0;}
.ny-news-xq .box-right li h6 {font-size: 1rem;font-weight: 400;color: #333333; display: -webkit-box;overflow: hidden;   -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
.ny-news-xq .box-right li span {font-size: 1rem;color: #999999;line-height: 1.75rem;font-weight: 400;}
.ny-news-xq .box-right li:hover::after {width: 100%;}
.ny-news-xq .box-right li:hover p {color: #2c324a;}
.ny-news-xq .box-right li:hover i {background: #2c324a;}
.page-fy .prev:hover a {color:#2c324a ;}
.page-fy .next:hover a {color:#2c324a ;}
