﻿@charset "utf-8";

@font-face {
    font-family: 'Montserrat-Medium';
    font-style: normal;
    src: url(./Montserrat-Medium.otf);
    font-weight: 500;
}


@font-face {
    font-family: 'Montserrat-Light';
    font-style: normal;
    src: url(./Montserrat-Light.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    src: url(./Montserrat-Regular.otf);
    font-weight: 500;
}

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    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;
}

html {
    scroll-behavior: smooth;
}

.ft_1 {
    font-family: 'Montserrat-Medium';
}

.ft_2 {
    font-family: 'Montserrat-Regular';
}

body {
    /* font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif; */
    font-family: 'Montserrat-Light';
    font-size: 1.1256rem;
    color: #111111;
    position: relative;
    overflow-x: hidden;
    font-weight: 400;
    line-height: 1.25;
    background-color: #fff;
    /* max-width:120rem;
  margin: 0 auto; */
}

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.521vw;
    height: 0.521vw;
    margin: 0 0.365vw;
    background-color: #fff;
    position: relative;
    opacity: .3;
    transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


.web_container {
    padding-left: 0.781vw;
    padding-right: 0.781vw;
    margin: 0 auto;
    position: relative;
}






/*******头部********/
header {
    position: relative;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}


.header_column {
    display: flex;
    align-items: center;
    /* padding: 27.84px 0; */
    /* padding-right: 30.01px; */
    /* background-color: #f5f5f5; */
    /* padding-left: 30.01px; */
}



.head-language-icon {
    /* width: 23.002px;
  height: 23.002px; */
    display: flex;
    align-items: center;
}

.head-language-icon a {
    display: flex;
    /* margin-left: 3.994px;
  color: #8c8c8c;
  font-size: 13.997px; */
}


.head-language-icon img {
    width: 1.042vw;
    height: 1.042vw;
    /* width: 100%;
  height: 100%; */
    margin-right: 0.208vw;
}

.language {
    position: relative;
}

.language::after {
    content: '';
    position: absolute;
    top: 40%;
    right: -1.042vw;
    border-left: 0.417vw solid transparent;
    border-top: 0.417vw solid #555555;
    border-right: 0.417vw solid transparent;
    border-bottom: 0.417vw solid transparent;
}





header .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
    background-color: #ffffff;
    /* border-bottom: 0.052vw solid rgba(25, 49, 99, 0.15); */
    /* border-radius: 0 0 30.01px 30.01px; */
}

header .display-flex {
    position: relative;
}

header .logo {
    position: relative;
}

header .logo a {
    display: block;
}

header .logo a .img {
    width: 9.479vw;
}

header .logo a .img img {
    width: 100%;
}

header .logo a .con {
    position: relative;
    color: #111111;
    line-height: 1;
    padding-left: 0.517vw;
}

header .logo a .con .title {
    font-size: 1.62rem;
    margin-bottom: 0.517vw;
}

header .logo a .con .text {
    font-size: 0.8796rem;
}

header .header-nav {}

header .header-nav>ul>li {
    margin-left: 2.604vw;
    /* position: relative; */
}

header .header-nav>ul>li:last-child {
    /* margin-right: 3.75rem; */
}

header .header-nav>ul>li .link {
    display: block;
    position: relative;
    line-height: 1.3128rem;
    padding: 1.958vw 0;
    color: #111111;
    font-size: 1.3752rem;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
}

header .header_column .header-nav>ul>li {
    margin-right: 1.302vw;
    margin-left: 0;
    /* position: relative; */
}

header .header_column .header-nav>ul>li:last-child {
    margin-right: 0;
}

header .header_column .header-nav>ul>li .link {
    font-size: 1.3752rem;
}

header .header_column .header-nav {
    margin-left: 1.042vw;
    margin-right: 1.042vw;
}

header .header_column .header-nav .headerDropDownList {
    flex-direction: row-reverse;
}

header .header_column .header-nav .headerDropDownList .box_l {
    flex-direction: row-reverse;
}

header .header_column .header-nav .headerDropDownList .box_l .box_sm:first-child {
    border-left: 0.052vw solid #E5EAEC;
}

header .header_column .header-nav .headerDropDownList .box_l .box_sm:first-child .link_item_on {
    padding-left: 2.604vw;
}

header .header_column .header-nav .headerDropDown .headerDropDownList .box_ssm .link_item_on {
    padding-left: 0;
}

header .header_column .header-nav .headerDropDownList .box_l .box_sm:last-child {
    border-left: 0 solid #E5EAEC;
}

header .header-nav>ul>li.active .link::after,
header .header-nav>ul>li:hover .link::after {
    position: absolute;
    content: '';
    bottom: 1.51vw;
    left: 50%;
    transform: translateX(-50%);
    width: 2.292vw;
    height: 0.104vw;
    background-color: #F08300;
    transition: all 400ms;
}

/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #f3981e;
} */

header .header_languagebox {
    position: relative;
    padding-left: 0.938vw;
}

header .header_languagebox::before {
    position: absolute;
    content: '';
    width: 0.052vw;
    height: 1.458vw;
    background-color: rgba(159, 160, 160, .4);
    left: 0;
    top: -0.104vw;
}


header .header_languagebox .ft_14 {
    margin-left: 0.208vw;
    line-height: 1;
}

header .header_language {
    position: relative;
    padding-right: 0.938vw;
}

/* header .header_language::before {
  position: absolute;
  content: '';
  width: 0.052vw;
  height: 27.994px;
  background-color: rgba(159, 160, 160, .4);
  left: 0;
  top: -1.997px;
} */


.header_language .header_search {
    width: 1.042vw;
    height: 1.042vw;
    cursor: pointer;
    display: block;
    background-image: url(../images/search.png);
    background-size: 100% 100%
}







/* 语言下拉 */
header .header_language_level_nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    z-index: 8;
    padding-top: 1.563vw;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

.header_language_level_navBox div {
    padding-top: 0.417vw;
    padding-bottom: 0.417vw;
}

.header_languagebox {
    position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
    box-shadow: 0 0 0.365vw rgba(0, 0, 0, 0.15);
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
}

header .header_languagebox:hover .header_language_level_nav {
    opacity: 1;
    visibility: visible;
}

header .header_languagebox:hover .language::after {
    border-left: 0.417vw solid transparent;
    border-top: 0vw solid transparent;
    border-right: 0.417vw solid transparent;
    border-bottom: 0.417vw solid #555555;
}

.header_language_level_navBox div:hover a {
    color: #1ba195;
}

/*搜索栏*/
.searchField {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    display: none;
    background: #fff;
    border-bottom: 0.052vw solid #e5e5e5;
    border-top: 0.052vw solid #e5e5e5;
    padding: 1.667vw 0;
}

.searchField_form {
    position: relative;
    max-width: 76%;
    margin: 0 auto;
    overflow: hidden;
}

.searchField_form .form-control {
    font-size: 1.1196rem;
    border-radius: 0.313vw;
    height: 2.604vw;
    box-shadow: none;
    border: 0;
    color: #81888F;
    padding: 0 3.833vw 0 0.833vw;
    font-weight: 300;
    background-color: #f5f5f7;
    font-family: 'Montserrat-Medium';
}

.searchField_form .form-control::placeholder {
    font-size: 1.1196rem;
}

.searchField_form .btn {
    position: absolute;
    padding-right: 1.917vw;
    padding-left: 1.917vw;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.1196rem;
    box-shadow: none;
    color: #ffffff;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    text-indent: -52.031vw;
}

.searchField_form .btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0.517vw;
    bottom: 0;
    z-index: 8;
    width: 3.833vw;
    background-image: url(../images/search02.svg);
    background-size: 1.35vw auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: right 400ms;
}

.searchField_form .btn:hover:before {
    right: 0;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
    opacity: 1;
    visibility: visible;
    backdrop-filter: saturate(50%) blur(0.417vw);
}

/* 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: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    /* height: 255.994px; */
    /* transform: translateX(-50%); */
    transition: all 400ms;
}



/* .headerDropDown:before {
  content: '';
  position: absolute;
  top: -8.966px;
  left: 50%;
  margin-left: -8.966px;
  border-left: 8.966px solid transparent;
  border-right: 8.966px solid transparent;
  border-bottom: 8.966px solid #ffffff;
} */

.headerDropDown .headerDropDownList {
    background-color: rgba(255, 255, 255, .8);
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
    padding-left: 14.167vw;
    padding-right: 14.167vw;
    /* overflow: hidden; */
    /* box-shadow: 0 0 20.006px rgba(0, 0, 0, 0.1); */
    /* display: flex;
  flex-wrap: wrap; */
    /* height: 255.994px; */
    position: relative;
    display: flex;
    justify-content: space-between;
}

.headerDropDown .headerDropDownList .box_r {
    width: 18.75vw;
    height: 10.417vw;
    border-radius: 0.521vw;
}

.headerDropDown .headerDropDownList .box_r .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.headerDropDown .headerDropDownList .box_r .img.active {
    display: block;
}




.headerDropDown .headerDropDownList .link_item_on {
    position: relative;
    /* padding-left: 49.997px; */
    /* margin-left: 49.997px; */
    margin-bottom: 0.625vw;
    display: table;
}

.headerDropDown .headerDropDownList .box_ssm .link_item_on {
    margin-bottom: 1.042vw;
}

.headerDropDown .headerDropDownList .box_ssm .link_item_on {
    padding-left: 2.604vw;
}



.headerDropDown .headerDropDownList .link_item_on:last-child {
    margin-bottom: 0px;
}


.headerDropDown .headerDropDownList ._link {
    font-size: 1.3752rem;
    color: #111111;
    line-height: 1.7496rem;
    transition: all 400ms;
    display: inline-block;
    position: relative;
}

.headerDropDown .headerDropDownList .box_ssm ._link {
    font-size: 1.1256rem;
    line-height: normal;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link

/* .headerDropDown .headerDropDownList .box_er .link_item_on.active ._link  */
    {
    color: #f3981e;
}


.headerDropDownList .box_l {
    display: flex;
    width: 50%;
}

.headerDropDownList .box_l .box_sm {
    width: 50%;
    border-left: 0.052vw solid #E5EAEC;
    position: relative;
}

.headerDropDownList .box_l .box_sm .box_ssm {
    /* position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; */
    display: none;
    transition: all 400ms;
}

.headerDropDownList .box_l .box_sm .box_ssm.active {
    /* opacity: 1;
  visibility: visible; */
    display: block;
}

.headerDropDownList .box_l .box_sm:first-child {
    border-left: 0;
}


/**/
.menu_botton {
    position: absolute;
    right: 3.906vw;
    top: 3.802vw;
    display: block;
    cursor: pointer;
    z-index: 9999;
}

.menu_botton strong {
    display: inline-block;
    float: left;
    color: #2f318b;
    font-size: 0.9996rem;
    line-height: 1.1256rem;
    font-weight: normal;
    margin-right: 0.625vw;
}

#menu_toggle1 {
    display: none;
}

.menu_botton span {
    position: relative;
    display: inline-block;
    width: 1.094vw;
    height: 0.104vw;
    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: -0.104vw;
}

.menu_botton span:after,
.menu_botton span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1.094vw;
    height: 0.104vw;
    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: -0.313vw;
    -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: -0.313vw;
    -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: #fff;
    /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
    position: relative;
    /* overflow: hidden; */

    position: relative;
    z-index: 2;
}

footer .footer_main {
    position: relative;
    padding: 4.167vw 0;
    /* border-bottom: 0.052vw solid rgba(0, 0, 0, 0.12); */
    display: flex;
    justify-content: space-between;
}

footer .footer_box {
    width: 20.3333%;
}



footer .footer_box .img {
    width: 9.896vw;
    height: 2.656vw;
    background-size: 100% 100%;
}

footer .footer_logo .img {
    width: 5.208vw;
}

footer .footer_logo .con {
    position: relative;
    color: #ffffff;
    padding-top: 1.563vw;
}

footer .footer_logo .con .title {
    font-size: 1.62rem;
    margin-bottom: 0.517vw;
}

footer .footer_logo .con .text {
    font-size: 0.8748rem;
}

footer .footer_nav {
    width: 37%
}

footer .footer_nav li {
    position: relative;
}

footer .footer_nav li a {
    font-size: 1.3752rem;
    color: #111111;
    line-height: 1.188rem;
    font-family: 'Montserrat-Medium';
}

footer .footer_nav li.tsli a {
    font-size: 1.2504rem;
    font-family: 'Montserrat-Regular';
}

footer .footer_nav li p {
    margin-bottom: 0.625vw;
}

footer .footer_nav li.tsli p {
    font-size: 0.9996rem;
    color: #111111;
    line-height: 1.188rem;
    font-family: 'Montserrat-Medium';
    cursor: pointer;
}

footer .footer_nav li.tsli p:hover {
    text-decoration: underline;
}



footer .footer_nav li p.title {
    font-size: 0.938vw;
    line-height: 1.7496rem;
    color: #111111;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0.417vw;
}

footer .footer_nav li p.title a:hover {
    text-decoration: underline;
}

/* footer .footer_navbox .box {
  display: flex;
  flex-wrap: wrap;
} */




footer .footer_nav li a:hover {
    /* color: #173192; */
    text-decoration: underline;
}

footer .footer_copyright {
    padding: 1.615vw 0;
    color: #fff;
    font-size: 1.1256rem;
    border-top: 0.052vw solid rgba(25, 49, 99, .1);
    display: flex;
    text-align: center;
}

footer .footer_copyright .box_r {
    font-size: 1.1256rem;
    color: #111111;
}

footer .footer_copyright .box_r p {
    margin-left: 1.458vw;
    cursor: pointer;
}

footer .footer_copyright .box {
    width: 100%;
}

footer .footer_copyright .fCopyright {
    font-size: 1.1256rem;
    line-height: 1.188rem;
    color: #111111;
}

footer .footer_copyright .fCopyright a {
    color: #111111;
}

footer .footer_copyright .fCopyright .companyAddress {
    color: rgba(25, 49, 99, .6);
    margin-left: 0.521vw;
}

footer .footer_copyright .box_l {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8748rem;
    line-height: 1.3752rem;
}

footer .footer_copyright .box_l a {
    color: rgba(255, 255, 255, 0.5);
}


.fCopyleft a {
    padding-right: 0.833vw;
    padding-left: 0.833vw;
    position: relative;
    color: #8d8d8e;
}

.fCopyleft a:last-child {
    padding-right: 0;
}

.fCopyleft a.link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.052vw;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.12);
    transform: translateY(-38%);
}


/* footer .footer_copyright .fCopyright a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.833vw;
  height: 0.833vw;
  margin-top: -0.417vw;
  background: url(../images/bottomIcon_fff.svg) no-repeat center;
  transform: rotateZ(-90deg);
} */

footer .footer_copyright .fCopyright a:hover {
    text-decoration: underline;
}

.footer_share {
    position: relative;
    display: flex;
    margin-left: 0.938vw;
}

.footer_share .fshare_items {
    margin-left: 0.729vw;
    position: relative;
}

.footer_share .fshare_items a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #6FB930; */
    padding: 0.167vw;
    width: 1.563vw;
    height: 1.563vw;
    border-radius: 100%;
    background-size: 100% 100%;
}

.footer_share .fshare_items.xx a {
    background-image: url(../images/xx.svg);
}

.footer_share .fshare_items.ws a {
    background-image: url(../images/ws.svg);
}

.footer_share .fshare_items.in a {
    background-image: url(../images/in.svg);
}

.footer_share .fshare_items.wx a {
    background-image: url(../images/wx.svg);
}

/* .footer_share .fshare_items a img {

  display: block;
  width: 19.008px;
} */



.fshare_model:hover .fshare_modelBox {
    opacity: 1;
    visibility: visible;
}

.fshare_modelBox {
    position: absolute;
    bottom: calc(100% + 0.833vw);
    left: 50%;
    /* margin-left: -73.92px; */
    margin-left: -2.933vw;
    background-color: #ffffff;
    border-radius: 0.313vw;
    /* width: 147.994px; */
    width: 5.729vw;
    /* padding: 9.926px; */
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease-in-out;
    box-shadow: 0 0 2.6vw rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
    content: '';
    position: absolute;
    bottom: -0.417vw;
    left: 50%;
    margin-left: -0.313vw;
    border-left: 0.313vw solid transparent;
    border-right: 0.313vw solid transparent;
    border-top: 0.417vw solid #ffffff;
}

.fshare_modelBox .img {
    width: 6.667vw;
    text-align: center;
}











/*****主体开始*******/

.hbanner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}



.home_banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.home_banner li.swiper-slide {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.home_banner li.swiper-slide .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_banner li.swiper-slide.swiper-slide-active .img {
    animation: enlarge 2s linear 1;
}

@keyframes enlarge {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.hbanner .bannerHeading {
    position: absolute;
    margin-left: 8.333vw;
    z-index: 99;
    top: 12.5vw;
    width: 40%;
    /* transform: translateY(-50%); */
}

.hbanner .bannerHeading .title {
    font-size: 1.2504rem;
    line-height: 1.8756rem;
    padding-bottom: 2.083vw;
    color: #111;
}

.hbanner .bannerHeading .text {
    font-size: 3.75rem;
    color: #111;
    line-height: 4.3752rem;
    padding-bottom: 1.563vw;
}



.home_banner.swiper-container .swiper-pagination {
    bottom: 7.292vw;
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    margin: 0 0.313vw;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    opacity: 1;
    border-radius: 100%;
    transition: width 400ms;
    overflow: hidden;
}

/* .home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  transition: all 3000ms;
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
} */

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F08300;
}




/*公共字体大小边距颜色*/


.mg_t10 {
    margin-top: 0.521vw;
}

.mg_b10 {
    margin-bottom: 0.521vw;
}

.mg_t15 {
    margin-top: 0.781vw;
}

.mg_b15 {
    margin-bottom: 0.781vw;
}

.mg_t20 {
    margin-top: 1.042vw;
}

.mg_b25 {
    margin-bottom: 1.302vw;
}

.mg_t25 {
    margin-top: 1.302vw;
}

.mg_b20 {
    margin-bottom: 1.042vw;
}

.mg_t30 {
    margin-top: 1.563vw;
}

.mg_b30 {
    margin-bottom: 1.563vw;
}

.mg_t40 {
    margin-top: 2.083vw;
}

.mg_b40 {
    margin-bottom: 2.083vw;
}

.mg_t50 {
    margin-top: 2.604vw;
}

.mg_b50 {
    margin-bottom: 2.604vw;
}

.pb_16 {
    padding-bottom: 0.833vw !important;
}

.pb_26 {
    padding-bottom: 1.35vw !important;
}

.pt_26 {
    padding-top: 1.35vw !important;
}

.pb_36 {
    padding-bottom: 1.875vw !important;
}

.pt_36 {
    padding-top: 1.875vw !important;
}

.pb_46 {
    padding-bottom: 2.4vw !important;
}


.pb_56 {
    padding-bottom: 2.917vw !important;
}

.pt_56 {
    padding-top: 2.917vw !important;
}

.pb_66 {
    padding-bottom: 3.433vw !important;
}

.pb_60 {
    padding-bottom: 3.125vw !important;
}

.pt_70 {
    padding-top: 3.646vw;
}

.pb_70 {
    padding-bottom: 3.646vw;
}

.pt_80 {
    padding-top: 4.167vw;
}

.pb_80 {
    padding-bottom: 4.167vw;
}

.pt_90 {
    padding-top: 4.688vw;
}

.pb_90 {
    padding-bottom: 4.688vw;
}

.pt_100 {
    padding-top: 5.208vw;
}

.pb_100 {
    padding-bottom: 5.208vw;
}

.pl_100 {
    padding-left: 5.208vw;
}

.pr_100 {
    padding-right: 5.208vw;
}

.pb_110 {
    padding-bottom: 5.729vw;
}

.pt_110 {
    padding-top: 5.729vw;
}



.pb_120 {
    padding-bottom: 6.25vw;
}

.pt_120 {
    padding-top: 6.25vw;
}

.pb_130 {
    padding-bottom: 6.771vw;
}

.pt_130 {
    padding-top: 6.771vw;
}

.pb_140 {
    padding-bottom: 7.292vw;
}

.pt_140 {
    padding-top: 7.292vw;
}

.pb_150 {
    padding-bottom: 7.813vw;
}

.pt_150 {
    padding-top: 7.813vw;
}

.ft_b {
    font-weight: bold;
}

.ft_12 {
    font-size: 0.75rem;
}

.ft_14 {
    font-size: 0.8748rem;
}

.ft_15 {
    font-size: 0.9372rem;
}

.ft_16 {
    font-size: 0.9996rem;
}

.ft_18 {
    font-size: 1.1256rem;
}

.ft_20 {
    font-size: 1.2504rem;
}

.ft_21 {
    font-size: 1.3128rem;
}

.ft_22 {
    font-size: 1.3752rem;
}

.ft_24 {
    font-size: 1.5rem;
}

.ft_26 {
    font-size: 1.6248rem;
}

.ft_28 {
    font-size: 1.7496rem;
}

.ft_30 {
    font-size: 1.8756rem;
}

.ft_32 {
    font-size: 2.0004rem;
}

.ft_34 {
    font-size: 2.1252rem;
}

.ft_35 {
    font-size: 2.1876rem;
}

.ft_36 {
    font-size: 2.25rem;
}

.ft_38 {
    font-size: 2.3748rem;
}

.ft_40 {
    font-size: 2.4996rem;
}

.ft_42 {
    font-size: 2.6256rem;
}

.ft_44 {
    font-size: 2.7504rem;
}

.ft_46 {
    font-size: 2.8752rem;
}

.ft_48 {
    font-size: 3rem;
}

.ft_50 {
    font-size: 3.1248rem;
}

.ft_54 {
    font-size: 3.3756rem;
}

.ft_55 {
    font-size: 3.438rem;
}

.lh_65 {
    line-height: 4.062rem;
}

.lh_60 {
    line-height: 3.75rem;
}

.lh_63 {
    line-height: 3.9372rem;
}

.lh_56 {
    line-height: 3.5004rem;
}

.lh_50 {
    line-height: 3.1248rem;
}



.lh_49 {
    line-height: 3.0624rem;
}

.lh_47 {
    line-height: 2.9376rem;
}

.lh_45 {
    line-height: 2.8128rem;
}

.lh_42 {
    line-height: 2.6256rem;
}

.lh_40 {
    line-height: 2.4996rem;
}

.lh_38 {
    line-height: 2.3748rem;
}


.lh_36 {
    line-height: 2.25rem;
}


.lh_34 {
    line-height: 2.1252rem;
}

.lh_32 {
    line-height: 2.0004rem;
}

.lh_30 {
    line-height: 1.8756rem;
}

.lh_28 {
    line-height: 1.7496rem;
}

.lh_26 {
    line-height: 1.6248rem;
}

.lh_24 {
    line-height: 1.5rem;
}

.lh_22 {
    line-height: 1.3752rem;
}

.lh_20 {
    line-height: 1.2504rem;
}

.lh_n {
    line-height: normal;
}


.ft_000 {
    color: #000;
}

.ft_fff {
    color: #ffffff;
}

.ft_666 {
    color: #666666;
}

.ft_999 {
    color: #999;
}

.ft_9FA0A0 {
    color: #9FA0A0;
}

.ft_333 {
    color: #333333;
}

.ft_F08300 {
    color: #F08300;
}


.bg_fff {
    background-color: #fff;
}

.bg_ebeff2 {
    background-color: #ebeff2;
}

.bg_f3f7fa {
    background-color: #f3f7fa !important;
}


.hMore {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.hMore a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3752rem;
    color: #FFFFFF;
    line-height: 1.3128rem;
    position: relative;
    padding: 0 1.823vw;
    width: auto;
    height: 2.708vw;
    transition: all 400ms;
    background-color: #F08300;
    border-radius: 0.417vw;
    font-family: 'Montserrat-Medium';
}

.hMore a:hover {
    background-color: #FFAD3A;
    color: #fff;
}

.hMore span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1256rem;
    color: rgb(255, 255, 255);
    line-height: 1.3128rem;
    position: relative;
    width: 8.906vw;
    height: 2.708vw;
    background-color: rgb(240, 131, 0);
    font-family: Montserrat-Medium;
    cursor: pointer;
    transition: 400ms;
    border-radius: 0.417vw;
}



.hMore span:hover {
    background-color: rgb(255, 173, 58);
    color: rgb(255, 255, 255);
}



.container-fluid {
    padding-left: 2.083vw;
    padding-right: 2.083vw;
}



/**/

.hCase {
    position: relative;
    /* height: 76.146vw; */
    /* background-image: url(../images/hCasebg.png); */
    /* background: linear-gradient(252deg, #3D7CC7 9%, #213B9C 76%), rgba(12, 81, 157, 0.1); */
    background-color: #F3F7FA;
    background-size: 100% 100%;
    border-radius: 0 0 2.083vw 2.083vw;
}


.hCircle {
    position: absolute;
    width: 73.281vw;
    height: 73.281vw;
    background-image: url(../images/hqb.svg);
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%) rotateZ(0deg);
    bottom: -11.146vw;
    transition: all 400ms;
}

.hCirclesm {
    position: absolute;
    width: 45.26vw;
    height: 45.26vw;
    background-image: url(../images/hqs.svg);
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%) rotateZ(0deg);
    bottom: 2.865vw;
    transition: all 400ms;
}

.hAbout {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 96%;
    margin: 0 auto;
    margin-top: -5.208vw;
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 9;
    padding-top: 7.292vw;
    padding-bottom: 7.292vw;
    border-radius: 0.521vw;
    transition: all 800ms;
}

.hAbout.active {
    width: 100%;
}

.hAbout .box {
    width: 46.875vw;
}

.hBiosimilars {
    position: absolute;
    bottom: 2.865vw;
    width: 45.26vw;
    height: 45.26vw;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7.813vw 5.729vw;
    text-align: center;
}

.hBiosimilars .box_t .box.active {
    display: block;
}

.hBiosimilars .box_t .box {
    display: none;
}


.hBiosimilars .box_b {
    display: flex;
    border-radius: 0.521vw;
    background-color: rgba(255, 255, 255, .1);
}

.hBiosimilars .box_b .box_sm {
    width: 3.802vw;
    height: 3.802vw;
    background-size: 1.875vw 1.875vw;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 0.521vw;
    transition: all 400ms;
}

.hBiosimilars .box_b .box_sm.active {
    background-color: #F08300;
}


.hImage .box {
    width: 17.708vw;
    border-radius: 1.042vw;
    background-color: rgba(255, 255, 255, .07);
    color: #fff;
    display: block;
    position: absolute;
    transition: all 400ms;
}

.hImage .box:first-child {
    left: 0;
    bottom: 26.406vw;
}

.hImage .box:nth-child(2) {
    right: 10.938vw;
    bottom: 28.333vw;
}

.hImage .box.active:nth-child(2) {
    right: 5.104vw;
}

.hImage .box:nth-child(3) {
    right: 0vw;
    bottom: 6.25vw;
}

.hImage .box .ft_24 {
    padding: 0.938vw 1.302vw;
    transition: all 400ms;
}

.hImage .box .ft_24 span {
    position: relative;
}

.hImage .box .ft_24 span::before {
    position: absolute;
    content: '';
    width: 1.354vw;
    height: 1.354vw;
    background-image: url(../images/ico4.png);
    background-size: 100% 100%;
    top: 50%;
    right: -1.979vw;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 400ms;
}

.hImage .box .img {
    height: 9.896vw;
    width: 100%;
    border-radius: 1.042vw;
    background-size: cover;
    transition: all 400ms;
}

.hImage .box.active {
    width: 25.521vw;
    background-color: rgba(255, 255, 255, 1);
    color: #111111;
}

.hImage .box.active .ft_24 {
    padding: 1.146vw 2.083vw;
}

.hImage .box.active .img {
    height: 16.667vw;
}

.hImage .box.active .ft_24 span::before {
    opacity: 1;
}

/**/
.hDevelopment {
    background-color: #F3F7FA;
    padding-left: 9.375vw;
    padding-right: 2.083vw;
}

.hDevelopment .swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    right: 22.344vw;
    left: auto;
    bottom: 1.25vw;
}

.basejs {
    width: 100%;
}

.basejs .img {
    width: 47.865vw;
    height: 47.865vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.basejs .box {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background-color: #F3F7FA;
}

.basejs .box .box_l {
    width: 35%;
    padding-top: 18.542vw;
}






/**/
.hNews {
    position: relative;
    /* background-image: url(../images/hNewsbg.png); */
    background-color: #fff;
    border-radius: 2.083vw 2.083vw 0 0;
}

.hNewss .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hNewss .box::after {
    content: '';
    flex-basis: 32%;
}

.hNews .box_sm {
    width: 32%;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 0.521vw;
    box-shadow: 0rem 0.781vw 1.823vw 0rem rgba(58, 32, 7, 0.06);
}

.hNews .box_sm .img {
    width: 100%;
    height: 14.583vw;
    border-radius: 1.042vw;
    overflow: hidden;
}




.hNews .box_sm .img .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.hNews .box_sm:hover .img .bg_cover {
    transform: scale(1.1);
}

.hNews .box_sm .box_smb {
    padding: 1.563vw 2.083vw;
    /* color: #fff; */
}

.hNews .box_sm .box_smb .ft_26 {
    margin-bottom: 2.604vw;
    height: 8.7504rem;
}

.hNews .box_sm .box_smb .ft_26,
.hNews .box_sm .box_smb .ft_22 {
    transition: all 400ms;
}

.hNews .box_sm .box_smb:hover .ft_26 {
    color: #F08300;
}

.hNews .box_sm .box_smb:hover .ft_22 {
    color: #F08300;
}

.hNews .hMore {
    margin-top: 2.344vw;
}



.hNews .box_sm .ft_20 {
    height: 7.135vw;
}



.my.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    margin: 0 0.313vw;
    background-color: #fff;
    position: relative;
    opacity: 1;
}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F08300;
}


/**/
.hLine {
    width: 100%;
    height: 0.313vw;
    background-image: url(../images/hLinebg.png);
    background-size: 100% 100%;
}

/**/







.retuntop {
    position: fixed;
    z-index: 9;
    width: 3.073vw;
    height: 3.073vw;
    background: linear-gradient(90deg, #0094DC 0%, #006FB8 50%, #0C519D 100%), #0C519D;
    top: 90%;
    border-radius: 50%;
    right: 1.563vw;
    cursor: pointer;
}

.retuntop::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background-image: url(../images/jttop.png);
    transform: translate(-50%, -50%);
    width: 1.302vw;
    height: 1.302vw;
    background-size: 100% 100%;
}




.back-to-top__circle-progress {
    display: none;
    stroke: #fff;
    stroke-width: 0.078vw;
}






/*二级导航*/
#sideNav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    opacity: 1;
    visibility: visible;
    transition: all 450ms linear;
}



#sideNav.isActive {
    opacity: 1;
    visibility: visible;
}

#sideNav.isActive .sideNavBox {
    position: fixed;
    border-top: 0.052vw solid #DDE0E8;
    box-shadow: 0 0 0.521vw rgba(0, 0, 0, 0.1);
    max-width: 100%;
    padding-left: 9.375vw;
    padding-right: 9.375vw;
}

#sideNav .sideNavBox {
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: top 450ms linear;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

#sideNav .sideNavBox .scroll_nav {
    position: relative;
    border-bottom: 0.052vw solid #DDE0E8;
}

/* 
        #sideNav .sideNavBox ul {
            display: flex;
            align-items: center;
        
            justify-content: space-between;
        }

        #sideNav .sideNavBox li {
            position: relative;
            width: 50%;
        }

            #sideNav .sideNavBox li::before {
                position: absolute;
                content: '';
                bottom: -0.0624rem;
                left: 0;
                width: 100%;
                height: 0.104vw;
            }

            #sideNav .sideNavBox li.active::before {
                background-color: #7FC334;
            }

            #sideNav .sideNavBox li a {
                display: block;
                position: relative;
                text-align: center;
                padding: 0.99vw;
                color: #111111;
                font-size: 0.938vw;
                line-height: 1.563vw;
                font-weight: 400;
                cursor: pointer;
                transition: all 400ms linear;
            }

    #sideNav.sideNavts .sideNavBox li {
        border-right: 0.052vw solid #e6e6e6;
        border-bottom: 0.052vw solid #e6e6e6;
    }



    #sideNav .sideNavBox li a span {
        position: relative;
        z-index: 1;
    }


    #sideNav .sideNavBox li a::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 0.052vw;
        height: 0.833vw;
        background: rgba(25, 49, 99, .15);
    }

    #sideNav .sideNavBox li:last-child a::before {
        width: 0;
    }

    #sideNav .sideNavBox li.active a {
        color: #7FC334;
    }

        #sideNav .sideNavBox li.active a:after {
            width: 100%;
        } */



.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img_scale_relative {
    position: relative;
    overflow: hidden;
}

.img_scale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页一*/
.pagination {
    padding: 0.208vw;
    display: flex;
    border-radius: 5.208vw;
    /* box-shadow: 0 0 1.458vw rgba(0, 0, 0, 0.1); */
}

/* 
.pagination .page-link {
  margin: 0 0 0 9.926px;
  font-size: 15.994px;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 39.994px;
  height: 39.994px;
  line-height: 39.994px;
  text-align: center;
  border-radius: 5.208vw;
  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: 6.01px;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -52.031vw;
  border-radius: 5.208vw;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 9.6px;
  width: 9.6px;
  margin-top: -4.8px;
  border-left: 0.104vw solid #222222;
  border-top: 0.104vw 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: -6.394px;
  -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: -6.394px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
    padding: 0;
    display: flex;
    border-radius: 5.208vw;
    /* box-shadow: 0 0 1.458vw rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
    margin: 0 0 0 0.521vw;
    font-size: 1.1256rem;
    color: #111111;
    font-weight: 400;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #fff;
    width: 2.5vw;
    height: 2.5vw;
    line-height: 3rem;
    text-align: center;
    border-radius: 0.417vw;
    border: none;
    display: block;
    font-family: 'Montserrat-Regular';
}

.pagination li.active span {
    color: #ffffff;
    background: #F08300;
}

.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: -52.031vw;
    background-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 0.542vw;
    width: 0.542vw;
    margin-top: -0.25vw;
    border-left: 0.104vw solid #111111;
    border-top: 0.104vw solid #111111;
    -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 a:hover,
.pagination li span:hover,
.pagination li a:hover,
.pagination li span:hover {
    color: #fff;
    background-color: #F08300;
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before,
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
    border-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
    right: 50%;
    margin-right: -0.333vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
    left: 50%;
    margin-left: -0.333vw;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}





/*弹框*/
.webModal .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: 0px;
    right: 0px;
    /* width: 56.006px; */
    /* height: 56.006px; */
    cursor: pointer;
    z-index: 10;
    /* border-radius: 100%; */
    background-color: #f0f7fa;
}

.webModal .modalClose img {
    display: block;
    width: 1.875vw;
    height: 1.875vw;
}

.webModal .modal-content {
    border: none;
    width: auto;
    /* height: 100%; */
    /* border-radius: 30.01px; */
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    background-color: transparent;
    justify-content: center;
    overflow: hidden;
    padding-left: 2.083vw;
    padding-right: 2.083vw;
    padding-bottom: 2.083vw;
    padding-top: 2.083vw;
}

.webModal .modal-content .imgsm_box {
    display: flex;
    flex-wrap: wrap;
}

.webModal .modal-content .modalMain {
    /* margin: 0 auto; */
    /* width: 50%; */
    /* min-width: 5.208vw; */
    border-radius: 2.083vw;
    overflow: hidden;
}

.webModal .modal-content .imgsm_box .imgsm {
    width: 9.375vw;
    height: 7.135vw;
    margin-top: 1.042vw;
    margin-right: 1.042vw;
    border: 0.208vw solid #69b82e;
}

.webModal .modal-content .modalMain .img {
    width: 100%;
    height: 31vw;
}



.webModal .close {
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    width: 0.938vw;
    height: 0.938vw;
    background-image: url(../images/close_w.svg);
    background-size: 0.938vw 0.938vw;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    margin-bottom: 0.625vw;
}

.webModal .closebox {
    position: relative;
}

/* .webModal .closebox::before {
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  background-color: #2f5eab;
  z-index: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
} */





.modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
}



/*内页banner*/
.insidePage {}


#wBanner .box {
    position: relative;
    width: 100%;
    height: 26.042vw;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#wBanner .box .box_sm {
    position: absolute;
    top: 50%;
    left: 4.688vw;
    transform: translateY(-50%);
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-size: 1.1256rem;
    color: #111111;
    line-height: 1.6248rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.208vw;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.1256rem;
    color: #111111;
    line-height: 1.6248rem;
    content: "|";
    padding-right: 0.208vw;
}

#wBanner .box .box_sm .title {
    font-family: 'Montserrat-Regular';
    font-size: 6.1248rem;
    color: #111111;
    line-height: 6.1248rem;
}

#wBanner .box .text {
    font-size: 1.1256rem;
    color: #111111;
    line-height: 1.6248rem;
    position: absolute;
    left: 4.688vw;
    bottom: 7.917vw;
}

/*内页开始*/
.wbox {
    margin-top: -0.521vw;
    position: relative;
    z-index: 2;
    border-radius: 0.521vw 0.521vw 0 0;
    /* overflow: hidden; */
    background-color: #fff;
}

/* company */

.compayMission {
    padding-left: 1.042vw;
    padding-right: 1.042vw;
}

.compayMission .container {
    padding-left: 8.333vw;
    padding-right: 8.333vw;
}

.compayMission .box_b {
    width: 100%;
    height: 40.104vw;
    position: relative;
    overflow: hidden;
}



.compayMission .box {
    height: 35.938vw;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.521vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    top: 100%;
}

.compayMission .box1 {
    top: 0;
}

.compayMission .box .box_sm {
    padding-left: 8.333vw;
    padding-right: 8.333vw;
    width: 50%;
}

.numberbox .ft_2 {
    font-size: 6.8748rem;
    color: #0C519D;
    line-height: 6.1248rem;
}

.numberbox .box_sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
}

.numberbox .box_t {
    display: flex;
    justify-content: space-between;
}

.numberbox .box_b {
    display: flex;
    justify-content: space-evenly;
}




.video {
    width: 100%;
    height: 45.729vw;
    border-radius: 0.521vw;
    overflow: hidden;
    position: relative;
}


.video .box {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.video .box .ico {
    width: 3.021vw;
    height: 3.021vw;
    background: #fff;
    border-radius: 100%;
    background-image: url(../images/video1.png);
    background-size: 0.781vw 1.146vw;
    background-position: 56% center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transition: all 400ms;
    transform: translate(-50%, -50%);
}

.video .box:hover .ico {
    background-color: #0C519D;
    background-image: url(../images/video1.1.png);
}


.video .box .ft_26 {
    position: absolute;
    bottom: 2.083vw;
    left: 2.083vw;
}

.video video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.Milestone {
    border-radius: 0.521vw;
    overflow: hidden;
}

.Milestone .box_t {
    padding-top: 2.604vw;
    padding-bottom: 2.604vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0.208vw 2.604vw 0px rgba(0, 0, 0, 0.08);
}

.Milestone .box_t .box_sm {
    width: 23%;
    cursor: pointer;
}

.Milestone .box_t .ft_50 {
    font-weight: bold;
    color: #9FA0A0;
    transition: all 400ms;
}

.Milestone .box_t .ft_26 {
    color: #9FA0A0;
    transition: all 400ms;
}

.Milestone .box_t .box_sm.active .ft_50 {
    color: #F08300;
}

.Milestone .box_t .box_sm.active .ft_26 {
    color: #111111;
}

.Milestone .box_bg {
    padding-left: 10.781vw;
    padding-right: 8.125vw;
}

.Milestone .box {
    display: flex;
    padding-bottom: 1.875vw;
    padding-top: 2.083vw;
}

.Milestone .box .ico {
    width: 2.344vw;
    height: 2.344vw;
    background-size: 100% 100%;
}

.Milestone .box .boxico {
    width: 50%;
}

.Milestone .box .boxico:nth-child(2) {
    padding-left: 5.208vw;
}

.Milestone .box_s .box_c {
    display: none;
}

.Milestone .box_s .box_c.active {
    display: block;
}

.Milestone .box_smc {
    display: flex;
    position: relative;
    padding-bottom: 4.167vw;
}

.Milestone .box_smc::after {
    position: absolute;
    content: '';
    width: 4.167vw;
    height: 0.104vw;
    background-color: #F08300;
    left: 50%;
    top: 0.313vw;
    transform: translateX(-50%);
}

.Milestone .box_smc::before {
    position: absolute;
    content: '';
    width: 1.042vw;
    height: 100%;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    background-image: url(../images/Milestone.svg);
    /* background-repeat: no-repeat; */
    /* background:repeating-linear-gradient(0deg, transparent, transparent 1.615vw, #F08300 1.719vw, #F08300 1.615vw); */
}

.Milestone .box_c .box_smc:last-child:before {
    background: none;
}

.Milestone .box_smc .box_l {
    width: 50%;
    padding-right: 4.167vw;
}

.Milestone .box_smc .box_r {
    padding-left: 5.729vw;
    width: 50%;
}

.Milestone .box_smc .box_ss {
    display: flex;
    justify-content: space-between;
}

.Milestone .box_smc .box_ss .years {
    color: #F08300;
}

.Milestone .box_smc .box_ss .box_sr {
    width: 73%;
}

/* offices */
.Locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Locations .box {
    width: 48.7%;
    min-height: 16.667vw;
    padding: 2.604vw;
    background: #FFFFFF;
    border-radius: 0.521vw;
    margin-bottom: 2.083vw;
}

.Locations .box .box_t {
    display: flex;
    padding-bottom: 1.563vw;
    border-bottom: 0.052vw solid #9FA0A0;
}

.Locations .box .box_t .ico {
    width: 1.458vw;
    height: 1.458vw;
    background-image: url(../images/ico.svg);
    background-size: 100% 100%;
    margin-right: 0.781vw;
    margin-top: 0.156vw;
}

.Locations .box .box_t .ft_26 {
    width: 91%;
}

.Locations .box .ft_000 {
    padding-top: 1.563vw;
}


/*团队*/


.team .box_st {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team .box_st .box_s {
    font-size: 1.6248rem;
    color: #9FA0A0;
    line-height: 2.1252rem;
    margin-left: 2.135vw;
    margin-right: 2.135vw;
    border-bottom: 0.052vw solid transparent;
    cursor: pointer;
}

.team .box_st .box_s.active {
    color: #0C519D;
    border-bottom: 0.0625rem solid #0C519D;
}

.team .box .box_tt {
    /* display: flex; */
    display: none;
    flex-wrap: wrap;
}

.team .box .box_tt.active {
    display: flex;
}

.team .box_img {
    width: 100%;
    height: 18.073vw;
    border-radius: 0.521vw;
    overflow: hidden;
    position: relative;
}



.team .box_img .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.team .box_img .box_text {
    width: 100%;
    height: 6.042vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1.302vw 1.042vw;
}

.team .box_img .box_text .name {
    font-size: 1.6248rem;
    color: #FFFFFF;
    line-height: 2.1252rem;
    display: inline-block;
    position: relative;
    font-family: 'Montserrat-Medium';
}

.team .box_img .box_text .name::before {
    position: absolute;
    content: '';
    width: 1.354vw;
    height: 1.354vw;
    background-image: url(../images/jt.png);
    background-size: 100% 100%;
    right: -1.875vw;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

.team .box_sm:hover .box_img .box_text .name::before {
    opacity: 1;
    visibility: visible;
}

.team .box_sm .box_t {
    background-color: #fff;
    padding: 1.302vw 1.042vw;
    color: #111111;
    min-height: 6.406vw;
}

.team .box_sm {
    border-radius: 0.521vw;
    overflow: hidden;
    box-shadow: 0px 0.521vw 3.125vw 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

.team .box_sm:hover {
    box-shadow: 0px 0.521vw 3.125vw 0px rgba(0, 0, 0, 0.15);
}

.team .box_sm:nth-child(4n) {
    margin-right: 0;
}

/* 团队弹窗 */

.teamwindow {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background-color: #F3F7FA;
    background-size: 100% 100%;
    /* display: none; */
    top: 100%;
    transition: all 400ms;
    /* border-radius: 1.042vw 1.042vw 0 0; */
    padding: 1.302vw 2.083vw;
    /* background-color: #fff; */
}

#teamswindow {
    /* background-image: url(../images/teambg.png); */
}

.teamwindow.active {
    /* display: block; */
    /* overflow-y: auto; */
}

.teamwindowactive {
    overflow: hidden;
}



.return {
    width: 4.375vw;
    height: 2.083vw;
    background: #F08300;
    border-radius: 0.417vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0.9996rem;
    color: #FFFFFF;
    line-height: 1.188rem;
    /* padding-left: 1.25vw; */
}

.return:hover {
    background-color: #FFAD3A;
    color: #fff;
}

/* 
.return::before {
  position: absolute;
  content: '';
  width: 20.006px;
  height: 20.006px;
  left: 14.995px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  background-image: url(../images/jt.png);
  background-size: 100% 100%;
} */

.teamwindow .Content {
    padding: 1.823vw 16.66vw;
}



.teamwindow .Content .box_img {
    width: 18.542vw;
    height: 18.072vw;
    border-radius: 0.521vw;
    overflow: hidden;
    position: relative;
}

.teamwindow .Content .box_img .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}






.teamwindow .Content .box_sm {
    border-radius: 1.042vw;
    overflow: hidden;
}

.teamwindow .Content {
    display: flex;
    justify-content: space-between;
}

.teamwindow .Content .box_r {
    width: 63%;
    padding-top: 1.042vw;
    border-top: 0.052vw solid #9FA0A0;
}

.teamwindow .Content .box_r .titlebox {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.354vw;
}


.teamwindow .Content .box_r .position {
    font-size: 1.3752rem;
    color: #F08300;
    line-height: 1.7496rem;
    margin-left: 1.042vw;
}

.teamwindow .Content .box_r .title {
    font-size: 2.1252rem;
    color: #111111;
    line-height: normal;
}

.teamwindow .boxfoot {
    padding: 1.094vw 2.083vw;
    background-color: #fff;
    border-radius: 1.042vw 1.042vw 0 0;
    overflow: hidden;
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    transition: all 400ms;
    bottom: -20vw;
}

.teamwindow.active .boxfoot {
    bottom: 0;
}


.teamwindow .boxfoot .breadcrumb {
    margin-bottom: 0;
}

#teamswindow .Content .box_r .ft_18 {
    height: 20vw;
    overflow-y: auto;
    padding-right: 0.833vw;
}


#teamswindow .Content .box_r .ft_18::-webkit-scrollbar {
    width: 0.156vw;
    background-color: #E8EAEF;
    border-radius: 5.208vw;
    overflow: hidden;
}

#teamswindow .Content .box_r .ft_18::-webkit-scrollbar-thumb {
    background-color: #1D3F85;
    border-radius: 5.208vw;
    overflow: hidden;
}

/* Sustainability */

.Sustainabilityt {
    padding-right: 9.375vw;
    display: flex;
    justify-content: space-between;
}

.Sustainabilityt .img {
    width: 40.885vw;
    height: 35.573vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Sustainabilityt .box_r {
    width: 40.365vw;
    padding-top: 1.042vw;
}

.Sustainabilityt .box_r .box_s .ft_26 {
    padding-top: 0.729vw;
    position: relative;
}

.Sustainabilityt .box_r .box_s .ft_26::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2.292vw;
    height: 0.104vw;
    background: #F08300;
}

.esgstrategy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.esgstrategy .box_l .box_s .ft_1 {
    opacity: 0.15;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.104vw;
    text-underline-offset: 0.677vw;
    transition: all 400ms;
}

.esgstrategy .box_l .box_s .ft_1.active {
    padding-left: 2.292vw;
    opacity: 1;
    text-decoration-color: #F08300;
}

.esgstrategy .box_l .box_s .ft_1::before {
    position: absolute;
    content: '';
    background-image: url(../images/lsr.svg);
    width: 1.667vw;
    height: 1.354vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

.esgstrategy .box_l .box_s .ft_1.active::before {
    opacity: 1;
    visibility: visible;
}

.esgstrategy .box_r {
    width: 40.365vw;
    height: 40.365vw;
    border-radius: 0.521vw;
    overflow: hidden;
    position: relative;
}

.esgstrategy .box_r .box_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.esgstrategy .box_r .box_img.active {
    opacity: 1;
}

.esgstrategy .box_r .box_img .box_c {
    width: 23.958vw;
    position: absolute;
    left: 2.344vw;
    bottom: 2.344vw;
    background: rgba(255, 255, 255, .85);
    border-radius: 0.521vw;
    padding: 1.823vw 2.083vw 2.083vw 2.083vw;
}

.esgstrategy .box_r .box_img .box_c .ico {
    width: 2.917vw;
    height: 2.917vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.esgstrategy .box_r .box_img .box_c .ico {
    margin-bottom: 1.563vw;
}

.PolicyReporting {
    padding-top: 12.5vw;
}

.PolicyReporting .box_bt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.26vw;
}

.PolicyReporting .box_bt .boxr {
    display: flex;
    background-color: #fff;
    border-radius: 0.417vw;
    height: 100%;
}

.PolicyReporting .box_bt .boxr span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.396vw;
    height: 2.708vw;
    cursor: pointer;
}

.PolicyReporting .box_bt .boxr span.active {
    border-radius: 0.417vw;
    background: #F08300;
    color: #fff;
}

.PolicyReporting .box_c .box {
    display: none;
}

.PolicyReporting .box_c .box.active {
    display: block;
}

.Reportsjs {
    margin-top: 10.417vw;
    padding-left: 4.604vw;
}

.Reportsjs .swiper-wrapper {
    /* 匀速滚动 */
    /* transition-timing-function: linear !important; */
    /* overflow-x:auto ; */
    padding-bottom: 2rem;
}


.Reportsjs .swiper-scrollbar {
    width: 18.417vw;
    left: 50%;
    transform: translateX(-50%);
}

.Reportsjs .swiper-scrollbar-drag {
    background-color: #F08300;
}

.Reportsjs .swiper-slide {
    width: 19.479vw;
    margin-right: 2.083vw;
}

.Reportsjs .swiper-slide .box_sc {
    width: 100%;
}

.Reportsjs .swiper-slide .box_sc .ft_26 {
    transition: all 400ms;
}

.Reportsjs .swiper-slide .box_sc:hover .ft_26 {
    color: #F08300;
}


.Reportsjs .box_sc .img {
    width: 100%;
    height: 26.042vw;
    border-radius: 0.521vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.Reportsjs .prompt {
    position: absolute;
    width: 5.208vw;
    height: 5.208vw;
    background: #F08300;
    border-radius: 100%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 3;
    backdrop-filter: saturate(50%) blur(1.771vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9996rem;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

/* .Reportsjs:hover .prompt {
  opacity: 1;
  visibility: visible;
} */

.Reportsjs .prompt::before {
    position: absolute;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-size: 100% 100%;
    right: 0.104vw;
    top: 50%;
    transform: translateY(-50%) rotateZ(-90deg);
    background-image: url(../images/jtdown.png);
}

.Reportsjs .prompt::after {
    position: absolute;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-size: 100% 100%;
    left: 0.156vw;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    background-image: url(../images/jtdown.png);
}




.Policies {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Policies .box_sm {
    width: 49%;
    background-color: #fff;
    border-radius: 0.521vw;
    padding: 1.563vw 1.823vw;
    display: flex;
    justify-content: space-between;
    transition: all 400ms;
    margin-top: 1.563vw;
}

.Policies .box_sm .box_l {
    display: flex;
    width: 95%;
}

.Policies .box_sm .ico {
    width: 2.188vw;
    height: 2.188vw;
    background: #F08300;
    border-radius: 0.417vw;
    background-image: url(../images/Downloadico.png);
    background-size: 1.042vw 1.042vw;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 1.563vw;
}

.Policies .box_sm .box_smc {
    padding-left: 1.563vw;
    border-left: 0.052vw solid rgba(159, 160, 160, 0.30);
    padding-bottom: 0.521vw;
    width: 80%;
}

.Policies .box_sm .box_smc .ft_15 {
    color: rgba(17, 17, 17, .6);
}

.Policies .box_sm .Download {
    width: 1.354vw;
    height: 1.354vw;
    background-image: url(../images/Download2.png);
    background-size: 100% 100%;
}

.Policies .box_sm .box_l .ft_18 {
    transition: all 400ms;
}

.Policies .box_sm:hover .box_l .ft_18 {
    color: #F08300;
}

.Policies .box_sm:hover {
    box-shadow: 0px 0.521vw 3.125vw 0px rgba(0, 0, 0, 0.08);
}

/* R&D */



.Rd .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4.688vw;
    padding-top: 4.688vw;
}

.Rd .box .box_r {
    width: 40.365vw;
    height: 40.365vw;
    border-radius: 0.521vw;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Rd .box .box_l {
    width: 40%;
    /* text-align: justify; */
}

#Talent,
#Talent1,
#Talent2,
#Talent3,
#Talent4,
#Staff,
#Training {
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
}

#Talent .box_t,
#Talent1 .box_t,
#Talent2 .box_t,
#Talent3 .box_t,
#Talent4 .box_t,
#Staff .box_t,
#Training .box_t {
    position: fixed;
    right: 2.083vw;
}


.Rd .box:nth-child(2n) {
    flex-direction: row-reverse;
    background-color: #F3F7FA;
}


.Rd .box:first-child {
    padding-top: 0;
}

.RDwindow {
    padding-bottom: 10.938vw;
}


.RDwindow .box_c {
    padding-bottom: 3.125vw;
}

.RDwindow .box_li .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 0.521vw;
    padding: 1.042vw 9.219vw 1.042vw 3.646vw;
}

.RDwindow .box_li .box .box_r {
    width: 18.229vw;
    height: 18.229vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.521vw;
}

.RDwindow .box_li .box .box_l {
    width: 80%;
}

.RDwindow .box_li .box {
    margin-bottom: 1.042vw;
}

.RDwindow .box_li .box sup {
    font-size: 60%;
}

/*operation*/
.operation .box {
    flex-direction: row-reverse;
}

.Manufacturing .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Manufacturing .box::after {
    content: '';
    flex-basis: 31.6%;
}

.Manufacturing .box .box_sm {
    width: 31.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Manufacturing .box .box_sm .img {
    width: 100%;
    height: 15.625vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.521vw;
    position: relative;
    overflow: hidden;
    /* cursor: pointer; */
}

.Manufacturing .box .box_sm .img .ft_20 {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 1.042vw;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

.Manufacturing .box .box_sm .img:hover .ft_20 {
    opacity: 1;
    visibility: visible;
}

.Qualityop img {
    width: 100%;
}

.RDwindow .box_c img {
    width: 100%;
}


/* Clinical Trial */

.Clinical .box_t {
    padding: 1.563vw 2.344vw;
    display: flex;
}

.Clinical .box1 {
    width: 16%;
}


.Clinical .box2 {
    width: 23.7%;
}

.Clinical .box3 {
    width: 17.3%;
}

.Clinical .box4 {
    width: 43%;
}

.Clinical .box_c {
    display: flex;
    padding: 2.604vw 2.344vw;
    background-color: #fff;
    border-radius: 0.521vw;
    margin-bottom: 0.521vw;
}





.Clinical .box_c .box4 {
    display: flex;
    justify-content: space-between;
}

.Clinical .box_c .box4 .d-flex {
    width: 77%;
}

.Clinical .box_c .d-flex .ft_22 {
    width: 77%;
}

.Clinical .box_c .box4 .d-flex .ft_22 {
    width: 100%;
}

.Clinical .box_c .box4 .link {
    width: 2.188vw;
    height: 2.188vw;
    background: #F08300;
    border-radius: 0.417vw;
    background-size: 1.094vw 1.094vw;
    background-image: url(../images/Downloadico1.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 400ms;
}

.Clinical .box_c:hover .box4 .link {
    background-color: #FFAD3A;
}



/*publications*/


.Publications .box_li {
    display: flex;
    justify-content: space-between;
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
    border-bottom: 0.052vw solid #e2e3e3;
}

.Publications .box_li .box_l {
    width: 9%;
}

.Publications .box_li .box_r {
    width: 78%;
}

.Publications .box_li .ico {
    width: 2.188vw;
    height: 2.188vw;
    background: #F08300;
    border-radius: 0.417vw;
    background-size: 1.094vw 1.094vw;
    background-image: url(../images/Downloadico1.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 400ms;
}

.Publications .box_li .ico:hover {
    background-color: #FFAD3A;
}



.Intellectual .box_t {
    padding: 1.042vw 2.344vw;
    display: flex;
    align-items: center;
}

.Intellectual .box_s1 {
    width: 28%;
}

.Intellectual .box_s2 {
    width: 38%;
}

.Intellectual .box_s3 {
    width: 20%;
}

.Intellectual .box_s4 {
    width: 22%;
}

.Intellectual .box_s5 {
    width: 15%;
}

.Intellectual .box_c {
    padding: 2.604vw 2.344vw;
    display: flex;
    background-color: #fff;
    border-radius: 0.521vw;
    margin-bottom: 0.521vw;
}

.Intellectual .box_c .text {
    width: 80%;
}

/* collaboration */


.collaboration .box_sm {
    display: flex;
    flex-wrap: wrap;
}

.collaboration .box_sm .box_sms {
    display: flex;
    width: 20%;
    padding-left: 3.333vw;
    padding-right: 3.333vw;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 0.052vw solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1.042vw;
}

.collaboration .box_sm .box_sms:first-child {
    padding-left: 0;
}

.collaboration .box_sm .box_sms:nth-child(5n) {
    border-right: 0;
    padding-right: 0;
}

.collaboration .box_sm .box_sms .ico {
    width: 4.167vw;
    height: 4.167vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0.729vw;
}

.usemail {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.104vw solid #D9D9D9;
    border-radius: 0.521vw;
    overflow: hidden;
    margin-bottom: 2.083vw;
    position: relative;
}

.usemail .ft_20 {
    padding: 0.729vw 2.344vw;
}

.usemail .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.427vw;
    height: 100%;
    background: #F08300;
    border-radius: 0.521vw;
    font-size: 1.2504rem;
    color: #FFFFFF;
}







.pacollaborators {
    background-color: #EFF4F8;
    background-size: cover;
    margin-top: -0.521vw;
    position: relative;
    border-radius: 0.521vw 0.521vw 0 0;
    overflow: hidden;
}

.pacollaborators .box {
    background-color: #fff;
    border-radius: 0.521vw;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.pacollaborators .box .box_sm {
    width: 25%;
    height: 10.417vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.0625rem solid rgba(159, 160, 160, 0.2);
    border-right: 0.0625rem solid rgba(159, 160, 160, 0.2);
}

.pacollaborators .box .box_sm .img {
    width: 100%;
    height: 100%;
}

.pacollaborators .box .box_sm .img img {
    width: 100%;
}

/**/
/* partnershipopportunities */


.partnershipjs .swiper-slide {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    background-color: #F3F7FA;
}

.partnershipjs .swiper-slide .box_l {
    width: 42%;
    padding-top: 13.542vw;
}

.partnershipjs .swiper-slide .box_r {
    width: 40.573vw;
    height: 40.573vw;
    border: 0.521vw;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.partnershipjs .swiper-pagination {
    right: 18.698vw;
    bottom: 1.25vw;
    left: auto;
    width: auto;
}

.partnershipjsts.partnershipjs .swiper-slide .box_l {
    padding-top: 4.542vw;
}

/*Patients*/
.Patients {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Patients .box {
    width: 48.4%;
    height: 26.563vw;
    border-radius: 0.521vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 3.125vw;
    position: relative;
}

.Patients .box .ico {
    width: 3.021vw;
    height: 3.021vw;
    border-radius: 100%;
    background-image: url(../images/video1.png);
    background-size: 0.781vw 1.146vw;
    background-color: #fff;
    background-position: 56% center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transition: all 400ms;
    transform: translate(-50%, -50%);
}

.Patients .box:hover .ico {
    background-color: #0C519D;
    background-image: url(../images/video1.1.png);
}

.Patients .box .ft_26 {
    position: absolute;
    left: 2.083vw;
    right: 2.083vw;
    bottom: 2.083vw;
}



/* Information Disclosure */

/* .Investor {
  display: flex;
  justify-content: space-between;
} */

.Committees .box_l {
    width: 78%;
}

.Investor .box_r .box {
    position: sticky;
    top: 7.813vw;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.417vw;
    padding: 0.417vw;
}

.Investor .box_r .box a {
    font-size: 1.2504rem;
    color: #111111;
    line-height: 2.0004rem;
    width: 14.75vw;
    font-family: 'Montserrat-Medium';
    padding: 0.625vw 1.302vw;
    position: relative;
    border-radius: 0.417vw;
    transition: all 400ms;
}

.Investor .box_r .box a::before {
    position: absolute;
    content: '';
    width: 11.458vw;
    height: 0.052vw;
    background-color: #9FA0A0;
    opacity: 0.3;
    bottom: 0;
}

.Investor .box_r .box a:last-child::before {
    height: 0;
}

.Investor .box_r .box a::after {
    position: absolute;
    content: '';
    width: 1.354vw;
    height: 1.354vw;
    background-image: url(../images/jt.png);
    background-size: 100% 100%;
    right: 1.302vw;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.Investor .box_r .box a:hover {
    background-color: #0C519D;
    color: #fff;
}

.Investor .box_r .box a:hover::after {
    opacity: 1;
    visibility: visible;
}


.Investors {
    display: block;
    position: relative;
}

.Investors .box_r {
    position: absolute;
    right: 9.375vw;
    top: 0;
    height: 100%;
}

.Documents .box_l {
    width: 78%;
    background-color: #fff;
    height: 100%;
}

.Documents .box_l ul li .ico {
    width: 2.188vw;
    height: 2.188vw;
    background: #F08300;
    border-radius: 0.417vw;
    margin-right: 1.042vw;
    position: relative;
}

.Documents .box_l ul li .ico::before {
    position: absolute;
    content: '';
    width: 1.042vw;
    height: 1.042vw;
    background-image: url(../images/Downloadico.png);
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Documents .box_l ul li .ico1 {
    background-color: #F08300;
}

.Documents .box_l ul li .ico1::before {
    background-image: url(../images/Downloadico1.png);
}

.Documents .box_l ul li .ft_18 {
    opacity: 0.6;
}

.downloadico {
    width: 1.354vw;
    height: 1.354vw;
    background-image: url(../images/Download2.png);
    background-size: 100% 100%
}

.downloadico1 {
    background-image: url(../images/Share.svg);
}

.downloadico11 {
    background-image: url(../images/Download3.png);
}

.Documents .box_l ul li .box_sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.042vw;
    padding-top: 1.042vw;
    border-bottom: 0.052vw solid rgba(159, 160, 160, 0.3);
    position: relative;
}

/* .Documents .box_l ul li .box_sm::before {
  position: absolute;
  content: '';
  width: 0%;
  bottom: 0;
  left: 0;
  height: 0.998px;
  background-color: #164181;
  transition: all 400ms;
} */
.Documents .box_l ul li .box_sm .ft_22 {
    transition: all 400ms;
}

.Documents .box_l ul li .box_sm:hover .ft_22 {
    color: #F08300;
}

.Documents .box_l ul li .box_sm .d-flex {
    width: 95%;
}

.Documents .box_l ul li .box_sm .box_ss {
    width: 90%;
}


/* governance */

.Committees1 .box_l {
    width: 100%;
}

.Committees {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
}

.Committees .tablebox table {
    width: 100%;
    background-color: #F7FAFC;
    border-radius: 1.042vw;
}

.Committees .tablebox table thead {
    display: block;
    padding-left: 1.823vw;
    padding-right: 1.823vw;
}

.Committees .tablebox table tr {
    display: flex;
    justify-content: space-between;
    /* padding-left: 1.823vw;
  padding-right: 1.823vw; */
}

.Committees .tablebox table thead th {
    padding-top: 1.563vw;
    padding-bottom: 1.563vw;
    text-align: center;
    font-size: 1.3752rem;
    color: #111111;
    font-family: 'Montserrat-Regular';
    /* min-width: 10%; */
}

.Committees .tablebox table thead th:first-child {
    padding-left: 0;
    width: 22%;
    text-align: left;
}

.Committees .tablebox table tbody {
    display: block;
    background-color: #FFFFFF;
    border-radius: 1.042vw;
    overflow: hidden;
    padding-left: 1.823vw;
    padding-right: 1.823vw;
}

.Committees .tablebox table tbody tr {
    border-bottom: 0.052vw solid rgba(159, 160, 160, 0.30);
}

.Committees .tablebox table tbody tr:last-child {
    border-bottom: 0;
}



.Committees .tablebox table tbody td {
    padding-top: 1.146vw;
    padding-bottom: 1.146vw;
    /* min-width: 14.8%; */
    display: flex;
    justify-content: center;
}

.Committees .tablebox table tbody tr td:first-child {
    width: 22%;
    display: block;
}

.Committees .tablebox table tbody tr td:last-child {
    min-width: 4%;
}


.Committees .tablebox table tbody tr td:nth-child(2) {
    min-width: 8.5%;
}

.Committees .tablebox table tbody tr td:nth-child(3) {
    min-width: 10.4%;
}

.Committees .tablebox table tbody tr td:nth-child(4) {
    min-width: 7%;
}

.Committees .tablebox table tbody tr td:nth-child(5) {
    min-width: 14.4%;
}

.Committees .tablebox table tbody tr td:nth-child(6) {
    min-width: 13%;
}

.Committees .tablebox table tbody td .ico {
    width: 1.458vw;
    height: 1.458vw;
    background-image: url(../images/trico.png);
    background-size: 100% 100%
}

.Committees .tablebox table tbody td .ico1 {
    background-image: url(../images/trico1.png);
}

.Committees .tablebox table tbody td .ico2 {
    background-image: url(../images/trico2.png);
}

.Committees .tablebox table tbody td .ico3 {
    background-image: url(../images/trico3.png);
}

.Committees .tablebox table tbody td .ico4 {
    background-image: url(../images/trico4.png);
}

.Committees .box_f {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.604vw;
}

.Committees .box_f div {
    position: relative;
    padding-left: 1.979vw;
    width: 36%;
    font-size: 1.1256rem;
    color: #111111;
    margin-bottom: 0.729vw;
}



.Committees .box_f div:nth-child(2n) {
    width: 64%;
}

.Committees .box_f div::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.458vw;
    height: 1.458vw;
    background-size: 100% 100%;
}

.Committees .box_f div:first-child::before {
    background-image: url(../images/trico.png);
}

.Committees .box_f div:nth-child(2)::before {
    background-image: url(../images/trico3.png);
}

.Committees .box_f div:nth-child(3)::before {
    background-image: url(../images/trico1.png);
}



.Committees .box_f div:nth-child(4)::before {
    background-image: url(../images/trico4.png);
}

.Committees .box_f div:nth-child(5)::before {
    background-image: url(../images/trico2.png);
}



.Corporate {
    background-color: #fff;
}

.Corporate .container {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
}


.Corporate ul li .box_sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.042vw;
    padding-top: 1.042vw;
    border-bottom: 0.052vw solid rgba(159, 160, 160, 0.3);
    position: relative;
}

.Corporate ul li:first-child .box_sm {
    border-top: 0.052vw solid rgba(159, 160, 160, 0.3);
}

.Corporate ul li .box_sm .d-flex {
    width: 95%;
}

.Corporate ul li .ico {
    width: 2.188vw;
    height: 2.188vw;
    background: #F08300;
    border-radius: 0.417vw;
    margin-right: 1.042vw;
    position: relative;
}

.Corporate ul li .box_sm .box_ss {
    width: 90%;
}

.Corporate ul li .ico::before {
    position: absolute;
    content: '';
    width: 1.042vw;
    height: 1.042vw;
    background-image: url(../images/Downloadico.png);
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .Corporate ul li .box_sm::before {
  position: absolute;
  content: '';
  width: 0%;
  bottom: 0;
  left: 0;
  height: 0.052vw;
  background-color: #164181;
  transition: all 400ms;
} */

.Corporate ul li .box_sm .ft_22 {
    transition: all 400ms;
}

.Corporate ul li .box_sm:hover .ft_22 {
    color: #F08300;
}

/* Financial Report */

.filebox {
    display: flex;
    flex-wrap: wrap;
}

.filebox .box_sm {
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

.filebox .box_sm:nth-child(4n) {
    margin-right: 0;
}

.filebox .box_sm .img {
    width: 100%;
    height: 20.208vw;
    border-radius: 0.521vw;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.filebox .box_sm .img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(240, 131, 0, 0.85);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

.filebox .box_sm .img .boxico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.521vw;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

.filebox .box_sm .img .boxico .ico {
    width: 1.563vw;
    height: 1.563vw;
    background-image: url(../images/Download1.png);
    background-size: 100% 100%;
}



.filebox .box_sm:hover .img .boxico {
    opacity: 1;
    visibility: visible;
}

.filebox .box_sm:hover .img::before {
    opacity: 1;
    visibility: visible;
}

.filebox .box_sm .text {
    padding-top: 1.042vw;
    padding-left: 1.042vw;
    /* padding-right: 2.604vw; */
    padding-right: 1.042vw;
}

/* IR Presentation */
.IRPresentation .box_l {
    width: 100%;
    padding-left: 1.823vw;
    padding-right: 1.823vw;
    padding-top: 0.521vw;
    padding-bottom: 0.521vw;
}

.Documents .box_l ul li:last-child .box_sm {
    border: 0;
}



/*news*/
.news .box_t {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 2.292vw;
    padding-top: 2.292vw;
}



.selectBox {
    position: relative;
    width: 10.417vw;
    margin-left: 0.833vw;
}

.select {
    font-size: 1.3752rem;
    color: #0C519D;
    line-height: 1.6248rem;
    background-color: #F5F5F7;
    padding: 0.677vw 0.833vw;
    border-radius: 0.417vw;
    overflow: hidden;
    padding-right: 2.5vw;
}

.selectBox::after {
    position: absolute;
    content: '';
    width: 1.25vw;
    height: 1.25vw;
    background-image: url(../images/jtdown1.png);
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0.833vw;
}

.web_screen_ul {
    position: absolute;
    top: calc(100% - 0.052vw);
    left: 0;
    width: 100%;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 0.208vw 0.208vw 0px rgba(0, 0, 0, 0.13);
    border-radius: 0px 0px 0.521vw 0.521vw;
    opacity: 0;
    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;
}

.selectBox:hover .web_screen_ul {
    opacity: 1;
    visibility: visible;
}

.web_screen_ul li {
    padding: 0.521vw 0.417vw 0 0.417vw;
}

.web_screen_ul li:last-child {
    padding-bottom: 0.521vw;
}

.web_screen_ul li a {
    display: block;
    min-height: 2.083vw;
    padding: 0 0.521vw;
    cursor: pointer;
    color: #111111;
    font-size: 1.2504rem;
    line-height: 2.4996rem;
    transition: all 400ms;
    border-radius: 0.26vw;
}

.web_screen_ul li a:hover,
.web_screen_ul li.active a {
    background-color: #0C519D;
    color: #fff;
}


.searchinput {
    width: 18.75vw;
    height: 2.708vw;
    background: #F5F5F7;
    border-radius: 0.417vw;
    position: relative;
    margin-left: 0.833vw;
}

.searchinput input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 0.833vw;
    padding-right: 2.5vw;
    font-size: 1.3752rem;
    color: #81888F;
    font-family: 'Montserrat-Medium';
}

.searchinput input::placeholder {
    color: #81888F;
}

.searchinput button {
    border: none;
    outline: none;
    position: absolute;
    background-color: transparent;
    right: 0.99vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.042vw;
    height: 1.042vw;
    background-image: url(../images/search.png);
    background-size: 100% 100%;
}

.news .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .box::after {
    content: '';
    flex-basis: 31.4%;
}

.news .box .box_sm {
    width: 31.4%;
    background: #FFFFFF;
    box-shadow: 0 0.208vw 3.125vw 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.521vw;
    margin-bottom: 2.9%;
}

.news .box .box_sm .img {
    width: 100%;
    height: 14.948vw;
    border-radius: 0.521vw 0.521vw 0 0;
    overflow: hidden;
    position: relative;
}

.news .box .box_sm .img .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.news .box .box_sm:hover .img .bg_cover {
    transform: scale(1.1);
}

.news .box .box_sm .img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.313vw;
    background-image: url(../images/newsbg.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.news .box .box_sm .text {
    padding: 1.563vw 2.083vw;
}

.news .box .box_sm .text .ft_1 {
    height: 7.5rem;
    margin-bottom: 1.719vw;
}




/* newsd */




.newsdbox .box_t {
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
    background-color: #F3F7FA;
    padding-left: 18.75vw;
    padding-right: 18.75vw;
}


.newsdbox .box_t .time {
    font-size: 1.1256rem;
    color: #F08300;
    line-height: 1.6248rem;
    margin-bottom: 0.833vw;
}

.newsdbox .box_t .ft_46 {
    width: 84%;
}

.newsdbox .box_c {
    padding-top: 4.167vw;
    padding-bottom: 7.292vw;
    background-color: #fff;
    padding-left: 18.75vw;
    padding-right: 18.75vw;
}

.newsdfoot {
    padding-top: 2.083vw;
    padding-bottom: 1.563vw;
    border-radius: 0.521vw 0.521vw 0 0;
    background: linear-gradient(252deg, #3D7CC7 9%, #213B9C 76%), rgba(12, 81, 157, 0.1);
    display: flex;
    justify-content: space-between;
}




.newsdfoot .box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.newsdfoot .box_l {
    width: 34%;
}

.newsdfoot .box_l .ft_16 {
    color: #fff;
    opacity: 0.6;
    position: relative;
    padding-left: 1.667vw;
}

.newsdfoot .box_l .ft_16::before {
    position: absolute;
    content: '';
    width: 1.25vw;
    height: 1.25vw;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/jtletf.png);
}



.newsdfoot .textBeyondHidden2 {
    height: 3.125vw;
}



.newsdfoot .box_r {
    width: 34%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.newsdfoot .box_r .ft_16 {
    color: #fff;
    opacity: 0.6;
    position: relative;
    padding-right: 1.667vw;
}

.newsdfoot .box_r .ft_16::before {
    position: absolute;
    content: '';
    width: 1.25vw;
    height: 1.25vw;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateY(180deg);
    background-image: url(../images/jtletf.png);
}

.newsdfoot .box_r .ft_1 {
    text-align: end;
}

.newsdfoot a:hover .textBeyondHidden2 {
    text-decoration: underline;
}

.newsdbox {
    position: relative;
}

.newsdbox::before {
    content: '';
    position: absolute;
    width: 22.865vw;
    height: 49.375vw;
    background-image: url(../images/newsdbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}


/*newsmdeida*/
.newsmdeida .box_t {
    display: flex;
    justify-content: flex-end;
    padding-top: 2.292vw;
    padding-bottom: 2.292vw;
}

.newsmdeida .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsmdeida .box .box_sm {
    width: 49%;
    margin-bottom: 2%;
    box-shadow: 0 0.521vw 2.083vw 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.521vw;
    padding: 1.563vw 2.083vw;
}

.newsmdeida .box .box_sm .ft_26 {
    margin-bottom: 3.125vw;
    height: 4.688vw;
    transition: all 400ms;
}

.newsmdeida .box .box_sm .ft_22 {
    transition: all 400ms;
}

.newsmdeida .box .box_sm:hover .ft_26 {
    color: #F08300;
}

.newsmdeida .box .box_sm:hover .ft_22 {
    color: #F08300;
}

/* careers */
.pwb_200 {
    padding-bottom: 10.417vw;
}

.staffbox .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4.688vw;
    padding-bottom: 4.688vw;
}

.staffbox .box .box_l {
    width: 31.771vw
}

.staffbox .box .box_r {
    width: 50%;
    height: 40.365vw;
    border-radius: 0.521vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#Staff {
    background-color: #fff;
}

.staffbox .box:nth-child(2n) {
    flex-direction: row-reverse;
    background-color: #F3F7FA;
}

.staffbox .box:last-child {
    padding-bottom: 10.417vw;
}

/* Contact */
.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .box {
    width: 48.7%;
    height: 14.583vw;
    padding: 2.604vw;
    border-radius: 0.521vw;
    background-color: #fff;
    margin-bottom: 2.083vw;
}

.contact .box .ft_F08300 {
    /* text-decoration: underline; */
    color: #F08300;
}

.pagination1 {}


.pagination1 li:first-child a,
.pagination1 li:first-child span,
.pagination1 li:last-child a,
.pagination1 li:last-child span {
    background-color: #F3F7FA;
}

.pagination1 li:first-child a:hover,
.pagination1 li:first-child span:hover,
.pagination1 li:last-child a:hover,
.pagination1 li:last-child span:hover {
    background-color: #F08300;
}

/* product*/
.product {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.product .box {
    width: 16%;
    height: 13.073vw;
    background: #F3F7FA;
    border-radius: 0.521vw;
    padding: 0 1.563vw;
    margin-right: .7%;
    margin-bottom: .7%;
    transition: all 400ms;
    cursor: pointer;
}

.product .box:nth-child(6n) {
    margin-right: 0;
}

.product .box.active {
    background-color: #0C519D;
}

.product .box .ft_42,
.product .box .box_t {
    transition: all 400ms;
}

.product .box .ft_42 {
    word-break: break-word;
    font-size: 1.56rem;
}

.product .box.active .ft_42,
.product .box.active .box_t {
    color: #fff;
}

.product .box .textbox {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2.656vw 2.083vw;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.833vw 0px rgba(0, 0, 0, 0.11);

    margin-top: 1.042vw;
    margin-bottom: 1.042vw;
}

.product .box .text {



    font-size: 1.3752rem;
    line-height: 1.7496rem;
}

.product .box .text p {
    margin-bottom: 0.5vw;
}

.product .box .box_sm {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.563vw 0;
}

.ulMapc {
    height: 34.375vw;
}

.ulMap {
    width: 100%;
    height: 100%;
    background-image: url(../images/map.png);
    background-size: 100% 100%;
    position: relative;
    display: none;
}

.ulMap.activebox {
    display: block;
}

.ulMap li .circle {
    /* width: 39.994px;
  height: 43.008px; */
    /* background-image: url(../images/mapico.png); */
    background-size: 100% 100%;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 100%;
    background-color: #F08300;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



.ulMap li {
    position: absolute;
    cursor: pointer;
}

.popFrame {
    position: relative;
    padding: 2.083vw;
    z-index: 2;
    top: 0;
    left: -11vw;
    display: none;
    width: 27.25vw;
    background: #FFFFFF;
    border-radius: 0.521vw;
    box-shadow: 0rem 0.521vw 3.125vw 0rem rgba(0, 0, 0, 0.15);
}

.popFrame .box {
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: none !important;
}

.popFrame::after {
    content: '';
    position: absolute;
    bottom: -0.313vw;
    left: 41%;
    transform: translateX(-50%);
    margin-left: 0.717vw;
    border-left: 0.313vw solid transparent;
    border-right: 0.313vw solid transparent;
    border-top: 0.313vw solid #fff;
}

.ulMap li.active .popFrame {
    display: block;
}

.ulMap .li-1 {
    top: 15%;
    left: 11.5%;
}

.ulMap .li-2 {
    top: 15.5%;
    left: 13.5%;
}

.ulMap .li-3 {
    top: 45.5%;
    left: 9.5%;
}

.ulMap .li-4 {
    top: 33.5%;
    left: 25%;
}

.ulMap .li-5 {
    top: 40.5%;
    left: 25.9%;
}

.ulMap .li-6 {
    top: 49.5%;
    left: 25.9%;
}

.ulMap .li-7 {
    top: 26.5%;
    left: 35.9%;
}

.ulMap .li-8 {
    top: 46.5%;
    left: 33.9%;
}

.ulMap .li-9 {
    top: 24.5%;
    left: 25.9%;
}

.ulMap .li-10 {
    top: 40.5%;
    left: 26.9%;
}

.ulMap .li-11 {
    top: 69%;
    left: 44.2%;
}

.ulMap .li-12 {
    top: 21%;
    left: 76.2%;
}

.ulMap .li-13 {
    top: 31%;
    left: 84%;
}

.ulMap .li-14 {
    top: 48%;
    left: 90%;
}

.ulMap .li-15 {
    top: 63%;
    left: 91.5%;
}

.ulMap .li-16 {
    top: 67%;
    left: 95.2%;
}

.ulMap .li-17 {
    top: 77.5%;
    left: 89.2%;
}

.productbox .box_t {
    display: flex;
    justify-content: space-between;
    padding-top: 1.563vw;
    padding-bottom: 1.563vw;
    padding-left: 4.688vw;
    padding-right: 4.688vw;
}

.productbox .box_1 {
    width: 17.708vw;
    display: flex;
    justify-content: center;
}

.productbox .box_2 {
    width: 14.063vw;
}



.productbox .box_c {
    background-color: #fff;
    border-radius: 0.521vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
    padding-left: 4.688vw;
    padding-right: 4.688vw;
    margin-bottom: 0.521vw;
}

.productbox .box_c .box_row .box_sm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.417vw;
}

.productbox .box_c .box_row .box_sm:last-child {
    margin-bottom: 0;
}

.productbox .box_c .box_row .box_sm span {
    display: inline-block;
    padding-left: 1.563vw;
    padding-right: 1.771vw;
    position: relative;
    color: #F08300;
    cursor: pointer;
}

.productbox .box_c .box_row .box_sm span::before {
    position: absolute;
    content: '';
    width: 1.354vw;
    height: 1.354vw;
    background-image: url(../images/jt1.png);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.productbox .box_c .box_1 img {
    height: 2.083vw;
}

.productbox .box_c .box_sm {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pipeline*/

#wBanner .download {
    position: absolute;
    bottom: 4.167vw;
    left: 4.688vw;
}

#wBanner .download a {
    position: relative;
    padding-left: 2.865vw;
    color: #F08300;
}

#wBanner .download a::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.188vw;
    height: 2.188vw;
    border-radius: 0.417vw;
    background-color: #F08300;
    background-image: url(../images/Downloadico.png);
    background-size: 1.042vw 1.042vw;
    background-position: center center;
    background-repeat: no-repeat;
}

#wBanner .download a:hover {
    text-decoration: underline;
}

.pipelingnum {
    display: flex;
    align-items: center;
}

.pipelingnum .box {
    padding-left: 6.511vw;
    padding-right: 6.511vw;
    text-align: center;
    border-right: 0.052vw solid #D9D9D9;
    padding-bottom: 1.198vw;
}

.pipelingnum .box:first-child {
    padding-left: 0;
}

.pipelingnum .box:last-child {
    padding-right: 0;
    border-right: 0;
}

.pipelingnum .box .num,
.pipelingnum .box .ft_2 {
    font-size: 6.2496rem;
    line-height: 6.1248rem;
    color: #0C519D;
}

.pipelinetext {
    width: 92%;
    margin-bottom: 1.823vw;
}

.pipelineExplanation {
    display: flex;
    flex-wrap: wrap;
}

.pipelineExplanation .box {
    width: 16.666%;
    margin-bottom: 0.938vw;
    position: relative;
    display: flex;
    padding-right: 1.823vw;
}

.pipelineExplanation .box .ft_18 {
    width: 80%;
}

.pipelineExplanation .box .box_line {
    width: 1.771vw;
    height: 0.521vw;
    margin-top: 0.313vw;
    border-radius: 0.521vw;
    margin-right: 0.625vw;
}

.pipelineExplanation .box .box_ico {
    width: 1.302vw;
    height: 1.302vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.521vw;
    margin-right: 0.625vw;
}

.Pipelinebox .table {
    position: relative;
    width: 100%;
    border-top: 0.052vw solid rgba(159, 160, 160, 0.30);
}

.Pipelinebox .thead .tr {
    display: flex;
    align-items: center;
}

.Pipelinebox .thead .thl {
    width: 37.5%;
    font-size: 1.3752rem;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
}


.Pipelinebox .tbody .tr .td {
    width: 37.5%;
}

.Pipelinebox .thead .thr {
    display: flex;
    align-items: center;
    font-size: 1.3752rem;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
    width: 62.5%;
}

.Pipelinebox .tbody .tr .tdr {
    width: 62.5%;
}

.Pipelinebox .thead .thr div {
    width: 16.66%;
    text-align: center;
    padding: 0.938vw 0.521vw 0 0.521vw;
}

.Pipelinebox .tbody .box .icobox {
    display: flex;
}

.Pipelinebox .tbody .box .icobox .ico {
    width: 1.302vw;
    height: 1.302vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Pipelinebox .tbody .box {
    display: flex;
    align-items: center;
}

.Pipelinebox .tbody .box .box_l {
    width: 0.521vw;
    min-height: 4.167vw;
    border-radius: 0.521vw;
    overflow: hidden;
    margin-right: 0.521vw;
    position: relative;
}

.Pipelinebox .tbody .box .box_l .box_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0.521vw;
}

.Pipelinebox .tbody .tdr .trdline {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0.26vw;
}

.Pipelinebox .tbody .tdr .trdline div {
    height: 0.521vw;
    background: #E9EEF4;
    width: 16.666%;
    border-radius: 0.521vw;
}

.Pipelinebox .tbody .tr .boxb {
    display: flex;
    align-items: center;
}

.Pipelinebox .tbody .tr {
    padding-top: 1.198vw;
    padding-bottom: 2.604vw;
    border-bottom: 0.052vw solid rgba(159, 160, 160, 0.30);
    cursor: pointer;
    position: relative;
}

.Pipelinebox .tbody .tr::before {
    position: absolute;
    content: '';
    width: 0%;
    left: 0;
    bottom: 0;
    height: 0.052vw;
    background-color: #F08300;
    transition: all 400ms;
}

.Pipelinebox .tbody .tr:hover::before {
    width: 100%;
}

.Pipelinebox .tbody .tdr .trdline div.active {
    background-color: #003C82;
}

.Pipelinebox .tbody .tr .box_text {
    padding: 2.865vw 2.604vw;
    background-color: #F3F7FA;
    border-radius: 0.313vw;
    margin-top: 0.833vw;
    display: none;
}

.Pipelinebox .tbody .tr .box_text .box_textb {
    display: flex;
    justify-content: space-between;
}

/* .Pipelinebox .tbody .tr.active .box_text{

} */

.Pipelinebox .tbody .tr .tdr .ft_18 {
    color: #003C82;
    position: relative;
    padding-right: 2.6vw;
}

/* .Pipelinebox .tbody .tr .tdr .ft_18::before{
  position: absolute;
  content: '';
  
   opacity: 0;
   visibility: hidden;
   transition: all 400ms;
   right: 0;
   bottom: 0;
    overflow: hidden;
   
    background: #F08300;
    width: 48px;
    height: 48px;
 background-image: url(../images/jtdown.png);
 background-size: 24px 24px ;
 background-position: center;
 background-repeat: no-repeat;
    border-radius: 8.006px;
   
}
.Pipelinebox .tbody .tr:hover .tdr .ft_18::before{
  opacity: 1;
  visibility: visible;
} */







.Pipelinebox .tbody .tr .box_text .box_tl {
    width: 36%;
}

.Pipelinebox .tbody .tr .box_text .box_tl a {
    position: relative;
    font-size: 1.2504rem;
    color: #0C519D;
    line-height: 1.3752rem;
    padding-left: 1.302vw;
}

.Pipelinebox .tbody .tr .box_text .box_tl a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.99vw;
    height: 0.938vw;
    background-image: url(../images/ico61.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Pipelinebox .tbody .tr .box_text .box_tl a:hover {
    text-decoration: underline;
}

.Pipelinebox .tbody .tr .box_text .box_tr {
    padding-left: 2.083vw;
    border-left: 0.052vw solid #9FA0A0;
    width: 62%;
}

.Pipelinebox .tbody .tr .box_text .box_tr .box_trs {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.Pipelinebox .tbody .tr .box_text .box_tr .box_trs .boxsm_t {
    display: flex;
    /* max-width: 33.33%; */
    width: 100%;
    padding-bottom: 1.823vw;
}

.Pipelinebox .tbody .tr .box_text .box_tr .box_trs::after {
    content: '';
    /* flex-basis: 33.33%; */
}

.Pipelinebox .tbody .tr .box_text .box_tr .box_trs .boxsm_t .ico {
    width: 1.563vw;
    height: 1.563vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.26vw;
}

.Pipelinebox .tbody .tr .box_text .box_tr .box_trs .boxsm_t .box_smtext {
    width: 100%;
}

.Pipelinebox .tbody .tr .box_text .box_tr .box_trb .box_trb_sm {
    display: flex;
    align-items: center;
}

.Pipelinebox .tbody .tr .box_text .box_tr .box_trb .box_trb_sm .ico {
    width: 1.563vw;
    height: 1.563vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.26vw;
}

.pipelineLiterature .box {
    display: flex;
}

.pipelineLiterature .box .ft_18 {
    margin-right: 0.938vw;
}

.pipelineLiterature .box .ft_16 {
    /* width: 95%; */
}


/*  */

/* 搜索页 */
.searchPage .box_t {
    padding-bottom: 1.563vw;
    border-bottom: 0.104vw solid #000000;
}

.searchPage .bxx_c .box_s {
    display: block;
    padding-bottom: 2.604vw;
    padding-top: 2.604vw;
    border-bottom: 0.052vw solid rgba(0, 0, 0, 0.15)
}

.searchPage .navbox {
    margin-top: 2.604vw;
}

.team .ft_18 {
    display: none;
}

#dialog_content {
    height: 31vw;
    overflow: scroll;
}

/*  */
#dialog_content::-webkit-scrollbar {
    display: none;
}


.bb {
    display: flex;
    align-items: center;
}

.bb .downloadico {
    margin-left: 1vw;
}

.newsdbox .box_c video {
    width: 52.083vw !important;
    height: 24.833vw !important;
}


.partnershipjs .swiper-button-prev,
.partnershipjs .swiper-button-next {
    width: 2.5vw;
    height: 2.5vw;
    background: #fff;
    line-height: 3rem;
    text-align: center;
    border-radius: 0.417vw;
    transition: all 400ms;
    top: auto;
    bottom: 0;
}

.partnershipjs .swiper-button-prev:after,
.partnershipjs .swiper-button-next:after {
    font-size: 1.08rem;
    color: #000000;
    transition: all 400ms;
}

.partnershipjs .swiper-button-prev:hover,
.partnershipjs .swiper-button-next:hover {
    background: #F08300;
}

.partnershipjs .swiper-button-prev:hover:after,
.partnershipjs .swiper-button-next:hover:after {
    color: #ffffff;
}

.partnershipjs .swiper-button-next {
    left: 20%;
}

.partnershipjs .swiper-button-prev {
    left: 15%;
}

.Intellectualmy .box_s1,
.Intellectualmy .box_s2,
.Intellectualmy .box_s3,
.Intellectualmy .box_s4 {
    width: 33.33%;
}



/*  */
#policy.teamwindow .Content .box_sm {
    background: #FFFFFF;
    border-radius: 1.042vw;
    width: 14.583vw;
    padding: 0.417vw;
    height: 100%;
}

#policy.teamwindow .Content .box_sm .text {
    padding: 0.625vw 1.302vw;
    border-radius: 0.217vw;
    cursor: pointer;
    position: relative;
}

#policy.teamwindow .Content .box_sm .text::after {
    position: absolute;
    content: '';
    width: 1.354vw;
    height: 1.354vw;
    background-image: url(../images/jt.png);
    background-size: 100% 100%;
    right: 1.302vw;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

#policy.teamwindow .Content .box_sm .text::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.052vw;
    background-color: #9FA0A0;
    opacity: 0.3;
    bottom: 0;
    left: 0;
}

#policy.teamwindow .Content .box_sm .text:hover::after,
#policy.teamwindow .Content .box_sm .text.active::after {
    opacity: 1;
    visibility: visible;
}

#policy.teamwindow .Content .box_sm .text.active,
#policy.teamwindow .Content .box_sm .text:hover {
    background: #0C519D;
    color: #fff;
}

#policy.teamwindow .Content .box_r {
    max-height: 35vw;
    overflow: auto;
}

/*  */
#policy.teamwindow .Content .box_r::-webkit-scrollbar {
    display: none;
}

#policy.teamwindow .Content .box_r .box_rsm {
    display: none;
    text-align: justify;
}

#policy.teamwindow .Content .box_r .box_rsm.active {
    display: block;
}

#policy.teamwindow .Content .box_sm .text:last-child::before {
    width: 0;
    ;
}


#information.webModal .modal-content {
    border: none;
    width: 52%;
    /* height: 100%; */
    border-radius: 1.563vw;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    background-color: #ffff;
    justify-content: center;
    overflow: hidden;
    padding-left: 2.083vw;
    padding-right: 2.083vw;
    padding-bottom: 2.083vw;
    padding-top: 2.083vw;
}

.boxbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.083vw;
}

.boxbutton button,
.boxbutton a {
    width: 9.375vw;
    height: 2.604vw;
    border-radius: 0.417vw;
    font-size: 1.1256rem;
    color: #FFFFFF;
    line-height: 1.8756rem;
    margin-left: 0.26vw;
    margin-right: 0.26vw;
    border: 0;
    outline: 0;
    overflow: hidden;
}

.boxbutton a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxbutton .getInto {
    background-color: #FFB03A;
}

.boxbutton .Continue {
    background-color: #24468A;
}


/* 管线新 */

.pipeline_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.125vw;
}

.pipeline_2 .box {
    display: flex;
    align-items: center;
}

.pipeline_2 .box .selectBox {
    width: 18.229vw;
    margin-right: 1.042vw;
    margin-left: 0;
}

.pipeline_2 .box .select {
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.pipelinebox2 .box {
    padding: 3.646vw 6.771vw 3.646vw 2.083vw;
    border-radius: 0.521vw;
    border: 0.104vw solid #F3F7FA;
    position: relative;
}




.pipelinebox2 .box_s {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pipelinebox2 .box_t {
    width: 30%;
    padding-right: 2.969vw;
}

.pipelinebox2 .box_t .box_l {
    position: relative;
    position: relative;
    padding-left: 1.042vw;
}

/* .pipelinebox2 .box_t .box_l::before {
            position: absolute;
            content: '';
            width: 10.003px;
            height: 100%;
            left: 0;
            background: #0C519D;
            border-radius: 10.003px;
        } */

.pipelinebox2 .box_t .box_l .box_lliebox {
    width: 0.521vw;
    height: 100%;
    left: 0;
    border-radius: 0.521vw;
    overflow: hidden;

    position: absolute;
}

.pipelinebox2 .box_t .box_l .box_lliebox .box_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0.521vw;
}


.pipelinebox2 .box_b .box_tr {
    padding-left: 1.875vw;
    position: relative;
    margin-bottom: 2.604vw;
}

.pipelinebox2 .box_b .box_tr::before {
    position: absolute;
    content: '';
    width: 1.563vw;
    height: 1.563vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-image: url(../images/ico64.png);
}



.pipelinebox2 .box_t .box_bl a {
    position: relative;
    font-size: 1.2504rem;
    color: #0C519D;
    line-height: 1.3752rem;
    padding-left: 1.302vw;
}

.pipelinebox2 .box_t .box_bl a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.99vw;
    height: 0.938vw;
    background-image: url(../images/ico61.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}





.pipelinebox2 .box_b {
    width: 70%;
}

.pipelinebox2 .box_b .box_r .box_smt {
    display: flex;
    align-items: center;
    padding-bottom: 2.344vw;
    border-bottom: 0.0625rem solid #003C82;
}

.pipelinebox2 .box_b .box_r .t1 {

    text-align: center;
    width: 16.6%;
}

.pipelinebox2 .box_b .box_r .t2 {
    width: 27.4%;
}

.pipelinebox2 .box_b .box_r .box_text {
    width: 100%;
    margin-top: 2.344vw;
}

.pipelinebox2 .box_b .box_r .box_text .bxo_smtextbox {
    display: flex;
    align-items: center;
}

.pipelinebox2 .box_b .box_r .box_text .bxo_smtextbox .t1 {
    height: 0.521vw;
    background: #E9EEF4;
    border-radius: 0.521vw;
}


.pipelinebox2 .box_b .box_r .box_text .bxo_smtextbox .t1.active {
    background: #003C82;
}

.pipelinebox2 .box {
    margin-top: 2.083vw;
}

.pipelinebox2 .box.active {
    background-color: #F3F7FA;
}

.pipelinebox2 .box .box_b1 {
    display: none;
}

.pipelinebox2 .box .icobox {
    display: flex;
}

.pipelinebox2 .box .icobox .icon {
    width: 1.302vw;
    height: 1.302vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pipelinebox2 .box .ico {
    position: absolute;
    top: 3.438vw;
    right: 2.708vw;
    width: 1.354vw;
    height: 1.354vw;
    cursor: pointer;
}

.pipelinebox2 .box .ico::before {
    position: absolute;
    content: '';
    width: 1.354vw;
    height: 0.26vw;
    background: #0C519D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.pipelinebox2 .box .ico::after {
    position: absolute;
    content: '';
    width: 0.26vw;
    height: 1.354vw;
    background: #0C519D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms;
}

.pipelinebox2 .box.active .ico::after {
    opacity: 0;
}

.pipelinebox2 .box_t .box_ll .ft_22 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.pipeline_2 .web_screen_ul li a {
    padding-left: 1.5vw;
    position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
}

.pipeline_2 .web_screen_ul li a::before {
    position: absolute;
    content: '';
    width: 0.938vw;
    height: 0.938vw;
    border: 0.0625rem solid #000;
    border-radius: 100%;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
}

.pipeline_2 .web_screen_ul li a:hover,
.pipeline_2 .web_screen_ul li.active a {
    color: #111111;
    background-color: #fff;
}

.pipeline_2 .web_screen_ul li.active a:before {
    background-color: #0C519D;
    background-image: url(../images/dg.png);
    background-size: 0.781vw 0.781vw;
    background-position: center;
    background-repeat: no-repeat;
}

.mytitles {
    display: none;
}

.mybox_lliebox {
    width: 100%;
    display: flex;

}




header .header_languagebox ul {
    position: absolute;
    top: 1.583vw;
   left: 50%;
    transform: translateX(-50%);
    width: 4.583vw;
    background-color: #fff;
    box-shadow: 0 0 0.25rem #ddd;
    border-radius: 0.083vw;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .32s;
    -moz-transition: all .32s;
    -ms-transition: all .32s;
    -o-transition: all .32s;
    transition: all .32s;
}

header .header_languagebox ul li a {
    padding: 0.167vw;
    display: block;
    font-size: 1rem;
}

header .header_languagebox ul li a:hover{
    color: #F08300 ;
}


header .header_languagebox:hover ul {
  
    opacity: 1;
    visibility: visible;
}

header .header_languagebox ul::after {
    content: '';
    position: absolute;
    top: -0.208vw;
    left: 50%;
    margin-left: -0.208vw;
    border-left: 0.208vw solid transparent;
    border-right: 0.208vw solid transparent;
    border-bottom: 0.208vw solid #fff;
}