﻿@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_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.125rem;
  color: #111111;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

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

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

.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.625rem;
  height: 0.625rem;
  margin: 0 7px;
  background-color: #fff;
  position: relative;
  opacity: .3;
  transition: width 400ms;
}

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


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






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

.webHome header {
  position: absolute;
}


.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: 2.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;

}

.head-language-icon a {
  margin-left: 0.25rem;
  color: #8c8c8c;
  font-size: 0.875rem;
}


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

.language {
  position: relative;
}

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

  right: -1.25rem;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #555555;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem 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: #ffffff;
  /* border-bottom: 1px solid #e5e5e5; */
}

header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

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

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: 2vw;
  position: relative;
}

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

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.55rem 0;
  color: #1a264f;
  font-size: 1.25rem;
  /* font-family: 'HarmonyOS_Sans_SC_Medium'; */
}



header .header-nav>ul>li.active .link::after,
header .header-nav>ul>li:hover .link::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #214589;
  transition: all 400ms;

}

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

header .header_language {
  position: relative;
  padding: 1.74rem 1.25rem;
  /* padding-right: 0.9375rem;
  margin-right: 0.9375rem; */

}

header .header_language::after {
  /* content: '';
  width: 1px;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  right: 0;
  background: rgba(102, 102, 102, 0.5);
  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;
}

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

.header_columna {
  /* margin-left: 1.5625rem; */
}

.header_columna a {
  width: 9.125rem;
  height: 2.375rem;
  background-color: #214589;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 1.25rem;

}

/* 语言下拉 */
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.875rem;
  -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.5rem;
  padding-bottom: 0.5rem;
}

.header_languagebox {
  position: relative;
  padding: 1.74rem 1.25rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px 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.5rem solid transparent;
  border-top: 0rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem 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: 1px solid #e5e5e5;
  border-top: 2px 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: 3.125rem;
  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%; */
  left: -1.375rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 17.4375rem;
  /* height: 16rem; */
  /* transform: translateX(-50%); */
  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-top: 1.125rem;
  padding-bottom: 1.125rem;
  /* overflow: hidden; */
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 16rem; */
  position: relative;
}






.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.5rem;

}



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


.headerDropDown .headerDropDownList ._link {
  color: #111111;
  font-size: 1.125rem;
  transition: all 400ms;
  /* width: 10rem; */
  display: inline-block;
  /* height: 2.5rem; */
  line-height: 2.25rem;
  /* padding-left: 1.25rem; */
  position: relative;

}

.headerDropDown .headerDropDownList ._link::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9375rem;
  /* background-image: url(../images/jsRight2.svg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -1rem;
  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: #214589;
}


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

header .header-nav>ul>li:nth-child(2) {
  position: unset;
}

.headerDropDownbig {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  /* border-top: 1px solid #8c8c8c; */
  padding: 3.1875rem 8.8125rem;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.headerDropDownbig .box_l {
  width: 30%;
  color: #111111;
  align-items: center;
  justify-content: center;
  line-height: 1.875rem;
  border-right: 1px solid #E6E6E6;
  padding-right: 1.25rem;
  max-height: 21rem;
  overflow-x: auto;
}

.headerDropDownbig .box_l .ft_20 {
  position: relative;
  /* margin-bottom: 2rem; */
  cursor: pointer;
  padding-right: 1.25rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

/*.headerDropDownbig .box_l .ft_20::before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 1.25rem;*/
/*  height: 1.25rem;*/
/*  background-image: url(../images/jtright_2f5.svg);*/
/*  top: 50%;*/
/*  right: 1.25rem;*/
/*  transform: translateY(-50%);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

.headerDropDownbig .box_l .ft_20:hover {
  color: #ffffff;
  background-color: #214589;
  border-radius: 2.5rem;
}

.headerDropDownbig .box_l .ft_20:hover::before {
  opacity: 1;
  visibility: visible;
}


.headerDropDownbig .box_r {
  width: 70%;
  height: 100%;
  background-color: #ffffff;
  overflow-x: auto;
  padding-left: 6.25rem;
  /*padding-right:  6.25rem;*/
}

.headerDropDownbig .box_r::-webkit-scrollbar{
    display: none;
}
.headerDropDownbig .box_l::-webkit-scrollbar{
    display: none;
}

.headerDropDownbig ul {
  /* display: flex; */
  flex-wrap: wrap;
  /*padding-bottom: 1rem;*/
  display: none;
}

.headerDropDownbig ul.active {
  display: flex;
}

.headerDropDownbig ul li {
  width: 50%;
  padding-right: 6.25rem;
  /*margin-top: 2rem;*/
}

.headerDropDownbig ul li:last-child{
    padding-bottom: 1rem;
}

.headerDropDownbig ul li .classA {
  font-size: 1rem;
  padding-bottom: 1.5rem;
    
}



.headerDropDownbig ul li .secondLevel a {
  font-size: 1rem;
  color: #000000;
}

.headerDropDownbig ul li a:hover {
  color: #214589;
}


.headerDropDownbig .box_rimg {
    /*width: 21%;*/
    height: 21rem;
    padding-left: 6.25rem;
    border-left: 1px solid #E6E6E6;
}
.headerDropDownbig .box_rimg .img{
    width: 21rem;
    height: 100%;
    background-size: 100% 100%;
    position: relative;
    
}
.headerDropDownbig .box_rimg .img .ft_24{
    position: absolute;
    bottom: 2.1875rem;
    left: 2.1875rem;
}
.headerDropDownbig .box_rimg .img .ft_24 a{
    position: relative;
}
.headerDropDownbig .box_rimg .img .ft_24 a:before{
       position: absolute;
    content: '';
    width: 1.625rem;
    height: 1.625rem;
    top: 50%;
    right: -1.875rem;
    background-image: url(../images/cbannerbgjt.png);
    background-size: 100% 100%;
   
    transform: translateY(-50%);
}
.headerDropDownbig .box_rimg .img .ft_24 a:hover{
    color: #ffffff;
}
/**/
.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: #f0f0f0;
  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;
}

footer .footer_main {
  position: relative;
  padding: 2.5rem 0 2.5rem;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
}

footer .footer_box {
  width: 20.3333%;

}



footer .footer_box .img {
  width: 3.8125rem;
  height: 3.6875rem;
  background-size: 100% 100%;

}

footer .footer_box .boxsm {
  font-size: 1rem;
  color: #666;
  margin-top: 0.625rem;
  position: relative;
  padding-left: 1.875rem;
}

footer .footer_box .boxsm::before {
  content: '';
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer_box .box_t .boxsm:first-child:before {
  background-image: url(../images/dianhua.png);
  background-size: 1.0625rem 1.0625rem;
}

footer .footer_box .box_t .boxsm:nth-child(2):before {
  background-image: url(../images/youxiang.png);
  background-size: 1.125rem 0.875rem;
}

footer .footer_box .box_t .boxsm:nth-child(3):before {
  background-image: url(../images/dizhi.png);
  background-size: 0.875rem 1.1875rem;
}



footer .footer_nav {
  width: 78%
}

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

}

footer .footer_nav li a {
  font-size: 1rem;
  color: #666;
}

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

}




footer .footer_nav li p.title {
  font-size: 1.125rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

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: #214589;
}

footer .footer_copyright {
  padding: 0.9375rem 0;
  color: #666;
  font-size: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: center;

}

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

footer .footer_copyright .fCopyright a {
  color: #666;

}

footer .footer_copyright .fCopyright a.link {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}

footer .footer_copyright .fCopyright a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100%;
}

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

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

.fCopyleft a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  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;
     margin-top:   1.25rem; 
}

.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: #214589;
  padding: 0.2rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
}

.footer_share .fshare_items a img {
  width: 1.25rem;
  display: block;
}

.footer_share .fshare_items.te a img {
  width: 1.5rem;
}

.footer_share .fshare_items.dy a img {
  width: 1.5rem;
}

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

.fshare_modelBox {
  position: absolute;
  /* bottom: 100%; */
  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -4rem;
  background-color: #ffffff;
  border-radius: 6px;
  width: 8rem;
  /* 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: -8px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

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


.footer_boxr {
  margin-right: 5%;
  color: #fff;
  font-size: 1.125rem;
}

.footer_boxr .telephone,
.footer_boxr .mailbox {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.625rem;
}

.footer_boxr span {
  border-left: 1px solid #fff;
  padding-left: 0.625rem;
  line-height: 1;
  display: inline-block;
}

.footer_boxr .mailbox::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1rem;
  background-image: url(../images/mailbox.svg);
  background-size: 100% 100%;
}

.footer_boxr .telephone::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url(../images/telephone.svg);
  background-size: 100% 100%;
}



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

/*****主体开始*******/
/* body.webHome header {
  position: absolute;
} */

body.innerPage header .header-main {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

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

.hbanner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


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

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

.hbanner .bannerHeading {
  /* position: absolute; */
  width: 100%;
  display: flex;
  align-items: flex-start;
  height: 100%;
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  /* top: 50%;
  width: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* text-align: center; */
}

.hbanner .bannerHeading .text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-bottom: 1.875rem;
}

.hbanner .bannerHeading .title {
  font-size: 3.125rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  margin-bottom: 2rem;
  width: 70%;

}

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

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

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



.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
  width: 1.9375rem;
  height: 3.6875rem;
  background-image: url(../images/jtleft.svg);
  background-size: 100% 100%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
  width: 1.9375rem;
  height: 3.6875rem;
  background-image: url(../images/jtright.svg);
  background-size: 100% 100%;
}

/**/

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

.hMore a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 12.5rem;
  height: 3.125rem;
  border: 0.125rem solid #214589;
  cursor: pointer;
  transition: all 400ms;
  background-color: #214589;
  border-radius: 1.8125rem;
}

.hMore a:hover {
  color: #214589;
  background-color: transparent;
}

.hMore button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 12.5rem;
  height: 3.125rem;
  border: 0.125rem solid #214589;
  cursor: pointer;
  transition: all 400ms;
  background-color: #214589;
  border-radius: 1.8125rem;
}

.hMore button:hover {
  color: #214589;
  background-color: transparent;
}

.hMore1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #214589;
  font-weight: 400;
  position: relative;
  width: 12.5rem;
  height: 3.125rem;
  border: 0.125rem solid #214589;
  cursor: pointer;
  transition: all 400ms;
  background-color: transparent;
  border-radius: 1.8125rem;
}

.hMore1 a:hover {
  color: #fff;
  background-color: #214589;
}

.hMore2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #214589;
  font-weight: 400;
  position: relative;
  width: 12.5rem;
  height: 3.125rem;
  border: 0.125rem solid #214589;
  cursor: pointer;
  transition: all 400ms;
  background-color: transparent;
  border-radius: 1.8125rem;
}

.hMore2 a:hover {
  color: #fff;
  background-color: #214589;
}

.container-fluid {
  padding-left: 3.125rem;
  /* padding-right: 3.125rem; */
  padding-right: 0;

}

/**/


.homeArea {
  position: relative;
  background-color: #ffffff;

}



.homeArea .box {
  display: flex;
  margin-bottom: 3.125rem;

  /*justify-content: space-between;*/
  /*align-items: center;*/
  flex-wrap: wrap;
  border-top: 1px solid #CFDDE2;
}

.homeArea .box .box_sm {
  /*height: 12.5rem;*/
  min-height: 12.5rem;

  border-bottom: 1px solid #CFDDE2;
   border-left: 1px solid #CFDDE2;
  /*border-radius: 0.3125rem;*/
  /*width: 32%;*/
  /*width: 25%;*/
  padding: 4.375rem 3.125rem ;
  position: relative;
  /*margin-bottom: 2%;*/
      /*box-shadow: 0 0 14px rgba(0, 0, 0, 0.1)*/
}

.homeArea .box .box_sm{
      
          display: flex;
        align-items: flex-start;
            justify-content: space-between;
}




.homeArea .box .box_sm .box_rr{
    width: 73%;
}
.homeArea .box .box_sm .box_rrs{
    height: 6rem;
}
.homeArea .box .box_sm .ico {
 

width: 5.625rem;
height: 5.625rem;
background-size: 100% 100%;

}
.homeArea .box .box_sm:hover{
    background-color: #214589;
    color: #ffffff;
}

.homeArea .box .box_sm:hover .ft_999{
    color: #ffffff;}

.homeArea .box .box_sm .ico .img1{
    display: none;
}
.homeArea .box .box_sm .ico .img{
    display: block;
}

.homeArea .box .box_sm:hover .ico .img{
    display: none;
}
.homeArea .box .box_sm:hover .ico .img1{
    display: block;
}

.homeArea .box .box_sm .ft_26 {
  margin-bottom: 0.3125rem;
}

.homeArea .box .box_sm .ul {
  width: 100%;
  /*margin-top: 2.5rem;*/
}

.homeArea .box .box_sm ul li a {
  position: relative;
  padding-left: 1em;
  font-size: 1.25rem;
}

.homeArea .box .box_sm ul li a::before {
  position: absolute;
  content: '-';
  left: 0;
  color: #111111;
}

.homeArea .box .box_sm ul li a {
  color: #111111;
  border-bottom: 1px solid transparent;
}

.homeArea .box .box_sm ul li a:hover {
  color: #214589;
  border-bottom: 1px solid #214589;
}

.homeArea .box .box_sm ul li a:hover::before {
  color: #214589;
}


.homeArea .box_rr .ft_24{
    margin-bottom: 0.3125rem;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.homeArea .box  a{
    display: flex;
    width: 25%;
}

/**/
.hCase {
  /*background-image: url(../images/hCasebg.png);*/
  /*background-size: 100% 100%;*/
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-color: rgba(13, 45, 96, 0.40);
  padding: 4.25rem 0;
}

.hCase .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hCase .box .box_sm a {
    display: flex;
    justify-content: space-between;
}
.hCase .box .box_sm{
    width: 33.333%;
    padding: 0 5.625rem;
    border-right: 1px solid #fff;
}
.hCase .box .box_sm .img{
    width: 4.3125rem;
    height: 4.3125rem;
    border-radius: 100%;
}.hCase .box .box_sm .img .bg_cover{
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.hCase .box .box_sm .box_b{
    width: 77%;
    color: #fff;
}

/**/
.hQuality {
  height: 29.375rem;
  background-size: cover;

}

.hQuality .box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.hQuality .hMore1 {
  margin-top: 3rem;
}

.hQuality .hMore1 a{
        background-color: transparent;
    border-color: #fff;
    color: #fff;
}

/**/
.hSample {
  height: 9.375rem;
  background-color: #214589;
}

.hSample .box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.hSample .hMore a{
    background-color: transparent;
    border-color: #fff;
}
.hSample .hMore a:hover{
    color: #fff;
}

/**/

.nectar-social {
  position: fixed;
  z-index: 999;
  right: 0rem;
  top: 65%;
  /* border: 1px solid #eeeeee; */

 


}


.nectar-social a.telephonea {
  display: block;
  padding: 0 0.625rem;
 min-width: 3.625rem;
  height: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
background-color: #214589;
border-radius: 1.8125rem  0 0 0;
}

.nectar-social a span {
  display: block;
  width: 1.5rem;
  height: 1.8125rem;
}

.nectar-social a .telephone {
  background-image: url(../images/telephone.png);
  background-size: 1.3125rem;
}

.nectar-social a .tel,.nectar-social1 a .tel {
  display: none;
  color: #fff;
  padding-left: 0rem;
  transition: all 400ms;
}

/*.nectar-social .telephonea:hover {*/
/*  width: auto;*/

/*}*/

.nectar-social a:hover .tel,.nectar-social1 a:hover .tel  {
  display: block;
  padding-left: 1rem;
}

.nectar-social1 {
  position: fixed;
  z-index: 999;
  right: 0rem;
  top: 70%;
}

.nectar-social1 a.emaila {
  display: block;
  padding: 0 0.625rem;
  min-width: 3.625rem;
  height: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
 background-color: #214589;
 /*border-radius: 1.8125rem 0 0 1.8125rem;*/
}
.nectar-social1 a span {
    display: block;
    width: 1.5rem;
    height: 1.8125rem;
}
.nectar-social1 .email{
    background-image: url(../images/y.svg);
    background-size: 1.3125rem;
}




.nectar-social2 {
  position: fixed;
  z-index: 999;
  right: 0rem;
  top: 75%;
}

.nectar-social2 a.ssa {
  display: block;
  padding: 0 0.625rem;
  min-width: 3.625rem;
  height: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
 background-color: #214589;
 border-radius: 0 0 0 1.8125rem;
}

.nectar-social2 a span {
    display: block;
    width: 1.5rem;
    height: 1.8125rem;
}
.nectar-social2 .ss{
    background-image: url(../images/s.svg);
    background-size: 1.3125rem;
}









/*二级导航*/
#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: 1px solid #dddddd;

}

#sideNav .sideNavBox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  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.5625rem;
  padding-left: 0;
  padding-right: 2.7rem;
  /*padding-left: 2.5rem;*/
  color: #111111;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}
#sideNav .sideNavBox li:last-child a{
    padding-right: 0;
} 


#sideNav.sideNavts .sideNavBox li {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px 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: 1px;
  height: 1rem;
  background: rgba(0, 0, 0, 0.1);

} */

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

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

}

#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: 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.9375rem;
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 0px;
  border: none;
  display: block;
  border-radius: 50%;

}

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

}

.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: #F7F7F7;

}

.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.65rem;
  width: 0.65rem;
  margin-top: -0.3rem;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  -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: #214589;
}

.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.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%;
  margin: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}

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

.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;
  width: 65%;
  padding: 3.125rem;
  /* height: 100%; */
  /* border-radius: 1.25rem; */
  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 {
  /* margin: 0 auto; */
  width: 100%;
  /* padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem; */
  position: relative;
  display: flex;
  justify-content: center;
}

.webModal .modal-content .imgsm_box .imgsm {
  width: 11.25rem;
  height: 8.5625rem;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  border: 4px solid #69b82e;
}

.webModal .modal-content .modalMain .img {
  width: 100%;
  height: 31vw;
}



.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 1.8125rem;
  height: 1.8125rem;

  background-image: url(../images/close.svg);
  background-size: 1.8125rem 1.8125rem;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.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 {
  /* overflow: hidden; */
  position: relative;
  height: 28.125rem;

}




#wBanner .img {
  position: relative;
  height: 100%;
  background-size: 100% 100%;
}

#wBanner .img img {
  height: 100%;
}

#wBanner .box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}



#wBanner .box .title {
  font-size: 3.375rem;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  line-height: 1;

}

#wBanner .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  content: ">";
}

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

#wBanner .breadcrumb a,
#wBanner .breadcrumb li {
  color: #fff;
  font-size: 1.25rem;
}

/*内页开始*/


.mg_t10 {
  margin-top: 0.625rem;
}

.mg_b10 {
  margin-bottom: 0.625rem;
}
.mg_b15 {
  margin-bottom: 0.9375rem;
}

.mg_t20 {
  margin-top: 1.25rem;
}

.mg_b20 {
  margin-bottom: 1.25rem;
}

.mg_b26 {
  margin-bottom: 1.625rem;
}

.mg_t28 {
  margin-top: 1.75rem;
}

.mg_t30 {
  margin-top: 1.875rem;
}

.mg_t40 {
  margin-top: 2.5rem;
}

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

.pt_56 {
  padding-top: 3.5rem !important;
}

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

.pt_90 {
  padding-top: 5.625rem;
}

.pb_90 {
  padding-bottom: 5.625rem;
}

.pt_100 {
  padding-top: 6.25rem;
}

.pb_100 {
  padding-bottom: 6.25rem;
}

.pl_100 {
  padding-left: 6.25rem;
}

.pr_100 {
  padding-right: 6.25rem;
}

.pb_140 {
  padding-bottom: 8.75rem;
}

.pt_140 {
  padding-top: 8.75rem;
}

.ft_b {
  font-weight: bold;
}

.ft_12 {
  font-size: 0.75rem;
}

.ft_14 {
  font-size: 0.875rem;
}


.ft_16 {
  font-size: 1rem;
}

.ft_18 {
  font-size: 1.125rem;
}

.ft_20 {
  font-size: 1.25rem;
}

.ft_22 {
  font-size: 1.375rem;
}

.ft_24 {
  font-size: 1.5rem;
}

.ft_26 {
  font-size: 1.625rem;
}

.ft_28 {
  font-size: 1.75rem;
}

.ft_32 {
  font-size: 2rem;
}

.ft_35 {
  font-size: 2.1875rem;
}

.ft_36 {
  font-size: 2.25rem;
}

.ft_38 {
  font-size: 2.375rem;
}

.ft_40 {
  font-size: 2.5rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ft_41 {
  font-size: 2.5625rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ft_42 {
  font-size: 2.75rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ft_44 {
  font-size: 2.75rem;
}

.ft_46 {
  font-size: 2.875rem;
}

.ft_48 {
  font-size: 3rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ft_50 {
  font-size: 3.125rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}


.ft_fff {
  color: #ffffff;
}

.ft_999 {
  color: #999;
}

.ft_2f5eab {
  color: #2f5eab;
}

.ft_666 {
  color: #666;
}
.ft_999 {
  color: #999;
}
.ft_929497 {
  color: #929497;
}

.bg_fff {
  background-color: #fff;
}

.bg_f3f3f3 {
  background-color: #F3F3F3;
}

.lh_28{
    line-height:1.75rem;
}

/* 产品中心 */



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

.productbox .box::after {
  content: '';
  flex-basis: 32%;
}

.productbox .box .box_sm {
  width: 32.6%;
  height: 13.75rem;
  position: relative;
  margin-bottom: 0.9375rem;
}

.productbox .box .box_sm .bg_cover {
  width: 100%;
  height: 100%;
  position: relative;
}

.productbox .box .box_sm .ft_20 {
  position: absolute;
  z-index: 3;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 400ms;
  width: 95%;
}

.productbox .box .box_sm .bg_cover::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/productboxbg.png);
}

.productbox .box .box_sm .bg_cover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #214589;
  opacity: 0;
  transition: all 400ms;
}

.productbox .box .box_sm:hover .bg_cover::before {

  opacity: 0.9;
}

.productbox .box .box_sm::before {
  position: absolute;
  content: '';
  width: 1.8125rem;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 5.8125rem;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 400ms;
  opacity: 0;
  visibility: hidden;
}

.productbox .box .box_sm::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 1.8125rem;
  background-color: #fff;
  left: 50%;
  top: 4.9375rem;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.productbox .box .box_sm:hover::after,
.productbox .box .box_sm:hover::before {
  opacity: 1;
  visibility: visible;
}

.productbox .box .box_sm:hover .ft_20 {
  bottom: 4.375rem;
}

.productimg {
  height: 21.875rem;
  position: relative;
}

.productimg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0B1F39;
  opacity: 0.1;
}

.productDownloadbox {
  padding: 0 2.5rem;
  background-color: #fff;
}

.productDownloadbox .box {
  position: relative;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(11, 31, 57, 0.1);

}

.productDownloadbox .box:hover .ft_20,
.productDownloadbox .box:hover .ft_18 {
  color: #214589;
}


.productDownloadbox .box:last-child {
  border-bottom: 0;
}

.productDownloadbox .box::before {
  position: absolute;
  content: '';
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(../images/Download.png);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


/* 应用方案 */
.programme .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.programme .box .box_l {
  width: 47%;
}

.programme .box .box_r {
  width: 47%;
  height: 23.75rem;
}

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

.programme .box:nth-child(2n-1) {
  background-color: #F3F3F3;
}


#wBanner.wBanner1 {
  height: 18.75rem;
}

/* 应用方案详情 */
.programmedbox {
  height: 31rem;
  position: relative;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.programmedbox .box {
  background-color: #fff;
  width: 100%;
  padding: 4.375rem 9.3125rem;
}

.programmedbox .box .boximg {
  display: flex;
}

.programmedbox .box .boximg .img {
  max-width: 17.5rem;
  margin-right: 6.5625rem;
}

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

/* 新闻 */
.newsjs {
  padding-bottom: 1.875rem;
}

.newsjs .box {
  display: flex;
  justify-content: space-between;
  height: 25rem;
  background-color: #fff;
}

.newsjs .box .box_l {
  width: 47.8%;
  height: 100%;
}

.newsjs .box .box_l .bg_cover {
  width: 100%;
  height: 100%;
}

.newsjs .box .box_r {
  width: 47.8%;
  padding-left: 2.9375rem;
  padding-right: 2.9375rem;
  padding-top: 3.75rem;
  display: flex;
  padding-bottom: 3.75rem;
  flex-direction: column;
  justify-content: space-between;
}

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

.my.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #214589;
}

.newsbox .box .ft_16 {
  margin-top: 0.125rem;
  padding-bottom: 0.3125rem;
}

.newsbox .box a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2.6875rem;
  margin-bottom: 2.6875rem;
  position: relative;
}

.newsbox .box a::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #214589;
  bottom: -1px;
  left: 0;
  transition: all 400ms;
}

.newsbox .box a:hover::after {
  width: 100%;
}

/* 新闻详情 */
.newsd {
  padding-bottom: 5rem;
}

.newsdnav .breadcrumb {
  background-color: transparent;
}

.newsdnav .breadcrumb-item+.breadcrumb-item::before {
  content: '<';
  font-size: 1.25rem;
  color: #444;
  padding-right: 0.5rem;
}

.newsdnav .breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.newsdnav .breadcrumb {
  padding-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.newsdnav .breadcrumb a,
.newsdnav .breadcrumb {
  font-size: 1.25rem;
  color: #444;
}

.newsdbox {
  background-color: #fff;
  padding: 4.8125rem;
  padding-bottom: 2.5rem;
}

.newsdbox .boxsm_t {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsdbox .boxsm_c {
  padding-top: 1.875rem;
  font-size: 1.125rem;
  padding-bottom: 5.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-ing {
  padding-top: 2.5rem;
}

.page-ing .boxs {
  font-size: 1.125rem;
}

.page-ing .boxs:hover {
  color: #214589;
}

.page-ing .boxs .icon {
  max-width: 30%;
}

.page-ing .prev,
.page-ing .next {
  width: 40%;
}

.page-ing .tx {
  max-width: 70%;

}

.page-ing .tx .stitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* 关于我们 */
.introduce .tettx p {
  margin-bottom: 0.625rem;
}

.insroducenum {
  background-image: url(../images/insroducenumbg.png);
  width: 100%;
  min-height: 10.625rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: 100% 100%;
  
}

.insroducenum .box {
  color: #fff;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  height: 100%;
}

.insroducenum .boxsm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  text-align: center;
}

.course {
  height: 37.5rem;
  width: 100%;
  background-image: url(../images/coursebg.png);
  background-size: 100% 100%;
}

.aboutCharacterjs {
  color: #fff;
  width: 70%;
  padding-bottom: 3.125rem;
}

.aboutCharacterjs .swiper-wrapper .swiper-slide {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.aboutCharacterjs .swiper-wrapper .swiper-slide span {

  position: relative;
  padding-bottom: 1rem;
  display: inline-block;
}

.aboutCharacterjs .swiper-wrapper .swiper-slide span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -2px;
}


.aboutCharacterjs .swiper-wrapper .swiper-slide.active span::before {
  background-color: #fff;
}

.aboutgalleryjs {
  color: #fff;
  position: relative;
}

.aboutgalleryjs::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  /* pointer-events: none; */
  height: 0.5rem;
  background-color: #fff;
}

.aboutgalleryjs .swiper-slide {
  max-width: 18.75rem !important;
  width: auto;
  height: 21.875rem;
  display: flex;
}

.aboutgalleryjs .swiper-slide .box {
  height: 40%;
  display: flex;

}

.aboutgalleryjs .swiper-slide .box .ft_20 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.aboutgalleryjs .swiper-slide:nth-child(2n) {
  align-items: flex-end;
}

.aboutgalleryjs .swiper-slide.swiper-slide-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 100%;
  background-color: #fff;
  border: 0.4375rem solid rgba(255, 255, 255, 0.2);


}

.aboutgalleryjs .swiper-slide.swiper-slide-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.aboutgallerybox {
  position: relative;
}

.aboutgallerybox .swiper-button-prev,
.aboutgallerybox .swiper-button-next {
  width: 3.125rem;
  height:3.125rem;
  background-color: #fff;
  border-radius: 100%;
  opacity: 1;
}

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

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

.aboutgallerybox .swiper-button-next:after,
.aboutgallerybox .swiper-container-rtl .swiper-button-prev:after {
  width: 0.5rem;
  height: 0.75rem;
  background-image: url(../images/jtright_2.svg);
  background-size: 100% 100%;
}

.aboutgallerybox .swiper-button-prev:after,
.aboutgallerybox .swiper-container-rtl .swiper-button-next:after {
  width: 0.5rem;
  height: 0.75rem;
  background-image: url(../images/jtleft_2.svg);
  background-size: 100% 100%;
}

.aboutgallerybox .swiper-button-prev:hover:after {
  background-image: url(../images/jtleft_2c.svg) !important;
}

.aboutgallerybox .swiper-button-next:hover:after {
  background-image: url(../images/jtright_2c.svg) !important;
}

.course {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.culture .box_l {
  height: 31.25rem;
  width: 47.8%;
  background-size: 100% 100%;
}

.culture .box_r {
  width: 47.8%;
}

.culture .box_sm .ft_35 {
  position: relative;
  padding-left: 4.375rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.culture .box_sm {
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.culture .box_sm .ft_35::before {
  position: absolute;
  content: '';
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.culture .box_s .box_sm:first-child .ft_35::before {
  background-image: url(../images/ico7.1.png);
}

.culture .box_s .box_sm.active:first-child .ft_35::before {
  background-image: url(../images/ico7.png);
}

.culture .box_sm .ft_20 {
  transition: all 400ms;
  height: 0;
  overflow: hidden;
}

.culture .box_sm.active {
  border-color: #214589;
}

.culture .box_sm.active .ft_20 {
  padding-bottom: 1.25rem;
  height: auto;
}


.culture .box_s .box_sm:nth-child(2) .ft_35::before {
  background-image: url(../images/ico8.1.png);
}

.culture .box_s .box_sm.active:nth-child(2) .ft_35::before {
  background-image: url(../images/ico8.png);
}

.culture .box_s .box_sm:nth-child(3) .ft_35::before {
  background-image: url(../images/ico9.1.png);
}

.culture .box_s .box_sm.active:nth-child(3) .ft_35::before {
  background-image: url(../images/ico9.png);
}

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

.aboutcontactUs .box_r {
  width: 47.8%;
}

.aboutcontactUs .box_l {
  width: 47.8%;
  height: 31.25rem;
  background-size: 100% 100%;

}

.aboutcontactUs .box_s .box_sm {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  border-bottom: 1px solid #cccccc;
}

.aboutcontactUs .box_s .box_sm:first-child {
  border-top: 1px solid #cccccc;
}

.aboutcontactUs .box_s .box_sm .ft_20 {
  padding-left: 4.375rem;
  position: relative;
}

.aboutcontactUs .box_s .box_sm .ft_20::before {
  position: absolute;
  content: '';
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.aboutcontactUs .box_s .box_sm:first-child .ft_20::before {
  background-image: url(../images/ico10.1.png);
}

.aboutcontactUs .box_s .box_sm:nth-child(2) .ft_20::before {
  background-image: url(../images/ico11.1.png);
}

.aboutcontactUs .box_s .box_sm:nth-child(3) .ft_20::before {
  background-image: url(../images/ico12.1.png);
}

/* 试样通道 */
.form .ft_20 span {
  color: #214589;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.form .box {
  width: 47.8%;
  margin-bottom: 1.875rem;
}

.form .ft_20 {
  margin-bottom: 0.625rem;
}

.form .box input {
  width: 100%;
  height: 3.75rem;
  border: 0;
  border-radius: 0.375rem;
  outline: none;
  font-size: 1.25rem;
  padding: 1.125rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.form .box input::placeholder {
  color: #999999;
}

.form .boxb {
  width: 100%;
}

.form .boxb textarea {
  width: 100%;
  border: 0;
  outline: none;
  height: 15.625rem;
  border-radius: 0.375rem;
  font-size: 1.25rem;
  padding: 1.125rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.form .box textarea::placeholder {
  color: #999999;
}

/* 质量与可靠性 */
.qualityh {
  display: flex;
  align-items: center;

  justify-content: space-between;
}

.qualityh .box_l {
  width: 47.8%;
  height: 23.75rem;
  background-size: 100% 100%;
}

.qualityh .box_r {
  width: 47.8%;
}

.qualityt {
  position: relative;
}

.qualityjs {
  width: 80%;
  position: unset;
}

.qualityjs .box {
  /*width: 15rem;*/
  /*height: 20.3125rem;*/
    height: 15rem;
  /*width: 20.3125rem;*/
  width: 100%;
  background-color: #fff;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.qualityjs .bg_cover {
  /*width: 12.5rem;*/
  /*height: 17.875rem;*/
   height: 12.5rem;
  width: 17.875rem;
  position: relative;
}

.qualityjs .bg_cover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 400ms;
}

.qualityjs .bg_cover::after {
  position: absolute;
  content: '';
  width: 2.1875rem;
  height: 2.1875rem;
  top: 42%;
  left: 50%;
  background-image: url(../images/search02_w.svg);
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 400ms;
}

.qualityjs .bg_cover .ft_20 {
  position: absolute;
  top: 52%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 400ms;
}

.qualityjs .box:hover .bg_cover .ft_20,
.qualityjs .box:hover .bg_cover::before,
.qualityjs .box:hover .bg_cover::after {
  opacity: 1;
}

.qualityjs .swiper-button-next,
.qualityjs .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.qualityjs .swiper-button-prev,
.qualityjs .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  border-radius: 100%;
  opacity: 1;
}

.qualityjs .swiper-button-next:after,
.qualityjs .swiper-container-rtl .swiper-button-prev:after {
  width: 0.5rem;
  height: 0.75rem;
  background-image: url(../images/jtright_2.svg);
  background-size: 100% 100%;
}

.qualityjs .swiper-button-next:hover {
  background-color: #214589;
}

.qualityjs .swiper-button-next:hover:after {
  background-image: url(../images/jtright1.svg) !important;
}

.qualityjs .swiper-button-prev:after,
.qualityjs .swiper-container-rtl .swiper-button-next:after {
  width: 0.5rem;
  height: 0.75rem;
  background-image: url(../images/jtleft_2.svg);
  background-size: 100% 100%;
}

.qualityjs .swiper-button-prev:hover {
  background-color: #214589;
}

.qualityjs .swiper-button-prev:hover:after {
  background-image: url(../images/jtleft1.svg) !important;
}

#teamModal .box {
  width: 30.75rem;
  height: 43.9375rem;
}


.buttonprev,
.buttonnext {
  width: 5rem;
  height: 5rem;
  position: absolute;
  background-color: #ebebeb;
  border-radius: 100%;
  opacity: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.buttonnext {
  right: 0;
  left: auto;
}

.buttonnext::after {
  position: absolute;
  content: '';
  width: 0.875rem;
  height: 1.375rem;
  background-image: url(../images/jtright_2.svg);
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttonnext:hover {
  background-color: #214589;
}

.buttonnext:hover:after {

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

}

.buttonprev::after {
  position: absolute;
  content: '';
  width: 0.875rem;
  height: 1.375rem;
  background-image: url(../images/jtleft_2.svg);
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttonprev:hover:after {

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

}

.buttonprev:hover {
  background-color: #214589;
}

/* 合作伙伴 */
.cooperationjs .swiper-wrapper {
  height: 29.5rem;
}

.cooperationjs .swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.125rem;
}

.cooperationjs .swiper-slide img {
  width: 6.25rem;
}

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

.cooperationjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #214589;
}

/* 技术文档/下载中心 */
.downloadh {
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadh div {
  margin-right: 3.125rem;
  cursor: pointer;
}

.downloadh div.active {
  color: #214589;
}

.downloadbox .boxbg {
  display: none;
}

.downloadbox .boxbg.active {
  display: block;
}

/* 产品详情 */
.seriesh {
    min-height: 21.875rem;
    padding-top: 2rem;
  /*height: 21.875rem;*/
  background-size: cover;
  display: flex;
  align-items: center;

}

.seriesh .container {
  margin-bottom: 5rem;
}



.seriesh .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.seriesh .box .box_sm {
  font-size: 1rem;
  color: #214589;
  border: 1px solid #214589;
  border-radius: 6.25rem;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  transition: all 400ms;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-top: 0.625rem;
}

.seriesh .box .box_sm.active {
  background-color: #214589;
  border-color: #214589;
  color: #fff;
}

.seriesh .box .box_sm:hover {
  background-color: #214589;
  border-color: #214589;
    color: #fff;
}

.serieshb {
  margin-top: -4.375rem;
}

.serieshb table {
  width: 100% !important;
  text-align: center;
  font-size: 1rem;
}



.serieshb table tr:nth-child(2n-1) {
  background-color: #F3F3F3;

}

.serieshb table tr:first-child {
  background-color: #214589;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

.serieshb table tr td {
  border-right: 1px solid #fff;
  padding: 0.625rem;
  min-width: 10%;
  height: 4.375rem;
}



.serieshb table tr td:last-child {
  border-right: 0;

}
.serieshb table tr:first-child td:first-child {
      cursor: auto;

}


.serieshb table tr td:first-child {
      cursor: pointer;

}

.serieshb table tr:first-child td:last-child {
  width: 20%;

}

.serieshb .box {
  display: none;
}

.serieshb .box.active {
  display: block;
}



/*产品中心2*/
.myproductbox .box{
    display: flex;
    background-color: #fff;
    min-height: 14rem;
    margin-bottom: 2.5rem;

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

.myproductbox .box .img{
    width: 40%;
    background-size: cover;
}

.myproductbox .box .box_r{
    padding:3.125rem 3.75rem 2.5rem 3.75rem;
     width: 60%;
    
}
.myproductbox .box .box_r .box_sm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
    
}
.myproductbox .box .box_r .box_sm a{
    width: 49%;
    margin-bottom: 0.625rem;
    font-size: 1rem;
}
.myproductbox .box .box_r .box_sm a:hover{
    color: #214589;
}


header .header_language .searchField_form .btn{
    right: auto;
    left: 0;
}

header .header_language .searchField_form .form-control{
     padding: 0rem 1rem 0 2.6rem;
}

header .header_language .searchField_form .btn:before{
    width: 2.6rem;
        background-size: 1.442rem auto;
}

header .header_language .searchField_form{
     max-width: 76%;
}
header .header_language .searchField_form .btn{
        padding-right: 1.3rem;
    padding-left: 2rem;
}


