﻿@charset "utf-8";

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

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

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

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

@font-face {
  font-family: 'AlimamaFangYuanTiVF-Square';
  font-style: normal;
  src: url(./AlimamaFangYuanTiVF-Thin.ttf);
  font-weight: 400;
}

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

.ft_a {
  font-family: 'AlimamaFangYuanTiVF-Thin';
}

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

.ft_l {
  font-family: 'HarmonyOS_Sans_SC_Light';
}

.ft_r {
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

/* 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: #333333;
}

.block {
  display: block;
}

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

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

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.textBeyondHidden4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.textBeyondHidden5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

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

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.521vw;
  height: 0.521vw;
  margin: 0 0.365vw;
  background-color: #fff;
  position: relative;
  opacity: .3;
  transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}


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


.header_column {
  display: flex;
  align-items: center;
  /* padding: 1.74rem 0; */
  /* padding-right: 1.875rem; */
  /* background-color: #f5f5f5; */
  /* padding-left: 1.875rem; */
}



.head-language-icon {
  /* width: 1.4375rem; */
  /* height: 1.4375rem; */
  display: flex;


}

.head-language-icon a {
  display: flex;
  align-items: center;

  margin-left: 1.042vw;
  color: #fff !important;
  font-size: 0.833vw;
  width: 4.479vw;
  height: 2.083vw;
  border-radius: 0.417vw;
  border: 0.052vw solid rgba(255, 255, 255, 0.15);
  position: relative;
  padding-left: 2.292vw;
}

.head-language-icon a::before {
  content: '';
  position: absolute;
  width: 1.042vw;
  height: 1.042vw;
  background-image: url(../images/icon05_w.png);
  background-size: 100% 100%;
  left: 1.042vw;
  top: 50%;
  transform: translateY(-50%);
}

.head-language-icon img {
  width: 100%;
  height: 100%;
}

.language {
  position: relative;
}

.language::after {
  content: '';
  position: absolute;
  top: 40%;

  right: -1.042vw;
  border-left: 0.417vw solid transparent;
  border-top: 0.417vw solid #555555;
  border-right: 0.417vw solid transparent;
  border-bottom: 0.417vw solid transparent;
}





header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  background-color: transparent;
  /* border-bottom: 1px solid rgba(25, 49, 99, 0.15); */
  transition: all 400ms;
}

.insidePage header {
  position: relative;
}





header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 8.229vw;
  height: 2.344vw;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%
}

header .header-nav>ul>li {
  margin-left: 3.125vw;
  position: relative;
}

header .header-nav>ul>li:last-child {
  margin-right: 3.125vw;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  font-size: 0.938vw;
  color: #FFFFFF;
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
  /* line-height: 1.771vw; */
}

header .header-nav>ul>li .link span {
  position: relative;
  display: inline-block;
  /* padding-top: 0.375rem; */
  /* padding-bottom: 0.375rem; */
  transition: all 400ms;
}

/* header .header-nav>ul>li.active .link span::after,
header .header-nav>ul>li:hover .link span::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.104vw;
  background-color: #fff;
  transition: all 400ms;

} */



/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #f3981e;
} */

header .header_languagebox {
  position: relative;
  /* padding-left: 0.9375rem; */
  /* margin-right: 0.9375rem; */
  display: flex;
  align-items: center;

}

header .header_languagebox a {
  color: #fff;
  font-size: 0.938vw;
  margin-left: 1.042vw;
  transition: all 400ms;
  cursor: pointer;
}

header .header_languagebox .search {
  margin-top: 0.104vw;
  display: inline-block;
  width: 1.042vw;
  height: 1.042vw;
  background-image: url(../images/search.png);
  background-size: 100% 100%;
  margin-left: 2.083vw;
  transition: all 400ms;
}

/* header .header_languagebox::after {
  content: '';
  width: 1px;
  height: 1.4375rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: #D1D6E0;
  transform: translateY(-50%);

} */




/* 语言下拉 */
header .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;

  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.563vw;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.header_language_level_navBox div {
  padding-top: 0.417vw;
  padding-bottom: 0.417vw;
}

.header_languagebox {
  position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 0.365vw rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
}

header .header_languagebox:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header_languagebox:hover .language::after {
  border-left: 0.417vw solid transparent;
  border-top: 0vw solid transparent;
  border-right: 0.417vw solid transparent;
  border-bottom: 0.417vw solid #555555;
}

.header_language_level_navBox div:hover a {
  color: #1ba195;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  /* border-bottom: 0.052vw solid #e5e5e5; */
  /* border-top: 0.104vw solid #e5e5e5; */
  padding: 1.667vw 0;
  box-shadow: 0px 0px 1.302vw 0px rgba(0, 0, 0, 0.08);
}

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

.searchField_form .form-control {
  font-size: 0.933vw;
  border-radius: 0.313vw;
  height: 2.604vw;
  box-shadow: none;
  border: 0;
  color: #333333;
  padding: 0 3.833vw 0 0.833vw;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 0.933vw;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 1.917vw;
  padding-left: 1.917vw;
  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.517vw;
  bottom: 0;
  z-index: 8;
  width: 3.833vw;
  background-image: url(../images/search02.svg);
  background-size: 1.35vw 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 {
  display: none;
  position: absolute;
  top: 100%;
   left: 50%; 
  /*left: -1.979vw;*/
  z-index: 10;
  width: 12.031vw;
  /* height: 13.333vw; */
   transform: translateX(-50%); 
  /* transition: all 300ms; */
}



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

.headerDropDown .headerDropDownList {
  /*background-color: #ffffff;*/
   background-color: rgba(255,255,255,0.95);
  padding-top: 0.938vw;
  padding-bottom: 0.938vw;
  /* overflow: hidden; */
  box-shadow: 0 0 1.042vw rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 13.333vw; */
  position: relative;
 border-radius: 0 0 0.208vw 0.208vw;
}






.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
  margin-bottom: 0.417vw;
  text-align: center;

}



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


.headerDropDown .headerDropDownList ._link {
  color: #333333;
  font-size: 0.833vw;
  transition: all 400ms;
  /* width: 8.333vw; */
  display: inline-block;
  /* height: 2.083vw; */
  line-height: 1.875vw;
  /* padding-left: 1.042vw; */
  position: relative;

}

.headerDropDown .headerDropDownList ._link::before {
  position: absolute;
  content: '';
  width: 0.417vw;
  height: 0.781vw;
  /* background-image: url(../images/jsRight2.svg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -0.833vw;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link::before {
  opacity: 1;
}

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




/**/
.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: #000;
  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: #000;
  -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: #000;
  -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: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

footer {

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 background-color: #0054A7;
  position: relative;
  /*margin-top: -7.188vw;*/
  position: relative;
 
  /*padding-top: 11.458vw;*/

  /*--c: #0054A7;*/
  /*     --w1: radial-gradient(85.5% 22% at top, #0000 72%, var(--c) 73%) no-repeat;*/
  /*  --w2: radial-gradient(113% 100% at bottom, var(--c) 100%, #0000 100.2%) no-repeat;*/
  /*  background: var(--w1), var(--w2), var(--w1), var(--w2);*/
  /*  background-position-x: -200%, -100%, 0%, 100%;*/
  /*  background-position-y: 100%;*/
  /*  background-size: 50.5% 100%;*/
  /*  animation: m 10s infinite linear;*/
}

@keyframes m {
  0% {
    background-position-x: -200%, -100%, 0%, 100%
  }

  100% {
    background-position-x: 0%, 100%, 200%, 300%
  }
}
footer .bg{
     position: absolute;
  top: -7.6vw;
  /* left: 50%; */
  z-index: 2;
  left: 0;
  width: 100%;
  /* height: 12.604vw; */
    height: 8.62vw;
  background-image: url(../images/hLine2.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  /*transition: background-position 0.1s linear;*/
}

footer .footer_main {
  position: relative;
z-index: 3;
padding-bottom: 2rem;

}



footer .footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


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

}

footer .footer_nav li p {
  font-size: 0.833vw;
  color: #777777;
}



footer .footer_nav li a {
  display: inline-block;
  font-size: 0.938vw;
  color: #FFFFFF;
  margin-right: 4.167vw;
  margin-bottom: 0.625vw;
  font-family: 'HarmonyOS_Sans_SC_Light';
}

footer .footer_nav li a:last-child {
  margin-right: 0;
}

footer .footer_nav li p.title {
  margin-top: 0.833vw;
}

footer .footer_nav li p.title a:hover {
  /* text-decoration: underline; */
}

/* footer .footer_navbox .box {
  display: flex;
  flex-wrap: wrap;
} */




footer .footer_nav li a:hover {
  /* color: #173192; */
  /* text-decoration: underline; */
}

footer .footer_box {
  padding-bottom: 11.198vw;
}

footer .footer_box .footerimg {
  width: 17.396vw;
  height: 4.531vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .box_sm .box_ss {
  padding-bottom: 4.948vw;
}

footer .footer_copyright {

  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 2.083vw;
  border-top: 0.052vw solid rgba(255, 255, 255, 0.3);

  padding-top: 2.604vw;
  padding-bottom: 3.646vw;
}

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

footer .footer_copyright .fCopyright {
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 2.083vw;
  opacity: 0.5;
  font-family: 'HarmonyOS_Sans_SC_Light';
}

footer .footer_copyright .fCopyright a {
  color: #4D4D4D;

}

footer .footer_copyright .box_l {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.729vw;
  line-height: 1.146vw;
}

footer .footer_copyright .box_l a {
  color: rgba(255, 255, 255, 0.5);
}


.fCopyleft a {
  padding-right: 0.833vw;
  padding-left: 0.833vw;
  position: relative;
  color: #8d8d8e;
}

.fCopyleft a:last-child {
  padding-right: 0;
}

.fCopyleft a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.052vw;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-38%);
}


/* footer .footer_copyright .fCopyright a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/bottomIcon_fff.svg) no-repeat center;
  transform: rotateZ(-90deg);
} */

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

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

}

.footer_share .fshare_items {
  margin-left: 2.188vw;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  /* padding: 0.5rem; */
  width: 2.297vw;
  height: 1.911vw;
  /* border: 1px solid #4D4D4D; */
  border-radius: 100%;
}

.footer_share .fshare_items:first-child a {
  width: 2.057vw;
  height: 1.438vw;
}

.footer_share .fshare_items:nth-child(2) a {
  width: 1.755vw;
  height: 1.76vw;
}

.footer_share .fshare_items a img {

  display: block;
  /* width: 1.5rem; */
  width: 100% 100%
}



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

.fshare_modelBox {
  position: absolute;
  z-index: 9999;
  bottom: calc(100% + 1rem);
  left: 50%;
  /* margin-left: -3.85vw; */
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 0.313vw;
  /* 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;
  bottom: -0.417vw;
  left: 50%;
  margin-left: -0.313vw;
  border-left: 0.313vw solid transparent;
  border-right: 0.313vw solid transparent;
  border-top: 0.417vw solid #ffffff;
}

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


.fshare_model_flex {
  white-space: nowrap;
}




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

.footermore a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.625rem;
  background-color: #45b8a0;
  color: #fff;
  font-size: 1rem;
  border-radius: 1.3125rem;
  transition: all 400ms;
}

.footermore a:hover {
  background-color: #1f8771;
}

/* 鼠标经过导航 */

header.activea .header-main {
  background: #FFFFFF;
  box-shadow: 0px 0px 1.302vw 0px rgba(0, 0, 0, 0.08);
}

header.activea .header-nav>ul>li .link {
  color: #333333;
}

header.activea .header_languagebox a {
  color: #333333;
}

header.activea .header_languagebox .search {

  background-image: url(../images/search1.png);

}

header.activea .logo a .img {

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

}


/* 滚动导航改变 */
.headerScollfox header .header-main,
.headerScollfox1 header .header-main {
  background: #FFFFFF;
  box-shadow: 0px 0px 1.302vw 0px rgba(0, 0, 0, 0.08);
}

.headerScollfox header .header-nav>ul>li .link,
.headerScollfox1 header .header-nav>ul>li .link {
  color: #333333;
}

.headerScollfox header .header_languagebox a,
.headerScollfox1 header .header_languagebox a {
  color: #333333;
}

.headerScollfox header .header_languagebox .search,
.headerScollfox1 header .header_languagebox .search {

  background-image: url(../images/search1.png);

}

.headerScollfox header .logo a .img,
.headerScollfox1 header .logo a .img {

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

}

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

.hbanner {
  width: 100%;
  /* height: 100vh; */
  height: 48.958vw;
  /*overflow: hidden;*/
  position: relative;

  background-size: cover;

}

.hbanner .bg {
  position: absolute;
  bottom: -1px;
  /* left: 50%; */
  z-index: 2;
  width: 100%;
  /* height: 12.604vw; */
    height: 8.6vw;
  background-image: url(../images/hLine1.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  /*transition: background-position 0.1s linear;*/

}

.hbanner .bg1 {
  position: absolute;
  bottom: 0px;
  left: 0%;
  /* left: 0; */
  z-index: 1;
  width: 100%;
  /* height: 12.604vw; */
      height: 8.6vw;
  background-image: url(../images/hLine2.svg);
  /* background-repeat: repeat-x; */
  background-size: auto 100%;
  background-position: center;
  /*transition: background-position 0.1s linear;*/
  /* transform: rotateY('180deg'); */
}

.hbanner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hbanner .box {
  position: absolute;
  bottom: 13.75vw;
  left: 7.813vw;

}

.hbanner .box .title {
  font-size: 4.792vw;
  color: #FFFFFF;
  letter-spacing: 0.729vw;
  line-height: 1.2;
  transform: skewX(-20deg);
  letter-spacing: 0;
   font-family: 'HarmonyOS_Sans_SC_Medium';
/*font-family: 'AlimamaFangYuanTiVF-500';*/
   /*font-weight: 400;*/
}

/*公共字体大小边距颜色*/

.mg_t5 {
  margin-top: 0.26vw;
}

.mg_b5 {
  margin-bottom: 0.26vw;
}

.mg_t10 {
  margin-top: 0.521vw;
}

.mg_b10 {
  margin-bottom: 0.521vw;
}

.mg_t15 {
  margin-top: 0.781vw;
}

.mg_b15 {
  margin-bottom: 0.781vw;
}

.mg_t20 {
  margin-top: 1.042vw;
}

.mg_b25 {
  margin-bottom: 1.302vw;
}

.mg_t25 {
  margin-top: 1.302vw;
}

.mg_b20 {
  margin-bottom: 1.042vw;
}

.mg_t30 {
  margin-top: 1.563vw;
}

.mg_b30 {
  margin-bottom: 1.563vw;
}

.mg_t33 {
  margin-top: 1.719vw;
}

.mg_b33 {
  margin-bottom: 1.719vw;
}

.mg_t40 {
  margin-top: 2.083vw;
}

.mg_b40 {
  margin-bottom: 2.083vw;
}

.mg_t45 {
  margin-top: 2.344vw;
}

.mg_b45 {
  margin-bottom: 2.344vw;
}



.mg_t50 {
  margin-top: 2.604vw;
}

.mg_b50 {
  margin-bottom: 2.604vw;
}

.mg_t60 {
  margin-top: 3.125vw;
}

.mg_b60 {
  margin-bottom: 3.125vw;
}

.pb_16 {
  padding-bottom: 0.833vw !important;
}

.pb_20 {
  padding-bottom: 1.042vw !important;
}

.pt_20 {
  padding-top: 1.042vw !important;
}

.pb_26 {
  padding-bottom: 1.35vw !important;
}

.pt_26 {
  padding-top: 1.35vw !important;
}

.pb_36 {
  padding-bottom: 1.875vw !important;
}

.pt_36 {
  padding-top: 1.875vw !important;
}

.pb_46 {
  padding-bottom: 2.4vw !important;
}

.pb_56 {
  padding-bottom: 2.917vw !important;
}

.pt_56 {
  padding-top: 2.917vw !important;
}

.pb_66 {
  padding-bottom: 3.433vw !important;
}
.pt_66 {
  padding-top: 3.433vw !important;
}
.pt_80 {
  padding-top: 4.167vw;
}

.pb_80 {
  padding-bottom: 4.167vw;
}

.pt_90 {
  padding-top: 4.688vw;
}

.pb_90 {
  padding-bottom: 4.688vw;
}

.pt_100 {
  padding-top: 5.208vw;
}

.pb_100 {
  padding-bottom: 5.208vw;
}

.pl_100 {
  padding-left: 5.208vw;
}

.pr_100 {
  padding-right: 5.208vw;
}

.pb_120 {
  padding-bottom: 6.25vw;
}

.pt_120 {
  padding-top: 6.25vw;
}

.pb_130 {
  padding-bottom: 6.771vw;
}

.pt_130 {
  padding-top: 6.771vw;
}

.pb_140 {
  padding-bottom: 7.292vw;
}

.pt_140 {
  padding-top: 7.292vw;
}


.pb_150 {
  padding-bottom: 7.813vw;
}

.pt_150 {
  padding-top: 7.813vw;
}

.ft_bb {
  font-weight: bold;
}

.ft_12 {
  font-size: 0.625vw;
}

.ft_14 {
  font-size: 0.729vw;
}


.ft_16 {
  font-size: 0.833vw;
}

.ft_18 {
  font-size: 0.938vw;
}

.ft_19 {
  font-size: 0.99vw;
}
.ft_20 {
  font-size: 1.042vw;
}


.ft_20 {
  font-size: 1.042vw;
}

.ft_22 {
  font-size: 1.146vw;
}

.ft_24 {
  font-size: 1.25vw;
}

.ft_26 {
  font-size: 1.354vw;
}

.ft_27 {
  font-size: 1.406vw;
}

.ft_28 {
  font-size: 1.458vw;
}

.ft_29 {
  font-size: 1.51vw;
}

.ft_30 {
  font-size: 1.563vw;
}

.ft_31 {
  font-size: 1.615vw;
}

.ft_32 {
  font-size: 1.667vw;
}

.ft_34 {
  font-size: 1.771vw;
}

.ft_35 {
  font-size: 1.823vw;
}

.ft_36 {
  font-size: 1.875vw;
}

.ft_37 {
  font-size: 1.927vw;
}

.ft_38 {
  font-size: 1.979vw;
}

.ft_40 {
  font-size: 2.083vw;
}

.ft_44 {
  font-size: 2.292vw;
}

.ft_46 {
  font-size: 2.396vw;
}

.ft_50 {
  font-size: 2.604vw;
}

.ft_52 {
  font-size: 2.708vw;
}

.ft_54 {
  font-size: 2.813vw;
}

.ft_56 {
  font-size: 2.917vw;
}

.ft_64 {
  font-size: 3.333vw;
}

.lh_84 {
  line-height: 4.375vw;
}

.lh_76 {
  line-height: 3.958vw;
}

.lh_74 {
  line-height: 3.854vw;
}

.lh_72 {
  line-height: 3.75vw;
}

.lh_70 {
  line-height: 3.646vw;
}

.lh_65 {
  line-height: 3.385vw;
}

.lh_60 {
  line-height: 3.125vw;
}

.lh_59 {
  line-height: 3.073vw;
}

.lh_54 {
  line-height: 2.813vw;
}

.lh_50 {
  line-height: 2.604vw;
}

.lh_42 {
  line-height: 2.188vw;
}

.lh_40 {
  line-height: 2.083vw;
}

.lh_38 {
  line-height: 1.979vw;
}

.lh_36 {
  line-height: 1.875vw;
}

.lh_34 {
  line-height: 1.771vw;
}

.lh_30 {
  line-height: 1.563vw;
}

.lh_31 {
  line-height: 1.615vw;
}

.lh_28 {
  line-height: 1.458vw;
}

.lh_23 {
  line-height: 1.198vw;
}

.lh_16 {
  line-height: 0.833vw;
}

.lh_1 {
  line-height: 1;
}

.ft_fff {
  color: #ffffff;
}

.ft_000 {
  color: #000;
}

.ft_999 {
  color: #999;
}

.ft_888 {
  color: #888888;
}

.ft_777 {
  color: #777777;
}

.ft_6B6B6B {
  color: #6B6B6B;
}

.ft_666 {
  color: #666;
}

.ft_009544 {
  color: #009544;
}

.ft_0054A7 {
  color: #0054A7;
}

.bg_fff {
  background-color: #fff;
}

.bg_F7F {
  background-color: #F7F7F7;
}

.bg_F6F {
  background-color: #F6F6F6;
}

.bg_ebeff2 {
  background-color: #ebeff2;
}



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

.hMore a {
  width: 8.333vw;
  height: 2.604vw;
  background: #FFFFFF;
  border-radius: 0.313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #000000;
  font-weight: 400;
  position: relative;

  cursor: pointer;
  transition: all 400ms;
}

.hMore a:hover {
  background-color: #fff;
  color: #000;
}

.hMore span {
  width: 8.333vw;
  height: 2.604vw;
  background: #000000;
  border-radius: 0.313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #fff;
  font-weight: 400;
  position: relative;

  cursor: pointer;
  transition: all 400ms;

}

.hMoreA a {
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: 1.042vw;
  color: #999999;
  position: relative;
  transition: all 400ms;
}

.hMoreA a::after {
  position: absolute;
  content: '';
  width: 1.354vw;
  height: 1.354vw;
  background-image: url(../images/jtr.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -1.667vw;
  transition: all 400ms;
}

.hMoreA1 a {
  padding-right: 1.667vw;
  color: #fff;

}

.hMoreA1 a::after {
  right: 0;
  background-image: url(../images/jtr1.png);

}

.hMoreA a:hover {
  color: #009544;
}

.hMoreA a:hover::after {
  background-image: url(../images/jtr3.png);
}

.container-fluid {
  padding-left: 7.813vw;
  padding-right: 7.813vw;
}


/**/

.hCro .box_c {
  width: 100%;
}


.myswiperjs {
  width: 100%;
  height: 28.822vw !important;
  position: relative;
  display: flex;
  justify-content: center;
}

.myswiperjs .swiper-time {
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 0.521vw;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  /* transform-style: flat;
  -webkit-transform-style: flat; */

  /* left: 165px; */
  top: 50%;
  transition: 0.5s;
  /* color: #fff;
      font-size: 50px;
      text-align: center;
      line-height: 200px; */
  transform-origin: left;

}



.myswiperjs .c {
  opacity: 1;
  z-index: 23;
  transform-origin: right;
  width: 17.573vw;
  height: 23.762vw;
  -webkit-transform: perspective(17.573vw) translateX(17.021vw) rotateY(-6deg) translateY(-50%);
  -ms-transform: perspective(17.573vw) translateX(17.021vw) rotateY(-6deg) translateY(-50%);
  transform: perspective(17.573vw) translateX(17.021vw) rotateY(-6deg) translateY(-50%);
}

.myswiperjs .b {
  width: 19.145vw;
  height: 28.822vw;
  -webkit-transform: rotateY(0) translateY(-50%);
  -moz-transform: rotateY(0) translateY(-50%);
  -ms-transform: rotateY(0) translateY(-50%);
  -o-transform: rotateY(0) translateY(-50%);
  transform: rotateY(0) translateY(-50%);
  opacity: 1;
  z-index: 33;
  /* -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(250, 250, 250, 0.3)));
   transform: translateX(0) translateZ(-100px) rotateY(0deg) */
}

.myswiperjs .a {
  width: 17.573vw;
  height: 23.762vw;
  opacity: 1;
  z-index: 23;

  -webkit-transform: perspective(17.573vw) translateX(-17.021vw) rotateY(6deg) translateY(-50%);
  -ms-transform: perspective(17.573vw) translateX(-17.021vw) rotateY(6deg) translateY(-50%);
  transform: perspective(17.573vw) translateX(-17.021vw) rotateY(6deg) translateY(-50%);
}

.myswiperjs .d {
  width: 15.978vw;
  height: 21.459vw;
  opacity: 1;
  z-index: 22;

  -webkit-transform: perspective(17.573vw) translateX(-34.021vw) rotateY(6deg) translateY(-50%);
  -ms-transform: perspective(17.573vw) translateX(-34.021vw) rotateY(6deg) translateY(-50%);
  transform: perspective(17.573vw) translateX(-34.021vw) rotateY(6deg) translateY(-50%);
}

.myswiperjs .e {
  width: 15.978vw;
  height: 21.459vw;
  opacity: 1;
  z-index: 22;
  transform-origin: right;
  -webkit-transform: perspective(15.978vw) translateX(33.021vw) rotateY(-6deg) translateY(-50%);
  -ms-transform: perspective(15.978vw) translateX(33.021vw) rotateY(-6deg) translateY(-50%);
  transform: perspective(15.978vw) translateX(33.021vw) rotateY(-6deg) translateY(-50%);
}

.myswiperjs .box {
  width: 100%;
  height: 100%;
}

.myswiperjs .box .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}




.myswiperjs .box .num {
  font-size: 4.688vw;
  font-family: 'AlimamaFangYuanTiVF-Thin';
  /* transform:  perspective( 19.145vw ) rotateY(15deg); */
  display: flex;
  align-items: center;
  

}
.myswiperjs .box .num span{
  transition: all 0.5s;
}

.myswiperjs  .box .ft_a{
   transition: all 0.5s;
}
.myswiperjs .box .text span{
     transition: all 0.5s;
}

.myswiperjs .box .num {
  transform: perspective(19.145vw) rotateY(0deg);
}

.myswiperjs .d .box .num span:nth-child(1) {
  font-size: 4.688vw;
}

.myswiperjs .d .box .num span:nth-child(2) {
  font-size: 4.167vw;
}

.myswiperjs .d .box .num span:nth-child(3) {
  font-size: 3.646vw;
}

.myswiperjs .d .box .num span:nth-child(4) {
  font-size: 3.542vw;
}

.myswiperjs .d .box .num span:nth-child(5) {
  font-size: 3.542vw;
}

.myswiperjs .d .box .text span:nth-child(1) {
  font-size: 1.979vw;
}

.myswiperjs .d .box .text span:nth-child(2) {
  font-size: 1.979vw;
}

.myswiperjs .d .box .text span:nth-child(3) {
  font-size: 1.667vw;
}

.myswiperjs .d .box .text span:nth-child(4) {
  font-size: 1.667vw;
}

.myswiperjs .d .box .text span:nth-child(5) {
  font-size: 1.51vw;
}

.myswiperjs .d .box .text span:nth-child(6) {
  font-size: 1.406vw;
}

.myswiperjs .d .box .text span:nth-child(7) {
  font-size: 1.406vw;
}


.myswiperjs .a .box .text span:nth-child(1) {
  font-size: 1.979vw;
}

.myswiperjs .a .box .text span:nth-child(2) {
  font-size: 1.979vw;
}

.myswiperjs .a .box .text span:nth-child(3) {
  font-size: 1.667vw;
}

.myswiperjs .a .box .text span:nth-child(4) {
  font-size: 1.667vw;
}

.myswiperjs .a .box .text span:nth-child(5) {
  font-size: 1.51vw;
}

.myswiperjs .a .box .text span:nth-child(6) {
  font-size: 1.406vw;
}

.myswiperjs .a .box .text span:nth-child(7) {
  font-size: 1.406vw;
}




.myswiperjs .b .box .num span {
  font-size: 4.688vw;
}

.myswiperjs .c .box .num span {
  font-size: 4.688vw;
}

.myswiperjs .c .box .text span:nth-child(7) {
  font-size: 1.979vw;
}

.myswiperjs .c .box .text span:nth-child(6) {
  font-size: 1.979vw;
}

.myswiperjs .c .box .text span:nth-child(5) {
  font-size: 1.667vw;
}

.myswiperjs .c .box .text span:nth-child(4) {
  font-size: 1.667vw;
}

.myswiperjs .c .box .text span:nth-child(3) {
  font-size: 1.51vw;
}

.myswiperjs .c .box .text span:nth-child(2) {
  font-size: 1.406vw;
}

.myswiperjs .c .box .text span:nth-child(1) {
  font-size: 1.406vw;
}



.myswiperjs .e .box .text span:nth-child(7) {
  font-size: 1.979vw;
}

.myswiperjs .e .box .text span:nth-child(6) {
  font-size: 1.979vw;
}

.myswiperjs .e .box .text span:nth-child(5) {
  font-size: 1.667vw;
}

.myswiperjs .e .box .text span:nth-child(4) {
  font-size: 1.667vw;
}

.myswiperjs .e .box .text span:nth-child(3) {
  font-size: 1.51vw;
}

.myswiperjs .e .box .text span:nth-child(2) {
  font-size: 1.406vw;
}

.myswiperjs .e .box .text span:nth-child(1) {
  font-size: 1.406vw;
}


.myswiperjs .e .box .num span:nth-child(5) {
  font-size: 4.688vw;
}

.myswiperjs .e .box .num span:nth-child(4) {
  font-size: 4.167vw;
}

.myswiperjs .e .box .num span:nth-child(3) {
  font-size: 3.646vw;
}

.myswiperjs .e .box .num span:nth-child(2) {
  font-size: 3.542vw;
}

.myswiperjs .e .box .num span:nth-child(1) {
  font-size: 3.542vw;
}

.myswiperjs .a .box .ft_a {
  font-size: 1.927vw;
}

.myswiperjs .d .box .ft_a {
  font-size: 1.927vw;
}

.myswiperjs .c .box .ft_a {
  font-size: 1.615vw;
}

.myswiperjs .e .box .ft_a {
  font-size: 1.615vw;
}



.myswiperjs .box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /* background-color: rgba(51, 51, 51, 0.20); */
  z-index: 2;
}

.myswiperjs .e .box::before {
  background-color: rgba(51, 51, 51, 0.6);
}

.myswiperjs .d .box::before {
  background-color: rgba(51, 51, 51, 0.6);
}

.myswiperjs .e .box .img {
  opacity: 0.8;
}

.myswiperjs .d .box .img {
  opacity: 0.8;
}

.myswiperjs .box .text {
  position: absolute;
  bottom: 2.708vw;
  z-index: 0;
  display: flex;
  align-items: center;
}

.myswiperjs .box .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}









.myswiperjs .a .box::before {
  background-color: rgba(0, 0, 0, 0.15);
}



.myswiperjs .b .box::before {
  background-color: transparent;
}

.myswiperjs .c .box::before {
  background-color: rgba(0, 0, 0, 0.15);
}








.myswiperjs .b .num span {
  font-size: 4.688vw;
}

.myswiperjs .b .text span {
  font-size: 1.979vw;
}

.myswiperjs .b .ft_a {
  font-size: 2.604vw;
}

.hCro .box_t {
  padding-right: 1.667vw;
}

.myswiperbutton {
  margin-top: 5.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myswiperbutton span {
  width: 2.865vw;
  background-color: #D6D6D6;
  height: 0.26vw;
  margin-left: 0.833vw;
  cursor: pointer;
}

.myswiperbutton span.active {
  background-color: #009544;
}

/**/
.hproduct {
  padding-left: 7.813vw;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9.896vw;
  padding-top: 9.896vw;

}

.hproduct .box_l {
  width: 27%;
}
.hproduct .box_l .ft_24 {
  text-align: justify;
}

.hproduct .box_l .box {
  margin-top: 3.646vw;
}

.hproduct .box_l .box .box_sm {
  padding-left: 2.604vw;
  margin-bottom: 1.875vw;
  color: rgba(0, 0, 0, 0.5);
  width: 17.188vw;
  height: 5.208vw;
  background-image: none;
  display: flex;
  align-items: center;
  position: relative;
}

.hproduct .box_l .box .box_sm::before {
  position: absolute;
  content: '';
  width: 3.125vw;
  height: 3.125vw;
  background-image: url(../images/jt.svg);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.hproduct .box_l .box .box_sm.active::before {
  opacity: 1;
  visibility: visible;
}


.hproduct .box_l .box .box_sm.active {
  background-image: linear-gradient(90deg, #E7E7E7 0%, #FFFFFF 100%);
  color: rgba(0, 0, 0, 1);
}

.hproduct .box_l .box_t {
  padding-right: 1.667vw;
}

.hproduct .box_r {
  height: 35.885vw;
  width: 70%;
  border-radius: 0.521vw;
  overflow: hidden;
  position: relative;
}

.hproduct .box_r .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.hproduct .box_r .img .text {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40.833vw;
  height: 11.875vw;
  bottom: 3.646vw;
  left: 0;
  color: #fff;
  font-size: 1.563vw;
  line-height: 2.083vw;
  display: flex;
  align-items: center;
  padding-left: 3.125vw;
  /* font-family: 'AlimamaFangYuanTiVF-Thin'; */

}

.hproduct .box .box_sm span {
  transform: skewX(-15deg);
  letter-spacing: 1.563vw;
  font-family: 'AlimamaFangYuanTiVF-Thin';
}

.hproduct .box_r .img .text span {
  /* transform: skewX(-15deg);
   letter-spacing: 2.344vw; */
}

.hproduct .box_r .img.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/**/
.hNews {
  height: 55.469vw;
  width: 100%;
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hNews .swiper-pagination {
  position: relative;
  width: auto;
  font-size: 1.042vw;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.26vw;
  display: none;
}

.hNews .box {
  padding-top: 14.375vw;
  padding-bottom: 6.042vw;
}

.hNews .box .tilte {
  font-size: 4.792vw;
  color: #fff;
  transform: skewX(-20deg);
  letter-spacing: 0;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  /*font-family: 'AlimamaFangYuanTiVF-Thin';*/
  line-height: 1;
  margin-bottom: 1.563vw;

}

.hNews .box .ft_38 {
  letter-spacing: 0.781vw;
  line-height: 1;
}
.hNewsjs .swiper-slide {
    height: 7.292vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hNewsjs .text-center {
  margin:  1.563vw;
  display: block;
  color: #fff;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
      height: 4.167vw;
/*height: 7.292vw;*/
}

.hNewsjs .swiper-slide {
  background-color: rgba(255, 255, 255, 0.30);

}

.hNewsjs .swiper-slide:hover {
  background-color: rgba(0, 149, 68, 1);
}


.hNewsjs .button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.042vw;
}

.hNewsjs .button .swiper-button-prev,
.hNewsjs .button .swiper-button-next {
  position: relative;
  width: 2.865vw;
  height: 2.865vw;
  background-color: #fff;
  border-radius: 100%;
  left: auto;
  right: auto;

}

.hNewsjs .button .swiper-button-next {
  margin-left: 0.938vw;
}

.hNewsjs .swiper-button-prev:after,
.hNewsjs .swiper-container-rtl .swiper-button-next:after {
  content: '';
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background-image: url(../images/jtr2.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
}

.hNewsjs .swiper-button-next:after,
.hNewsjs .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background-image: url(../images/jtr2.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


















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

#sideNav.sideNavts {
  height: 5rem;
}

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

#sideNav.isActive .sideNavBox {
  position: fixed;
  border-top: 0.052vw solid #dddddd;
  box-shadow: 0 0 0.521vw rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {

  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 450ms linear;
}

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

#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;
  /* padding-left: 10.5rem; */
  justify-content: center;
}

#sideNav .sideNavBox li {
  position: relative;
  /* width: 8%; */
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.25rem 1.875rem;
  color: #111111;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav.sideNavts .sideNavBox li {
  border-right: 0.052vw solid #e6e6e6;
  border-bottom: 0.052vw solid #e6e6e6;
}



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


#sideNav .sideNavBox li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.052vw;
  height: 0.833vw;
  background: rgba(0, 0, 0, 0.1);

}

#sideNav .sideNavBox li:last-child a::before {
  width: 0;
}

#sideNav .sideNavBox li.active a {
  color: #f3981e;

}

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



.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);
}

/*分页一*/
.pagination {
  padding: 0.208vw;
  display: flex;
  border-radius: 5.208vw;
  /* 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: 0.208vw;
  display: flex;
  border-radius: 5.208vw;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  /* font-family: 'HarmonyOS_Sans_SC_Light'; */
  margin: 0 0 0 0.521vw;
  font-size: 0.938vw;
  color: #333333;

  padding: 0;
  overflow: hidden;
  position: relative;
  background: transparent;
  width: 2.604vw;
  height: 2.604vw;
  line-height: 2.604vw;
  text-align: center;
  border-radius: 0px;
  border: none;
  display: block;
  border-radius: 50%;

}

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

}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  background-color: transparent;

}

.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.542vw;
  width: 0.542vw;
  margin-top: -0.25vw;
  border-left: 0.052vw solid #333333;
  border-top: 0.052vw solid #333333;
  -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:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

  background-color: #009544;
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before,
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
  border-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.333vw;
  -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.333vw;
  -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%;
  margin: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#teamModal {
  padding-right: 0 !important;
}

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

.webModal .modalClose img {
  display: block;
  width: 1.875vw;
  height: 1.875vw;
}

.webModal .modal-content {
  border: none;
  width:  auto;;
  /* height: 100%; */
  border-radius: 1.354vw;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  /* background-color: transparent; */
  justify-content: center;
  overflow: hidden;
}

.webModal .modal-content .imgsm_box {
  display: flex;
  flex-wrap: wrap;
}

.webModal .modal-content .modalMain {
padding: 3.958vw;
}





.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 2.396vw;
  height: 2.396vw;

  background-image: url(../images/close_w.svg);
  background-size: 1.25vw 1.25vw;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  background-color: #000000;
  border-radius: 100%;
  margin-top: 1.042vw;
  margin-right: 1.042vw;
}

.webModal .closebox {
  position: relative;
}

/* 
.webModal .closebox::before {
  position: absolute;
  content: '';
  width: 7.5rem;
  height: 7.5rem;
  background-color: #2f5eab;
  z-index: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}
 */




.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}



/*内页banner*/
#wBanner .box {
  height: 11.979vw;
  padding-top: 1.563vw;
  padding-bottom: 3.125vw;
  display: flex;
  border-bottom: 0.052vw solid rgba(255, 255, 255, 0.12);

}

#wBanner .box .title {
  font-size: 3.75vw;
  color: #FFFFFF;
  line-height: 1;
  width: 50%;
  border-left: 0.052vw solid rgba(255, 255, 255, 0.12);
  padding-left: 2.604vw;

}

#wBanner .box .text {
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 1.563vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  border-left: 0.052vw solid rgba(255, 255, 255, 0.12);
  border-right: 0.052vw solid rgba(255, 255, 255, 0.12);
  padding-right: 2.604vw;
}

#wBanner .box .text div {
  width: 50%;
}

.ft90 {
  font-size: 4.688vw;
}

.ft80 {
  font-size: 4.167vw;
}

.ft70 {
  font-size: 3.646vw;
}

.ft68 {
  font-size: 3.542vw;
}

.ft42 {
  font-size: 2.188vw;
}

.ft38 {
  font-size: 1.979vw;
}

.ft36 {
  font-size: 1.875vw;
}


/* 法律声明 */
.lawbody header {
  position: relative;
}

.lawbody header .header-main {
  background: #FFFFFF;
  box-shadow: 0px 0px 1.302vw 0px rgba(0, 0, 0, 0.08);
}

.lawbody header .logo a .img {
  background-image: url(../images/logo1.svg);
}

.lawbody header .header-nav>ul>li .link {
  color: #333333;
}

.lawbody header .header_languagebox a {
  color: #333333;
}

.lawbody header .header_languagebox .search {
  background-image: url(../images/search1.png);
}

.padding_foot {
  padding-bottom: 14.427vw;
}

.lawbox .heder {
  display: flex;
  align-items: center;
  padding-top: 1.563vw;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: 0.938vw;
  padding-bottom: 2.552vw;
}

.lawbox .heder a {
  position: relative;
  padding-right: 1.354vw;
}

.lawbox .heder a::after {
  position: absolute;
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtr4.png);
  background-size: 100% 100%;
  right: 0.208vw;
  top: 50%;
  transform: translateY(-50%);
}

.lawbox .box {
  padding-left: 23.958vw;
  padding-right: 23.958vw;
}

.lawbox .box .ft_52 {
  padding-bottom: 1.563vw;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.15);
}

/* 环保公告 */
.announcement .box_t .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.042vw;
  padding-bottom: 1.042vw;
  border-top: 0.052vw solid rgba(0, 0, 0, 0.15);
}

.announcement .box_t .box:last-child {
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.15);
}

.announcement .box_t .box .box_l {
  display: flex;
  align-items: center;

  width: 90%;
}

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

.announcement .box_t .box .box_l .ico {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 100%;
  background-color: rgba(0, 84, 167, 1);
  background-image: url(../images/ico.png);
  background-size: 1.146vw 1.146vw;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1.563vw;
}

.announcement .box_t .box .box_l .ft_20 {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.announcement .box_t .box .box_r .ico1 {
  width: 1.354vw;
  height: 1.354vw;
  position: relative;
  margin-left: 1.354vw;
}

.announcement .box_t .box .box_r .ico1::before,
.announcement .box_t .box .box_r .ico1::after {
  position: absolute;
  content: '';
  width: 1.354vw;
  height: 1.354vw;
  background-image: url(../images/ico1.png);
  background-size: 100% 100%;
}

.announcement .box_t .box .box_r .ico1::before {
  top: -1.354vw;
  opacity: 0;
  visibility: hidden;
}

.announcement .box_t .box .box_r .ico1::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*.announcement .box_t .box:hover .box_r .ico1::before {*/
/*  -webkit-animation: arrowAnimationBefore .3s forwards .3s;*/
/*  animation: arrowAnimationBefore .3s forwards .3s;*/
/*  visibility: visible;*/
/*}*/

/*@-webkit-keyframes arrowAnimationBefore {*/
/*  from {*/
/*    top: -1.354vw;*/
/*    opacity: 0*/
/*  }*/

/*  to {*/
/*    top: 0;*/
/*    opacity: 1*/
/*  }*/
/*}*/

/*@keyframes arrowAnimationBefore {*/
/*  from {*/
/*    top: -1.354vw;*/
/*    opacity: 0*/
/*  }*/

/*  to {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    opacity: 1*/
/*  }*/
/*}*/

/*.announcement .box_t .box:hover .box_r .ico1::after {*/
/*  -webkit-animation: arrowAnimationAfter .3s forwards;*/
/*  animation: arrowAnimationAfter .3s forwards;*/
/*}*/


/*@-webkit-keyframes arrowAnimationAfter {*/
/*  from {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    opacity: 1*/
/*  }*/

/*  to {*/
/*    top: 150%;*/


/*    opacity: 0*/
/*  }*/
/*}*/

/*@keyframes arrowAnimationAfter {*/
/*  from {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    opacity: 1*/
/*  }*/

/*  to {*/
/*    top: 150%;*/


/*    opacity: 0*/
/*  }*/
/*}*/



.announcement .box_t .box .box_l .ft_20 {
  transition: all 400ms;
}

.announcement .box_t .box:hover .box_l .ft_20 {
  color: rgba(0, 84, 167, 1);
}

.navbox {
  display: flex;
  justify-content: center;
  margin-top: 2.083vw;
}

.navbox .box_s {
  display: flex;
  align-items: center;
  font-size: 0.938vw;
  color: #333333;
  line-height: 1.563vw;
  margin-left: 0.365vw;
}

.navbox .box_s .inputbox input {
  width: 3.125vw;
  height: 1.771vw;
  outline: none;
  border-radius: 1.042vw;
  border: 0.052vw solid #E3E3E3;
  padding-left: .42vw;
  padding-right: .42vw;
  text-align: center;
  background-color: transparent;
}

.navbox .box_s .inputbox {
  margin-left: 0.521vw;
  margin-right: 0.521vw;
}

.navbox .box_s .confirm {
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 1.563vw;
  width: 4.167vw;
  height: 1.771vw;
  background: #009544;
  border-radius: 5.208vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.521vw;
}


/* 招标采购 */
.hbannerzb .bg {
  background-image: url(../images/hLine3.svg);
}

.bidding {
  padding-left: 4.688vw;
  padding-right: 4.688vw;
  padding-top: 4.167vw;
}

.bidding_t {
  display: flex;
}

.bidding_t a {
  width: 15.313vw;
  height: 3.385vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 1.563vw;
  color: #333333;
  transition: all 400ms;
  cursor: pointer;
}

.bidding_t .box {
  background-image: url(../images/ico3.1.png);
 background-size: 100% 100%;
}

.bidding_t .box.active {
  background-image: url(../images/ico3.png);
  color: #FFFFFF;
}

.bidding_t .boxtw {
  background-image: url(../images/ico3.1.png);
}

.bidding_t .boxtw.active {
  background-image: url(../images/ico3.png);
  color: #FFFFFF;
}

.bidding_c .box {
  display: flex;
  align-items: center;
  padding-top: 3.385vw;
  padding-bottom: 3.385vw;
  border-top: 0.052vw solid rgba(0, 0, 0, 0.15);
}

.bidding_c .box:last-child {
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.15);
}

.bidding_c .box .ft_30 {
  font-weight: bold;
  color: #0054A7;
  margin-right: 3.125vw;
}

.bidding_c .box .ico {
  width: 0.781vw;
  height: 0.781vw;
  background: #0054A7;
  border-radius: 100%;
  margin-right: 1.823vw;
}

.bidding_c .box .ft_b {
  width: 84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: all 400ms;
}

.bidding_c .box:hover .ft_b {
  color: #0054A7;
}

.bidding_c {
  padding: 3.125vw;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 2.344vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 1.042vw 1.042vw 1.042vw;
}


/* 招标详情 */
.box_bid {
  padding-left: 23.958vw;
  padding-right: 23.958vw;

}

.box_bid .box_t {
  padding-bottom: 1.563vw;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.15);
}

.box_bid .box_c {
  padding-top: 1.563vw;
}

.return {
  width: 6.25vw;
  height: 1.771vw;
  background: #009544;
  border-radius: 5.208vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #FFFFFF !important;
  line-height: 1.563vw;
  padding-left: 0.938vw;
  position: relative;
  margin-top: 2.24vw;
  transition: all 400ms;
}

.return:hover {
  background: #0054A7;
}

.return::before {
  position: absolute;
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtl.png);
  left: 0.781vw;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

/* 搜索页 */
.searchPage .box_t {
  padding-bottom: 1.563vw;
  border-bottom: 0.104vw solid #000000;
}

.searchPage .bxx_c .box_s {
  display: block;
  padding-bottom: 2.604vw;
  padding-top: 2.604vw;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.15)
}

.searchPage .navbox {
  margin-top: 2.604vw;
}

/* 企业 */
.enterprisetitle {
  color: #666666;
  line-height: 1;
  padding-bottom: 0.729vw;
  border-bottom: 0.156vw solid #B2B2B2;
  display: inline-block;
  margin-bottom: 0.885vw;
}

.enterprisebox {
  padding-top: 7.292vw;

}

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

.enterprisebox .box:nth-child(2n) {
  flex-direction: row-reverse;
  align-items: center;
}

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

.enterprisebox .box .box_l {
  max-width: 50%;
}

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

.enterprisebox .box .img {
  width: 100%;
  height: 15.104vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.enterprisebox .tilte span {
  display: inline-block;
  padding-bottom: 0.729vw;
  margin-bottom: 1.042vw;
  border-bottom: 0.052vw solid #B2B2B2;
}

.enterprisebox .box .text {
  display: inline-block;
  padding-top: 0.729vw;
  margin-top: 1.042vw;
  border-top: 0.052vw solid #B2B2B2;

}

.enterprisebox .box_ts {
  align-items: flex-end;
}

/* 发展历程 */
.course .box {
  display: flex;
  align-items: center;
  min-height: 20.833vw;
  position: relative;
}

.course .box:first-child {
  height: auto;
  min-height: auto;
}

.course .box .box_l {
  width: 50%;
  padding-right: 4.167vw;
  text-align: end;
}

.course .box .box_r {
  width: 50%;
  padding-left: 4.167vw;

}

.course .box .title {
  font-size: 3.646vw;
  line-height: normal;
  margin-bottom: 0.729vw;

}

.course .box .text p {
  margin-bottom: 1.042vw;

}

.course .box .text p:last-child {
  margin-bottom: 0;
}

.course .box .year {
  font-weight: bold;
  font-size: 10.417vw;
  color: #0054A7;
  line-height: 1;
}




.course .box::before {
  position: absolute;
  content: '';
  width: 0.104vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005483;
}

.course .box:first-child::before {

  height: 50%;
  top: auto;
  bottom: 0;
}

.course .box .dot {
  width: 8.333vw;
  height: 8.333vw;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}




.course .box .dot::before {
  position: absolute;
  content: '';
  width: 0.521vw;
  height: 0.521vw;
  background-color: #009544;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.course .box:nth-child(2n) {
  flex-direction: row-reverse;
}

.course .box:nth-child(2n) .box_l {

  padding-right: 0;
  padding-left: 4.167vw;
  text-align: left;
}

.course .box:nth-child(2n) .box_r {

  padding-right: 4.167vw;
  padding-left: 0;
  text-align: end;
}


/* .course .box:last-child {
    height: auto;
    min-height: auto;
} */

.course .box:last-child::before {

  height: 50%;
  top: 0;

}

/* 医药 */
.hbannerme .bg {
  background-image: url(../images/hLine4.svg);
}

.hbannerme .bg1 {
  background-image: url(../images/hLine5.svg);
}

.medicine_t {
  background-color: #0BB056;
}

.medicine_n {
  display: flex;
  align-items: center;

  flex-wrap: wrap;
}

.medicine_n .box {
  width: 15%;
  margin-right: 2%;
  padding-top: 1.563vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 0.052vw solid #B2B2B2;
  margin-bottom: 4%;
}

.medicine_n .box:nth-child(6n) {
  margin-right: 0;
}

.medicine_n .box .num,
.medicine_n .box .plus {
  font-weight: bold;
  font-size: 4.521vw;
  color: #009544;
  line-height: 4.167vw;
}

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

.numtext .lh_34 {
  margin-left: 0.521vw;
}


.medicine_c .box_t {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.344vw;
}

.medicine_c .box_t .box_sm {
  width: 10.573vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.344vw;

  position: relative;
  cursor: pointer;
}

.medicine_c .box_t .box_sm::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 0.208vw;
  background-color: transparent;
  transition: all 400ms;
}

.medicine_c .box_t .box_sm.active::before {

  background-color: #009544;
}

.medicine_c .box_t .box_sm .ico {
  width: 3.385vw;
  height: 3.385vw;
  position: relative;
}

.medicine_c .box_t .box_sm .ico .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 400ms;
}

.medicine_c .box_t .box_sm .ico .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
}

.medicine_c .box_t .box_sm .ft_000 {
  margin-top: 0.729vw;
  transition: all 400ms;
}

.medicine_c .box_t .box_sm.active .ft_000 {
  color: #009544;
}

.medicine_c .box_t .box_sm.active .ico .img {
  opacity: 0;
  visibility: hidden;
}

.medicine_c .box_t .box_sm.active .ico .img1 {
  opacity: 1;
  visibility: visible;
}

.medicine_c .box_c {
  display: flex;
  flex-wrap: wrap;
    align-items: stretch;
  justify-content: space-between;
}

.medicine_c .box_c::after {
  content: '';
  flex-basis: 32.5%;
}

.medicine_c .box_c .box {
  width: 32.5%;
  background-color: #fff;
  border-radius: 1.042vw;
  overflow: hidden;
  margin-bottom: 1.5%;
  cursor: pointer;
      flex-shrink: 1;
    display: flex
;
    flex-direction: column;
}

.medicine_c .box_c .img {
  width: 100%;
  height: 15.625vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.medicine_c .box_c .box_text {
  min-height: 13.542vw;
  height: 100%;
  width: 100%;
  padding: 2.083vw;
  position: relative;
  padding-top: 6.615vw;
  background-image: none;


}
.medicine_c .box_c .box_text .ft_20{
    font-size: 1.03vw;
}

.medicine_c .box_c .box_text::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2.083vw;
  background-image: url(../images/bg4.png);
  background-size: 100% 100%;
}

.medicine_c .box_c .box:hover .box_text:before {
  background-image: none;
}

.medicine_c .box_c .box_text .ft_bb {
  margin-bottom: 0.469vw;
}

.medicine_c .box_c .box:hover .box_text {
  background-image: url(../images/bg5.png);
  background-size: 100% 100%;
}

/* .medicine_c .box_c .box .ft_000{
   transition: all 400ms;
}
.medicine_c .box_c .box .ft_666{
  transition: all 400ms;
} */

.medicine_c .box_c .box:hover .ft_000 {
  color: #fff;
}

.medicine_c .box_c .box:hover .ft_666 {
  color: #fff;
}

/* 日化 */


.hbannerda .bg {
  background-image: url(../images/hLine6.svg);
}

.hbannerda .bg1 {
  background-image: url(../images/hLine7.svg);
}

.dailyChemicals_t {
  background-color: #1A6AB8;
}

.dailyChemicals_n.medicine_n .box {
  width: 30%;
  margin-right: 5%;
}

.dailyChemicals_n.medicine_n .box:nth-child(3n) {

  margin-right: 0;
}

.dailyChemicals_n.medicine_n .box:nth-child(4n) {

  margin-right: 5%;
}

.dailyChemicals_n .box .num,
.dailyChemicals_n .box .plus {
  font-weight: bold;

  color: #0054A7;

}

.dailyChemicals_c .box_t .box_sm.active::before {
  background-color: #0054A7;
}

.dailyChemicals_c .box_t .box_sm.active .ft_000 {
  color: #0054A7;
}

.dailyChemicals_c .box_c .box:hover .box_text {
  background-image: url(../images/bg6.png);
}

/* 研发理念 */
.rd {
  padding-left: 0.208vw;
  padding-right: 0.208vw;
  /* padding-bottom: 3.125vw; */
}

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

.rd .box::after {
  content: '';
  flex-basis: 15.8%;
}

.rd .box .box_sm .box_r {
  background-size: cover;
  background-position: 12%;
  background-repeat: no-repeat;
  border-radius: 1.563vw;
  overflow: hidden;
  transition: all 400ms;
}

.rd .box .box_sm {
  width: 15.8%;
  height: 36.458vw;
  border-radius: 1.563vw;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 0.208vw 2.344vw 0px rgba(0, 0, 0, 0.05);
  justify-content: flex-end;
  position: relative;
  margin-top: 3.125vw;
  transition: all 400ms;
}

.rd .box .box_sm .box_l {
  /* width: 0%;
  padding: 0;
  transition: all 400ms; */
  width: 26.771vw;
  padding: 5.208vw 2.604vw 5.208vw 2.083vw;
  position: absolute;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: visible;
  height: 100%;
  /* transition: right 400ms; */
  transition: all 400ms;
}

.rd .box .box_sm .box_r {
  width: 100%;
  transition: all 400ms;
  position: relative;
  z-index: 2;
}


.rd .box .box_sm.active {
  width: 63.6%;
}

/* .rd .box .box_sm.active .box_l{
  width: 50%;
  padding: 5.208vw 2.604vw 5.208vw 2.083vw;
} */
.rd .box .box_sm.active .box_r {
  width: 50%;
  background-position: center;
}

.rd .box .box_sm.active .box_l {
  right: 50%;
  visibility: visible;
  opacity: 1;
}

.rd .box .box_sm .ico {
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
  bottom: 2.083vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009544;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.302vw;
  color: #FFFFFF;
  z-index: 4;
  font-family: 'AlimamaFangYuanTiVF-Square';
  transition: all 400ms;

}

.rd .box .box_sm .ico span {
  transform: skewX(-14deg);
}

.rd .box .box_sm.active .ico {
  left: 2.083vw;
  transform: translateX(0);
}

/* 研发实力 */
.rdstrength_t {
  display: flex;
  flex-wrap: wrap;
}

.rdstrength_t .box {
  padding-bottom: 2.604vw;
  padding-top: 3.802vw;
  width: 33.33%;
  padding-left: 3.125vw;
  border-left: 0.156vw solid #D9D9D9;
}

.rdstrength_t .box:first-child,
.rdstrength_t .box:nth-child(2),
.rdstrength_t .box:nth-child(3) {
  padding-top: 2.604vw;
}

.rdstrength_t .num,
.nums {
  font-size: 4.688vw;
}

.rdstrength_t .box_t {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.042vw;

}

.rdstrength_t .box_t .ft_b:hover {
  color: #0054A7;
}

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

.rdstrength_c .box::after {
  content: '';
  flex-basis: 31.6%;
}

.rdstrength_c .box .box_sm {
  width: 31.6%;
  box-shadow: 0px 0.208vw 2.344vw 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 1.563vw;
  margin-bottom: 2.6%;
}

.rdstrength_c .box .box_sm .text {
  padding: 2.083vw;
  padding-top: 3.958vw;
  min-height: 21.823vw;
}

.rdstrength_c .box .box_sm .text .ft_20 p {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.26vw;

}

.rdstrength_c .box .box_sm .text .ft_20 p::before {
  content: '•';
  font-size: 1.042vw;
  /* line-height: 1.823vw; */
  position: absolute;
  left: 0;
  top: 0em;
  color: #666;
}

.rdstrength_c .box .box_sm .img {
  height: 14.635vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 1.563vw 1.563vw;
}

/* 管线 */

.pipeline_t {
  height: 28.073vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pipeline_t .box_t span {
  font-size: 4.167vw;
}

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

.pipeline_t .box .box_sm {
  width: 30.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.563vw;
  border-top: 0.052vw solid rgba(255, 255, 255, 0.50);
}

.tablebox table {
  width: 100%;
}

.tablebox table thead .w0 {
  width: 21%;
}

.tablebox table thead .w1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tablebox table thead .w1 div {
  width: 25%;
  text-align: center;
  font-size: 1.042vw;
  font-weight: 300;
  line-height: 1.771vw;
  border-right: 0.052vw solid rgba(178, 178, 178, 0.1);
}

.tablebox thead .w1 div:last-child {
  border-right: 0;
}

.tablebox tbody td {
  padding-top: 1.172vw;
  padding-bottom: 1.172vw;
}

.tablebox tbody .td0 .box_c {
  padding-left: 1.563vw;
  position: relative;
}

.tablebox tbody .td0 .box_c::before {
  position: absolute;
  content: '';
  width: 0.313vw;
  height: 100%;
  left: 0;
  top: 0;
  background: #019644;
  border-radius: 0.521vw;
}

.tablebox tbody .td1 .boxpline {
  width: 100%;
  height: 1.563vw;
  border-radius: 1.25vw;
  background-color: #e8e8e8;
  position: relative;
}

.tablebox tbody .td1 .boxpline .plineprogress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;

  z-index: 2;
}

.tablebox tbody .td1 .boxpline .plineprogress .plineprogress_sm {
  background-color: #0054A7;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.25vw;
}

.tablebox tbody .td1 {
  position: relative;
}

.tablebox tbody .td1 .linebox {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
}

.tablebox tbody .td1 .linebox .line {
  width: 25%;

  border-right: 0.052vw solid rgba(178, 178, 178, 0.1);
}

.tablebox tbody .td1 .linebox .line:last-child {
  border-right: 0;
}

/* 治理 */
.governancejs .swiper-slide {
  width: 39.583vw;
  height: 19.331vw;

  border-radius: 1.563vw;

}

.governancejs .swiper-slide-active {
  width: 44.792vw;
  height: 21.875vw;

  border-radius: 1.563vw;
  overflow: hidden;
}

.governancejs .swiper-wrapper {
  align-items: center;
}

.governancejs .swiper-slide .box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.governancejs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 2.865vw;
  height: 0.156vw;
  border-radius: 0;
  background: #D9D9D9;
  opacity: 1;
}

.governancejs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.313vw;
  background: #009544;
}

.governancejs {
  padding-bottom: 2.5vw;
}

/* 绿色发展 */
.development {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.development::after {
  content: '';
  flex-basis: 31.7%;
}

.development .box {
  width: 31.7%;
  background: #FFFFFF;
  box-shadow: 0vw 0.208vw 2.344vw 0vw rgba(0, 0, 0, 0.05);
  border-radius: 1.563vw 1.563vw 1.563vw 1.563vw;
  margin-bottom: 2.5%;

}

.development .box .img {
  width: 100%;
  height: 14.635vw;
  border-radius: 1.563vw 1.563vw 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.development .box .img::before {
  position: absolute;
  content: '';
  width: 0.625vw;
  height: 1.823vw;
  background-color: #0054A7;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.911vw;
}

.development .textbox {
  /* min-height: 25.99vw; */
  min-height: 23.438vw;
  width: 100%;
  padding: 4.167vw 2.083vw 2.083vw 2.083vw;
}

/*.development .textbox .d-flex div:first-child {*/
  /*width: 50%*/
/*  width: 46%;*/
/*}*/

/*.development .textbox .d-flex div:last-child {*/
/*  width: 65%;*/
/*}*/

/* 质量为先 */
.quality {
  display: flex;
  flex-wrap: wrap;
}

.quality .box {
  width: 23.2%;
  height: 24.479vw;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 2.344vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.563vw;
  border: 0.052vw solid #D4D4D4;
  margin-right: 2.4%;
  margin-bottom: 2.4%;
  padding-top: 2.083vw;
  padding-bottom: 4.167vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.quality .box:nth-child(4n) {
  margin-right: 0;
}

.quality .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
      border-radius: 1.563vw;
      overflow: hidden;
  visibility: hidden;
  transition: all 400ms;
}

.quality .box:hover .img {
  opacity: 1;
  visibility: visible;
}

.quality .box .ft_40 {
  position: relative;
  z-index: 2;
  transition: all 400ms;
  padding: 1.146vw 2.083vw;
}

.quality .box .ft_20 {
  padding: 0vw 2.083vw;
 height: 8vw;
}

.quality .box:hover .ft_40 {
  color: #fff;
  background-color: rgba(51, 51, 51, .3);
}

.qualitynum {
  height: 54.323vw;
  width: 100%;
  background-image: url(../images/bg7.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ECEFF0;
  padding-top: 7.292vw;
  display: flex;
  padding-left: 7.813vw;
}

.qualitynum .box {
  height: 31.25vw;
  border-left: 0.156vw solid #D9D9D9;
  padding: 1.563vw 1.563vw 0 1.563vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qualitynum .box .num {
  font-size: 4.688vw;
  line-height: 1;
}

.qualitynum .box .unit {
  font-size: 2.604vw;
  line-height: 1;
}

.qualitynum .box .box_t {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

.qualitynum .box .box_b {
  width: 0;
  max-height: 84%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms;
  /* white-space: nowrap; */
}

.qualitynum .box.active .box_b {
  opacity: 1;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/* 新闻 */
.news .box {
  display: flex;

  justify-content: space-between;
  padding-top: 2.604vw;
  padding-bottom: 2.604vw;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.15);
  ;

}

.news .box:first-child {
  border-top: 0.052vw solid rgba(0, 0, 0, 0.15);
}

.news .box .box_l {
  margin-top: 0.521vw;
}

.news .box .box_l .ft_44 {
  letter-spacing: 0.16vw;
}

.news .box .box_l .ft_l {
  margin-bottom: 0.521vw;
  letter-spacing: 0.26vw;
}

.news .box .box_r {
  width: 88.3%;
}
.news .box .box_r .textBeyondHidden2{
height: 3.542vw;
    overflow: hidden;
}

/*.news .box .box_r .textBeyondHidden2 img{*/
/*    display: none;*/
/*}*/

.news .box .ft_24,
.news .box .ft_20 {
  transition: all 400ms;
}
.news .box .ft_20 strong {
    font-weight: 400;
}
    

.news .box:hover .ft_24 {
  color: #0054A7;
}

.news .box:hover .ft_20 {
  color: #0054A7;
}

.return1 {
  margin-top: 1.771vw;
}

/* 人才发展 */
.talent .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25vw;
}

.talent .box:last-child {
  margin-bottom: 0;
}

.talent .box .box_r {
  width: 61%;
  height: 20.833vw;
  border-radius: 1.563vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.talent .box .box_l {
  width: 35.6%;
  margin-top: 1.302vw;
}

.talent .box .ft_52 {
  min-width: 74%;
  display: inline-block;
  padding-bottom: 2.083vw;
  border-bottom: 0.052vw solid rgba(153, 153, 153, 0.6);
  margin-bottom: 1.563vw;
  letter-spacing: 0.26vw;
  line-height: 1.875vw;
}

.talent .box:nth-child(2n) {
  flex-direction: row-reverse;
}

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

}

/* 员工故事 */
.story {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.story::after {
  content: '';
  flex-basis: 31.7%;
}

.story .box {
  width: 31.7%;
  border-radius: 1.563vw;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 2.344vw 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin-bottom: 2.45%;
  height: 100%;
  transition: all 400ms;
}



.story .box .img {
  width: 100%;
  height: 26.042vw;
  border-radius: 1.563vw 1.563vw 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.story .box .box_b {
  min-height: 11.979vw;
  padding: 2.083vw;
}

.story .box .box_b .box_bs {
  display: flex;
  align-items: center;
  margin-bottom: 0.521vw;
}

.story .box .box_b .box_bs .ft_20 {
  padding-left: 0.521vw;
  margin-left: 0.521vw;
  border-left: 0.052vw solid #D9D9D9;
  line-height: 1;
}

.story .box.active {
  background-color: #0054A7;
}

.story .box.active .box_bs .ft_26 {
  color: #fff;
}

.story .box.active .box_bs .ft_20 {
  color: #fff;
}

.story .box.active .lh_30 {
  color: #EDEDED;
}

.story .box .lh_30,
.story .box .box_bs .ft_20,
.story .box .box_bs .ft_26 {
  transition: all 400ms;
}

.story .text {
  position: absolute;
  left: 0;
  width: 100%;
 
  padding-top: 2.083vw;
  margin-bottom: 2.083vw;
}
.story .textbox{
     padding: 2.083vw 2.656vw 2.083vw 2.083vw;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 2.344vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.563vw;
}

.story .text .box_smt .ft_26 {
  margin-bottom: 0.833vw;
}

.story .text .box_smt .ft_20 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.story .text .box_smt {
  padding-bottom: 2.604vw;
  border-bottom: 0.052vw solid #E7E7E7;
}

.story .text .box_smb {
  margin-top: 2.604vw;

}

.story .text .box_smb .img {
  width: 10.417vw;
  height: 10.417vw;
  margin-top: 0.833vw;
}

.story .text .box_smb .img img {
  width: 100%;
}

.story .box .text {
  display: none;
}

/* 联系我们 */
.contactus_t {
  display: flex;
  justify-content: space-between;

}

.contactus_t .box_l {
  width: 67.9%;
  min-height: 31.25vw;
  border-radius: 1.563vw;
  overflow: hidden;
}

#allmap {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
#allmap.active{
    display: block;
}

#allmap .anchorBL {
  display: none;
}

.contactus_t .box_r {
  width: 30.9%;
  background: #0054A7;
  box-shadow: 0px 0.208vw 2.344vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.563vw;
  padding: 2.083vw;
}

.contactus_t .box_r .box_sm {
  margin-bottom: 1.563vw;
  border-radius: 1.042vw;
  background-color: rgba(255, 255, 255, .1);
  padding: 1.563vw 3.385vw 1.563vw 3.125vw;
  transition: all 400ms;
  cursor: pointer;
}

.contactus_t .box_r .box_sm:last-child {
  margin-bottom: 0;
}

.contactus_t .box_r .box_sm .ft_20 {
  position: relative;
  margin-top: 0.833vw;
}

.contactus_t .box_r .box_sm .ft_20::before {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  background-size: 100% 100%;
  background-image: url(../images/ico11.png);
  left: -1.667vw;
  transition: all 400ms;
top: 0.313vw;
}

.contactus_t .box_r .box_sm.active .ft_20::before {
  background-image: url(../images/ico11.1.png);
}

.contactus_t .box_r .box_sm.active {
  background-color: #fff;
}
.contactus_t .box_r .box_sm.active.ft_fff {
  color: #333333;
}
.contactus_b .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .contactus_b .box::after{
  content: '';
  flex-basis: 31.7%;
 }
 
 .contactus_b .box .box_sm{
  width: 31.7%;
  min-height: 14.271vw;
  padding: 2.083vw;
  background: rgba(255, 255, 255, 1);
box-shadow: 0px 0.208vw 2.344vw 0px rgba(0,0,0,0.05);
border-radius: 1.563vw ;
position: relative;
margin-bottom: 2.45%;
 }
  .contactus_b .box .box_sm .box_ico{
    display: flex;
  margin-bottom: 0.781vw;
  }
  .contactus_b .box .box_sm .box_ico:last-child{
    margin-bottom: 0;
  }

   .contactus_b .box .box_sm .box_ico .ico{
    width: 1.042vw;
    height: 1.042vw;
    background-size: 100% 100%;
    margin-right: 0.625vw;
    /* background-position: center;
    background-repeat: no-repeat; */
   }
   .contactus_b .box .box_sm .box_ico .ft_20{
    max-width: 92%;
   }
   .contactus_b .box .box_sm .box_icots .ft_20{

  text-decoration: underline;
  text-decoration-thickness: 0.052vw; /* 设置下划线厚度 */
  text-underline-offset:  0.208vw;/* 设置下划线距离文字的距离 */
  text-decoration-color: #0054A7;
    cursor: pointer;
   }
   .contactus_b .box .box_sm .img{
        position: absolute;
        opacity: 0;
        visibility: hidden;
        right: 1.302vw;
        top: 1.302vw;
        width: 8.854vw;
        height: 8.854vw;
        transition: all 400ms;
        border-radius: 1.042vw;
        overflow: hidden;
        background: #FFFFFF;
box-shadow: 0px 0.208vw 2.344vw 0px rgba(0,0,0,0.15);
border-radius: 1.042vw ;
      }
    .contactus_b .box .box_sm .img img{
          width: 100%;
          height: 100%;
         }


     .contactus_b .box .box_sm.active .img{
      opacity: 1;
      visibility: visible;
     }    
     
     
     .messageboxbutton1{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.198vw;
}
.messageboxbutton1 .button {
  width: 9.375vw;
  height: 2.865vw;
 
  border-radius: 5.208vw;

 
display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  
  
    font-size: 1.042vw;
  background-color: transparent;
  border: 0.052vw solid #DDDDDD;
  margin-left: 1.042vw;
  color:  #333333;
  
}

.messageboxbutton1 .button:hover {
 background: #009544;
   color: #FFFFFF;
     border: 0.052vw solid #009544;
}
     
     .retuntop {
  position: fixed;
  z-index: 9;
  width: 3.6875rem;
  height: 3.6875rem;
    background-color: #009544;
  top: 90%;
  border-radius: 50%;
  right: 1.875rem;
  cursor: pointer;
}

.retuntop::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  background-image: url(../images/jttop.png);
  transform: translate(-50%, -50%);
  width: 3.625rem;
  height: 3.625rem;
  background-size: 100% 100%;
}


#translate{
    display: none;
}

.back-to-top__circle-progress {
  display: none;
  stroke: #fff;
  stroke-width: 1.5px;
}


     
     
     
     