:root {
  --mcolor: #036eb8;
  --rcolor: #036eb8;
  --bili: 1;
}

.m-color {
  color: var(--mcolor);
}

.bg-gray-color {
  background-color: rgba(241, 241, 241, 1);
}

ul,
p {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "BarlowCondensed";
  /*定义字体名称*/
  src: url(../font/BarlowCondensed-Bold.ttf);
  /*兼容eot*/
  font-style: normal;
  font-stretch: ultra-expanded;
  /*定义字体符合拉伸*/
  font-weight: normal;
}

.inner {
  width: calc(var(--bili) * 1600px);
  margin: 0 auto;
}

@media screen and (max-width: 1680px) {
  :root {
    --bili: 0.88;
  }

  .inner {
    width: calc(var(--bili) * 1680px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1480px) {
  :root {
    --bili: 0.833;
  }

  .inner {
    width: calc(var(--bili) * 1480px);
    margin: 0 auto;
  }

  .header .header-menu {
    padding: 0 0 0 5%;
  }
}

@media screen and (max-width: 1200px) {
  /*body *{*/
  /*    visibility: visible;*/
  /*}*/
}

.wap-none {
  display: block;
}

.wap-block {
  display: none;
}

.header {
  width: 100%;
  /* background: rgb(0 0 0 / 20%); */
  /* box-shadow: 0 1px 8px rgb(0 0 0 / 6%); */
  position: relative;
  z-index: 1005;
  background-color: #fff;
  /* position: fixed; */
  /* height: 124px; */
  /*transition: all 0.3s;*/
}

.container-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: 90% !important;
  align-items: center;
  /* max-width: 1360px; */
  justify-content: space-between;
}

/*.header.dark{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);*/
/*}*/

.header-box {
  height: 126px;
  /* padding: 27px 0; */
}

.header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  flex: 0 0 60%;
}

.header .header-logo {
  display: flex;
  align-items: center;
}

.header .header-logo .img {
  flex: 0 0 auto;
  padding-right: 3%;
  padding-left: 0px;
  align-self: center;
}

.header .header-logo img {
  width: 160px;
  height: auto;
  display: block;
}

.header .header-logo .txt {
  font-size: 16px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(214, 214, 214, 1);
  padding-left: 4%;
}

.header .header-logo b {
  font-weight: bold;
  font-size: 22px;
}

.header .header-fl {
  /* flex: 0 0 40%; */
  align-self: center;
}

.header .header-menu {
  /*margin: 0 0 0 10%;*/
  background-color: rgba(255, 255, 255, 1);
  border-top: solid 1px #e0e0e0;
}

.header .header-menu .CAul {
  display: flex;
  width: 100%;
}

.header .header-menu .CAli {
  position: relative;
  flex: 1;
  /* padding: 20px 0; */
}

.header .header-menu .CAli:not(:last-child)::after {
  width: 1px;
  height: 15px;
  content: "";
  position: absolute;
  background: #bbcce4;
  top: 20px;
  right: 0px;
}

.header .header-menu .CAli .CAa {
  font-weight: 400;
  color: #222;
  font-size: calc(var(--bili) * 16px);
  /* line-height: calc(var(--bili) * 124px); */
  /* padding: 20px calc(var(--bili) * 28px); */
  height: 55px;
  line-height: 55px;
  display: block;
  text-align: center;
  position: relative;
}

.header .header-menu .CAli.cur,
.header .header-menu .CAli:hover {
  background-image: linear-gradient(90deg, #036eb8, #449cda);
}

.header .header-menu .CAli.cur .CAa,
.header .header-menu .CAli:hover .CAa {
  color: #fff;
}

.header .header-menu .CAli.cur:after,
.header .header-menu .CAli:hover:after {
  display: none;
}

/* .header .header-menu .CAli .CAa::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  border-bottom: 2px solid var(--mcolor);
  bottom: 0;
  transition: all 0.2s;
}

.header .header-menu .CAli:hover .CAa::after,
.header .header-menu .CAli.cur .CAa::after {
  display: block;
  width: 100%;
} */

/* .header .header-menu .CAli.cur .CAa {
  color: var(--mcolor);
} */
.header .header-lxal {
  /* width: calc(var(--bili) * 280px); */
  position: relative;
  display: flex;
}

.header .header-lxal .lx-ewm {
  display: flex;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}

.header .header-lxal .lx-ewm>div {
  padding: 4px;
}

.header .header-lxal .lx-ewm>div img {
  width: 100%;
}

.header .header-lxal .lx-ewm p {
  width: 28px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: var(--mcolor);
  padding-top: 5px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.header .header-lxal .hl-logo {
  display: flex;
  align-items: center;
  /* width: 260px;
  height: calc(var(--bili) * 124px);
  background: var(--mcolor); */
}

.header .header-lxal .hl-logo img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.header .header-lxal .hl-logo .txt {
  font-size: 14px;
}

.header .header-lxal .hl-logo .lx-hm {
  color: var(--mcolor);
  font-size: 24px;
  font-weight: bold;
}

.header .header-lxal .lx-phone {
  /* background-color: var(--mcolor);
  background-size: calc(var(--bili) * 40px) calc(var(--bili) * 40px);
  padding-top: 10px; */
}

/* .header .header-lxal .lx-phone img {
  display: block;
  margin: 0 auto 20px;
}

.header .header-lxal .lx-hm {
  text-align: center;
  color: #fff;
  font-size: 28px;
} */

/* .header .header-lxal .lx-hm {
  position: absolute;
  left: 15px;
  opacity: 0;
  width: calc(var(--bili) * 180px);
  transition: all 0.5s;
  font-size: calc(var(--bili) * 14px);
  color: var(--mcolor);
}
.header .header-lxal .lx-email:hover {
  width: calc(var(--bili) * 200px);
  border-radius: 40px;
}
.header .header-lxal .lx-phone:hover {
  width: calc(var(--bili) * 160px);
  border-radius: 40px;
}
.header .header-lxal .hl-logo:hover .lx-hm {
  opacity: 1;
} */

.drop-down-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(90deg, #036eb8, #449cda);
  color: #fff;
  text-align: left;
  /* border-radius: 0 0 10px 10px; */
  /* padding: 0 0 10px; */
  box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
}

.drop-down-menu ul .CBli {
  /*padding: 0 5px;*/
  border-bottom: 1px solid #fff;
}

.drop-down-menu ul .CBa {
  display: block;
  width: 100%;
  line-height: 3;
  font-weight: 400;
  font-size: calc(var(--bili) * 13px);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: all 0.5s;
  /*padding: 0 0 0 20%;*/
}

/* .drop-down-menu ul .CBli:hover .CBa {
  color: var(--mcolor);
} */

/*搜索*/

.wn-srch {
  /*display: none;*/
}

.wn-srch .srch-menu {
  cursor: pointer;
}

.wn-srch .srch-box {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 7.5%;
  display: none;
}

.wn-srch .srch-box .srch-block {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  height: 100%;
}

.wn-srch .srch-box .srch-form {
  display: flex;
  align-items: center;
}

.wn-srch .srch-box .srch-block .srch-ann {
  background: url(../images/srch-ann.png) no-repeat center;
  cursor: pointer;
  width: calc(var(--bili) * 24px);
  height: calc(var(--bili) * 24px);
  background-size: 100% 100%;
}

.wn-srch .srch-box .srch-block .srch-srk {
  font-size: calc(var(--bili) * 16px);
  padding: 0 15px;
  width: 500px;
  height: 40px;
}

.wn-srch .srch-box .srch-block .srch-close {
  background: url(../images/srch-close.png) no-repeat center;
  width: calc(var(--bili) * 24px);
  height: calc(var(--bili) * 24px);
  background-size: 100% 100%;
  cursor: pointer;
}

/*搜索*/

/*banner*/
.swiper-container-banner {
  /* height: calc(var(--bili) * 1150px); */
  overflow: hidden;
  position: relative;
}

.swiper-container-banner .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.swiper-pagination.swiper-page-banner {
  bottom: 30px !important;
}

.swiper-page-banner .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 12px !important;
  position: relative;
}

.swiper-container-banner .swiper-button-prev,
.swiper-container-banner .swiper-button-next {
  display: block;
  width: auto;
  height: auto;
}

.swiper-container-banner .swiper-button-prev:after,
.swiper-container-banner .swiper-button-next:after {
  display: none !important;
}

/*.bannerPic{*/
/*    transition: all 5s ease 0s;*/
/*    transform: scale(1.1);*/
/*}*/
/*.swiper-slide-active .bannerPic{*/
/*    transform: scale(1);*/
/*    z-index: 999;*/
/*    position: relative;*/
/*}*/

#wnbanner .banner .swiper-pagination>span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#wnbanner .banner .swiper-pagination-bullet {
  margin: 0px 5px;
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  transition: all ease 0.3s;
}

#wnbanner .banner .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 15px;
  /* background: var(--mcolor); */
}

#wnbanner .wrapper_con {
  width: 21px;
  height: 42px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}

#wnbanner .banner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}

#wnbanner .left {
  left: -2px;
}

#wnbanner .right {
  right: -2px;
}

#wnbanner .circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}

#wnbanner .leftcircle {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 0;
}

#wnbanner .rightcircle {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  right: 0;
}

#wnbanner .banner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 6s linear infinite;
  animation: circleProgressLoad_right 6s linear infinite;
}

#wnbanner .banner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 6s linear infinite;
  animation: circleProgressLoad_left 6s linear infinite;
}

.swiper-index {
  line-height: 38px;
}

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }

  50%,
  100% {
    transform: rotate(225deg);
  }
}

@keyframes circleProgressLoad_left {

  0%,
  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(225deg);
  }
}

.search_box_wrp {
  background-color: #fff;
  border-bottom: solid 2px #e5e5e5;
  padding: 15px 0;
  position: relative;
}

.search_box_wrp::before {
  width: 32%;
  height: 100%;
  border-radius: 50px 0px 0px 50px;
  content: "";
  background: var(--mcolor);
  background-image: linear-gradient(90deg, #036eb8, #449cda);
  position: absolute;
  top: 0px;
  right: 0px;
}

.search_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 88%;
  display-radio: flex;
  /* max-width: 1360px; */
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
  background_radio: 1;
  z-index: 3;
  position: relative;
}

.search_box .search_txt {
  font-size: 16px;
  color: #555;
}

.search_box .search_input {
  flex: 1;
}

.search_box .input_box {
  display: flex;
  background: none;
  height: auto;
  max-height: none;
  max-width: 280px;
  margin-left: auto;
  margin-right: 0px;
  background_radio: 1;
  display-radio: flex;
  border-bottom: 0px #333 solid;
  background: #fff;
  padding-left: 15px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #fff;
}

.search_box .p_inputCon {
  flex-grow: 1;
  position: relative;
}

.search_box .p_inputCon .p_input {
  width: 100%;
  height: 40px;
  line-height: 2;
  padding: 0px;
  border: 0px solid #ddd;
  border-right: 0;
  border-radius: 0 0 0 0;
  background: None;
  transition: all ease 0.3s;
  display-radio: 1;
  font-size: 12px;
  font-family: "1af5c05b-ea76-4583-84c2-286ee365b9c1";
  color: rgba(0, 104, 199, 1);
}

.search_box .p_btnCon {
  flex: 0 0 20%;
  max-width: 40px;
}

.search_box .p_btnCon .p_btn {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  box-shadow: none;
  background: var(--mcolor);
  border: none;
  display-radio: 1;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #036eb8, #449cda);
}

.search_box .p_btnCon .p_btn:hover {
  background: none;
  background-color: rgba(255, 154, 0, 1);
}

.search_box .search_txt b {
  color: var(--mcolor);
  font-weight: bold;
}

.detail-banner {
  width: 100%;
  height: calc(var(--bili) * 450px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover !important;
}

/*banner*/

.footer {
  /* padding: 3% 0; */
  background-color: rgba(43, 46, 69, 1);
}

.footer-list {
  display: flex;
  justify-content: space-between;
  /* margin: 0 0 calc(var(--bili) * 40px) 0; */
}

.footer-lx {
  width: 450px;
}

.footer-lx .dca {
  width: calc(var(--bili) * 210px);
  /* height: calc(var(--bili) * 62px); */
  overflow: hidden;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.footer-lx .dcb {
  font-size: calc(var(--bili) * 18px);
  color: #e8e8e8;
  margin: calc(var(--bili) * 10px) 0;
  font-weight: 600;
}

.footer-lx .dcc {
  font-size: calc(var(--bili) * 14px);
  color: #e8e8e8;
  line-height: 2;
}

.footer-list .fll {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 60%;
}

/* .footer-list .fll .footer-about {
  margin: 0 calc(var(--bili) * 60px) 0;
} */
.footer-list .fll .footer-about dl dt {
  font-size: calc(var(--bili) * 18px);
  color: #e8e8e8;
  line-height: 3;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.footer-list .fll .footer-about dl dd {
  font-weight: 400;
  font-size: calc(var(--bili) * 14px);
  color: #e8e8e8;
}

.footer-list .fll .footer-about dl dd a {
  width: 100%;
  display: block;
  line-height: 2;
  text-align: center;
}

.footer-list .fll .footer-about dl dd p {
  width: 100%;
  display: block;
  line-height: 1.8;
}

.footer-list .fll .footer-about a:hover {
  color: var(--mcolor);
}

.footer-list .flr {
  display: flex;
  /* border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(255, 255, 255, 0.15); */
  padding-left: 55px;
}

.footer-list .flr .footer-ewm {
  text-align: center;
  margin-right: 30px;
  width: 132px;
}

.footer-list .flr .footer-ewm div {
  overflow: hidden;
  display-radio: 1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  background: #fff;
  background-color: #fff;
  width: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-list .flr .footer-ewm .ewm-img {
  width: 100%;
  height: 100%;
}

.footer-list .flr .footer-ewm .ewm-tit {
  font-weight: 400;
  font-size: calc(var(--bili) * 14px);
  color: #e8e8e8;
  line-height: 3;
  width: 100%;
  background-image: linear-gradient(90deg, #036eb8, #449cda);
  border-radius: 0px 0px 5px 5px;
}

.copyright {
  border-top: 1px solid rgba(65, 67, 88, 1);
  /* padding: calc(var(--bili) * 35px) 0; */
  font-weight: 400;
  font-size: calc(var(--bili) * 14px);
  color: #ffffff;
  text-align: left;
  background-color: rgba(43, 46, 69, 1);
}

.copyright .infx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wn-title {
  text-align: center;
  padding: calc(var(--bili) * 60px) 0;
  /* display: flex; */
}

.wn-title .dcn {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 48px);
  color: #262625;
  margin: 0 auto 10px;
  /* padding: 20px 60px; */
  position: relative;
}

/* .wn-title .dcn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url("/static/index/images/ICS-(2).png");
}

.wn-title .dcn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: url("/static/index/images/ICS-(1).png");
} */

.wn-title .den {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #828282;
}

.wn-product {
  padding: 0 0 calc(var(--bili) * 80px);
}

.wnod-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 50px;
}

.wnod-lst .sw-product-lf {
  width: 17.68%;
  position: relative;
}

.wnod-lst .sw-product-lf .wn-product_left_title {
  width: 100%;
  padding-top: 12%;
  padding-bottom: 12%;
  padding-left: 12%;
  padding-right: 12%;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 2px;
  background_radio: 2;
  background-fill-value: background-image;
  background-image: url(/static/index/images/155c7b34-db80-42ba-9515-3866ed82575c.jpg);
  color: #fff;
}

.wnod-lst .sw-product-lf .wn-product_left_title h3 {
  font-weight: bold;
  font-size: 22px;
}

.wnod-lst .sw-product-lf .wn-product_left_menu,
.product-all .dcml .wn-product_left_menu {
  background: #ffffff;
}

.wnod-lst .sw-product-lf .wn-product_left_menu .wnod-box,
.product-all .dcml .wn-product_left_menu .wnod-box {
  border-bottom: 2px solid #f1f1f1;
  font-size: 16px;
  transition: all ease 0.3s;
  width: 100%;
  color: #333;
  display: flex;
  height: 65px;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  justify-content: space-between;
}

.wnod-lst .sw-product-lf .wn-product_left_menu ul li,
.product-all .dcml .wn-product_left_menu ul li {
  border-bottom: 1px solid #f1f1f1;
}

.wnod-lst .sw-product-lf .wn-product_left_menu ul li a,
.product-all .dcml .wn-product_left_menu ul li a {
  display: block;
  padding-left: 50px;
  line-height: 50px;
  height: 50px;
  transition: all ease 0.3s;
}

.wnod-lst .sw-product-lf .wn-product_left_menu ul li a:hover,
.product-all .dcml .wn-product_left_menu ul li a:hover {
  background-color: var(--mcolor);
  color: #fff;
}

.wnod-lst .sw-product-lf .wn-product_left_menu .wnod-box a,
.product-all .dcml .wn-product_left_menu ul li a {
  height: 100%;
  line-height: 65px;
  /* flex: 1; */
  transition: all 0.2s;
}

.wnod-lst .sw-product-lf .wn-product_left_menu .wnod-box span,
.product-all .dcml .wn-product_left_menu .wnod-box span {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  /* border-left: 1px solid rgb(0 0 0 / 5%); */
}

.wnod-lst .sw-product-lf .wn-product_left_menu .wnod-box:hover,
.product-all .dcml .wn-product_left_menu .wnod-box:hover {
  background-color: var(--mcolor);
  color: #fff;
}

.wnod-lst .sw-product-lf .wn-product_left_phone {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 12%;
  padding-bottom: 12%;
  padding-left: 12%;
  padding-right: 12%;
  background-fill-value: background-image;
  background-image: url(/static/index/images/39f3b619-6ac9-49d5-a4b5-6424751a1e15.png);
  color: #fff;
}

.wnod-lst .sw-product-lf .wn-product_left_phone .img {
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  width: 50px;
  height: 50px;
}

.wnod-lst .sw-product-lf .wn-product_left_phone .img img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wnod-lst .sw-product-lf .wn-product_left_phone .txt {
  margin-left: 15px;
}

.wnod-lst .sw-product-lf .wn-product_left_phone .txt .lx-hm {
  font-weight: bold;
  font-size: 22px;
}

/* .wnod-lst .sw-product-lf .wnod-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.wnod-lst .sw-product-rg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* 4列等宽 */
  grid-template-rows: max-content;
  gap: 20px;
  /* margin-left: 30px; */
  flex: 1;
}

.wnod-lst .sw-product-rg .wnod-box {
  flex-basis: calc(100% / 3);
  position: relative;
}

.wnod-lst .sw-product-rg .wnod-box .product_item_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s;
  border-style: none;
  background_radio: 2;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 4%;
  padding-right: 5%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 15px #e9e9e9;
  border: solid 1px #fff;
}

.wnod-lst .sw-product-rg .wnod-box .product_item_box .dca {
  overflow: hidden;
}

.wnod-lst .sw-product-rg .wnod-box .product_item_box .title p {
  margin: 8px 0;
}

.wnod-lst .sw-product-rg .wnod-box .product_item_box .title .border-b {
  border-bottom: 1px solid #e5e5e5;
  margin: 8px 0;
}

.wnod-lst .sw-product-rg .wnod-box .product_item_box .title .dce {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.sw-product {
  width: 100%;
  overflow: hidden;
}

/* .wnod-lst .wnod-box {
  max-width: calc(var(--bili) * 500px);
  position: relative;
  overflow: hidden;
}
.wnod-lst .wnod-box .dca {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.wnod-lst .wnod-box .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 26px);
  color: #ffffff;
  width: 100%;
  padding: 26px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.wnod-lst .wnod-box .title p {
  padding-left: 24px;
  border-left: 4px solid var(--mcolor);
}

.wnod-lst .wnod-box .dcmb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20% 5% 5%;
  text-align: center;
  display: none;
}

.wnod-lst .wnod-box .dcmb .dcc {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 32px);
  color: #ffffff;
  margin: 0 0 calc(var(--bili) * 15px) 0;
}
.wnod-lst .wnod-box .dcmb .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
  margin: 0 0 calc(var(--bili) * 15px) 0;
}
.wnod-lst .wnod-box .title .dce {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
  border: 1px solid #fff;
  background: var(--mcolor);
  border-radius: 100px;
  box-sizing: border-box;
  padding: 10px 30px;
  margin-top: 30px;
  display: none;
}

.wnod-lst .wnod-box:hover .title .dce {
  display: inline-block;
}
.wnod-lst .wnod-box:hover .title {
  background: var(--mcolor);
}
.wnod-lst .wnod-box:hover img {
  transform: scale(1.1);
} */

.index_advantage_wrp {
  background-image: url(/static/index/images/62939db2-d9ce-472b-91a8-48a17fbdd7cc.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 6%;
  background-color: rgba(241, 241, 241, 1);
  background-size: contain;
}

.index_advantage_wrp .index_advantage_title .img {
  margin: 0 auto;
  display: block;
}

.index_advantage_wrp .index_advantage_title .advantage_title_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  max-width: 1360px;
  margin-top: 4%;
  margin-bottom: 260px;
  margin-left: auto;
  margin-right: auto;
}

.index_advantage_wrp .index_advantage_title .advantage_title_info .cbox {
  background-color: var(--mcolor);
  border-radius: 100%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  /* 禁止缩小 */
}

.index_advantage_wrp .index_advantage_title .advantage_title_info .p_item {
  flex: 1;
}

.index_advantage_wrp .index_advantage_title .advantage_title_info .p_item .s_img {
  overflow: hidden;
  max-width: 207px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.index_advantage_wrp .index_advantage_title .advantage_title_info .p_item img {
  width: 100%;
}

.index_advantage_wrp .index_advantage_title .advantage_title_info .div_svg {
  width: 50px;
  height: 50px;
  text-align: center;
}

.index_advantage_wrp .index_advantage_title .advantage_title_info div svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}

.index_advantage_wrp .index_advantage_main {
  /* width: 92%;
  max-width: 1360px; */
  margin-left: auto;
  margin-right: auto;
}

.index_advantage_wrp .index_advantage_main .main_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 105px;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_img {
  width: 44%;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_img img {
  width: 100%;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_info {
  display: flex;
  gap: 0 20px;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_info .main_box_info_txt h3 {
  font-weight: bold;
  font-size: 35px;
  color: var(--mcolor);
  margin-bottom: 5px;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_info .main_box_info_txt p {
  font-size: 22px;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_info .main_box_info_txt .border_bottome {
  border-bottom: 1px solid rgba(214, 214, 214, 1);
  margin: 20px auto;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_info .txt_list {
  font-size: 23px;
  color: rgba(76, 76, 76, 1);
  line-height: 2.5;
}

.index_advantage_wrp .index_advantage_main .main_box .main_box_info_pic {
  width: 85px;
  height: 85px;
}

.flex-row-direction {
  flex-direction: row-reverse;
}

.index_advantage_bmpic {
  background-image: url(/static/index/images/be12bcd7-6629-4439-a7ce-9d08913a0cf7.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 150px;
}

.index_p_tab_wrp {
  padding-top: 50px;
  /* max-width: 1360px; */
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}

.p_tab_wrapper {
  display: flex;
  padding-bottom: 10px;
}

.p_tab_wrapper .left {
  width: 24%;
  float: left;
  display: block;
}

.p_tab_wrapper .left .tab-item {
  width: 100%;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 125px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #f1f1f1;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}

/* 
.p_tab_wrapper .left .tab-item:last-child {
  margin-bottom: 0;
} */

.p_tab_wrapper .left .tab-item.p_active {
  color: #ffffff;
  background-image: linear-gradient(90deg, #036eb8, #449cda);
}

.p_tab_wrapper .left-content {
  width: calc(100% - 345px);
  margin-left: 20px;
  box-sizing: border-box;
}

.p_tab_wrapper .left-content .content-box {
  display: none;
  /* min-height: 300px; */
  overflow: hidden;
}

.p_tab_wrapper .left-content .content-box .s_img {
  overflow: hidden;
  height: 100%;
}

.p_tab_wrapper .left-content .content-box img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

.p_tab_wrapper .left-content .content-box.active {
  display: block;
}

.p_tab_swiper {
  margin-bottom: 7%;
}

.p_tab_swiper .p_item img {
  display: block;
  width: 100%;
}

.p_tab_swiper .cbox-4-0 {
  background-color: rgba(241, 241, 241, 1);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.p_tab_swiper .cbox-4-0:hover {
  background-color: var(--mcolor);
  color: #fff;
}

.index_about_wrp {
  min-height: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: none;
  background_radio: 2;
  background-fill-value: background-image;
  background-image: url(/static/index/images/d05eec26-2512-461a-a683-d7b15ab5b440.jpg);
  padding-bottom: 0px;
  background-attachment: fixed;
  padding-top: 0px;
  display: flex;
}

.index_about_wrp .left,
.index_about_wrp .right {
  flex: 1;
}

.index_about_wrp .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_about_wrp .left .e_container-71 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 80%;
  display-radio: flex;
  background_radio: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  min-width: 0px;
}

.index_about_wrp .left .e_container-71 .e_text-4 {
  font-size: 48px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.index_about_wrp .left .e_container-71 .e_text-6 {
  line-height: normal;
  display-radio: 1;
  font_radio: 2;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
}

.index_about_wrp .left .e_container-71 .e_line-100 {
  box-sizing: content-box;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--mcolor);
  max-width: 50px;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 2px;
}

.index_about_wrp .left .e_container-71 .e_text-5 {
  line-height: 2;
  display-radio: -webkit-box;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  margin-top: 3%;
  max-width: none;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 0px;
}

.index_about_wrp .left .e_container-87 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  max-width: 760px;
  margin-top: 30px;
  min-width: 0px;
}

.index_about_wrp .left .e_container-87 .cbox-87 {
  flex: 0 0 33%;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-left: solid 1px #ddd;
  padding-left: 15px;
}

.index_about_wrp .left .e_container-87 .cbox-87::after {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 1px;
  height: 25px;
  content: "";
  background: var(--mcolor);
}

.index_about_wrp .left .e_container-87 .cbox-87 .cbox-90 {
  align-self: center;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.index_about_wrp .left .e_container-87 .cbox-87 .cbox-90 .e_scrollNumber {
  line-height: 1;
  font-size: 44px;
  font_radio: 2;
  display-radio: 1;
  color: var(--mcolor);
  text-align: left;
  height: auto;
}

.index_about_wrp .left .e_container-87 .cbox-87 .cbox-90 .e_scrollNumber .p_num {
  color: var(--mcolor);
  font-weight: bold;
  line-height: 1;
  font-family: "poppins-medium";
}

.index_about_wrp .left .e_container-87 .cbox-87 .cbox-90 .e_scrollNumber .p_plus {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.index_about_wrp .left .e_container-87 .cbox-87 .cbox-90 .e_text {
  line-height: normal;
  display-radio: 1;
  font_radio: 2;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  margin-top: 10px;
}

.index_about_wrp .right img {
  display: block;
  width: 100%;
  height: 100%;
}

.index_cus_wrp {
  padding-top: 4%;
  padding-bottom: 7%;
  min-height: 0px;
  background_radio: 2;
  background-fill-value: background-image;
  background-image: url(/static/index/images/894bb921-d16a-4677-a999-e6b9617581ef.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}

.index_cus_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.index_cus_list .cbox-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 5);
}

.index_cus_list .cbox-2 .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  border-style: none;
  border-width: 1px;
  transition: all 0.6s;
  margin-bottom: 6%;
}

.index_cus_list .cbox-2 .e_container-4 .cbox-4-0 {
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.index_cus_list .cbox-2 .e_container-4 .cbox-4-0 .e_image-3 {
  transition: all 0.6s;
  overflow: hidden;
  display-radio: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  margin-right: auto;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  margin-left: auto;
  width: 100%;
  background: #ffffff;
  position: relative;
  padding-bottom: 36%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.index_cus_list .cbox-2 .e_container-4 .cbox-4-0 .e_image-3:hover {
  transition: all 0.6s;
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.index_cus_list .cbox-2 .e_container-4 .cbox-4-0 .e_image-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  padding: 20px;
}

.index_cus_list .cbox-2 img {
  width: 100%;
  height: 100%;
}

.index_news_wrp .p_gridbox {
  display: flex;
  gap: 0 55px;
}

.index_news_wrp .p_gridbox .p_gridCell {
  flex: 1;
}

.index_news_wrp .p_gridbox .p_gridCell .left_title {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
  width: 96%;
  margin-right: auto;
  margin-left: 0px;
  max-height: none;
  margin-bottom: 25px;
}

.index_news_wrp .p_gridbox .p_gridCell .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(224, 224, 224, 1);
  margin-bottom: 0px;
}

.index_news_wrp .p_gridbox .p_gridCell .e_container-1>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.index_news_wrp .p_gridbox .p_gridCell .e_container-1>.p_item>.e_text-2 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 24px;
  font-weight: bold;
  color: var(--mcolor);
  margin-bottom: 15px;
}

.index_news_wrp .p_gridbox .p_gridCell .e_container-1>.cbox-1-1 {
  align-self: center;
}

.index_news_wrp .p_gridbox .p_gridCell .e_container-1>.cbox-1-1>.e_text-3 {
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  text-align: right;
}

.index_news_wrp .p_gridbox .p_gridCell .e_line-4 {
  border-top-style: solid !important;
  border-top-width: 2px !important;
  border-top-color: var(--mcolor) !important;
  width: 100px;
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  height: 2px;
  margin-top: -2px;
  margin-bottom: 0px;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem {
  position: relative;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  transition-property: all;
  transition-radio: hover;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2>.p_item {
  flex: 1;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .cbox-2-0 {
  flex: 0 0 40%;
  align-self: center;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .cbox-2-0 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 90%;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .e_container-3 .e_text-7 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 18px;
  margin-top: 0px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  display-radio: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .e_container-3 .e_text-7 a {
  transition: all 0.5s;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .e_container-3 .e_text-7 a:hover {
  color: var(--mcolor);
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .e_container-3 .e_text-8 {
  font_radio: 2;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  margin-top: 5px;
  display-radio: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .e_container-3 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  margin-top: 15px;
  width: auto;
  max-width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 14px;
  color: var(--mcolor);
  border-style: solid;
  border-width: 2px;
  border-color: var(--mcolor);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.index_news_wrp .p_gridbox .p_gridCell .e_loop_H-1 .p_loopitem .e_container-2 .e_container-3 .e_button-9:hover {
  background-color: var(--mcolor);
  border-color: var(--mcolor);
  color: rgba(255, 255, 255, 1);
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem {
  position: relative;
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background_radio: 1;
  border-style: solid;
  border-width: 1px;
  padding-top: 12px;
  padding-left: 15px;
  padding-bottom: 12px;
  padding-right: 15px;
  margin-bottom: 10px;
  border-color: rgba(224, 224, 224, 1);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17:hover {
  color: var(--mcolor);
  transform: translateX(10px);
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17 .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17 .p_item .e_text-12 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 16px;
  margin-top: 0px;
  font-weight: normal;
  color: rgba(69, 69, 69, 1);
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  display-radio: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17 .p_item .e_text-12 a {
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17 .p_item .e_text-12 a:hover {
  color: var(--mcolor);
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17 .cbox-17-1 {
  flex: 0 0 20%;
  align-self: center;
}

.index_news_wrp .p_gridbox .p_gridCell .p_list>.p_loopitem .e_container-17 .cbox-17-1 .e_timeFormat-18 {
  min-height: 0px;
  font_radio: 2;
  display-radio: 1;
  text-align: right;
  color: rgba(159, 159, 159, 1);
  font-size: 12px;
  font-family: "poppins-medium";
  max-height: none;
  line-height: 1;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .right_title {
  margin-right: 0px;
  margin-left: auto;
  max-height: none;
  margin-bottom: 25px;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list {
  display: flex;
  flex-wrap: wrap;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 1);
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem>.e_container-16 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  transition: all 0.6s;
  transform: translateY(0px);
  margin-bottom: 20px;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16>.p_item .e_container-16 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16>.p_item .e_container-16 .cbox-16-0 {
  flex: 0 0 auto;
  padding-right: 10px;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16>.p_item .e_container-16 .cbox-16-1 .e_text-3 {
  font_radio: 2;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  margin-top: 3px;
  display-radio: 1;
  line-height: 1.5;
  font-weight: bold;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16>.p_item .e_container-16 .cbox-16-1 .e_text-3 a {
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16>.p_item .e_container-16 .cbox-16-1 .e_text-3 a:hover {
  color: var(--mcolor);
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16>.p_item .e_container-16 .cbox-16-1 .e_text-22 {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 1.5;
  display-radio: -webkit-box;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index_news_wrp .p_gridbox .d_gridCell_1 .e_loop-11 .p_list .p_loopitem .e_container-16 .e_line-21 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(228, 228, 228, 1);
  max-height: 1px;
  margin: 14px 0;
}

/* .index_advantage_wrp .index_advantage_main .main_box > div {
  flex-basis: calc(100% / 2);
} */

/*首页-关于我们*/
.wn-about {
  background: url(../images/wn-about.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.wn-about:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 50%);
}

.wn-about .infx {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.wn-about .dcml {
  padding-top: calc(var(--bili) * 160px);
  width: 40%;
}

.wn-about .dcmr {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.wn-about .dcml .abdca {
  font-size: calc(var(--bili) * 62px);
  color: rgba(255, 255, 255, 0.3);
  font-family: Impact;
  line-height: 1;
}

.wn-about .dcml .abdcb {
  font-size: calc(var(--bili) * 50px);
  font-weight: bold;
  color: var(--mcolor);
  position: relative;
  margin: calc(var(--bili) * -35px) 0 0 0;
}

.wn-about .dcml .abdcc {
  margin-top: calc(var(--bili) * 40px);
  font-size: calc(var(--bili) * 34px);
  padding-bottom: calc(var(--bili) * 20px);
  margin-bottom: calc(var(--bili) * 20px);
  color: #fff;
  position: relative;
}

.wn-about .dcml .abdcc:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
}

.wn-about .dcml .abdcd {
  font-size: calc(var(--bili) * 16px);
  color: #fff;
  line-height: calc(var(--bili) * 45px);
}

.wn-about .dcml .abdce {
  font-size: calc(var(--bili) * 15px);
  margin-top: calc(var(--bili) * 40px);
  color: #ffffff;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.2);
}

.wn-about .dcml .abdce:hover {
  background-color: var(--mcolor);
}

.wn-about .dcmr .abls {
  padding: calc(var(--bili) * 38px);
  width: 50%;
  height: calc(var(--bili) * 258px);
  border: 1px solid #d5d4d7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0;
  position: relative;
  transition: 0.3s ease;
}

.wn-about .dcmr .abls:first-child {
  margin: 0 0 0 50%;
  border-top: 0;
}

.wn-about .dcmr .abls:nth-child(2n) {
  border-right: 0;
}

.wn-about .dcmr .abls .dcy {
  font-size: calc(var(--bili) * 34px);
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 calc(var(--bili) * 20px) 0;
  font-family: BarlowCondensed;
}

.wn-about .dcmr .abls .dcys {
  font-size: calc(var(--bili) * 66px);
  letter-spacing: 5px;
}

.wn-about .dcmr .abls .dce {
  font-size: calc(var(--bili) * 16px);
  color: #fff;
  line-height: 2;
}

.wn-about .dcmr .abls .dcs {
  width: 58px;
  height: 61px;
  background: url(../images/wnabimg.png) no-repeat;
  position: absolute;
  right: 15%;
  top: 12%;
  transition: transform 0.5s ease;
}

.wn-about .dcmr .abls:nth-of-type(1) .dcs {}

.wn-about .dcmr .abls:nth-of-type(2) .dcs {
  background-position: -58px 0;
}

.wn-about .dcmr .abls:nth-of-type(3) .dcs {
  background-position: -116px 0;
}

.wn-about .dcmr .abls:nth-of-type(4) .dcs {
  background-position: -174px 0;
}

.wn-about .dcmr .abls:nth-of-type(5) .dcs {
  background-position: -232px 0;
}

.wn-about .dcmr .abls:nth-of-type(1):hover .dcs {
  background-position: 0 -61px;
}

.wn-about .dcmr .abls:nth-of-type(2):hover .dcs {
  background-position: -58px -61px;
}

.wn-about .dcmr .abls:nth-of-type(3):hover .dcs {
  background-position: -116px -61px;
}

.wn-about .dcmr .abls:nth-of-type(4):hover .dcs {
  background-position: -174px -61px;
}

.wn-about .dcmr .abls:nth-of-type(5):hover .dcs {
  background-position: -232px -61px;
}

.wn-about .dcmr .abls:hover .dcs {
  transform: rotateY(180deg);
}

.wn-about .dcmr .abls:hover {
  background: linear-gradient(270deg, #397fb0 0%, #036eb8 100%);
}

/*首页-关于我们*/

/*首页新闻*/

.wn-news {
  padding: 0 0 calc(var(--bili) * 80px);
}

.wn-news .wnxw-lst {}

.wn-news .wnxw-lst {
  display: flex;
  justify-content: space-between;
}

.wn-news .wnxw-lst .dcml {
  width: 51.5%;
}

.wn-news .wnxw-lst .dcmr {
  width: 47.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xwdcml-box {
  width: 100%;
  position: relative;
}

.xwdcml-box .dca {
  width: 100%;
  height: calc(var(--bili) * 424px);
  overflow: hidden;
}

.xwdcml-box .dcmb {
  height: calc(var(--bili) * 233px);
  background-color: #f1f3f4;
  padding: calc(var(--bili) * 30px);
}

.xwdcml-box .dcmb .dcc {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 20px);
  color: #262625;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.xwdcml-box .dcmb .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #515151;
  line-height: calc(var(--bili) * 30px);
  height: calc(var(--bili) * 60px);
  margin: 0 0 calc(var(--bili) * 30px) 0;
}

.xwdcml-box .dcmb .dce {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #8e8e8e;
}

.xwdcml-box:hover .dcc {
  color: var(--mcolor);
}

.wnxw-box {
  width: 48.5%;
}

.wnxw-box .dca {
  width: 100%;
  overflow: hidden;
  height: calc(var(--bili) * 221px);
}

.wnxw-box .dcmb {
  height: calc(var(--bili) * 186px);
  background-color: #f1f3f4;
  padding: calc(var(--bili) * 30px);
}

.wnxw-box .dcmb .dcc {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 20px);
  color: #262625;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.wnxw-box .dcmb .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #515151;
  line-height: calc(var(--bili) * 30px);
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.wnxw-box .dcmb .dce {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #8e8e8e;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.wnxw-box:nth-child(3n) {
  width: 100%;
  margin: 20px 0 0;
}

.wnxw-box:nth-child(3n) .dcmb {
  height: calc(var(--bili) * 230px);
  padding: calc(var(--bili) * 40px) calc(var(--bili) * 30px);
}

.wnxw-box:hover .dcc {
  color: var(--mcolor);
}

/*首页新闻*/

/*友情链接*/
.wn-link {
  padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 60px);
}

.wn-link .wnlink-lst {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wn-link .wnlink-lst .link-title {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  margin: 0 calc(var(--bili) * 20px) 0 0;
}

.wn-link .wnlink-lst .layui-unselect {
  font-size: calc(var(--bili) * 16px);
  margin: 0 calc(var(--bili) * 20px) 0 0;
}

/*友情链接*/

/*layui样式*/
.layui-form-select dl dd.layui-this {
  background-color: var(--mcolor) !important;
}

.layui-form-select dl dd.layui-this {
  background-color: var(--mcolor) !important;
}

.layui-laydate .layui-this {
  background-color: var(--mcolor) !important;
}

.layui-form-select dl dd {
  font-size: 14px;
}

.layui-layer {
  border-radius: 12px !important;
}

.layui-laydate-footer span:hover {
  color: var(--mcolor) !important;
}

.layui-laydate-footer span[lay-type="date"] {
  color: var(--mcolor) !important;
}

.layui-laydate-header i:hover {
  color: var(--mcolor) !important;
}

.laydate-set-ym span:hover {
  color: var(--mcolor) !important;
}

#mb_btn_no {
  cursor: pointer;
}

#mb_btn_ok {
  background: var(--mcolor) !important;
  cursor: pointer;
}

.layui-form-checked span,
.layui-form-checked:hover span {
  background: var(--mcolor) !important;
}

.layui-form-checked i,
.layui-form-checked:hover i {
  color: var(--mcolor) !important;
}

/*layui样式*/
/*分页*/
.total-num {
  padding: 0 24px;
}

#page {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: center;
}

.pagel #page {
  justify-content: flex-end;
}

#page .page-item {
  height: 36px;
  line-height: 34px;
  border: 1px solid #d9d9d9;
  margin: 0 -1px 5px 0;
  font-size: 12px;
  background: #fff;
  color: #444444;
}

#page a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  height: 36px;
  line-height: 34px;
  border: 1px solid #d9d9d9;
  margin: 0 -1px 5px 0;
  font-size: 12px;
  background: #fff;
  color: #444444;
}

#page p {
  padding: 0 12px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #d9d9d9;
  margin: 0 -1px 5px 0;
  font-size: 12px;
  background: #fff;
  color: #444444;
}

#page a:last-child {
  margin-right: 0;
}

#page a:hover {
  color: var(--mcolor);
}

#page a.myde-page {
  background: var(--mcolor);
  color: #fff;
  border: 1px solid var(--mcolor);
}

#page a.cur {
  background: var(--mcolor);
  color: #fff;
  border: 1px solid var(--mcolor);
}

#page p.pageRemark {
  border-style: none;
  background: none;
  margin-right: 0;
  color: #555;
}

#page p.pageRemark b {
  margin: 0 6px;
  color: var(--mcolor);
  border: 1px solid var(--mcolor);
}

#page p.pageEllipsis {
  background: none;
  line-height: 30px;
  color: #555;
}

/*分页*/

/*位置*/

/*位置*/

/*分类菜单*/

.wn-menu {
  /*margin: 0 0 calc( var(--bili) * 20px );*/
  background-color: rgba(248, 248, 248, 1);
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  /* margin-top: 30px; */
}

.menu-line {
  position: absolute;
  width: 12%;
  height: 2px;
  background-color: var(--mcolor);
  bottom: -1px;
  left: 0;
  display: none;
}

.menu-breadcrum .p_breadcrumb {
  display: flex;
  font-size: 14px;
}

.menu-breadcrum .p_breadcrumb .p_breadcrumbItem {
  position: relative;
}

.menu-breadcrum .p_breadcrumb .p_breadcrumbItem:not(:first-child) {
  padding: 0 3px 0 15px;
}

.menu-breadcrum .p_breadcrumb .p_breadcrumbItem:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: 3px;
  color: #999;
}

.menu-breadcrum .p_breadcrumb .p_breadcrumbItem .icon {
  width: 12px;
  height: 12px;
}

.text-secondary {
  color: #6c757d;
}

/*.wn-menu:after{*/
/*    content: '';*/

/*}*/
.wn-menu.fixed {
  position: fixed;
  top: 0;
  background: #ffffff;
  width: 100%;
  padding: calc(var(--bili) * 20px) 0 0;
  z-index: 999;
  margin: 0;
}

.wn-menu-lst {
  display: flex;
  justify-content: flex-start;
}

.wn-menu-box {
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #515151;
  width: auto;
  margin: 0 calc(var(--bili) * 25px) 0 0;
  text-align: left;
  position: relative;
}

.wn-menu-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background: #ddd;
  transform: translateY(-50%);
}

.wn-menu-box .mCa {
  width: 100%;
  height: calc(var(--bili) * 66px);
  line-height: calc(var(--bili) * 66px);
  display: inline-block;
  padding: 0 20px;
}

.wn-menu-box.on .mCa::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: var(--mcolor);
}

.wn-menu-box.on {
  color: var(--mcolor);
  font-weight: bold;
}

/*分类菜单*/

.wn-content {
  padding: calc(var(--bili) * 40px) 0 calc(var(--bili) * 60px);
}

.bsys {
  background-color: #ffffff;
}

.hsys {
  background-color: #f7f7f7;
}

/*新闻*/
.news-content {}

.news-top {
  display: flex;
  justify-content: space-between;
}

.news-switch {
  width: 51.875%;
}

.news-switch .lsxw-ulall .news-switch-box {
  height: calc(var(--bili) * 543px);
}

.news-switch .lsxw-ulall .news-switch-box .dca {
  height: 100%;
}

.news-hot {
  width: 45%;
}

.news-hot-box {
  margin: calc(var(--bili) * 30px) 0;
}

.news-hot-box .Acls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-hot-box .dcmal {
  text-align: center;
}

.news-hot-box .dcmal .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 52px);
  color: #221f22;
  line-height: 1.2;
}

.news-hot-box .dcmal .dcb {
  font-weight: 400;
  font-size: calc(var(--bili) * 18px);
  color: #221f22;
  position: relative;
  padding: calc(var(--bili) * 10px) 0 0 0;
}

.news-hot-box .dcmal .dcb:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #e3e3e2;
  left: 25%;
  top: 0;
}

.news-hot-box .dcmar {
  width: 85%;
}

.news-hot-box .dcmar .dcc {
  font-weight: 700;
  font-size: calc(var(--bili) * 20px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 15px);
  transition: all 0.5s;
  height: calc(var(--bili) * 28px);
  line-height: calc(var(--bili) * 28px);
}

.news-hot-box .dcmar .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #848484;
  line-height: calc(var(--bili) * 22px);
}

.news-hot-box:hover .dcmar .dcc {
  color: var(--mcolor);
  padding: 0 0 0 10px;
}

.lsxw-ulall {
  position: relative;
  overflow: hidden;
  height: calc(var(--bili) * 543px);
  /*height: calc( var(--bili) * 550px );*/
}

.lsxw-ulall .slick-arrow {
  position: absolute;
  font-size: 0;
  background: url(../images/ixw_arrow.png) no-repeat;
  width: calc(var(--bili) * 50px);
  height: calc(var(--bili) * 50px);
  top: 45%;
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}

.lsxw-ulall .slick-prev:hover {
  /*transform: rotate(180deg);*/
  /*background: url(../images/u36.png) no-repeat;*/
}

.lsxw-ulall .slick-prev {
  left: calc(var(--bili) * 35px);
}

.lsxw-ulall .slick-next {
  right: calc(var(--bili) * 35px);
  transform: rotate(180deg);
}

.news-list {
  /*padding: calc( var(--bili) * 20px ) 0 0 0;*/
  position: relative;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 0px;
  transition-property: all;
  transition-radio: hover;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  display-radio: flex;
  margin-bottom: 3%;
  background-color: rgba(247, 247, 247, 1);
  background_radio: 2;
}

.news-item:hover {
  background-color: var(--mcolor);
}

.news-item:hover .dcbml .p_item .dca,
.news-item:hover .dcbml .p_item .dcb,
.news-item:hover .dcbmr .e_container-11 .e_timeFormat-12,
.news-item:hover .dcbmr .e_container-11 .e_timeFormat-39 {
  color: #ffffff;
}

.news-item .Acls {
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  display-radio: 1;
  position: relative;
  padding-bottom: 60%;
}

.news-item .Acls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.news-item .dcaml {
  flex: 0 0 25%;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

.news-item .dcbml {
  flex: 0 0 57%;
  align-self: center;
}

.news-item .dcbml .p_item {
  padding-left: 5%;
  padding-right: 6%;
}

.news-item .dcbml .p_item .dca {
  color: rgba(51, 51, 51, 1);
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 20px;
  font-weight: normal;
  font_radio: 2;
  line-height: 1.5;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  margin-left: 0px;
  display-radio: -webkit-box;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2%;
  animation-name: none, none;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  animation-iteration-count: 1, 1;
}

.news-item .dcbml .p_item .dcb {
  font_radio: 2;
  font-size: 14px;
  color: rgba(151, 151, 151, 1);
  line-height: 1.8;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  display-radio: -webkit-box;
}

.news-item .dcbmr {
  flex: 0 0 15%;
  border-left: solid 0px #ddd;
}

.news-item .dcbmr .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 25px;
  max-height: none;
  min-height: 100px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(209, 209, 209, 1);
  height: 82%;
}

.news-item .dcbmr .e_container-11 .cbox-11-0 {
  flex: 0 0 20%;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(209, 209, 209, 0.5);
  align-self: center;
}

.news-item .dcbmr .e_container-11 .cbox-11-0 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 53px;
  max-height: 26px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.news-item .dcbmr .e_container-11 .cbox-11-0 .e_container-13 .cbox-13-0 {
  background: rgba(179, 216, 255, 1);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  flex: 1;
  max-width: 100%;
}

.news-item .dcbmr .e_container-11 .cbox-11-0 .e_container-13 .cbox-13-0 .e_text-14 {
  display: none;
}

.news-item .dcbmr .e_container-11 .p_item {
  flex: 1;
  padding-left: 35px;
}

.news-item .dcbmr .e_container-11 .e_timeFormat-12 {
  min-height: 20px;
  font_radio: 2;
  padding-left: 10px;
  font-size: 28px;
  color: rgba(63, 62, 62, 1);
  line-height: 1;
  max-width: 111.2px;
  font-family: "d395bdc0-f452-4752-b2c8-f9239344a0a0";
  font-weight: normal;
  padding-top: 15px;
  display-radio: 1;
}

.news-item .dcbmr .e_container-11 .e_timeFormat-39 {
  min-height: 20px;
  font_radio: 2;
  padding-left: 10px;
  font-size: 16px;
  color: rgba(88, 88, 88, 1);
  line-height: 1.5;
  max-width: 111.2px;
  font-family: "d395bdc0-f452-4752-b2c8-f9239344a0a0";
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  display-radio: 1;
}

/* .news-item .dcamr {
  width: 79.3%;
  height: calc(var(--bili) * 228px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  transition: all 0.3s;
}
.news-item .dcamr .dcbml {
  display: flex;
  width: 80%;
}
.news-item .dcamr .dcbmr {
}
.news-item .dcamr .dcbml .dca {
  font-size: calc(var(--bili) * 24px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 20px);
}
.news-item .dcamr .dcbml .dcb {
  font-size: calc(var(--bili) * 16px);
  color: #6f6f6f;
  line-height: calc(var(--bili) * 30px);
}
.news-item .dcamr .dcbmr .dcc {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 58px);
  color: #363b43;
}
.news-item .dcamr .dcbmr .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #363b43;
}
.news-item:hover .dcamr {
  background-color: var(--mcolor);
}
.news-item:hover .dca,
.news-item:hover .dcb,
.news-item:hover .dcc,
.news-item:hover .dcd {
  color: #ffffff !important;
} */

.notice-top .Acls {
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 60px);
}

.notice-top .dca {
  width: 43.75%;
  height: calc(var(--bili) * 360px);
  overflow: hidden;
}

.notice-top .dcma {
  width: 53.5%;
}

.notice-top .dcb {
  font-weight: 700;
  font-size: calc(var(--bili) * 26px);
  color: #333333;
  margin: calc(var(--bili) * 35px) 0 calc(var(--bili) * 20px);
  transition: all 0.5s;
}

.notice-top .dcc {
  font-weight: 400;
  font-size: calc(var(--bili) * 16px);
  color: #848484;
  line-height: calc(var(--bili) * 28px);
  margin: 0 0 calc(var(--bili) * 30px);
}

.notice-top .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #a4a4a4;
  margin: 0 0 calc(var(--bili) * 70px);
}

.notice-top .dce {
  font-weight: 400;
  width: calc(var(--bili) * 140px);
  height: calc(var(--bili) * 45px);
  line-height: calc(var(--bili) * 45px);
  text-align: center;
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  background: var(--mcolor);
  /*border-radius: 5px;*/
}

.notice-top:hover .dcb {
  padding: 0 0 0 10px;
  color: var(--mcolor);
}

.notice-list {}

.notice-box {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 0 calc(var(--bili) * 20px);
  margin: 0 0 calc(var(--bili) * 25px) 0;
}

.notice-box .Acls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.notice-box .dca {
  font-weight: 600;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  line-height: calc(var(--bili) * 80px);
  color: #333333;
  transition: all 0.5s;
  width: 60%;
}

.notice-box .dcb {
  font-weight: 400;
  font-size: calc(var(--bili) * 20px);
  color: #6f6f6f;
  width: 12%;
}

.notice-box .dcc {
  background: url(../images/u489.svg) no-repeat;
  width: calc(var(--bili) * 36px);
  height: calc(var(--bili) * 36px);
  background-size: 100% 100%;
  margin: 0 0 0 25%;
}

.notice-box:hover .dca {
  color: var(--mcolor);
  padding: 0 0 0 calc(var(--bili) * 10px);
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.video-list .video-box {
  width: 32.375%;
  margin: 0 1.425% 3% 0;
  transition: all 0.5s;
  cursor: pointer;
}

.video-list .video-box:nth-child(3n) {
  margin: 0 0 3% 0;
}

.video-list .video-box .dca {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--bili) * 291px);
}

.video-list .video-box .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  text-align: center;
  padding: calc(var(--bili) * 25px) 0 0;
}

.video-list .video-box:hover .dcb {
  color: var(--mcolor);
}

/*新闻*/

/*关于我们*/
.about-intro {
  display: flex;
  justify-content: space-between;
}

.about-content {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  line-height: calc(var(--bili) * 40px);
  color: #333333;
}

.ab-title {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 40px);
  letter-spacing: 1.4px;
  color: var(--mcolor);
  margin: 0 0 calc(var(--bili) * 40px) 0;
  text-align: center;
  padding: 0 calc(var(--bili) * 100px);
}

.ab-dcall {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  line-height: calc(var(--bili) * 36px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 40px) 0;
  padding: 0 calc(var(--bili) * 100px);
}

.ab-dcall.jma {
  text-align: center;
  padding: 0 calc(var(--bili) * 250px);
}

.ab-dcimg {
  margin: 0 0 calc(var(--bili) * 40px) 0;
  padding: 0 calc(var(--bili) * 100px);
}

.ab-swcha {
  padding: 0 calc(var(--bili) * 100px);
  margin: 0 0 calc(var(--bili) * 40px) 0;
  position: relative;
}

.ab-swcha .dca {
  height: calc(var(--bili) * 400px);
  overflow: hidden;
}

.ab-swcha .dcrz {
  height: calc(var(--bili) * 293px);
  overflow: hidden;
}

.ab-swcha .dcrzs {
  font-size: calc(var(--bili) * 20px);
  color: #333333;
  text-align: center;
  line-height: 2;
  margin: 20px 0;
}

.ab-swcha .swiper-button-next,
.ab-swcha .swiper-button-prev {
  top: 46%;
  background-repeat: no-repeat;
  background-position: center;
  background: url(../images/u444.png) no-repeat right;
  background-size: 100% 100%;
  width: calc(var(--bili) * 29px);
  height: calc(var(--bili) * 29px);
}

.ab-swcha .swiper-button-next:after,
.ab-swcha .swiper-button-prev:after {
  display: none;
}

.ab-swcha .swiper-button-prev {
  left: calc(var(--bili) * 15px);
  transform: rotate(180deg);
}

.ab-swcha .swiper-button-next {
  right: calc(var(--bili) * 15px);
}

.ab-dcfix {
  padding: 0 calc(var(--bili) * 100px);
  position: relative;
}

.ab-dcfix .dca {
  width: 100%;
}

.ab-dcfix .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 24px);
  color: #ffffff;
  line-height: calc(var(--bili) * 60px);
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5%;
  background: linear-gradient(to right, var(--mcolor), rgb(255 255 255 / 0%));
}

.ab-condition {
  display: flex;
  flex-wrap: wrap;
  padding: calc(var(--bili) * 30px) 0 0;
}

.ab-condition .jmcondition {
  width: 20%;
  text-align: center;
  padding: 0 3%;
}

.ab-condition .jmcondition .dca {
  width: calc(var(--bili) * 158px);
  height: calc(var(--bili) * 158px);
  margin: 0 auto;
}

.ab-condition .jmcondition .dcb {
  line-height: 2;
  color: #333333;
  font-size: calc(var(--bili) * 16px);
  margin: calc(var(--bili) * 25px) 0 0;
}

.zcyyx_lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zcyyx {
  width: 32.1435%;
}

.zcyyx .dczcyyx {
  width: 100%;
  height: calc(var(--bili) * 292px);
  overflow: hidden;
}

.zcyyx .dczcyyx-cm {
  background-color: #ffffff;
  padding: 4% 4%;
  min-height: calc(var(--bili) * 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zcyyx .dczcyyx-cm .zcyyx-dca {
  color: #000000;
  font-size: calc(var(--bili) * 18px);
  margin: 0 0 calc(var(--bili) * 10px);
  font-weight: bold;
}

.zcyyx .dczcyyx-cm .zcyyx-dcb {
  color: #808080;
  font-size: calc(var(--bili) * 14px);
  line-height: 2;
}

.jmxj {
  display: flex;
  padding: 0 calc(var(--bili) * 100px);
}

.jmxj .jmxj-box {
  width: 33.3%;
  height: calc(var(--bili) * 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f6f6;
}

.jmxj .jmxj-box .dca {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #515151;
}

.jmxj .jmxj-box .dcb {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 36px);
  color: #3e3e3e;
}

.jmxj .jmxj-box .dcc {
  color: #ffffff;
  line-height: 2.4;
  font-size: calc(var(--bili) * 20px);
  font-weight: 400;
  font-style: normal;
}

.jmxj .jmxj-box:nth-child(3n) {
  background-color: var(--mcolor);
  padding: 5% 3%;
}

.jmxj .jmxj-box:nth-of-type(1) {
  background: #f6f6f6 url(../images/u1193.png) no-repeat 30px;
  background-size: calc(var(--bili) * 66px) calc(var(--bili) * 66px);
  padding: 0 0 0 110px;
}

.jmxj .jmxj-box:nth-of-type(2) {
  background: #f6f6f6 url(../images/u1198.png) no-repeat 30px;
  background-size: calc(var(--bili) * 66px) calc(var(--bili) * 66px);
  padding: 0 0 0 calc(var(--bili) * 110px);
}

.about-lor {}

.about-lor .about-box {
  width: 100%;
  position: relative;
}

.about-lor .about-box .dcm-img {
  width: 50%;
  line-height: calc(var(--bili) * 505px);
}

.about-lor .about-box .dcm-cal {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 4% 10% 4% 5%;
  display: flex;
}

.about-lor .about-box .dcm-cal .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 36px);
  color: var(--mcolor);
  margin: 0 0 calc(var(--bili) * 30px) 0;
  padding: 0 0 calc(var(--bili) * 30px) 0;
  position: relative;
}

.about-lor .about-box .dcm-cal .dca:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #89898a;
  bottom: 0;
  left: 0;
}

.about-lor .about-box .dcm-cal .dcb {
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #575757;
  line-height: calc(var(--bili) * 30px);
  height: calc(var(--bili) * 90px);
  margin: 0 0 calc(var(--bili) * 30px) 0;
}

.about-lor .about-box .dcm-cal .dcc {
  width: calc(var(--bili) * 180px);
  height: calc(var(--bili) * 60px);
  line-height: calc(var(--bili) * 58px);
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #717075;
  text-align: center;
}

.about-lor .about-box .dcm-cal .dcc:hover {
  background-color: var(--mcolor);
  border: 1px solid var(--mcolor);
  color: #ffffff;
}

.about-lor .about-box:nth-child(2n) .dcm-img {
  margin: 0 0 0 50%;
}

.about-lor .about-box:nth-child(2n) .dcm-cal {
  left: 0;
  padding: 4% 5% 4% 10%;
}

.ab-fzlc {
  background: url(../images/u148_div.png) no-repeat bottom;
  background-size: 100% 100%;
  height: calc(var(--bili) * 650px);
  position: relative;
}

.ab-fzlc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 40%);
}

.ab-fzlc .inner {
  z-index: 2;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.ab-fzlc .fzlc-title {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 40px);
  color: #ffffff;
  text-align: center;
  padding: calc(var(--bili) * 50px) 0 calc(var(--bili) * 50px) 0;
  z-index: 2;
  position: relative;
}

.ab-fzlc .fzlc-lst {}

.ab-fzlc .fzlc-lst .fzlc-box {
  padding: 0 calc(var(--bili) * 25px) calc(var(--bili) * 25px);
  position: relative;
}

.ab-fzlc .fzlc-lst .fzlc-box:after {
  content: "";
  position: absolute;
  background: url(../images/u170.svg) no-repeat center;
  width: 2px;
  height: 100%;
  background-size: 100% 100%;
  left: 0;
  top: -4px;
}

.ab-fzlc .fzlc-lst .fzlc-box:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  left: -4px;
  bottom: -5px;
}

.ab-fzlc .fzlc-lst .fzlc-box .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 34px);
  color: #ffffff;
  margin: calc(var(--bili) * 20px) 0;
}

.ab-fzlc .fzlc-lst .fzlc-box .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
}

.ab-fzlc .swiper-slide-active .fzlc-box:before {
  background-color: var(--mcolor);
}

.ab-fzlc .fzlc-lst .fzlc-box:hover:before {
  background-color: var(--mcolor);
}

.fzlc-sw:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  /*background-color: #ffffff;*/
  bottom: 0;
  left: 0;
  background: url(../images/u151.svg) no-repeat center;
}

.ab-fzlc .swiper-container {
  overflow: inherit;
  padding: 0 0 0 4px;
}

.ab-fzlc .swiper-wrapper {
  align-items: flex-end;
}

.ab-fzlc .swiper-slide:nth-child(2n) .fzlc-box {
  position: absolute;
}

.ab-fzlc .swiper-slide:nth-child(2n) .fzlc-box:after {
  transform: rotate(180deg);
  top: 4px;
}

.ab-fzlc .swiper-slide:nth-child(2n) .fzlc-box:before {
  left: -4px;
  top: -5px;
  bottom: auto;
}

.ab-fzlc .fzlc-swan {
  position: absolute;
  right: 0;
  top: calc(var(--bili) * 76px);
  display: flex;
  justify-content: space-between;
  width: calc(var(--bili) * 150px);
}

.ab-fzlc .swiper-button-next,
.ab-fzlc .swiper-button-prev {
  top: 46%;
  background-size: 100% 100%;
  width: calc(var(--bili) * 48px);
  height: calc(var(--bili) * 48px);

  background-color: var(--mcolor);
}

.ab-fzlc .swiper-button-next:hover,
.ab-fzlc .swiper-button-prev:hover {
  opacity: 0.8;
}

.ab-fzlc .swiper-button-disabled {
  background-color: #ffffff;
  opacity: 0.8;
}

.ab-fzlc .swiper-button-next:after,
.ab-fzlc .swiper-button-prev:after {
  /*display: none;*/
  color: #fff;
  font-size: 16px;
}

.ab-fzlc .swiper-button-disabled:after {
  color: #000;
}

.ab-history {
  padding: calc(var(--bili) * 50px) 0 0 0;
}

.ab-history .history-lst {}

.history-lst .history-box {
  width: calc(var(--bili) * 800px);
  margin: 0 auto;
  padding: 0 0 calc(var(--bili) * 80px) 0;
}

.history-lst .history-box .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 120px);
  letter-spacing: 2px;
  color: #036eb8;
  font-family: BarlowCondensed;
}

.history-lst .history-box .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  line-height: calc(var(--bili) * 36px);
  position: relative;
  padding: 0 20px;
}

.history-lst .history-box .dcb:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--mcolor);
  border-radius: 50%;
  left: 0;
  top: 17px;
}

.history-lst .swiper-container {
  margin: 0 0 calc(var(--bili) * 200px);
  overflow: initial;
}

.history-lst .swiper-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 23px;
  bottom: 0;
  left: 0;
  background: url(../images/history_line.png) no-repeat center;
}

.history-lst .swiper-pagination {
  bottom: calc(var(--bili) * -80px);
}

.history-lst .swiper-pagination-bullet {
  width: auto;
  background: transparent;
  opacity: 1;
  margin: 0 30px !important;
  position: relative;
  height: 45px;
  line-height: 45px;
}

.history-lst .swiper-pagination-bullet-active {
  color: var(--mcolor);
}

.history-lst .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  bottom: 0;
  left: 32%;
  background: url(../images/u576.svg) no-repeat center;
}

.history-lst .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 0;
  left: 32%;
  background: url(../images/u576.svg) no-repeat center;
  transform: rotate(180deg);
}

/*关于我们*/

/*荣誉资质*/

.honor-tab {
  display: flex;
  justify-content: center;
  padding: calc(var(--bili) * 10px) 0 calc(var(--bili) * 60px);
}

.honor-tab .honor-tab-box {
  width: calc(var(--bili) * 128px);
  height: calc(var(--bili) * 52px);
  line-height: calc(var(--bili) * 52px);
  text-align: center;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  margin: 0 calc(var(--bili) * 15px);
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #717075;
  cursor: pointer;
}

.honor-tab .honor-tab-box.on {
  border: 1px solid var(--mcolor);
  background-color: var(--mcolor);
  color: #ffffff;
}

.enterprise-honor {
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.enterprise-honor .dcml {
  width: 25.625%;
  height: calc(var(--bili) * 515px);
}

.enterprise-honor .dcmr {
  width: 70%;
  height: calc(var(--bili) * 600px);
  overflow-x: auto;
}

.enterprise-honor .dcmr .ehitem {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 22px);
  color: #666666;
  text-align: right;
  line-height: calc(var(--bili) * 30px);
  padding: calc(var(--bili) * 15px) 3% calc(var(--bili) * 15px) 0;
}

.enterprise-honor .dcmr .ehitem:hover {
  color: var(--mcolor);
}

.enterprise-honor .dcmr::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.enterprise-honor .dcmr::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

.enterprise-honor .dcmr::-webkit-scrollbar-thumb {
  background-color: var(--mcolor);
}

.honor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.honor-box {
  width: 22.75%;
  margin: 0 3% 3% 0;
  transition: all 0.5s;
  cursor: pointer;
}

.honor-box:nth-child(4n) {
  margin: 0 0 3% 0;
}

.honor-box .dca {
  width: 100%;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--bili) * 364px);
}

.honor-box .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  text-align: center;
  padding: calc(var(--bili) * 25px) 0 0;
}

.honor-box:hover {
  transform: translateY(-10px);
}

.honor-box:hover .dcb {
  color: var(--mcolor);
}

.honor-eh {
  display: none;
}

.honor-eh.on {
  display: flex;
}

/*荣誉资质*/

/*企业文化*/
.culture-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.culture-list .culture-dcma {
  position: relative;
  margin: 0 0 calc(var(--bili) * 40px) 0;
}

.culture-list .culture-dcmb {
  position: relative;
  width: 48.5%;
}

.culture-list .culture-dcma .dcimg {
  width: 100%;
  height: calc(var(--bili) * 430px);
  overflow: hidden;
}

.culture-list .culture-dcma .dcimg img {
  height: auto;
}

.culture-list .culture-dcma .dcma {
  color: #ffffff;
  position: absolute;
  left: calc(var(--bili) * 50px);
  top: calc(var(--bili) * 50px);
}

.culture-list .culture-dcma .dcma .dca {
  font-size: calc(var(--bili) * 30px);
}

.culture-list .culture-dcma .dcma .dcb {
  font-size: calc(var(--bili) * 20px);
  font-weight: bold;
  margin: calc(var(--bili) * 25px) 0 0 0;
}

.culture-list .culture-dcma .dcma .dcc {
  font-size: calc(var(--bili) * 16px);
  margin: 5px 0 0 0;
}

.culture-list .culture-dcmb .dcimg {
  width: 100%;
  height: calc(var(--bili) * 370px);
  overflow: hidden;
}

.culture-list .culture-dcmb .dcma {
  background-color: #eef2f5;
  padding: calc(var(--bili) * 30px);
}

.culture-list .culture-dcmb .dcma .dca {
  font-weight: bold;
  font-size: calc(var(--bili) * 22px);
  position: relative;
  padding: 0 0 calc(var(--bili) * 15px) 0;
  margin: 0 0 calc(var(--bili) * 15px) 0;
}

.culture-list .culture-dcmb .dcma .dca:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #d50a1d;
  left: 0;
  bottom: 0;
}

.culture-list .culture-dcmb .dcma .dcb {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.culture-list .culture-new {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture-list .culture-new .d-center {
  display: flex;
  align-items: center;
  height: calc(var(--bili) * 414px);
  width: calc(var(--bili) * 350px);
  justify-content: center;
}

.culture-list .culture-new .d-list {
  text-align: center;
}

.culture-list .culture-new .d-list>div {
  margin: calc(var(--bili) * 30px) 0;
}

.culture-list .culture-new .d-list img {
  width: calc(var(--bili) * 68px);
  height: calc(var(--bili) * 68px);
  /*border-radius: 50%;*/
}

.culture-list .culture-new .two {
  display: none;
}

.culture-list .culture-new .d-list .d-title {
  font-weight: 400;
  font-size: calc(var(--bili) * 40px);
}

.culture-list .culture-new .d-list .d-line {
  width: calc(var(--bili) * 40px);
  height: calc(var(--bili) * 4px);
  background-color: var(--mcolor);
  margin: 0 auto;
}

.culture-list .culture-new .d-list .d-des {
  font-weight: 400;
  color: #666666;
  text-align: center;
  font-size: calc(var(--bili) * 18px);
}

.culture-list .culture-new .d-center.active {
  background-color: var(--mcolor);
  color: #ffffff !important;
}

.culture-list .culture-new .d-center.active .one {
  display: none;
}

.culture-list .culture-new .d-center.active .two {
  display: inline-table;
}

.culture-list .culture-new .d-center.active .d-list .d-line {
  background-color: #ffffff;
}

.culture-list .culture-new .d-center.active .d-list .d-des {
  color: #ffffff !important;
}

.culture-list-two {
  height: calc(var(--bili) * 740px);
  background: url("../../index/images/culture_new1.jpg");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.culture-list-two .culture-content {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(var(--bili) * 480px);
  overflow: auto;
}

.culture-list-two .culture-content .d-list {
  width: 100%;
  text-align: center;
  margin-bottom: calc(var(--bili) * 10px);
}

.culture-list-two .culture-content .d-list .d-title {
  font-weight: 500;
  font-size: calc(var(--bili) * 36px);
  color: #ffffff;
  margin-bottom: calc(var(--bili) * 10px);
}

.culture-list-two .culture-content .d-list .d-content {
  font-weight: 400;
  color: #ffffff;
  font-size: calc(var(--bili) * 18px);
}

.culture-list-three {
  display: flex;
  margin-bottom: calc(var(--bili) * 40px);
  width: 100%;
}

.culture-list-three.active {
  background-color: var(--mcolor);
  color: #ffffff !important;
}

.culture-list-three.active p {
  color: #ffffff !important;
}

.culture-list-three img {
  width: calc(var(--bili) * 900px);
  height: calc(var(--bili) * 400px);
}

.culture-list-three .d-list {
  padding: calc(var(--bili) * 30px);
  width: calc(var(--bili) * 700px);
  overflow: auto;
  height: calc(var(--bili) * 340px);
}

.culture-list-three .d-list .d-title {
  font-weight: 500;
  font-size: calc(var(--bili) * 36px);
  margin-bottom: calc(var(--bili) * 10px);
}

/*.culture-list-three .d-list .d-des p{*/
/*    line-height: 2 !important;*/
/*}*/

.mb {
  display: none;
}

/*企业文化*/

/*留言*/

.message-lst {
  width: 76%;
  margin: 0 auto;
}

.message-lst .message-blc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.message-lst .w30 {
  width: 31.5%;
}

.message-lst .message-blc .mbs {
  position: relative;
}

.message-lst .message-blc .mbs .srk {
  width: 100%;
  height: calc(var(--bili) * 54px);
  padding: 0 calc(var(--bili) * 30px);
}

.message-lst .message-blc .mbs .srks {
  width: 100%;
  height: calc(var(--bili) * 186px);
  padding: calc(var(--bili) * 20px) calc(var(--bili) * 30px);
}

.message-lst .message-blc:last-child {
  justify-content: center;
  margin: calc(var(--bili) * 50px) 0;
}

.message-lst .message-blc .ann {
  width: calc(var(--bili) * 166px);
  height: calc(var(--bili) * 54px);
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #ffffff;
  background-color: var(--mcolor);
  border-radius: 5px;
  cursor: pointer;
}

.message-lst .message-blc .ann:hover {
  background-color: #19c169;
}

/*留言*/

/*联系我们*/

.wn-container {
  width: 100%;
  height: calc(var(--bili) * 440px);
}

/*地图美化*/
.wn-container * {
  border-color: #ffffff !important;
  border: 0 !important;
}

.wn-container .BMap_pop * {
  color: #333333 !important;
  line-height: calc(30px) !important;
  font-size: calc(16px) !important;
}

.wn-container .anchorBL {
  display: none;
}

.wn-container .anchorTR div * {
  padding: 5px 10px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/*地图美化*/

.lxwm-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lxwm-list .dcml {
  width: 50%;
}

.lxwm-list .dcmr {
  display: flex;
}

.lxwm-list .dcml .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 30px);
  color: #262625;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.lxwm-list .dcml .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 20px);
  color: #646464;
  line-height: calc(var(--bili) * 42px);
}

.lxwm-list .dcmr .lx-ewm {
  margin: 0 0 0 calc(var(--bili) * 20px);
}

.lxwm-list .dcmr .lx-ewm .dca {
  width: calc(var(--bili) * 200px);
  height: calc(var(--bili) * 200px);
  border: 1px solid #e3e3e3;
  padding: calc(var(--bili) * 10px);
}

.lxwm-list .dcmr .lx-ewm .dcb {
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  text-align: center;
  height: calc(var(--bili) * 50px);
  line-height: calc(var(--bili) * 50px);
}

.lxhs {
  background-color: #f3f3f3;
}

.lx-places-tit {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 34px);
  color: var(--mcolor);
  text-align: center;
  margin: 0 0 calc(var(--bili) * 45px);
}

.lx-places-cal {
  font-size: calc(var(--bili) * 22px);
  color: #333333;
  position: relative;
  padding: 0 0 0 calc(var(--bili) * 15px);
  margin: 0 0 calc(var(--bili) * 30px);
  line-height: 1.2;
  /*font-weight: bold;*/
}

.lx-places-cal:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: var(--mcolor);
  left: 0;
  top: 0;
}

.lx-places-lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.lx-places-lst .lx-places-box {
  border: 1px solid #e3e3e3;
  width: calc(var(--bili) * 300px);
  margin: 0 calc(var(--bili) * 25px) calc(var(--bili) * 25px) 0;
  padding: calc(var(--bili) * 25px);
  background-color: #ffffff;
}

.lx-places-lst .lx-places-box:nth-child(5n) {
  margin: 0 0 calc(var(--bili) * 25px) 0;
}

.lx-places-lst .lx-places-box .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #262625;
  margin: 0 0 5px 0;
}

.lx-places-lst .lx-places-box .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  line-height: calc(var(--bili) * 32px);
}

/*联系我们*/

/*新闻详情*/
.detail-content {
  padding: calc(var(--bili) * 20px) calc(var(--bili) * 245px) 0;
}

.detail-content .title {
  font-weight: 400;
  font-size: calc(var(--bili) * 28px);
  color: #262626;
  line-height: calc(var(--bili) * 40px);
  text-align: center;
  margin: 0 0 calc(var(--bili) * 35px);
}

.detail-content .info {
  font-weight: 400;
  font-size: calc(var(--bili) * 14px);
  color: #909090;
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 30px);
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: calc(var(--bili) * 20px);
}

.detail-content .info.cpinfo {
  justify-content: center;
}

.detail-content .info .dcaml {}

.detail-content .info .dcamr {}

.detail-content .info .time {
  margin: 0 20px 0 0;
}

.detail-content .content {
  font-size: 16px;
  color: #555555;
  line-height: 2;
}

.detail-content .content * {
  max-width: 100%;
  line-height: 2;
}

.xwsx-content {
  padding: calc(var(--bili) * 60px) 0;
  border-top: 1px solid #e9e9e9;
}

.Around {
  border-top: 1px solid #cccccc;
  padding-top: calc(var(--bili) * 20px);
  margin: calc(var(--bili) * 60px) 0 0 0;
  display: flex;
  justify-content: space-between;
}

.Around .Aroundul {
  font-weight: 400;
  color: #333333;
  line-height: 2;
  font-size: calc(var(--bili) * 16px);
  width: 48%;
}

.Around .Aroundul:first-child {
  text-align: left;
}

.Around .Aroundul:last-child {
  text-align: right;
}

.Around .Aroundul a {
  color: #666666;
}

.Around .Aroundul:hover a {
  color: var(--mcolor);
}

.sx-Around.Around {
  display: flex;
  flex-direction: column;
}

.sx-Around.Around .Aroundul {
  width: 100%;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.sx-Around.Around .Aroundul:last-child {
  text-align: left;
}

/*新闻详情*/

/*招聘*/

.recruit-cot {}

.recruit-cot .rc-title {
  font-size: calc(var(--bili) * 32px);
  color: var(--mcolor);
  transition-property: all;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 calc(var(--bili) * 30px) 0;
}

.recruit-cot .rc-lst {
  display: flex;
  justify-content: space-between;
}

.recruit-cot .ll-dcmal {
  width: 50%;
  background-color: #e8effb;
  padding: calc(var(--bili) * 80px) calc(var(--bili) * 50px);
}

.recruit-cot .ll-dcmal .dca {
  line-height: normal;
  font-size: calc(var(--bili) * 28px);
  font-weight: 400;
  margin-top: calc(var(--bili) * 10px);
  color: #303030;
  margin-bottom: calc(var(--bili) * 10px);
}

.recruit-cot .ll-dcmal .dcb {
  line-height: normal;
  color: #939292;
  font-size: calc(var(--bili) * 18px);
  font-weight: 400;
  margin-bottom: calc(var(--bili) * 30px);
}

.recruit-cot .ll-dcmal .dcc {
  font-size: calc(var(--bili) * 18px);
  color: #303030;
  line-height: 2;
}

.recruit-cot .ll-dcmar {
  width: 50%;
  overflow: hidden;
}

.recruit-cot .ypxz-box {
  width: 32%;
  background-color: #f5f5f5;
  height: calc(var(--bili) * 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruit-cot .ypxz-box .dca {
  overflow: hidden;
  width: calc(var(--bili) * 30px);
  margin: 0 auto;
}

.recruit-cot .ypxz-box .dcb {
  line-height: 1.5;
  font-size: calc(var(--bili) * 18px);
  font-weight: 700;
  color: #333;
  text-align: center;
  padding-top: calc(var(--bili) * 30px);
  padding-bottom: calc(var(--bili) * 20px);
}

.recruit-cot .ypxz-box .dcc {
  font-size: calc(var(--bili) * 16px);
  color: #000000;
  line-height: 2;
  text-align: center;
}

.recruit-cot .ypxz-box.on {
  background-color: var(--mcolor);
}

.recruit-cot .ypxz-box.on .dcb {
  color: #ffffff;
}

.recruit-cot .ypxz-box.on .dcc {
  color: #ffffff;
}

.recruit-box {
  overflow: hidden;
}

.recruit-box .recruit-title {
  font-weight: 700;
  font-size: calc(var(--bili) * 18px);
  color: #1f1f1f;
  display: flex;
  background-color: #f2f2f2;
}

.recruit-box .recruit-title .recruit-mk {
  width: 16.6%;
  text-align: center;
  line-height: calc(var(--bili) * 60px);
}

.recruit-item {
  margin: calc(var(--bili) * 15px) 0 0;
  overflow: hidden;
}

.recruit-item .recruit-name {
  /*font-weight: 700;*/
  font-size: calc(var(--bili) * 16px);
  display: flex;
  cursor: pointer;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #dddddd;
}

.recruit-item .recruit-name .recruit-mk {
  width: 16.6%;
  text-align: center;
  line-height: calc(var(--bili) * 60px);
}

.recruit-item .recruit-whnr {
  border: 1px solid #dddddd;
  padding: 0 calc(var(--bili) * 40px);
  display: flex;
  justify-content: space-between;
  height: 0;
  transition: all 0.3s;
  opacity: 0;
}

.recruit-item .recruit-whnr .zwbox {
  width: 45%;
}

.recruit-item .recruit-whnr .zwbox .dca {
  font-weight: 700;
  font-size: calc(var(--bili) * 18px);
  color: #404040;
}

.recruit-item .recruit-whnr .zwbox .dcb {
  font-weight: 400;
  font-size: calc(var(--bili) * 16px);
  color: #666666;
  line-height: 36px;
}

.recruit-item.on .recruit-whnr {
  padding: calc(var(--bili) * 40px);
  height: 100%;
  opacity: 1;
  background-color: #f8f8f8;
}

.recruit-item.on .recruit-name {
  color: #ffffff;
  background-color: var(--mcolor);
  border: 1px solid var(--mcolor);
}

.recruit-item:hover .recruit-name {
  color: #ffffff;
  background-color: var(--mcolor);
  border: 1px solid var(--mcolor);
}

/*招聘*/

/*产品*/
.product-all {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product-all .dcml {
  width: 20%;
  background-color: #fff;
  /*border: 1px solid #e6e6e6;*/
}

.product-all .dcmr {
  width: 78%;
}

.Ca-list {
  padding: 0 0 calc(var(--bili) * 5px) 0;
}

.Ca-list .Cali {
  position: relative;
  /* margin: 0 0 5px 0; */
}

/*.Ca-list .Cali:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url(../images/icons/next_blank.png) no-repeat;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-size: 100%;*/
/*    right: 20px;*/
/*    top: 18px;*/
/*    opacity: 0.5;*/
/*    transition: all 0.3s;*/
/*}*/
.Ca-list .Cali .Cadca {
  font-size: calc(var(--bili) * 16px);
  color: #191919;
  cursor: pointer;
  /* border-bottom: 1px solid #e2e2e2; */
}

.Ca-list .Cali .Cadca .CAa {
  display: block;
  padding: 0 calc(var(--bili) * 40px) 0 calc(var(--bili) * 30px);
  height: calc(var(--bili) * 80px);
  line-height: calc(var(--bili) * 80px);
  text-align: center;
}

.Ca-list .Cali .Cb-list {
  height: 0;
  overflow: hidden;
  /*transition: all 0.3s;*/
  opacity: 0;
}

.Ca-list .Cali .Cb-list .Cbli {
  border: 1px solid #e2e2e2;
  margin: -1px 0 0 0;
}

.Ca-list .Cali .Cb-list .Cbli .Cba {
  padding: 0 calc(var(--bili) * 45px);
  height: calc(var(--bili) * 60px);
  line-height: calc(var(--bili) * 60px);
  color: #6e6e6e;
  font-size: calc(var(--bili) * 18px);
}

.Ca-list .Cali.on .Cb-list {
  height: 100%;
  opacity: 1;
}

.Ca-list .Cali.on:before {
  transform: rotate(90deg);
}

.Ca-list .Cali .Cb-list .Cbli .Cba:hover {
  color: var(--mcolor);
}

.Ca-list .Cali.cur .Cadca {
  color: #ffffff;
  background-color: var(--mcolor);
}

.Ca-list .Cali.cur .Cb-list {
  height: 100%;
  opacity: 1;
}

.Ca-list .Cali .Cb-list .Cbli.cur .Cba {
  color: var(--mcolor);
}

.new-product-list .product-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 3);
  position: relative;
}

.new-product-list .product-item .dcb {
  margin: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.product-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 4);
  position: relative;
}

.product-item .e_container-50 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
  transition: all 0.4s;
  border-style: none;
  background_radio: 2;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 4%;
  padding-right: 5%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 15px #e9e9e9;
  border: solid 0px #fff;
  position: relative;
}

.product-item .e_container-50:hover {
  transform: translateY(-5px);
}

.product-item .e_container-50:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--mcolor);
  transition: all 0.5s;
}

.product-item .e_container-50:hover:before {
  width: 100%;
}

/* .product-item:hover .dcb {
  color: var(--mcolor);
}
.product-item:hover .dcc {
  color: var(--mcolor);
} */

.product-item .e_container-50 .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  border: 0px #fff solid;
}

.product-item .e_container-50 .p_item .e_image-51 {
  overflow: hidden;
  display-radio: 1;
  padding-bottom: 68%;
  position: relative;
}

.product-item .e_container-50 .p_item .e_image-51 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.6s;
}

.product-item .e_container-50 .p_item .e_container-59 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background-color: rgba(255, 255, 255, 1);
  padding-top: 5%;
  padding-left: 0px;
  padding-bottom: 0%;
  padding-right: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(232, 232, 232, 1);
  background_radio: 2;
}

.product-item .e_container-50 .p_item .e_container-59 .cbox-59-0 .e_text-52 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.product-item .e_container-50 .p_item .e_container-59 .cbox-59-0 .e_container-60 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-top: 5%;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e5e5e5;
  padding-top: 5%;
  padding-bottom: 0%;
  background_radio: 1;
}

.product-item .e_container-50 .p_item .e_container-59 .cbox-59-0 .e_container-60 .e_text-61 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: var(--mcolor);
  font-family: Arial;
  font-weight: bold;
}

.product-item .e_container-50 .p_item .e_container-59 .cbox-59-0 .e_container-60 .e_text-62 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  text-align: right;
  color: rgba(119, 119, 119, 1);
}

.product-item:nth-child(3n) {
  margin-right: 0;
}

.product-item .dca {
  display: block;
  width: 100%;
  /* height: calc(var(--bili) * 360px); */
  overflow: hidden;
}

.product-item .dcb {
  /* font-weight: 600; */
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  margin: 5%;
  text-align: center;
}

.product-item .dcc {
  border-top: 1px solid #e6e6e6;
  font-size: calc(var(--bili) * 16px);
  color: #444444;
  max-height: calc(var(--bili) * 50px);
  line-height: calc(var(--bili) * 25px);
  margin: 5%;
  padding: 4.5% 0 0 0;
}

/* .product-item:hover {
  box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
}
.product-item:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--mcolor);
  transition: all 0.5s;
}
.product-item:hover:before {
  width: 100%;
}
.product-item:hover .dcb {
  color: var(--mcolor);
}
.product-item:hover .dcc {
  color: var(--mcolor);
} */

.product-search {
  margin: 0 0 calc(var(--bili) * 35px) 0;
  display: flex;
  justify-content: flex-end;
}

.product-search .srk {
  width: calc(var(--bili) * 310px);
  height: calc(var(--bili) * 46px);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0 calc(var(--bili) * 20px);
  font-size: 14px;
}

.product-search .ann {
  width: calc(var(--bili) * 63px);
  height: calc(var(--bili) * 46px);
  border: 1px solid var(--mcolor);
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: url(../images/product-search.svg) no-repeat center;
  background-color: var(--mcolor);
  background-size: 22px 22px;
  cursor: pointer;
}

.product-detail {
  padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 80px);
}

.product-lr {
  display: flex;
  justify-content: space-between;
}

.product-lr .cpl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(var(--bili) * 780px);
}

.xt-all {
  position: relative;
}

.xt-all .icon-fl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  display: none;
}

.xt-all .icon-fr {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  display: none;
}

.product-lr .cpl .xt-list {
  border: 1px solid #c0c0c0;
  width: calc(var(--bili) * 198px);
  height: calc(var(--bili) * 602px);
  padding: calc(var(--bili) * 65px) calc(var(--bili) * 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-lr .cpl .xt-list .xt-all {
  overflow: hidden;
}

.product-lr .cpl .xt-list .xtbox {
  width: calc(var(--bili) * 85px);
  height: calc(var(--bili) * 85px);
  margin: 0 0 calc(var(--bili) * 10px) 0;
}

.product-lr .cpl .dt-list {}

.product-lr .cpl .dt-list .dtbox {
  width: calc(var(--bili) * 564px);
  height: calc(var(--bili) * 564px);
  overflow: hidden;
}

.product-lr .cpr {
  width: calc(var(--bili) * 750px);
}

.product-lr .cpr .cpmc {
  font-weight: 700;
  font-size: calc(var(--bili) * 36px);
  color: #333333;
  padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 40px);
}

.product-lr .cpr .cpis {
  font-size: calc(var(--bili) * 16px);
  color: #606060;
  line-height: 34px;
}

.product-intro {
  background-color: #f6f6f6;
  padding: calc(var(--bili) * 20px) 0;
}

.product-intro-title {
  font-size: calc(var(--bili) * 24px);
  color: #333333;
}

.product-info {
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  line-height: 2;
}

.product-info * {
  max-width: 100%;
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  line-height: 2;
}

/*产品*/

/*手机*/
.wap-header {
  display: none;
}

.wap-head {
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  top: 0;
  position: fixed;
  z-index: 105;
  box-shadow: none;
  height: 15vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wap-head .wap-head-logo {
  width: 32%;
  margin: 0 0 0 5%;
}

.wap-head .wap-door {
  width: 8%;
  margin: 0 5% 0 0;
  height: 100%;
  position: relative;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.wap-head .wap-door .wds {
  width: 100%;
  height: 3px;
  background-color: #353535;
  display: block;
  transition: all 0.3s;
  margin: 10% 0;
  border-radius: 2px;
}

.wap-head .wap-door .wds:nth-of-type(3) {
  width: 100%;
}

.wap-header.show .wap-head .wap-door .wds:nth-child(2n) {
  opacity: 0;
}

.wap-header.show .wap-head .wap-door .wds:nth-of-type(1) {
  transform: rotate(45deg);
  position: absolute;
}

.wap-header.show .wap-head .wap-door .wds:nth-of-type(3) {
  transform: rotate(-45deg);
  position: absolute;
  width: 100%;
}

.wap-header.show .headclose {
  width: 100%;
  display: block;
}

/*菜单*/
.wap-menu {
  position: fixed;
  width: 70%;
  right: -100%;
  top: 0;
  z-index: 101;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 1;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.wap-menu .wap-menu-lst {
  padding: 16vw 0;
}

.wap-menu .wap-menu-lst .CAli {
  position: relative;
  padding: 5% 8%;
  border-bottom: 1px solid #f5f5f5;
}

.wap-menu .wap-menu-lst .CAli:after {
  content: "";
  position: absolute;
  background: url(../images/icons/next_blank.png) no-repeat right;
  width: 4vw;
  height: 4vw;
  right: 5%;
  top: 32%;
  background-size: 100%;
  opacity: 0.7;
}

.wap-menu .wap-menu-lst .CAli .CAa {
  width: 100%;
  display: -webkit-box;
  font-size: 4vw;
  color: #333333;
}

.wap-header.show .wap-menu {
  right: 0;
  opacity: 1;
}

.new_foot_top_wrp {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(65, 67, 88, 1);
  /* margin-bottom: 4%; */
}

.new_foot_top {
  display: flex;
  align-items: center;
  /* margin-bottom: 3%; */
}

.new_foot_top .dca,
.new_foot_top .contact {
  flex: 1;
}

.new_foot_top .dca img {
  width: 160px;
}

.new_foot_top .contact {
  display: flex;
  align-items: center;
  /* margin-left: 50px; */
}

.new_foot_top .contact .s_layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  background_radio: 1;
  display-radio: flex;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: auto;
  max-width: 550px;
  min-width: 0px;
}

.new_foot_top .contact h3 {
  align-self: center;
  flex: 1;
  overflow: hidden;
  max-width: 273px;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
}

/* .new_foot_top .contact .s_layout {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
} */

.new_foot_top .contact .s_layout div {
  flex: 1;
}

.new_foot_top .contact .s_layout div a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 180px;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  margin-right: 0px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  color: var(--mcolor);
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  border-color: var(--mcolor);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.new_foot_top .contact div a span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

.new_foot_top .contact div a span .icon {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -3px;
  fill: var(--mcolor);
}

/* .new_foot_top .contact h3 img {
  width: 24px;
  height: 24px;
} */

.img_hover_cg {
  overflow: hidden;
}

.img_hover_cg img {
  transition: all 0.5s;
}

.img_hover_cg:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index_wap_cpmu {
  background-color: var(--mcolor);
}

.index_wap_cpmu-model {
  position: fixed;
  width: 70%;
  right: -100%;
  top: 0;
  z-index: 9999;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 1;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.index_wap_cpmu-model .index_wap_cpmu-lst .wnod-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_wap_cpmu-model .index_wap_cpmu-lst ul li a {
  display: block;
  padding: 5px 0 5px 30px;
  font-size: 12px;
}

.index_wap_cpmu-model.show {
  right: 0;
  opacity: 1;
}

.index_wap_cpmu-t {
  z-index: 998;
}

.b_mcolor {
  background-color: var(--mcolor) !important;
}

.bottom-35 {
  bottom: 35%;
}

.banner_title {
  margin: 0 10%;
}

.w-50px {
  width: 50px;
}