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

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* 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.25rem;
  color: #111111;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.7;
}

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


.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: 19.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: 3vw;
  position: relative;
}

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

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.45rem 0;
  color: #111111;
  font-size: 1.25rem;
}


/* 
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: #4ac56d;
  transition: all 400ms;

} */

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

header .header_language {
  position: relative;
  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: 7.5rem;
  height: 2.625rem;
  background-color: #2f5eab;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 1.25rem;

}

.header_columna a:hover {
  background-color: #3BB483;
}

/* 语言下拉 */
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;
}

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: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

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

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

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

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

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

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

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

.headerDropDown {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: -2.375rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 14.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: #f3981e;
}


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

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

/* */



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

.headerDropDownbig .box_l {
  width: 20%;
  background-image: url(../images/head_second_bg.png);
  background-size: 100% 100%;
  height: 19.1875rem;
  border-radius: 0 0.625rem 0.625rem 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.headerDropDownbig .box_l .ft_44 {
  position: relative;
  margin-bottom: 2rem;
}

.headerDropDownbig .box_l .ft_44::before {
  position: absolute;
  content: '';
  width: 3.5rem;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

.headerDropDownbig .box_r {
  width: 80%;
  padding-top: 4rem;
  padding-left: 4rem;
}

.headerDropDownbig ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.headerDropDownbig ul li {
  width: 16%;
  margin-bottom: 2rem;
}

.headerDropDownbig ul li .classA {
  font-size: 1.25rem;
  padding-bottom: .5rem;
}



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

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

/**/
.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: #2f64ac;
  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;
}

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

footer .footer_box {
  width: 20.3333%;

}



footer .footer_box .img {
  width: 19.625rem;
  height: 2.9375rem;
  background-size: 100% 100%;

}

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

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

}

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

}

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

footer .footer_nav {
  width: 24%
}

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

}

footer .footer_nav li a {
  font-size: 1.125rem;
  color: #888888;
}

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

}




footer .footer_nav li p.title a {
  font-size: 1.25rem;
  color: #fff;
}

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

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

}

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

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

}

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

.footer_share .fshare_items {
  /* margin-left: 1.25rem; */
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #45b8a0;
  padding: 0.2rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
}

.footer_share .fshare_items a img {

  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%; */
  top: calc(100% + 1rem);
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  border-radius: 6px;
  width: 9.25rem;
  /* padding: 0.62rem; */
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

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

.fshare_modelBox .img {
  width: 9.25rem;
  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%;
}

.footer_boxrr {
  width: 13.875rem;
  height: 13.875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.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: center; */
  z-index: 99;
  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: 4rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;

}

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

/**/


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

.ft_58 {
  font-size: 3.625rem;
  font-family: 'HarmonyOS_Sans_SC_Medium';

}

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

}

.ft_30 {
  font-size: 1.875rem;
}

.ft_26 {
  font-size: 1.625rem;
}

.ft_24 {
  font-size: 1.5rem;
}

.ft_20 {
  font-size: 1.25rem;
}

.ft_fff {
  color: #fff;
}

.ft_2f5eab {
  color: #2f5eab;
}

.pb_10 {
  padding-bottom: 0.625rem !important;
}

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

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

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

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

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

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

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

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

.pb_150 {
  padding-bottom: 9.375rem;
}

.pt_150 {
  padding-top: 9.375rem;
}

.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: 11.875rem;
  height: 3.625rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #2f5eab;
  border-radius: 1.8125rem;
}

.hMore a:hover {

  background-color: #3BB483;
}



.hMore1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: #0f1a93;
  font-weight: 400;
  position: relative;
  width: 11.25rem;
  height: 3.625rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #fff;
  border-radius: 1.8125rem;
}

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




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

}

/**/


.homeArea {
  position: relative;

  background-color: #ffffff;
  background-image: url(../images/homeAreabg.png);
  background-size: 100% 100%;
}



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

.homeArea .box .box_l {
  width: 54%;


}

.homeArea .box .box_l .ft_40 {
  border-bottom: 1px solid #d7dbe3;
}

.homeArea .box .box_r .bg_cover {
  width: 33.3125rem;
  height: 30.9375rem;
}











/**/
.hCase {
  background-image: url(../images/hCasebg.png);
  background-size: 100% 100%;
}

.hCasejs {
  margin-left: 10.9375vw;
  padding-bottom: 3.75rem;
}

.hCasejs .swiper-scrollbar {
  width: 20%;
  margin-left: 35%;
  background-color: #fff;
  height: 0.25rem;
  border-radius: 0.125rem;
  bottom: 0.375rem;
}

.my .swiper-button-prev:after,
.my .swiper-container-rtl .swiper-button-next:after {
  width: 0.5625rem;
  height: 1rem;
  background-image: url(../images/jtleft_2f5.svg);
  background-size: 100% 100%;
}

.my .swiper-button-next:after,
.my .swiper-container-rtl .swiper-button-prev:after {

  width: 0.5625rem;
  height: 1rem;
  background-image: url(../images/jtright_2f5.svg);
  background-size: 100% 100%;
}

.hCasejs .swiper-button-prev,
.hCasejs .swiper-container-rtl .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 34%;
  height: auto;
  width: auto;
}

.hCasejs .swiper-button-next,
.hCasejs .swiper-container-rtl .swiper-button-prev {
  bottom: 0;
  top: auto;
  right: 42%;
  height: auto;
  width: auto;
}

.hCasejs .swiper-slide {
  width: 21.3125rem;
}

.swiper-scrollbar-drag {
  background-color: #2f5eab;
}

.hCasejs .swiper-slide:nth-child(2n-1) {
  padding-top: 3.125rem;
}

.hCasejs .box {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
}

.hCasejs .box:hover .box_t .bg_cover {
  transform: scale(1.1);
}

.hCasejs .box_t {
  position: relative;
  height: 19.1875rem;
  overflow: hidden;
}

.hCasejs .box_t::before {
  position: absolute;
  content: '';
  height: 64px;
  width: 100%;
  background-image: url(../images/hCasejsbg.png);
  background-size: 100% 100%;
  bottom: -0.625rem;
  z-index: 2;
}

.hCasejs .box_t .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.hCasejs .box_b {
  padding: 1.875rem;
  padding-top: 0rem;
}


/**/
.hCro {
  height: 33.125rem;
  position: relative;
}

.hCro .bg_cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hCro .bg_cover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}

.hCro .box {
  position: relative;
  z-index: 9;
  /* padding-top: 11.25rem; */
  padding-top: 6.25rem;
  padding-bottom: 11.25rem;
}

.hCro .box .ft_40 {
  padding-bottom: 5rem;
}

.hCro .box .box_t {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 6.25rem;

}

.hCro .box .box_t a {
  width: 29%;
}

.hCro .box .box_t .box_sm {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.hCro .box .box_t .box_sm::after {
  position: absolute;
  content: '';
  height: 2.5rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hCro .box .box_t .box_sm .ico {
  margin-right: 0.625rem;
  width: 3.6875rem;
  height: 3.6875rem;
  background-size: 100% 100%;
}

.hCro .box .box_t .box_sm:hover .ico {
  transition: 0.5s;
  transform: rotateY(360deg);
}

.cdmocharacteristic .box .box_sm:hover .ico {
  transition: 0.5s;
  transform: rotateY(360deg);
}


.hCro .box .box_t .box_sm:first-child .ico {
  width: 3.5rem;
  height: 3.625rem;

}

.hCro .box .box_t .box_sm:nth-child(2) .ico {
  width: 3.6875rem;
  height: 3.6875rem;

}

.hCro .box .box_t .box_sm:nth-child(3) .ico {
  width: 3.625rem;
  height: 3.625rem;

}


/**/
.hBase {
  height: 58.125rem;
  background-size: cover;
  position: relative;
}

.hBase .box_map {

  height: 38.0625rem;
  width: 96.1875rem;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 3.75rem;
  background-repeat: no-repeat;
}

.hBase .box_b {
  position: absolute;
  bottom: 5rem;
  z-index: 2;
}

.hBase .box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 1rem;
  width: 100%;
  padding: 2.5rem;

}

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

  padding-right: .5rem;
  width: 43%;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.hBase .box .ft_58 sup {
  font-size: 62%;
  top: -.8em;
  left: -.7rem;
}

.hBase .box .box_r {
  display: flex;
  align-items: center;
  line-height: 1.1;
  padding-left: 2.5rem;
  padding-right: 1.875rem;
  width: 57%;
  justify-content: space-between;
}



/**/
.hNews {
  padding-top: 7.5rem;
  padding-bottom: 15rem;
  background-color: #ebeff2;
  position: relative;
}



.hNews .box_sm {

  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;

}

.hNews .box_sm .ft_24 {
  height: 5rem;
}

.hNews .img {
  height: 13.75rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hNews .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4rem;
  background-image: url(../images/hCasejsbg.png);
  background-size: 100% 100%;
  left: 0;
  bottom: -1rem;
  transition: all 400ms;
  z-index: 2;
}

.hNews a:hover .bg_cover {
  transform: scale(1.1);
}

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

.hNews .boxtext {
  padding: 1.875rem;
  padding-top: 1rem;

}

.hNews .time {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: rgba(24, 30, 42, 0.6);
}

.hNews .hNewslogo {
  width: 4.375rem;
  height: 1.25rem;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  left: 1.875rem;
  display: none;
  top: 1.875rem;
}

.hNews .img .title {
  position: absolute;
  z-index: 2;
  left: 1.875rem;
  top: 4.375rem;
  display: none;

}

.hNews .img .title .entitle {
  font-size: 0.6875rem;
  color: #fff;

}

.hNewsJs {
  padding-bottom: 4.375rem;
}

.hNewsJs .swiper-scrollbar {
  width: 20%;
  left: 50%;
  bottom: 0.375rem;
  transform: translateX(-50%);
}

.hNewsJs .swiper-button-prev,
.hNewsJs .swiper-container-rtl .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 37.5%;
  height: auto;
  width: auto;
}

.hNewsJs .swiper-button-next,
.hNewsJs .swiper-container-rtl .swiper-button-prev {
  bottom: 0;
  top: auto;
  right: 38.5%;
  height: auto;
  width: auto;
}


.hLine {
  position: relative;
  height: 0.9375rem;
  width: 100%;

}

.hLine::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f3981e;
  z-index: 2;
  /* top: 0.1875rem; */
  top: 0;
}

.hLine1 {
  position: absolute;

  z-index: 2;
  width: 100%;
  height: 9.9375rem;
  /* top: -6.9688rem; */
  top: -7.1rem;
  background-image: url(../images/hLine1.png);
  background-repeat: repeat-x;

  background-size: auto 100%;
  transition: background-position 0.1s linear;
}

.hLine2 {
  position: absolute;

  z-index: 1;
  width: 100%;
  height: 7.75rem;
  bottom: 0;

  background-image: url(../images/hLine2.png);
  background-repeat: repeat-x;

  background-size: auto 100%;
  transition: background-position 0.1s linear;
}




.nectar-social {
  position: fixed;
  z-index: 9;
  right: 2.5rem;
  top: 65%;
  /* border: 1px solid #eeeeee; */
  background-color: #45b8a0;
  width: 3.625rem;
  border-radius: 1.8125rem;

}

.nectar-social a {
  display: block;
  padding: 0 0.625rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 3.625rem;
  display: flex;
  align-items: center;
}

.nectar-social a:last-child {
  border-bottom: 0;
}

.nectar-social a .tel {
  position: absolute;
  top: 0;
  right: 100%;
  width: 14.375rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.1);

  padding: 0.75rem;
  color: #333;
  font-size: 14px;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}

.nectar-social a .ewm {
  position: absolute;
  top: 0;
  right: 100%;
  /* width: 6.25rem; */
  width: 10.25rem;
  height: 6.25rem;
  /* padding: 0.3rem; */
  background-color: #ffffff;
  box-shadow: 0 0 0.62rem rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;

  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}

.nectar-social a:hover .tel,
.nectar-social a:hover .ewm {
  opacity: 1;
  visibility: visible;
}

.nectar-social a span {
  display: inline-block;
  width: 100%;
  padding-bottom: 2.875rem;

  /* border-radius: 0.3125rem; */
  background-repeat: no-repeat;
  background-position: center;

}

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

.nectar-social a .wech {
  background-image: url(../images/wechatIcon.png);
  background-size: 1.5rem 1.25rem;
}

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


.retuntop {
  position: fixed;
  z-index: 9;
  width: 5.625rem;
  height: 5.625rem;
  background-color: #45b8a0;
  top: 85%;
  border-radius: 50%;
  right: 1.875rem;
  cursor: pointer;
}

.retuntop::before {
  position: absolute;
  content: '';
  left: 41%;
  top: 31%;
  background-image: url(../images/jtleft.svg);
  transform: rotate(90deg);
  width: 1rem;
  height: 1.5rem;
  background-size: 100% 100%;
}

.back-to-top__circle {
  stroke: #f36633;
  stroke-dashoffset: 0;
  stroke-width: 1.5px;
  transition: stroke-dashoffset 1s linear;
}

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

/* 
.retuntop .img_yq {
  width: 5.125rem;
  height: 5.125rem;
  background: linear-gradient(0deg, #fff 0%, #fff 50%, transparent 51%, transparent 100%);
  -webkit-mask: radial-gradient(transparent, transparent 2.5rem, #000 0px);
  mask: radial-gradient(transparent 2.5rem, #000 0px);
  border-radius: 100%;
  animation: zhua 2s linear infinite;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;

} */

@keyframes zhua {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}


/*二级导航*/
#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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {

  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 450ms linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#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: 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: #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: 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: #333333;
  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: #2f5eab;

}

.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.65rem;
  width: 0.65rem;
  margin-top: -0.3rem;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

  background-color: #2f5eab;
}

.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: 78%;
  /* 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: 50%; */
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.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: 2.75rem;
  height: 3.75rem;

  background-image: url(../images/close_w.svg);
  background-size: 1.125rem 1.1875rem;
  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: 19rem;

}




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

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

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

}



#wBanner .box .title {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;

}








/*内页开始*/


.mg_t10 {
  margin-top: 0.625rem;
}

.mg_b10 {
  margin-bottom: 0.625rem;
}

.mg_t20 {
  margin-top: 1.25rem;
}

.mg_b20 {
  margin-bottom: 1.25rem;
}

.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_80 {
  padding-top: 5rem;
}

.pb_80 {
  padding-bottom: 5rem;
}

.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_150 {
  padding-bottom: 9.375rem;
}

.pt_150 {
  padding-top: 9.375rem;
}

.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_44 {
  font-size: 2.75rem;
}

.ft_46 {
  font-size: 2.875rem;
}


.ft_fff {
  color: #ffffff;
}

.ft_999 {
  color: #999;
}

.ft_2f5eab {
  color: #2f5eab;
}

.ft_e79526 {
  color: #e79526;
}

.ft_929497 {
  color: #929497;
}

.bg_fff {
  background-color: #fff;
}

.bg_ebeff2 {
  background-color: #ebeff2;
}

.line-h1 {
  line-height: 1;
}

/* cdmo */
.cdmoservice .box {
  display: flex;
  flex-wrap: wrap;
}

.cdmoservice .box .box_sm {
  width: 22.5%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  margin-right: 3%;
  margin-bottom: 3%;

}

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

.cdmoservice .box .box_t {
  position: relative;
  height: 19.3125rem;
  overflow: hidden;
}

.cdmoservice .box .box_t .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
}

.cdmoservice .box .box_t::before {
  position: absolute;
  content: '';
  height: 4rem;
  width: 100%;
  background-image: url(../images/hCasejsbg.png);
  background-size: 100% 100%;
  bottom: -0.625rem;
  z-index: 2;
}

.cdmoservice .box .box_b {
  padding: 1.875rem;

  padding-top: 0;
}

.cdmoservice .box .box_b .ft_18 {
  height: 3.5rem;
}

.cdmoservice .box .box_sm:hover .bg_cover {
  transform: scale(1.1);
}

.cdmoservice .box .box_sm.sebox .box_t {
  position: relative;
}

.cdmoservice .box .box_sm.sebox .box_t::after {
  position: absolute;
  content: '';
  width: 106px;
  height: 106px;
  border-radius: 50%;
  right: 0%;
  top: 0%;
  transform: translate(50%, -50%);
  background-color: #f3981e;
}

.cdmoservice .box .box_sm.sebox .box_t .ft_16 {
  position: absolute;
  right: 0.375rem;
  top: 0.375rem;
  z-index: 3;
}

.cdmocharacteristic .box {
  display: flex;
  padding-left: 6vw;
  padding-right: 6vw;
}

.cdmocharacteristic .box .box_sm {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 25%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.cdmocharacteristic .box .box_sm:first-child {
  border-left: 0;
}

.cdmocharacteristic .box .box_sm .ico {
  height: 3.625rem;
  width: 3.8125rem;
  background-repeat: no-repeat;
  background-position: center;
}

.cdmocharacteristic .box .box_sm:first-child .ico {
  background-size: 3.8125rem 3.5rem;
}

.cdmocharacteristic .box .box_sm:nth-child(2) .ico {
  background-size: 3.625rem 3.625rem;
}

.cdmocharacteristic .box .box_sm:nth-child(3) .ico {
  background-size: 3.625rem 3.625rem;
}

.cdmocharacteristic .box .box_sm:nth-child(4) .ico {
  background-size: 3rem 3.625rem;
}

.cdmosecenter li {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cdmosecenter li .ft_24 {
  color: #1d50a2;
}

.crocharacteristic .box_ssm .ft_24,
.welfare .box_sm .ft_24 {
  color: #1d50a2;
}

.cdmosecenter li:last-child {
  border-bottom: 0;
}

.contactUspublic {
  background-image: url(../images/contactUspublicbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 49.1875rem;
  padding-top: 5rem;
}

.contactUspublic .box {
  padding: 2.5rem 5rem;
}

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

.form_list ul li {
  width: 31%;
  position: relative;
}

.form_list ul li:last-child {
  width: 100%;
}

.form-group {
  margin-bottom: 1.25rem;
}


.form_list ul li .form_list li .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form_list li .form-group .web_label {
  font-size: 1.25rem;
  position: absolute;
  top: 1rem;
  left: 0;
  pointer-events: none;
  transform: scale(1);
  transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
  transform-origin: left center;

}

.form_list li .form-group .form-control {
  font-size: 1.25rem;
  border-radius: 0;
  border: none;
  padding: 1rem 0 0.625rem;
  height: auto;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: none;

  font-weight: 500;
}

.form_list li .form-group .web_label span {
  color: #fa490d;
}

.form_list li .form-group.eventReport_active .web_label {
  top: -0.5rem;
  transform: scale(0.8);
}

.form_list li .form-group.eventReport_active1 .web_label {
  top: -0.5rem;
  transform: scale(0.8);
}



.form_list li .form-group .form-control:focus {
  border-bottom-color: #2130e0;
}

.hMore span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 11.875rem;
  height: 3.625rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #2f5eab;
  border-radius: 1.8125rem;
}

.hMore span:hover {
  background-color: #2130e0;
}

.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: 11.875rem;
  height: 3.625rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #2f5eab;
  border-radius: 1.8125rem;
}

.hMore button:hover {
  background-color: #3BB483;
  color: #fff;
}

/* gmp */
.gmp {
  position: relative;
  padding-left: 5.9375vw !important;
  padding-right: 5.9375vw !important;
}

.cdmp {
  position: relative;
  background-color: #fff;
  padding: 5rem 0;
  padding-top: 0;
}

.cdmo-sidebox {
  position: absolute;
  left: 2rem;
  top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 100%;
  width: 18%;
  border-right: 1.75rem solid rgba(47, 94, 171, .05);
}

.cdmo-side {
  position: sticky;
  top: 6.25rem;
}

.gmp-right-content {
  width: 100%;
  padding-left: 23%;
  /* border-right: 3px solid #45b8a0; */
  padding-right: 3rem;
  padding-top: 0.1rem;
}

.cdmo-side ul.ul li {
  line-height: 2.5rem;
  font-size: 1.25rem;

}

.cdmo-side ul.ul li a {
  display: inline-block;
  position: relative;
  transition: all 0.35s ease-out;

}

.cdmo-side ul.ul li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #f3981e;
  content: '';
  transition: all 0.35s ease-out;
}

.cdmo-side ul.ul li.active a,
.cdmo-side ul.ul li a:hover {
  color: #f3981e;
  font-weight: bold;
  padding-left: 3rem;
}

.cdmo-side ul.ul li a:hover {
  color: #2f5eab;
}


.cdmo-side ul.ul li a:hover:after {
  background-color: #2f5eab;
}

.cdmo-side ul.ul li.active a:after,
.cdmo-side ul.ul li a:hover:after {
  width: 2.5rem;
}

.gmp-right-content .box {
  border-bottom: 1px solid #e5e5e5;
  /* padding-top: 2.875rem; */
  padding-bottom: 2.875rem;
  padding-top: 5.875rem;
  margin-top: -3rem;
}

/* .gmp-right-content .box_gy {
  padding-bottom: 0;
  border-bottom: 0;
} */

.gmp-right-content .box:first-child {
  /* padding-top: 0; */
}

.gmp {
  background-color: rgba(47, 94, 171, .05);
}

.gmpjs .box_sm {
  background-color: #ebeff2;
  border-radius: 1rem;
  overflow: hidden;
}

.gmpjs .img {
  width: 100%;
  height: 17.5rem;
  position: relative;
  overflow: hidden;
}

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

.gmpjs .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3.5rem;
  background-image: url(../images/gmpjsbg.png);
  background-size: 100% 100%;
  left: 0;
  bottom: 0rem;
  transition: all 400ms;
  z-index: 2;
}

.gmpjs .boxtext {
  padding: 1.25rem;
  padding-top: 0.25rem;
  text-align: center;
}

.gmpjs a:hover .bg_cover {
  transform: scale(1.1);
}

.gmpjs {
  padding-bottom: 2.5rem;
  margin-top: 1.875rem;
}

.gmpjs .swiper-scrollbar {
  width: 30%;
  left: 50%;
  bottom: 0.375rem;
  transform: translateX(-50%);
}

.gmpjs .swiper-button-next,
.gmpjs .swiper-container-rtl .swiper-button-prev {
  bottom: 0;
  top: auto;
  right: 32.5%;
  height: auto;
  width: auto;
}

.gmpjs .swiper-button-prev,
.gmpjs .swiper-container-rtl .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 32.5%;
  height: auto;
  width: auto;
}


.gmpswitch .box_sm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #2f5eab;
  border-radius: 0.625rem;


}

.gmpswitch .box_sm div {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
  width: 25%;
}

/* .gmpswitch .box_sm div:first-child {
  border-left: 0;
} */

.gmpswitch .box_sm div.active {
  background-color: #45b8a0;
  border-radius: 0.625rem;
}

.gmpswitch .box_b .box_bsm {
  display: flex;
  border-top: 0.1875rem solid #45b8a0;
  align-items: center;
  border-bottom: 1px solid #e3e5e5;
}

.gmpswitch .box_b .box_bsm .box_smr {
  width: 35%;
  display: flex;
  justify-content: center;
}

.gmpswitch .box_b .box_bsm .img {
  width: 8.8125rem;
}

.gmpswitch .box_b .box_bsm .box_smtb {
  width: 90%;
  font-size: 1.125rem;
}

.gmpswitch .box_b .box_bsm .box_smtb .tr {
  display: flex;
  justify-content: space-between;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e3e5e5;
}

.gmpswitch .box_b .box_bsm .box_smtb .tr:last-child {
  border-bottom: 0;
}

.gmpswitch .box_b .box_bsm .box_smtb .tr div {
  min-width: 20%;
}

.gmpswitch .box_b .ft_20 {
  display: none;
  /* height: 31rem; */
}

.gmpswitch .box_b .ft_20.active {
  display: block;
}

.testing {
  font-size: 1.25rem;
}

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

.testing .box_t .box_sm {
  position: relative;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.testing .box_t .box_sm::before {
  position: absolute;
  content: '';
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.12);
  right: -3.5rem;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
}

.testing .box_t .box_sm:first-child {
  background-image: linear-gradient(to right, #2461ad, #2667ac);
}

.testing .box_t .box_sm:first-child::before {
  border-left-color: #276aab;
}

.testing .box_t .box_sm:nth-child(2) {
  background-image: linear-gradient(to right, #286dab, #2c76aa);
}

.testing .box_t .box_sm:nth-child(2)::before {
  border-left-color: #2d7aa9;
}

.testing .box_t .box_sm:nth-child(3) {
  background-image: linear-gradient(to right, #2f7da9, #3388a7);
}

.testing .box_t .box_sm:nth-child(3)::before {
  border-left-color: #348ca6;
}

.testing .box_t .box_sm:nth-child(4) {
  background-image: linear-gradient(to right, #3690a6, #3a9aa4);
}

.testing .box_t .box_sm:nth-child(4)::before {
  border-left-color: #40a1a6;
}

.testing .box_t .box_sm:nth-child(5) {
  background-image: linear-gradient(to right, #3da2a3, #40aba2);
}

.testing .box_t .box_sm:nth-child(5)::before {
  border-left-color: #41aea1;
}

.testing .box_t .box_sm:nth-child(6) {
  background-image: linear-gradient(to right, #42b1a1, #45b7a0);
}

.testing .box_t .box_sm:nth-child(6)::before {
  border-left-color: transparent;
}

.tablebox {
  max-height: 47rem;
  overflow-y: auto;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.tablebox::-webkit-scrollbar {
  width: 0.3125rem;
  height: 0rem;
}

.tablebox::-webkit-scrollbar-thumb {
  background-color: #2f5eab;
  border-radius: 0.1563rem;
}

.tablebox table {
  width: 100%;
  border-top: 0.25rem solid #2f5eab;
}



.tablebox table tr td:first-child {
  width: 20%;
}

.tablebox table tr td {
  text-align: center;
  padding: 0.5rem 0.9375rem;

  width: 26%;
}

.tablebox table tr.rowspan {
  background-color: rgba(47, 94, 171, .05);
}

.tableboxs table tr td:nth-child(2) {
  width: 20%;
}

.tableboxs table tr td:nth-child(3) {
  width: 46%;
}

.gmpjsimgjs.swiper-container .swiper-pagination {
  bottom: 1.25rem;
}

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

.gmpjsimgjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2f5eab;
}

.gmpjsimgjs .bg_cover {
  height: 26.25rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.dataDownload .box_sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eff2f5;
  padding: 1.25rem;
  border-bottom: 1px solid #fff;
}

.dataDownload .box_sm .ico {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/ico5.png);
  background-size: 100% 100%;

}

.dataDownload .box_sm .downloadico {
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background-image: url(../images/ico6.png);
  background-size: 100% 100%;
}

.dataDownload .box_sm .ft_20 {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;

}

.problem .textBeyondHidden {
  width: 97%;
}

.problem .box_sm {
  padding-left: 1.875rem;
  padding-right: 3.75rem;
  background-color: #eff2f5;
  border-bottom: 1px solid #fff;
}

.problem .box_sm .ft_20 {
  position: relative;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  cursor: pointer;
}

.problem .box_sm .ft_20::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 0.5625rem;
  top: 2rem;
  right: -1.875rem;
  background-image: url(../images/jsbottom136.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 400ms;
}

.problem .box_sm.active .ft_20::before {
  transform: rotate(180deg);
}

.problem .box_sm .box_smbr {
  width: 97%;
}



.problem .box_sm .box_smb {

  justify-content: space-between;
  display: flex;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 400ms;
  font-size: 1.125rem;
}

.problem .box_sm.active .box_smb {
  height: auto;

  padding-bottom: 1.875rem;

}

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

.gmpadvantage .box_sm {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;


}

.gmpadvantage .box_sm .ico {
  height: 3.625rem;
  width: 4.9375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}

.gmpadvantage .box_sm:hover .ico {
  transition: 0.5s;
  transform: rotateY(360deg);
}

.gmpadvantage .box_sm:first-child .ico {
  background-size: 3.625rem 3.625rem;
}

.gmpadvantage .box_sm:nth-child(2) .ico {
  background-size: 4.0625rem 3.625rem;
}

.gmpadvantage .box_sm:nth-child(3) .ico {
  background-size: 4.9375rem 3.625rem;
}

.gmpadvantage .box_sm:nth-child(2) {
  width: 45%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}


/* ipsc服务详情 */
.return {
  font-size: 1.45rem;
  position: relative;
  top: 6.25rem;
  position: sticky;
  font-weight: bold;
  color: #2f5eab;
}

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

/* 无菌灌装 */
.sterile .sterilebox:nth-child(2n-1) {
  background-color: #ebeff2;
}


.sterile .sterilebox:nth-child(3) .box_l {
  width: 100%;
}

.sterile .sterilebox:nth-child(3) .box_r {
  display: none;
}

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

.sterilebox .box_l {
  width: 46%;
}

.sterilebox .box_r {
  width: 50%;
}

.box_rjs {
  width: 100%;
  height: 22.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.box_rjs .bg_cover {
  width: 100%;
  height: 100%;
}

.box_rjs.swiper-container .swiper-pagination {
  bottom: 1.25rem;
}

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

.box_rjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2f5eab;
}


/* 全球注册申报服务 */
.declare .box {
  display: flex;
  flex-wrap: wrap;

}

.declare .box .box_sm {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  width: 23%;
  border-radius: 1rem;
  margin-top: 2.6666%;

}

.declare .box .box_sm:hover .bg_cover {
  transform: scale(1.1);
}

.declare .box .box_sm {
  margin-right: 2.666666%;
}

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

.declare .box .img {
  width: 100%;
  /* height: 12.5rem; */
  height: 14.5rem;
  position: relative;
  overflow: hidden;
}

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

.declare .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3.5rem;
  background-image: url(../images/gmpjsbg1.png);
  background-size: 100% 100%;
  left: 0;
  bottom: -.8rem;
  transition: all 400ms;
  z-index: 2;
}

.declare .box_sm .boxtext {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
  min-height: 16.5625rem;
  padding-top: 1.25rem;
}

.ullin li {
  position: relative;
  padding-left: 1rem;
}

.ullin li::before {
  position: absolute;
  content: '';
  width: 0.375rem;
  height: 1px;
  background-color: #111111;
  left: 0;
  top: 0.8rem;

}

.tablebox2 table tr td {
  width: 30%;
}

.tablebox2 table tr td:nth-child(4) {
  width: 20%;
}

.tablebox3 table tr td {
  text-align: left;
  padding: 0.9375rem;
  width: 25%;
}

.tablebox table tr td:first-child {
  width: 25%;
}

.tablebox table tr td:nth-child(4) {
  width: 16%;
}

.tablebox table tr td .ico {
  display: flex;
  align-items: end;
}

.tablebox table tr td img {
  width: 8.5rem;
  max-width: max-content;
}

.tablebox table tr td .ico img {
  width: 2.3125rem;
  margin-right: 0.625rem;
}

/* 分析服务 */
.servicets .box {
  display: flex;
  justify-content: space-between;
}

.servicets .boxsm {

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

}

.servicets .boxsm .ico {
  width: 3.8125rem;
  height: 3.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

.servicets .boxsm:nth-child(1) .ico {
  background-size: 3.375rem 3.375rem;
}

.servicets .boxsm:nth-child(2) .ico {
  background-size: 3.8125rem 3.5rem;
}

.servicets .boxsm:nth-child(5) .ico {
  background-size: 3.5rem 3.5rem;
}


.servicets .boxsm .font {
  display: flex;
  line-height: 1;
}

.servicets .boxsm .font span:first-child {
  font-size: 3.4375rem;
  color: #2f5eab;
}

.servicets .boxsm .font span:nth-child(2) {
  font-size: 2.1875rem;
  color: #f3981e;
}

.servicets .boxsm .ft_20 {
  margin-top: 1.25rem;
}



.servicets .boxsm:nth-child(2) {
  width: 20%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.servicets .boxsm:nth-child(3) {
  /* width: 20%; */

}

.servicets .boxsm:nth-child(4) {
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  ;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.allservice {
  height: 20.625rem;
  background-size: cover;
  display: flex;
  align-items: center;
}

.allservice .container {
  color: #fff;
  text-align: center;
}

.allserviceb {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.allserviceb .box .box_sm .ico {
  height: 3.625rem;
  width: 3.625rem;
  background-size: 100% 100%;
  margin-bottom: 0.625rem;

}

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

.allserviceb .box .box_sm {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.allserviceb .box .box_sm a {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 15.625rem;
  top: -6.652rem;
  left: 0;
  background-color: #2f5eab;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 1rem;
  transition: all 400ms;
  padding: 2rem;
}

.allserviceb .box .box_sm:hover a {
  opacity: 1;
  visibility: visible;
}

.box_rff.swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: .3;
}

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

.box_rff .bg_cover {
  position: relative;
}

.box_rff .bg_cover .ft_20 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}


/* 分析服务详情 */
.cdmo-side1 ul.ul li a {
  padding-left: 3rem;
}

.tablebox4 table tr:first-child td {
  font-size: 1.25rem;
}

.tablebox4 table tr td {
  font-size: 1rem;
  text-align: left;
}

.tablebox4 table tr:first-child td:first-child {
  width: 15%;
}

.tablebox4 table tr:first-child td:nth-child(2) {
  width: 17%;
}

.tablebox4 table tr:first-child td:nth-child(3) {
  width: 30%;
}

.tablebox4 table tr:first-child td:nth-child(4) {
  width: 10%;
}

.tablebox4 table tr:first-child td:nth-child(5) {
  width: 12%;
}

.tablebox4 table tr:first-child td:nth-child(6) {
  width: 12%;
}




.tablebox4 {
  max-height: 45rem;
  overflow-y: auto;
}

.tablebox4::-webkit-scrollbar {
  width: 0.3125rem;
}

.tablebox4::-webkit-scrollbar-thumb {
  background-color: #2f5eab;
  border-radius: 0.1563rem;
}

.tablebox4 table {
  width: 100%;
  border-top: 0.25rem solid #2f5eab;
}

.tablebox4 table tr {
  border-bottom: 1px solid #e3e5e5;
}


.tablebox4 table tr td {

  padding: 0.9375rem 1rem;

}

.tablebox4 table tr.rowspan {
  background-color: rgba(47, 94, 171, .05);
}


/* 资讯中心 */
.selectBox {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 8.75rem;
}

.selectBox .select {
  width: 100%;
  border: 0;
  padding-left: 1.25rem;
  outline: none;
  border: 1px solid #2f5eab;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  appearance: none;
  color: #2f5eab;
  border-radius: 1.4375rem;
}

.web_screen_ul {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  opacity: 0;
  padding: 0 0.46rem;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.web_screen_ul li {
  position: relative;
  color: #ffffff;
}

.web_screen_ul li a {
  display: block;
  height: 2.5rem;
  cursor: pointer;
  padding-left: 1.25rem;
  color: #000;
  line-height: 2.5rem;
}

.selectBox:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.web_screen_ul li a:hover {
  color: #2f5eab;
}

.selectBox::after {
  position: absolute;
  content: '';
  width: 1rem;
  height: 0.5625rem;
  background-image: url(../images/jsbottom136.svg);
  background-size: 100% 100%;
  top: 50%;

  transform: translateY(-50%);
  right: 1.25rem;
}

.w_hMore a {
  position: relative;
  font-size: 1.125rem;
  color: #f3981e;
  padding-right: 1.25rem;
}

.w_hMore a::before {
  position: absolute;
  content: '';
  width: 0.5625rem;
  height: 1rem;
  background-image: url(../images/jtright_f3981e.svg);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.newsbox ul li {
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
}

.newsbox .ft_16 {
  color: #74787f;
}

.news {
  padding-bottom: 12.5rem;
}

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

.newsdnav .breadcrumb-item+.breadcrumb-item::before {
  content: '/';
  padding-right: 0.5rem;
  color: #bbbbbb
}

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

.newsdnav .breadcrumb a,
.newsdnav .breadcrumb {
  font-size: 1rem;
}

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

.newsdnav .breadcrumb a {
  color: #bbbbbb;
}

.newsdnav .breadcrumb .breadcrumb-item:nth-child(2) {
  color: #bbbbbb;
}

.newsdbox {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.newsdbox .box_l {
  width: 80%;
  background-color: #fff;
  width: 74%;
  padding: 3.0625rem;
}

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

.newsdbox .box_l .boxsm_t .ft_16 {
  color: #929497;
}

.newsdbox .box_l .boxsm_c {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
  font-size: 1.25rem;
}

.page-ing {

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

  padding-top: 1.25rem;
}

.page-ing .page-ing-boxs {
  position: relative;
}

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

.page-ing .prev a,
.page-ing .next a {
  height: 100%;
}

.page-ing .icon-bg {
  position: absolute;
  top: 0;
  left: 44%;
  width: 12%;
  height: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: url(../images/icon_det_ic.svg) no-repeat center / 1.3125rem;
}

.page-ing .icon {
  width: 14px;
  height: 28px;
  background-image: url(../images/jtleft_f3981e.svg);
  background-size: cover;
  text-indent: -1000em;
  overflow: hidden;
}

.page-ing .next .icon {
  order: 3;
  transform: rotateZ(180deg);
}

.page-ing .prev .tx {
  margin-left: 1.25rem;
  width: 100%;
}

.page-ing .next .tx {
  margin-right: 1.25rem;
  width: 100%;
}

.page-ing .tx .stitle {
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-ing .next .tx .stitle {
  text-align: end;
}

.page-ing a:hover {
  text-decoration: none;
  color: #f3981e;
}

.newsdbox .box_r {
  width: 24%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.newsdbox .box_r .box_sm {
  background-color: #fff;
  position: sticky;
  top: 6.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;

}



.newsdbox .box_r .box_sm .box_smtext {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.newsdbox .box_r .box_sm .box_smtext .ft_16 {
  color: #74787f;
}

/* 会议 */
.meeting {
  padding-top: 0;
  padding-bottom: 0;
}

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

}

.meeting .box_sm {
  width: 32%;
  margin-top: 2%;
}

.meeting .box_sm .boxtext .ft_18 {
  margin-top: 0.625rem;
  color: #929497;
}

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

.meeting .box_sm .boxtext .ft_18 span {
  display: inline-block;
  line-height: 1;
  margin-right: 0.4375rem;
  padding-right: 0.625rem;
  border-right: 1px solid #929497;
}

.meeting .box_sm .boxtext .ft_18 span:last-child {
  border-right: 0;
}

.hNews.meeting .img {
  height: 16.75rem;

}

.hNews.meeting11 .img {
  height: 13.75rem;
}

.newsdbox .box_r .box_smtext .ft_18 span {
  display: inline-block;
  line-height: 1;
  margin-right: 0.4375rem;
  padding-right: 0.625rem;
  border-right: 1px solid #929497;
}

.newsdbox .box_r .box_smtext .ft_18 span:last-child {
  border-right: 0;
  margin-right: 0rem;
  padding-right: 0rem;
}

.dataDownload1 .box_sm .ico {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/ico5.1.png);
  background-size: 100% 100%;

}

.dataDownload1 .box_sm {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dataDownload1 .box_sm:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dataDownload .downloadico {
  cursor: pointer;
}

.modalMain .form_list ul li:last-child {
  width: 31%;
}

.modalMain .form_list ul::after {
  content: '';
  flex-basis: 31%;
}

.livebroadcast .box_sm {
  width: 23.5%;
  margin-right: 2%;
}

.livebroadcast .box_sm:nth-child(4n) {
  margin-right: 0;
}

.livebroadcast .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.livebroadcast .box::after {
  content: '';
  flex-basis: 0%;
}

.livebroadcast .img {
  height: 12.0625rem;

}

.livenewsd {
  padding-bottom: 0;
}

/* 关于8827太阳集团 */
.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about .box_l {
  width: 48%;
}

.about .box_r {
  width: 48%;
  height: 24.375rem;
  border-radius: 1rem;
  overflow: hidden;
}

.about .box_r video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutcourse {
  background-image: url(../images/aboutcoursebg.png);
  background-size: cover;
  background-position: center;
  /* height: 39.9375rem; */
  height: 53.9375rem;
}



.aboutcourse {
  padding-left: 10.9375vw;
  position: relative;

}

.aboutcourse .ft_40 {
  /* position: absolute; */
  /* top: 6.25rem; */
  padding-top: 6.25rem;
}




.aboutcoursejs .swiper-slide {
  /* width: 21.3125rem; */
  width: 15.3125rem;
  margin-right: 2rem;
}

.aboutcoursejs .box {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  cursor: pointer;
}

.aboutcoursejs .box::before {
  position: absolute;
  content: '';
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid #fff;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
}

.aboutcoursejs .box .box_b {
  padding: 1.875rem;
  border-radius: 1rem;
  overflow: hidden;
}

.aboutcoursejs .box .year {
  /* font-size: 3.25rem; */
  font-size: 2.25rem;
}

.aboutcoursejs .box .ft_20 {
  padding-top: 0.75rem;
  height: 4.7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutcoursejs .swiper-wrapper {
  align-items: end;
}

.aboutcoursejs .swiper-wrapper .swiper-slide {
  padding-top: 13.75rem;
}

.aboutcoursejs .box .box_t {
  /* height: 13.75rem; */
  height: 11.75rem;
  position: absolute;
  overflow: hidden;
  margin-bottom: -1.875rem;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  bottom: 100%;
  border-radius: 1rem;
}

.aboutcoursejs .active .box .box_t {
  opacity: 1;
  visibility: visible;
}

.aboutcoursejs .active .box {
  background-color: #2f5eab;
  color: #fff;
}

/* .aboutcoursejs .swiper-slide:nth-child(2n).active .box::before {
  border-top-color: #45b8a0;
}


.aboutcoursejs .swiper-slide:nth-child(2n).active .box {
  background-color: #45b8a0;

} */

.aboutcoursejs .active .box::before {
  border-top-color: #2f5eab;
}

.aboutcoursejs .box .box_t .bg_cover {
  width: 100%;
  height: 100%;
  position: relative;
}

.aboutcoursejs .box_t .bg_cover::before {
  position: absolute;
  content: '';
  height: 64px;
  width: 100%;
  background-image: url(../images/gmpjsbg2.png);
  background-size: 100% 100%;
  bottom: -0.625rem;
}

.aboutcoursejs .swiper-scrollbar {
  width: 20%;
  margin-left: 35%;
  background-color: #fff;
  height: 0.25rem;
  border-radius: 0.125rem;
  bottom: 0.375rem;
}



.aboutcoursejs .swiper-button-prev,
.aboutcoursejs .swiper-container-rtl .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 34%;
  height: auto;
  width: auto;
}

.aboutcoursejs .swiper-button-next,
.aboutcoursejs .swiper-container-rtl .swiper-button-prev {
  bottom: 0;
  top: auto;
  right: 42%;
  height: auto;
  width: auto;
}

.aboutcoursejs {
  padding-bottom: 9.375rem;
}

.aboutcoursejs::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4.5625rem;
  background-image: url(../images/timelint.png);
  background-size: 100% 100%;
  bottom: 3.125rem;
}

.abouthonorjs .box {
  display: flex;
  align-items: center;
  background-color: #eff2f5;
  border-radius: 1rem;
  height: 9.375rem;
  padding: 1rem 2.5rem;
}

.abouthonorjs .box .ft_22 {
  width: 80%;
  margin-left: 1.875rem;
}

.abouthonorjs .box .year {
  font-size: 3.25rem;
  color: #2f5eab;
}

.abouthonorjs .swiper-wrapper {
  height: 35rem;
}

.abouthonorjs .swiper-slide {
  height: 9.375rem;

}

.abouthonorjs .swiper-scrollbar {
  width: 20%;
  margin-left: 35%;
  background-color: #eff2f5;
  height: 0.25rem;
  border-radius: 0.125rem;
  bottom: 0.375rem;
}

.abouthonorjs .swiper-button-prev,
.abouthonorjs .swiper-container-rtl .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 34%;
  height: auto;
  width: auto;
}

.abouthonorjs .swiper-button-next,
.abouthonorjs .swiper-container-rtl .swiper-button-prev {
  bottom: 0;
  top: auto;
  right: 42%;
  height: auto;
  width: auto;
}

.aboutatmp {
  height: 30.625rem;
  position: relative;
}

.aboutatmp .ft_26 {
  position: absolute;
  top: 62%;
  left: 52%;
  transform: translateX(-50%);
}

/* 团队管理 */
.team {
  padding-bottom: 9.5rem;
  background-color: #ebeff2;
}

.team .box {
  padding-bottom: 3.5rem;
}



.team .box:nth-child(2n) {
  background-color: #fff;
}

.team .box:nth-child(1) {
  display: none;
}

.team .box:nth-child(3) {
  display: none;
}

.team .box .box_sm {
  /* width: 22.5%; */
  width: 100%;
  /* border-radius: 1rem; */
  overflow: hidden;
  background-color: #fff;
  /* margin-right: 3%; */

  margin-top: 3%;
  cursor: pointer;
}

.team .box .boxs {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
}

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

.team .box .box_t {
  position: relative;
  height: 17.0625rem;
  overflow: hidden;
  width: 20%;
  border-radius: 1rem;
}

.team .box .box_t .bg_cover {
  width: 100%;
  height: 100%;
  transition: all 400ms;
  border-radius: 1rem;
  overflow: hidden;
}

.team .box .box_t::before {
  position: absolute;
  content: '';
  height: 64px;
  width: 100%;
  background-image: url(../images/hCasejsbg.png);
  background-size: 100% 100%;
  bottom: -0.625rem;
  z-index: 2;
  opacity: 0;
}

.team .box .box_b {
  padding: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  width: 80%;
  text-align: left !important;
}

.team .box .box_sm {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.team .box .box_sm:hover .bg_cover {
  transform: scale(1.1);
}

.team .box:nth-child(2n) .box_t::before {
  background-image: url(../images/gmpjsbg.png);
}

.team .box:nth-child(2n) .box_sm {
  background-color: #eff2f5;
}

.teammadal {
  display: flex;
  justify-content: space-between;
  padding-left: 6.875rem;
  padding-right: 6.25rem;
}

.teammadal .box_l {
  width: 31%;
  border-radius: 1rem;
  overflow: hidden;
}

.teammadal .box_l .bg_cover {
  height: 26.25rem;
  width: 100%;
}

.teammadal .box_r {
  width: 64%;
  height: 26.25rem;
  overflow-y: auto;
  padding-right: 6rem;
}

.teammadal .position {
  font-size: 1.25rem;
  color: #f3981e;
  padding-bottom: 2rem;
}

.teammadal .box_r::-webkit-scrollbar {
  width: 0.3125rem;
}

.teammadal .box_r::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 0.1563rem;
}

.webModal1 .modal-content {
  width: 74%;
}

.pevbuttom {
  position: absolute;
  width: 1.875rem;
  height: 3.6875rem;
  background-image: url(../images/jtleft_2.svg);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
  cursor: pointer;
}

.nextbuttom {
  position: absolute;
  width: 1.875rem;
  height: 3.6875rem;
  background-image: url(../images/jtright_2.svg);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  cursor: pointer;
}

/* 全球基地 */
.hBase .box_map {
  position: relative;

}


.hBase .box_map ul li {
  position: absolute;


}

.hBase .box_map ul li .spot {
  width: 4.375rem;
  height: 4.375rem;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
}

.hBase .box_map ul li.li-1 {
  top: 34%;
  left: 8.2%;
}

.hBase .box_map ul li.li-2 {
  top: 38%;
  left: 25%;
  display: none;
}

.hBase .box_map ul li.li-3 {
  top: 19%;
  left: 24.5%;
}

.hBase .box_map ul li.li-4 {
  top: 24%;
  right: 13.2%;
}

.hBase .box_map ul li.li-5 {
  top: 31%;
  right: 20%;
}

.hBase .box_map ul li.li-6 {
  top: 43%;
  right: 20%;
}

.hBase .box_map ul li.li-7 {
  top: 37%;
  right: 10.3%;
}

.hBase .box_map ul li.li-8 {
  top: 51%;
  right: 14.5%;
}

.popFrame {
  width: 19.75rem;
  background-color: #fff;
  position: absolute;
  top: -21.5rem;
  left: -8rem;
  z-index: 9;
  border-radius: 1rem;


}

.popFrame::before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 50%;

  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #fff;
}

.popFrame .img {
  width: 100%;
  height: 11.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.popFrame .box_b {
  padding: 1.5625rem;
  position: relative;
  bottom: auto;
  padding-top: 0;
  height: 9.5rem;
}

.popFrame .img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3.5rem;
  background-image: url(../images/gmpjsbg1.png);
  background-size: 100% 100%;
  left: 0;
  bottom: 0rem;
  transition: all 400ms;
  z-index: 2;
}

.popFrameclose {
  position: absolute;
  background-color: #45b8a0;
  width: 6.8125rem;
  height: 6.8125rem;
  border-radius: 50%;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.popFrameclose .close {
  cursor: pointer;
  position: absolute;
  top: 41%;
  left: 11%;
  width: 2.75rem;
  height: 3.75rem;
  background-image: url(../images/close_w.svg);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.hBase .box_map ul li .popFrame {
  display: none;
}

.hBase .box_map ul li.active .popFrame {
  display: block;
}

.hBase .box_map ul {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
}

.baseb {
  padding-bottom: 12.5rem;
}

.baseb .box {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.baseb .box .box_sm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.baseb .box .box_sm .ft_24 {
  margin-bottom: 0.3125rem;
}

.baseb .box .box_sm .ico {
  width: 4.0625rem;
  height: 3.8125rem;
  background-size: cover;
  margin-bottom: 1.25rem;
}

.baseb .box .box_sm:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.baseb .box .box_sm:nth-child(3) {

  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 4.375rem;
}


.baseb .box .box_sm:hover .ico {
  transition: 0.5s;
  transform: rotateY(360deg);
}

/* cro */
.crocharacteristic .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.crocharacteristic .box .box_sm .box_ico {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}

.crocharacteristic .box .box_sm {
  width: 48.5%;
  background-color: #edf1f4;
  border-radius: 1rem;
  height: 14.4375rem;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}

.crocharacteristic .box .box_sm .ico {
  width: 3.6875rem;
  height: 3.6875rem;
}

.crocharacteristic .box .box_sm .box_ssm {
  padding: .5rem 2.5rem;

}

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

.rnasever .box_sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.rnasever .box_sm:first-child {
  padding-left: 0;
}

.rnasever .box_sm:last-child {
  padding-right: 0;
  border-right: 0;
}

.rnasever .box_sm .ico {
  width: 3.8125rem;
  height: 3.9375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.25rem;
}

.rnasever .box_sm:nth-child(1) .ico {
  background-size: 3.75rem 3.75rem;
}

.rnasever .box_sm:nth-child(2) .ico {
  /* background-size: 3.8125rem 3.6875rem; */
  background-size: 3.75rem 3.75rem;
}

.rnasever .box_sm:nth-child(3) .ico {
  /* background-size: 3.375rem 3.375rem; */
  background-size: 3.75rem 3.75rem;
}

.rnasever .box_sm:nth-child(4) .ico {
  /* background-size: 2.25rem 3.9375rem; */
  background-size: 3.75rem 3.75rem;
}

.rnasever .box_sm:nth-child(5) .ico {
  /* background-size: 2.9375rem 3.5rem; */
  background-size: 3.75rem 3.75rem;
}

.rnaadvantage .box_sm div {
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625em;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
  width: 33.333%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.gmpswitch .box_sm div {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tableboxs1 table {

  border-top-color: #45b8a0;
}

.tableboxs1 table tr.rowspan {
  background-color: rgba(69, 184, 160, 0.05);
}

.tableboxs1 table tr td:nth-child(2) {
  width: 36%;
}

/* 现货产品 */
.productFeatures .box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 0;
  padding-bottom: 0.3125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.productFeatures .box .ico {
  width: 3.625rem;
  height: 3.625rem;
  margin-right: 1.25rem;
}

.productFeatures .box .box_sm {

  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 1.25rem;
}

.productFeatures .box .box_sm a {
  display: flex;
}

.productFeatures .box .box_sm:nth-child(2n) {
  border-right-color: transparent;
}

.productFeatures .box .box_sm:hover .ico {
  transition: 0.5s;
  transform: rotateY(360deg);
}

.rnasever .box_sm:hover .ico {
  transition: 0.5s;
  transform: rotateY(360deg);
}

.prductdsever .box_sm .ico {
  width: 4.1875rem;
  height: 4.125rem;
}

.prductdsever .box_sm:nth-child(1) .ico {
  /* background-size: 4.1875rem 4.125rem; */
  background-size: 3.75rem 3.75rem;
}

.prductdsever .box_sm:nth-child(2) .ico {
  /* background-size: 4.1875rem 3.75rem; */
  background-size: 3.75rem 3.75rem;
}

.prductdsever .box_sm:nth-child(3) .ico {
  /* background-size: 3.25rem 3.875rem; */
  background-size: 3.75rem 3.75rem;
}

.prductdsever .box_sm:nth-child(4) .ico {
  /* background-size: 3.875rem 3.875rem; */
  background-size: 3.75rem 3.75rem;
}

.productdtable {
  font-size: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productdtable .theader {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-top: 0.25rem solid #2f5eab;
  background-color: rgba(47, 94, 171, 0.15);
}

.productdtable .tr {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1.875rem;
  text-align: center;
}

.productdtable .tr div:first-child {
  width: 25%;
  text-align: left;
}

.productdtable .tr div:nth-child(2) {
  width: 25%;
}

.productdtable .tr div:nth-child(3) {
  width: 25%;
}

.productdtable .tr div:nth-child(4) {
  width: 15%;
}

.productdtable .tr div:nth-child(5) {
  min-width: 4rem;
}

.productdtable .tbody .tr {
  border-radius: 0.625rem;
}

.productdtable .tbody .tr:nth-child(2n) {
  background-color: rgba(47, 94, 171, 0.05);
}

.productdtable .tbody .tr:hover {
  background-color: #2f5eab !important;
  color: #fff;
}

.productdtable .tbody .tr:hover a {
  color: #fff;
}

.productdtable .tbody .tr .consultingService {
  position: relative;
  cursor: pointer;
}

.productdtable .tr .consultingService::before {
  position: absolute;
  content: '';
  width: 0.5625rem;
  height: 1rem;
  background-image: url(../images/jtright_fw.svg);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.productdtable .tr:hover .consultingService::before {
  opacity: 1;
  visibility: visible;
}


.productdtable .tr:hover .consultingService {
  padding-right: 1rem;
}

/* 招贤纳士 */
.revalue {
  height: 35.625rem;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}

.revalue .box_l {
  color: #fff;
  width: 50%;
}

.revalue .box-ioc {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}

.revalue .box-ioc .ico {
  width: 4.8125rem;
  height: 4.8125rem;
  background-color: #1f187b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.5rem;
  font-size: 1rem;
}

.revalue .box-ioc .box_rr {
  width: 85%;
}

.revalue .box_l .box_sm .box-ioc:nth-child(2) .ico {
  background-color: #2a93e7;
}

.revalue .box_l .box_sm .box-ioc:nth-child(3) .ico {
  background-color: #45b8a0;
}

.revalue .box_r {
  height: 24.375rem;
  width: 47%;
  border-radius: 1rem;
  overflow: hidden;
}

.revalue .box_r .bg_cover {
  width: 100%;
  height: 100%;
}

.welfare .box_sm .ico {
  width: 3.75rem;
  height: 3.75rem;
}

.welfare .box_sm {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  padding-right: 1rem;
  min-height: 19rem;
  width: 49%;
  margin-bottom: 2%;
}

.welfare .box_sm .box_smr {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2.25rem;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.welfare .box_sm .boxico {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.welfare .box_sm .ft_24 {
  font-weight: bold;
}

.welfare .box_sm .box_text {
  margin-top: 0.625rem;
}

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

.recruitjois {
  height: 30.625rem;
  position: relative;
}

.recruitjois .box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29%;
}

/* 联系我们 */
.contactusbox {
  font-size: 1.375rem;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 2.75rem;
  overflow: hidden;
  display: flex;
}

.contactusbox .box {
  width: 25%;
  border-right: 1px solid #e4e4e4;
  padding: 1.5rem 2.0625rem;
  position: relative;
  cursor: pointer;
}


.contactusbox .box.active {
  background-color: #2f5eab;
  color: #fff;
}

.contactusbox .box:before {
  position: absolute;
  content: '';
  background-size: 100% 100%;
  right: 2.0625rem;
  top: 50%;
  transform: translateY(-50%);
}

.contactusbox .box:first-child:before {

  width: 3.875rem;
  height: 2.625rem;
  background-image: url(../images/containerico1.svg);

}

.contactusbox .box.active:first-child:before {

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

}

.contactusbox .box:nth-child(2):before {

  width: 2.8125rem;
  height: 2.625rem;
  background-image: url(../images/containerico2.png);
  background-size: 100% 100%;

}

.contactusbox .box.active:nth-child(2):before {
  background-image: url(../images/containerico2.1.png);
}

.contactusbox .box:nth-child(3):before {

  width: 3.625rem;
  height: 2.625rem;
  background-image: url(../images/containerico3.png);
  background-size: 100% 100%;

}

.contactusbox .box.active:nth-child(3):before {

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

}

.contactusbox .box:nth-child(4):before {

  width: 2.5625rem;
  height: 2.5625rem;
  background-image: url(../images/containerico4.png);
  background-size: 100% 100%;

}

.contactusbox .box.active:nth-child(4):before {

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

}

.contactusform {
  margin-top: 3rem;
}



.contactusform .form_list ul li {
  width: 48%;
}

.contactusform .form_list ul li.textarea {
  width: 100%;
}

.contactusform .form_list ul li.textarea .web_label {
  position: relative;
  padding-bottom: 2.1875rem;
}

.contactusform .form_list ul li.textarea textarea {
  padding: 1.25rem;
  width: 100%;
  height: 11.25rem;
  border-radius: 1rem;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contactusService {
  background-image: url(../images/contactUspublicbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.contactusService .box {
  background-color: #fff;
  border-radius: 1rem;
  width: 48%;
  padding: 2.5rem 2.875rem;
  margin-bottom: 4%;
  height: 100%;
}

.contactusService .box .box_sm {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.8125rem;
  margin-top: 0.8125rem;
}

.contactusService .box .box_sm .ico {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.25rem;
  margin-top: 0.5rem;
}

/* 投资者关系 */
.investorbox ul li {
  padding: 1.875rem 2.5rem;

}

/* 联系方式 */
.contactinbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactinbox .box_l {
  width: 40%;
}

.contactinbox .box_r {
  width: 50%;
  height: 22.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.contactinbox .box_r .bg_cover {
  width: 100%;
  height: 100%;

}

.hCro .box .box_t .box_sm .coll {
  width: 80%;
}

.gmp-right-content tbody td,
.gmp-right-content tbody tr {
  border: 1px solid;
}

.gmp-right-content li {
  list-style-type: unset;
}

table {
  width: 100%;
}

.tablebox table td {
  border: 0;
}

.tablebox table tr {
  border: 0;
  border-bottom: 1px solid #e3e5e5;
}

.sterile .sterilebox:nth-child(2) .box_r .hMore {
  display: none;
}


.searchResultList ul li {
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
}

.searchResult {
  background-color: #ebeff2;
  padding-top: 4rem;
  padding-bottom: 12rem;

}

.allSearch {
  position: relative;
}

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

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

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

.searchResultTitle {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.legal .box_l {
  width: 100%;
}

.abouttt {
  display: block;
  padding-bottom: 5rem;
}

.gmpswitch ul li {
  list-style-type: unset;
}



.header_languagebox ul {
  position: absolute;
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.5rem;
  background-color: #fff;
  box-shadow: 0 0 0.25rem #ddd;
  border-radius: 0.1rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .32s;
  -moz-transition: all .32s;
  -ms-transition: all .32s;
  -o-transition: all .32s;
  transition: all .32s;
}

.header_languagebox:hover ul {
  opacity: 1;
  visibility: visible;
}

.header_languagebox ul li a {
  padding: 0.20rem;
  display: block;
  font-size: 1rem;
}

.header_languagebox ul li a:hover {
  color: #f3981e;
}

.contactusService .box .box_sm .box_mm {
  width: 90%;
}

.gh {
  width: 1rem;
  display: inline-block;
  margin-right: 0.25rem;
}

.gh img {
  margin-bottom: 0.25rem;
}

.pcbanner {
  display: block;
}

.mobilebanner {
  display: none;
}

.gmp-right-content1 {}

.return1 {
  position: relative;
  top: 0;
}

#code {
  font-size: 1.25rem;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 1rem 0 0.625rem;
  height: auto;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: none;
  font-weight: 500;
}

#code1 {
  font-size: 1.25rem;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 1rem 0 0.625rem;
  height: auto;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: none;
  font-weight: 500;
}