@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.5 arial,sans-serif; background: #fff; 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:1400px; margin:0 auto;max-width: 92%;}
.container12{width:1200px; margin:0 auto;max-width: 92%;}
.container13{width:1300px; margin:0 auto;max-width: 92%;}
.container14{width:1400px; margin:0 auto;max-width: 92%;}
.container16{width:1600px; margin:0 auto;max-width: 92%;}
.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;}
/* 多行省略 */
.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);}

/* 去除input自动填充背景色 */
input:-webkit-autofill { box-shadow:0 0 0 1000px white inset !important;}
input:-internal-autofill-previewed, input:-internal-autofill-selected {-webkit-text-fill-color: #333 !important; transition: background-color 5000s ease-in-out 0s !important;}

/* 图标变黑色 */
.icon-black {  filter: brightness(0); }
/* 图标变白色 */
.icon-white {filter: brightness(100);}
/* 图标变灰色色 */
.icon-gray {filter: grayscale(100%);}

.swiper-button-prev:focus ,.swiper-button-next:focus {outline: none; border: none;}

/*字体引入*/
@font-face {
  /* font-family: "futura"; */
  font-family: "Noto Sans SC";
  /* src: url("../font/Futura\ Md\ BT\ Bold.ttf"); */
}

@font-face {
  font-family: "mavenBold";
  src: url("../font/MavenPro-Bold.ttf");
}

/* CSS Document */
/* 了解更多hover效果 */
.moreHover {position: relative; overflow: hidden; z-index: 1; background: #E60012; transition: background-color .5s ease 0s; display: block;}
.moreHover {display: flex; align-items: center; justify-content: center;}
.moreHover span {font-size: 1rem;color: #ffffff;font-weight: 400;margin-right: 1rem; transition: .5s;}
.moreHover::before {content: " ";height: 100%;width: 125%; display: block;position: absolute;left: -150%;top: 0;transform: skew(-25deg);z-index: -1;background: #E60012;transition: left .5s ease 0s,background-color .3s ease 0s;cursor: pointer;}
.moreHover:hover {background-color: #9e010e !important;}
.moreHover:hover span {margin-right: 1.5rem;}
.moreHover:hover::before {background: #E60012;left: -12.5%;}

/* ==首页==*/
/* .zwys {height: 7.25rem;} */
header {position: fixed; width: 100%; left: 0; z-index: 99; top: 0; transition: .5s;}
.headerBox .container {width: 1750px;}
.headerBox .box {display: flex; justify-content: space-between; height: 7.5rem; align-items: center; transition: .5s;} 
.headerBox .box .logo {display: flex; align-items: center;    flex-direction: column;}
.headerBox .box .logo h1 { font-size:1rem;font-weight: 700;color: #fefefe;   font-family: "Noto Sans SC";margin-top:0.4rem;}
.headerBox .box .logo img {max-width:65%;}
/* 一级栏目 */
nav {width: 57%;}
nav ul {display: flex;justify-content: space-between; align-items: center;}
nav ul > li {position: relative; width: 10%;; text-align: center; line-height: 7.5rem;}
nav ul li > a { display: block; position: relative;}
nav ul li > a > span {font-size: 1.1rem;color: #FFFFFF; font-weight: 700;     white-space: nowrap;}
nav ul li > a::before {content: ""; height: 0.19rem;  background: #e60012; position: absolute; width: 0; top: 0; left: 50%; transition: .5s;}
nav ul li:hover > a::before {width: 100%; left: 0;}
nav ul li:hover > a > span {color: #E60012; font-weight: 700;}
nav ul li.on > a::before {width: 100%; left: 0;}
nav ul li.on > a > span {color: #E60012; font-weight: 700;}
/* 二级下拉 */
nav ul li .dlDown {position: absolute; top: 80%; line-height: initial; padding: 1rem 0; left: -58%; width: 210%; box-sizing: border-box; display: none;}
nav ul li dl {position: relative; padding: 1rem 0 0.5rem 0;background: #fff; border-radius: 0.5rem; box-shadow: 1px 1px 20px rgb(0 0 0 / 5%);}
nav ul li dl::after {content: ""; width: 1rem; height: 1rem; background: #fff;  position: absolute; z-index: 11; left: 50%; top: 0%; transform: translate(-50%, -50%) rotate(45deg); }
nav ul li dl dd a {padding: 0.6rem; font-size: 0.9rem; color: #333;display: block; transition: .5s;}
nav ul li dl dd a:hover {background: #E60012; color: #fff;}
.headerBox .he-re {display: flex; align-items: center; width: 15%; justify-content: space-between;}
/* nav ul li:nth-child(3) .dlDown {    left: -38%; width: 175%;} */

/* 语言 */
.language {position: relative; line-height: 3rem;}
.language .ageBox {display: flex; align-items: center;}
.language .ageBox span {font-size: 0.94rem;color: #ffffff;font-weight: 700;font-family: "Noto Sans SC"; margin: 0 0.6rem;}
.language .chose {position: absolute;width: 100%; padding: 1rem 0; box-sizing: border-box; line-height: initial; display: none; z-index: 1;}
.language dl {padding: 1rem 0 0.5rem 0; position: relative; background: #fff; text-align: center; border-radius: 0.5rem; box-shadow: 1px 1px 20px rgb(0 0 0 / 5%);}
.language dl::after {content: ""; width: 1rem; height: 1rem; background: #fff;  position: absolute; z-index: 11; left: 50%; top: 0%; transform: translate(-50%, -50%) rotate(45deg); }
.language dl dd a {padding:0.5rem 0; display: block;font-size: 0.9rem; color: #333; transition: .5s;}
.language dl dd a:hover {background: #E60012; color: #fff;}
/* 搜索 */
.heSearch {position: relative;}
.heSearch .seBox {display: flex; align-items: center;}
.heSearch a {width: 1.88rem; height: 1.88rem; background: #e60012; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.heSearch span {font-size: 0.94rem;font-weight: 400;color: #ffffff; margin-left: 0.8rem;}

.searchSub {position: absolute; z-index: 11111; right: 0; height: 40px; top: 4.5rem;  display: none;   box-shadow: 1px 1px 20px rgb(0 0 0 / 5%); background: #f5f5f5;}
.searchSub form {display: flex;}
.searchSub input {border: none; outline: none; font-family: "Microsoft YaHei"}
.searchSub .textin {width: 200px;  font-size: 1rem;color: #333; padding: 0 1rem; box-sizing: border-box;}
.searchSub .textin::placeholder {font-size: 0.9rem; color: #333;}
.searchSub .sub {width: 50px; height: 40px; background: url(../images/searchIcon.png) no-repeat center #dd0031;}

/* 下滑头部样式 */
header.navfixed {box-shadow: 1px 1px 20px rgb(0 0 0 / 5%); background: #fff;}
header.navfixed .headerBox .box .logo h1 {color: #333;}
header.navfixed nav ul li > a > span {color: #333;}
header.navfixed nav ul li:hover > a > span {color: #e60012;}
header.navfixed nav ul li.on > a > span {color: #e60012;}
header.navfixed .language .ageBox span {color: #333;}
header.navfixed .language .ageBox img:nth-child(3) { filter: brightness(0);}
header.navfixed .heSearch span {color: #333;}
header.navfixed .box {height: 6rem;}
header.navfixed nav ul li {line-height: 6rem;}
header.navfixed nav ul li .dlDown {top: 100%;}
header.navfixed .searchBox {top: 6rem; border-radius: 0; width: 100%;}

/* banner */
.banner {position: relative; height: auto; padding-bottom: 2.25rem; box-sizing: border-box;}
.banner::after {content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 90%; transition: .5s; bottom: 0;width: 1400px; max-width: 92%; background: #E60012; right: 0;}
.banner.on::after {height: 100%;}
.bannerSwiper {overflow: hidden; position: relative; height: 100%;}
.bannerSwiper .swiper-slide {height: auto; background-size: cover;        }
.bannerSwiper .swiper-slide .imgBox {display: block; width: 100%; height: 100%; overflow: hidden;}
.bannerSwiper .swiper-slide .imgBox img { width: 100%; display: block; height: 100%; object-fit: cover; transition: 1s linear 2s;transform: scale(1.1,1.1);}
.bannerSwiper .swiper-slide .con {width: 1700px; max-width: 92%; margin: auto; position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%)}
.bannerSwiper .swiper-slide .con img {display: block;}
.bannerSwiper .swiper-slide .con .text1 {margin-left: 4%; margin-bottom: 1.5rem;}
.bannerSwiper .swiper-slide .con .text3 {margin-left: 12%; margin-top: -2.5rem;}

.bannerSwiper .swiper-slide-active .imgBox img {transition: 6s linear;transform: scale(1,1);}

.bannerSwiper .swiper-pagination {bottom: 6%; }
.bannerSwiper .swiper-pagination-bullet {width: 0.88rem; height: 0.88rem; opacity: 1;  box-sizing: border-box; background: #fff; margin: 0 10px !important;}
.bannerSwiper .swiper-pagination-bullet-active {background: #E60012;}
/* .bannerSwiper .swiper-button-prev {width: 1.19rem;height: 2rem; background: url(../images/banner-jt.png) no-repeat center; background-size: contain; transform: rotate(180deg);}
.bannerSwiper .swiper-button-next {width: 1.19rem;height: 2rem; background: url(../images/banner-jt.png) no-repeat center; background-size: contain;} */

/* 首页公用标题 */
.indexTle {text-align: center; padding: 4rem 0;}
.indexTle i {display: inline-block; width: 3.13rem;height: 0.31rem;background: #e60012;border-radius: 0.19rem; margin-bottom: 1rem;}
.indexTle h3 {font-size: 2.13rem;font-weight: 700; margin-bottom: 1rem; text-transform: uppercase;}
.indexTle p {font-size: 1rem;font-weight: 400;color: #666666;}

.inOneList .listTwo {display: flex; justify-content: space-between;}
.inOneList .listTwo li {width: 25%; background: linear-gradient(0deg,#efefef 0%, #ffffff 100%); padding:4% 2%; padding-bottom: 5%; box-sizing: border-box; position: relative;}
.inOneList .listTwo li {display: flex; flex-direction: column; align-items: center; justify-content: center;}
.inOneList .listTwo li .imgBox {margin-bottom: 1rem; max-height: 60%;}
.inOneList .listTwo li .imgBox img {transition: .5s; height: 100%; object-fit: contain; max-width: 100%; display: block;}
.inOneList .listTwo li h5 {font-size: 1.25rem;font-weight: 700;color: #333333; margin-bottom: 0.5rem;}
.inOneList .listTwo li p {text-align: center; font-size: 1rem;font-weight: 400;color: #666666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inOneList .listTwo li .more {    position: absolute;bottom: 7%;}
.inOneList .listTwo li .more a {width: 8.13rem; height: 2rem;background: #545454;border-radius: 1rem; display: block; margin-top: 2rem; transition: .5s;}
.inOneList .listTwo li .more a {font-size: 0.88rem;font-weight: 400;color: #ffffff;display: flex; align-items: center; justify-content: center;}
.inOneList .listTwo li:nth-child(even) {background: linear-gradient(0deg,#dadada 0%, #ffffff 100%);}
.inOneList .listTwo li:hover .more a {background: #D80C17;}
.inOneList .listTwo li:hover .imgBox img {transform: scale(1.05);}


.indexOne {padding-bottom: 6rem;}
.indexOne ul {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 3rem;}
.indexOne ul li {width: 31%; position: relative; margin-bottom: 2rem;}
.indexOne ul li .imgBox img {transition: .5s;display: block; width: 100%;}
.indexOne ul li .con {background: #f5f5f5; position: absolute; width: 102%; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 102%; transition: .5s;}
.indexOne ul li .con {display: flex; flex-direction: column; align-items: center; justify-content: center;}
.indexOne ul li .con span {font-size: 1.5rem;font-weight: 700;color: #333333; margin-top: 1.5rem;}
.indexOne ul li:hover .con {width: 90%; top: 35%; background: #E60012;}
.indexOne ul li:hover .con img {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(109%) contrast(101%);}
.indexOne ul li:hover .con span {color: #ffff;}

.indexTwo {position: relative; background: url(../images/indexTwo-bj.jpg) no-repeat center; background-size: cover; padding:5.6rem 0 2.5rem 0;}
.indexTwo .box {width: 45%;}
.indexTwo .indexTle {text-align: left; padding-top: 0;}
.indexTwo .indexTle p {line-height: 2.06rem; margin-top: 2rem;}
.indexTwo .box a {width: 11.25rem;  height: 3.75rem;}
.indexTwo .imgBox {position: absolute;right: 0; top: 0; width: 50%; height: 100%;}
.indexTwo .imgBox img ,.indexTwo .imgBox video {display: block; width: 100%; height: 100%; object-fit: cover;}

.indexThree {padding-bottom: 6rem;}
.indexThree .container {width: 1550px; max-width: 100%;}
.indexThree .swiperBox {position: relative;}
.indexThree .indexTle h3 {margin-bottom: 0.5rem;}
.indexThree .indexTle p { margin-bottom: 1rem;}
.inThSwiper {overflow: hidden; width: 1400px; max-width: 90%; margin: auto; padding: 1rem;}
.inThSwiper .swiper-slide {background: #ffffff;}
.inThSwiper .imgBox {position: relative; overflow: hidden;}
.inThSwiper .imgBox img {display: block; width: 100%; transition: .5s;}
.inThSwiper .imgBox .time {position: absolute; top: 0; left: 3%; background: #e60012; padding: 0.5rem 1rem;box-sizing: border-box; text-align: center;}
.inThSwiper .imgBox .time strong {display: block; font-size: 1.63rem; color: #fff;}
.inThSwiper .imgBox .time i {width: 100%;height: 0.06rem; opacity: 0.45; background: #f5f5f5;display: block; margin: 0.5rem 0;}
.inThSwiper .imgBox .time span {font-size: 1rem;font-family: Arial, Arial-Regular;font-weight: 400;color: #ffffff;}
.inThSwiper .con {padding: 2rem;box-shadow: 0rem 0rem 0.25rem 0rem rgba(0,0,0,0.14);box-sizing: border-box;min-height: 16rem; }
.inThSwiper .con h6 {font-size: 1.38rem;font-weight: 400;color: #333333; margin-bottom: 1rem; transition: .5s; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inThSwiper .con p {font-size: 1rem;font-weight: 400;color: #666666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inThSwiper .con .more {margin-top: 2rem;}
.inThSwiper .con .more span {font-size: 1rem;font-weight: 400;color: #d22633; margin-right: 0.5rem;}
.inThSwiper .swiper-slide:hover .imgBox img {transform: scale(1.05);}
.inThSwiper .swiper-slide:hover h6 {color: #d22633;}
.inThSwiper .swiper-button-prev {transform: rotate(180deg);}
.inThSwiper .swiper-button-prev img , .inThSwiper .swiper-button-next img {filter: grayscale(100%); opacity: .3; transition: .5s;}
.inThSwiper .swiper-button-prev:hover img ,.inThSwiper .swiper-button-next:hover img {filter: none; opacity: 1;}
.indexThree .swiper-pagination {display: none;}
.inThSwiper .swiper-pagination-bullet {width: 0.88rem; height: 0.88rem; border: 1px solid #E60012; opacity: 1;  box-sizing: border-box; background: #fff; margin: 0 10px !important;}
.inThSwiper .swiper-pagination-bullet-active {background: #E60012;}
.indexThree .learMore {display: flex; justify-content: center; margin-top: 3rem;}
.indexThree .learMore a {width: 10.63rem;height: 3rem; background: #e60012;}

.indexFour { position: relative;}
.indexFour .imgBj {width: 100%; display: block;}
.indexFour .box {position: absolute; width: 1400px; max-width: 92%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.indexFour .con {width: 31.38rem; background: #ffffff; padding: 3rem 2.5rem; box-sizing: border-box; position: relative; overflow: hidden;}
.indexFour .con::after {content: ""; position: absolute; height: 2rem; width: 2rem; right: -1rem; top: -1rem ;    transform: rotate(45deg); background: #E60012;}
.indexFour .con small {position: relative;font-size: 1.13rem;font-weight: 400;color: #333333;}
.indexFour .con small::after {content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 0.19rem; background: #e60012;border-radius: 0.13rem;}
.indexFour .con strong {text-transform: uppercase; font-size: 1.69rem;font-weight: 400;color: #333333;display: block; margin-top: 1.5rem; margin-bottom: 1rem;}
.indexFour .con p {font-size: 1rem;font-weight: 400;color: #666666;}
.indexFour .con a {font-size: 1rem;font-weight: 400;color: #333333; margin-top: 2rem;display: inline-block; position: relative; border-bottom: 1px solid #333333;}
.indexFour .con a:hover {color: #E60012; border-color: #E60012;}

/* 底部 */
footer {background: #333333;}
footer .footerNav {display: flex; justify-content: space-between; padding: 5rem 0;}
footer dl dt {position: relative;font-size: 1.13rem;font-weight: 700;color: #ffffff; padding-bottom: 1.2rem; margin-bottom: 1.2rem;}
footer dl dt::after {content: ""; height: 0.19rem; background: #e60012;width: 0.94rem; position: absolute; left: 0; bottom: 0;}
footer dl dd ,footer dl dd a {font-size: 0.88rem;font-weight: 400;color: #b5b5b5; margin: 0.5rem 0;}
footer dl dd a:hover {color: #E60012;}
footer .footerNav ol {display: flex; margin-top: 1.5rem;}
footer .footerNav ol li {margin-right: 0.7rem; position: relative;}
footer .footerNav ol li img {max-width: 90%;}
footer .footerNav ol li:last-child {margin-right: 0;}
footer .footerNav ol li .icBox {width: 2.75rem; height: 2.75rem; transition: .5s; background: #4b4b4b; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
footer .footerNav ol li .codeBox {position: absolute; width: 200%; left: -50%; z-index: 1; padding: 0.3rem; background: #fff; border-radius: 0.5rem;display: none;}
footer .footerNav ol li .codeBox img {display: block; max-width: 100%;}
footer .footerNav ol li:hover .icBox {background: #E60012;}
footer .copy {padding-bottom: 2rem;}
footer .copy p {font-size: 0.88rem;font-weight: 400;color: #a8a8a8;}
footer .copy p a {font-size: 0.88rem;font-weight: 400;color: #a8a8a8;}
footer .copy p a:hover {color: #e60012;}

/* ==========================内页========================== */
/* banner部分 */
.ny-banner {padding-bottom: 1.8rem; box-sizing: border-box; position: relative;}
.ny-banner::after {content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 90%; transition: 1s; bottom: 0;width: 1400px;max-width: 92%; background: #E60012; right: 0; z-index: -1;}
.ny-banner.on::after {height: 100%;}
.ny-banner .bjBox {position: relative; height: 48.2rem; position: relative; z-index: 1;}
.ny-banner .bjBox::after {content: "";width: 100%; height: 100%; background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 70% , rgba(0, 0, 0, 0.45)); bottom: 0; position: absolute;left: 0; display: none;}
.ny-banner .con {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);text-align: center; width: 100%; z-index: 2;}
.ny-banner .con .tle h3 {font-size: 3.75rem;font-weight: 700;color: #ffffff;}
.ny-banner .con .tle h4 {font-size: 3rem;font-weight: 700; font-family: Arial, Arial-Bold; color: rgba(255, 255, 255,.2); text-transform: uppercase;}
.ny-banner .con .tle i {display: inline-block; width: 3.81rem;height: 0.31rem; background: #e60012;}

.about-banner .bjBox::after {display: block;}

/* 二级栏目 */
.navTwo {position: absolute; width: 100%; bottom: 0; padding: 2rem 0; z-index: 1;}
.navTwo ul {display: flex; justify-content: center;}
.navTwo ul li {margin-right: 1rem;}
.navTwo ul li:last-child {margin-right: 0;}
.navTwo ul li a {border-radius: 1.44rem;display: block; color: #fff; font-size: 1.13rem; padding: 0.5rem 1.25rem; transition: .5s;}
.navTwo ul li:hover a {background: #e60012;}
.navTwo ul li.on a {background: #e60012;}
/* 锚点 */
#aboutOne , #aboutTwo ,#aboutThree , #aboutFour {position: relative; top: -3rem;}

/* ==关于我们== */
.aboutTle {text-align: center; padding: 4.5rem 0;}
.aboutTle h4 {font-size: 2.63rem;font-weight: 700;color: #333333; text-transform: uppercase;}
.aboutTle h5 {font-size: 1.5rem;font-family: Arial, Arial-Regular;font-weight: 400;color: #d4d4d4; text-transform: uppercase;}
.aboutTle i {display: inline-block; width: 3.13rem;height: 0.31rem;background: #e60012; margin-top: 2rem;}

.aboutOne {padding: 6rem 0;}
.aboutOne .aboutTle {text-align: left; padding-bottom: 2rem; padding-top: 0;}
.aboutOne .box {display: flex; justify-content: space-between; align-items: center;}
.aboutOne .box .le {width: 45%;}
.aboutOne .box .le p {font-size: 1rem;font-weight: 400;color: #666666; margin-top: 1rem;}
.aboutOne .box .re {width: 52%;}
.aboutOne .box .re img {display: block; width: 100%;}

.aboutTwo ul {background: url(../images/aboutTwo-bj.jpg) no-repeat center; height: 38.56rem; background-size: cover; background-attachment: fixed;}
.aboutTwo ul {display: flex; }
.aboutTwo ul li {width: calc(100% /4); border-right: 1px solid rgba(255, 255, 255,.38); box-sizing: border-box; transition: .5s;}
.aboutTwo ul li {display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 2rem; box-sizing: border-box;}
.aboutTwo ul li .icBox img {display: block; transition: .5s;}
.aboutTwo ul li b {font-size: 1.88rem;font-weight: 400;color: #ffffff; margin: 1rem 0 0.5rem 0; transition: .5s; letter-spacing: 0;}
.aboutTwo ul li span {font-size: 1.13rem;font-weight: 400;color: #ffffff; text-align: center;}
.aboutTwo ul li .bom {margin-top: 50%; text-align: center;}
.aboutTwo ul li .bom em {font-size: 1rem;font-family: Arial, Arial-Regular;font-weight: 400; color: #ffffff; display: block; line-height: 1rem; text-transform: uppercase;}
.aboutTwo ul li .bom i {display: inline-block; width: 2.25rem;height: 0.13rem;background: #e60012;}
.aboutTwo ul li:last-child {border: none;}
.aboutTwo ul li:hover {background: #e60012;}
.aboutTwo ul li:hover b {letter-spacing: 0.25rem;}
.aboutTwo ul li:hover .icBox img {transform: rotateY(180deg);}


.aboutThree {background: url(../images/aboutThree-bj.jpg) no-repeat center; background-size: cover;}
.aboutThree .aboutTle {margin-bottom: 6rem;}
.aboutThree .swiperBox {position: relative;background: url(../images/abThSwiper-bj.png) no-repeat top; background-size: contain;}
.abThSwiper {overflow: hidden; position: relative; width: 1400px; margin: auto; max-width: 100%; padding: 0 1rem; padding-top: 3rem; padding-bottom: 10rem; transform: translateY(-6.8rem); box-sizing: border-box;}
.abThSwiper .swiper-slide {position: relative; text-align: center; transition: .5s;}
.abThSwiper .swiper-slide .time::after {content: ""; position: absolute; left: 0%; top: 88%; transform: translate(-50%, -50%); width: 0; height: 1px; background: #E60012;  transition: .5s;}
.abThSwiper .swiper-slide .time {position: relative;}
.abThSwiper .swiper-slide b {font-size: 1.25rem;font-family: Arial, Arial-Regular;font-weight: 400;color: #333333;display: block;margin-bottom: 1.4rem; transition: .5s;}
.abThSwiper .swiper-slide i {width: 0.94rem;height: 0.94rem; transition: .5s;  position: relative; z-index: 1; background: #ffffff;border: 0.19rem solid #dddddd; box-sizing: border-box; border-radius: 50%; display: inline-block;}
@keyframes shubiao {0% { -webkit-transform: translate(-50%, -50%) scale(1); }  33% {   -webkit-transform: translate(-50%, -50%) scale(1.2); }  66% {  -webkit-transform: translate(-50%, -50%) scale(1.3); } 100% {  -webkit-transform: translate(-50%, -50%) scale(1); }}
.abThSwiper .swiper-slide .con { text-align: center; transform: translateY(0); transition: .5s; position: relative;  border-radius: 0.94rem; display: inline-block; padding:2rem 1.5rem; box-sizing: border-box;}
.abThSwiper .swiper-slide .con {margin-top: 2.5rem;}
.abThSwiper .swiper-slide .con strong {font-size: 1.25rem;font-weight: 700;color: #333333; margin-bottom: 0.5rem; display: block;}
.abThSwiper .swiper-slide .con p {font-size: 1rem;font-weight: 400;font-weight: 400;line-height: 1.69rem;}
.abThSwiper .swiper-slide-active {transform: translateY(-0.9rem);}
.abThSwiper .swiper-slide-active b {font-size: 1.75rem;font-weight: 700;}
.abThSwiper .swiper-slide-active i::after {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 1.44rem;height: 1.44rem;animation: shubiao 1s infinite linear .65s;background: rgba(230, 0, 18,.23);border-radius: 50%; z-index: 0;}
.abThSwiper .swiper-slide-active .time::after {width: 100%; left: 100%;}
.abThSwiper .swiper-slide-active i {background: #e60012; width: 0.69rem; height: 0.69rem; border: none;}
.abThSwiper .swiper-slide-active .con {background: #fff;box-shadow: 0rem 0.38rem 1rem 0rem rgba(0,0,0,0.11); transform: translateY(1rem);}
.abThSwiper .swiper-slide-active .con::after {content: ""; width: 1rem; height: 1rem; background: #fff;  position: absolute; z-index: 11; left: 50%; top: 0%; transform: translate(-50%, -50%) rotate(45deg); }
.abThSwiper .swiper-slide-active .con strong {color: #e60012;}
.abThSwiper .swiper-slide-active .con p {color: #777;}
.abThSwiper .swiper-button-prev {width: 4.38rem; top: auto; bottom: 0; left: 42%; height: 4.38rem; border: 0.06rem solid #ccc; border-radius: 50%;transition: .5s; }
.abThSwiper .swiper-button-next {width: 4.38rem; top: auto; bottom: 0; right: 42%; height: 4.38rem; border: 0.06rem solid #ccc; border-radius: 50%; transform: rotate(180deg);transition: .5s; }
.abThSwiper .swiper-button-prev:hover , .abThSwiper .swiper-button-next:hover {background: #E60012;}
.abThSwiper .swiper-button-prev:hover:hover img , .abThSwiper .swiper-button-next:hover img {filter: brightness(100);}

.aboutFour {padding-bottom: 8rem;}
.aboutFour .imgBox img {display: block; max-width: 100%; margin: auto;}


.abhonor-swiper {overflow: hidden; width: 1500px; margin: auto; max-width: 92%;}
.abhonor-swiper h6 {font-size: 1.13rem; color: #333333;font-weight: 400; background: #fff; text-align: center; padding: 0.9rem 0;}
.abhonor-swiper .swiper-slide {height: auto; background: #fff; padding-bottom: 4rem;}
.abhonor-swiper .swiper-slide .img {overflow: hidden; height: 100%; display: flex; align-items: center;}
.abhonor-swiper .swiper-slide img {display: block; transition: .5s; width: 100%;}
.about-four .swiper-pagination {display: none;}
.abhonor-swiper .swiper-slide .con {position: absolute; width: 100%; bottom: 0; }
.about-four .swiper-pagination-bullet {width: 0.63rem; height: 0.63rem;  background: #dddddd; opacity: 1; }
.about-four .swiper-pagination-bullet-active {background: #2e334a;}
.about-four .swiper-button-prev {top: 40%;left: 0%; }
.about-four .swiper-button-next {top: 40%;right: 0%; transform: rotate(180deg); }
.about-four .swiper-button-prev img ,.about-four .swiper-button-next img { filter: brightness(0); }
.about-four .more {text-align: center;}
.abhonor-swiper .swiper-slide:hover img {transform: scale(1.05);}
.about-four .more a {display: inline-block;width: 14.38rem; margin-top:3rem;  transition: .5s; font-size: 1rem;color: #2f3448; border: 1px solid #2f3448; text-align: center; line-height: 4.06rem; height: 4.06rem;  border-radius: 2.06rem;}
.about-four .more a:hover {color: #ffffff;background: #0B3F49;}
.abhonor-swiper .swiper-pagination-bullet-active {background: #E60012;}
.aboutShow .aboutTle p {width: 80%;color: #666; font-size: 1rem; margin: auto; line-height: 2rem;}
.aboutShow .aboutTle p:nth-child(4) {margin-top: 2rem;}

/* 产品中心 */
.proSwiper2 {width: 800px; margin: auto;max-width: 92%; margin-bottom: 2.8rem;}
.proSwiper2 .swiper-slide {cursor: pointer;}
.proSwiper2 .con {display: flex; flex-direction: column; padding-bottom: 1.5rem; align-items: center;justify-content: center; overflow: hidden; position: relative;}
.proSwiper2 .con .icBox {position: relative; overflow: hidden; width: 3.5rem; height: 3.5rem; display: flex; align-items: center; justify-content: center;}
.proSwiper2 .con .ic1 {position: absolute; top: -100%; transition: .5s;}
.proSwiper2 .con .ic2 {filter: grayscale(100%);display: block; position: relative;top: 0; transition: .5s;}
.proSwiper2 .con span {font-size: 1.13rem;font-weight: 400;color: #333333; margin-top: 0.5rem; text-align: center;}
.proSwiper2 .con i {position: absolute; bottom: -100%; transition: .5s;}
.proSwiper2 .swiper-slide-thumb-active .con .ic1 {top: 0;}
.proSwiper2 .swiper-slide-thumb-active .con .ic2 {top: 100%;}
.proSwiper2 .swiper-slide-thumb-active .con span {color: #e60012;}
.proSwiper2 .swiper-slide-thumb-active .con i {bottom: 0;}
.proSwiper1 {margin: auto;}
.proSwiper1 .box {display: flex; align-items: center; background: #f5f5f5;}
.proSwiper1 .box .le ,.proSwiper1 .box .re {width: 50%;}
.proSwiper1 .box .le img {width: 100%; display: block;}
.proSwiper1 .box .re {padding: 2% 3%; box-sizing: border-box;}
.proSwiper1 .box h5 {font-size: 2.25rem;font-weight: 400;color: #333333;}
.proSwiper1 .box small {font-size: 1.06rem;font-family: Arial, Arial-Regular;font-weight: 400;color: #c4c4c4; text-transform: uppercase;}
.proSwiper1 .box i {margin-top: 1.5rem; display: block; width: 4.31rem;height: 0.25rem;background: #e60012; margin-bottom: 2rem;}
.proSwiper1 .box p {font-size: 1.13rem;font-weight: 400;color: #666666;line-height: 2.06rem;}

.prolistInfo {margin-bottom: 10rem;}
.proInfoSlide .hd{ padding-bottom: 4rem;}
.prolistInfo .container{ position: relative;}
.proInfoSlide .hd ul {display: flex; justify-content: space-between; text-align: center; margin-bottom: 3.5rem;    border-bottom: 1px solid #ddd}
.proInfoSlide .hd ul li {cursor: pointer;padding: 0 1rem; padding-bottom: 1.2rem; box-sizing: border-box; width: 25%;position: relative;}
.proInfoSlide .hd ul li.on .about-nav2{display: block !important; }
.proInfoSlide .hd ul li > a { display: block;width: 100%;position: relative; top: 0%;}
.proInfoSlide .hd ul li::after {content: ""; position: absolute; bottom:0;right:0;height: 0.13rem; background: #e60012; width: 0; transition: .5s;}
.proInfoSlide .hd ul li .icBox {width: auto; height: 3rem; margin: auto; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative;}
.proInfoSlide .hd ul li .icBox img {display: block; max-width: 100%; max-height: 100%;}
.proInfoSlide .hd ul li .icBox .ic1 {filter: grayscale(100%); position: relative; top: 0; transition: .5s;}
.proInfoSlide .hd ul li .icBox .ic2 {position: absolute; top: 100%; transition: .5s;}
.proInfoSlide .hd ul li span {font-size: 1.13rem;font-weight: 400;color: #333333; margin-top: 1rem;display: block;}
.proInfoSlide .hd ul li:hover .icBox .ic2 {top: 0;}
.proInfoSlide .hd ul li:hover .icBox .ic1 {top: -3rem;}
.proInfoSlide .hd ul li:hover span {color: #e60012;}
.proInfoSlide .hd ul li:hover::after {width: 70%; left: 15%;}
.proInfoSlide .hd ul li.on .icBox .ic2 {top: 0;}
.proInfoSlide .hd ul li.on .icBox .ic1 {top: -3rem;}
.proInfoSlide .hd ul li.on span {color: #e60012;}
.proInfoSlide .hd ul li.on::after {width:70%;left: 15%;}
.proInfoSlide .bd ul {display: grid;grid-template-columns: repeat(4,1fr); gap: 1.3rem;}
.proInfoSlide .bd ul li {background: #f5f5f5;  border: 0.06rem solid #f5f5f5;}
.proInfoSlide .bd ul li .imgBox {display: flex; align-items: center; justify-content: center; padding: 2rem 1rem; box-sizing: border-box; overflow: hidden;}
.proInfoSlide .bd ul li .imgBox img {display: block; max-width: 100%; transition: .5s;}
.proInfoSlide .bd ul li .con {display: flex; align-items: center; justify-content: space-between; padding: 1rem; box-sizing: border-box; border-top: 1px solid #E4E4E4;}
.proInfoSlide .bd ul li .con h6 {font-size: 1.13rem;font-weight: 400;color: #333333; }
.proInfoSlide .bd ul li .con .icJt { border-radius: 50%; width: 2.38rem; transform: rotate(-45deg); flex-shrink: 0; transition: .5s; margin-left: 1rem; height: 2.38rem; border: 1px solid #E60012; display: flex; align-items: center; justify-content: center; display: none;}
.proInfoSlide .bd ul li:hover .imgBox img {transform: scale(1.05);}
.proInfoSlide .bd ul li:hover .con .icJt {background: #e60012; transform: rotate(0);}
.proInfoSlide .bd ul li:hover .con .icJt img {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(109%) contrast(101%);}
.proInfoSlide .bd ul li:hover .con h6 {color: #e60012;}
/* .prolistInfo .aboutTle {padding-bottom: 0;} */
/* .proInfoSlide .hd {padding-bottom: 6rem;} */
.proInfoSlide .hd ul {margin-bottom: 0;}
.proInfoSlide .hd ul li:nth-child(1) .about-nav2 {left: 0;}

.about-nav2 { overflow-x: auto; padding-bottom: 0.5rem; position: absolute; left: -100%;  top: 105%;   width: 400%; max-width: 1400px; text-align: left;margin-top: 0rem;display: none; }
.about-nav2 .nav2Box {display: flex; }
.about-nav2 em {padding:0 1rem; margin: 0.5rem 0; display: block; box-sizing: border-box;}
.about-nav2 em a {font-size:1rem;width: 100%; padding: 0.5rem 0; white-space: nowrap;}
.about-nav2 em.on a{color:#E60012;font-weight: bold;}
.about-nav li:nth-child(1) .about-nav2 {display: block;z-index: 9999; }
.proInfoSlide .hd ul li.on .about-nav2{z-index: 2;}


/* 产品详情 */
.nyXq {background: #f5f5f5; padding: 6rem 0;}
.nyXq .box .container {width: 1600px;}
.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: 3rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;  position: relative; z-index: 1;}
.nyXq .tle h3 {font-size: 2.5rem;color: #ffffff;font-weight: 700; margin-right: 1rem; margin-top: 0.5rem;}
.nyXq .tle ul {display: flex; margin-top: 0.5rem;font-size: 1rem;color: #ffffff;}
.nyXq .tle ul li , .nyXq  .tle ul li a {font-size: 1rem;color: #ffffff; }
.nyXq .tle ul a {font-size: 1rem;color: #ffffff; position: relative;}
.nyXq .tle ul a::after {content: "·"; margin: 0 0.25rem;}
.nyXq .tle ul a:first-child::after {display: none;}


.nyXq .Boxcon {background: #fff; padding: 5%; box-sizing: border-box;  position: relative; z-index: 1;}
.nyXq .Boxcon .tle2 {font-size: 2rem;font-weight: 700;color: #333333;margin-bottom: 4rem;}
.nyXq .box2Con {display: flex; justify-content: space-between;}
.nyXq .conLe {width: 49%; display: flex; position: relative; justify-content: space-between;}
.mySwiper2-pro { overflow: hidden;border: 0.06rem solid #dddddd; width: 71%;}
.mySwiper2-pro .swiper-slide {background: #ffffff; height: 100%; display: flex; align-items: center; justify-content: center;}
.mySwiper2-pro .swiper-slide img {max-width: 100%;}
.mySwiper2-pro .swiper-slide .slide-img {padding: 1rem; box-sizing: border-box;}
.mySwiper2-pro .swiper-button-prev {width: 8.75rem; height: 2.38rem;background: #dbdbdb; position: absolute;left: initial; right: 0; top: 24px;}
.mySwiper2-pro .swiper-button-next {width: 8.75rem; height: 2.38rem;background: #dbdbdb; top: initial; bottom: 0; right: 0;position: absolute; transform: rotate(180deg);}
.mySwiper-pro {position: relative; overflow: hidden; margin: 3.2rem 0; max-height: 27rem;}
.mySwiper-pro .swiper-slide {cursor: pointer;}
.mySwiper-pro .slide2-img {width: 8.75rem; height: 100%; border: 0.06rem solid #dddddd;padding: 0.5rem; box-sizing: border-box; display: flex; align-items: center; justify-content: center;position: relative;}
.mySwiper-pro .slide2-img img {display: block; width: 100%; height: 100%; object-fit: cover;}
.mySwiper-pro .slide2-img::after {content: "";width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(2, 9, 20,.3); opacity: 1; transition: .5s;}
.mySwiper-pro .swiper-slide-thumb-active .slide2-img::after {opacity: 0;}
.nyXq .conRe {width: 45%;}
.nyXq .conRe dl dd {border-bottom: 1px solid #EEEEEE; padding: 2rem 1rem; box-sizing: border-box;}
.nyXq .conRe dl dd b {font-size: 1.13rem;font-weight: 700;color: #333333; position: relative; padding-left: 1rem; margin-left: -1rem;}
.nyXq .conRe dl dd b::before { content: ""; width: 0.38rem;height: 0.38rem; background: #c50b19; border-radius: 50%; position: absolute; left: 0%; top: 50%; transform: translate(-50%, -50%)}
.nyXq .conRe dl dd i {width: 0.38rem;height: 0.38rem;background: #c50b19;border-radius: 50%;}
.nyXq .conRe dl dd span {font-size: 1rem;display: block; color: #666666;}

.deInfo {margin-top: 6rem; display: flex; justify-content: space-between; align-items: flex-start;}
.deInfo .infoTle {border-bottom: 1px solid #DDDDDD; padding-bottom: 2rem;}
.deInfo .infoTle strong {font-size: 1.5rem;font-weight: 400;color: #333333;}
.deInfo .infoTle small {font-size: 1.13rem;font-family: Arial, Arial-Regular;font-weight: 400;color: #bababa; margin-left: 1rem;}
.deInfo .deils {width: 62%;}
.deInfo .deils .deilsCon {margin-top: 2rem;}
.deInfo .deils .deilsCon img {max-width: 100%;}
.deInfo .recomd {width: 30%; position: sticky; top: 8rem;}
.deInfo .recomd dl dd {padding: 1rem 0; border-bottom: 1px solid #eee;}
.deInfo .recomd dl dd a {display: flex; align-items: center;justify-content: space-between;}
.deInfo .recomd dl dd .imgBox {width: 32%; display: flex; align-items: center; background: #FFF; overflow: hidden;}
.deInfo .recomd dl dd .imgBox img {width: 100%; display: block; transition: .5s;}
.deInfo .recomd dl dd .recomCon {width: 60%;}
.deInfo .recomd dl dd h6 {font-size: 1.13rem;font-weight: 700;color: #333333; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.deInfo .recomd dl dd em {font-size: 0.88rem;font-weight: 400;color: #e60012; margin-top: 1rem;display: block;}
.deInfo .recomd dl dd a:hover .imgBox img {transform: scale(1.05);}
.deInfo .recomd dl dd a:hover h6 {color: #e60012;}

/* ===新闻中心=== */
.newsOne {padding: 6.5rem 0;}
.newsOne ul {display: flex;}
.newsOne ul li {background: #f5f5f5;margin-left: 1.1rem; padding: 2rem 1rem; 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: 1.5rem; position: absolute;width: 90%;     bottom: 2rem;}
.newsOne ul li .num::after {content: ""; position: absolute; width: 100%;  height: 65%; right: 0; top: 0; background: url(../images/newsList-jt2.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%; margin-left: 0;}
.newsOne ul li:nth-child(1) .newsTop {display: flex; justify-content: space-between;}
.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: left; margin-top: 1rem; position: relative; display: block;    ;}
.newsOne ul li:nth-child(1) .newsTop .re strong {font-size: 3.38rem;color: #808080; font-weight: 400;display: block; line-height: 3.5rem;}
.newsOne ul li:nth-child(1) .newsTop .re small {font-size: 1rem;color: #808080;}
.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; border-bottom: 1px solid #ddd;}
.newsTwo .newsNav ul li {position: relative; margin-right: 3rem;}
.newsTwo .newsNav ul li:last-child {margin-right: 0;}
.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;}

/* 新闻详情 */
.ny-news-xq .xq-box {padding:5rem 0;padding-top: 8rem;}
.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 {margin-top: 1rem; font-size: 0.94rem; color: #999999;display: block;}
.ny-news-xq .box-left {padding: 0; width: 60%;}
.ny-news-xq .ny-xq-con {margin: 3rem 0;}
.ny-news-xq .box-right {background-color: #fff; padding-top: 1.8rem; box-sizing: border-box; width: 32%; position: sticky; top: 5rem;}
.ny-news-xq .box-right h3 {font-size: 1.88rem; font-weight: 700;  color: #333333; }
.ny-news-xq .box-right h4 {font-size: 0.88rem; color: #999999; font-weight: 400;  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 a {display: flex; justify-content: space-between; align-items: center;}
.ny-news-xq .box-right li::after {content: ""; position: absolute; bottom: 0;  width: 0; border-bottom: 1px dashed #E60012; transition: .5s;  left: 0;}
.ny-news-xq .box-right li .box-img {width: 45%; overflow: hidden;}
.ny-news-xq .box-right li .box-img img {width: 100%; transition: .5s; display: block;}
.ny-news-xq .box-right li .con {width: 50%;}
.ny-news-xq .box-right li h6 {font-size: 1rem;font-weight: 400; margin-bottom: 0.5rem; color: #333333; display: -webkit-box;overflow: hidden;   -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.ny-news-xq .box-right li span {font-size: 0.88rem;color: #999999;font-weight: 400;}
.ny-news-xq .box-right li:hover::after {width: 100%;}
.ny-news-xq .box-right li:hover .box-img img {transform: scale(1.1);}
.page-fy {border-top:1px solid #ddd;padding-top: 30px; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;}
.page-fy .prev:hover a {color:#E60012 ;}
.page-fy .next:hover a {color:#E60012 ;}

/* 合作案例 */
.caseList {padding: 6rem 0 10rem 0;}
.caseList .tle h3 {text-align: center;font-size: 2.25rem;font-weight: 700;color: #333333; margin-bottom: 4.5rem; text-transform: uppercase;}
.caseList ul {display: grid; grid-template-columns: repeat(4,1fr); gap: 1.38rem;}
.caseList ul li {width: 100%; height: 6.75rem; border: 0.06rem solid #eeeeee;display: flex; align-items: center; justify-content: center;}
.caseList ul li img {max-width: 100%; transition: .5s;filter: grayscale(100%);}
.caseList ul li:hover img {filter: none;}

/* 人才招聘 */
.talentTle {text-align: center; padding: 5rem 0;}
.talentTle strong {font-size: 2.63rem;color: #333333;font-weight: 700; text-transform: uppercase;}
.talentTle small {font-size: 1.5rem;font-family: Arial, Arial-Regular;font-weight: 400;color: #d4d4d4;display: block; text-transform: uppercase;}
.talentTle i {display: inline-block; width: 3.13rem; height: 0.31rem;background: #e60012;}

.careersTwo {margin-bottom: 5rem;}
.caresSwiper {position: relative; overflow: hidden; padding-bottom: 5rem;}
.caresSwiper .swiper-slide {width: 38%; transform: scale(0.85); overflow: hidden; transition: 300ms;}
.caresSwiper .swiper-slide .imgBox {overflow: hidden; border-radius: 1.25rem;position: relative;}
.caresSwiper .swiper-slide .imgBox::after {content: ""; width: 100%; height: 100%; background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 60% , rgba(0, 0, 0, 0.5)); bottom: 0; position: absolute; left: 0;}
.caresSwiper .swiper-slide span {position: absolute; bottom: 6%; left: 6%; z-index: 1;font-size: 1.88rem;font-weight: 400;color: #f5f5f5;}
.caresSwiper .swiper-slide img {width: 100%; display: block;}
.caresSwiper .swiper-slide-active {transform: scale(1);}
.caresSwiper .swiper-pagination {bottom: 0;}
.caresSwiper .swiper-pagination-bullet {width: 0.94rem;height: 0.94rem;background: #f3f3f3;box-sizing: border-box; opacity: 1;}
.caresSwiper .swiper-pagination-bullet-active {background: #C50B19;}

.talentUs {margin-bottom: 10rem;}
.talentUs table {width: 100%;border-collapse: collapse;}
.talentUs tr {border-bottom: 1px solid #E7F0F7;}
.talentUs tr:first-child {border-bottom: none;}
.talentUs tr td , .talentUs tr th {width: 20%; text-align: center; padding: 0 1rem; box-sizing: border-box;}
.talentUs tr th {background: #c50b19; height: 4rem; font-size: 1.13rem;font-weight: 400;color: #ffffff;}
.talentUs tr > td {height: 4.3rem;font-size: 1rem;font-weight: 400;color: #333333;}
.talentUs tr > td > a {color: #C50B19;}
.talentUs tr td.lastTd {width: 0; padding: 0;}
/* 弹出层 */
.acquisition-info {padding: 3rem;box-sizing: border-box; background-color: #fff; width: 55%; 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; margin: 0; text-align: left; width: 85%;}
.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 .infoCon {margin-top: 2.5rem;  height: 38vh; overflow-y:auto; text-align: initial;}

/* 联系我们 */
.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; text-transform: uppercase;}
.contactbox .cont .lt .text {font-size: 1.5rem;color: #333;font-weight: 400; margin-top: 3rem;}
.contactbox .cont .lt .make-text {margin: 2rem 0 1.5rem 0;}
.contactbox .cont .lt .make-text p {font-size: 1.25rem;color: #666;font-weight: 400;}
.contactbox .cont .lt .make-text p span {font-weight: 700; font-family: Arial, Helvetica, sans-serif; color: #222;}
.contactbox .cont .lt dl dd {display: flex; align-items: center;}
.contactbox .cont .lt dl dd .icBox {margin-right: 1.5rem; width: 1.5rem; display: flex; align-items: center;}
.contactbox .cont .lt dl dd {font-size: 1rem;color: #777777;font-weight: 400; margin-top: 1rem;}
.contactbox .cont .lt dl dd a:hover {color: #e60012;}

.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;cursor: pointer;}
input, input:focus, input:active, button, button[type=button], textarea:focus { appearance: none; -webkit-appearance: none; outline: none;}



/* 搜索页面 */
.search-page .box {margin-top: 10rem;}
.search-page form {width: 75%;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/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; 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);}
@media screen and (min-width: 200px) and (max-width: 640px){
  .search-page form {
      width: 90%;
      margin-bottom: 40px;
  }
}

/* 分页 */
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.fy a { border: 0.06rem solid #eee; display: flex; align-items: center; justify-content: center; color: #999; font-size: 14px; transition: .4s; margin:5px;  padding: 5px 13px;}
.fy a:hover {color: #fff; background: #e60012;}
.fy .layui-laypage-curr {color: #fff; background: #e60012; font-size: 14px;  margin: 0 5px; padding: 5px 13px;}