﻿@charset "utf-8";

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-style: normal;
  src: url(./HarmonyOS_Sans_SC_Medium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-style: normal;
  src: url(./HarmonyOS_Sans_SC_Light.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  src: url(./Roboto-Regular.ttf);
  font-weight: 400;javascript:
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-style: normal;
  src: url(./HarmonyOS_Sans_SC_Regular.ttf);
  font-weight: 500;
}


/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #111111;
}

.block {
  display: block;
}

body {
  /* font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif; */
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: 1.0rem;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}



.font_f2 {
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.625rem;
  background-color: #fff;
  position: relative;
  opacity: .5;
  border-radius: 100%;
  transition: width 400ms;
}


.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  /* width: 1.62rem; */
  background-color: #fff;
  opacity: 1;
}

.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

/*******头部********/
header {
  position: absolute;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.header_column {
  display: flex;
  align-items: center;
}



.header_font {
  padding-right: 1.5rem;
  font-size: 1rem;
}


header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent); */
  background-color: #ffffff;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);

}

.webHome.headerScollfox header .header-main {
  box-shadow: 0px -11px 30px 0px rgba(0, 0, 0, 0.3);
}




header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 10rem;
}

header .logo a .con {
  position: relative;
  color: #111111;
  line-height: 1;
  padding-left: 0.62rem;
}

header .logo a .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;
}

header .logo a .con .text {
  font-size: 0.88rem;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-right: 2.8vw;
  position: relative;

}

header .header-nav>ul>li:last-child {
  /* margin-right: 0 !important; */
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.5rem 0;
  color: #000;
  font-size: 1.125rem;
  /* font-family: 'HarmonyOS_Sans_SC_Medium'; */
  font-weight: 400;
}

header .header-nav>ul>li .link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: 0;
  left: 0;
  transition: all 400ms;
}

header .header-nav>ul>li:hover .link::after,
header .header-nav>ul>li.active .link::after {
  background-color: #B60005 !important;
}

/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #0b4fb2 !important;

} */



header .header_language {
  position: relative;
  cursor: pointer;
  /*width: 1.25rem;*/
  /*height: 1.25rem;*/
  margin-left: 1.875rem;
  transition: all 400ms;
}

header .header_language img {
  /*width: 100%;*/
  /*height: 100%;*/
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

header .header_language::after {
  content: '';
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: -0.9688rem;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);

}

header .header_language a {
  font-size: 0.88rem;
  color: #111111;
  display: flex;
  align-items: center;
}

header .header_language a img {
  margin-right: 0.62rem;
  width: 1.5rem;
}

header .header_search {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: block;
  transition: all 400ms;
}

header .header_search img {
  width: 100%;
  height: 100%;
  display: block;
}

.header_column .language2 {
  display: none;
}

header .header_search:hover .language1 {
  display: none;
  transition: all 400ms;
}

header .header_search:hover .language2 {
  display: block;
  transition: all 400ms;
}

header .header_language:hover .language1 {
  display: none;
  transition: all 400ms;
}

header .header_language:hover .language2 {
  display: block;
  transition: all 400ms;
}





/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 1.12rem;
  border-radius: 6px;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 1.12rem;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.62rem;
  bottom: 0;
  z-index: 8;
  width: 4.6rem;
  background-image: url(../images/search02.svg);
  background-size: 1.62rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.searchField_form .btn:hover:before {
  right: 0;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

/* header .header-nav ul li.link_item:hover .link::after {
  width: 0;
} */

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 13.5rem;
  margin-left: -3.88rem;
  transition: all 400ms;
}

/* .headerDropDown:before {
  content: '';
  position: absolute;
  top: -0.56rem;
  left: 50%;
  margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #ffffff;
} */

.headerDropDown .headerDropDownList {
  background-color: #ffffff;
  padding: 1.75rem;
  overflow: hidden;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}


.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  margin-bottom: 1.25rem;
}

.headerDropDown .headerDropDownList .link_item_on:last-child {
  margin-bottom: 0;
}


.headerDropDown .headerDropDownList ._link {
  color: #000000;
  font-size: 1.125rem;
  transition: all 400ms;
  /* position: relative; */
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #b60005;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link::after {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9375rem;
  background-image: url(../images/jsRight2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



/*产品下拉*/
header .header-nav>ul>li.link_item1 {
  position: static;
}

header .header-nav ul li.link_item:hover .headerDropDown1 {
  opacity: 1;
  visibility: visible;
}


.headerDropDown1 {
  position: absolute;
  top: 100%;

  z-index: 10;
  opacity: 0;
  visibility: hidden;
  margin-left: -3.88rem;
  padding-left: 3.75rem;
  justify-content: space-between;
  background-color: #fff;
  transition: all 400ms;
  border-top: 1px solid rgba(0, 0, 0, 0.1);

}



.headerDropDown1 .box {
  /*padding-top: 3.125rem;*/
  padding-bottom: 3.125rem;
}

.headerDropDown1 .headerDropDownList_l {

  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 13.5rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
  margin-top: 3.125rem;
}

.headerDropDown1 .headerDropDownList_l .link_item_on div {
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 1.25rem;
  position: relative;

}

.headerDropDown1 .headerDropDownList_l .link_item_on div.active {
  color: #b60005;
}

.headerDropDown1 .headerDropDownList_l .link_item_on div.active::after {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9375rem;
  background-image: url(../images/jsRight2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
}

.headerDropDownList_r {
  display: none;
  padding-top: 2rem;
}

.headerDropDownList_r.active {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.headerDropDownList_r .title {
  font-size: 1rem;
  color: #000000;
  margin-bottom: .5625rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.headerDropDownList_r .text,
.headerDropDownList_r .text a {
  font-size: 0.875rem;
  color: #000000;
  margin-bottom: 0.3125rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.headerDropDownList_r .text a:hover {
  color: #b60005;
  text-decoration: underline;
}

.headerDropDownList_r .box_t {
 margin-top: 1.125rem;
  /*padding-right: 3.125rem;*/
  padding-left: 3.125rem;
  min-width: 16rem;
  max-width: 25rem;
}







.headerDropDownList_r .box_t:last-child{
     /*padding-left: 3.125rem;*/
     padding-right: 3.125rem;
}

.headerDropDownList_r .box_t .box_s {
  /*margin-right: 3.125rem;*/
}

.headerDropDownList_r .text_a {
  margin-bottom: 0.3125rem;
}

.headerDropDownList_r .text a {
  font-size: 0.875rem;
  color: #666666;

}

.headerDropDownList_r .text_a a:hover {
  color: #b60005;
  text-decoration: underline;
}




/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #0b4fb2;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color: #0b4fb2;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/

footer {
  background: #eeeeee;
  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;
}

footer .footer_main {
  position: relative;
  padding: 5rem 0;
}

footer .footer_box {
  width: 23.5%;

}

footer .footer_logo .img {
  width: 13.75rem;
}

footer .footer_logo .con {
  position: relative;
  color: #333333;
  padding-top: 1.875rem;

}

footer .footer_logo .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;

}

footer .footer_logo .con .text {
  font-size: 0.875rem;
}

footer .footer_nav {
  width: 72.666%
}

footer .footer_nav li {
  position: relative;
  font-size: 1.0rem;
  color: #333333;
  /* margin-right: 3.75rem; */
}

footer .footer_nav li a {
  color: #888888;

}

footer .footer_nav li p {
  margin-bottom: 0.625rem;
}

footer .footer_nav li p.title a {
  font-size: 1.125rem;
  color: #000000;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;

}

footer .footer_navbox {
  padding-top: 1.25rem;

}

footer .footer_navbox .box {
  margin-right: 3.75rem;
}





footer .footer_nav li a:hover {
  color: #b60005;
}

footer .footer_copyright {
  padding: 1.75rem 0;
  color: #888888;
  font-size: 1.0rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: 500;

}

footer .footer_copyright .box {
  width: 100%;
}

.footer_copyright .fCopyleft,
.footer_copyright .fCopyleft a {
  color: #888888;
}

.footer_copyright .fCopyleft a:hover {
  color: #000000;
}

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_share {
  position: relative;
  display: flex;
  align-items: center;

}

.footer_share .fshare_items {
  margin-right: 1.25rem;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
   background: #b60005; 
  border: 1px solid #b60005;
  border-radius: 100%;
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 400ms;
}

.footer_share .fshare_items a:hover {
 
  /*border-color: transparent;*/
  /*filter: invert(1) brightness(100);*/
   /*background-color: #b60005 !important;*/
      /*background-color: #fff !important;*/
}

.footer_share .fshare_items:nth-child(2) a img {
  max-width: 74%;
}

.footer_share .fshare_items a img {
  display: block;
}

.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;
  /* bottom: 100%; */
  top: calc(100% + 1rem);
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  /* border-radius: 6px; */
  width: 9.25rem;
  padding: 0.62rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ffffff;
}

.fshare_modelBox .img {
  width: 8.0rem;
  text-align: center;
}








/*****主体开始*******/



#startbanner {
  height: 100vh;
  z-index: 2;
}

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}


.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner li.swiper-slide {
  width: 100%;
}

.home_banner .swiper-button-next:after,
.home_banner .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  color: #fff;
  font-size: 2rem;
}

.home_banner .swiper-button-prev:after,
.home_banner .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  color: #fff;
  font-size: 2rem;
}

.home_banner .swiper-button-prev,
.home_banner .swiper-container-rtl .swiper-button-next {
  left: 3.75rem;
  right: auto;
}

.home_banner .swiper-button-next,
.home_banner .swiper-container-rtl .swiper-button-prev {
  right: 3.75rem;
  left: auto;
}

.bannnertitle {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 1;
}



.bannnertitle .bannerHeading {

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  z-index: 99;
}

.bannnertitle .bannerHeading .text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;

  letter-spacing: 0.3875rem;
}


.bannnertitle .bannerHeading .title {
  font-size: 3.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 1.875rem;
  letter-spacing: 0.3875rem;
}

.home_banner .swiper-pagination {
  bottom: 2.5rem;
}

.home_banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
}

.home_banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.home_banner.swiper-container-horizontal>.swiper-scrollbar {
  width: 100%;
  left: 0;
  bottom: 0;
}

.home_banner .swiper-scrollbar-drag {
  background: #bd0100;
}

/**/
.hTitle {
  font-size: 2.625rem;
  line-height: 3.5rem;
  position: relative;
  font-weight: 400;
  color: #000000;

}

.hTitle1 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #b60005;
  margin-bottom: 0.625rem;
}

.hTitle1 a {
  color: #fff;
}

.hTitle_fff {
  color: #ffffff;
}

.hText {
  font-size: 1.25rem;
  color: #000000;
  line-height: 2rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: 500;
}

.hText_66 {
  color: #666666;
}

.hText_fff {
  color: #fff;
}

.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  position: relative;
  width: 10.5rem;
  padding: 1.0rem 1.5rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #bd0100;
  margin: 0;
  border-radius: 30px;
  text-align: center;

}

.hMore1 a {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  position: relative;
  width: 10.5rem;
  padding: 1.0rem 1.5rem;
  cursor: pointer;
  transition: all 400ms;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
}


.hMore1 a:hover {
  border: 1px solid transparent;
  background-color: #bd0100;
}

.hMore a:hover::after {
  background-size: 100% 100%;
}

.container-fluid {
  padding-left: 3.75rem;
  padding-right: 3.75rem;

}

/**/


.homeArea {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100%;
  padding-top: 19vh;
  
}
.homeArea .img1{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    /*display: flex;*/
}
.homeArea .img1 .bg_cover{
    
    top: 0;
    opacity: 0;
    height: 100%;
    left: 0%;
    transition: all 1000ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.homeArea .img1 .bg_cover.active{
    opacity: 1;
     /*width: 100%;*/
}
.homeArea .box {
  display: flex;

}

.homeArea .box .box_s:last-child {
  border-right: 0;
}

.homeArea .box .box_s {
  width: 17.6%;
  border-right: 1px solid #ffffff;
  padding-top: 16vh;
  min-height: 54vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  transition: all 1000ms;
}

.homeArea .box .box_s .hText {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  /*transition: all 400ms;*/
}

.homeArea .box .box_s.active {
  width: 47%;
  align-items: flex-start;
}

.homeArea .box .box_s .hTitle {
  margin-bottom: 1.875rem;
}

.homeArea .box .box_s.active .hText {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: 80%;
}

.homeArea .box .box_s .img {
  margin-bottom: 0.9375rem;
  width: 5rem;
  height: 4.625rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.homeArea .box .box_s:nth-child(2) .img {

  background-size: 3.8125rem 3.8125rem;

}

.homeArea .box .box_s:nth-child(3) .img {

  background-size: 4.5rem 3.875rem;

}

.homeArea .box .box_s:nth-child(4) .img {

  background-size: 4.0625rem 3.8125rem;

}

.hAbout {
  /*background-image: url(../images/videoPlayback.png);*/
  background-size: 100% 100%;
background-color: #000;
  position: relative;

  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;

}
.hAbout video{
    /*object-fit: fill;*/
}




.hAbout .videoPlaybackbutton,
.productdPromotionalVideo .videoPlaybackbutton {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  background-image: url(../images/videoPlaybackbutton.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  cursor: pointer;
  transition: all 400ms;
}

.hAbout .videoPlaybackbutton:hover,
.productdPromotionalVideo .videoPlaybackbutton:hover {
  background-image: url(../images/videoPlaybackbutton1.svg);
}

.hAtlas {
  width: 100vw;
  background-image: url(../images/map.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  transform: translateX(0vw);
  /* left: 100vw; */
  position: relative;
}

.hAtlas .ulMap li {
  position: absolute;
}

.hAtlas li .attext {
  position: absolute;
  color: #fff;
  /* transform: translate(-50%, 0); */
  border-radius: 100%;
  transform: scale(0);
  left: -2rem;
  width: 5.5rem;
  height: 5.5rem;
  top: -2rem;
  opacity: 0;
  overflow: hidden;
  z-index: 9;
  visibility: hidden;
  transition: all 400ms;

}

.hAtlas .ulMap li .circle {
  width: 0.625rem;
  height: 0.625rem;
  background: #0267b5;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.hAtlas .ulMap .li-1 .circle,
.hAtlas .ulMap .li-2 .circle,
.hAtlas .ulMap .li-10 .circle {
  background: #b60005;
}

.hAtlas .ulMap li.li-1 .circle:before,
.hAtlas .ulMap li.li-2 .circle:before,
.hAtlas .ulMap li.li-10 .circle:before {
  background: rgba(182, 0, 5, 0.3);
}

.hAtlas li.li-1 .circle:after,
.hAtlas li.li-2 .circle:after,
.hAtlas li.li-10 .circle:after {
  background: rgba(182, 0, 5, 0.1);
}

.hAtlas .ulMap li .circle:before {
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  bottom: -0.4375rem;
  right: -0.4375rem;
  background: rgba(2, 103, 181, 0.3);
  content: '';
  border-radius: 50%;
  z-index: -2;
  -webkit-animation: pulse-ring 3s ease infinite;
  animation: pulse-ring 3s ease infinite;
}

.hAtlas li .circle:after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  margin-left: -157%;
  margin-top: -151%;
  content: '';
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(12, 103, 181, 0.1);
  -webkit-animation: pulse-ring 3s ease infinite;
  animation: pulse-ring 3s ease infinite;
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(.4);
    transform: scale(.4);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* opacity: 0; */
  }
}

.hAtlas li.li-2 .circle:after,
.hAtlas .ulMap li.li-2 .circle:before {
  animation-delay: 0.5s;
}

.hAtlas li.li-3 .circle:after,
.hAtlas .ulMap li.li-3 .circle:before {
  animation-delay: 1s;
}

.hAtlas li.li-4 .circle:after,
.hAtlas .ulMap li.li-4 .circle:before {
  animation-delay: 1.5s;
}

.hAtlas li.li-5 .circle:after,
.hAtlas .ulMap li.li-5 .circle:before {
  animation-delay: 2s;
}

.hAtlas li.li-6 .circle:after,
.hAtlas .ulMap li.li-6 .circle:before {
  animation-delay: 2.5s;
}

.hAtlas li.li-6 .circle:after,
.hAtlas .ulMap li.li-6 .circle:before {
  animation-delay: 3s;
}

.hAtlas li.li-7 .circle:after,
.hAtlas .ulMap li.li-7 .circle:before {
  animation-delay: 3.5s;
}

.hAtlas li.li-8 .circle:after,
.hAtlas .ulMap li.li-8 .circle:before {
  animation-delay: 4s;
}

.hAtlas li.li-9 .circle:after,
.hAtlas .ulMap li.li-9 .circle:before {
  animation-delay: 4.5s;
}

.hAtlas li.li-10 .circle:after,
.hAtlas .ulMap li.li-10 .circle:before {
  animation-delay: 5s;
}

.hAtlas li.li-11 .circle:after,
.hAtlas .ulMap li.li-11 .circle:before {
  animation-delay: 5.5s;
}

.hAtlas li.li-12 .circle:after,
.hAtlas .ulMap li.li-12 .circle:before {
  animation-delay: 6s;
}

.hAtlas li.li-13 .circle:after,
.hAtlas .ulMap li.li-13 .circle:before {
  animation-delay: 6.5s;
}

.hAtlas li.li-14 .circle:after,
.hAtlas .ulMap li.li-14 .circle:before {
  animation-delay: 7s;
}

.hAtlas li.li-15 .circle:after,
.hAtlas .ulMap li.li-15 .circle:before {
  animation-delay: 7.5s;
}

.hAtlas li.li-16 .circle:after,
.hAtlas .ulMap li.li-16 .circle:before {
  animation-delay: 8s;
}

.hAtlas li.li-17 .circle:after,
.hAtlas .ulMap li.li-17 .circle:before {
  animation-delay: 8.5s;
}

.hAtlas li.li-18 .circle:after,
.hAtlas .ulMap li.li-18 .circle:before {
  animation-delay: 9s;
}

.hAtlas li.li-19 .circle:after,
.hAtlas .ulMap li.li-19 .circle:before {
  animation-delay: 9.5s;
}

.hAtlas li.li-20 .circle:after,
.hAtlas .ulMap li.li-20 .circle:before {
  animation-delay: 10s;
}

.hAtlas li.li-21 .circle:after,
.hAtlas .ulMap li.li-21 .circle:before {
  animation-delay: 10.5s;
}

.hAtlas li.li-22 .circle:after,
.hAtlas .ulMap li.li-22 .circle:before {
  animation-delay: 11s;
}

.hAtlas li.li-23 .circle:after,
.hAtlas .ulMap li.li-23 .circle:before {
  animation-delay: 11.5s;
}

.hAtlas li.li-24 .circle:after,
.hAtlas .ulMap li.li-24 .circle:before {
  animation-delay: 12s;
}

.hAtlas li.li-25 .circle:after,
.hAtlas .ulMap li.li-25 .circle:before {
  animation-delay: 12.5s;
}

.hAtlas li.li-26 .circle:after,
.hAtlas .ulMap li.li-26 .circle:before {
  animation-delay: 13s;
}

.hAtlas .ulMap .li-8 {
  left: 11.8%;
  top: 22.2%;
}

.hAtlas .ulMap .li-1 {
  left: 18%;
  top: 22.2%;
}

.hAtlas .ulMap .li-7 {
  left: 45.3%;
  top: 20.8%;
}

.hAtlas .ulMap .li-4 {
  left: 47.5%;
  top: 22.2%;
}

.hAtlas .ulMap .li-5 {
  left: 49%;
  top: 25.2%;
}

.hAtlas .ulMap .li-6 {
  left: 48.4%;
  top: 26.5%;
}

.hAtlas .ulMap .li-3 {
  left: 54.2%;
  top: 25.3%;
}

.hAtlas .ulMap .li-2 {
  left: 46%;
  top: 25.3%;
}

.hAtlas .ulMap .li-9 {
  left: 37.2%;
  top: 35.3%;
}

.hAtlas .ulMap .li-10 {
  left: 50.2%;
  top: 27.3%;
}

.hAtlas .ulMap .li-11 {
  left: 51.2%;
  top: 28.3%;

}

.hAtlas .ulMap .li-12 {
  left: 53.2%;
  top: 34.3%;
}

.hAtlas .ulMap li.active .attext {
  opacity: 1;
  visibility: visible;
  transition: all 400ms;
  transform: scale(1);
}

.hAtlas .text {
  position: absolute;
  bottom: 20%;
  text-align: end;
  right: 8.4vw;
}

.hAtlas .text .hText {
  margin-top: 1.875rem;
}

.hAtlas .text .hText span {
  position: relative;
  display: inline-block;
  margin-left: 4.375rem;
}

.hAtlas .text .hText span::before {
  position: absolute;
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b60005;

}

.hAtlas .text .hText span.displayNine::before {
  background-color: #0267b5;
}

.hAtlas .text .hTitle1 a {
  color: #b60005;
}


.hProduct {
  /*background: #b60005;*/
background: #ffffff;
  position: relative;
  /* padding-top: 8.125rem;
  padding-bottom: 8.125rem; */
}.hProduct a, .hProduct .hTitle_fff {
    color: #000 !important;
}





/**/
.hCasebox {
  position: relative;
  /* height: 150vh; */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.hcsaetextbox {
  position: absolute;
  top: 0;

}

#hcsaetext {
  width: 100vw;
  height: 100vh;
}

.hCase {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  opacity: 0;
}



#hcsaetext .hCase.acvive {
  opacity: 1;
}

#hcsaeimg .img {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat !important;
  position: absolute;
  background-size: 100% !important;


}



.hCase .text_box {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-28%);
  color: #fff;
}

.hCase .text .text_left {
  font-size: 1.125rem;
  display: flex;
  padding-left: 8.4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  padding-bottom: 1.875rem;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: 500;
}

.hCase .text .text_left .whichDay {
  width: 19.8vw;
}

.hCase .text .text_right {
  font-size: 2.625rem;
  display: flex;
  padding-left: 8.4vw;
  padding-top: 1.875rem;
  height: 37vh;
}

.hCase .text .text_right .ft_18 {
  font-size: 1.125rem;
  width: 19.8vw;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: 500;
}

.hCase .text .text_right .line_height {
  line-height: 1;
}

.hCase .text .text_right .line_height div {
  padding-bottom: 0.9375rem;
}

.hCasebox .schedule {
  background-color: #ffffff;
  height: 1px;
  width: 33.3%;
  transition-duration: 1s;
  position: absolute;
  top: 43.3vh;
}


.hCaseboxMore {
  padding-left: 28.2vw;
}

.hCaseboxMore a {
  color: #fff;
  font-size: 1.125rem;
  position: relative;
  transition: all 400ms;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: 500;
}

.hCaseboxMore a:hover {
  color: #ba0006;
}

.hCaseboxMore a::after {
  content: '';
  position: absolute;
  right: -2rem;
  top: 52%;
  transform: translate(-50%, -50%);
  width: .9rem;
  height: .9rem;
  background-image: url(../images/moreIcon.svg);
  background-repeat: no-repeat;
  transition: all 400ms;
}

.hCaseboxMore a:hover:after {

  background-image: url(../images/moreIcon_r.svg);

}

#hcsaeimg {
  height: 100vh;
  width: 100%;
}

/**/
.hNews {
  position: relative;
  padding-top: 9.375rem;
  background-color: #fff;
  padding-bottom: 9.375rem;
}

.hNewsSwiper {
  position: relative;
}

.hNewsSwiper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.125rem;
}
.hNewsSwiper ul:after{
   content: '';
    flex-basis: 32%;
}
/*.hNews  .hNewsSwiper ul:after{*/
/*   content: '';*/
/*    flex-basis: 0;*/
/*}*/
.hNewsSwiper li {
  width: 32%;
  margin-top: 3%;
}

.hNewsSwiper li .box .img {
  height: 15.625rem;
  width: 100%;

  position: relative;
  display: flex;
  align-items: center;
  transition: all 400ms;
  overflow: hidden;
}

.hNewsSwiper li .box .img .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*background-size: 100% 100%;*/
  transition: all 800ms;
}

.hNewsSwiper li .title {
  font-size: 1.25rem;
  color: #666666;
   font-family: 'HarmonyOS_Sans_SC_Light'; 
  font-weight: 500;
  padding-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}

.hNewsSwiper li .hNews_b {
  font-size: 1.125rem;
  color: #666666;
  /* font-family: 'HarmonyOS_Sans_SC_Light'; */
  font-weight: 500;
  padding-top: .25rem;

}.hNews .hNewsSwiper li .hNews_b{
    padding-top: 1rem;
}

.hNewsSwiper li .box .content {
  font-size: 1.625rem;
  width: 90%;
  transition: all 400ms;
  padding-top: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  min-height: 5.5rem;
}



.hNewsSwiper li .box:hover .img .imgBg {
  transform: scale(1.1);
}

.hNewsSwiper li .box:hover .content {
  color: #b60005;
}



/* 搜索页 */
#search .sBanner {
  padding-top: 11.875rem;
  background-color: #ececec;
  padding-bottom: 6.875rem;
}

#search .searchField {
  display: block;
  position: relative;
}

#search .sBanner .searchField_form .form-control {
  font-weight: 300;
  font-size: 1.125rem;
  height: 3.75rem;
  border-radius: 2.3125rem;
  padding-left: 3.125rem;
}

#search .searchField_form .btn:before {
  background-color: #bd0100;
  border-radius: 100%;
  width: 3.75rem;
  right: 0;
  background-image: url(../images/search02_w.svg);
}

#search .search {
  margin-top: 2.5rem;
}

.sResult {
  padding-bottom: 6.875rem;
  padding-top: 6.875rem;
}

.sResult ul {
  border-top: 1px solid #e1e1e1;
}

.sResult li {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  position: relative;
}

.sResult li::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #bd0100;
  transition: all 400ms;
}

.sResult li:hover:after {
  width: 100%;
}

.sResult .time {
  font-size: 0.75rem;
  padding-bottom: 0.8rem;
  color: #767676;
}


/*二级导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  transition: all 450ms linear;
}

#sideNav.isActive {
  opacity: 1;
  visibility: visible;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
  /* border-top: 1px solid #dddddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

#sideNav .sideNavBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 450ms linear;
  border-bottom: 1px solid #e5e5e5;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
}

#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

#sideNav .sideNavBox li {
  position: relative;
  width: 12.5%;
}

#sideNav .sideNavBox1 li {
  width: 20%;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.3rem 1rem;
  color: #111111;
  font-size: 1.12rem;
  /* font-family: 'HarmonyOS_Sans_SC_Medium'; */
  /* font-weight: 300; */
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav .sideNavBox li a span {
  position: relative;
  z-index: 1;
}


#sideNav .sideNavBox li a::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0%;
  height: 3px;
  background: #b60005;
  transition: all 300ms;
}

#sideNav .sideNavBox li.active a:before {
  width: 100%;
}


#sideNav .sideNavBox li.active a {
  color: #b60005;
}


/*分页一*/
.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

/* 
.pagination .page-link {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: transparent;

}

.pagination .page-item {
  position: relative;
}

.pagination .page-item.active::before {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  /* font-weight: 600; */

}

.pagination li.active span {
  color: #ffffff;
  background: #b60005;

}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*弹框*/
#teamModal .modal-dialog {
  max-width: 100%;

}

.webModal {
  background-color: rgba(27, 29, 31, 0.1);

}

.webModal .modalClose {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 10;
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}

.webModal .modal-content {
  border: none;
  border-radius: 0px;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.3);
}

.modalMain {
  position: relative;
  padding: 0;
}


.modalMain .modal-content {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  transform: translateY(50%);
}



/*内页开始*/


.w_title {
  font-size: 4.125rem;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 1.5625rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.w_title28 {
  font-size: 1.75rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.w_title32 {
  font-size: 2rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.w_title30 {
  font-size: 1.875rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.w_title36 {
  font-size: 2.25rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;

}

.w_title38 {
  font-size: 2.375rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;

}

.w_title42 {
  font-size: 2.625rem;
  line-height: 1.2;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.w_title46 {
  font-size: 2.875rem;
  line-height: 1;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;
}

.w_title48 {
  font-size: 3rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;

}

.w_title54 {
  font-size: 3.375rem;

}

.w_title58 {
  font-size: 3.625rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-weight: 400;

}

.w_title_fff {
  color: #ffffff;
}

.w_title_05 {
  color: rgba(0, 0, 0, 0.5);
}


.w_text {
  font-size: 1.25rem;
  line-height: 1.5;
font-family: 'HarmonyOS_Sans_SC_Light';
}

.w_text18 {
  font-size: 1.125rem;
  line-height: 1.5;
font-family: 'HarmonyOS_Sans_SC_Light';
}




.w_text22 {
  font-size: 1.375rem;
  line-height: 1.5;
font-family: 'HarmonyOS_Sans_SC_Regular';
}

.w_text24 {
  font-size: 1.5rem;
  line-height: 1.5;
font-family: 'HarmonyOS_Sans_SC_Regular';
}

.w_text26 {
  font-size: 1.625rem;
  line-height: 1.5;
font-family: 'HarmonyOS_Sans_SC_Regular';
}



.w_text_fff {
  color: #fff;
}

.w_text_666 {
  color: #666666;
}

.w_text_b60005 {
  color: #b60005;
}

.w_text_999999 {
  color: #999999;
}

.pt_16 {
  padding-top: 1.0rem !important;
}

.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pt_26 {
  padding-top: 1.62rem !important;
}

.pb_36 {
  padding-bottom: 2.25rem !important;
}

.pt_36 {
  padding-top: 2.25rem !important;
}

.pb_46 {
  padding-bottom: 2.88rem !important;
}

.pb_56 {
  padding-bottom: 3.5rem !important;
}

.pb_66 {
  padding-bottom: 4.12rem !important;
}

.pb_80 {
  padding-bottom: 5rem;
}

.pt_80 {
  padding-top: 5rem;
}

.pb_130 {
  padding-bottom: 8.125rem;
}

.pt_130 {
  padding-top: 8.125rem;
}

.bg_f4f4f4 {
  background-color: #f4f4f4;
}

.bg_fff {
  background-color: #ffffff;
}

.bg_eff0f0 {
  background-color: #eff0f0;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

.w_more a {
  width: 11.25rem;
  height: 3.375rem;
  color: #fff;
  background-color: #b60005;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  transition: all 400ms;
}

.w_more a:hover {
  background-color: #df4448;
}

.w_more1 a {
  width: 25rem;
  height: 6.25rem;
  color: #fff;
  background-color: #b60005;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.w_more_f a {
  width: 11.25rem;
  height: 3.375rem;
  color: #211f1f;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  transition: all 400ms;
}

.w_more_f a:hover {
  background-color: #b60005;
  border-color: #b60005;
  color: #fff;
}

/*关于我们*/
.w_baner {
  height: 91vh;
  position: relative;
}
.w_baner:before ,.culturebox:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.25);
    left: 0;
    top: 0;
}
.culturebox{
    position: relative;
}

.culturebox .container{
    z-index: 2;
    position: relative;
}

.wBanner .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.wBanner .box .title {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.wBanner .box .title .w_title30 {
    width: 50%;
    margin: 0 auto;
}

.aboutBn {
  padding-top: 12.5rem;
  /* padding-bottom: 8.125rem; */
}

.aboutGroup {
  position: relative;
  /* padding-bottom: 8.125rem; */
}

.aboutGroup::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  left: 0;
  z-index: -1;
  top: 8.75rem;
  height: 34.0625rem;
}

.aboutGroup .box {
  width: 100%;
  height: 34.625rem;
  padding: 5.625rem 1.875rem 1.25rem 5.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutGroup .box .w_text {
  width: 50%;
}

.aboutGroup .box .w_homebox {
  display: flex;
  justify-content: flex-end;
}

.aboutGroup .box .w_homebox a {
  text-decoration: underline;
  color: #ffffff;
}

.aboutGroup .box .w_homebox a:hover {
  color: #b60005;
}

.aboutHonor {
  display: flex;
  /* padding-bottom: 8.125rem;
  padding-top: 8.125rem; */
  justify-content: space-between;

}

.aboutHonor .box_l,
.aboutHonor .box_r {
  width: 48%;
}

.aboutHonor .box_l .w_text {
  width: 95%;
}

.aboutHonor .box_r .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutHonor .box_r .box:last-child {
  border-right: 0;
}

.aboutHonor .box_r .w_text_999999 {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 3.125rem;
}

.aboutHonor .box_r .box .img {
  width: 4.125rem;
  height: 4.125rem;
  background-size: 3.6875rem 3.6875rem;
  background-repeat: no-repeat;
  background-position: center;
}

.aboutHonor .box_r .box:nth-child(2) .img {

  background-size: 4.125rem 4.125rem;

}

.aboutHonor .box_r .box:nth-child(3) .img {

  background-size: 3.5rem 3.6875rem;

}

.aboutHonor .box_r .box .num {
  font-size: 3.25rem;
}


.aboutLayout {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 8.125rem; */
}

.aboutLayout .box {
  /*width: 48%;*/
  width: 100%;
  height: 31.5rem;
  position: relative;
  /*height: 47.5rem;*/
  padding: 3.125rem;
}

.aboutLayout .w_more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 400ms;
}

.aboutLayout .box:hover .w_more {
  opacity: 1;
  visibility: visible;
}


.web-card-group .hover-point {
  width: 13px;
  height: 13px;
  margin: 16px auto 0;
  background-color: #e1e1e1;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.web-card-group .web-card-item.active {
  width: 47%;

}

.web-card-group .web-card-item {
  width: 15%;
  transition: all 400ms;
}

.web-card-group .web-card-item {
  padding: 3.125rem 2.5rem;
  background-color: #fff;
  overflow: hidden;
}

.web-card-group .web-card-item .box .box_l {
  position: relative;
}

.web-card-group .web-card-item .box .box_l .img {
  width: 9.8125rem;
  height: 9.8125rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.web-card-group .web-card-item .box .w_text {
  width: 25rem;
  position: absolute;
  top: 10%;
  left: 12.9375rem;
  opacity: 0;
  visibility: visible;
  transition: all 600ms;
}

.web-card-group .web-card-item.active .box .w_text {
  opacity: 1;
  visibility: visible;
}


.web-card-group .web-card-item .w_more {
  padding-left: 12.9375rem;
  opacity: 0;
  visibility: hidden;
  transition: all 600ms;
}

.web-card-group .web-card-item.active .w_more {

  opacity: 1;
  visibility: visible;
  transition: all 600ms;
}

.web-card-group {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.web-card-item .w_title30,
.web-card-item .w_title_05 {
  text-align: center;

}

.web-card-item.active .w_title30,
.web-card-item.active .w_title_05 {
  text-align: left;
}

.web-card-group .web-card-item.active .hover-point {
  margin-left: 0;
  background-color: #b60005;
}

.web-card-group .web-card-item .box {
  padding-top: 2.5rem;
}


.cross-line {
  position: absolute;
  top: 9.1875rem;
  z-index: 2;
  width: 95%;
  height: 1px;
  left: 2.5rem;
  background-size: 10px 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#bfbfbf), color-stop(50%, #bfbfbf), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, #bfbfbf 0, #bfbfbf 50%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(90deg, #bfbfbf, #bfbfbf 50%, rgba(0, 0, 0, 0) 0);
}

.aboutBusiness {
  /* padding-top: 8.125rem;
  padding-bottom: 8.125rem; */
}

.abuotCulture {
  height: 43.75rem;
  display: flex;
  justify-content: space-between;
}

.abuotCulture .box_l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* width: 48%; */
  /* border-right: 1px solid rgba(255, 255, 255, 0.4); */
}

.abuotCulture .box_r {
  /* width: 52%; */
  display: flex;
}

.abuotCulture .box_r .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  /* width: 33.3%; */
  width: 16.25rem;
  transition: width 400ms;

}

.abuotCulture .box_r .box.active {
  width: 23.125rem;
}


.abuotCulture .box_r .box .img {
  width: 4.3125rem;
  height: 4.3125rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.25rem;
}

.abuotCulture .box_r .box:first-child .img {
  background-size: 3.8125rem 3.9375rem;
}

.abuotCulture .box_r .box:nth-child(2) .img {
  background-size: 3.875rem 3.875rem;
}

.abuotCulture .box_r .box:nth-child(3) .img {
  background-size: 3.6875rem 4.3125rem;
}

.abuotCulture .box_r .box .w_text {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  padding: 0 1rem;
}

.abuotCulture .box_r .box.active .w_text {
  opacity: 1;
  visibility: visible;
}




.aboutContact {
  /* padding-top: 8.125rem;
  padding-bottom: 8.125rem; */
}

.aboutContact .box {
  width: 48%;
  margin-top: 1.25rem;
}

.aboutContact .box .box_text {
  margin-bottom: 0.9375rem;
}

.aboutContact .w_title42 {
  line-height: 1;
}

.aboutContact .box_s {
  height: 9.375rem;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutContact .box_s .box_ms {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
}

.aboutContact .box_s .ico {
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
  background-size: 1.5625rem 1.3125rem;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.aboutContact .box_s .box_ms:nth-child(2) .ico {

  background-size: 1.5rem 1.5rem;

}

/* 企业文化 */
.culturebox {
  width: 100%;
  height: 100vh;
}

.culturebox .box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-width: 30%;
}

.culturebox .box .w_title28 {
    max-width: 64%;
}



.culturebox .swiper-wrapper .swiper-slide:nth-child(2n) .container {

  display: flex;
  justify-content: end;
}

.culturebox .box .arrow {
  position: absolute;
  width: 2rem;
  height: 1.0625rem;
  background-image: url(../images/jtbottom.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  animation: dong 1s linear alternate infinite;
}

.culturebox .title {
  font-size: 3.75rem;
}


/* 历史荣誉 */

.historyCoursejs .circular {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #cccccc;
  border-radius: 50%;
  position: relative;
}

.historyCoursejs .circular::before {
  position: absolute;
  content: '';
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.historyCoursejs .swiper-slide {

  margin-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.historyCoursejs .swiper-slide .w_text {
  padding-bottom: 0.9375rem;
}



.historyCoursejs .swiper-slide-thumb-active .circular {
  background-color: #b60005;
}

.historyCoursejs .swiper-slide-thumb-active .circular::before {
  background-color: #f8e5e6;
}

.historyCoursejs .swiper-slide-thumb-active .w_text {
  color: #b60005;
}

.historyCoursejs1 {
  height: 25rem;
  background-color: #f4f4f4;
}

.historyCoursejs1 .box {
  display: flex;
  height: 100%;
  width: 100%;

}

.historyCoursejs1 .box .box_l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6.25rem;
  padding-right: 3.125rem;
}

/* .historyCoursejs1  */
.box .box_l .w_text li {
  list-style-type: disc;
}

/* .historyCoursejs1  */
.box .box_l .w_text ul {
  padding-left: 1.25rem;
}

.historyCoursejs1 .box .box_r {
  width: 50%;
}

.historyCoursejs1 .box .box_r .bg_cover {
  width: 100%;
  height: 100%;
}

.historyCoursejs .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 2px;
  height: 2px;
  background-color: #f4f4f4;
  z-index: -2;
}

.historyCoursejs .swiper-slide:first-child::before {
  width: 50%;
  right: 0;
}

.historyCoursejs .swiper-slide:last-child::before {
  width: 50%;
  left: 0;
}

/* .historyCoursejs {
  width: 90%;
} */

.historyHonorjs .box {
  height: 12.5625rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.historyHonorjs .swiper-wrapper {
  /*height: 52rem;*/
      /*align-content: flex-start;*/
      height: 18rem;
}

.historyHonorjs .swiper-slide {
  height: 15rem;
}
.historyHonor{
    position: relative;
}
.historyHonor .swiper-container{
    position: unset;
}
.historyHonor .swiper-button-prev, .historyHonor .swiper-button-next{
    top: 57%;
}

.historyHonor .swiper-button-prev,.historyHonor .swiper-container-rtl .swiper-button-next{
    left: 8vw;
    color:#b60005;
}
.historyHonor .swiper-button-next,.historyHonor .swiper-container-rtl .swiper-button-prev{
    right: 8vw;
     color:#b60005;
}


.historyHonor .swiper-container .swiper-pagination{
    bottom: 7rem;
}

.my .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.2;
}
.historyHonorjs .swiper-slide img{
        transition: all 400ms;

}
.historyHonorjs .swiper-slide:hover img{
        transform: scale(1.1);
}


.my .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b60005;
  opacity: 1;
}


/* 全球布局 */
.globlemap .hCooperation {
  height: 42.625rem;
}

.globlemap .hAtlas {
  width: 100%;
  height: 100%;
  background-image: url(../images/map1.png);
}

.globlemap .hAtlas .ulMap .li-8 {
  left: 44%;
  top: 26.8%;
}

.globlemap .hAtlas .ulMap .li-6 {
  left: 48.4%;
  top: 26%;
}

.globlemap .hAtlas .ulMap .li-1 {
  left: 69%;
  top: 41.2%;
}

.globlemap .hAtlas .ulMap .li-7 {
  left: 78.8%;
  top: 26.8%;
}

.globlemap .hAtlas .ulMap .li-2 {
  left: 80.2%;
  top: 28.3%;
}

.globlemap .hAtlas .ulMap .li-5 {
  left: 79.5%;
  top: 29.8%;
}

.globlemap .hAtlas .ulMap .li-4 {
  left: 82.5%;
  top: 32.7%;
}

.globlemap .hAtlas .ulMap .li-10 {
  left: 83.5%;
  top: 31.3%;
}

.globlemap .hAtlas .ulMap .li-11 {
  left: 84.2%;
  top: 32.7%;
}

.globlemap .hAtlas .ulMap .li-3 {
  left: 85.8%;
  top: 40.3%;
}

.globlemap .hAtlas .ulMap .li-9 {
  left: 84.8%;
  top: 34.3%;
}

.globlemap .hAtlas .ulMap .li-12 {
  left: 90.2%;
  top: 31.3%;
}

.globlemap .popFrame {
  width: 19.0625rem;
  background-color: #fff;
  position: relative;
  /*top: -13.5rem;*/
  top: -4.5rem;
  left: 3rem;
  z-index: 9;
  /* opacity: 0;
  visibility: hidden;
  transition: all 400ms; */
  display: none;
}

.globlemap li.active .popFrame {

  /* opacity: 1;
  visibility: visible; */
  display: block;
}

.globlemap .popFrame::before {
  content: '';
  position: absolute;
  top: 62%;
  left: -1.12rem;
  border-top: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid #ffffff;
  border-bottom: 0.6rem solid transparent;
}

.globlemap .popFrame .img {
  width: 100%;
  height: 11.25rem;
}

.globlemap .popFrame .box_b {
  padding: 1.5625rem;
}

.globlemap .popFrame .box_b .w_text18 {
  margin-bottom: 1.25rem;
  position: relative;
}

.globlemap .popFrame .box_b .w_text18::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  left: 0;
  bottom: -0.5rem;
  background-color: #b60005;
}

.globlemap .li-12 .popFrame {
  left: 1rem;
}

.globlemap .hAtlas .ulMap .li-1 .circle,
.globlemap .hAtlas .ulMap .li-2 .circle,
.globlemap .hAtlas .ulMap .li-10 .circle {
  background: #0267b5;
}

.globlemap .hAtlas .ulMap li.li-1 .circle:before,
.globlemap .hAtlas .ulMap li.li-2 .circle:before,
.globlemap .hAtlas .ulMap li.li-10 .circle:before {
  background: rgba(2, 103, 181, 0.3);
}

.globlemap .hAtlas li.li-1 .circle:after,
.globlemap .hAtlas li.li-2 .circle:after,
.globlemap .hAtlas li.li-10 .circle:after {
  background: rgba(2, 103, 181, 0.1);
}

.globlemap .hAtlas .ulMap li.active .circle,
.globlemap .hAtlas .ulMap li.active .circle,
.globlemap .hAtlas .ulMap li.active .circle {
  background: #b60005;
}

.globlemap .hAtlas .ulMap li.active .circle:before,
.globlemap .hAtlas .ulMap li.active .circle:before,
.globlemap .hAtlas .ulMap li.active .circle:before {
  background: rgba(182, 0, 5, 0.3);
}

.globlemap .hAtlas li.active .circle:after,
.globlemap .hAtlas li.active .circle:after,
.globlemap .hAtlas li.active .circle:after {
  background: rgba(182, 0, 5, 0.1);
}

/* 社会责任 */
.responsib .box {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.responsib .box .box_l,
.responsib .box .box_r {
  width: 50%;
}

.responsib .box_r .img {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.responsib .box_r:hover .img {
  transform: scale(1.1);
}

.responsib .box_r {
  height: 25rem;
  overflow: hidden;
}

.responsib .w_title42 {
  line-height: 1.3;
  width: 75%;
}

.responsib .w_text {
  width: 75%;
}

.responsib .box:nth-child(2n-1) {
  padding-bottom: 4.0625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 4.6875rem;
}

.responsib .box:nth-child(2n) .box_l {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.responsibsm {
  height: 31.25rem;
  width: 100%;
}

.responsibsm .container {
  padding-bottom: 6.875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* 产品中心 */
.productp .box {
  display: flex;

}
.productp .box .w_title42{
    width: 12%;
} 
.productp .box .box_sm {
  display: flex;
  flex-wrap: wrap;
  /*width: 60%;*/
  width: 88%;
}

.productp .box .box_sm .w_text18 {
  margin-left: 1.875rem;
  position: relative;
  cursor: pointer;
  /*padding-bottom: 1rem;*/
      margin-bottom: 1rem;
}

.productp .box .box_sm .w_text18.active {
  color: #b60005;
}

.productp .box .box_sm .w_text18.active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  background-color: #b60005;
}

.productp .contentbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
}

.productp .contentbox.active {
  display: flex;
}

.productp .contentbox .box {
  width: 48%;
  padding: 3.75rem;
  margin-top: 2.5rem;
}

.productp .contentbox .box .box_l {
  width: 65%;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productp .contentbox .box .box_l .w_more_f{
    margin-top: 1.65rem;
}
.productp .contentbox .box .box_l .w_text {
    font-size: 1.125rem;
}

.productp .contentbox .box .box_r {
  height: 17.125rem;
  display: flex;
  width: 50%;
  justify-content: center;

}

.productp .contentbox .box .box_r .img {
  height: 17.125rem;
  width: 9.125rem;
  background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.productAdvantage {
  /*height: 51.25rem;*/
  /*margin-top: 3.75rem;*/
  height: 44.25rem;
  position: relative;
}
/*.productAdvantage:before{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: '';*/
/*        background-color: rgba(0, 0, 0, 0.25);*/
    
/*}*/

.productAdvantage .box_title {
  /*padding-top: 14.375rem;*/
  padding-top: 7.375rem;
}

.productAdvantage .box {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 26px;
  width: 96%;
  left: 2%;

}

.productAdvantage .box .container3 {
  display: flex;
  justify-content: space-between;
  padding: 4.375rem;
}

.productAdvantage .box .box_sm {
  width: 16.6%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productAdvantage .box .box_sm:last-child {
  border-right: 0;


}

.productAdvantage .box .container3 .img {
  width: 7.1875rem;
  height: 4.4375rem;
  position: relative;
}

.productAdvantage .box .container3 .img .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.productAdvantage .box .container3 .img .bg1 {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.productAdvantage .box .container3 .box_sm.active .img .bg {
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.productAdvantage .box .container3 .box_sm.active .img .bg1 {
  opacity: 1;
  visibility: visible;
}

.productAdvantage .box .container3 .box_sm.active .w_text {
  color: #c80006;
  transition: all 400ms;
}

/*.productEvaluation .box {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  padding-top: 3.125rem;*/
/*  margin-top: 3.125rem;*/
/*  border-top: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/

.productEvaluation .box:hover .box_l .bg_cover {
  transform: scale(1.1);
}

.productEvaluation .box .box_l {
  width: 50%;
  height: 25rem;
  overflow: hidden;
}

.productEvaluation .box .box_r {
  width: 50%;
  padding-left: 3.125rem;
  padding-top: 3.125rem;
}

.productEvaluation .box .box_l .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.productCooperationjs .swiper-wrapper {
  height: 19rem;
}

.productCooperationjs .swiper-slide {
  height: 8rem;
}.productCooperationjs .swiper-slide .box ,.productCooperationjs .swiper-slide .box img{
  width: 100%;
  height: 100%;
}

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

.productProject .box .box_sm {
  width: 32%;
  background-color: #f5f5f5;
}
.productProject .box:after{
       content: '';
    flex-basis: 32%;

}

.productProject .box .img {
  height: 16.25rem;
  width: 100%;
  overflow: hidden;
}

.productProject .box .img .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}


.productProject .box .box_sm .box_b {
  padding: 2.5rem;
}
.productProject .box .box_sm:hover .box_b .pb_26 ,.productProject .box .box_sm:hover .box_b .pb_26 .w_text_666{
    color: #B60005 !important;
}
.productProject .box .box_sm:hover .img .bg_cover {
  transform: scale(1.1);
}

.productContact {
  height: 22.5rem;
  background-color: #b60005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  margin: 0 auto;
  margin-bottom: 1.5%;
}

.productContact .title {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}

.productContact .title a {
  color: #fff;

  position: relative;
}

.productContact .title a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  border-style: dashed;
}

/* 产品中心详情 */
.details header {
  position: relative;
}

#wBanner {
  background-color: #f5f5f5;
}

#wBanner .breadcrumb {
  background-color: transparent;
  padding: 1.12rem 0;
  margin-bottom: 0;

}

#wBanner .breadcrumb .breadcrumb-item {
  font-size: 1rem;
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.productdH .box_t {
  position: relative;
  height: 44.375rem;
  padding: 5rem;
}
.productdH .box_t .text-center{
    padding-top: 1.8rem;
}
.productdH .box_t .bg_text {
  font-size: 41.25rem;
  color: #eff0f0;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.productdH .box_b {
  height: 22.6875rem;
  background-color: #b60005;


}

.productdH .box_b .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 12.5rem;
}

.productdH .box_b .box .box_sm {
  width: 23%;
  border-right: 1px solid #fff;
}

.productdH .box_b .box .box_sm:last-child {
  border-right: 0;
}

.productdH {
  position: relative;
}

.productdH .box_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 31.25rem;
 max-height: 35rem;
}

.productdH .box_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.productdH .box_button .bt {
  position: absolute;
  left: 10.9vw;
  width: 1.125rem;
  height: 2rem;
  background-image: url(../images/jsLeft3.svg);
  background-size: 100% 100%;
  transition: all 400ms;
  cursor: pointer;
}

.productdH .box_button .rignt_bt {
  left: auto;
  right: 10.9vw;
  transform: rotate(180deg);
  background-image: url(../images/jsLeft3.svg);

}

.productdH .box_button .bt:hover {
  background-image: url(../images/jsLeft3_b6.svg);
}

.productdd {
  padding-top: 5rem;
}

.productdd .box_z {
  padding-top: 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

.productdd .box_z .box_r {
  width: 50%;
}

.download a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.75rem;
  height: 3.375rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #b60005;
  position: relative;
  padding-left: 2.1875rem;
}

.download a::before {
  position: absolute;
  content: '';
  width: 1.3125rem;
  height: 1.25rem;
  background-image: url(../images/download.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 1.875rem;
  top: 50%;
  transform: translatey(-50%);

}

.productdParameter .box_r ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.productdParameter .box_r ul li div {
  width: 50%;
}

.productdParameter .box_r ul li:first-child {
  padding-top: 0;
}

.productdParameter .box_r ul li:last-child {
  border-bottom: 0;
}

.productdAdvantage .box_r .d-flex {
  width: 48%;
  margin-bottom: 4%;
}

.productdAdvantage .box_r .ico {
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.productdAdvantage .box_r .box_text {
  padding-left: 1.25rem;

  width: 80%;
}

.productdAdvantage .box_z .box_r {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  justify-content: space-between;
}


.productdPromotionalVideo {
  height: 42.5rem;
  width: 100%;
  position: relative;
}

.productProject.bg_eff0f0 .box .box_sm {
  background-color: #fff;
}

.productProblem .box ul li {

  position: relative;
  cursor: pointer;

}

.productProblem .box ul li:first-child {

  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.productProblem .box ul li::before {
  position: absolute;
  content: '';
  width: 1.3125rem;
  height: 0.6875rem;
  top: 3rem;
  right: 0;
  background-image: url(../images/jsbottom136.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 400ms;
}

.productProblem .box ul li .box_li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.productProblem .box ul li .w_text24 {
  width: 5%;
  text-align: center;
  font-weight: 600;
}

.productProblem .box ul li .w_text22 {
  width: 90%;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
font-family: 'HarmonyOS_Sans_SC_Medium' !important;
}


.productProblem .box ul li .box_hide .w_text24 {
  color: #b60005;
}

.productProblem .box ul li .w_text18 {
  width: 91%;
}

.productProblem ul li .box_hide {
  /* display: none; */
  display: flex;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: all 400ms;
}

.productProblem ul li.active .box_hide {
  height: auto;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  overflow: hidden;

}

.productProblem ul li.active::before {

  transform: rotate(180deg);
}


/* 用户解决方案 */
.househopd {
  padding-top: 9.375rem;
  padding-bottom: 3.125rem;
}

.househoid_y .box_sm {
  width: 50%;
}
.househoid_y .box .box_sm:first-child{
    padding-right: 2rem;
}
.househoid_y .box_sm ul {
  padding-left: 1em;
}

.househoid_y .box_sm .w_text {
  margin-top: 1.25rem;
}

.househoid_y .box_sm ul li {
  list-style-type: disc;
  color: #666666;

}

.househoid_y .w_title42 {
  padding-bottom: 1.25rem;
}

.househoidjs {
  height: 25rem;
}

.househoidjs .swiper-button-next:after,
.househoidjs .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  color: #fff;
  font-size: 2rem;
}

.househoidjs .swiper-button-prev:after,
.househoidjs .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  color: #fff;
  font-size: 1.8rem;
}

.househoidjs .swiper-button-prev,
.househoidjs .swiper-container-rtl .swiper-button-next {
  left: 1.875rem;
  right: auto;
}

.househoidjs .swiper-button-next,
.househoidjs .swiper-container-rtl .swiper-button-prev {
  right: 1.875rem;
  left: auto;
}

.househoidjs .text {
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
  text-align: center;
}

.househoid_y .box_b {
  background-color: #b60005;
  padding: 2.5rem 0;
  display: flex;
  margin-top: 2.5rem;
}

.househoid_y .box_b .img {
  width: 5.25rem;
  height: 5.25rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
}

.househoid_y .box_b .box {
  padding-left: 2.5rem;
  width: 25%;
  position: relative;
}


.househoid_y .box_b .box .w_text18 {
  width: 70%;
}

.assembly .box {
  /*display: flex;*/
}

.assembly .box .w_title30 {
  /*padding-bottom: 4.375rem;*/
}

.househoid_y .box_b .box::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 0;
}

.assembly .box .box_l div {
  color: #666666;
  font-size: 1.375rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  cursor: pointer;
}

.assembly .box .box_l div span{
     margin-left: 1.875rem;
  margin-right: 1.875rem;
  font-size: 1.125rem;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.assembly .box .box_l div.active span {
  color: #b60005;
  border-bottom: 3px solid #b60005;
 
}
.assembly .box .box_l div span p{
    display: inline;
}
.assembly .box .box_lb {
  /*width: 25%;*/
      padding-bottom: 4.375rem;
  display: flex;
}
.assembly .box .box_lb .box_l{
    display: flex;
}
.assembly .box_r {
  height: 29.875rem;
  /*width: 75%;*/
  width: 100%;
  position: relative;
}

.assembly .box_r .box_s {

  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.assembly .box_r .box_s.active {
  opacity: 1;
}

.assembly .box_r .box_rs {
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  padding-left: 10.93vw;
  padding-right: 10.93vw;
  width: 100%;
  justify-content: space-between;
}

.assembly .box_r .box_rs .text_box {
  height: 18.625rem;
  width: 22.4375rem;
  background-color: #fff;
  padding: 1.5625rem;

}

.assembly .box_r .box_rs .text_box .w_text22 {
  padding-bottom: 1.25rem;

}

.assembly .box_r .box_rs .text_box ul {
  padding-left: 1em;
}

.assembly .box_r .box_rs .text_box ul li {
  list-style-type: disc;
}

.assemblyjsbox .img {
  width: 15.9375rem;
  height: 20rem;
}

.assemblyjsbox {
  background-color: #fff;
  display: flex;
  width: 87%;
  padding: 1.875rem 3.75rem;
}

.assemblyjs {
  width: 70%;
  height: 20rem;
  padding-top: 2.25rem;
}

.assemblyjsbox li .w_text22 {
  margin-bottom: 0.9375rem;
}

.assemblyjsbox li .ico {
  margin-bottom: 2.125rem;
  height: 4.4375rem;
  background-repeat: no-repeat;
}

.assemblyjsbox li:first-child .ico {

  background-size: 3.75rem 4.25rem;
}

.assemblyjsbox li:nth-child(2) .ico {

  background-size: 4.3125rem 4.3125rem;
}

.assemblyjsbox li:nth-child(3) .ico {

  background-size: 4.4375rem 4.4375rem;
}

.assemblyjsbox li:nth-child(4) .ico {

  background-size: 5.25rem 4.125rem;
}

.assemblyjsbox li:nth-child(5) .ico {

  background-size: 3.125rem 4.3125rem;
}

.assemblyjsbox li:nth-child(6) .ico {

  background-size: 7.1875rem 3.375rem;
}

.assemblyjsbox .text_box ul {
  padding-left: 1em;
  list-style-type: disc;
}

.assemblyjsbox .text_box ul li {
  list-style-type: disc;
}

.assemblyjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e5;
  opacity: 1;
}

.assemblyjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b60005;
}

.assemblyjsboxx {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.housemap {
  padding-top: 15rem;
  padding-bottom: 5rem;
  position: relative;
}

.housemap .housemaptext span {
  color: #b60005;
  font-weight: 600;
}

.housemap .housemaptext {
  position: absolute;
  top: 5rem;
}

.housemapbox {
  /*margin-left: 9.5rem;*/
  margin: 0 auto;
  width: 55rem;
  height: 45.4375rem;
  background-image: url(../images/map2.png);
  background-size: 100% 100%;
  position: relative;
}

.housemapbox.hAtlas .ulMap li .circle {
  background: #053287;
}

.housemapbox.hAtlas .ulMap li .circle:before {
  background: rgba(5, 50, 135, 0.3)
}

.housemapbox.hAtlas li .circle:after {
  background-color: rgba(5, 50, 135, 0.1);
}

.housemapbox.hAtlas .ulMap li.active .circle {
  background: #b60005;
}

.housemapbox.hAtlas .ulMap li.active .circle:before {
  background: rgba(182, 0, 5, 0.3);
}

.housemapbox.hAtlas li.active .circle:after {
  background: rgba(182, 0, 5, 0.1);
}


.housemapbox li.active .popFrame {
  /* opacity: 1;
  visibility: visible; */
  display: block;
}

.housemapbox .popFrame {
  width: 19.0625rem;
  background-color: #fff;
  position: relative;
  top: -13.5rem;
  left: 3rem;
  z-index: 9;
  /* opacity: 0;
  visibility: hidden; */
  display: none;
  transition: all 400ms;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.housemapbox .popFrame .img {
  width: 100%;
  height: 11.25rem;
}

.housemapbox .popFrame .box_b {
  padding: 1.5625rem;
}

.housemapbox .popFrame .box_b .w_text18 {
  margin-bottom: 1.25rem;
  position: relative;
}

.housemapbox .popFrame .box_b .w_text18::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  left: 0;
  bottom: -0.5rem;
  background-color: #b60005;
}

.popFrame .close {
  position: absolute;
  width: 1.4688rem;
  height: 1.5rem;
  background-image: url(../images/close_w.svg);
  top: 1.25rem;
  right: 1.25rem;
  background-size: 100% 100%;
  opacity: 1;
  cursor: pointer;
}



.housemapbox.hAtlas .ulMap .li-1 {
  left: 90%;
  top: 15.2%;
}

.housemapbox.hAtlas .ulMap .li-2 {
  left: 89%;
  top: 25.2%;
}

.housemapbox.hAtlas .ulMap .li-3 {
  left: 89%;
  top: 25.2%;
}

.housemapbox.hAtlas .ulMap .li-3 {
  left: 72%;
  top: 26.2%;
}

.housemapbox.hAtlas .ulMap .li-4 {
  left: 84%;
  top: 32.2%;

}

.housemapbox.hAtlas .ulMap .li-5 {
  left: 73%;
  top: 37.2%;
}

.housemapbox.hAtlas .ulMap .li-6 {
  left: 70%;
  top: 43.2%;
}

.housemapbox.hAtlas .ulMap .li-7 {
  left: 65%;
  top: 43.2%;
}

.housemapbox.hAtlas .ulMap .li-8 {
  left: 50%;
  top: 43.2%;
}

.housemapbox.hAtlas .ulMap .li-9 {
  left: 56%;
  top: 46.2%;
}

.housemapbox.hAtlas .ulMap .li-10 {
  left: 65%;
  top: 50.2%;
}

.housemapbox.hAtlas .ulMap .li-11 {
  left: 76%;
  top: 50.2%;
}

.housemapbox.hAtlas .ulMap .li-12 {
  left: 76%;
  top: 50.2%;
}

.housemapbox.hAtlas .ulMap .li-13 {
  left: 80%;
  top: 54.2%;
}

.housemapbox.hAtlas .ulMap .li-14 {
  left: 70%;
  top: 54.2%;
}

.housemapbox.hAtlas .ulMap .li-15 {
  left: 81%;
  top: 60.2%;

}

.housemapbox.hAtlas .ulMap .li-16 {
  left: 77%;
  top: 60.2%;
}

.housemapbox.hAtlas .ulMap .li-17 {
  left: 68%;
  top: 62.2%;
}

.housemapbox.hAtlas .ulMap .li-18 {
  left: 82%;
  top: 65.2%;
}

.housemapbox.hAtlas .ulMap .li-19 {
  left: 75%;
  top: 69.2%;

}

.housemapbox.hAtlas .ulMap .li-20 {
  left: 69%;
  top: 70.2%;

}

.housemapbox.hAtlas .ulMap .li-21 {
  left: 57%;
  top: 74.2%;

}

.housemapbox.hAtlas .ulMap .li-22 {
  left: 47%;
  top: 79.2%;

}

.housemapbox.hAtlas .ulMap .li-23 {
  left: 79%;
  top: 75.2%;

}

.housemapbox.hAtlas .ulMap .li-24 {
  left: 72%;
  top: 83.2%;
}

.housemapbox.hAtlas .ulMap .li-25 {
  left: 61%;
  top: 84.2%;

}

.housemapbox.hAtlas .ulMap .li-26 {
  left: 63.5%;
  top: 96.2%;

}


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

}

.householedPlatform .box .box_l {
  width: 42%;
}

.householedPlatformjs .w_text {
  padding-bottom: 0.9375rem;
}

.householedPlatformjs {
  padding-bottom: 0.9375rem;
}

.householedPlatformjs1 .text_box {

  width: 80%;
}

.householedPlatformjs .circular {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #cccccc;
  border-radius: 50%;
  position: relative;

}

.householedPlatformjs .circular::before {
  position: absolute;
  content: '';
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.householedPlatformjs .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 2.9375rem;
  height: 2px;
  background-color: #fff;
  z-index: -2;
}



.householedPlatformjs .swiper-slide-thumb-active .w_text {
  color: #b60005;
}

.householedPlatformjs .swiper-slide-thumb-active .circular {
  background-color: #b60005;
}

.householedPlatformjs .swiper-slide-thumb-active .circular::before {
  background-color: #f8e5e6;
}

.householedPlatformjs .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.householedPlatformjs .swiper-slide:first-child {
  align-items: flex-start;
}

.householedPlatformjs .swiper-slide:first-child .circular {
  margin-left: 2em !important;
}

.householedPlatform .box_r {
  width: 50%;

}

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

.householdsecurity .box .box_l {
  width: 45%;
}

.householdsecurity .box .box_r {
  width: 50%;
}

.businessModel {
  background-color: #f9f9f9;
}

.businessModel .box_t {
  display: flex;
  align-items: center;
}

.businessModel .box_t .w_text18 {
  display: flex;
}

.businessModel .box_t .w_text18 div {
  /*padding-left: 1.25rem;*/
  /*padding-right: 1.25rem;*/
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.businessModel .box_t .w_text18 div.active {
  border-bottom: 0.1875rem solid #b60005;
  color: #b60005;
}

.businessModel .box_x {
  position: relative;
  height: 25rem;
  overflow: hidden;
}

.businessModel .box_x .box_c {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.businessModel .box_x .box_c.active {
  opacity: 1;
  visibility: visible;
}




.businessModel .box_c .box {
  display: flex;
  justify-content: space-between;
}

.businessModel .box_c .box_sm {
  width: 45%;

}

.businessModel .box_c .box_sm1 {
  width: 50%;
}



.businessModel .box_c .box_sm1 ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.businessModel .box_c .box_sm1 ul li:first-child {
  padding-top: 0;
}

.businessModel .box_c .box_sm1 ul li div {
  width: 50%;
}

.businessModel .box_c .box_sm1 .box_sb {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1.875rem;
}

.businessModeljs {
  padding-bottom: 1.875rem;
  width: 100%;
}


.businessModeljs .bg_cover {
  width: 100%;
  height: 6.375rem;
}


.businessModeljs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e5;
  opacity: 1;
}

.businessModeljs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b60005;
}

.businessModeljs .swiper-slide {
  background-color: #fff;
}

.businessModelico {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 1.875rem;
}

.businessModelico .ico {
  width: 4.75rem;
  height: 4.125rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.businessModelico .w_text {
  margin-top: 1.25rem;
}

.businessModelico:first-child .ico {
  background-size: 2.75rem 3.875rem;
}

.businessModelico:nth-child(2) .ico {
  background-size: 3.3125rem 3.75rem;
}

.businessModelico:nth-child(3) .ico {
  background-size: 4.75rem 4.125rem;
}

.businessModelico:nth-child(4) .ico {
  background-size: 4.25rem 2.875rem;
}

.businessModelico:nth-child(5) .ico {
  background-size: 3.375rem 3.875rem;
}

.businessModelico:nth-child(6) .ico {
  background-size: 2.3125rem 3.9375rem;
}

.businessModelico:nth-child(7) .ico {
  background-size: 3.875rem 4rem;
}

.businessModelico:nth-child(8) .ico {
  background-size: 2.6875rem 4.125rem;
}

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

.fullAmount::after {
  content: "";
  flex-basis: 28%;
}

.fullAmount .d-flex {
  width: 28%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 2.5rem;
}

.fullAmount .d-flex:nth-child(3n) {
  border-right: 0;
}

.fullAmount .ico {
  width: 4.375rem;
  height: 4.375rem;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 1.875rem;
}

.install .box_t {
  display: flex;
  align-items: center;
}

.install .box_t .w_text18 {
  display: flex;
}

.install .box_t .w_text18 div.active {
  border-bottom: 0.1875rem solid #b60005;
  color: #b60005;
}

.install .box_t .w_text18 div {

  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.install .box_x .box_c {
  display: none;
}

.install .box_x .box_c.active {
  display: block;
}

.install .box_x .box_l .w_text ul {
  padding-left: 1.25rem;
}

.install .box_x .box_l .w_text ul li {
  list-style-type: disc;
}

.install .box {
  background-color: #fff;
  padding: 3.125rem;
  width: 49%;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
}

.install .box .box_l {
  width: 65%;
}

.install .box_r .bg_cover {
  width: 10.0625rem;
  height: 17.75rem;
  position: relative;
  cursor: pointer;
}

.install .box_r .bg_cover:before {
  position: absolute;
  content: '';
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.install .box_r .bg_cover::after {
  position: absolute;
  content: '';
  width: 2.875rem;
  height: 2.875rem;
  opacity: 0;
  visibility: hidden;
  background-image: url(../images/searchw.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.install .box_r .bg_cover:hover::before,
.install .box_r .bg_cover:hover::after {

  opacity: 1;
  visibility: visible;
  transition: all 400ms;
}

.installimgmodal .modal-content {
  background-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3)
}

.installimgmodal .modal-dialog {
  max-width: 100% !important;
  justify-content: center;
}

.installimgmodal .modal-content {
  width: auto;
}

.evaluationjs .bg_cover {
  width: 29.1875rem;
  height: 13.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.evaluationjs {
  background-color: #f3f3f3;
  height: 25rem;
}

.evaluation .bxo_t {
  width: 49%;
}


.evaluationjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e5;
  opacity: 1;
}

.evaluationjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}



.evaluationjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b60005;
}

.evaluationjs.swiper-container .swiper-pagination {
  bottom: 1.875rem;
}

.evaluation .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evaluation .box .box_r {
  width: 47%;
  line-height: 1.8;
}

.partner {
  padding-bottom: 6.25rem;
  background-image: url(../images/partnerIndustry.png);
  background-size: 100% 100%;
}

.partnerjs {
  padding-bottom: 1.875rem;
}

.partnerjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.partnerjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b60005;
}

.partnerjs .img {
  height: 16.25rem;
  width: 100%;
  overflow: hidden;
}

.partnerjs .img .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.partnerjs .box {
  background-color: #fff;

}

.partnerjs .box .box_title {
  padding: 1.875rem;
  min-height: 7rem;
}
.partnerjs .box .box_title .w_text22{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
    .productProject .box .box_sm .box_b .w_title28{
           display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    }

.partnerjs .box:hover .img .bg_cover {
  transform: scale(1.1);
}

.partnerjs .box:hover .box_title .w_text22 {
  color: #b60005;
}

.partnerjs .box .box_title .w_text18 {
  margin-bottom: 0.3125rem;
}

/* 用户解决方案 */

.industry_y {
  padding-bottom: 0;
  padding-top: 11.375rem;
}

.industry_y .box_t .w_text18 div.active {
  border-bottom: 0.1875rem solid #b60005;
  color: #b60005;
}

.industry_y .box_t .w_text18 div {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.industry_y .box_t .w_title42 {
  margin-right: 2.5rem;
}

.industry_y .box_t .w_text18 {
  display: flex;
}

.industry_y .box_t {
  display: flex;
  align-items: center;
}

.platform_y {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.platform_y .box_r {
  width: 50%;
}


.platform_y .box_r .bg_cover {
  height: 25rem;
  width: 100%;
}

.platform_y .box_l {
  width: 38%;
}

.platform_y .box_l .w_text ul {
  padding-left: 1em;
  padding-top: 1rem;
}

.platform_y .box_l .w_text ul li {
  list-style-type: disc;
}

.industry_y .box_x {
  position: relative;
  height: 35rem;
  overflow: hidden;
}

.industry_y .box_x .box_c {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.industry_y .box_x .box_c.active {
  opacity: 1;
  visibility: visible;
}

.platform_z .box_r {
  width: 62%;
}

.platform_z .box_rs {
  display: flex;
  /* align-items: center; */
  width: 43%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 4.375rem;
}

.platform_z .box_r .box_rs:nth-last-child(2),
.platform_z .box_r .box_rs:last-child {
  padding-bottom: 0;
}


.platform_z .box_r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.platform_z .box_rs .ico {
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 0.9375rem;
}

.platform_z .box_rs .w_text {
  margin-bottom: 0.3125rem;
}

.platform_sjs {

  position: relative;
  padding-bottom: 1.875rem;
}

.platform_sjs .box_r {
  width: 50%;
  position: relative;
  padding-top: 5rem;
  padding-left: 3.125rem;
}

.platform_sjs .box_r .w_text {
  width: 50%;
}

.platform_sjs .box_r .img {
  position: absolute;
  bottom: 5rem;
  right: 4.375rem;
}

.platform_sjs .bg_cover {
  height: 25rem;
  width: 50%;
}

.platform_sjs .swiper-slide {
  display: flex;
  background-color: #fff;

}

.platform_sjs .w_text ul {
  padding-left: 1em;
}

.platform_sjs .w_text ul li {
  list-style-type: disc;
}

.platform_sjs .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.2;
}

.platform_sjs .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b60005;
  opacity: 1;
}

.platform_c .box_l .bg_cover {
  height: 28.6875rem;
  width: 28.375rem;
}




.business .box .box_sm {
  width: 33.33%;
  position: relative;
}

.business .box .box_sm::before {
  position: absolute;
  content: '';
  right: 30%;
  top: -4.875rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid transparent;
}


.business .box .box_sm.active::before {

  border-bottom: 0.56rem solid rgba(0, 0, 0, 0.8);
}

.business .box .box_sm:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.business .box .box_sm:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.business .box .container3 {
  padding-left: 10.375rem;
  padding-right: 10.375rem;
}

.business .box {
  background-color: rgba(167, 4, 11, 0.7);
}

.business .box .container3 .box_sm.active .img .bg {
  opacity: 1;
  visibility: visible;

}

.business .box .container3 .box_sm.active .w_text {
  color: #fff;

}

.productAdvantagetext .box_text {
  display: none;
}

.productAdvantagetext .box_text.active {
  display: block;
}

/* .partnerIndustry .productCooperationjs .swiper-wrapper{
  height: 30rem;
} */

.partnerIndustry .box_t {
  display: flex;
  align-items: center;
}

.partnerIndustry .box_t .w_text18 {
  display: flex;
}

.partnerIndustry .box_t .w_text18 div.active {
  border-bottom: 0.1875rem solid #b60005;
  color: #b60005;
}

.partnerIndustry .box_t .w_text18 div {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.partnerIndustry .box_t .w_title42 {
  /*margin-right: 2.5rem;*/
}

.partnerIndustry {
  /*height: 46.25rem;*/
      height: 40.25rem;
  background-image: url(../images/partnerIndustry.png);
  background-size: 100% 100%;
}

.partnerIndustry .box_x {
  position: relative;
  height: 30rem;

}

.partnerIndustry .box_x .box_c {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.partnerIndustry .box_x .box_c.active {

  opacity: 1;
  visibility: visible;
}

.projectIndustry .box_t {
  display: flex;
  align-items: center;
}

.projectIndustry .box_t .w_text18 {
  display: flex;
}

.projectIndustry .box_t .w_text18 div.active {
  border-bottom: 0.1875rem solid #b60005;
  color: #b60005;
}

.projectIndustry .box_t .w_text18 div {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.projectIndustry .box_t .w_title42 {
  margin-right: 2.5rem;
}

.projectIndustry .globlemap .popFrame {
  width: 29.5625rem;
  left: -31rem;
  top: -21.5rem;
  background-color: #f5f5f5;
}

.projectIndustry .globlemap .popFrame .img {

  height: 16.25rem;
}

.projectIndustry .globlemap .popFrame::before {
  content: '';
  position: absolute;
  top: 69%;
  left: auto;
  right: -1.12rem;
  border-top: 0.6rem solid transparent;
  border-left: 0.6rem solid #f5f5f5;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
}

.projectIndustry .globlemap .popFrame .box_b .w_text18::before {
  height: 0;
}



.projectIndustry .globlemap .hAtlas .ulMap .li-1 {
  left: 47%;
  top: 19.2%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-12 {
  left: 47%;
  top: 22.3%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-6 {
  left: 48.4%;
  top: 24%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-8 {
  left: 63.6%;
  top: 43.4%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-3 {
  left: 63.6%;
  top: 40.4%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-5 {
  left: 76.5%;
  top: 31%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-2 {
  left: 80.2%;
  top: 31%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-7 {
  left: 81.8%;
  top: 25.5%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-4 {
  left: 81%;
  top: 28.5%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-10 {
  left: 81.8%;
  top: 34.2%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-11 {
  left: 80.2%;
  top: 38.7%;
}

.projectIndustry .globlemap .hAtlas .ulMap .li-9 {
  left: 80.8%;
  top: 40.3%;
}

.projectIndustry .box_x {
  height: 51.875rem;
  position: relative;
}

.projectIndustry .box_c {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.projectIndustry .box_c.active {
  opacity: 1;
  visibility: visible;
}

.projectIndustry .globlemap .popFrame .box_b .w_text18 {
  margin-bottom: 0;
}


.projectIndustry .partnerjs .box_b {
  padding: 2.5rem;

}

.projectIndustry .partnerjs .box {
  background-color: #f5f5f5;
}

.projectIndustry .globlemap {
  position: relative;
}

.projectIndustrymaptext {
  position: absolute;
  left: 0;
  bottom: 12.5rem;
}

.projectIndustry .globlemap .hAtlas {
  background-image: url(../images/map3.png);
}




/* 服务支持问题常见 */
.productSearch {

  position: relative;
  width: 13.75rem;
}

.productSearch input {
  font-size: 1.125rem;
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 3px solid #b60005;
  padding-right: 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.productSearch .serchico {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/search02.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.productSearch input::placeholder {
  color: #999999;
}

.productProblemm {
  padding-top: 2.5rem;
}

.productProblemm .productSearchbox {
  padding-bottom: 1.875rem;
}

/* 下载中心 */

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

.downloadbox .box_l {
  width: 25%;
  background-color: #f5f5f5;
  padding: 1.875rem;
  height: 100%;
}

.downloadbox .line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.downloadbox .box_l .w_text26 {
  padding-bottom: 1.875rem;
}

.downloadbox .box_l .line {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}



.downloadbox .box_l .line .w_text {
  position: relative;
  cursor: pointer;
  padding-right: 2rem;
   font-family: 'HarmonyOS_Sans_SC_Medium';
}

.downloadbox .box_l .line .w_text::before {
  position: absolute;
  content: '';
  border-left: 0.46rem solid transparent;
  border-right: 0.46rem solid transparent;
  border-bottom: 0.46rem solid transparent;
  border-top: 0.46rem solid #b60005;
  top: 10px;
  right: 0;
}

.downloadbox .box_l .line.active .w_text::before {

  border-left: 0.46rem solid transparent;
  border-right: 0.46rem solid transparent;
  border-top: 0.46rem solid transparent;
  border-bottom: 0.46rem solid #b60005;
  top: 0px;
}

.downloadbox .box_l .line .boxul {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-top: 0;
  transition: all 400ms;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.downloadbox .box_l .line.active .boxul {
  /* padding-top: 1.5625rem; */
  height: auto;
  opacity: 1;
  visibility: visible;
}

.downloadbox .box_l .line .boxul .item {
  cursor: pointer;
}

.downloadbox .box_l .line .boxul .box_sul {
  transition: all 400ms;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-left: 2em;
}

.downloadbox .box_l .line .boxul .boxli {
  padding-top: 1rem;
      font-family: 'HarmonyOS_Sans_SC_Light';
}

.downloadbox .box_l .line .boxul .boxli.active .box_sul {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.downloadbox .box_l .line .boxul .boxli .box_sul li {
  cursor: pointer;
}

.downloadbox .box_l .line .boxul .boxli .box_sul .active {
  color: #b60005;
}

.downloadbox .box_r {
  width: 70%;
}

.downloadbox .box_r .headerbox {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.downloadbox .box_r .headerbox div {
  margin-right: 3.125rem;
  padding-top: 1.87rem;
  padding-bottom: 1.875rem;
  position: relative;
  cursor: pointer;
}

.downloadbox .box_r .headerbox div::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #b60005;
  transition: all 400ms;
}

.downloadbox .box_r .headerbox div.active::before {

  width: 100%;

}


.downloadbox .box_r ul li {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.downloadbox .box_r ul li .w_text{
    width: 90%;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.downloadbox .box_r ul li::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 20px;
  background-image: url(../images/download1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.downloadbox .box_r ul li::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #b60005;
  top: 100%;
  left: 0;
  transition: all 400ms;
}

.downloadbox .box_r ul li:hover::after {
  width: 100%;
}

.downloadbox .box_r ul {
  display: none;
}

.downloadbox .box_r ul.active {
  display: block;
}

.downloadbox .box_r .box {
  display: none;
}

.downloadbox .box_r .box.active {
  display: block;
}


/* 新闻 */
.newsbox {
  height: 91vh;
  background-position: top;
}


.newsbox .box {
  height: 91vh;

}

#sideNav .sideNavBox2 ul {
  justify-content: center;
}

.newsContent {}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 8.125rem;
  border: 0;
  outline: none;
  border-bottom: 3px solid #b60005;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  appearance: none;

}

.selectBox .select {
  width: 8.125rem;
  border: 0;
  outline: none;
  border-bottom: 3px solid #b60005;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  appearance: none;

}

.web_screen_ul {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    opacity: 0;
    padding: 0 0.46rem;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.web_screen_ul li {
    position: relative;
    color: #ffffff;
}

.selectBox:hover .web_screen_ul {
    opacity: 1;
    visibility: visible;
}

.web_screen_ul li a {
    display: block;
    height: 2.5rem;
    cursor: pointer;
    color: #000;
    line-height: 2.5rem;
}
.web_screen_ul li a:hover{
    color: #b60005;
}

.selectBox::after {
  position: absolute;
  content: '';
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-top: 0.375rem solid #b60005;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}



.newsboxx .hNewsSwiper ul {
  flex-wrap: wrap;
  position: relative;
  padding-top: 0;
}

.newsboxx .hNewsSwiper ul::after {
  content: '';
  flex-basis: 32%;
}

.exhibitionbox .hNewsSwiper ul::after {
  content: '';
  flex-basis: 32%;
}


.newsboxx .hNewsSwiper ul li {
  margin-bottom: 2.125rem;
  margin-top: 2.125rem;
}








/* 新闻详情 */

.newsD {
  width: 90%;
}

.newsD .boxCenter {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
 font-family: 'HarmonyOS_Sans_SC_Light'; font-size: 1.357rem;
}

.newsD .boxCenter img{
    width: 100%;
}
.newsDboxheader {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsDboxheader .time {
  font-size: 1.125rem;
  color: #777777;

}

.newsDboxheader .title {
  /* width: 85%; */
  font-size: 3.125rem;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}

.social-share .social-share-icon {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #909090;
  text-align: center;
  vertical-align: middle;
}

.social-share .social-share-icon::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 0.9375rem;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

.social-share .social-share-icon:hover {
  border-color: #b60005;
  background-color: #b60005;
}


.social-share .icon-wechat:before {
  width: 1.25rem;
  height: 1rem;
  background-image: url(../images/weixin.png);
}

.social-share .icon-wechat:hover:before {
  width: 1.25rem;
  height: 1rem;
  background-image: url(../images/weixin2.png);
}

.social-share .icon-weibo:before {
  width: 1.25rem;
  height: 1.0625rem;
  background-image: url(../images/weibo.png);
}

.social-share .icon-weibo:hover:before {
  width: 1.25rem;
  height: 1.0625rem;
  background-image: url(../images/weibo2.png);
}

.social-share .icon-linkedin::before {
  background-image: url(../images/linkedin.png);
}

.social-share .icon-linkedin:hover::before {
  background-image: url(../images/linkedin2.png);
}

.newsdfooter {
  background-color: #b60005;
}

.newsdfooter .container {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}




.newsdfooter .prev,
.newsdfooter .next {
  width: 50%;

}

.newsdfooter .prev a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #fff;
}

.newsdfooter .next a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.newsdfooter .next a:hover .w_text26 ,.newsdfooter .prev a:hover .w_text26 {
        text-decoration: underline;
}

.newsdfooter .w_text18 {
  position: relative;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: 500;
}

.newsdfooter .prev .w_text18 {
  padding-left: 1rem;
}




.newsdfooter .prev .w_text18::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  left: 0;
  top: 30%;
  height: 0.6875rem;
  background-image: url(../images/jsLeft1.svg);
  background-size: 100% 100%;
}

.newsdfooter .next .w_text18 {

  padding-right: 1rem;
}

.newsdfooter .next .w_text18::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  right: 0;
  top: 30%;
  height: 0.6875rem;
  background-image: url(../images/jsLeft1.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.newsdfooter .w_text26 {
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsdfooter .next a .w_text26 {
  text-align: end;
}


/* 视频 */
.viedobox ul li a {
  display: flex;
  align-items: center;

}

.viedobox ul {
  padding-top: 2.5rem;
}

.viedobox ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.viedobox ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

.viedobox ul li::before {
  position: absolute;
  content: '';
  bottom: -1px;

  height: 1px;
  width: 0;
  background-color: #b60005;
  transition: all 400ms;
}

.viedobox ul li:hover:before {
  width: 100%;
}

.viedobox ul li:hover a .w_text22 {
  color: #b60005;
}

.viedobox ul li a .w_text18 {
  color: #777777;
  width: 16%;
}

.viedobox ul li a .w_text22 {

  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* 展会活动 */
.exhibitionbox .img .time {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
}

.exhibitionbox .img .time .w_title36 {
  border-bottom: 1px solid #fff;

}

.exhibitionbox .w_text18 {
  padding-top: 2rem;
}

.exhibitionbox a:hover .w_text26 {
  color: #b60005;

}

.exhibitionbox .hNewsSwiper ul {
  flex-wrap: wrap;
  position: relative;
  padding-top: 0;
}

.exhibitionbox .hNewsSwiper ul li {
  margin-bottom: 2.125rem;
  margin-top: 2.125rem;
}

/* .exhibitionbox .hNewsSwiper li .box .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/exhibitionboxbg.png);
} */

/* 合作项目 */
.Projectbox .box {
  flex-wrap: wrap;
  position: relative;
}

.Projectbox .box .box_sm {
  margin-top: 2%;
}
.Projectbox .box::after {
    content: '';
    flex-basis: 32%;
}

/* 合作项目详情页 */
.projectdox {
  display: flex;
  justify-content: space-between;
}

.projectdox .box_l {
  width: 70%;
}

.projectdox .box_r {
  width: 20%;
  background-color: #f5f5f5;
}

.projectdox .box_r .box_sm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  /*padding: 1.5rem 2.5rem;*/
  padding: 1.2rem 2.5rem;
}

.projectjs .bg_cover {
  width: 100%;
  height: 38.75rem;
}

.projectjs .swiper-pagination {
  bottom: 2.5rem;
}

.projectfooter {
  background-color: #fff;
}

.projectfooter .w_text18 {
  color: #b60005;
  font-weight: 600;
}

.projectfooter .prev .w_text18::before {
  background-image: url(../images/jsLeft3_b6.svg);
}

.projectfooter .next .w_text18::before {
  background-image: url(../images/jsLeft3_b6.svg);
}

.projectfooter .prev a {
  border-color: rgba(0, 0, 0, 0.1);
}

/* 投资者 */
.shares {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.shares .box_l {
  display: flex;
}

.shares .box_l .box_sm {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.shares .container {
  display: flex;
  justify-content: space-between;

}

.shares .box_l .box_sm:first-child {
  padding-right: 5.625rem;
}

.shares .box_l .ts {
  font-size: 1.125rem;
  position: relative;
}

.shares .box_l .ts:nth-child(3) {
  padding-left: 1.5rem;
}

.shares .box_l .ts:nth-child(3)::before {
  position: absolute;
  content: '';
  left: 6px;
  top: 50%;
  border-left: .375rem solid transparent;
  border-right: .375rem solid transparent;
  border-bottom: 0.375rem solid #ffffff;

}
.shares .box_l .ts.active:nth-child(3)::before{
     border-bottom: 0.375rem solid transparent;
      border-top: 0.375rem solid #ffffff;
} 





.shares .sm {
  font-size: 0.875rem;
  color: #fff;
  text-align: end;
  margin-top: 0.625rem;
}

.investorbox {
  height: 31.25rem;
  width: 100%;
  display: flex;
  align-items: center;

}


.investorbox .box_sm {
  border-left: 1px solid #fff;
}

.investorbox .box_sm .w_text18:last-child {
  margin-bottom: 0;
}

.investorbox .box_sm .w_text18 {

  margin-left: 0.9375rem;
  position: relative;
  margin-bottom: 1.25rem;

}

.investorbox .box_sm .w_text18 span {
  background-image: url(../images/investorboxtext.png);
  display: inline-block;
  padding-right: 3.75rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-left: 0.9375rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;

}

/* 在线留言 */


.form_list .row {
  justify-content: space-between;
}

.form_list .col-md-6 {
  padding: 0;
  margin-top: 3rem;
  flex: 0 0 48%;
  max-width: 48%;
}

.form_list ul li .form_list li .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form_list li .form-group .web_label {
  font-size: 1.25rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  pointer-events: none;
  transform: scale(1);
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  transform-origin: left center;

}

.form_list li .form-group .form-control {
  font-size: 1.25rem;
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-bottom: 1.25rem;
  height: auto;
  border-bottom: 1px solid rgba(58, 76, 111, 0.12);
  ;
  box-shadow: none;
  font-weight: 500;
  color: #000;
}

.form_list li .form-group .web_label span {
  color: #b60005;
}

.form_list li.eventReport_active .form-group .web_label {
  top: -1.5rem;
  transform: scale(0.8);
}



.form_list li .form-group .form-control:focus {
  border-bottom-color: #b60005;
}

.form_list li.select {
  border-bottom: 1px solid rgba(58, 76, 111, 0.12);
}

.form_list li select {
  width: 100%;
  border: 0;
  outline: none;
  opacity: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  appearance: none;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  background-color: transparent;
}

.form_list li .form-group.active .web_label {
  top: -1.5rem;
  transform: scale(0.8);
}

.form_list li .form-group.active select {
  opacity: 1;
}

.select .form-group {
  position: relative;
}

.select .form-group::before {

  position: absolute;
  content: '';
  width: 1.0625rem;
  right: 0;
  top: 50%;
  height: 0.5625rem;
  background-image: url(../images/jsbottom182.svg);
  background-size: 100% 100%;
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
}

.form_list li .form-group.active::before {
  transform: rotate(180deg)
}

.textareabox {
  width: 100%;
}

.textareabox .web_label {
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.textareabox .web_label span {
  color: #b60005;
}

.textareabox textarea {
  min-height: 15rem;
  width: 100%;
  border: 0;
  outline: none;
  padding: 1.875rem;
  background-color: #f4f4f4;
}

.checkbox {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.checkbox input {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  border-color: #e3e5e9;
}

.checkbox .tetx {
  font-size: 1.25rem;
  margin-left: 0.9375rem;
}

.formbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.formbutton button {
  width: 12.5rem;
  height: 3.375rem;
  border: 0;
  outline: none;
  background-color: #b60005;
  color: #fff;
  font-size: 1.125rem;
  transition: all 400ms;
}

.formbutton button:hover {
  background-color: #df4448;
}

.onlinea {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 1%;
}

.onlinea a {
  display: block;
  width: 49.5%;
  height: 28.125rem;
  overflow: hidden;
  position: relative;
}

.onlinea a:hover .box {
  transform: scale(1.1);
}

.onlinea .box {
  width: 100%;
  height: 100%;

  transition: all 400ms;

}

.onlinea a .w_text26 {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-left: 2.5rem;
  line-height: 4.375rem;
}

/* 联系方式 */
.contact .w_title42 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2.1875rem;

}

.contact .box {
  padding-top: 2.1875rem;
  /* padding-bottom: 1.5625rem; */
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.contact .box:last-child {
  border-bottom: 0;
}

.contact .box_sm {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 1.875rem; */
  position: relative;
}

.contact .box_sm::before {
  position: absolute;
  content: '';
  width: 1.3125rem;
  height: 0.6875rem;
  right: 0;
  background-image: url(../images/jsbottom182.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  transition: all 400ms;
}
.contact .mybox .box_sm::before{
        width: 0;
}
.contact .box.active .box_sm::before {
  transform: rotate(180deg);
}

.contact .box_sm .box_l,
.contact .box_sm .box_r {
  width: 50%;
}

.contact .box_sm .box_r .mailbox span:nth-child(2) {
  text-decoration: underline;
  text-decoration-color: #b60005;
}

.contactbox .imgbox {
  /* height: 0; */

  overflow: hidden;
  transition: padding 400ms;
  padding-top: 0rem;

}

.contactbox .imgbox img {
  display: none;
}

.contactbox .active .imgbox img {
  display: block;
}

.contactbox .active .imgbox {
  /* height: auto; */

  padding-top: 1.875rem;
}


/* 加入我们 */
.joinus .box .img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}

.joinus .box .img .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.joinus .box {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
}

.joinus .box .box_sm {
  width: 48%;
}

.joinus .box .box_sm:hover .bg_cover {
  transform: scale(1.1);
}

.joinus .box .box_sm:hover .w_title28 {
  color: #b60005;

}



.joinus .box .box_sm .w_title28 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.joinusintroduce {
  display: flex;
  background-color: #b60005;
}

.joinusintroduce .box_l {
  width: 50%;
  padding-right: 15rem;
  display: flex;
  align-items: center;
}

.joinusintroduce .box_r {
  width: 50%;

}

.joinusintroduce .bg_cover {
  height: 43.75rem;
}

.joinusproblem {
  height: 18.75rem;
  display: flex;
  align-items: center;
}

.joinusintroduces {
  display: flex;
  background-color: #333333;
}

.joinusintroduces .box_l {
  width: 50%;
  padding-left: 15rem;
  display: flex;
  align-items: center;
}

.joinusintroduces .box_r {
  width: 50%;

}

.joinusintroduces .bg_cover {
  height: 43.75rem;
}

.modalhAtlas {
  display: none;
}

.modalhCasebox {
  display: none;
}



.nectar-social {
  position: fixed;
  z-index: 999;
  right: 2.5rem;
  /*top: 74%;*/
  top: 85%;
  border-radius: 50%;
  /* border: 1px solid #eeeeee; */
  background-color: #b60005;
  width: 3.125rem;

}

.nectar-social a {
  display: block;
  padding: 0 0.625rem;
  position: relative;
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
  height: 3.125rem;
}

.nectar-social a:last-child {
  border-bottom: 0;
}

.nectar-social a .tel {
  position: absolute;
  top: 0;
  right: 100%;
  width: 14.375rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.1);

  padding: 0.75rem;
  color: #333;
  font-size: 14px;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}

.nectar-social a .ewm {
  position: absolute;
  top: 0;
  right: 100%;
  width: 6.25rem;
  height: 6.25rem;
  padding: 0.3rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;

  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.nectar-social .amailbox .ewm{
    top: -3.125rem;
}

.nectar-social a:hover .tel,
.nectar-social a:hover .ewm {
  opacity: 1;
  visibility: visible;
}

.nectar-social a span {
  display: inline-block;
  width: 100%;
  padding-bottom: 2.875rem;

  border-radius: 0.3125rem;
  background-repeat: no-repeat;
  background-position: center;

}

.nectar-social a .telephone {
  background-image: url(../images/telephone.png);
  background-size: 1.4375rem;
}

.nectar-social a .wech {
  background-image: url(../images/xiaoxi.png);
  background-size: 1.4375rem 1.375rem;
}

.nectar-social a .mailbox {
  background-image: url(../images/erweima.png);
  background-size: 1.25rem;
}


.main {
  height: 100vh;
  overflow: hidden;
}


@keyframes dong {
  0% {
    bottom: 5vh
  }

  100% {
    bottom: 3vh
  }
}

.downloadbox .box_l .line .boxul1 .boxli.active {
  color: #b60005;
}
.downloadbox .box_l .line .boxul3 .boxli.active {
  color: #b60005;
}

.newsD .boxCenter video{
    width: 100%;
}
.cultureboxjs{
    height: 100vh;
}
.slidefooter{
    height: auto!important;
}
   .pc{
    display: inline-block;
}

.mob{
    display: none;
}

.projectdoxd .box_r{
        background-color: #f5f5f5;
    position: absolute;
    z-index: 2;
    right: 10.9vw;
}
.projectdoxd .box_l {
    width: 70%;
    padding-bottom: 6.5rem;
}
.productEvaluation11{
    position: relative;
}

.productEvaluation11 .swiper-container{
       position: unset;
}
.productEvaluation11 .swiper-button-prev{
    left: 6vw;
}
.productEvaluation11 .swiper-button-next{
    right: 6vw;
}
.productEvaluation11 .swiper-button-prev, .productEvaluation11 .swiper-button-next{
    color: #b60005;
}
.productEvaluation11 .swiper-container .swiper-pagination{
    bottom: 9rem;
}
.box_img .swiper-slide{
    opacity: 0 !important;
}
.box_img .swiper-slide-active{
    opacity: 1 !important;
}
.myheight{
    min-height: 9rem;
}


header .header_language ul {
    position: absolute;
    top: 1.9rem;
   left: 50%;
    transform: translateX(-50%);
    width: 5.5rem;
    background-color: #fff;
    box-shadow: 0 0 0.25rem #ddd;
    border-radius: 0.1rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .32s;
    -moz-transition: all .32s;
    -ms-transition: all .32s;
    -o-transition: all .32s;
    transition: all .32s;
}

header .header_language ul li a {
    padding: 0.20rem;
    display: block;
    font-size: 1rem;
}

header .header_language ul li a:hover{
    color: #B60005 ;
}
header .header_language:hover{
    color: #B60005;
}

header .header_language:hover ul {
  
    opacity: 1;
    visibility: visible;
}

header .header_language ul::after {
    content: '';
    position: absolute;
    top: -0.25rem;
    left: 50%;
    margin-left: -0.25rem;
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-bottom: 0.25rem solid #fff;
}



.modalshuowbox{
    display: none;
}
.pcshuowbox{
    display: block;
}


.modalshuowbox1{
   opacity: 0;
    z-index: -1;
}
.pcshuowbox1{
   opacity: 1;
}
.banner {
   
    position: absolute;
}.bannerbox {
    height: 100vh;
    width: 100%;
    position: relative;
}

.w_baner{
    background-size: 100% 100%;
}


.xmzb{
    padding-top: 2.5rem;
}
.xmzb .box .box_ul  {
    border-top:  1px solid rgba(0, 0, 0, 0.1);
}

.xmzb .box .box_b  {
    border-bottom:  1px solid rgba(0, 0, 0, 0.1);
}

.xmzb .box .box_b .box_l {
    padding-left: 2.5rem;
    position: relative;
}

.xmzb .box .box_b .box_l:before{
    position: absolute;
    content: '';
    width: 1.8125rem;
    height: 1.6875rem;
       top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-size: 100% 100%;
    background-image: url(/static/webfile/images/xmyuan.png);
     /*background-image: url('../images/xmzhdown.png');*/
    
}


.xmzb .box .box_b {
    padding-top: 1.875rem ;
    padding-bottom: 1.875rem;
}

.xmzb .box .box_t .box_smm {
    padding-top: 1.875rem ;
    padding-bottom: 1.875rem;
    border-bottom:  1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.xmzb .box .box_t .box_smm:before{
    position: absolute;
    content: '';
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #b60005;
    transition: all 400ms;
}


.xmzb .box .box_t .box_smm:hover:before {
    width: 100%;
}


.xmzb .box .box_t .box_smm:last-child{
     border-bottom:  0px solid rgba(0, 0, 0, 0.1);
}


.xmzb .box .xmzbdown{
    width: 3.125rem;
    height: 3.125rem;
    background-color: #f2f2f2;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.xmzb .box .xmzbdown::before{
    position: absolute;
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    background-size: 100% 100%;
    /*background-image: url(/static/webfile/images/xmzhdown.png);*/
     background-image: url('../images/xmzhdown.png');
}



/*.xmzb .box .xmzbzk{*/
/*    width: 3.125rem;*/
/*    height: 3.125rem;*/
/*    background-color: #f2f2f2;*/
/*    border-radius: 100%;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    margin-left: 1.25rem;*/
/* cursor: pointer;*/
/*}*/

/*.xmzb .box .xmzbzk::before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 1.0625rem;*/
/*    height: 0.6875rem;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50% ,-50%);*/
/*    background-size: 100% 100%;*/
    /*background-image: url(/static/webfile/images/xmzbzk.png);*/
/*     background-image: url('../images/xmzbzk.png');*/
/*}*/

/*.xmzb .box .box_li.active .xmzbzk::before{*/
/*     transform: translate(-50% ,-50%) rotateX(180deg);*/
/*}*/



.xmzb .box .xmzbdown:hover{
     background-color: #b60505;
}
.xmzb .box .xmzbdown:hover:before{
     /*background-image: url(/static/webfile/images/xmzhdown1.png);*/
     background-image: url('../images/xmzhdown1.png');
}



.xmzb .box .ft_808080{
    color: #808080;
    font-size: 1rem;
    margin-left: 3.125rem;
}


.xmzb .box .box_t{
    padding-left: 8.125rem;
}

.xmzb .box .box_t .box_l{
    position: relative;
    padding-left: 1.875rem;
}

.xmzb .box .box_t .box_l:before {
    position: absolute;
    content: '';
    width: 1.3125rem;
    height: 1.4375rem;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-size: 100% 100%;
    /*background-image: url(/static/webfile/images/xmlj.png);*/
     background-image: url(../images/xmlj.png); 
}
.xmzb .box .box_l{
    width: 95%;
}
.xmzb .box .box_l a.d-flex{
    max-width: 85%;
}

.xmzb .box .box_l .w_text22{
max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;

}

.xmzb .box_li .box_t{
   display: block;
       border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



.xmzb .box .xmzbdown.xmzear::before{
    
    width: 1.6875rem;
    height: 1.1875rem;
     background-image: url(../images/xmzear.png);
}

.xmzb .box .xmzbdown.xmzear:hover:before{
     background-image: url(../images/xmzear1.png);
   
}


/*可持续发展报告*/




.policy .box_t{
    margin-top: 1rem;
    display: flex;
    font-size: 1.625rem;
      font-family: 'HarmonyOS_Sans_SC_Medium';
    
}
.policy .box_t div{
    /*padding: 0 1.25rem;*/
    margin-right: 1.25rem;
    position: relative;
    padding-bottom: 0.625rem;
    cursor: pointer;
}
.policy .box_t div:before{
    position: absolute;
    content: '';
    width: 0%;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #b60005;
}
.policy .box_t div.active:before{
      width: 100%;
}

.policy .box .box_sm{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}


.policy .box .box_sm:before{
   position: absolute;
    content: '';
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #b60005;
    transition: all 400ms;
}

.policy .box .box_sm:hover:before{
     width: 100%;
}
.policy .box .box_sm:hover .box_l.w_text22{
    color: #b60005;
}

.policy .box .box_sm:first-child{
     border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.policy .box .xmzbdown {
    width: 3.125rem;
    height: 3.125rem;
    background-color: #f2f2f2;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 1.25rem;
}

.policy .box .xmzbdown.xmzear::before {
    width: 1.6875rem;
    height: 1.1875rem;
    background-image: url(/static/webfile/images/xmzear.png);
}

.policy .box .xmzbdown.xmzear:hover:before {
    background-image: url(/static/webfile/images/xmzear1.png);
}
.policy .box .xmzbdown:hover {
    background-color: #b60505;
}

.policy .box .xmzbdown::before {
    position: absolute;
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-image: url(/static/webfile/images/xmzhdown.png);
}
.policy .box .xmzbdown:hover:before {
    background-image: url(/static/webfile/images/xmzhdown1.png);
}
.policy .box .box_r{
    display: flex;
    align-items: center;
}



.esg{
    /*background-image: url(/static/webfile/images/esg.png);*/
    position: relative;
     padding-bottom: 12.5rem;
     background-size: cover;
}

.esgjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.esgjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b60005;
}

.esgjs .swiper-button-prev:after,.esgjs .swiper-button-next:after{
    font-size: 3rem;
}

.esgjs.swiper-container{
       position: unset;
}
.esgjs .swiper-button-prev{
    left: 6vw;
}
.esgjs .swiper-button-next{
    right: 6vw;
}
.esgjs .swiper-button-prev, .esgjs .swiper-button-next{
    color: #b60005;
}
.esgjs .swiper-container .swiper-pagination{
    bottom: 9rem;
}
.esgjs .box{
    background-color: #fff;
    width: 82%;
}
.esgjs .box .box_t{
    padding: 4.375rem 2.5rem;
    height: 13vw;
    font-size: 1.25rem;
    background-size: 100% 100%;
}
.esgjs .box .box_t .ico{
    width: 2.625rem;
    height: 3.25rem;
    background-size:  100% 100%;
    margin-bottom: 1.875rem;
}
.esgjs .box .box_t .title{
    margin-bottom: 1rem;
}
.esgjs .box .box_b{
    padding: 1.25rem;
    border-top: 1px solid #e9e9e9;
       font-size: 1.25rem;
       display: flex;
       align-items: center;
       justify-content: space-between;
}



.esgjs .box .box_b .box_r{
    display: flex;
}

.esgjs .box .box_b .box_r .xmzbdown  {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 1.25rem;
    background-image: url(/static/webfile/images/xmzhdown.png);
    background-size: 100% 100%;
}

.esgjs .box .box_b .box_r .xmzbdown.xmzear  {
        width: 1.6875rem;
    height: 1.1875rem;
    background-image: url(/static/webfile/images/xmzear.png);
}
.esgjs .box .box_b .box_r .xmzbdown:hover { background-image: url(/static/webfile/images/xmzhdown2.png);}
.esgjs .box .box_b .box_r .xmzbdown.xmzear:hover{
     background-image: url(/static/webfile/images/xmzear2.png);
}

.esg .swiper-container .swiper-pagination{
    bottom: 9.375rem;
}
.strategy .box{
    height: 46.875rem; 
    width: 100%;
    position: relative;
}

.strategy .box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}

.strategy .box .box_img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.strategy .box .box_img .img{
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity:0;
    transition: all 400ms;
    position: absolute;
    left: 0;
    top: 0;
}


.strategy .box .box_img .img.active{
     opacity:1;
}

.strategy .box_c{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 3;
    
}
.strategy .box_c .box_sm {
    width: 25%;
    height: 100%;
    border-right: 1px solid #FFF;
    color: #FFF;
    padding: 3.125rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}
.strategy .box_c .box_sm .ioc{
    width: 4.375rem;
    height: 4.375rem;
    background-size: 100% 100%;
    margin-bottom: 1.5625rem;
}
.strategy .box_c .box_sm .title{
    margin-bottom: 0.625rem;
    font-size: 1.625rem;
}
.strategy .box_c .box_sm .text{
    font-size: 1.25rem;
  height: 0;
  overflow: hidden;
  transition: all 400ms;
}
.strategy .box_c .box_sm.active .text{
     height: auto;
  
}

.hNewsJsss{}

.hNewsJsss .swiper-button-prev, .hNewsJsss .swiper-button-next {
    color: #b60005;
}
.hNewsJsss .swiper-button-prev:after, .hNewsJsss .swiper-button-next:after {
    font-size: 3rem;
}.hNewsJsss .swiper-button-prev {
    left: 6vw;
}.hNewsJsss .swiper-button-next {
    right: 6vw;
}.hNewsJsss.swiper-container {
    position: unset;
}




