/* 字体引入 */
@font-face {
  font-family: 'PingFang SC';
  src: url('../font/MONTSERRAT-REGULAR.woff2') format('woff2');
  src: url('../font/MONTSERRAT-REGULAR.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PingFang SC';
  src: url('../font/MONTSERRAT-BOLD.woff2') format('woff2');
  src: url('../font/MONTSERRAT-BOLD.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PingFang SC';
  src: url('../font/MONTSERRAT-MEDIUM.woff2') format('woff2');
  src: url('../font/MONTSERRAT-MEDIUM.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PingFang SC';
  src: url('../font/MONTSERRAT-LIGHT.woff2') format('woff2');
  src: url('../font/MONTSERRAT-LIGHT.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PingFang SC';
  src: url('../font/MONTSERRAT-THIN.woff2') format('woff2');
  src: url('../font/MONTSERRAT-THIN.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* banner */
.ny-banner {position: relative; overflow: hidden;}
.ny-banner .bjBox img {width: 100%; min-height: 16rem; object-fit: cover; }
.ny-banner .box {top: 60%;}
.ny-banner .con .p1 {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
   font-size: 4.625rem;text-transform: uppercase; font-weight: 900;color: rgba(255, 255, 255, 0); text-stroke: 1px #FFFFFF; -webkit-text-stroke: 1px #FFFFFF;}
.ny-banner .p2 {margin-top: 1.25rem;text-transform: uppercase; letter-spacing: .25rem;}
.ny-banner .con {}
.banner_nav {display: flex; flex-wrap: wrap; gap: 1.75rem; margin-top: 2.625rem;}
.banner_nav .item a {border: 1px solid rgba(255, 255, 255,.3); min-width: 11.875rem; display: block; text-align: center; padding: 1rem 1.5rem; border-radius: 6.25rem;color: #fff; transition: .5s;}
.banner_nav .item.on a {background: #fff; border-color: #fff; color: #333;}
.banner_nav .item a:active {background: #fff; border-color: #fff; color: #333;}
@media (any-hover: hover) {
  .banner_nav .item a:hover {background: #fff; border-color: #fff; color: #333;}
}

.ny-banner .mbx {position: absolute; bottom: 0;left: 0; width: 100%;}


body{
  font-family: 'PingFang SC';
}

.mt-5{
  margin: 0.5rem 0 0 0;
}

/* =====新闻中心 */
.newsOne {padding: 5rem 0;}
.newsOne .box {align-items: flex-start;}
.newsOne .le {background: #FFFFFF;width: 23%;position: sticky; top: 7rem; }
.newsOne .re {width: 75%;}
.newsOne .le .tit {background: #424D58; padding: 1.375rem 0; padding-left: 2.25rem;}
.newsOne .le .nav ul li {margin-bottom: .625rem;}
.newsOne .le .nav ul li a {font-size: var(--font20); color: #333; display: block; position: relative; transition: .5s;}
.newsOne .le .nav ul li a::after {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: .25rem; height: .25rem; transition: .5s; opacity: 0;  background: #125F97; content: ''; }
.newsOne .le .nav ul li:active a {padding-left: 1.25rem; color: #125F97; font-weight: 700;}
.newsOne .le .nav ul li:active a::after {opacity: 1;}
.newsOne .le .nav ul li.on a {padding-left: 1.25rem; color: #125F97; font-weight: 700;}
.newsOne .le .nav ul li.on a::after {opacity: 1;}
@media (any-hover: hover) {
  .newsOne .le .nav ul li:hover a {padding-left: 1.25rem; color: #125F97; font-weight: 700;}
  .newsOne .le .nav ul li:hover a::after {opacity: 1;}
}
.newsOne .le .info {background: #F8F8F8;;padding: 2.25rem;}
.newsOne .le .info .imgBox {margin-top: 5rem;}
.newsOne .le .info .imgBox img {width: 100%;}
.newsOne .le .info .tel_box {margin-top: 1.875rem;}
.newsOne .le .info .tel_box img {width: 2.5rem;}
.newsOne .le .info .tel_box .tekl_p1 {color: #CBCBCE; font-weight: 700;}
.newsOne .le .info .tel_box .tekl_p2 {line-height: 1;}
.newsOne .list li {padding: 1.5rem; margin-bottom: 1.25rem;background: #F2F2F2; border: 1px solid transparent; transition: .5s;}
.newsOne .list li a {display: flex; justify-content: space-between;}
.newsOne .list li .imgBox {width: 22.5%; overflow: hidden;}
.newsOne .list li .imgBox img {width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.newsOne .list li .info {width: 72%; padding-right: 3.75rem;}
.newsOne .list li .p1 {margin-top: 1rem; transition: .5s;}
.newsOne .list li .p2 {margin-top: 1rem;}
.newsOne .list li .more {color: #125F97; margin-top: 1.25rem;}
@media (any-hover: hover) {
  .newsOne .list li:hover {border-color: #125F97;}
  .newsOne .list li:hover .p1 {color: #125F97; font-weight: 700;}
  .newsOne .list li:hover .imgBox img {transform: scale(1.05);}
}


/* 新闻详情 */
.newsDateMain {background: #f9f9f9; padding-top: 6.25rem; border-bottom: 1px solid #ddd;}
.newsDate {padding: 0 0 6.25rem;}
.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: #08338F; }
.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: 6rem;}
.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:#08338F; 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: #08338F;}
  .newsDate .relist li:hover .reImg img {transform: scale(1.05);}
}

.section1 .swiper-pagination {
  position: absolute;
  bottom: 2.81rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .swiper-pagination img{
  width: 1.19rem;
  height: 1.44rem;
  cursor: pointer;
}
.section1 .swiper-pagination .choise-img{
  display: none;
}

.section1 .swiper-pagination .active .choise-img{
  display: block !important;
}
.section1 .swiper-pagination .active .nochoise{
  display: none !important;
}

.section1 .swiper-pagination .item{
  margin: 0 0.94rem 0 0;
  display: flex;
  align-items: center;
}

.section1 .left-img{
  width: 1.5rem;
  height: 2.75rem;
  position: absolute;
  left: 3.13rem;
  top: 23.5rem;
  z-index: 99;
  cursor: pointer;
}

.section1 .right-img{
  width: 1.5rem;
  height: 2.75rem;
  position: absolute;
  right: 3rem;
  top: 23.5rem;
  z-index: 99;
  cursor: pointer;
}


.section4 .left-img{
  width: 1.5rem;
  height: 2.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-250%);
  cursor: pointer;
  z-index: 88;
}

.section6 .left-img{
  width: 1.5rem;
  height: 2.75rem;
  position: absolute;
  left: -2.6rem;
  top: 50%;
  transform: translateY(86%);
  cursor: pointer;
  z-index: 88;
}

.section4 .bottom-box {
  position: relative;
}

.section4 .swiper-boxs{
  position: static;
  overflow: hidden;
}

.section4 .swiper-box{
  position: relative;
  display: none;
}

.section4 .right-img{
  width: 1.5rem;
  height: 2.75rem;
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%) translateX(250%);
  z-index: 99;
  cursor: pointer;
}

.section6 .right-img{
  width: 1.5rem;
  height: 2.75rem;
  position: absolute;
  right: -2.6rem;
  top: 50%;
  transform: translateY(86%);
  z-index: 99;
  cursor: pointer;
}

.section1 .swiper-slide{
  display: flex;
  justify-content: center;
}

.section1 .contents-box{
  width: 80%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 17.69rem 0 0 0;
}

.section1 .left-box{
  width: 54%;
}

.section1 .left-box .text1{
  font-weight: 300;
  font-size:  2.38rem;
}

.section1 .left-box .text2{
  width: 27.31rem;
  margin: 0 0 0 1.5rem;
}

.section1 .left-box .text3{
  font-weight: 500;
  font-size: 2.38rem;
  color: #171C61;
}

.section1 .left-box .text4{
  font-weight: 500;
  font-size: 2.38rem;
  color: #333;
  margin: 0 0 0 1rem;
}

.section1 .left-box .text5{
  font-weight: 900;
  font-size: 2.38rem;
  color: #333;
}

.section1 .right-box{
  width: 35%;
}

.section1 .link-a{
margin: 5rem 0 0 0;
}

.link-a{
  width: 4.69rem !important;
  height: 4.69rem !important;
  
  background: #171C61;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}

.link-a:hover img{
  transform: rotate(45deg);
}

.link-a img{
 width: 1rem !important;
 height: 0.94rem !important;
  transition: all 0.3s ease;
}


/* 公用样式 */
#c-placeholder {
  height: 6rem;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: .5s;
}

.headBox {
  padding: 0px 2.4% 0 4.5%;
  height: 6.13rem;
  position: relative;
  z-index: 1;
  transition: .5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}

.section1 .swiper-box{
  height: 100%;
  width: 100%;
  background: url('../images_new/section1-bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.section1 .top-box{
  display: flex;
}

.section1 .swiper-container-banner{
  height: 100%;
}

.section1 img{
  object-fit: contain;
}

.headBox .box {
  height: 100%;
}

.headBox .logo {
  padding: 1.06rem 0;
  height: 100%;
}

.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 .le .logo a {
  height: 100%;
}

.head_search_right{
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: flex-end;
}

.headBox .re {
  height: 100%;
  width: 57%;
}
.headBox .box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.langch-box{
  margin: 0 1.56rem 0 0.69rem;
}

.search-text{
  margin: 0 0 0 4.13rem;
}

/* 导航 */
/* 取消layui默认样式 */
.qx-style {
  padding: 0;
  border-radius: 0;
  background: none;
}

.qx-style .my-layui-nav-item {
  line-height: initial;
}

.qx-style .my-layui-nav-item a {
  padding: 0;
}

/* 取消layui默认样式 end!!!*/

nav {
  height: 100%;
  width: 100%;
}

nav>ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

nav .layui-nav .my-layui-nav-item {
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 1;
}

nav .layui-nav .my-layui-nav-item>a {
  color: #333333;
  position: relative;
  z-index: 1;
  font-size: var(--font16);
  font-weight: 400;
  transition: 0.4s;
}

nav .layui-nav .my-layui-nav-item>a:hover {
  color:#171C61;
}

nav .layui-nav .my-layui-nav-item>.layui-this a {
  color:#171C61;
}

nav .layui-nav .my-layui-nav-item>a i {
  display: none;
}

nav .layui-nav .my-layui-nav-item::before {
  bottom: 0;
  width: 0;
  transition: .5s;
  content: '';
  position: absolute;
  left: 0;
  height: .125rem;
  background: #fff;
}

nav .layui-nav>.layui-this:after,
nav .layui-nav-bar {
  display: none;
}

.head_search{
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0E4093;
  cursor: pointer;
}

.header .right-box{
  width: 8.19rem;
  height: 2.83rem;
  color: white;
  font-size: 1rem;
  text-align: center;
  line-height: 2.83rem;
  background: #171C61;
  border-radius: 1.41rem;
  margin: 0 0 0 2.31rem;
  cursor: pointer;
}

.head_search img {
  width: 100%;
  height: 100%;
}

/* 搜索下拉 */
.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: #113EFF;
  border-radius: .313rem;
  font-size: var(--font20);
  color: #ffffff;
  cursor: pointer;
}


/* 鼠标悬浮 */

.header .my-layui-nav-item a:hover{
  color: #171C61 !important;
}

.head_search img:hover{
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

/* .header.c-head-move {transform: translateY(-100%);} */

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



.more1 {
  background: #0075CC;
  border-radius: 6.25rem;
  padding: .95rem 2.5rem;
  color: #fff;
  display: inline-block;
  transition: .5s;
}

.more1_1 {
  background: #2045D8;
}

.more2 {
  background: none;
  border: 1px solid #fff;
}


@media (any-hover: hover) {
  .more1:hover {
    box-shadow: 0 0 0 .625rem rgba(0, 117, 204, .4);
  }

  .more1_1:hover {
    box-shadow: 0 0 0 .625rem rgba(32, 69, 216, .4);
  }

  .more2:hover {
    background: #fff;
    color: #0075CC;
  }
}

.xian-bottom{
  height: 1px;
  width: 100%;
  background: rgba(255,255,255, .06);
}

/* =====底部 */
.footer {
  background: #101D2C;
  height: 28.13rem;
}

.footer2{
  height: 4.88rem;
  display: flex;
  justify-content: center;
  background: #101D2C;
}

.footer-box{
   background: #101D2C;
   position: relative;
}

.footer-box .gotop-box{
  position: fixed;
  bottom: 6.56rem;
  right: 2.38rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  display: none;
}

.shows{
  display: block !important;
}

.footer-box .gotop-box .img-box{
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  background: #171C61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 0;
}

.footer-box .gotop-box .img-box img{
  width: 1.19rem;
  height: 1.31rem;
}

.footer2 .copyRight{
  width: 70%;
}

.f-big{
  font-size: 1.5rem !important;
}

.footer_logo img {
  max-width: 23.5%;
  object-fit: contain;
  min-width: 6.94rem;
}

.foter_top .links ul {
  display: flex;
  gap: 1.25rem;
}

.foter_top .links li a {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .3);
  transition: .5s;
}

.foter_top .links li a:hover {
  background: #fff;
}

.foter_top .links li a svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.foter_top .links li a svg path {
  fill: #fff;
  transition: .5s;
}

.foter_top .links li a:hover svg path {
  fill: revert-layer;
}

.foter_top .links ul {
  display: flex;
}

.foterBox {
  display: flex;
  justify-content: space-between;
}

.foterBox .xian {
  width: 1px;
  background: rgba(255, 255, 255, .12);
}

.foternav {
  padding-top: 5.44rem;
  padding-bottom: 6.25rem;
  width: 76%;
  display: flex;
  justify-content: space-between;
}

.foternav dl dt {
  font-size: var(--font18);
  color: #fff;
  margin-bottom: 1.13rem;
  font-weight: 300;
}



.foternav dl dd {
  margin-bottom: .625rem;
  max-width: 14.63rem;
}


.foternav dl:last-child dd{
  width: 7.81rem;
}

.foternav dl dd a {
  color: #767A80;
  font-size: 0.94rem;
  font-weight: 300;
}

.foternav dl dd a:hover {
  color: #fff;
}

.foter_us {
  flex: 1;
  padding-top: 5.38rem;
}
.foter_top .links{
  width: 100%;
}

.foter_us .code {
  width: 11rem;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .2)
}

.foter_us .code img {
  width: 100%;
}

.foter_us .code span {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, .4);
  margin-top: 1rem;
}

.foter_us .info_us .item {
  margin-top: 1.25rem;
}

.foter_us .info_us .item .i1 {
  font-size: var(--font15);
  color: rgba(255, 255, 255, .5);
}

.foter_us .info_us .item .i2 {
  color: #fff;
}

.foter_us .info_us .item .i2 a {
  font-weight: 700;
  color: #fff;
}

.copyRight {
  display: flex;
  justify-content: space-between;
}

.copyRight .right-box{
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .7);
}

.copyRight .right-box span{
  margin: 0 0 0 2.87rem;
}

.copyRight .left-box{
  display: flex;
  align-items: center;
}

.copyRight p,
.copyRight p a {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, .7);
}

.copyRight p a:hover {
  color: #fff;
}

/* =====应用领域 */
.appOne {padding: 5rem 0;}
.appOne .aboutTle {padding-bottom: 3rem; border-bottom: 1px solid #F2F2F2;}
.appOne .list {margin-top: 3.125rem;}
.appOne .list ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;}
.appOne .list li { border-radius: 1.125rem; overflow: hidden; position: relative;}
.appOne .list li .imgBox {overflow: hidden;}
.appOne .list li .imgBox img {width: 100%; transition: .5s;}
.appOne .list li .li_tle {padding-bottom: 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, .5); position: relative;}
.appOne .list li .li_tle::before {content: ''; position: absolute; left: 0; bottom: 0; width: 4rem; background: #fff; height: 1px;}
.appOne .list li .info {position: absolute; height: 100%; display: flex; justify-content: space-between; flex-direction: column; bottom: 0; left: 0; right: 0; padding: 2.5rem; background: linear-gradient(180deg, #040404 0%,rgba(255, 255, 255, 0) 50%,rgba(0, 0, 0, 0.5) 100%); color: #fff;}
@media (any-hover: hover) {
  .appOne .list li:hover .imgBox img { transform: scale(1.05);}
}


.aboutFive {padding-bottom: 5rem;}
.aboutFive .aboutTle {padding-bottom: 2.25rem; border-bottom: 1px solid #F2F2F2;}
.aboutFive .swiperBox {position: relative; margin-top: 3.75rem;}
.aboutFive .slide {border: 1px solid #F2F2F2;}
.aboutFive .slide a {display: block; background: #F2F2F2; transition: .5s;}
.aboutFive .slide .imgBox {height: 20rem; background: #fff; display: flex; align-items: center; justify-content: center;}
.aboutFive .slide .imgBox img {min-width: 80%; max-width: 100%; object-fit: contain; max-height: 100%;}
.aboutFive .slide .info {padding: 1.5rem 1.875rem; color: #333;}
.aboutFive .slide .info i {font-size: var(--font16);}
@media (any-hover: hover) {
  .aboutFive .slide:hover a {background: #125F97;}
  .aboutFive .slide:hover .info {color: #fff;}
}

.about-main{
  padding: 5rem 0;
}

.gray-bg{
  background: #f5f5f5;
}

.banner_nav li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: .5s;
  width: 0;
  height: .375rem;
  background: #0075CC;
}

.banner_nav li.on a::after {
  width: 100%;
}

@media (any-hover: hover) {
  .banner_nav li a:hover::after {
    width: 100%;
  }
}

/* =====产品中心 */
.pro-banner {position: relative; }
.pro-banner .con .p1 {color: #002F52;text-stroke: 1px #125F97;-webkit-text-stroke: 1px #125F97;}
.pro-banner .con .xian {width: 6.75rem; height: 1px;background: #125F97; margin-top: 2.5rem;}

.proOne {padding: 6.25rem 0;}
.proOne .box {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.proOne .box .le {width: 17%; min-width: 12.5rem; padding-bottom: 2.5rem; position: sticky; top: 7rem; background: #fff;}
.proOne .box .re {width: 80%;}
.proOne .tle {background: #125F97;padding: 1.875rem; padding-right: 1rem; line-height: 1;}
.proOne .tle .icBox img {width: 2.5rem;}
.proOne .box .le .more a {display: flex;}
/* 左侧产品栏目 */
.proOne .menu {margin-bottom: 3.125rem;}
.proOne .menu ul {}
.proOne .menu li {border-bottom: 1px solid #F7F7F7;}
.proOne .menu li .menu-li {display: flex; justify-content: space-between; gap: 1rem; padding: 1.875rem 0; min-height: 40px;  cursor: pointer; transition: background .3s; z-index: 1; position: relative; }
.proOne .menu li .menu-li a {color: #333; display: flex; font-size: var(--font20); align-items: center;color: #333; font-weight: 500;}
.proOne .menu li .menu-li i {font-size: var(--font12); flex-shrink: 0; width: 1.5rem; height: 1.5rem; background: #E5E5E5; border-radius: 50%; display: flex; justify-content: center; align-items: center;  color: #fff; transition: .5s;}
.proOne .menu li .menu-li i::before {transform: scale(.8);}
.proOne .menu li .menu-li.on i {transform:rotate(90deg); background: #125F97;}
.proOne .menu li .menu-li:hover a {color: #125F97; font-weight: bold;}
.proOne .menu li .s-menu { width: 100%; padding: 1.25rem 0; border-bottom: 1px solid #125F97; padding-top: 0; position: relative; z-index: 0;  display: none;}
.proOne .menu li .s-menu .item {margin-bottom: .625rem;}
.proOne .menu li .s-menu a {width: 100%; color: #666; transition: all ease-out 0.3s; position: relative;}
.proOne .menu li .s-menu a:hover , .proOne .menu li .s-menu a.on {color: #125F97; font-weight: bold;}
.proOne .menu li .menu-li.on {}
.proOne .menu li .menu-li.on a {color: #125F97; font-weight: bold;}
.proOne .menu li .s-menu.on {display: block;}

/* 右侧产品列表 */
.proOne .list {}
.proOne .list ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.875rem;}
.proOne .list li {background: #F7F7F7; border-radius: .375rem;  overflow: hidden; border: 1px solid #D6D6D6; position: relative; transition: .5s;}
.proOne .list li .icBox { position: absolute; right: 1.25rem; top: 1.25rem; width: 3.5rem; height: 3.5rem; border-radius: 50%; transform: scale(0); background: #125F97; transition: .5s;}
.proOne .list li .icBox img {width: 40%; filter: brightness(100); -webkit-filter:brightness(100);}
.proOne .list li .imgBox {height: 23.75rem; border-bottom: 1px solid #E2E2E2; overflow: hidden; display: flex; align-items: center; justify-content: center;mix-blend-mode: multiply;}
.proOne .list li .imgBox img {width: 100%; max-height: 100%; object-fit: contain; transition: .5s;}
.proOne .list li .info {padding: 1.875rem;}
.proOne .list li .text {margin-top: 1rem; line-height: 1.8;}
.proOne .list li .p1 {transition: .5s;}
@media (any-hover: hover) {
  .proOne .list li:hover {border-color: #125F97;}
  .proOne .list li:hover .imgBox img {transform: scale(1.05);}
  .proOne .list li:hover .icBox {transform: scale(1);}
  .proOne .list li:hover .p1 {color: #125F97; font-weight: 700;}
}

/* 遮罩层样式 */
.mask-layer {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 998;display: none;}
/* PC端隐藏切换按钮 */
@media screen and (min-width: 768px) {
  .filter-toggle {display: none;}
}

.proTwo {background: #FCFCFC; padding: 5rem 0;}
.proTwo .list {margin-top: 6.25rem;}
.proTwo .list ul {display: grid; grid-template-columns: repeat(4,1fr); gap: 6.25rem; row-gap: 5rem;}
.proTwo .list li {padding-bottom: 3.125rem; border-bottom: 1px solid #D0D0D0;}
.proTwo .list li .icBox {width: 3.75rem; height: 3.75rem; border-radius: .5rem; background: #125F97; display: flex; justify-content: center; align-items: center;}
.proTwo .list li .icBox img {min-width: 50%; max-width: 60%;}

/* 产品详情 */
.proDateMain {padding-top: 6.25rem;}
.proDateOne {background: url(../images/proDateOne-bj.jpg) no-repeat center; background-size: cover; padding: 3.75rem 0;}
.proDateOne .imgBox {width: 35%;}
.proDateOne .imgBox img {max-width: 100%; min-width: 60%;mix-blend-mode: multiply;}
.proDateOne .info {width: 53%;}
.proDateOne .info .p1 {padding-bottom: 2.5rem; border-bottom: 1px solid #DADADA;}
.proDateOne .info .p2 {margin-top: 2.5rem; line-height: 2; color: #666;}
.proDateOne .info .more {margin-top: 3.75rem; gap: 6.25rem;}
.proDateOne .info .tel_box img {width: 2.5rem;}
.proDateOne .info .tel_box .tekl_p1 {color: #CBCBCE; font-weight: 700;}
.proDateOne .info .tel_box .tekl_p2 {line-height: 1;}
.proDateTwo .date_info {background: #F2F2F2;}
.proDateTwo .date_info .tit {background: #424D58; padding: 1.375rem 0; padding-left: 1.875rem; text-transform: uppercase;}
.proDateTwo .date_info .info {padding: 1.25rem;}
.proDateTwo .date_info .info img {max-width: 100%;}

.ny-banner2 .tle .t1 {
  color: rgba(255, 255, 255, .5);
}

.ny-banner2 .mbx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}

.mbx .layui-breadcrumb {
  position: relative;
  padding-left: 1.5rem;
}

/* .mbx .layui-breadcrumb>* {
  font-size: var(--font16);
  color: #fff !important;
} */

.mbx .layui-breadcrumb::before {
  content: '\e715';
  font-family: layui-icon !important;
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #fff;
  font-size: var(--font16);
}

.mbx .layui-breadcrumb a:hover {
  color: #0075CC !important;
}

/* ==============关于我们 */

.xian{
  width: 1px;
  height: 3.94rem;
  background: #DFDDDD;
}

.aboutTwo .list li .icBox {
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutTwo .list li .icBox img {
  max-height: 100%;
  min-height: 80%;
  object-fit: contain;
}

.aboutTwo .list li .p1 {
  font-size: var(--font30);
  font-weight: 700;
  color: #1C519B;
  margin-top: 1.875rem;
}

.aboutTwo .list li .p2 {
  margin-top: 2.5rem;
  color: #666666;
  font-size: var(--font20);
}

.aboutThre {
  background: url(../images/aboutThre-bj.jpg) no-repeat center;
  background-size: cover;
  padding: 7.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.aboutThre .box {}

.aboutThre .big-swiperBox {
  position: relative;
  margin-top: 5.625rem;
}

.aboutThre .swiperBox1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  transform: translateY(-50%);
}

.aboutThre .swiperBox1 .container {
  position: relative;
}

.aboutThre .swiperBox1 .slide .year {
  font-size: 20rem;
  opacity: 0.1;
  color: #fff;
  text-align: center;
  font-family: Arial, Arial-Bold;
  font-weight: 700;
  line-height: 1;
}

.aboutThre .swiperBox2 {
  position: relative;
  z-index: 8;
  color: #fff;
  text-align: center;
  min-height: 18.75rem;
  display: flex;
  align-items: center;
}

.aboutThre .swiperBox2 .slide .con {
  padding: 1.875rem 0;
  max-width: 80%;
  margin: auto;
}

.aboutThre .swiperBox2 .slide .text {
  margin-top: 1.25rem;
  font-size: var(--font20);
  line-height: 1.8;
}

.aboutThre .swiperBox2 .slide .text p {
  color: #fff;
}

.aboutThre .swiperBox3 {
  position: relative;
  z-index: 8;
  color: #fff;
  text-align: center;
  margin-top: 12.5rem;
}

.aboutThre .swiperBox3 .swiper {
  overflow: visible;
}

.aboutThre .swiperBox3 .swiper::before {
  content: "";
  position: absolute;
  top: calc(.625rem / 2);
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.aboutThre .swiperBox3 .slide {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 3.75rem;
  cursor: pointer;
}

.aboutThre .swiperBox3 .c-dot {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .625rem;
  height: .625rem;
  position: relative;
  transition: all 0.4s;
}

.aboutThre .swiperBox3 .c-dot::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: #fff;
  background-size: contain;
  opacity: 0;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transition: all 0.4s;
}

.aboutThre .swiperBox3 .c-dot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #B9C8D5;
  transition: all 0.4s;
}

.aboutThre .swiperBox3 .syear {
  width: 100%;
  transition: all 0.4s;
  line-height: 1;
  font-size: var(--font22);
  font-family: Arial, Arial-Bold;
}

.aboutThre .swiperBox3 .swiper-slide-thumb-active .c-dot::after {
  opacity: 1;
  background: #fff;
}

.aboutThre .swiperBox3 .swiper-slide-thumb-active .c-dot::before {
  opacity: 1;
  transform: rotate(0);
  animation: scalemap 2s linear infinite;
}

.aboutThre .swiperBox3 .swiper-slide-thumb-active .syear {
  font-size: var(--font30);
  transform: translateY(10%);
  font-weight: 700;
}

/* 控件 */
.aboutThre .swiperBox2 .swjt {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: .5s;
}

.aboutThre .swiperBox2 .swjt.swiper-button-prev {}

.aboutThre .swiperBox2 .swjt i {
  color: #fff;
  font-size: var(--font20);
}

.aboutThre .swiperBox2 .swjt:active {
  background: rgba(255, 255, 255, 0.3);
}

@media (any-hover: hover) {
  .aboutThre .swiperBox2 .swjt:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}

.aboutFour {
  background: url(../images/aboutFour-bj.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 18.75rem;
}

.aboutFour .jtBox {
  position: relative;
  display: flex;
}

.aboutFour .jtBox .swjt {
  position: relative;
  left: 0;
  bottom: 0;
  transform: none;
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  background: #fff;
  transition: .5s;
}

.aboutFour .jtBox .swjt i {
  color: #666;
  font-size: var(--font22);
  opacity: .5;
}

.aboutFour .jtBox .swjt:active {
  background: #0075CC;
}

.aboutFour .jtBox .swjt:active i {
  color: #fff;
  opacity: 1;
}

@media (any-hover: hover) {
  .aboutFour .jtBox .swjt:hover {
    background: #0075CC;
  }

  .aboutFour .jtBox .swjt:hover i {
    color: #fff;
    opacity: 1;
  }
}

.aboutFour .swiperBox {
  margin-top: 8.75rem;
  position: relative;
}

.aboutFour .swiperBox::after {
  content: '';
  position: absolute;
  height: 1rem;
  bottom: -2rem;
  left: 0;
  background: #dfdfdf;
  box-shadow: .188rem .313rem .625rem .375rem rgba(7, 0, 2, 0.33);
  width: 100%;
}

.aboutFour .swiper {
  position: static;
}

.aboutFour .swiper .slide .imgBox {
  height: 13.75rem;
}

.aboutFour .swiper .slide img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.aboutFour .pagtion {
  width: 40%;
  top: auto;
  bottom: -8.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: #DFDFDF;
}

.aboutFour .pagtion .swiper-pagination-progressbar-fill {
  background: #0075CC;
}

/* ==============产品与应用 */
.proOne .thumbBox {
  padding: 5rem 0;
  position: relative;
}

.proOne .thumbBox::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  top: 0;
  left: 0;
  top: 51%;
}

.proOne .swiperOne .slide {
  text-align: center;
  cursor: pointer;
}

.proOne .swiperOne .slide .icBox {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proOne .swiperOne .slide .icBox img {
  max-height: 100%;
  min-height: 80%;
  object-fit: contain;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: .5;
}

.proOne .swiperOne .slide .cirle {
  position: relative;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.proOne .swiperOne .slide .cirle i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #CBCBCB;
  position: relative;
  z-index: 2;
}

.proOne .swiperOne .slide .cirle::after {
  content: '';
  opacity: 0;
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: #0075CC;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.proOne .swiperOne .slide .tit {
  margin-top: 2.25rem;
  color: #707070;
  font-size: var(--font20);
  transition: .45s;
}

.proOne .swiperOne .slide.swiper-slide-thumb-active .icBox img {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}

.proOne .swiperOne .slide.swiper-slide-thumb-active .cirle i {
  background: #0075CC;
}

.proOne .swiperOne .slide.swiper-slide-thumb-active .cirle::after {
  animation: scalemap 2s linear infinite;
}

.proOne .swiperOne .slide.swiper-slide-thumb-active .tit {
  color: #0075CC;
  font-weight: 700;
}

.proOne .swiperTwo .slide:nth-child(even) .slide_box {
  flex-direction: row-reverse;
}

.proOne .swiperTwo .slide_box {
  display: flex;
  background: #ededed;
}

.proOne .swiperTwo .info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 8%;
}

.proOne .swiperTwo .slide .imgBox {
  width: 50%;
}

.proOne .swiperTwo .slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proOne .swiperTwo .info .p1 {
  font-size: var(--font48);
  color: #333;
  font-weight: 700;
}

.proOne .swiperTwo .info .p2 {
  font-size: var(--font18);
  color: #666666;
  margin-top: 3rem;
  line-height: 1.7;
}

.proOne .swiperTwo .info .more {
  margin-top: 4.5rem;
}

.proTwo {
  padding: 5rem 0;
}

.proTwo .list {
  margin-top: 5rem;
}

.proTwo .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.proTwo .list li {
  background: url(../images/proTwo-img-bj.jpg) no-repeat center;
  background-size: cover;
  height: 31.25rem;
  text-align: center;
}

.proTwo .list li a {
  display: block;
  padding: 1.25rem;
  height: 100%;
}

.proTwo .list li .imgBox {
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.proTwo .list li .imgBox img {
  min-width: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.proTwo .list li .icBox {
  width: 4.875rem;
  height: 4.875rem;
  background: #0000FE url(../images/search-icon.png) no-repeat center;
  background-size: contain;
  background-size: 45%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: .5s;
}

.proTwo .list li .tit {
  font-size: var(--font22);
  color: #333;
  margin-top: 1.25rem;
}

@media (any-hover: hover) {
  .proTwo .list li:hover .icBox {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@media screen and (max-width:384px){
  .head_search{
    display: none !important;
  }
  .header .right-box{
    display: none !important;
  }
}



/* =====产品详情===== */
.proDate {}

.proDate .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.proDate .box .le {
  width: 20%;
  min-width: 12.5rem;
  padding: 6.25rem 0;
  padding-left: 3.125rem;
  padding-right: 1.25rem;
  position: sticky;
  top: 7rem;
  background: #EDF7FF;
}

.proDate .box .re {
  flex: 1;
  margin-left: 6.25rem;
  padding-top: 6.25rem;
}

/* 左侧产品栏目 */
.proDate .menu {
  padding-left: 1.25rem;
  position: relative;
  position: sticky;
  top: 7rem;
}

.proDate .menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #666666;
  opacity: .2;
}

.proDate .menu .menu-li {
  display: flex;
  align-items: center;
  font-size: var(--font20);
  margin-top: 1.5rem;
}

.proDate .menu .menu-li a {
  color: #333;
  font-weight: 700;
  position: relative;
}

.proDate .menu .menu-li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(calc(-50% - 1.25rem));
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  background: #0075CC;
  transition: .3s;
  opacity: 0;
}

.proDate .menu .menu-li i {
  font-size: var(--font16);
  margin-left: .625rem;
  transition: .5s;
  display: inline-block;
}

.proDate .menu .s-menu {
  padding-top: .625rem;
  display: none;
}

.proDate .menu .s-menu a {
  display: block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: .625rem;
}

.proDate .menu .s-menu a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: #666666;
}

/* 锁定样式 */
.proDate .menu .menu-li.on i {
  transform: rotate(180deg);
}

.proDate .menu .menu-li.on a::after {
  opacity: 1;
}

.proDate .menu .menu-li:hover a::after {
  opacity: 1;
}

.proDate .menu .s-menu.on {
  display: block;
}

.proDate .menu .s-menu a:hover {
  color: #0075CC;
}

.proDate .menu .s-menu a.on {
  color: #0075CC;
}

/* 右侧产品详情 */
.proDate .re {
  padding-right: 10rem;
}

.proDate .re img {
  max-width: 100%;
}

.proDate .date_tit {
  position: relative;
  display: flex;
  align-items: center;
}

.proDate .date_tit::before {
  content: '';
  width: .75rem;
  height: .75rem;
  background: #0075CC;
  border-radius: 50%;
  margin-right: .313rem;
}

.proDate .date_one {
  margin-top: 1.25rem;
}

.proDate .date_one .text {
  margin-top: 1.25rem;
}

.proDate .date_one .left {
  width: 55%;
}

.proDate .date_one .right {
  width: 40%;
}

.proDate .date_one .right img {
  width: 100%;
}

.proDate .date_two {
  padding: 3.75rem 0;
}

.proDate .date_two .list dl {
  display: flex;
  justify-content: space-between;
}

.proDate .date_two .list {
  margin-top: 3.75rem;
}

.proDate .date_two .list dd {
  text-align: center;
  width: 22%;
}

.proDate .date_two .list dd .icBox {
  width: 6.25rem;
  height: 6.25rem;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F9FF;
}

.proDate .date_two .list dd .icBox img {
  max-width: 50%;
  min-width: 40%;
}

.proDate .date_two .list dd .p1 {
  margin-top: 1.25rem;
}

.proDate .date_two .list dd .p2 {
  margin-top: .75rem;
}

.proDate .date_thre {
  padding: 3.75rem 0;
}

.proDate .date_thre .con {
  margin-top: 1.875rem;
}




/* 移动端样式 */
.filter-toggle {
  padding: 0 .625rem;
  position: fixed;
  top: 50%;
  background: #004E91;
  z-index: 9;
}

/* 遮罩层样式 */
.mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}

/* PC端隐藏切换按钮 */
@media screen and (min-width: 769px) {
  .filter-toggle {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .proDate .box .le {
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .proDate {
    position: relative;
  }

  .proDate .box .le {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 70%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s;
    box-shadow: none;
    padding: 1rem;
  }

  .proDate .box .le.show {
    left: 0;
    overflow-y: auto;
  }

  .proDate .menu {
    position: relative;
    top: 0;
  }

  .proDate .box .re {
    width: 100%;
  }

  .filter-toggle {
    display: block;
  }
}


/* ===============设备中心 */
.equip {
  position: relative;
  overflow-x: hidden;
}

.equip .menu {
  width: 13%;
  position: relative;
  top: 0;
  padding-top: 6.25rem;
  z-index: 1;
}

.equip .menu::before {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  width: 100vw;
  top: 0;
  background: rgba(240, 240, 240, 0.6);
  z-index: -1;
}

.equip .right {
  flex: 1;
}

.equip .box {
  display: flex;
}

.equip .menu ul {}

.equip .menu ul li {
  margin-bottom: 1.875rem;
}

.equip .menu ul li a {
  font-size: var(--font20);
  color: #666;
  position: relative;
  padding-bottom: .5rem;
}

.equip .menu ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  border-radius: 2px;
  height: .188rem;
  background: #0075CC;
  bottom: 0;
  left: 0;
  transition: .45s;
}

.equip .menu ul li.on a::after {
  width: 50%;
}

.equip .menu ul li.on a {
  color: #0075CC;
}

@media (any-hover: hover) {
  .equip .menu ul li a:hover::after {
    width: 50%;
  }

  .equip .menu ul li a:hover {
    color: #0075CC;
  }
}

.equip .right {
  padding: 6.25rem 0;
  padding-left: 4.375rem;
}

.equip .list {
  margin-top: 4.375rem;
}

.equip .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.equip .list li {
  box-shadow: 0px 0px 1.125rem 0px rgba(0, 0, 0, 0.03);
}

.equip .list li a {
  display: block;
  padding: 1.25rem;
}

.equip .list li .imgBox {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 1rem;
}

.equip .list li .imgBox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.equip .list li .more {
  margin-top: 1.25rem;
}

.equip .list li .jt {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: #E3E3E3;
  transform: rotate(180deg);
  flex-shrink: 0;
  transition: .5s;
}

.equip .list li .jt i {
  font-size: var(--font12);
  color: #fff;
}

@media (any-hover: hover) {
  .equip .list li:hover .imgBox img {
    transform: scale(1.1);
  }

  .equip .list li:hover .jt {
    background: #0075CC;
  }
}


/* =====新闻与活动===== */
.news {
  padding: 2.5rem 0 6.25rem;
}

.news .box {
  align-items: flex-start;
}

.news .left {
  flex: 1;
  margin-right: 3%;
}

.news .box .top {
  align-items: flex-end;
  border-bottom: 1px solid #EEEEEE;
}

.news .box .nav {
  margin-bottom: .625rem;
}

.news .box .nav ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 3.125rem;
}

.news .box .nav li a {
  padding: .875rem 2.25rem;
  border-radius: 6.25rem;
  transition: .5s;
  font-size: var(--font18);
  display: block;
}

.news .box .nav li.on a,
.news .box .nav li:active a {
  color: #fff;
  background: #0075CC;
}

@media (any-hover: hover) {
  .news .box .nav li:hover a {
    color: #fff;
    background: #0075CC;
  }
}

.news .form_box {
  width: 28%;
}

.news .form_box form {
  display: flex;
  position: relative;
}

.news .form_box form input {
  border-bottom: 1px solid #333333;
  padding: .625rem 0;
  width: 100%;
  padding-right: 3.75rem;
  box-sizing: border-box;
}

.news .form_box form button {
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: .625rem;
}

.news .list {
  margin-top: 5.625rem;
}

.news .list li {
  border-bottom: 1px solid rgba(102, 102, 102, .2);
  padding: 2.5rem 0;
}

.news .list li:first-child {
  padding-top: 0;
}

.news .list li .imgBox {
  width: 28%;
  overflow: hidden;
  border-radius: .625rem;
  height: 100%;
}

.news .list li .imgBox img {
  width: 100%;
  transition: .5s;
}

.news .list li .info {
  padding: .5rem 0;
  width: 60%;
}

.news .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .list li .time {
  margin-top: 2.5rem;
}

.news .list li .text {
  margin-top: 1.25rem;
}

.news .list li .more {
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  background: #e9e9e9;
  transform: rotate(145deg);
}

.news .list li:hover .imgBox img {
  transform: scale(1.05);
}

.news .list li:hover .info .p1 {
  color: #004E91;
}

.news .list li:hover .more {
  background: #004E91;
  color: #fff;
  transform: rotate(180deg);
  transition: .5s;
}

.news .right {
  width: 20%;
  position: sticky;
  top: 7rem;
  margin-top: 5rem;
}

.news {
  padding: 0;
}

.news .menu {
  box-shadow: 0rem 0rem 1.25rem 0rem rgba(6, 0, 1, 0.06);
  padding: 2.5rem 0;
  margin-bottom: 3.125rem;
}

.news .menu .tit {
  border-left: .625rem solid #0075CC;
  padding: 0 1.25rem;
}

.news .menu .tit h3 {
  position: relative;
}

.news .menu .tit h3::after {
  content: '';
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D0D0D0;
  opacity: .5;
}

.news .menu ul {
  padding: 0 1.25rem;
  margin-top: 3.75rem;
}

.news .menu li {
  margin-top: 1.25rem;
}

.news .menu li .menu-li {
  display: flex;
  justify-content: space-between;
  padding: .625rem 1.25rem;
  min-height: 40px;
  cursor: pointer;
  background: #f8f8f8;
}

.news .menu li .menu-li a {
  color: #333;
  display: flex;
  align-items: center;
  font-size: var(--font18);
}

.news .menu li .menu-li .more {
  width: .875rem;
  position: relative;
}

.news .menu li .menu-li .more i {
  max-width: 100%;
  position: absolute;
  font-weight: 700;
  font-size: var(--font16);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .4s;
}

.news .menu li .menu-li .more i.jia {
  opacity: 1;
}

.news .menu li .menu-li:hover a {
  color: #0075CC;
}

.news .menu li .s-menu a {
  width: 100%;
  color: #6A6A6A;
  font-size: var(--font15);
  position: relative;
  margin-bottom: 1rem;
  transition: all ease-out 0.3s;
  display: block;
}

.news .menu li .s-menu a:hover {
  color: #0075CC;
}

.news .menu li .menu-li.on {
  background: none;
}

.news .menu li .menu-li.on a {
  font-family: 'popMedium';
}

.news .menu li .menu-li.on .more i.jia {
  opacity: 0;
}

.news .menu li .menu-li.on .more i.jian {
  opacity: 1;
}

.news .menu li .s-menu.on {
  display: block;
}

.news .menu2 dl {
  margin-top: 2.75rem;
}

.news .menu2 dd {
  padding: 1.25rem 0;
  margin-top: 0;
  border-bottom: 1px solid #E5E5E5;
}

.news .menu2 dd:last-child {
  border-bottom: none;
}

.news .menu2 dd a {
  align-items: initial;
}

.news .menu2 dd .imgBox {
  width: 30%;
  min-height: 5rem;
  overflow: hidden;
}

.news .menu2 dd .imgBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.menu2 dl {
  padding: 0 1.25rem;
  margin-top: 3.75rem;
}

.menu2 dd {
  margin-top: 1.5rem;
}

.menu2 dd a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu2 dd .imgBox {
  width: 20%;
}

.menu2 dd .imgBox img {
  width: 100%;
  transition: .5s;
}

.menu2 dd .con {
  flex: 1;
  margin-left: 1.25rem;
}

.menu2 dd .tit2 {
  transition: .5s;
}

.menu2 dd:hover .tit2 {
  color: #0084CD;
}

.menu2 dd:hover .imgBox img {
  transform: scale(1.05);
}

/* ==========新闻详情 */
.newsDateMain {
  background: #f9f9f9;
}

.newsDateMain .mbx {
}

.newsDateMain .mbx .layui-breadcrumb::before {
  color: #333;
}

.tekl_p2{
  font-size: 1.3rem;
}

.newsDate {
  padding: 0 0 6.25rem;
}

.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;
  font-weight: 700;
  line-height: 1.4;
}

.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: #233f94;
}

.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: 700;
}

.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: #233f94;
  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: #233f94;
  }

  .newsDate .relist li:hover .reImg img {
    transform: scale(1.05);
  }
}

.layui-form-select dl {
  top: 100%;
}

.layui-form-select dl dd {
  line-height: initial;
  padding: .625rem;
}

.section2{
  min-height: 54rem;
  background: #fff;
  box-sizing: border-box;
  padding: 7.12rem 0 0 0;
}

.section2 .title-box{
  text-align: center;
  margin: 0 0 5rem 0;
  font-size: 3.13rem;
  font-weight: bold;
}

.section2 .container-box{
  width: 67.5%;
  margin: 0 auto;
}

.section2 .item-box{
  display: flex;
  justify-content: space-between;
}

.footer-box .container-box{
  width: 67.5%;
}

.footer2 .container-box{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1366px){
  .section2 .item-box{
    justify-content: center !important;
  }
}

@media screen and (min-width: 1200px) and (max-width:1300px){
  .container-box{
    width: 85.5% !important;
  }
}

@media screen and (min-width: 1300px) and (max-width:1400px){
  .container-box{
    width: 74.5% !important;
  }
}



.section2 .item{
  width: 49.5%;
  box-sizing: border-box;
  padding: 0 0 4rem 0;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.04);
  border-radius: 10px;
}

.section2 .top-box{
  display: flex;
  box-sizing: border-box;
  padding: 5.56rem 0 2rem 0;
  height: 23rem;
}

.section2 .bottom-box{
  box-sizing: border-box;
  padding:  0 3rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  color: #171C61;
  font-weight: 400;
}

.section2 .bottom-box .right{
  width: 3.75rem;
  height: 3.75rem;
  background: #171C61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  margin: -2rem 0 0 0;
}

.section2 .top-box img{
  width: 25.63rem;
  height: 15.25rem;
  margin: auto;
}

.section2 .top-box .top-box2img{
  width: 30.94rem !important;
  height: 11.38rem !important;
  margin: auto;
}

.section3{
  background: url(../images_new/section3-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 9.63rem 0 0 0;
  color: #fff;
}

.section3 .container-box{
  width: 67.5%;
  margin: 0 auto;
}

.section3 .text1{
  font-size: 3.13rem;
  margin: 0 0 3rem 0;
}

.section3 .text2{
  font-size: 1.06rem;
  margin: 0 0 12.06rem 0;
  width: 80%;
  font-weight: 300;
  font-family: 'Montserrat-Light';
}

.section3 .text3{
  font-family: 'Montserrat-Light';
  font-size: 1rem;
  font-weight: 300;
  padding: 0 0 8.75rem 0;
}

.section3 li{
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 1.25rem;
}

.section3 li::before{
  content: '';
  width: 0.81rem;
  height: 0.07rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section4{
  margin-bottom:3rem;
  background: #fff;
  display: flex;
  justify-content: center;
}

.section4 .container-box{
  box-sizing: border-box;
  padding: 6.63rem 0 0 0;
  width: 67.5%;
}

.section4 .top-box{
  display: flex;
  justify-content: space-between;
}

.section4 .top-box .left{
  color: #333333;
  font-size: 3rem;
  font-weight: bold;
}

.section4 .top-box .right{
  display: flex;
}

.section4 .top-box .right div{
  color: #333333;
  font-size: 1.06rem;
  width: 13.88rem;
  height: 3.31rem;
  text-align: center;
  line-height: 3.31rem;
  border-radius: 1.66rem;
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 300;
}

.section4 .choise-div{
  background: #171C61;
  color: #fff !important;
}

.section4 .bottom-box{
  position: relative;
  margin: 3.94rem 0 0 0;
  box-sizing: border-box;

}

.section4 .item-box{
    display: flex;
    position: static;
}

.section4 .item{
  margin: 0  1.75rem 0 0;
  /* width: 19rem !important; */
  width: 100%;
  height: auto;
  background: #F2F2F2;
  cursor: pointer;
  transition: .5s;
}

.section4 .item:hover{
  background: #171C61;
}

.section4 .item:hover .bottom{
  color: #fff !important;
}

.section4 .item .top{
  box-sizing: border-box;
  padding: 2rem 0 1rem 0;
  display: flex;
  justify-content: center;
}

.section4 .item .top img{
  width: 100%;
  height: 100%;
}

.section4 .item .bottom{
  font-size: 1.06rem;
  text-align: center;
  color: #333333;
  border-radius: 0.25rem;
  font-family: Montserrat;
  font-weight: 300;
  padding-bottom: 2.3rem;
}

.section5 {
  min-height: 49rem;
  display: flex;
  justify-content: center;
  background: url('../images_new/section5-bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.section5 .container-box{
  width: 67.5%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 7.88rem 0 4.06rem 0;
}

.section5 .container-box .left-box{
  width: 54%;
}

.section5 .left-box .text1{
  font-family: Montserrat;
  font-weight: 300;
  font-weight: bold;
  color: #171C61;
  font-size: 1rem;
  margin: 0 0 1.44rem 0;
}

.section5 .left-box .text2{
  color: #333333;
  font-size: 3.13rem;
  font-weight: bold;
 line-height: 2.94rem;
  margin: 0 0 3.31rem 0;
}

.section6 .icon-box{
  display: flex;
  justify-content: flex-end;
  margin: 3.5rem 0 0 0;
}

.section6 .icon-box img{
    width: 2.31rem;
    height: 1.38rem;
}

.section5 .left-box .text3{
  font-family: Montserrat-Light;
  font-weight: 300;
  margin: 0 0 1.31rem 0;
  color: #424242;
  font-size: 1rem;
}

.section5 .left-box .text4{
  font-family: Montserrat-Light;
  font-weight: 300;
  color: #424242;
  font-size: 1rem;
}

.section5 .left-box .link-box{
  color: #424242;
  font-size: 1rem;
  width: 4.69rem;
  height: 4.69rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171C61;
  border-radius: 50%;
  color: #fff;
  margin: 4.31rem 0 0 0;
}

.section5 .right-box{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section5 .right-box li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
  height: 9.94rem;
  align-items: center;
}

.section5 .right-box li .left{
  color: #171C61;
  font-size: 4.38rem;
  font-weight: bold;
}

.section5 .right-box li .left sup{
  font-size: 1.13rem;
  font-family: Montserrat-Light;
  font-weight: 300;
}

.section5 .right-box li .right{
  font-family: Montserrat-Light;
  font-weight: 300;
  font-size: 1rem;
  width: 40%;
  color: #999999;
}

.section6{
  min-height: 50rem;
  display: flex;
  justify-content: center;
}

.section6 .container-box{
  width: 67.5%;
  box-sizing: border-box;
  padding: 6.69rem 0 0 0;
  position: relative;
}

.section6 .container-box .title-box{
  color: #333;
  font-size: 3.13rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 5rem 0;
}

.section6 .item-box{
  display: flex;
  height: auto !important;
}

.section6 .swiper-box{
  overflow: hidden;
  box-sizing: border-box;
  /* padding: 0 5rem; */
}

.section6 .swiper-slide{
}

.section6 .item-box .item{
  width: auto;
  min-height: 25.69rem;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  padding: 3.06rem 2.19rem 1rem 2.19rem;
}

.section6 .item-box .item:hover{
  background: #F1F2FA !important;
}

.section6 .item-box .item .text1{
  /* width: 17.94rem; */
  margin: 0 0 2.81rem 0;
  color: #333333;
  font-size: 1.38rem;
  font-family: Montserrat-Medium;
  font-weight: 500;
}

.section6 .item-box .item .text2{
  color: #666666;
  font-size: 1rem;
  font-family: Montserrat-Light;
  font-weight: 300;
}

.section7{
  height: 42.56rem;
  background: url('../images_new/section7-bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}

.section7 .container-box{
  box-sizing: border-box;
  padding: 5.88rem 0 0 0;
  width: 67.5%;
}

.section7 .title-box{
  display: flex;
  justify-content: space-between;

}

.section7 .card-img1{
  width: 1.31rem;
  height: 1.31rem;
}

.section7 .card-img2{
  width: 1.31rem;
  height:1.06rem;
}

.section7 .card-img3{
  width: 1.38rem;
  height:1.38rem;
}

.section7 .title-box .left{
  color: #fff;
  font-size: 3.13rem;
  font-weight: bold;
}

.section7 .title-box .right a{
  width: 4.69rem;
  height: 4.69rem;
  border-radius: 50%;
  background: #171C61;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.section7 .item-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8.56rem 0 0 0;
}

.section7 .item-box li{
  width: 16.94rem;

}

.section7 .item-box li .text1{
  color: #fff;
  font-size: 1.63rem;
  width: 14.94rem;
  font-weight: 600;
  font-family: Montserrat-Regular;
  font-weight: 400;
  margin: 0 0 2.69rem 0;
}

.section7 .item-box li .text2{
  color: #fff;
  font-size: 1rem;
  font-family: Montserrat-Light;
  font-weight: 300;
}

.section7 .card-box{
  background: #fff;
  border-radius: 4.97rem;
  box-shadow: 0px 0px 9px 0px rgba(0,46,98,0.1);
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 0 5.69rem;
  height: 9.94rem;
  margin: 5rem 0 0 0;
}

.section7 .card-box .item{
  display: flex;
  align-items: center;
}

.section7 .card-box .item .left{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 3.63rem;
  height: 3.63rem;
  background: #000000;
  margin: 0 1.13rem 0 0;
  border-radius: 50%;
}
.section7 .card-box .item .right .text1{
  color: #171C61;
  font-size: 1.5rem;
  font-family: Montserrat-Regular;
  font-weight: 400;
}

.section7 .card-box .item .right .text2{
  color: #333;
  font-size: 1rem;
font-family: Montserrat-Regular;
  font-weight: 400;
}

.section8{
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}

.section8 .container-box{
  width: 67.5%;
  box-sizing: border-box;
  padding: 10.75rem 0 0 0;
}

.section8 .title-box{
  font-size: 3.13rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3.81rem 0;
}

.section8 .bottom-box{
  display: flex;
  justify-content: space-between;
}

.section8 .swiper-slide{
  box-sizing: border-box;
  padding: 3.87rem 7.19rem 3.19rem 2.44rem;
}

.section8 .swiper-pagination{
  width: auto !important;
  left: 2.56rem;
}

.section8 .swiper-pagination span{
  cursor: pointer;
  background: #fff;
}

.section8 .swiper-box{
  overflow: hidden;
  height: 100%;
}

.section8 .left-box{
  position: relative;
  width: 49%;
  height: 30.5rem;
  color: #fff;
}

.section8 .swiper-slide{
background: url('../images_new/section8-left-bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
}

.section8 .left-box .text1{
  font-size: 0.94rem;
  margin: 0 0 1.13rem 0;
  font-family: Montserrat-Light;
  font-weight: 300;
}

.section8 .left-box .text2{
  font-size: 1.5rem;
  font-family: Montserrat-Medium;
  font-weight: 500;
}

.section8 .bottom-box .right-box{
  width: 49%;
}

.section8 .right-box .item{
  flex: 1 0 0;
background: rgba(226, 230, 242,0.5);
height: 14.54rem;
box-sizing: border-box;
padding: 2.13rem 10%  2.13rem 2.5rem;
color: #333;
margin: 0 0 1.38rem 0;
}

.section8 .item .text1{
  font-size: 0.94rem;
  color: #171C61;
  margin: 0 0 1.28rem 0;
  font-family: Montserrat-Light;
  font-weight: 300;
}

.section8 .item .text2{
  font-size: 1.51rem;
  color: #333333;
  margin: 0 0 1.28rem 0;
  font-family: Montserrat-Medium;
  font-weight: 500;
  line-height: 1.88rem;
}

.section8 .item .text3{
  font-size: 0.94rem;
  color: #333333;
  font-weight: 300;
}

.footer{
  display: flex;
  justify-content: center;
}

.footer-box .center-box{
  width: 67.5%;

}

.beian-text{
  margin: 0 0 0 4.94rem;
  color: #fff;
}

.beian-text a{
  color: #fff;
  font-weight: 300;
}

.footer2 p{
  color: #fff;
  font-weight: 300;
}

.pop-box{
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.pop-box .model-box{
  display: none;
width: 30rem;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
background: #fff;
 border-radius: 8px;
  box-sizing: border-box;
  padding: 4rem 2rem 2rem 2rem;
  animation: popupFadeIn 0.3s ease-in-out forwards;
}

.Fadeout{
  animation: fadeOut 0.3s ease forwards;
}

@keyframes popupFadeIn {
      from {
        opacity: 0;
        transform: translate(-50%, -45%) scale(0.8) !important;
      }
      to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) !important;
      }
}

  @keyframes fadeOut {
      from { opacity: 1; transform: translate(-50%, -50%) scale(1); }
      to { opacity: 0; transform: translate(-50%, -55%) scale(0.8); }
    }

.model-box .title-box{
  font-size: 2.13rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 1.5rem 0;

}

.model-box .ipt-box{
  border: 1px solid #eee;
  border-radius: 8px;
  height: 3rem;
  box-sizing: border-box;
  padding: 0 1rem;
  margin: 0 0 1rem 0;
}

.model-box .ipt-box input{
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 1rem;
  color: #000000;
  margin: 0 0 1.5rem 0;
}

.model-box .btn{
  margin: 2rem auto 0 auto;
  width: 10rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 30rem;
  background: #774920;
  cursor: pointer;
}

.model-box .clonse{
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  color: #000000;
  font-size: 2rem;
  cursor: pointer;
}

/* 面包屑 */
.mbx  {padding: 1.25rem 0;}
.mbx .layui-breadcrumb {position: relative; padding-left: 1.5rem;}
.mbx .layui-breadcrumb>* {font-size: var(--font16); opacity: 1; color: #666 !important;}
.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: #E28001 !important;}
.mbx .layui-breadcrumb span[lay-separator] {margin: 0 .625rem !important;}




/* 2026.2.8 */
.contact-editor img{display: block; max-width: 100%;}
.about-editor img{display: block; max-width: 100%;}