@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:1720px; margin:0 auto}
.container12{width:1200px; margin:0 auto}
.container16{width:1600px; 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%);}

/*字体引入*/
@font-face {
  font-family: "futura";
  src: url("../font/Futura\ Md\ BT\ Bold.ttf");
}



/* CSS Document */
/*===============公用头部===============*/
.header {position: fixed; top: 0; width: 100%; z-index: 99; background-color: #fff;     box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
.header .box h1 img {display: block;}
.header .box {display: flex;justify-content: space-between; align-items: center; height: 7.2rem;}
.header .box .headerNav {width: 56%; margin-left: 4%;}
.header .box .headerNav ul {display: flex; width: 100%; justify-content: space-between;}
.header .box .headerNav li {line-height: 7.2rem;  transition: .5s; width: calc(100%/8); text-align: center; position: relative;}
.header .box .headerNav li a {display: block; font-size: 1rem;font-weight: 400;color: #333; }
.header .box .headerNav li dd a{font-size:0.9rem}
.header .box .headerNav li:hover {background: #a52323;}
.header .box .headerNav li:hover a {color: #fff;}
.header .box .headerNav li.on {background: #a52323;}
.header .box .headerNav li.on a {color: #fff;}
.header .box .searchIcon img {display: block; filter: brightness(0);}
.header .box .searchIcon a:hover img {filter: none;}
.header .box .headerEl {display: flex; align-items: center; gap: 10px;}
.header .box .headerEl span {font-size: 1.25rem;font-weight: 700;color: #333333;}
/* 二级导航 */
.header .box ul li dl {position: absolute; width: 100%; left: 0; display: none;}
.header .box ul li > dl > dd {color: #333;width: 100%; transition: .5s;  text-align: center; background: rgba(0,0,0,.35); border-bottom: 2px solid rgba(255, 255, 255, 0.09);position: relative; line-height: initial;}
.header .box ul li > dl > dd a {color: #fff; font-size: 0.8rem;padding: 1rem 0; display: block;}
.header .box ul li > dl > dd:hover {background: #A52323;}

/* 搜索页面 */
.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; 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: #a52323; 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: #a52323;}
.fy .layui-laypage-curr {color: #fff; background: #a52323; 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;}
.banner img {display: block; width: 100%;}
.banner .swiper-slide .box {width: 1600px; position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%);}
.banner .swiper-slide .box h2 {font-size: 4.88rem;font-weight: 700;color: #ffffff;}
.banner .swiper-slide .box h3 {font-size: 2.5rem;font-weight: 500;color: #ffffff;line-height: 2.5rem; text-shadow: -0.06rem 0rem 0.37rem 0rem #000000; }
.banner .swiper-slide .box span {font-size: 1.5rem;margin-top: 2.4rem; display: inline-block; font-weight: 400;color: #000000; background: #ffffff; padding: 0.6rem 3.4rem;}
.banner .swiper-slide .box a {width: 5.63rem; margin-top: 4.2rem;  height: 5.63rem;  display: block; background: #272727; font-size: 2.63rem;color: #ffffff; line-height: 5.5rem; text-align: center;}
.banner .swiper-slide .box a em {display: block; transition: .5s;}
.banner .swiper-slide .box a:hover em {transform: rotate(360deg);}
.banner .swiper-button-prev {width: 1.25rem;  height: 2.13rem;  background: url(../images/banner-jt.png) no-repeat center; left: 2%; filter: brightness(100);     background-size: 100%;}
.banner .swiper-button-next {width: 1.25rem;  height: 2.13rem;  background: url(../images/banner-jt.png) no-repeat center; right: 2%; filter: brightness(100);    background-size: 100%;  transform: rotate(180deg);}
.banner .swiper-button-prev:hover ,.banner .swiper-button-next:hover {filter: none;}

/* 首页==推荐案例 */
.index-title {display: flex; gap: 2rem; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; padding: 5.5rem 0 4.5rem 0;}
.index-title h3 {font-size: 1.5rem;font-weight: 400;color: #333333; position: relative; display: inline-block;}
.index-title h3::after {position: absolute; content: ""; width: 1.44rem;height: 0.31rem;background: #a52323; top: 18px; right: -30px;}
.index-title h4 {font-size: 2.5rem;font-weight: 400;color: #000000;}
.index-title a {width: 10rem; height: 3.13rem; display: block; background: #a52323; border-radius: 1.56rem;font-size: 0.94rem;color: #ffffff; text-align: center; line-height: 3.13rem;}
.indexOne {margin-bottom: 7.25rem;}
.indexOne ul {display: grid;  gap: 1rem; grid-template-columns: 31% 22.5% 22.5% 21%; box-sizing: border-box;  grid-template-rows: repeat(2 , 350px); grid-auto-flow: row dense;}
.indexOne ul li {position: relative; overflow: hidden;}
.indexOne ul li a::after {content: "";width: 100%; height: 100%; background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 50% , rgba(0, 0, 0, 0.4)); bottom: 0;  position: absolute; left: 0;}
.indexOne ul li:nth-child(2) {grid-column-start:2; grid-column-end:4;}
.indexOne ul li:nth-child(3) {width: 100%; grid-column-start:4; grid-column-end:4; grid-row-start:1; grid-row-end:3;}
.indexOne ul li:nth-child(8) {grid-column-start:2; grid-column-end:4;}
.indexOne ul img {width: 100%; display: block; height: 100%; object-fit: cover;}
.indexOne ul .tle {position: absolute; bottom: 0; width: 100%; padding: 2.3rem; box-sizing: border-box; z-index: 1; opacity: 1; transition: .5s;}
.indexOne ul .tle h3 {font-size: 0.88rem;font-weight: 400;color: #ffffff;}
.indexOne ul .tle h4 {font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.indexOne ul li .hide {position: absolute;  display: flex; flex-direction: column; justify-content: center; background: rgba(165,35,35,.9); top: 100%; transition: .5s; padding: 3.75rem 2.3rem 3.13rem 2.3rem; box-sizing: border-box; width: 100%; height: 100%; z-index: 2;}
.indexOne ul li .hide em {font-size: 0.88rem;font-weight: 400;color: #ffffff;}
.indexOne ul li .hide h6 {font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.indexOne ul li .hide p {font-size: 0.88rem;font-weight: 400;color: #ffffff;opacity: 0.72; margin: 3.5rem 0 2.7rem 0; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.indexOne ul li .hide span {width: 5.81rem; height: 1.94rem; display: block; border: 0.06rem solid #ffffff; text-align: center; line-height: 1.9rem; font-size: 0.88rem; color: #fff;}
.indexOne ul li:hover .tle {opacity: 0;}
.indexOne ul li:hover .hide {top: 0;}


/* 首页==我们的服务 */
.indexTwo {position: relative; padding-bottom: 200px; background: #f5f5f5;}
.indexTwoSlide .bd .box {display: flex;}
.indexTwoSlide .bd .le {width: 15%; margin-left: 6%; position: relative;}
.indexTwoSlide .bd .le .swiper-slide::after {content: ""; width: 4px; height: 118%;  background: #DDDDDD; position: absolute ;     left: 5px; top: 30px; z-index: 0;}
.indexTwoSlide .bd .le strong {font-size: 1.13rem; font-weight: 700;color: #333333;  position: absolute;   top: 0; left: 0;}
.indexTwoSlide .bd .le .tle {padding-left: 2rem;     position: relative; top: 30px;}
.indexTwoSlide .bd .le .tle img {display: block;}
.indexTwoSlide .bd .le .tle span {font-size: 1.88rem;display: block; font-weight: 400;color: #a52323; margin-top: 1rem;}
.indexTwoSlide .bd .le dl {height: 12rem; overflow-y: scroll;  direction: rtl; padding-left: 2rem; left: 5px;    margin: 4rem 0; position: relative; z-index: 1;width: 80%;}
.indexTwoSlide .bd .le dd a {font-size: 1rem;font-weight: 400;display: block; color: #666666; margin-top: 1rem; transition: .5s;}
.indexTwoSlide .bd .le dd a:hover {color: #A52323;}
.indexTwoSlide .bd .le dl::-webkit-scrollbar {width: 4px;      height: 4px;background: #ffffff;}
.indexTwoSlide .bd .le dl::-webkit-scrollbar-thumb {border-radius: 5px;background: #A52323;}
.indexTwoSlide .bd .le dl::-webkit-scrollbar-track {border-radius: 0; background: #ffffff;}
.indexTwoSwiper {overflow: hidden; width: 80%; position: relative;}
.indexTwoSwiper .swiper-slide { width: 77% !important;}
.indexTwoSwiper .swiper-slide img {width: 88%; display: block;}
.indexTwoSwiper .swiper-slide .conBox {position: absolute; right: 0;  padding:4rem 2.5rem 5rem 2.5rem; box-sizing: border-box; bottom: 5%; width: 38%;  background: #a52323;}
.indexTwoSwiper .swiper-slide h5 {font-size: 1.63rem;font-weight: 400;color: #ffffff;}
.indexTwoSwiper .swiper-slide p {font-size: 0.94rem;font-weight: 400;color: #e3b4b4; margin: 0.5rem 0 3.5rem 0;}
.indexTwoSwiper .swiper-slide a {font-size: 0.94rem;font-weight: 400;color: #ffffff; position: relative;}
.indexTwoSwiper .swiper-slide a::after {content: ""; position: absolute; bottom: -5px; width: 50%; left: 30%; transition: .5s; background: #fff; height: 0.19rem;}
.indexTwoSwiper .swiper-slide a:hover::after {width: 100%; left: 0;}
.indexTwoSwiper .swiper-button-prev {width: 1.88rem; height: 1.88rem; left: 68%; opacity: .5; top: 88%; background: url(../images/indexTwoSwiper-jt.png) no-repeat center;transform: rotate(180deg); background-size: 100%;}
.indexTwoSwiper .swiper-button-next {width: 1.88rem; height: 1.88rem;  left: 71%; opacity: .5; top: 88%; background: url(../images/indexTwoSwiper-jt.png) no-repeat center; background-size: 100%;}
.indexTwoSwiper .swiper-button-prev:hover , .indexTwoSwiper .swiper-button-next:hover {opacity: 1;}
.indexTwoSlide .hd {position: absolute; bottom: 0; height: 20.06rem; background: #272727; width: 100%; display: flex; align-items: flex-end;}
.indexTwoSlide .hd ul {width: 56%;     margin: 0 auto 4.8rem auto; display: flex; justify-content: space-between; align-items: center;}
.indexTwoSlide .hd ul li { position: relative; z-index: 1; cursor: pointer; transition: .5s;}
.indexTwoSlide .hd ul li a {font-size: 1rem;color: #ffffff; transition: .5s; display: block;}
.indexTwoSlide .hd ul li:hover a {font-size: 1.5rem;font-weight: 700;}
.indexTwoSlide .hd ul li:hover::after {position: absolute; content: ""; width: 100%; height: 0.31rem;left: 0; bottom: 5px; background: #a52323; z-index: -1;}
.indexTwoSlide .hd ul li.on a {font-size: 1.5rem;font-weight: 700;}
.indexTwoSlide .hd ul li.on::after {position: absolute; content: ""; width: 100%; height: 0.31rem;left: 0; bottom: 5px; background: #a52323; z-index: -1;}
.indexTwoSlide .hd ul li:nth-child(6) {margin-right: 5%;}

/* 首页==关于嘉尧 */
.indexThree {MARGIN-bottom: 5rem; position: relative;}
.indexThree .box {display: flex;  justify-content: space-between; align-items: center;}
.indexThree .box .le {position: relative; width: 50%;}
.indexThree .box .le:after {content: "";     height: 72%; width: 18%; background: #272727; position: absolute; left: -18%; top: 15%; z-index: -1;}
.indexThree .box .le img {width: 100%; display: block;}
.indexThree .box .le a {position: absolute;left: 50%; top: 50%; animation: rota360 2s linear infinite; width: 3rem;height: 3rem; background: url(../images/indexThree-videoBtn.png) no-repeat center; background-size: 100%;}
@keyframes rota360 {
  to {
    transform: translate(-50%, -50%) rotate(0);
  }
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.indexThree .box .re {width: 47%;}
.indexThree .box .re p {font-size: 1rem;font-weight: 400;color: #666666; width:98%; margin-top: 0.5rem;}
.inThreeList {position: relative; bottom: 0; height: 8rem; width:100%; right: 0; bottom: 0; margin-top: 3rem;}
.inThreeList ul {display: flex; align-items: center; height: 100%; gap: 0.5rem;}
.inThreeList li {width:17.5%;transition: all .3s; text-align: center; margin:0 1%;position: relative; height: 100%; background: #f5f5f5; display: flex; align-items: center; justify-content: center;}
/* .inThreeList li::after {content: ""; position: absolute; right: 0; top: 0; opacity: 0.33;width: 1px; height: 100%; background: #c54444;}
.inThreeList li:last-child::after {display: none;} */
.inThreeList li img {display: block; margin: auto; transition: .5s;}
.inThreeList li:hover{ background: #e3e3e3;}
.inThreeList li h6 {font-size: 1.06rem;font-weight: 400;color: #333; margin-top: 1rem;}
.inThreeList li:hover img { transform: rotateY(180deg);}
.video-hide {background-color: #fff;}
.video-hide {display: none; background-color: #fff; padding: 50px; box-sizing: border-box; width: 160%;}
.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;}
.inThreeList li:last-child{background: #A52323;}
.inThreeList li:last-child h6{color:#fff}
.video-hide .video-content {margin-top: 2rem; width: 100%;}
.video-hide .video-content video {width: 100%;}

/* 首页==战略合作 */
.inFourSlide {display: flex;justify-content: space-between; border: 0.06rem solid #dddddd;}
.inFourSlide .hd {width: 52%; padding: 1.5rem; box-sizing: border-box; position: relative;}
.inFourSlide .hd::after {content: ""; position: absolute; top: 0; right: 57px; width: 10px; height: 100%; background: #fff; z-index: 3;}
.inFourSlide .hd ul {display: grid; display: -ms-grid;  -ms-grid-template-columns: repeat(3,1fr); grid-template-columns: repeat(3,1fr); position: relative;     height: 36rem;overflow-y: auto;overflow-x: hidden;padding-right: 2rem;}
.inFourSlide .hd ul::-webkit-scrollbar {width: 5px; height: 5px;background: #DDDDDD; border-radius: 5px;}
.inFourSlide .hd ul::-webkit-scrollbar-thumb {border-radius: 5px;background: #A52323;}
.inFourSlide .hd ul::-webkit-scrollbar-track { background: #DDDDDD; border-radius: 5px;}
.inFourSlide .hd ul li {text-align: center; height: 9rem; display: flex; position: relative; justify-content: center;  align-items: center; border-bottom: 1px solid rgba(204,204,204,.61); border-right: 1px solid rgba(204,204,204,.61);}
.inFourSlide .hd ul li:before { content: "."; position: absolute; z-index: 3; font-weight: 700; width: 3rem; height: 3rem; right: -24px; bottom: -25px; background: #fff; text-align: center; line-height: 2rem; color: rgba(204,204,204,1);font-size: 1.5rem;}
.inFourSlide .hd ul li a {display: block; height: 100%;}
.inFourSlide .hd ul li img {display: block;   max-width: 100%; max-height: 100%;   filter: grayscale(100%); transition: .5s;}
.inFourSlide .hd ul li:hover img {filter: grayscale(0%);}
.inFourSlide .hd ul li.on img {filter: grayscale(0%);}

.inFourSlide .bd { width: 48%;}
.indexFourSlideOne {overflow: hidden; width: 100%; }
.indexFourSlideOne .swiper-slide::after {    content: "";width: 100%;height: 100%;background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 40% , rgba(0, 0, 0, 0.8));bottom: 0; position: absolute;left: 0;}
.indexFourSlideOne .swiper-slide img {width: 100%;display: block;}
.indexFourSlideOne .swiper-slide .box {position: absolute;  position: absolute; bottom: 0; width: 100%; padding: 3rem 3rem 4rem 3rem; box-sizing: border-box;  z-index: 1;}
.indexFourSlideOne .swiper-slide .box h4 {font-size: 1.5rem;font-weight: 700;color: #ffffff;}
.indexFourSlideOne .swiper-slide .box i {width: 2.44rem;height: 0.19rem; background: #ffffff; display: block; margin: 1.5rem 0;}
.indexFourSlideOne .swiper-slide .box p {font-size: 0.94rem;font-weight: 400;color: #ffffff;}

/* 首页==新闻资讯 */
.indexFive {position: relative;background: #f5f5f5; padding-bottom: 6.8rem;margin-top:5rem}
.indexFiveSwiper {overflow: hidden; }
.indexFiveSwiper .swiper-slide { padding-bottom: 2rem; box-sizing: border-box;  position: relative;}
.indexFiveSwiper .swiper-slide::after {content: ""; position: absolute; right: -32px; top: 0; height: 100%; width: 1px; background: #dddddd;}
.indexFiveSwiper .swiper-slide img {width: 100%; display: block; height: 100%;}
.indexFiveSwiper .swiper-slide h3 {font-size: 1.25rem;font-weight: 700;color: #333333; margin-top: 2rem; height: 5rem;}
.indexFiveSwiper .swiper-slide p {font-size: 0.88rem;margin-top: 1.2rem; font-weight: 400;color: #666666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 4rem;}
.indexFiveSwiper .swiper-slide em {font-size: 0.94rem;font-weight: 400;color: #333333; display: inline-block; margin-top: 2rem; border-bottom: 3px solid #A52323;}
.indexFiveSwiper .swiper-slide .hide {position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: .5s;}
.indexFiveSwiper .swiper-slide .hide::after {    content: ""; width: 100%; height: 100%; background-image: linear-gradient(to bottom , rgba(255, 255, 255, 0.01) 0% , rgba(0, 0, 0, 0.8)); bottom: 0; position: absolute; left: 0;}
.indexFiveSwiper .swiper-slide .hide .tle {position: absolute; width: 100%; bottom: 0; padding: 0 2rem 4.5rem 2rem; box-sizing: border-box; z-index: 1;}
.indexFiveSwiper .swiper-slide .hide .tle span {color: #fff; font-size: 0.88rem;}
.indexFiveSwiper .swiper-slide .hide .tle h4 {font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.indexFiveSwiper .swiper-slide .hide .tle em {color: #fff;}
.indexFiveSwiper .swiper-slide:hover .hide {opacity: 1;}
.indexFiveSwiper .swiper-button-prev {width: 0.81rem; height: 1.44rem; left: 2%;top: 58%; background: url(../images/indexFiveSwiper-jt.png) no-repeat center; background-size: 100%; filter: grayscale(100%);}
.indexFiveSwiper .swiper-button-next {width: 0.81rem; height: 1.44rem; right: 2%;top: 58%; transform: rotate(180deg); background: url(../images/indexFiveSwiper-jt.png) no-repeat center; background-size: 100%; filter: grayscale(100%);}
.indexFiveSwiper .swiper-button-prev:hover ,.indexFiveSwiper .swiper-button-next:hover {filter: none;}

/* 公用底部 */
.footer {background: #2e2e2e;}
.footer .container {position: relative;}
.footer .backTop a {position: absolute; z-index: 88; right: 0; top: -35px; text-align: center; width: 6.25rem; height: 4.5rem; background: #2e2e2e; border-radius: 0rem 1.25rem 0rem 0rem;}
.footer .backTop img {text-align: center; margin-top: 1rem; transform: rotate(180deg);}
.footer .footerTop {padding: 5.44rem 0 3.88rem 0; display: flex; justify-content: space-between;}
.footer .footerTop .le .link {display: flex; align-items: center;}
.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:hover .box {transform: translateY(-30px); opacity: 1; visibility: visible;}
.footer .footerTop .le {width: 59%;}
.footer .footerTop .le .leNav {margin: 3.8rem 0;}
.footer .footerTop .le .leNav ul {display: flex; justify-content: space-between;}
.footer .footerTop .le .leNav ul li a {font-size: 1rem;color: #f5f5f5;}
.footer .footerTop .le .leNav ul li:hover a {color: #A52323;}
.footer .footerTop .le .leNav ul li.on a {color: #A52323;}
.footer .footerTop .le .lecopy p , .footer .footerTop .le .lecopy p a{font-size: 0.88rem;color: #828282;}
.footer .footerTop .le .lecopy p a:hover {color: #A52323;}
.footer .footerTop .re {width: 35%; display: flex; justify-content: space-around;}
.footer .footerTop .re dt {font-size: 1.13rem;font-weight: 400;color: #dedede; margin-bottom:1.5rem;}
.footer .footerTop .re dd {display: flex; align-items: center; margin-top: 0.5rem; font-size: 0.8rem !important; font-weight: normal !important;}
.footer .footerTop .re dd img {margin-right: 1rem; width: 8%;}
.footer .footerTop .re dd:nth-child(2) {font-size: 1.88rem;font-weight: 700;color: #ffffff;}
.footer .footerTop .re dd:nth-child(3) {font-size: 1rem !important;font-weight: 700;color: #ffffff;}
.footer .footerTop .re dd:nth-child(4) {font-size: 1rem;font-weight: 400;color: #fff;font-weight: bold;}
.footer-zw {height: 6.44rem; display: none;}
.footerBom {width: 100%; height: 6.44rem; background: url(../images/footerBom-bj.jpg) no-repeat center; position: fixed; bottom: -40%; z-index: 88; transition: 2s; display: none;}
.footerBom.on {bottom: 0;}
.footerBom .box {display: flex; justify-content: space-between;}
.footerBom .le dl {display: flex; height: 100%; align-items: center;height: 6.44rem;}
.footerBom .le dl dd {display: flex; align-items: center; padding: 0 2.2rem; position: relative; }
.footerBom .le dl dd a {display: flex; align-items: center;}
.footerBom .le dl dd::after {content: ""; position: absolute; right: 0;  width: 0.06rem; height: 2.94rem; background: rgba(255,255,255,.2);}
.footerBom .le dl dd:nth-child(1) {padding-left: 0;}
.footerBom .le dl dd img {margin-right: 1rem;}
.footerBom .le dl dd strong {font-size: 1.13rem;font-weight: 700;color: #ffffff;display: block;}
.footerBom .le dl dd .tle span {font-size: 0.94rem;color: #fff;}
.footerBom .le dl dd .tle strong {font-size: 1.5rem; line-height: 1.5rem;}
.footerBom .re ul {display: flex;height: 6.44rem; align-items: center; gap: 0.8rem;}
.footerBom .re li {width: 7.19rem;height: 2.31rem; transition: .5s; border: 0.06rem solid #ffffff; border-radius: 1.25rem;font-size: 0.88rem;color: #ffffff; text-align: center; line-height: 2.31rem;}
.footerBom .re li a {color: #fff; display: block;}
.footerBom .re li:hover {background-color: #fff;}
.footerBom .re li:hover a {color: #A52323;}

/* ==========================================================================内页================================================================== */
/* 内页公用banner部分 */
.nyBanner {overflow: hidden;}
.nyBanner .zwBanner {height: 7.2rem;}
.nyBanner .box {position: relative;}
.nyBanner img {display: block; width: 100%;}
.nyBanner .nyTitle { position: absolute; left: 50%; top: 45%; transform: translate(-50%, -50%)}
.nyBanner .nyTitle h3 {display: inline-block; font-size: 3.75rem;font-weight: 700;color: #ffffff; position: relative;}
.nyBanner .nyTitle h3::after {content: "";width: 1rem;height: 1rem; background: #a52323; position: absolute; right: -35px; bottom: 20px;}
.nyBanner .nyTitle span {display: block; font-size: 1.75rem;font-weight: 400;color: #ffffff;}
.nyBanner .bannerMbx {display: flex; position: absolute; bottom: 3.5rem;}
.nyBanner .bannerMbx li a {font-size: 1rem;color: #ffffff;}
.nyBanner .bannerMbx li:hover a {color: #a52323;}


/* 校园文化 */
/* 公用标题 */
.schoolTitle {text-align: center; padding: 5rem 0;}
.schoolTitle h3 {font-size: 3.13rem;color: #000000;font-weight: 700; line-height: 3rem;}
.schoolTitle h4 {font-size: 2.38rem;color: #e4e4e4;}

.schoolBanner {height: 100vh; position: relative; background: url(../images/school-banner.jpg) no-repeat center; background-size: cover;}
.schoolBanner .tle {position: absolute; width: 100%; left: 50%; top: 55%; transform: translate(-50%, -50%); text-align: center;}
.schoolBanner .tle h3 {font-size: 4.38rem;color: #ffffff;font-weight: 700;position: relative; display: inline-block;}
.schoolBanner .tle h3::before {content: ""; position: absolute; bottom: 0; height: 0.38rem; width: 50%; background: #ffffff;left: 0;}
.schoolBanner .tle h3::after {content: ""; position: absolute; bottom: 0; height: 0.38rem; width: 50%; background: #a52323; right: 0;}
.schoolBanner .tle p { margin:2.5rem auto 4rem auto; font-size: 1.4rem;color: #ffffff;text-shadow: -0.06rem 0rem 0.37rem 0rem #000000;max-width:65%; }
.schoolBanner .tle ul {display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;}
.schoolBanner .tle li {padding: 1rem 2rem; border-radius: 1.75rem; box-sizing: border-box; font-size: 1.06rem;color: #ffffff;background: #a52323;}
.schoolBanner .tle li a{color: #ffffff;}
.schoolBanner .schScroll {position: absolute; text-align: center; bottom: 0.5rem; left: 50%;  transform: translate(-50%, -50%);}
.schoolBanner .schScroll img {display: inline-block;animation: banner-scroll 1s infinite linear .65s;}
.schoolBanner .schScroll span {font-size: 0.88rem;color: #ffffff;display: block;}

.schoolOne {background: #a52323;}
.schoolOne ul {height: 15.63rem; display: flex; gap: 6rem; align-items: center; justify-content: space-between;}
.schoolOne ul li {display: flex; align-items: center;}
.schoolOne ul li .iconBox img {margin-right: 1rem; transition: .5s;}
.schoolOne ul li h5 {font-size: 1.25rem;color: #ffffff;font-weight: 700;}
.schoolOne ul li span {font-size: 0.94rem;color: #e2b4b4;font-weight: 400;}

.schoolTwoSwiper {overflow: hidden; position: relative;}
.schoolTwoSwiper .box {display: flex; background: #f5f5f5;}
.schoolTwoSwiper .box .le {width: 50%; height: 500px;}
.schoolTwoSwiper .box .le img {width: 100%; display: block;display: none;}
.schoolTwoSwiper .box .re {width: 50%; padding-left: 4.5rem;}
.schoolTwoSwiper .box .re h4 {font-size: 1.75rem;color: #a52323;margin-top: 5rem;}
.schoolTwoSwiper .box .re p { width: 80%; font-size: 1rem;color: #7d7d7d; margin-top: 1.5rem; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.schoolTwoSwiper .box .re a { display: block; margin-top: 4rem; width: 10.06rem; height: 2.81rem;  font-size: 1rem; color: #ffffff; background: #a52323;border-radius: 1.44rem; text-align: center; line-height: 2.81rem;}
.schoolTwoSwiper .swiper-pagination {bottom: 4rem; left: 5rem;}
.schoolTwoSwiper .swiper-pagination-bullet {width: 0.81rem;height: 0.81rem; margin: 0 0.5rem !important; opacity: 1;  border: 0.13rem solid #d2d2d2; box-sizing: border-box; background: none;}
.schoolTwoSwiper .swiper-pagination-bullet-active {border-color: #A52323;}

.schoolThree {margin-top: 4.8rem; padding-bottom: 7rem;}
.schoolThree ul {display: grid; display: -ms-grid;  -ms-grid-template-columns: repeat(3,1fr); grid-template-columns: repeat(3,1fr); gap: 0.8rem;}
.schoolThree li .imgBox {overflow: hidden;}
.schoolThree li .imgBox img {transition: .5s; display: block; width: 100%}
.schoolThree li:hover img {transform: scale(1.1);}
.schoolThree li .con {border: 0.06rem solid #eeeeee; height: 6.88rem; position: relative; text-align: center; border-top: none; padding: 1rem 0 1.9rem 0; box-sizing: border-box;}
.schoolThree li .con h6 {font-size: 1.13rem;font-weight: 700;color: #333333; margin-bottom: 0.5rem; position: relative; z-index: 1;}
.schoolThree li .con a {font-size: 0.94rem;color: #888888;  position: relative; z-index: 1;}
.schoolThree li .con::after {content: ''; position: absolute; bottom: 0;left: 0;width: 100%; height: 100%; background: #A52323; transition: .8s; z-index: 0;opacity: 0;clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);}
.schoolThree li:hover .con::after { opacity: 1;clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}
.schoolThree li:hover h6 , .schoolThree li:hover a {color: #fff;}
.schoolThree .fy a {background: none; border-radius: 50%; box-sizing: border-box;}
.schoolThree .fy .layui-laypage-curr {border-radius: 50%; background: #e60012;}
.schoolThree .fy a:hover {color: #e60012;}

.schoolFour {background: #f5f5f5; padding-bottom: 5rem;}
.schoolFour ul {display: flex; justify-content: space-between;}
.schoolFour ul li {text-align: center;  position: relative; padding-bottom: 3rem;}
.schoolFour ul li .iconBox {width: 8.13rem; height: 8.13rem; margin: auto; background: #a52323; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.schoolFour ul li .iconBox img {transition: .5s;}
.schoolFour ul li h5 {font-size: 1.25rem;color: #333333;font-weight: 700; margin: 1.5rem 0 1rem 0;}
.schoolFour ul li p {font-size: 0.94rem;color: #666666;line-height: 1.88rem;  margin: auto;}
.schoolFour ul li .num {position: absolute;  left: 50%; top: 100%;  transform: translate(-50%, -50%); }
.schoolFour ul li .num strong {font-size: 2.56rem;color: #b4b4b4;font-weight: 700; position: relative;}
.schoolFour ul li .num strong::after {content: ""; position: absolute; bottom: 8px; left: 0; width: 100%; height: 0.44rem; background: #a52323;}
.schoolFour ul li:nth-child(odd) {width: 15%;}
.schoolFour ul li:nth-child(even) {margin-top: 4rem;}
.schoolFour ul li:nth-child(odd):hover img {transform: rotateY(180deg);}


/* 了解嘉尧 */
/* 公用标题 */
.aboutTitle {text-align: center; padding: 6rem 0 4.6rem 0;}
.aboutTitle h3 {font-size: 3.13rem;font-weight: 700;color: #000000; line-height: 4rem;}
.aboutTitle h4 {font-size: 2.38rem;color: #e4e4e4; font-family: Arial, Helvetica, sans-serif;}

.aboutBanner {overflow: hidden; position: relative;}
.aboutBanner img {width: 100%; display: block;}
.aboutBanner .swiper-slide {height: 100vh;}
.aboutBanner .box {width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);text-align: center;}
.aboutBanner .box h3 {font-size: 4.88rem;color: #ffffff;font-weight: 700;}
.aboutBanner .box h4 {font-size: 2.5rem;color: #ffffff;text-shadow: -0.06rem 0rem 0.37rem 0rem #000000; }
.aboutBanner .swiper-pagination {bottom: 5%;}
.aboutBanner .swiper-pagination-bullet {width: 1rem; height: 1rem;opacity: 0.33; margin: 0 1rem !important; background: #ffffff; border: 0.19rem solid #ffffff; box-sizing: border-box;}
.aboutBanner .swiper-pagination-bullet-active {border: 0.19rem solid #ffffff;opacity: 1; background: none;}

.aboutTwo {position: relative; background: #fafafa; padding: 5rem 0 7rem 0;}
.aboutTwo .box {display: flex;justify-content: space-between; align-items: center;}
.aboutTwo .box .le .leTle {position: absolute;width: 22.94rem; height: 67.06rem; top: -47%;  z-index: 2; background: #a52323; transition: 1s;}
.aboutTwo .box .le .leTle.on {height: 51.06rem; top: -15%;}
.aboutTwo .box .le .leTle h3 {font-size: 3rem;color: #ffffff;text-align: center; margin-top: 4rem;}
.aboutTwo .box .le .leTle ul {display: flex;justify-content: center;}
.aboutTwo .box .le .leTle ul li a {font-size: 1rem;color: #ffffff;}
.aboutTwo .box .le .leTle .leScroll {display: flex; flex-direction: column; align-items: center; margin-top: 7.5rem;     }
.aboutTwo .box .le .leTle .leScroll img {animation: banner-scroll 1s infinite linear .65s;}
.aboutTwo .box .le .leTle .leScroll span {font-size: 0.88rem;color: #ffffff;margin-top: 0.5rem;}
.aboutTwo .box .le {width: 23%;}
.aboutTwo .box .le .leImg { position: relative; z-index: 3; left: 30%; overflow: hidden; }
.aboutTwo .box .le .leImg .leTleHide {display: none; padding-bottom: 2rem;}
.aboutTwo .box .le .leImg .leTleHide h3 {font-size: 2rem;color: #333;text-align: center; margin-top: 0rem;}
.aboutTwo .box .le .leImg .leTleHide ul {display: flex;justify-content: center;}
.aboutTwo .box .le .leImg .leTleHide ul li a {font-size: 1rem;color: #333;}

.aboutTwo .box .le .leImg img {display: block; width: auto; image-rendering: pixelated;}
.aboutTwo .box .re {width: 60%; margin-right: 5%;}
.aboutTwo .box .re p {font-size: 1rem;color: #666666; margin-top: 2rem;}
.aboutTwo .box .re dl {display: flex; justify-content: space-between; margin-top: 7rem;}
.aboutTwo .box .re dd {text-align: center;}
.aboutTwo .box .re dd strong {font-size: 4.38rem;font-weight: 700;color: #a52323; line-height: 6rem;}
.aboutTwo .box .re dd small {font-size: 4.38rem;font-weight: 700;color: #a52323; line-height: 6rem;}
.aboutTwo .box .re dd em , .aboutTwo .box .re dd span {font-size: 1.13rem;color: #666666;}

.aboutThree ul {display: flex; justify-content: space-between;}
.aboutThree ul li {width: calc(100%/4); display: flex; flex-direction: column;}
.aboutThree ul li .con {height: 15.94rem; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fafafa;}
.aboutThree ul li strong {font-family:'楷体';font-weight: 700;font-size: 3rem; margin-right: 1rem; color: #a52323;}
.aboutThree ul li span {font-size: 1.25rem;color: #333333;font-weight: 700;}
.aboutThree ul li .imgBox {overflow: hidden;}
.aboutThree ul li .imgBox img { transition: .5s; display: block; width: 100%; image-rendering: pixelated;}
.aboutThree ul li:nth-child(even) .con {order: 1; background: #a52323;}
.aboutThree ul li:nth-child(even) strong ,.aboutThree ul li:nth-child(even) span {color: #fff;}
.aboutThree ul li:hover img {transform: scale(1.1);}

.aboufour {overflow: hidden;}
.aboufour .aboutTitle {text-align: left; padding-top: 11rem; margin-left: 5%;}
.aboutFourSwiperBox { position: relative;}
.aboutFourSwiperBox::after {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 10%; background: #fafafa;} 
.aboutFourSwiperBox .container16 {width: 83%;}
.aboutFourSwiperBox .box {display: flex; justify-content: space-between;}
.aboutFourSwiperBox .box .le {height: 36.44rem; width: 44%; margin-left: 5%;}
.aboutFourSwiperBox .box .le .tle {margin-top: 8rem; padding-bottom: 1rem; border-bottom: 1px solid #ddd;}
.aboutFourSwiperBox .box .le .tle strong {font-size: 1.88rem;font-weight: 700;color: #000000;}
.aboutFourSwiperBox .box .le .tle span {font-size: 1rem;font-weight: 400;color: #666666; margin-left: 1rem;}
.aboutFourSwiperBox .box .le p {font-size: 1rem;color: #666666;margin-top: 3rem; line-height: 2.5rem;}
.aboutFourSwiperBox .box .re {position: absolute; right: 0; top: -36%; }
.aboutFourSwiperBox .box .re:after { content: ""; color: rgba(255,255,255,.42); position: absolute; right: -28%;bottom: 0; width: 28%; height: 72%; background: #a52323;}
.aboutFourSwiperBox .box .re img {width: 100%; display: block; image-rendering: pixelated;}
.aboufourSwiper {position: relative; background: #fafafa;}
.aboufourSwiper .swiper-pagination {left: 5%; width: auto; bottom: 20%;}
.aboufourSwiper .swiper-pagination-bullet {width: 0.63rem;height: 0.63rem; margin: 0 0.5rem !important; background: #d5d5d5; opacity: 1; box-sizing: border-box;}
.aboufourSwiper .swiper-pagination-bullet-active {width: 0.75rem; height: 0.75rem; border: 0.13rem solid #a52323; background: none;}
.aboufourSwiper .swiper-button-prev {width: 1.13rem; height: 2.38rem; background: url(../images/aboufourSwiper-jt.png) no-repeat center;  left: auto;right: -88px; top: 180px; background-size: 100%; }
.aboufourSwiper .swiper-button-next {width: 1.13rem; height: 2.38rem; background: url(../images/aboufourSwiper-jt.png) no-repeat center;  transform: rotate(180deg);right: -88px; top: 300px; background-size: 100%; }
.aboufourSwiper .swiper-button-prev::after {content: "——"; position: absolute; bottom: -70%; width: 1.88rem; height: 0.06rem; color: rgba(255,255,255,.42);}

.aboutfive .fiveTle {display: flex; align-items: center; justify-content: space-between;}
.aboutfive .fiveTle ul {display: flex; gap: 7rem; align-items: center; margin-top: 3rem;}
.aboutfive .aboutTitle {margin-left: 5%; text-align: left;}
.aboutfive .fiveTle ul li {font-size: 1.13rem;font-weight: 400;color: #666666; transition: .5s; cursor: pointer; position: relative;}
.aboutfive .fiveTle ul li.on {font-size: 1.5rem;font-weight: 700;color: #a52323;}
.aboutfive .fiveTle ul li::after {content: ""; position: absolute; bottom: 0; width: 0; left: 50%; height: 1px; background: #a52323; transition: .5s;}
.aboutfive .fiveTle ul li.on::after {width: 90%; left: 5%;}
.aboutfiveSlide {position: relative;}
.aboutfiveSlide .bd {margin-left: 5%; margin-top: 4rem; background: #f5f5f5;}
.aboutfiveSlide .bd ul li {display: flex; position: relative; height: 34rem;}
.aboutfiveSlide .bd ul li::after {content: ""; position: absolute; left: -70px; z-index:-1; top: 0; width: 7.44rem; height: 24.69rem; background: #a52323;}
.aboutfiveSlide .bd ul li .le {width: 52%;}
.aboutfiveSlide .bd ul li .le .imgBox {position: relative;bottom: 73px; right: 2px;background: url(../images/aboutfive-img.jpg) no-repeat center; height: 31.25rem;}
.aboutfiveSlide .bd ul li .le  img {display: none; width: 100%;  image-rendering: pixelated; }
.aboutfiveSlide .bd ul li .re {width: 48%; position: relative;}
.aboutfiveSlide .bd ul li .re .reCon {padding: 6rem 4.25rem 0 4.25rem; box-sizing: border-box; }
.aboutfiveSlide .bd ul li .re .reCon .reIcon img {display: block;animation:changeright 6s linear infinite;}
.aboutfiveSlide .bd ul li .re h5 {font-size: 1.88rem;font-weight: 700;color: #333333;margin: 2rem 0;}
.aboutfiveSlide .bd ul li .re p {font-size: 1rem;color: #666666;font-weight: 400;line-height: 2.25rem; padding-bottom: 6rem;}
.aboutfiveSlide .bd ul li .re .more {display: flex; position: absolute; bottom: 0; width: 100%;}
.aboutfiveSlide .bd ul li .re a {height: 7.38rem;width: 50%; font-size: 1.25rem;font-weight: 400;color: #fff; background: #a52323; display: flex; align-items: center; justify-content: center;}
.aboutfiveSlide .bd ul li .re a:nth-child(2) {background: #8d2323;}
.aboutfiveSlide .bd ul li .re a img {transition: .5s; margin-right: 1rem;}
.aboutfiveSlide .bd ul li .re a:hover img {transform: rotateY(180deg);}
.aboutfiveSlide .hd .arrow {position: absolute; left: 15%;bottom: 5%; z-index: 2;}
.aboutfiveSlide .hd .arrow a {cursor: pointer; display: block;}
.aboutfiveSlide .hd .arrow .prev {display: block; width: 5.44rem;height: 1.13rem;background: url(../images/aboutfiveSlide-jt.png) no-repeat center; background-size: 100%;}
.aboutfiveSlide .hd .arrow .next {display: block; position: absolute;right: -200px; width: 5.44rem;height: 1.13rem;background: url(../images/aboutfiveSlide-jt.png) no-repeat center; transform: rotate(180deg); background-size: 100%;}
.aboutfiveSlide .hd .arrow .next::after {position: absolute;top: -7px; right: -55px; width: 0.06rem;height: 1.88rem;opacity: 0.4;background: #959595;  content: ""; }

.aboutSix {background: #f5f5f5; margin-top: 9.5rem;}
.aboutSix .container16 {position: relative;}
.aboutSixSwiper { overflow: hidden; width: 85%;  margin: auto; padding: 3rem 0 8rem 0; box-sizing: border-box;}
/* .aboutSixSwiper::before {content: ""; position: absolute; left: 110px; top: 0; width: 2rem; height: 100%; background: #f5f5f5; z-index: 2;}
.aboutSixSwiper::after {content: ""; position: absolute; right: 117px; top: 0; width: 3rem; height: 100%; background: #f5f5f5; z-index: 2;} */
.aboutSixSwiper .swiper-slide {box-shadow: 0rem 0rem 1.16rem 0rem rgba(81,81,81,0.25); box-sizing: border-box; 	width: calc(100%/5);}
.aboutSixSwiper .swiper-slide img {width: 100%; display: block;}
.aboutSixSwiper .swiper-slide-active {z-index: 2; transform: scale(1.1) !important;}
.aboutSixSwiper .swiper-button-prev {width: 3.06rem; height: 3.06rem; border-radius: 50%; background: #a52323 url(../images/aboutSixSwiper-jt.png) no-repeat center; left: 0;     top: 60%;}
.aboutSixSwiper .swiper-button-next {width: 3.06rem; height: 3.06rem; border-radius: 50%; background: #a52323 url(../images/aboutSixSwiper-jt.png) no-repeat center; transform: rotate(180deg); right: 0;     top: 60%;}




/* 人才招聘 */
/* 公用标题 */
.talentTle {text-align: center; padding: 8.5rem 0 6.5rem 0;}
.talentTle h3 {font-size: 3rem;color: #333333; line-height: 3rem;}
.talentTle h4 {font-size: 2.38rem;color: #e4e4e4;}
.talentOne {margin-top: 9rem;}
.talentOne .box {position: relative;}
.talentOne .box::before {content: ""; width: 90%; height: 100%; position: absolute; top: -30px; left: 5%; background: #a52323; z-index: -1;}
.talentOne .box .le {width: 60%  ;background: #f5f5f5; padding: 5.5rem 0 5.5rem 3.75rem; box-sizing: border-box; height: 33.4rem;}
.talentOne .box .le .leCon {width: 65%;}
.talentOne .box .le h3 {font-size: 3rem;color: #333333; line-height: 3rem;}
.talentOne .box .le h4 {font-size: 2.38rem;color: #e4e4e4; line-height: 3rem; margin-top: 0.5rem;}
.talentOne .box .le h5 {font-size: 1.38rem;color: #333333; margin-bottom: 2.5rem;}
.talentOne .box .le span {font-size: 1rem;color: #666666;display: block;}
.talentOne .box .le i {width: 4.44rem; height: 0.31rem;background: #a52323; display: block; margin: 2rem 0 3rem 0;}
.talentOne .box .re {position: absolute; right: 0; top: -60px; width: 58%; overflow: hidden; background: url(../images/talentOne-img.jpg) no-repeat center; height: 33.4rem;}
.talentOne .box .re img {display: block; width: 100%; image-rendering: pixelated; display: none;}

.talentTwo .joinus-tab {width: 100%; border-collapse: collapse;}
.talentTwo .joinus-tab thead {background: #222222; }
.talentTwo .joinus-tab th {padding: 1.3rem 0;font-size: 1.13rem;color: #ffffff; line-height: 2rem; font-weight: normal;}
.talentTwo .joinus-tab tr {text-align: center; font-size: 1rem;color: #333333;  border-bottom: 1px solid #DDDDDD; font-weight: 400;}
.talentTwo .joinus-tab tr td {padding: 1.5rem 0;}
.talentTwo .joinus-tab tr a {color: #C50101;font-size: 1rem;font-weight: 400;}
.talentTwo .joinus-tab tr a span {transition: .5s; display: inline-block;}
.talentTwo .joinus-tab tr a:hover span {transform: rotate(360deg);}

/* 弹出层 */
.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 !important}
.acquisition-info dl span{ margin-top:0 !important;font-size:0.8rem !important;color:#666 !important ; line-height: 20px;}

.talentTwo .joinus-tab tr .look p{text-align: left;}

.talentThreeSwiper {overflow: hidden; margin-left: 6.25rem; padding-bottom: 14rem; position: relative;}
.talentThreeSwiper .swiper-slide {width: 36%; transition: 1s; overflow: hidden;}
.talentThreeSwiper .swiper-slide .con {position: absolute;  opacity: 0; transition: 1s; background: rgba(34,34,34,.59); padding: 1rem 0; box-sizing: border-box;bottom: 0; width: 100%;}
.talentThreeSwiper .swiper-slide .con span {font-size: 1.13rem; color: #fff; text-align: center;  display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.talentThreeSwiper .swiper-slide img {width: 100%; display: block; opacity: .5;}
.talentThreeSwiper .swiper-slide-active {width: 45%;}
.talentThreeSwiper .swiper-slide-active img {opacity: 1;}
.talentThreeSwiper .swiper-slide-active .con  {opacity: 1;}
.talentThreeSwiper .swiper-button-prev { left: auto; right: 20%; top: 75%; width: 3.56rem; height: 3.56rem; border-radius: 50%; border: 0.19rem solid #dddddd; box-sizing: border-box; background: url(../images/talentThreeSwiper-jt.png) no-repeat center;}
.talentThreeSwiper .swiper-button-next { right: 15%; top: 75%; width: 3.56rem; height: 3.56rem; border-radius: 50%; border: 0.19rem solid #dddddd; box-sizing: border-box; background: url(../images/talentThreeSwiper-jt.png) no-repeat center; transform: rotate(180deg);}
.talentThreeSwiper .swiper-button-prev:hover ,.talentThreeSwiper .swiper-button-next:hover {border-color: #A52323;}


/* 联系我们 */
.contact {height: 100vh; background: url(../images/contact-bj.jpg) no-repeat center; background-size: cover; position: relative;}
.contact .box {height: 100vh; display: flex; align-items: center; justify-content: space-between;}
.contact .box .le {}
.contact .box .le h3 {display: inline-block; font-size: 3.75rem;font-weight: 700;color: #ffffff; position: relative;}
.contact .box .le h3::after {content: "";width: 1rem;height: 1rem; background: #a52323; position: absolute; right: -35px; bottom: 20px;}
.contact .box .le span {display: block; font-size: 1.75rem;font-weight: 400;color: #ffffff;text-shadow: -0.06rem 0rem 0.37rem 0rem #000000; }
.contact .box dl {display: flex;justify-content: space-between;}
.contact .box dl dd {text-align: center;}
.contact .box dl dd img {transition: .5s;}
.contact .box dl dd h5 {font-size: 1rem;font-weight: 400;color: #ffffff; margin-top: 1rem;}
.contact .box dl dd i {display: block; width: 1.31rem;height: 0.25rem; background: #a52323; margin: 0.5rem auto;}
.contact .box dl dd strong {font-size: 2.13rem;font-weight: 700;color: #ffffff;}
.contact .box dl dd span {font-size: 1rem;font-weight: 400;color: #ffffff; width: 60%;display: block;margin: auto;}
.contact .box dl dd:hover img {transform: rotateY(180deg);}
.contact .box .re {width: 65%; margin-top: 3rem;}
.contact .info {position: absolute; bottom: 5.8rem;  padding: 1.25rem 2rem;    box-sizing: border-box; background: #a52323;}
.contact .info span {font-size: 1.38rem; display: block; visibility: hidden; font-weight: 400;color: #ffffff; box-sizing: border-box;}


/* 案例详情 */
.caseDetail {background: #f5f5f5;}
.caseDetail .box {padding:8rem 0 5rem 0;}
.caseDetail .caseMbx ul {display: flex; margin: 2rem 0;}
.caseDetail .caseMbx ul li a {font-size: 1rem;color: #666666;}
.caseDetail .caseMbx ul li:hover a {color: #A52323;}
.caseDetail .caseMbx ul li.on a {color: #A52323;}
.caseDetail .le {background: #ffffff; width: 73%; padding: 4rem 2.25rem; box-sizing: border-box;}
.caseDetail .le .leTle {display: flex; align-items: flex-end; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid #EEEEEE;}
.caseDetail .le .leTle h3 {font-size: 1.88rem;color: #333333;}
.caseDetail .le .leTle span {font-size: 1rem;color: #666666;}
.caseDetail .le .leCon {margin: 3rem 0;}
.caseDetail .le .leCon img {max-width: 100%; height: auto !important;}
.page-fy { border-top:1px solid #eeee;padding-top: 30px; font-size: 1rem;color: #333; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;}
.page-fy a {font-size: 1rem;color: #333;}
.page-fy .prev:hover a {color:#A52323;}
.page-fy .next:hover a {color:#A52323;}
.caseDetail .caseDeBox {display: flex; justify-content: space-between; align-items: flex-start;}
.caseDetail .re {width: 25%; box-sizing: border-box;}
.caseDetail .re h3 {height: 3.94rem; background: #f2f2f2;font-size: 1.25rem;font-weight: 700;color: #333333;line-height: 3.94rem; padding-left: 2.5rem; position: relative;}
.caseDetail .re h3::after {content: ""; position: absolute; left: 1rem; top: 1rem; width: 0.56rem;height: 1.81rem; background: #a52323;}
.caseDetail .re .reTop {background: #fff;  padding: 1.5rem 1.1rem;}
.caseDetail .re .reTop ul {margin-top: 2rem;}
.caseDetail .re .reTop li {margin-top: 1rem; border: 0.06rem solid #eeeeee;}
.caseDetail .re .reTop li a {display: flex; align-items: center;}
.caseDetail .re .reTop li .imgBox {overflow: hidden; width: 38%;}
.caseDetail .re .reTop li img {display: block; transition: .5s; width: 100%;}
.caseDetail .re .reTop li h6 {font-size: 1rem;color: #333333; margin-left: 1.5rem; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.caseDetail .re .reTop li:hover img {transform: scale(1.1);}
.caseDetail .re .reTop li:hover h6 {color: #A52323;}
.caseDetail .re .reTop .more {width: 100%; display: block; margin: 5rem 0 1rem 0; background: #a52323; border-radius: 1.75rem; height: 3.44rem;font-size: 1rem;color: #ffffff; text-align: center; line-height: 3.44rem;}
.caseDetail .re .reBom {margin-top: 1.6rem; background: #fff;  padding: 1.5rem 1.1rem;}
.caseDetail .re .reBom dl {margin: 1rem;}
.caseDetail .re .reBom dd { box-sizing: border-box; border-bottom: 1px solid #F1F1F1;}
.caseDetail .re .reBom dd a {font-size: 1.13rem;color: #333333; display: block; padding: 1rem 0; display: flex; align-items: center; justify-content: space-between;}
.caseDetail .re .reBom dd:hover a {color: #A52323;}
/* 分页 */
.pagelist { padding: 10px 0;  margin-top: 15px;  overflow: hidden;  border-top: 0px solid #eee;text-align: center;}
.pagelist a, .pagelist span {   border: 1px solid #ccc;   display: inline-block;   padding: 2px 8px;   margin-right: 5px;}
/* 新闻资讯 */
.newsBanner {position: relative; overflow: hidden;}
.newsBanner img {width: 100%; image-rendering: pixelated; display: block;}
.newsBanner .newsTle { position: absolute; text-align: center; left: 50%; top: 55%; transform: translate(-50%, -50%);width: 100%;}
.newsBanner .newsTle h3 {font-size: 4.88rem;color: #ffffff;font-weight: 700;}
.newsBanner .newsTle h4 {font-size: 2.5rem;color: #ffffff;}

.newsTop {margin: 4rem 0 6rem 0;}
.newsTop .box {display: flex; justify-content: space-between;  border-bottom: 0.19rem solid #eee;}
.newsTop .box .le {display: flex; gap: 6rem;}
.newsTop .box .le a {font-size: 1.13rem;color: #333333;  display: block; padding: 0 2rem; padding-bottom: 1.5rem; box-sizing: border-box; position: relative;}
.newsTop .box .le a::after {position: absolute; content: ""; bottom: -5px; width: 0; left: 50%; transition: .5s; background: #a52323; height: 0.44rem; border-radius: 0.25rem;}
.newsTop .box .le a:hover::after {width: 100%; left: 0;}
.newsTop .box .le a.on::after {width: 100%; left: 0;}
.newsTop .box ul {display: flex; margin-right: 2rem;}
.newsTop .box ul li a {font-size: 1rem;color: #333333;}
.newsTop .box ul li a:hover {color: #a52323;}

.newSwiper {overflow: hidden; position: relative;}
.newSwiper .box {display: flex; background: #f5f5f5;}
.newSwiper .box .le {width: 50%; order: 1;}
.newSwiper .box .le img {width: 100%; display: block; image-rendering: pixelated;}
.newSwiper .box .re {width: 50%; padding-left: 6.5rem;}
.newSwiper .box .re span {display: block; font-size: 1.25rem;font-weight: 700;color: #7d7d7d;margin-top: 5rem;}
.newSwiper .box .re h4 {font-size: 1.5rem;color: #a52323; margin: 2rem 0; /*display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;*/ width: 90%}
.newSwiper .box .re p { width: 80%; font-size: 1rem;color: #7d7d7d; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newSwiper .box .re a { display: block; margin-top: 2rem;   font-size: 1rem; color: #A52323;}
.newSwiper .swiper-pagination {bottom: 4rem; left: 6.5rem; width: auto;}
.newSwiper .swiper-pagination-bullet {width: 0.81rem;height: 0.81rem; margin: 0 0.5rem !important; opacity: 1;  border: 0.13rem solid #d2d2d2; box-sizing: border-box; background: none;}
.newSwiper .swiper-pagination-bullet-active {border-color: #A52323;}

.newsList {margin-top: 5.6rem; padding-bottom: 10rem;}
.newsList ul {display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; row-gap: 5rem;}  
.newsList li .imgBox {overflow: hidden;}
.newsList li .imgBox img {width: 100%;display: block; transition: .5s; image-rendering: pixelated;}
.newsList li .con {padding: 0 1rem; box-sizing: border-box;}
.newsList li h6 {font-size: 1.13rem;font-weight: 700;color: #333333; margin-top: 2.5rem;}
.newsList li p { margin-top: 1rem; font-size: 0.88rem;font-weight: 400;color: #666666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsList li .bom {display: flex; justify-content: space-between; align-items: flex-end; box-sizing: border-box; padding: 2rem 0 2rem 0; border-bottom: 1px solid #eee;}
.newsList li .bom span {font-size: 0.94rem;color: #a2a2a2;}
.newsList li .bom strong {font-size: 2.5rem;font-weight: 700;color: #444444;}
.newsList li .bom small {font-size: 1.5rem; color: #9D9D9D;}
.newsList li:hover img {transform: scale(1.1);}
.newsList li:hover h6 ,.newsList li:hover .bom span {color: #A52323;}
.newsList .fy a {background: none; border-radius: 50%; box-sizing: border-box;}
.newsList .fy .layui-laypage-curr {border-radius: 50%; background: #e60012;}
.newsList .fy a:hover {color: #e60012;}

/* 锚点位置调整 */
#aboutfive,#aboutThree,#schoolFour {position: relative; top: -100px;}