body {min-width: 1200px;overflow-x: auto;}
#c-placeholder {height: 6.25rem;}
header {position: fixed; left: 0; top: 0; z-index: 99; width: 100%;  min-width: 1279px;}
.headBox {height: 6.25rem; padding: 0 2%;transition: .5s; display: flex; background: #fff; justify-content: space-between; box-sizing: border-box; box-shadow: 0px 0px 1.25rem 0px rgba(0,0,0,0.12); }
.headBox .logo img {min-width: 9.688rem; height: auto; max-width: 90%;}
.headBox .le .xian {width: 1px;height: 1.75rem;background: #f2f2f2; margin: 0 1.25rem;}
/* 导航 */
/* 取消layui默认样式 */
.qx-style {padding: 0; border-radius: 0; background: none;}
.qx-style .layui-nav-item {line-height: initial;}
.qx-style .layui-nav-item > a {padding: 0;}
nav > ul {display: flex; height: 100%; align-items: center;}
nav .layui-nav .layui-nav-item {display: flex; height: 100%; align-items: center; z-index: 1;}
nav .layui-nav .layui-nav-item > a {color: #333; font-size: var(--font17); padding: .8rem 2.188rem; position: relative; z-index: 1;}
nav .layui-nav .layui-this > a {color: #fff;}
nav .layui-nav > .layui-this:after,nav .layui-nav-bar {background: #00a4c2; top: 50% !important; height: 50%;  transform: translateY(-50%); z-index: 0;clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);}
nav .layui-nav .layui-nav-item:hover > a {color: #fff;}
/* 二级导航 */
nav ul li .navTwo {position: fixed; border-top: 1px solid #eee; left: 0; background: #ffffff; box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.12); top: 6.25rem; padding: 1.875rem 18%; width: 100%; display: none;}
nav ul li .navTwo .box {display: flex;align-items: flex-start; justify-content: space-between;}
nav ul li .navTwo .box .imglist {width: 45%;}
nav ul li .navTwo .box .imglist .imgBox {display: none;}
nav ul li .navTwo .box .imglist .imgBox img {width: 100%;}
nav ul li .navTwo .box .list {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; width: 50%;}
nav ul li .navTwo .box .list .item {width: 48%; border-bottom: 1px solid #eee;}
nav ul li .navTwo .box .list .item a {color: #333;font-size: var(--font18);padding: 1rem;}
nav ul li .navTwo .box .list .item::after {display: none;}
nav ul li .navTwo .box .list .item.layui-this a {color: #00a4c2;}
/* 头部右侧 */
.headBox .re {display: flex; align-items: center;}
header .re .emailBox {margin-left: .5rem;}
header .re .emailBox .icBox {width: 3rem;height: 3rem;background: #00A4C2;border-radius: .313rem;}
header .re .emailBox .icBox svg {max-width: 50%;}


@media (max-width: 1366px) {
  nav .layui-nav .layui-nav-item > a {padding: .8rem 1.3rem;}
}


/* ==================公用css====================== */
/* 滚动条 */
.headerNavScroll::-webkit-scrollbar {width: 3px; scrollbar-width:thin;scrollbar-color:#2AA667 #DDDDDD;}
/*定义滑块 内阴影*/
.headerNavScroll::-webkit-scrollbar-thumb {background: #2AA667; border-radius: 5px;}
/*定义滚动条轨道 内阴影*/
.headerNavScroll::-webkit-scrollbar-track {background: #E5E5E5;}

/* ===============公用css end!!!!===================*/


.more1 {padding: 1rem 1.875rem;  background: #00a4c2;border-radius: 1.75rem; transition: .5s;position: relative; display: inline-block;}
.more1:before {content: '';position: absolute;border: #00a4c2 solid 6px;top: 0; right: 0;bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; border-radius: 6.25rem;}
@-webkit-keyframes hvr-ripple-out {100% {transform:scale3d(1.08, 1.24, 1.08); opacity: 0;}}
/* @keyframes hvr-ripple-out {100% {top: -8px;right: -8px;bottom: -8px;left: -8px;opacity: 0;}} */
.more1:hover:before {-webkit-animation-name: hvr-ripple-out;animation-name: hvr-ripple-out;}


/* ======首页======= */
.indexSwiper {height: 100vh;}
.indexSlide {height: 100%; position: relative; overflow: hidden;z-index: 1;}
.indexSlide .bjBox {height: 100%;position: absolute; width: 100%;left: 0;top: 0; z-index: -1;}
.indexSlide .bjBox img {width: 100%; height: 100%; object-fit: cover;}
.indexSlide > .box {height: 100%; display: flex; align-items: center; margin-top: 3.125rem;}
.indexSlide > .box > .w1300 {max-height: 85vh; overflow-y: auto;}
/* 控件 */
.indexSwiper .indexPage span {width: .14rem; height: .14rem; margin: .1rem !important;}
.indexSwiper .indexPage span.swiper-pagination-bullet-active {background: #00A4C2;}

/* 首页标题 */
.indexTle {position: relative;}
.indexTle .icBox img {min-width: 14rem; max-width: 50%;}
.indexTle .en {opacity: 0.1; position: absolute; line-height: 1; top: auto; bottom: 0; z-index: -1; white-space: nowrap;}

/* ===第一屏==== */
.indexOne {position: relative; height: 100%;}
.indexOne .swiper {height: 100%; --swiper-theme-color: #EA0505;} 
.indexOne .swiper .slide .bjBox {height: 100%;}
.indexOne .swiper .slide .bjBox img {width: 100%; height: 100%; object-fit: cover;}
.indexOne .swiper .slide .box {width: 100%;}
.indexOne .swiper .slide .more {margin-top: 3.125rem;}
/* 控件 */
.indexOne .swiper .swjt {width: 5rem; height: 5rem; border-radius: 50%; background: #ffffff30; transition: background .5s;}
.indexOne .swiper .swjt img {min-width: 1.688rem; max-width: 50%; }
.indexOne .swiper .swjt.swiper-button-prev {transform: rotate(180deg); left: 6%;}
.indexOne .swiper .swjt.swiper-button-next {right: 6%;}
.indexOne .swiper .swjt:hover {background: #00a4c2;}
.indexOne .swiper .swiper-pagination {bottom: 4.375rem; z-index: 1;}
.indexOne .swiper .swiper-pagination::before {content:''; position: absolute; top: .5rem; left: 0; height: 1px; width: 100%; background: #FFFFFF; opacity: .1; z-index: -1;}
.indexOne .swiper .swiper-pagination span {background: #93A5AC;opacity: 1;width: 1.063rem; height: 1.063rem; margin: 0 10px !important;}
.indexOne .swiper .swiper-pagination span.swiper-pagination-bullet-active {background: #00A4C2;}

/* ===第二屏==== */
.inSlideTwo .tle {width: 100%;}
.inSlideTwo .con {display: flex; justify-content: space-between; margin-top: 3.125rem;}
/* 导航 */
.inSlideTwo .con .nav {background: #ffffff;border-radius: .5rem; overflow: hidden; width: 19.125rem;}
.inSlideTwo .con .nav .tit {padding: .875rem; padding-left: 2.5rem;background: #00a4c2;}
.inSlideTwo .con .nav dl {padding: 1.25rem;}
.inSlideTwo .con .nav dl dd {margin-bottom: .938rem;}
.inSlideTwo .con .nav dl dd .menu-li {position: relative; z-index: 1;}
.inSlideTwo .con .nav dl dd .menu-li a {background: #00a4c2;border-radius: 1.875rem; padding: .75rem 1.25rem; display: block; text-align: center; color: #fff; transition: .5s;}
.inSlideTwo .con .nav dl dd .ctitle2 {background: #f5f5f5;border-radius: 0 0 .5rem .5rem; padding: 1.875rem 1.875rem 1rem; margin-top: -1rem;display: none;}
.inSlideTwo .con .nav dl dd .ctitle2 li a:hover {color: #00a4c2;}
.inSlideTwo .con .nav dl dd.on .menu-li a {background: #00788e;}
/* 列表 */
.inSlideTwo .con .list {flex: 1; max-width: calc(100% - 19.125rem); margin-left: 1.5rem;}
.inSlideTwo .con .list .item ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;}
.inSlideTwo .con .list .item li {background: #fff; border-radius: .5rem; overflow: hidden; transition: .5s;}
.inSlideTwo .con .list .item li a {display: block; padding: 1.25rem;}
.inSlideTwo .con .list .item li .imgBox {height: 12.5rem; text-align: center; display: flex; align-items: center; justify-content: center;}
.inSlideTwo .con .list .item li .imgBox img {min-width: 50%; max-width: 100%; max-height: 100%; object-fit: contain;}
.inSlideTwo .con .list .item li span {font-size: var(--font18); font-weight: 700;color: #333333;display: block; text-align: center; margin-top: 1.25rem;}
.inSlideTwo .con .list .item li:hover {box-shadow: 0px 0px 10px #00a4c2;}
.inSlideTwo .con .list .item li:hover span {color: #00a4c2;}

.inSlideThre .left {width: 44%;}
.inSlideThre .left img {width: 100%}
.inSlideThre .right {width: 50%;}
.inSlideThre .right .text {margin-top:4rem;}
.inSlideThre .right .text p {margin-top: 1.875rem;}
.inSlideThre .right .more {margin-top: 5rem;}
.inSlideThre .numlist {margin-top: 3.75rem;}
.inSlideThre .numlist li .counter {font-size: 2.625rem; color: #ffffff; font-weight: 800; display: inline-block;}
.inSlideThre .numlist li .dw {display: inline-block; color: #fff; font-size: 1.25rem;}
.inSlideThre .numlist li .dw sup {font-size: .625rem;}
.inSlideThre .numlist li .num_info {margin-top: 1.25rem; color: #fff; display: flex; align-items: center;}
.inSlideThre .numlist li .num_info img {height: 1.563rem; object-fit: contain; margin-right: .625rem;}

.inSlideFour {background: url(../images/inSlideFour-bj.jpg) no-repeat center; background-size: cover;}
.inSlideFour::after {content: ''; position: absolute; height: 0%; width: 100%; left: 0;background: #00a4c2; bottom: 0; transition: 2s;}
.inSlideFour .box {position: relative; z-index: 1;}
.inSlideFour .swiperBox {margin-top: 3.75rem;}
.inSlideFour .swiper .slide {background: #ffffff;border-radius: 1rem;box-shadow: -4px 0px 0px 0.88px rgba(48,48,48,0.05); }
.inSlideFour .swiper .slide .imgBox {position: relative;}
.inSlideFour .swiper .slide .imgBox img {position: relative; z-index: 1; width: 100%;}
.inSlideFour .swiper .slide .imgBox::after {content: ''; width: 100%; height: 100%; left: 0; top: 0; position: absolute; opacity: 0;background: #02343d; z-index: 1; transition: .5s;}
.inSlideFour .swiper .slide .icBox {width: 3.875rem; height: 3.875rem; border-radius: 50%;background: #00a4c2; font-size: 1.875rem; color: #fff; font-weight: 700;transform: translate(-50%, -50%) scale(0); transition: .5s; z-index: 2;}
.inSlideFour .swiper .slide .info {padding: 1.563rem; text-align: center;}
.inSlideFour .swiper .slide .info .tit {position: relative; display: inline-block;}
.inSlideFour .swiper .slide .info .tit::after {content: ''; position: absolute; width: 0; bottom: 0; left: 0; transition: .5s; background: #00a4c2; height: 1px;}
.inSlideFour .swiper .slide .text {margin-top: 1rem;}
.inSlideFour .swiper .slide:hover .imgBox::after {opacity: .9;}
.inSlideFour .swiper .slide:hover .icBox {transform: translate(-50%, -50%) scale(1);}
.inSlideFour .swiper .slide:hover .info .tit {color: #00A4C2;font-style: italic;}
.inSlideFour .swiper .slide:hover .info .tit::after {width: 100%;}
.inSlideFour.swiper-slide-active::after {height: 30%;}

.inSlideFive .box {margin-top: 0;}
.inSlideFive .indexTle .en {left: 50%; transform: translateX(-50%);}
.inSlideFive .tableBox {margin-top: 5rem;}
.inSlideFive table {text-align: center;background: #fcfcfc;border-radius: 0px 0px 1.25rem 1.25rem; border: 0;}
.inSlideFive table thead { color: #fff;}
.inSlideFive table thead tr th {font-size: var(--font18) !important; border: 0; height: 4.375rem; line-height: initial;background: #00a4c2; font-weight: normal; text-align: center;}
.inSlideFive table tr {position: relative;}
.inSlideFive table tbody tr::after {content: ''; position: absolute; width: 95%; left: 2.5%; bottom: 0; height: 1px; background:#DDDDDD;}
.inSlideFive table tr td {height: 5.625rem; line-height: initial; border: 0; font-size: var(--font16) !important;color: #333333;}
.inSlideFive table tr td a {color: #333;}
.inSlideFive table tr td a:hover {color: #00a4c2; text-decoration: underline;}
.inSlideFive .more {transform: translateY(-300%);}

.inSlideSix .swiperBox {margin-top: 3.75rem;}
.inSlideSix .swiper .slide {background: #ffffff;border-radius: .438rem; height: auto;}
.inSlideSix .swiper .slide .imgBox {position: relative; overflow: hidden;border-radius: .438rem;}
.inSlideSix .swiper .slide .imgBox img {width: 100%;transition: .5s;}
.inSlideSix .swiper .slide a {display: block; padding: 1.563rem 2.5rem;}
.inSlideSix .swiper .slide:hover .imgBox img {transform: scale(1.1);}

.footer_touch {background: url(../images/footer_touch-bj.jpg) no-repeat center; background-size: cover; padding: 7rem 0 3rem;}
.footer_touch .box {display: flex; justify-content: space-between;}
.footer_touch .le .leus {margin-top: 9.375rem; display: flex; align-items: center;}
.footer_touch .le .icBox {width: 3.75rem;height: 3.75rem;border: 0.125rem solid #ffffff; border-radius: 50%;}
.footer_touch .le .icBox svg {max-width: 60%;}
.footer_touch .le .uscon {margin-left: .75rem;color: #fff;}
.footer_touch .le .uscon span {font-weight: 400;color: #ffffff;}
.footer_touch .le .uscon a {font-size: var(--font30); font-weight: 400; text-align: left; display: block; color: #ffffff;}
.footer_touch .re {width: 57%;}
.footer_touch form {display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer_touch form .inBox {width: 48%; padding: 0 .3rem;box-sizing: border-box; margin-top: 1.125rem; display: flex; align-items: center;height: 3.125rem;  background: rgba(255, 255, 255,.31);border-radius: .313rem; padding-left: 1.875rem;}
.footer_touch form .inBox label {font-size: var(--font14);font-family: "Noto Sans SC";font-weight: 400; color: #ffffff; margin-right: .625rem; flex-shrink: 0;}
.footer_touch form .inBox label em {color: #EC2626;}
.footer_touch form .inBox input {color: #fff; height: 100%; width: 100%; box-shadow: none;}
.footer_touch form .inBox #verify_img {max-height: 80%; margin-left: 0 !important;}
.footer_touch form .textBox {width: 100%; height: 6.25rem;}
.footer_touch form .textBox textarea {width: 100%; height: 100%; background: none; border: 0; color: #fff; padding: .625rem 0;font-size: var(--font14);} 
.footer_touch form .textBox textarea::placeholder {color: #fff; font-size: var(--font14);}
.footer_touch form .sub {width: 100%;}
.footer_touch form .sub button {padding: .875rem 3.125rem; border-radius: 6.25rem; background: #fff; color: #00ADA4; margin-top: 2.5rem; cursor: pointer;}
.footer_touch form .sub button:active {box-shadow: 0 0 10px #fff;}
.footer_nav {padding: 3rem 0;}
.footer_nav .nav {width: 67%;}
.footer_nav dl dt {font-size: var(--font20); padding-bottom: .625rem;}
.footer_nav dl dd {margin: .625rem 0;color: #989898; font-size: var(--font15);}
.footer_nav dl dd a {color: #989898; font-size: var(--font15);}
.footer_nav dl dd a:hover {color: #00a4c2; text-decoration: underline;}
.coprRight {background: #00a4c2; padding: .875rem 0;}
.coprRight p , .coprRight p a {font-size: var(--font14); color: #fff;}



/* ============================================================================内页============================================================================ */
.ny-banner {position: relative; overflow: hidden;}
.ny-banner .imgBox img {width: 100%; object-fit: cover;}
.ny-banner .banerBox {z-index: 2;}
.ny-banner .con {text-align: center;}
.ny-banner .con h2 {color: #fff;font-size: 2.875rem; font-weight: 800; color: #ffffff;}
.ny-banner .con .en {color: rgba(255, 255, 255,.5); display: block; font-size: 4rem; font-weight: 700; line-height: 1;}

.mbx .layui-breadcrumb>*{font-size: var(--font14);}
.mbx .layui-breadcrumb span {margin: 0 .625rem;}
.mbx .layui-breadcrumb a:hover {color: #00a4c2 !important;}


/* =====产品中心===== */
.pro_con {padding-bottom: 10rem;}
.pro_con .con .nav dl {border: 1px solid #eee;}
.pro_con .con .list .item li {border: 1px solid #eee;}
/* 产品详情 */
.proDateOne {background: #fdfdfd; padding-top: 1.25rem; padding-bottom: 3.75rem;}
.proDateOne .box {display: flex; margin-top: 1.25rem;}
.proDateOne .le {width: 40%; background: #fff;border-radius: .625rem; box-shadow: 0rem 0rem 1.25rem 0rem rgba(0,0,0,0.03); overflow: hidden;}
.proDateSwiper {height: 100%;}
.proDateSwiper .imgBox {display: flex; justify-content: center; align-items: center; height: 100%; padding: 1.563rem; box-sizing: border-box;}
.proDateSwiper .imgBox img {max-width: 100%; max-height: 100%;}
.proDateSwiper .swiper-pagination-bullet-active {background: #00A4C2;}
.proDateOne .con {width: 52%; padding: 3.125rem; padding-left: 5rem; box-sizing: border-box;}
.proDateOne .con h4 {font-size: var(--font40); font-weight: 700;color: #333; border-bottom: 1px solid #C3C3C3; padding-bottom: 1.25rem;}
.proDateOne .con .text {margin-top: 1.875rem;}
.proDateOne .con .text p {font-weight: 400;color: #767676;}
.proDateOne .con .more {display: flex; margin-top: 6.25rem;}
.proDateOne .more a {background: #00A4C2; border-radius: .625rem; padding: .938rem 2rem; color: #ffffff; font-weight: 700; font-size: var(--font18); transition: .5s;}
.proDateOne .more a:nth-child(2) {background: #00A4C2; margin-left: .625rem;}
.proDateOne .more a:hover {box-shadow: 0 0 .625rem #00A4C2;}

.proDateTwo {padding: 6.25rem 0;}
.proDateTwo .tit {text-align: center;font-size: var(--font48); font-weight: 400;color: #1d1d1d;}
.proDateTwo .box {margin-top: 3.125rem;}
.proDateTwo img {max-width: 100%;}
.proDateTwo .box {}


/* =====解决方案===== */
.soullist {padding: 6.25rem 0;}
.soullist ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;}
.soullist ul li a {background: #f5f5f5;border-radius: 1rem; display: block; }
.soullist ul li .imgBox {position: relative;}
.soullist ul li .imgBox img {position: relative; z-index: 1; width: 100%;}
.soullist ul li .imgBox::after {content: ''; width: 100%; height: 100%; left: 0; top: 0; position: absolute; opacity: 0;background: #02343d; z-index: 1; transition: .5s;}
.soullist ul li .icBox {width: 3.875rem; height: 3.875rem; border-radius: 50%;background: #00a4c2; font-size: 1.875rem; color: #fff; font-weight: 700;transform: translate(-50%, -50%) scale(0); transition: .5s; z-index: 2;}
.soullist ul li .info {padding: 1.563rem; text-align: center;}
.soullist ul li .info .tit {position: relative; display: inline-block;}
.soullist ul li .info .tit::after {content: ''; position: absolute; width: 0; bottom: 0; left: 0; transition: .5s; background: #00a4c2; height: 1px;}
.soullist ul li .text {margin-top: 1rem;}
.soullist ul li:hover .imgBox::after {opacity: .9;}
.soullist ul li:hover .icBox {transform: translate(-50%, -50%) scale(1);}
.soullist ul li:hover .info .tit {color: #00A4C2;font-style: italic;}
.soullist ul li:hover .info .tit::after {width: 100%;}

/* 解决方案详情 */
.proDate {background-color: #f5f5f5; padding: 6.25rem 0;}
.proDate .news-title{ border-bottom:1px solid rgba(245, 245, 245, .7);position: relative; text-align: left; padding: 0; display: flex; align-items: center; justify-content: space-between; padding-bottom: 2.375rem;}
.proDate .news-title h2{font-size: 1.75rem ;margin-bottom:0;color:#333;font-weight:bold;text-align: left;}
.proDate .news-title span{display: block;font-size: 1.125rem ;color:#666;text-align: left;}
.proDate .news-title .fra {border-radius: 6.25rem ;color:#fff;background: #00A4C2;padding: .625rem 1.563rem;display: block;}
.proDate .news-title .fra a {color: #fff; display: block;}
.proDate .news-title .title {width: 75%;}
.proDate .ny-xq-con { margin: 1.875rem 0;}
.content {background-color: #fff;   padding: 2.5rem; box-sizing: border-box;}
.page-fy{border-top:1px solid #ddd;padding-top: 1.875rem; display: flex; flex-wrap: wrap; justify-content: space-between;} 
.page-fy a:hover {color: #100;}


/* =====经典案例===== */
.caselist {padding: 3.75rem;}
.caselist ul {display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem;}
.caselist li .imgBox {position: relative; overflow: hidden;}
.caselist li .imgBox img {width: 100%; transition: .5s;}
.caselist li {background: #f5f5f5; text-align: center; transition: .5s;}
.caselist li .tit {padding: .625rem .25rem;}
.caselist li:hover {background: #00a4c2;}
.caselist li:hover .imgBox img {transform: scale(1.1);}
.caselist li:hover .tit {color: #fff;}


/* ======================
=============== 新闻资讯 */
.newslist {padding: 3.75rem 0;}
.newslist ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.813rem;}
.newslist li {border: 1px solid #f0f4f3;}
.newslist li .con {padding: 1.563rem; box-sizing: border-box;}
.newslist li .imgBox {position: relative;overflow: hidden;}
.newslist li .imgBox img {width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.newslist li .more {margin-top: 1.875rem; padding-top: 1.25rem; border-top: 1px solid #F2F2F2;}
.newslist li:hover .imgBox img {transform: scale(1.1);}

/* 新闻资讯详情 */
.newsDateMain { padding: 3.75rem 0;}
.newsxq-box {padding: 3.125rem 0; padding-top: 1.25rem; margin-bottom: 2.5rem; display: flex; justify-content: space-between; align-items: flex-start;}
.news-left {width: 68%;}
.news-left .newsCon {background: #ffffff;border-radius: .625rem;box-shadow: 0rem 0rem 2.5rem 0rem rgba(226,225,224,0.42); padding: 3rem 2rem ; box-sizing: border-box;}
.newsxq-title {border-bottom: 1px solid #ddd; padding-bottom: 2.5rem;}
.newsxq-title strong {display: block; font-size: var(--font30); font-weight: 700; color: #333; margin-bottom: .625rem;}
.newsxq-title span {display: block; color: #777; margin: .625rem 1.875rem 0 0; }
.newsxq-title .titleDisc {display: flex; flex-wrap: wrap;}
.newsxq-editbox {margin: 1.875rem 0;}
.newsxq-editbox img {max-width: 100%; height: auto !important;}
.newsxq-box .news-right {width: 29%;background: #fff; border-radius: .625rem;box-shadow: 0rem 0rem 1.875rem 0rem rgba(226,225,224,0.42); padding: 2.5rem;box-sizing: border-box; position: relative;}
.newsxq-box .news-right {position: sticky; top: 6.25rem;}
.newsDate .relist li { padding: 1.875rem 0; border-bottom: 1px solid #F2F2F2;}
.newsDate .relist li .time {font-size: var(--font14); font-weight: 500;color: #999999;}
.newsDate .relist span {color: #999999; font-size: var(--font14);}
.newsDate .relist h6 {color: #333333; font-size: var(--font18); transition: .35s;font-weight: 700;margin-top: .625rem;}
.newsDate .relist li:hover h6 {color: #00A4C2;}
.newsDate .relist li:hover .reImg img {transform: scale(1.05);}
.newsDate .news-right::after {content: ""; background: #00A4C2; width: 65%; position: absolute; left: 50%; bottom: -1%; height: .438rem;  transform: translate(-50%, -50%);}
/* 新闻分页 */
.newsxq-page {display: flex; justify-content: space-between; align-items: center; margin-top: 6.25rem;}
.newsxq-page a {display: flex; align-items: center;}
.news-prev,.news-next{transition:0.6s; display: flex; align-items: center; justify-content: center; width: 3.75rem;height: 3.75rem;min-width: 35px;min-height: 35px;  border: 1px solid #00A4C2;}
.news-prev svg {  transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
.newsxq-page em {display: inline-block;  color: #333;}
.prev-link em {margin-left: 1rem;}
.next-link em {margin-right: 1rem;}
.next-link {flex-direction: row-reverse;}
.backlist a {width: 10.5rem; min-width: 125px; min-height: 42px; height: 3.625rem;background: #00A4C2;color: #fff;}
.backlist svg {margin-right: .625rem;}
.backlist a:active {background: #00A4C2;}
.newsxq-page a:active .news-prev,.newsxq-page a:active .news-next {background: #00A4C2; border-color: #00A4C2; }
.newsxq-page a:active svg path {fill: #fff;}
@media (any-hover: hover) {
    .newsxq-page a:hover .news-prev,.newsxq-page a:hover .news-next {background: #00A4C2; border-color: #00A4C2; }
    .newsxq-page a:hover svg path {fill: #fff;}
}


/* 人才招聘 */
.mentMain .ment_con {padding-bottom: 6.25rem;}
.ment_con  table {border-radius: 0;}



@media (min-width: 1024px) and (max-width: 1366px) {
  .indexOne .swiper .slide .box .con {padding: 0 10%;}

  .inSlideThre .left {width: 30%;}
  .inSlideThre .right {width: 65%;}

  .inSlideFive .more {transform: translateY(-200%);}
}