
/* #c-placeholder {height: 16px;min-height: 5rem;} */
header {position: fixed; left: 0; top: 0; z-index: 99; width: 100%;}
.headBox {height: 10rem; padding: 0 1% 0 3%; display: flex; justify-content: space-between; align-items: center; transition: .5s;}
.headBox .logo {padding: .625rem 0; height: 100%;}
.headBox .logo a {height: 100%;}
.headBox .logo img {max-height: 4.875rem; min-height: 3.5rem; object-fit: contain;}
/* 导航 */
/* 取消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;}
/* 取消layui默认样式 end!!*/
nav {width: 25%;height: 100%;}
nav > ul {display: flex; height: 100%; align-items: center; justify-content: space-between;}
nav .layui-nav .layui-nav-item {display: flex; height: 100%; align-items: center; z-index: 1;}
nav .layui-nav .layui-nav-item > a {color: #020D26 !important;position: relative; z-index: 1; padding: 0 !important; font-size: var(--font20);}
nav .layui-nav .layui-nav-item:hover > a , nav .layui-nav .layui-this > a {color: #EC6B36 !important;}
nav .layui-nav > .layui-this:after,nav .layui-nav-bar {display: none;}
nav .layui-nav .layui-nav-more {top: 50%; right: 0; transform: translateX(150%) translateY(-50%); font-size: var(--font14);}
/* 子菜单 */
nav .layui-nav .layui-nav-child {top: 70%; line-height: initial;}
nav .layui-nav .layui-nav-child a {padding: .625rem 1.25rem; font-size: var(--font16); border-bottom: .063rem solid #eee;}
nav .layui-nav .layui-nav-child a:hover {background: none; color: #EC6B36 !important;}
/* 外链 */
.head_link {margin-right: 2.75rem;}
.head_link .item:first-child {margin-right: 1rem;}
.head_link .item a {display: flex; align-items: center;font-weight: 700; color: #333; transition: .5s;}
.head_link .item a span {font-size: var(--font16);}
.head_link .item .icBox {height: 1.5rem; margin-right: .625rem;}
.head_link .item .icBox img {max-height: 100%; min-height: 80%;}
.head_link .item a:hover {color: #EC6B36;}
.head_link .item .layui-nav-item {position: relative;}
.head_link .item .layui-nav-item a i {position: relative; right: 0; margin-left: .313rem;}
.head_link .item .layui-nav-item dl {top: 100%;line-height: initial;}
.head_link .item .layui-nav-item dl dd a {padding: .625rem 1.25rem; font-weight: normal; display: block; font-size: var(--font16); border-bottom: .063rem solid #eee; text-align: center;}
.head_link .item .layui-nav-item dl dd a:hover {background: none; color: #EC6B36 !important;}


/* 语言 */
.headluange {height: 100%;margin-right: 2.75rem;}
.headluange .layui-nav {height: 100%;}
.headluange .layui-nav .layui-nav-item {height: 100%; display: flex; align-items: center;}
.headluange .layui-nav .layui-nav-item > a {padding-right: calc(var(--font18) + .5rem); font-size: var(--font20); font-weight: 700; color: #333; display: flex; align-items: center;}
.headluange .layui-nav .layui-nav-item > a .layui-icon-website {font-size: var(--font20); font-weight: normal; margin-right: .313rem;}
.headluange .layui-nav .layui-nav-item > a span {font-size: var(--font20);}
.headluange .layui-nav .layui-nav-item > a .layui-icon.layui-nav-more {top: 50%; transform: translateY(-50%); font-size: var(--font12);}
.headluange .layui-nav .layui-nav-item .layui-nav-child {top: 100%; line-height: initial; width: 6.25rem;}
.headluange .layui-nav .layui-nav-item .layui-nav-child a {font-size: var(--font14); padding: .625rem 0;}

/* 头部表单 */
.head_form {}
.head_form a {display: block; background: #EC6B36; padding: .875rem  1.375rem; color: #fff; border-radius: 6.25rem; font-size: var(--font20); font-weight: 700;}
/* 留言弹出层 */
.modelPop {display: none;}
.c-sub-pop .layui-layer-setwin .layui-layer-close2 {display: flex;justify-content: center;align-items: center;width: 1.75rem; height: 1.75rem; font-size: 1rem; top: -1.75rem; right: -1.75rem;}
.c-sub-pop .c-box {padding: 1.875rem;}
.c-sub-pop .c-box .tit {color: #333; font-size: 1.875rem; margin-top: 1.25rem; font-weight: 600; text-align: center;}
.c-sub-pop .c-box .inBox {margin-top: 1.25rem; position: relative;  border-radius: 5px}
.c-sub-pop .c-box .inBox input {border: 0;border: 1px solid rgba(189, 189, 189,.62); border-radius: 5px; height: 3.625rem; min-height: 45px; width: 100%; padding: 0 .625rem;box-sizing: border-box;}
.c-sub-pop .c-box .inBox input::placeholder {color: #9c9c9c;}
.c-sub-pop .c-box .incode {border: 1px solid rgba(189, 189, 189,.62);}
.c-sub-pop .c-box .incode input {width: calc(100% - 7.5rem); border-color: transparent;}
.c-sub-pop .c-box .inBox img {position: absolute;top: 50%; left: calc(100% - 6px); width: 7.25rem; height: 85%;-webkit-transform: translate(-100%, -50%);transform: translate(-100%, -50%);}
.c-sub-pop .c-box .insub {display: flex; justify-content: center; margin-top: 2.5rem;}
.c-sub-pop .c-box .insub button {font-size: var(--font16); cursor: pointer; height: auto; line-height: initial; border-radius: 1.875rem; background: #010834; border: 0;  padding: .938rem 3.125rem; display: flex; align-items: center; justify-content:center; color: #fff; font-weight: 700; transition: .4s;}
.c-sub-pop .c-box .insub button:active {box-shadow: 0 0 5px #010834;}
@media screen and (min-width: 200px) and (max-width: 768px){
  .c-sub-pop .c-box .c-close {margin-top: -15px;margin-right: -15px;}
  .c-sub-pop .c-box { padding: 1.563rem;}
  .c-sub-pop .c-box .tit {font-size: 1.5rem;}
  .c-sub-pop .c-box .inBox input {min-height: 40px;}
  .c-sub-pop .c-box .inBox img {width: 5.5rem; height: 2.25rem;}
}


/* 头部下滑 */
header.c-style2 .headBox {background: #fff;height: 7rem;}
header.c-style2 nav .layui-nav .layui-nav-child {top: 100%;}

/* ==================公用css====================== */
/* 滚动条 */
.headerNavScroll::-webkit-scrollbar {width: .188rem; scrollbar-width:thin;scrollbar-color:#2AA667 #DDDDDD;}
/*定义滑块 内阴影*/
.headerNavScroll::-webkit-scrollbar-thumb {background: #EC6B36; border-radius: .313rem;}
/*定义滚动条轨道 内阴影*/
.headerNavScroll::-webkit-scrollbar-track {background: #E5E5E5;}

/* ===============公用css end!!!!===================*/
.more1 {padding: 1rem 2.25rem;background: #EC6B36; display: inline-flex; transition: .5s; border-radius: 6.25rem;}
.more1:hover {box-shadow: 0 0 0 .5rem rgba(236,107,54,.2);}
/* 
.more2 {background: #fff; color: #333;}
.more2:hover {box-shadow: 0 0 0 .5rem rgba(255, 255, 255, 0.2);}

.more3 {padding: .875rem 1.875rem;}
.more3 span {margin-right: 0;} */

/* ======首页======= */
/* banner */
.indexBanner .swiper {}
.indexBanner .swiper .slide .imgBox video , .indexBanner .swiper .slide .imgBox img {width: 100%;object-fit: cover; transition: 1s linear 2s;transform: scale(1.1, 1.1);}
.indexBanner .swiper .slide .box {top: 50%;}
.indexBanner .swiper .slide .p1 {line-height: 1;}
.indexBanner .swiper .slide .p2 {margin-top: 3.75rem;}
.indexBanner .swiper .slide .more {margin-top: 6.875rem;}
/* 当前 */
.indexBanner .swiper .swiper-slide-active .imgBox img, .indexBanner .swiper .swiper-slide-duplicate-active .imgBox img {transition: 6s linear;transform: scale(1, 1);}
/* 控件 */
.indexBanner .swiper .pagtion {bottom: 30px;}
.indexBanner .swiper .pagtion span {opacity: 1; width: .75rem; height: .75rem; background: #fff; margin: 0 .313rem !important;}
.indexBanner .swiper .pagtion span.swiper-pagination-bullet-active {background: #EC6B36;}

.indexTle .icBox img {min-width: 2.5rem;}
.indexTle h3 {font-style: italic; margin-left: 1rem;}

.indexOne {background: url(../images/indexOne-bj.jpg) no-repeat center; background-size: cover; padding: 6.25rem 0 12.5rem;}
.indexOne .imgBox {width: 54%;}
.indexOne .imgBox img {width: 100%; mix-blend-mode: multiply;}
.indexOne .info {width: 44%;}
.indexOne .box {margin-top: 7.5rem;}
.indexOne .info .desc {margin-top: 2.813rem;line-height: 1.8;}
.indexOne .info .text p {margin-top: 1.25rem;line-height: 1.8;}
.indexOne .info .video_btn {margin-top: 3.125rem;}
.indexOne .info .btn {width: 4.75rem; height: 4.75rem;background: #EC6B36; border-radius: 50%;}
.indexOne .info .btn .icBox {position: relative; z-index: 1;cursor: pointer;}
.indexOne .info .btn .icBox img {width: 100%;}
.indexOne .info .btn .icBox::after {content: ''; position: absolute; z-index: -1; background: #EC6B36; width: 105%; height: 105%; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; animation: scalemap 2s linear infinite;}

.indexTwo {background: url(../images/indexTwo-bj.jpg) no-repeat center; background-size: cover; padding: 7.5rem 0 9.375rem; position: relative; overflow: hidden;}
.indexTwo .tle {}
.indexTwo .swiperBox {margin-top: 9.375rem;position: relative;}
.indexTwo .swiperBox::before {content: ''; width: 200vw; height: 1px; background: rgba(255,255,255,.2);position: absolute; top: calc(.625rem / 2 + .625rem); left: -100vw;}
.indexTwo .swiper {padding-top: .625rem; position: static;overflow: visible;}
.indexTwo .slide .c-dot {width: .625rem; height: .625rem;  position: relative; z-index: 1;border-radius: 50%; background: #fff; box-sizing: border-box;}
.indexTwo .slide .c-dot::before {content: ''; position: absolute; width: 200%; height: 200% ;background: rgba(255,255,255,.2); left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; box-sizing: border-box; transition: .5s;}
.indexTwo .slide .c-dot::after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; width: 250%; height: 250%; background: #FFFFFF; border-radius: 50%; animation: scalemap 2s linear infinite; visibility: hidden;}
.indexTwo .slide .time {font-size: var(--font28);  color: #fff; font-weight: 700; margin-top: 3.75rem; opacity: .6; transition: .5s; text-transform: capitalize;}
.indexTwo .slide .text {height: 8.75rem; margin-top: 1.5rem; opacity: 0; transform: translateY(0); transition: .8s; color: #fff; font-family: auto;}
.indexTwo .slide .imgBox {border-radius: .625rem; overflow: hidden;margin-top: 1.875rem; transform: scale(1); transition: .5s;}
/* .indexTwo .slide .imgBox img {width: 100%;filter: grayscale(100%); -webkit-filter:grayscale(100%);} */
.indexTwo .slide .imgBox img {width: 100%;}
.indexTwo .slide.swiper-slide-active .imgBox {transform: scale(1.2);}
.indexTwo .slide.swiper-slide-active .c-dot::before {width: 150%; height: 150%; background: #fff;}
.indexTwo .slide.swiper-slide-active .c-dot::after {visibility: visible;}
.indexTwo .slide.swiper-slide-active .time {opacity: 1;}
.indexTwo .slide.swiper-slide-active .text {opacity: 1; transform: translateY(1.25rem);}
/* .indexTwo .slide.swiper-slide-active .imgBox img {filter: grayscale(0); -webkit-filter:grayscale(0);} */
/* 控件 */
.indexTwo .swjtBox {position: relative;}
.indexTwo .swjt {position: relative; display: inline-flex; width: 4.375rem; height: 4.375rem; border:1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; box-sizing: border-box; transition: .5s;}
.indexTwo .swjt i {color: #fff; font-size: var(--font20);}
.indexTwo .swiper-button-prev {left: 0; margin-right: .625rem;}
.indexTwo .swiper-button-next {right: 0;}
.indexTwo .swjt:hover {background: #FFFFFF;}
.indexTwo .swjt:hover i {color: #EC6B36;}

.indexThre {background: url(../images/indexThre-bj.jpg) no-repeat center; background-size: cover; padding: 9.375rem 0 12.5rem; position: relative; overflow: hidden;}
.indexThre .box {margin-top: 4.375rem;}
.indexThre .left {width: 50%;}
.indexThre .right {width: 47%;}
.indexThre .item {padding: 3.75rem 0; margin: .625rem 0; padding-right: 1.875rem; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1;}
.indexThre .item .text {color: #fff;font-size: var(--font22);color: #ffffff; line-height: 1.8; margin-right: .625rem;}
.indexThre .item::after {content: '';  width: 0; height: 100%; left: -10%; position: absolute; top: 0; opacity: 0.1;background: #ffffff;border-radius: 0 7.5rem 7.5rem 0;box-shadow: 0px 0px 6.25rem 0px rgba(0,0,0,0.04); z-index: -1; transition: .5s;}
.indexThre .item .jt {width: 4.125rem;height: 4.125rem;background: #ec6b36; border-radius: 50%; flex-shrink: 0; opacity: 0; transition: .5s;}
.indexThre .item .jt i {transform: rotate(180deg); color: #fff; font-weight: 700; font-size: var(--font20);}
.indexThre .item.on::after {width: 110%;}
.indexThre .item.on .jt {opacity: 1;}
.indexThre .right .imgBox {display: none; border-radius: 1.25rem; overflow: hidden;}
.indexThre .right .imgBox img {width: 100%;}
.indexThre .right .imgBox.active {display: block; animation: fadeIn .5s forwards;}

.indexFour {padding: 9.375rem 0; position: relative; overflow: hidden;}
.indexFour .box {margin-top: 5rem;}
.indexFour .item {width: 49%; position: relative;}
.indexFour .item .imgBox {overflow: hidden;}
.indexFour .item .imgBox img {width: 100%; transition: .5s;}
.indexFour .item .info {position: absolute; width: 100%; bottom: 0; left: 0;background: rgba(51,51,51,.8); padding: 5.625rem 3.75rem 4.375rem 3.75rem;}
.indexFour .item .info .p1 {font-size: var(--font56);font-weight: 700;color: #ffffff; text-transform: uppercase;}
.indexFour .item .info .p2 {font-size: var(--font32);font-weight: 700;color: #ffffff;}
.indexFour .item .info .jt {width: 4.125rem;height: 4.125rem;background: #ec6b36; border-radius: 50%; flex-shrink: 0; transition: .5s;}
.indexFour .item .info .jt i {transform: rotate(180deg); color: #fff; font-weight: 700; font-size: var(--font20);}
.indexFour .item:hover .imgBox img {transform: scale(1.1);}

.indexFive {background: url(../images/indexFive-bj.jpg) no-repeat center; background-size: cover;}
.indexFive .tle {margin-top: 2.5rem;}
.indexFive .tle h3 {text-transform: uppercase; line-height: 1; font-style: italic;}
.indexFive .box {min-height: 55rem;}
.indexFive .more {margin-top: 7.5rem;}

.indexSix {background: url(../images/indexSix-bj.jpg) no-repeat center; background-size: cover; padding: 8.125rem 0 11.25rem;}
.indexSix .swiperBox {margin-top: 8.125rem;width: 100%;}
.indexSix .swiper {}
.indexSix .slide {width: 17%; transition: .5s;}
.indexSix .slide .box {height: 25rem; display: flex; align-items: flex-end; justify-content: center; }
.indexSix .slide .imgBox {height: 57%; width: 100%; transition: .5s; border: .125rem solid #ffffff;}
.indexSix .slide .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.indexSix .slide.swiper-slide-active {width: 26% !important;}
.indexSix .slide.swiper-slide-active .imgBox {height: 100%;}
/* 控件 */
.indexSix .swjtBox {position: relative;}
.indexSix .swjt {position: relative; display: inline-flex; width: 4.375rem; height: 4.375rem; border:1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; box-sizing: border-box; transition: .5s;}
.indexSix .swjt i {color: #fff; font-size: var(--font20);}
.indexSix .swiper-button-prev {left: 0; margin-right: .625rem;}
.indexSix .swiper-button-next {right: 0;}
.indexSix .swjt:hover {background: #FFFFFF;}
.indexSix .swjt:hover i {color: #EC6B36;}

.indexSeven {background: url(../images/indexSeven-bj.jpg) no-repeat center; background-size: cover; padding: 10rem 0 11.25rem;}
.indexSeven .swiperBox {margin-top: 7.5rem;}
.indexSeven .slide .imgBox img {width: 100%;}
.indexSeven .slide {background: #ffffff;box-shadow: -0.25rem 0px 0px .063rem rgba(48,48,48,0.05); height: auto;}
.indexSeven .slide .imgBox {overflow: hidden;}
.indexSeven .slide .imgBox img {width: 100%; transition: .5s;}
.indexSeven .slide span {padding: 1.875rem 3.125rem; font-size: var(--font22);color: #262b2e; text-align: center; display: block;}
.indexSeven .slide:hover .imgBox img {transform: scale(1.05);}
/* 控件 */
.indexSeven .swjtBox {position: relative;}
.indexSeven .swjt {position: relative; display: inline-flex; width: 4.375rem; height: 4.375rem; border:1px solid rgba(0, 0, 0, 0.2); border-radius: 50%; box-sizing: border-box; transition: .5s;}
.indexSeven .swjt i {color: #333; font-size: var(--font20);}
.indexSeven .swiper-button-prev {left: 0; margin-right: .625rem;}
.indexSeven .swiper-button-next {right: 0;}
.indexSeven .swjt:hover {background: #EC6B36; border-color: #EC6B36;}
.indexSeven .swjt:hover i {color: #fff;}


/* =====底部===== */
.footer {background: url(../images/footer-bj.jpg) no-repeat center; background-size: cover; padding-bottom: 3.75rem;}
.footer .foterBox {padding: 6.25rem 0 5.625rem;}
.footer .links .item {display: flex; align-items: center;margin: .625rem 0;}
.footer .links .item .icBox {width: 1.375rem;margin-right: 1rem;display: flex; align-items: center;}
.footer .links .item .icBox svg {min-width: 80%; max-width: 100%;}
.footer .links .item a {font-size: var(--font24);color: #ffffff; transition: .5s;}
.footer .links .item a:hover {color: #EC6B36;}
.footer .left .copyRight {margin-top: 9.375rem;}
.footer .left .copyRight p , .footer .left .copyRight p a {color: rgba(255,255,255,.5);}
.footer .left .copyRight p a:hover {color: #fff;}
.footer .right {width: 46%;}
.footer .form { margin-top: 2.5rem;}
.footer .inBox {width: 100%;}
.footer .inBox input , .footer .inBox textarea {height: 4rem; border: 0;  border-bottom: 1px solid rgba(255,255,255,.2); background: none; box-shadow: none !important; color: #fff; resize: none;}
.footer .inBox input::placeholder , .footer .inBox textarea::placeholder {color: #eaeaea;}
.footer .inBox.inSect dl {top: 100%;}
.footer .inBox.inSect dd {padding: .313rem .625rem;}
.footer .inBox.inCode {position: relative; overflow: hidden;}
.footer .inBox.inCode img {position: absolute; right: .625rem; width: 6.25rem; top: 50%; transform: translateY(-50%); max-height: 100%; object-fit: contain;}
.footer .inBox.inTxtBox {width: 100%; margin-top: 1.25rem; padding: 0;}
.footer .sub {width: 100%; margin-top: 2.5rem;}
.footer .sub button {cursor: pointer;background: #ec6b36;border-radius: 0px 1.5rem 1.5rem 1.5rem;display: block; padding: 1rem 2.75rem;}


.footer .nav {display: flex; justify-content: space-between;}
.footer .nav dl {background: rgba(246,246,246,.1);width: calc(100% / 5);padding: 2.5rem; padding-top: 3.75rem; border-right: 1px solid rgba(246,246,246,.1);}
.footer .nav dl dd {}
.footer .nav dl dt {font-size: var(--font24); color: #fff; font-weight: 700; margin-bottom: 1.25rem;}
.footer .nav dl dd {font-size: var(--font14);color: #ffffff;}


/* =============================================================内页================================================================== */


/* =====产品中心===== */
.proOne {position: relative; overflow: hidden;}
.proOne .imgBox img {width: 100%;}
.proOne .nav {position: absolute; bottom: 2.5rem; width: 100%; left: 0;}
.proOne .nav ul {display: flex;}
.proOne .nav li:first-child {}
.proOne .nav li {height: var(--font36);margin-right: 7.5rem;}
.proOne .nav li a {font-size: var(--font20);color: #858585; position: relative; padding-left: 1.875rem; transition: .5s;}
.proOne .nav li a::before {content: ''; position: absolute; left: 0; bottom: 0; width: 1.75rem; height: 1.75rem; background: url(../images/indexTle-icon.png) no-repeat center; background-size: contain; transform: translateX(-50%); transition: .5s; opacity: 0;}
.proOne .nav li:hover a {font-weight: 700; color: #333; font-size: var(--font24);}
.proOne .nav li:hover a::before {opacity: 1;}
.proOne .nav li.on a {font-weight: 700; color: #333; font-size: var(--font24);}
.proOne .nav li.on a::before {opacity: 1;}

.prolist .tit {padding: 5rem 0 3.125rem;}
.prolist .list li {min-height: 43.75rem; padding: 6.25rem 0; display: flex; justify-content: space-between; background: #f8f8f8;}
.prolist .list li:nth-child(2n) {background: #fff;}
.prolist .list li .imgBox {width: 45%; display: flex; justify-content: center; align-items: center;}
.prolist .list li .imgBox img {max-width: 100%; min-width: 80%;mix-blend-mode: multiply;}
.prolist .list li .info {width: 50%;}
.prolist .list li dl {margin-top: 3.125rem;}
.prolist .list li dl dd {display: flex; margin-bottom: 1.875rem;}
.prolist .list li dd >div{padding-right: 1rem;}
.prolist .list li .sp1 {color: #686868; font-size: var(--font24); width: 20%; margin-right: 6.25rem; flex-shrink: 0;}
.prolist .list li .sp2 {color: #333; font-size: var(--font24);font-weight: 700; padding-right: 2rem;}




/* =====产品中心2===== */
.cellOne {position: relative; overflow: hidden;}
.cellOne .imgBox img {width: 100%;}
.cellOne .tit span {display: block; text-transform: uppercase; line-height: 1;}
.cellOne .p1 {margin-top: 4.375rem; font-size: var(--font30);font-weight: 700;}
.cellOne .p1 span {display: block;}

.cellTwo {padding: 7.5rem 0 0;}
.cellTwo .box {margin-top: 5rem; display: flex; justify-content: space-between;background: #eeeeee;border-radius: 7.5rem 0px 7.5rem 0px; overflow: hidden;}
.cellTwo .box .info {display: flex; align-items: center; justify-content: center; padding: 0 5rem; width: 50%;}
.cellTwo .box .info dd {display: flex; align-items: center; margin-bottom: 3.75rem;}
.cellTwo .box .info dd:last-child {margin-bottom: 0;}
.cellTwo .box .info dd span {font-size: var(--font30);}
.cellTwo .box .info dd .icBox {width: 2.5rem; margin-right: 1.875rem;}
.cellTwo .box .info dd .icBox img {max-width: 100%; min-width: 75%;}
.cellTwo .box .imgBox {width: 50%;}
.cellTwo .box .imgBox img {width: 100%;height: 100%; object-fit: cover; display: block;}

.cellThre {margin-top: 9.375rem;}
.cellThre .indexTle {align-items: flex-start;}
.cellThre .indexTle .icBox {margin-top: 1rem;}
.cellThre .list {margin-top: 6.25rem;}
.cellThre .list ul {display: grid; grid-template-columns: repeat(5,1fr);gap: .625rem;}
.cellThre .list li {position: relative;}
.cellThre .list li .imgBox {overflow: hidden;}
.cellThre .list li .imgBox img {width: 100%; transition: .5s;}
.cellThre .list li {font-size: var(--font22);}
.cellThre .list li span {padding: 0 .625rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: var(--font22); color: #fff; width: 100%; text-align: center;}
.cellThre .list li:hover .imgBox img {transform: scale(1.05);}

.cellFour .indexTle {padding: 6.25rem 0 5rem;} 



/*资料录入调整 */
.prolist .list li .info table strong {font-weight: 700;}



@media screen and (max-width: 1440px) {
  .headBox .logo img {height: 2.5rem; min-height: initial;}
  nav .layui-nav .layui-nav-item > a {font-size: var(--font16);}
  .head_form a {font-size: var(--font16);}
}