#c-placeholder {height: 6.25rem;}
header {position: fixed; left: 0; top: 0; z-index: 99; width: 100%; transition: .5s;}
.headBox {padding: 0 8%; height: 7.5rem; position: relative; z-index: 1; transition: .5s; border-bottom: 1px solid transparent;}
.headBox .box {height: 100%;}
.headBox .logo {padding: 1rem 0;height: 100%;}
.headBox .logo a {height: 100%;}
.headBox .logo .logo1 {display: none;}
.headBox .logo img {min-height: 50%; max-height: 100%; object-fit: contain; width: 100%;}
.headBox .le {height: 100%; flex-shrink: 0; max-width: 19%;}
.headBox .re {height: 100%; gap: 1.5rem;}
.headBox .re .xian {height: 1.375rem; width: 1px; background: #fff; opacity: .5;}

/* 导航 */
/* 取消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 {height: 100%; width: 60%;}
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: #fff;position: relative; z-index: 1; font-size: var(--font18); font-weight: 400; transition: 0.4s;}
nav .layui-nav .layui-nav-item > a i {display: none;}
nav .layui-nav .layui-nav-item > a::before {bottom: -0.625rem; width: 0; transition: .5s; content: ''; position: absolute; left: 0; height: .125rem; background: #fff;}
nav .layui-nav .layui-nav-item:hover > a , nav .layui-nav .layui-this > a {font-weight: 500;}
nav .layui-nav .layui-nav-item > a:hover::before , nav .layui-nav .layui-this > a::before {width: 100%;}
nav .layui-nav > .layui-this:after , nav .layui-nav-bar {display: none;}

/* 二级导航 */
nav ul li .navTwo {position: fixed; border-top: 1px solid #eee; left: 0; background: #ffffff; box-shadow: 0px .313rem .625rem -0.313rem rgba(0,0,0,0.12); top: 6rem; padding: 2.5rem 10%; width: 100%; display: none;}
nav ul li .navTwo .box {display: flex;justify-content: space-between; align-items: flex-start;}
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%; height: 100%; object-fit: cover;}
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; position: relative;}
nav ul li .navTwo .box .list .item a {color: #333;font-size: var(--font16);padding: 1rem; padding-left: 0;}
nav ul li .navTwo .box .list .item::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0%; height: .125rem; background: #161F8B; transition: .5s; }
nav ul li .navTwo .box .list .item.layui-this a {color: #161F8B;}
nav ul li .navTwo .box .list .item.layui-this::after {width: 100%;}

/* 语言 */
.headluange {height: 100%;}
.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 {font-size: var(--font20); color: #fff; display: flex; gap: .5rem;}
.headluange .layui-nav .layui-nav-item > a .layui-icon-website {font-size: var(--font22);}
.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); display: none;}
.headluange .layui-nav .layui-nav-item .layui-nav-child {top: 100%; line-height: initial;min-width: 6.25rem;}
.headluange .layui-nav .layui-nav-item .layui-nav-child a {font-size: var(--font14); padding: .625rem 0;}

.head_search img {width: 1.375rem;}
/* 搜索下拉 */    
.hadbox-sec4 {position: absolute;left: 0;top: 100%;width: 100%;display: none; box-sizing: border-box;}
.hadbox-sec4 {background-color: #fff;padding: 3.125rem 0; border-top: 1px solid #eee;  box-shadow: 0 2px 2px rgba(0, 0, 0,.1);}
.hadbox-sec4 .close {position: absolute; right: 2.5%; top: 5%; cursor: pointer; width: 1.25rem;}
.hadbox-sec4 .close svg {width: 100%; height: 100%;}
.hadbox-sec4 .f_tit {color: #222222;margin-bottom: 1.5rem;font-size: var(--font30);}
.hadbox-sec4 .form {display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid #dddddd;}
.hadbox-sec4 .form i { display: block; width: 1.875rem; overflow: hidden;}
.hadbox-sec4 .form i svg {width: 100%; height: 100%;}
.hadbox-sec4 .form input {width: calc(100% - 19.375rem);padding: 1rem 1.5rem; color: #333333; flex: 1;}
.hadbox-sec4 .form .f_sub {width: 10rem; height: 3.5rem; min-height: 40px; background: #223E71;border-radius: .313rem;font-size: var(--font20);color: #ffffff;cursor: pointer;}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .hadbox-sec4 {padding: 1.75rem 1rem;}
  .hadbox-sec4 .form {padding-bottom: 1rem;}
  .hadbox-sec4 .f_tit {font-size: var(--font20);}
  .hadbox-sec4 .form .f_sub {width: 6rem; height: 3rem; font-size: var(--font18);}
}

.header.c-style2 .headBox { background: #223E71;}

.header.c-style2 .headBox {height: 6.25rem;}
/* .header.c-style2 .headBox .logo1 {display: block;}
.header.c-style2 .headBox .logo2 {display: none;} */
/* .header.c-style2 nav .layui-nav > .layui-nav-item > a {color: #333333;} */
/* .header.c-style2 .layui-nav > .layui-nav-item > a:hover, .layui-nav > .layui-this > a {color: #333;}
.header.c-style2 nav .layui-nav .layui-nav-item > a::before {background-color: #333;} */
/* .header.c-style2 .head_search img {filter: brightness(0); -webkit-filter:brightness(0);} */
/* .header.c-style2 .headluange a {color: #333;}
.header.c-style2 .headBox .re .xian {background: #333;}
.header.c-style2 .mobmenu dl dd {background: #333;}
.header.c-style2 .mobmenu h4 {color: #333;} */

/* 鼠标悬浮 */
.header.hover-style .headBox { background: #223E71;}
/* .header.hover-style .headBox .logo1 {display: block;}
.header.hover-style .headBox .logo2 {display: none;}
.header.hover-style nav .layui-nav > .layui-nav-item > a {color: #333333;}
.header.hover-style .layui-nav > .layui-nav-item > a:hover, .layui-nav > .layui-this > a {color: #333;}
.header.hover-style nav .layui-nav .layui-nav-item > a::before {background-color: #333;}
.header.hover-style .head_search img {filter: brightness(0); -webkit-filter:brightness(0);}
.header.hover-style .headluange a {color: #333;}
.header.hover-style .headBox .re .xian {background: #333;}
.header.hover-style .mobmenu dl dd {background: #333;}
.header.hover-style .mobmenu h4 {color: #333;} */

/* =================头部 end!!!=================== */


/* ===============公用css end!!!!===================*/
.more1 {background: none;border-radius: 6.25rem; padding: 1rem 1.5rem; color: #333;  display: inline-block; transition: .5s; border: 1px solid #000000;}
.more2 {background: #223E71; color: #fff; border-color: #223E71; }
@media (any-hover: hover) {
 .more1:hover {background: #223E71; color: #fff; border-color: #223E71; box-shadow: 0 0 0 .625rem rgba(0,0,0,0.12);}
}

.indexBanner {position: relative; overflow: hidden;}
.indexBanner .swiper {}
.indexBanner .slide .bjBox {}
.indexBanner .slide .bjBox img {width: 100%; max-height: 100vh;  object-fit: cover;  transition: 1s linear 2s;transform: scale(1.1, 1.1);}
.indexBanner .slide .box {}
.indexBanner .slide .con {text-align: right;}
.indexBanner .slide .con .p1 {line-height: 1.2;}
.indexBanner .slide .more {margin-top: 4.375rem;}
.indexBanner .slide:nth-child(2) .con .p1 {font-size: var(--font60);}

@media (max-width: 767px) { 
  .indexBanner .slide:nth-child(2) .con .p1 {font-size: var(--font24);}
}

/* 当前 */
.indexBanner .swiper-slide-active .bjBox img, .indexBanner .swiper-slide-duplicate-active .bjBox img {transition: 6s linear;transform: scale(1, 1);}
/* 缩略图 */
.indexBanner .thumbBox {position: absolute; bottom: 5%; left: 0; width: 100%; z-index: 1;}
.indexBanner .thumbBox .slide {text-align: center; cursor: pointer;}
.indexBanner .thumbBox .slide .xian {height: .125rem; background: #FEFEFF30; }
.indexBanner .thumbBox .slide .xian::after {content: ''; display: block; top: 0; width: 0; height: 100%; background: #26B959; z-index: 1;}
.indexBanner .thumbBox .slide span {display: block; margin-top: .625rem; font-size: var(--font15); opacity: 0.6;color: #FFFFFF; transition: .5s;}
@keyframes xian { 0% {width: 0;}100% {width: 100%;}}
.indexBanner .thumbBox .slide.swiper-slide-thumb-active .xian::after {animation: xian 5s linear forwards;}
.indexBanner .thumbBox .slide.swiper-slide-thumb-active span {opacity: 1;}
/* 控件 */
.indexBanner .pagtion {width: auto; top: auto; bottom: 6%; left: auto; right: 2.5%; color: #ffffff50; z-index: 1;font-style: italic;}
.indexBanner .pagtion .swiper-pagination-current {font-size: var(--font30); color: #fff;}

.indexTwo .tle {padding: 5rem 0; gap: 1rem;}
.indexTwo .list ul {display: flex;}
.indexTwo .list li {flex: 1; margin-right: .5rem; position: relative; height: 46.25rem; transition: .5s;}
.indexTwo .list li:last-child {margin: 0;}
.indexTwo .list li .imgBox {position: relative; height: 100%;}
.indexTwo .list li .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.indexTwo .list li .imgBox::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); transition: .5s;}
.indexTwo .list li .imgBox::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(130deg, rgba(34, 62, 113,.8) 50%, rgba(255, 255, 255,.001)); transition: .5s; width: 100%; opacity: 0;}
.indexTwo .list li .p1 {color: #fff;  writing-mode: vertical-rl; line-height: 1.8; padding-top: 3.75rem; text-orientation: upright; font-size: var(--font24); font-weight: 700;}
.indexTwo .list li .p2 { font-size: var(--font30); font-weight: 700; color: #fff;}
.indexTwo .list li .p3 {margin-top: 1.25rem; color: #fff; font-weight: 500; line-height: 1.7;}
.indexTwo .list li .more {margin-top: 5rem; color: #fff;}
.indexTwo .list li .show {position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition: .5s;}
.indexTwo .list li .hide {position: absolute; top: 0; padding: 3.75rem; z-index: 1; opacity: 0; transition: .5s;}
.indexTwo .list li.active {flex: 3.8;}
.indexTwo .list li.active .imgBox::before {opacity: 0;}
.indexTwo .list li.active .imgBox::after {opacity: 1;}
.indexTwo .list li.active .show {opacity: 0;}
.indexTwo .list li.active .hide {opacity: 1; transition-delay: .5s;}
.indexTwo .swiperBox {position: relative; display: none; padding: 0 4%;}
.indexTwo .swiperBox .swiper {position: static;}
.indexTwo .slide .imgBox {position: relative; z-index: 1;}
.indexTwo .slide .imgBox::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(130deg, rgba(34, 62, 113,.6) 50%, rgba(255, 255, 255,.001)); transition: .5s; width: 100%;}
.indexTwo .slide .imgBox img {width: 100%; height: 100%; object-fit: cover;}
.indexTwo .slide .con {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; text-align: center; width: 100%;}
.indexTwo .slide .con .p1 { font-size: var(--font30); font-weight: 700; color: #fff;}
.indexTwo .slide .con .more {margin-top: 2rem; color: #fff; text-align: center; justify-content: center;}
.indexTwo .pagtion {bottom: -3rem;}
.indexTwo .pagtion .swiper-pagination-bullet-active {background: #223E71;}

.indexThre {position: relative; margin: 8.75rem 0; padding-bottom: .75rem; overflow: hidden;}
.indexThre .le {width: 50%;}
.indexThre .re {position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 45%;}
.indexThre .re img {width: 100%;}
.indexThre .le .text {margin-top: 3.75rem; line-height: 1.8;}
.indexThre .numlist {align-items: flex-end;margin-top: 6.25rem;}
.indexThre .numlist .item {text-align: center;}
.indexThre .numlist .num {display: flex; align-items: center; font-weight: 700;}
.indexThre .more {margin-top: 6.25rem;}

.indexFour {background: #F5F5F5; padding: 5rem 0;}
.indexFour .box {margin-top:4.375rem;display: flex;justify-content: space-between;}
.indexFour .mapBox {mix-blend-mode: multiply;width: 89.6%; margin-left: -6%; position: relative;}
.indexFour .mapBox .map {width: 100%;}
.indexFour .mapBox li {position: absolute;}
.indexFour .mapBox li .icon {width: 1.75rem; height: 1.75rem; background: url(../images/hq-icon.png) no-repeat center; background-size: 100%; position: relative; z-index: 1;}
.indexFour .mapBox li::after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400%; height: 400%; background: #223E71; border-radius: 50%; opacity: 0;}
.indexFour .mapBox li:nth-child(odd)::after {animation: scalemap 2s linear infinite;}
.indexFour .mapBox li:nth-child(even)::after {}
.indexFour .mapBox li:nth-child(1) {left: 15%; top: 30%; }
.indexFour .mapBox li:nth-child(2) {left: 19.5%; top: 50%; }
.indexFour .mapBox li:nth-child(3) {left: 26%; top: 52%; }
.indexFour .mapBox li:nth-child(4) {left: 32%; top: 60%; }
.indexFour .mapBox li:nth-child(5) {left: 49%; top: 25%; }
.indexFour .mapBox li:nth-child(6) {left: 51%; top: 36%; }
.indexFour .mapBox li:nth-child(7) {left: 54%; top: 33%; }
.indexFour .mapBox li:nth-child(8) {left: 59%; top: 58%; }
.indexFour .mapBox li:nth-child(9) {left: 68%; top: 52%; }
.indexFour .mapBox li:nth-child(10) {left: 74.5%; top: 61%; }
.indexFour .mapBox li:nth-child(11) {left: 77%; top: 57%; }
.indexFour .mapBox li:nth-child(12) {left: 77%; top: 45%; }
.indexFour .mapBox li:nth-child(13) {left: 82%; top: 45%; }
.indexFour .mapBox li:nth-child(14) {left: 84%; top: 42%; }
.indexFour .mapBox li:nth-child(15) {left: 78%; top: 65%; }
.indexFour .mapBox li:nth-child(16) {left: 82%; top: 65%; }
.indexFour .numlist .num {display: flex; font-size: 3.125rem;color: #223E71; font-weight: 700;}
.indexFour .numlist .item {margin-top: 4rem;}
.indexFour .numlist .item:first-child {margin-top: 0;}

.indexFive {padding: 7.5rem 0;}
.indexFive .swiperBox {margin-top: 3.75rem; position: relative;}
.indexFive .swiper {position: static;}
.indexFive .slide .imgBox {border-radius: 1.375rem; overflow: hidden; position: relative; padding-bottom: 68%;}
.indexFive .slide .imgBox img {inset: 0; position: absolute; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexFive .slide .p1 {margin-top: 2.5rem; font-size: var(--font26); font-weight: 700; color: #333;}
.indexFive .slide .p2 {margin-top: 1.25rem;}
.indexFive .slide .time {margin-top: 3.75rem; color: #333; line-height: 1.8;}
.indexFive .slide:hover .imgBox img {transform: scale(1.1, 1.1);}
/* 控件 */
.indexFive .swjt {top: 30%;}
.indexFive .swjt.swiper-button-prev {left: 0; transform: translateX(-200%);}
.indexFive .swjt.swiper-button-next {right: 0; transform: translateX(200%);}
.indexFive .swjt i {font-size: 3.125rem; color: #33333350;}
.indexFive .pagtion {bottom: -5rem;}
.indexFive .pagtion .swiper-pagination-bullet-active {background: #223E71;}

/* =======底部 */
.footer {background: #242933;}
.foterBox {padding: 5rem 0 8.75rem; display: flex; justify-content: space-between;}
.foter_logo img { width: 7.5rem; max-width: 100%;}
.foternav {display: flex; justify-content: space-between; width: 28%;}
.foternav dl dt {color: #FFFFFF; font-size: var(--font18); font-weight: 700; margin-bottom: 1.5rem;}
.foternav dl dd {margin-bottom: .625rem;}
.foternav dl dd a {color: #FFFFFF; font-size: var(--font16); opacity: .6;}
.foternav dl dd a:hover {color: #FFFFFF; opacity: 1;}
.foter_us dl dd {display: flex; align-items: flex-start; color: #fff; margin-bottom: .625rem;}
.foter_us dl dd .icBox {width: 1.125rem; display: flex; align-items: center; justify-content: center; margin-top: .313rem; margin-right: .625rem;}
.foter_us dl dd .icBox img {min-width: 90%; max-width: 100%;}
.foter_us dl dt {margin-bottom: 1.5rem;}
.foter_us dl dd , .foter_us dl dd a {color: #FFFFFF60;}
.foter_us dl dd a:hover {color: #FFFFFF;}
.foter_code .code {width: 10rem;}
.foter_code .code img {width: 100%;}
.foter_code span {text-align: center; display: block; opacity: .6;}
.copyRight {padding-bottom: 2rem;}
.copyRight p , .copyRight p a {color: #FFFFFF40;}
.copyRight p a:hover {color: #FFFFFF;}


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

/* 内页banner */
.ny-banner {position: relative; overflow: hidden;}
.ny-banner .imgBox {overflow: hidden;}
.ny-banner .imgBox img {width: 100%; object-fit: cover; min-height: 16rem; max-height: 49rem;}
.ny-banner .con {}
.ny-banner .con .p1 {line-height: 1.2; text-transform: uppercase; width: 43%;}
.ny-banner .con .xian {display: block; width: 3.125rem; height: .375rem; background: #fff; margin: 1.25rem 0 1.875rem;}


/* ======关于我们 */
.aboutOne {padding-top: 11.875rem;}
.aboutOne .right {width: 54%;}
.aboutOne .right .text p {color: #666; line-height: 1.8; margin-bottom: 1.875rem;}
.aboutOne .numlist {align-items: flex-end;margin-top: 6.25rem;}
.aboutOne .numlist .item {text-align: center;}
.aboutOne .numlist .num {display: flex; align-items: center; font-weight: 700;}

.aboutTwo {margin-top: 8.125rem; position: relative; overflow: hidden;}
.aboutTwo::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 26.5%; background: #F6F6F6; z-index: -1;}
.aboutTwo .imgBox {position: relative; overflow: hidden;}
.aboutTwo .imgBox img {width: 100%;}

.aboutThre {background: #F6F6F6; padding: 10rem 0 12.5rem;}
.aboutThre .re {width: 77%;}
.aboutThre .re ul {display: grid; grid-template-columns: repeat(2,1fr); gap: 1.875rem;}
.aboutThre .re li .bjBox {position: absolute; inset: 0;width: 100%; height: 100%; z-index: -1; transition: .5s; opacity: 0;}
.aboutThre .re li .bjBox img {width: 100%; height: 100%; object-fit: cover; transform: scale(1.2); transition: .5s; }
.aboutThre .re li {background: #FFFFFF; border-radius: 1.5rem; min-height: 28.625rem;position: relative; padding: 3.375rem; padding-bottom: 5rem; z-index: 1; overflow: hidden;}
.aboutThre .re li .con {height: 100%;  display: flex; flex-direction: column; justify-content: space-between; }
.aboutThre .re li .icBox {margin-left: auto; height: 4rem; display: flex; align-items: center;}
.aboutThre .re li .icBox img {max-height: 100%; min-height: 80%; object-fit: contain;}
.aboutThre .re li .p1 { font-size: var(--font40); font-weight: 700; transition: .5s;}
.aboutThre .re li .p2 { font-size: var(--font22); color: #3B3B3B; margin-top: 2.5rem; transition: .5s;}
@media (any-hover: hover) {
  .aboutThre .re li:hover .bjBox {opacity: 1;}
  .aboutThre .re li:hover .bjBox img {transform: scale(1);}
  .aboutThre .re li:hover .icBox img {filter: brightness(100); -webkit-filter:brightness(100); filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(316deg) brightness(104%) contrast(107%);}
  .aboutThre .re li:hover .p1 {color: #fff; font-size: var(--font20);}
  .aboutThre .re li:hover .p2 {color: #fff; font-size: var(--font30); margin-top: 1.875rem; }
}


/* =========== 服务项目 */
.serveOne {position: relative; z-index: 2; padding: 6.5rem 0; padding-top: 3rem;}
.serveOne .box {align-items: flex-start; flex-wrap: wrap;}
.serveOne .menu {border-radius: 1rem; padding: 3.25rem 0; padding-top: 0;  width: 100%; }
.serveOne .menu {position: relative; top: 0;}
.serveOne .menu .tle {padding-left: 2.75rem; display: none;}
.serveOne .menu .tle .xian {width: 2rem; height: .25rem;background: #223E71; border-radius: .125rem;}
.serveOne .menu ul {margin-top: 0; display: flex; flex-wrap: wrap; gap: 1rem; border-bottom: 1px solid #333; padding-bottom: 1.25rem;}
.serveOne .menu ul li {margin-bottom: .313rem;}
.serveOne .menu ul li a {font-size: var(--font16); display: flex; align-items: center; justify-content: space-between;  padding: 0; overflow: hidden; position: relative; z-index: 1; transition: .5s; color: #333;} 
/* .serveOne .menu ul li a::before {content: ''; position: absolute; width: 0; height: 100%; background: #F6F6F6; transition: .5s; left: 0; top: 0; z-index: -1;} */
.serveOne .menu ul li a::after {content: ''; margin-left: .313rem; content: "\e602"; font-family: layui-icon !important; font-size: var(--font16); color: #223E71; opacity: 0; transition: .5s;}
.serveOne .menu ul li.on a {font-weight: bold;}
/* .serveOne .menu ul li.on a::before {width: 100%;} */
.serveOne .menu ul li.on a::after {opacity: 1;}
.serveOne .right {flex: 1; padding-left: 0; margin-top: 3.75rem;}
.serveOne .right img {max-width: 100%;}
.serveOne .right .desc {padding: 1.25rem 0;}
@media (any-hover: hover) {
  .serveOne .menu ul li a:hover {font-weight: bold;}
  .serveOne .menu ul li a:hover::before {width: 100%;}
  .serveOne .menu ul li a:hover::after {opacity: 1;}
}

@media (max-width: 1366px) {
  /* .serveOne .menu ul li a {padding: 1rem 2.5rem;} */
}

.serveTwo {padding: 7.5rem 0; display: none;}
.serveTwo .list {margin-top: 3.75rem;}
.serveTwo .list ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem;}
.serveTwo .list li {border: 3px solid #F9F9F9;}
.serveTwo .list li a {display: block; padding: 1.25rem;}
.serveTwo .list li .imgBox {position: relative; padding-bottom: 67%; overflow: hidden;}
.serveTwo .list li .imgBox img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.serveTwo .more {margin-top: 3.75rem;}
@media (any-hover: hover) {
  .serveTwo .list li:hover .imgBox img {transform: scale(1.05);}
}

.serveThre {margin-top: 6.25rem; margin-bottom: 8.75rem;}
.serveThre .box {padding: 1.25rem 6.25rem; background: url(../images/serveThre-bj.jpg) no-repeat center; background-size: cover; min-height: 17.5rem; overflow: hidden; border-radius: 1.25rem;}
.serveThre .p1 {line-height: 1.2;}


/* =====服务区域 */
.aeraOne {background: #fff; padding-bottom: 11.25rem;}
.aeraOne .mapBox {margin-left: 0; width: 100%;}
.aeraOne .numlist {display: flex;justify-content: space-between; margin-top: 8rem;}
.aeraOne .numlist .item {margin-top: 0;}


/* =====荣誉资质 */
.honorOne .nav ul {display: flex; gap: 2.5rem;}
.honorOne .nav li a {display: block; padding: 1rem 2.5rem; font-size: var(--font20); color: #333; border: 1px solid #333333; border-radius: 6.25rem; transition: .5s;}
.honorOne .nav li.on a {background: #223E71; color: #fff; border-color: #223E71;}
@media (any-hover: hover) {
  .honorOne .nav li a:hover {background: #223E71; color: #fff; border-color: #223E71;}
}

/* =====合作伙伴 */
.partner {padding: 6.25rem 0; padding-bottom: 0;}
.partner ul {display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem;}
.partner li {height: 10.5rem; background: #f0f3f8; padding: 1.5rem; border-radius: .625rem; display: flex; align-items: center; justify-content: center;}
.partner li img {min-width: 60%; max-width: 100%; max-height: 100%; object-fit: contain;}

/* =====企业风采 */
.gance {padding: 6.25rem 0;}
.gance .list ul {column-count: 3; column-gap: 1.5rem; } 
.gance .list li {break-inside: avoid; margin-bottom: 1.5rem;}
.gance .list li img {width: 100%;  display: block;}


/* ======联系我们 */
.tactOne {background: #F5F5F5;}
.tactOne .le {padding: 3.5rem 5%; width: 40%;}
.tactOne .re {flex: 1;}
.tactOne .re img {width: 100%; height: 100%; object-fit: cover;}
.tactOne .tle .h1 {padding-bottom: 1.5rem; border-bottom: 1px solid #BCBCBC;}
.tactOne .con {width: 100%;}
.tactOne dl {padding-top: 1.875rem;}
.tactOne dl dd {display: flex; margin-top: 2rem;}
.tactOne dl dd .icBox {width: 2rem; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; flex-shrink: 0;}
.tactOne dl dd .icBox img {max-width: 100%; min-width: 80%;}
.tactOne dl dd .d1 {color: #7A7A7A;}
.tactOne dl dd .d2 , .tactOne dl dd p a {font-size: var(--font20); font-weight: 700;color: #333333;}
.tactOne .code {margin-top: 4.375rem; display: flex; gap: 1.875rem; margin-left: 2.5rem;}
.tactOne .code .img {width: 10rem; height: 10rem;}
.tactOne .code .img img {width: 100%; height: 100%; object-fit: contain;}
.tactOne .code .item span {display: block;margin-top: 1rem; text-align: center; }






/* =====新闻 */
.newsMain{padding: 5rem 0;}

.newslist .list ul {display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem;}
.newslist .list li .imgBox {height: 20.125rem; overflow: hidden;}
.newslist .list li .imgBox img {width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.newslist .list li .info {margin-top: 1.5rem;}
.newslist .list li .time {margin: .75rem 0;}
@media (any-hover: hover) {
  .newslist .list li:hover .imgBox img {transform: scale(1.1);}
}



/* 新闻详情 */
.mbx .layui-breadcrumb {position: relative; padding-left: 1.5rem;}
.mbx .layui-breadcrumb>* {font-size: var(--font16); }
.mbx .layui-breadcrumb::before {content: '\e715'; font-family: layui-icon !important; position: absolute;left: 0; font-weight: 700; color: #666; font-size: var(--font16);}
.mbx .layui-breadcrumb a:hover {color: #223E71 !important;}

.newsDateMain {background: #f9f9f9; border-bottom: 1px solid #ddd; padding: 3rem 0 0;}


.newsxq-box {padding: 1.875rem 0; margin-bottom: 2.75rem; 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: 2.5rem; box-sizing: border-box;}
.newsxq-title {border-bottom: 1px solid #ddd; padding-bottom: 2.5rem;}
.newsxq-title strong {display: block; font-size: var(--font30); color: #333;line-height: 1.4; font-weight: 500;}
.newsxq-title span {display: block;margin-top: .625rem; color: #777;}
.newsxq-editbox {margin: 1.875rem 0;}
.newsxq-editbox img {max-width: 100%; height: auto !important;}
.newsxq-page {display: flex; justify-content: space-between; align-items: center; margin-top: 3.125rem;}
.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.125rem;height: 3.125rem;min-width: 35px;min-height: 35px;   border: .125rem solid #eeeeee;border-radius: .313rem;}
.news-prev svg {transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.news-prev svg ,.news-next svg {width: 30%; height: 30%;}
.newsxq-page em {display: inline-block; font-size: var(--font16); color: #333;}
.prev-link em {margin-left: 1rem;}
.next-link em {margin-right: 1rem;}
.next-link {flex-direction: row-reverse;}
.newsxq-page a:hover .news-prev,.newsxq-page a:hover .news-next {background: #223E71; }
.newsxq-page a:hover svg path {fill: #fff;}
.newsxq-box .news-right {width: 29%;background: #fff; border-radius: 1rem;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: 7rem;}
.newsxq-box .news-right h2 {font-size: var(--font26); font-weight: 500;}
.newsDate .relist li a {display: flex; justify-content: space-between;}
.newsDate .relist .reImg {width: 35%;border-radius: .313rem; overflow: hidden; min-height: 5.625rem}
.newsDate .relist .reImg img {width: 100%; height: 100%;object-fit: cover; transition: .35s;}
.newsDate .relist .recon {width: 58%;}
.newsDate .relist li {margin-top: 1.875rem;}
.newsDate .relist span {color: #999999; font-size: var(--font14);}
.newsDate .relist h6 {color: #333333; font-size: var(--font17); transition: .35s; margin-top: .313rem}
.newsDate .news-right::after {content: "";  background:#223E71; width: 65%; position: absolute; left: 50%; bottom: -3%; height: .438rem; border-radius: .25rem; transform: translate(-50%, -50%);}
@media (any-hover:hover) {
  .newsDate .relist li:hover h6 {color: #223E71;}
  .newsDate .relist li:hover .reImg img {transform: scale(1.05);}
}



/* 2026.1.4荣誉证书列表页显示 */
.honorOnes{display: block;}

/* 2026.1.29地址调整 */
.foter_us dl dd{flex-direction: column;}




