@charset "utf-8";

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    font-style: normal;
    src: url(./SourceHanSansCN-Medium-gb2312.woff2);
    /* font-weight: 500; */
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    font-style: normal;
    src: url(./SourceHanSansCN-Normal-gb2312.woff2);
    /* font-weight: 500; */
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    font-style: normal;
    src: url(./SourceHanSansCN-Regular-gb2312.woff2);
    /* font-weight: 400; */
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    font-style: normal;
    src: url(./SourceHanSerifCN-Heavy-gb2312.woff2);
    /* font-weight: 400; */
}

.ft_b {
    font-family: 'SourceHanSansCN-Medium';
}

.ft_n {
    font-family: 'SourceHanSansCN-Normal';
}

.ft_sh {
    font-family: 'SourceHanSerifCN-Heavy';
}

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

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

dt {
    font-weight: 300;
}

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

li {
    list-style-type: none;
}

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

html {
    scroll-behavior: smooth;
}

.block {
    display: block;
}

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

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;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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


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


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










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

header .display-flex {
    position: relative;
}

header .logo {
    position: relative;
}

header .logo a {
    display: block;
}

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

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

header .header-nav>ul>li:first-child {
    margin-left: 0vw;
}

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

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

header .header-nav>ul>li.active .link span {
    font-weight: bolder;

}

.headerScollfox header .header-nav>ul>li.active .link span {
    color: #8800D0;
}

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

} */




header .header-nav>ul>li:hover .link {
    color: #8800D0 !important;
}

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

}



header .header_languagebox .search {
    display: inline-block;
    width: 1.667vw;
    height: 1.667vw;
    background-image: url(../images/search.svg);
    background-size: 0.833vw 0.833vw;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: all 400ms;
}

header .header_languagebox .search:hover {
    background-image: url(../images/search2.svg) !important;
    border-color: #8800D0 !important;
}

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

} */
header .header_languagebox .language {
    margin-left: 0.521vw;
    width: 3.854vw;
    height: 1.667vw;
    border-radius: 5.208vw;
    border: 1px solid rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.833vw;
}

header .header_languagebox .language a {
    color: #FFFFFF;
    font-size: 0.833vw;
}

header .header_languagebox .language a:hover {
    color: #8800D0 !important;
}



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

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

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

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

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

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

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


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

} */

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

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

.headerDropDown {
    display: none;
    position: absolute;
    top: 100%;
    /* left: 50%; */
    left: -1.979vw;
    z-index: 10;
    width: 12.031vw;
    /* height: 13.333vw; */
    /* transform: translateX(-50%); */
    /* transition: all 300ms; */
}



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

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






.headerDropDown .headerDropDownList .link_item_on {
    position: relative;
    padding-left: 2.083vw;
    padding-right: 0.781vw;
    margin-bottom: 0.417vw;
}



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


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

}

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

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

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

/* 回顶部 */
.retuntop {
    position: fixed;
    z-index: 9;
    width: 2.604vw;
    height: 2.604vw;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    bottom: 1.354vw;
    border-radius: 50%;
    right: 1.042vw;
    cursor: pointer;
}

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




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

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

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

#menu_toggle1 {
    display: none;
}

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

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

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

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

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

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

.mm-opened .menu_botton span:before {
    top: 0;
    background: #8800D0;
    -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: #8800D0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

footer {
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_up {
    padding-left: 5.208vw;
    padding-right: 10.417vw;
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer_up .box_l {
    width: 60%;
}

.footer_up .box_l a {
    display: flex;
    align-items: center;
    padding-left: 2.083vw;
    width: 11.354vw;
    height: 3.125vw;
    background: #FFFFFF;
    font-size: 1.042vw;
    color: #111111;
    box-shadow: 0px 0.208vw 0.729vw 0px rgba(136, 0, 208, 0.06);
    font-family: 'SourceHanSansCN-Medium';
    border-radius: 5.208vw;
    position: relative;
}

.footer_up .box_l a::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    right: 2.083vw;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}

.footer_up .box_l a:hover::before {
    transform: translate(0.26vw, -50%);
}


footer .footer_main {
    display: flex;
    justify-content: space-between;
    padding-left: 5.208vw;

}

footer .footer_main .logo {
    width: 11.302vw;
    height: 3.698vw;
    margin-top: 3.125vw;
}

footer .footer_main .logo img {
    width: 100%;
}

footer .footer_nav {
    display: flex;
    justify-content: space-between;
    width: 78.125%;

}

footer .footer_nav li {
    width: 20%;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

footer .footer_nav li a {
    display: inline-block;
    font-size: 0.938vw;
    color: #FFFFFF;
    line-height: 1.667vw;

}



footer .footer_nav li p.title {
    font-size: 1.042vw;
    color: #FFFFFF;
    margin-bottom: 1.042vw;
    font-weight: bold;
}

footer .footer_nav li p 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 {


    border-top: 0.052vw solid rgba(255, 255, 255, 0.2);

    padding-top: 1.979vw;
    padding-bottom: 1.979vw;
}

footer .footer_copyright .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5.208vw;
    padding-right: 5.208vw;
    font-size: 0.833vw;
    color: #FFFFFF;
}




footer .footer_copyright .fCopyright a {
    font-size: 0.833vw;
    color: #FFFFFF;

}

footer .footer_copyright .box .telephone {
    position: relative;
    padding-left: 1.042vw;
}

footer .footer_copyright .box .telephone::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/te.png);
    background-size: 100% 100%;
}








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

}

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

.footer_share .fshare_items a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 1.042vw;
}





.footer_share .fshare_items a img {

    display: block;
    /* width: 1.5rem; */
    width: 2.083vw;
    height: 2.083vw;
}



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

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

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

.fshare_modelBox .img {
    width: 7.292vw;
    text-align: center;
}


.fshare_model_flex {
    white-space: nowrap;
}




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

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

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

/* 鼠标经过导航 */

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

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

header.activea .header_languagebox a {
    color: #6B6C7A;
}

header.activea .header_languagebox .search {

    background-image: url(../images/search1.svg);
    border-color: rgba(0, 0, 0, .1);
}


header.activea .logo a .img {

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

}

header.activea .header_languagebox .language .img {

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

}

header.activea .header_languagebox .language {
    color: #6B6C7A;
    border-color: rgba(0, 0, 0, .1);

}

header.activea .header_languagebox .language a {}

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

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

.headerScollfox header .header_languagebox a,
.headerScollfox1 header .header_languagebox a,
.innerPage header .header_languagebox a {
    color: #6B6C7A;
}

.headerScollfox header .header_languagebox .search,
.headerScollfox1 header .header_languagebox .search,
.innerPage header .header_languagebox .search {
    background-image: url(../images/search1.svg);
    border-color: rgba(0, 0, 0, .1);
}

.headerScollfox header .header_languagebox .language,
.headerScollfox1 header .header_languagebox .language,
.innerPage header .header_languagebox .language {
    border-color: rgba(0, 0, 0, .1);
    color: #6B6C7A;
}

.headerScollfox header .header_languagebox .language .img,
.headerScollfox1 header .header_languagebox .language .img,
.innerPage header .header_languagebox .language .img {
    background-image: url(../images/icon05.svg);
}

.headerScollfox header .logo a .img,
.headerScollfox1 header .logo a .img,
.innerPage header .logo a .img {
    background-image: url(../images/logo1.svg);
}

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

.home_banner {
    width: 100%;
    /* height: 100vh; */
    height: 100vh;


}



.home_banner .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.home_banner .box .title {
    width: 36.771vw;
    height: 9.01vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2.083vw;
}

.home_banner .box .text {

    font-size: 1.458vw;
    color: #FFFFFF;
    text-align: center;



}

.home_banner .swiper-pagination {
    bottom: 2.083vw;
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.25vw;
    border-radius: 0.26vw;
}

.exploreMore {
    position: absolute;
    font-size: 0.625vw;
    color: #FFFFFF;
    left: 50%;
    bottom: 2.604vw;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exploreMore a {
    color: #fff;
}

.exploreMore .ico {
    width: 0.729vw;
    height: 0.729vw;
    background-size: 100% 100%;
    background-image: url(../images/jtb.svg);
    margin-bottom: 0.156vw;
    animation: upDown 1.5s linear infinite;
}

@keyframes upDown {

    0%,
    100% {
        transform: translateY(-0.521vw);
        /* 初始和结束位置 */
    }

    50% {
        transform: translateY(0);
        /* 中间位置向下移动 */
    }
}

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

.mg_t5 {
    margin-top: 0.26vw;
}

.mg_b5 {
    margin-bottom: 0.26vw;
}

.mg_t10 {
    margin-top: 0.521vw;
}

.mg_b10 {
    margin-bottom: 0.521vw;
}

.mg_t15 {
    margin-top: 0.781vw;
}

.mg_b15 {
    margin-bottom: 0.781vw;
}

.mg_t20 {
    margin-top: 1.042vw;
}

.mg_b25 {
    margin-bottom: 1.302vw;
}

.mg_t25 {
    margin-top: 1.302vw;
}

.mg_b20 {
    margin-bottom: 1.042vw;
}

.mg_t30 {
    margin-top: 1.563vw;
}

.mg_b30 {
    margin-bottom: 1.563vw;
}

.mg_t33 {
    margin-top: 1.719vw;
}

.mg_b33 {
    margin-bottom: 1.719vw;
}

.mg_t40 {
    margin-top: 2.083vw;
}

.mg_b40 {
    margin-bottom: 2.083vw;
}

.mg_t45 {
    margin-top: 2.344vw;
}

.mg_b45 {
    margin-bottom: 2.344vw;
}



.mg_t50 {
    margin-top: 2.604vw;
}

.mg_b50 {
    margin-bottom: 2.604vw;
}

.mg_t60 {
    margin-top: 3.125vw;
}

.mg_b60 {
    margin-bottom: 3.125vw;
}

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

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

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

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

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

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

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

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

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

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

.pb_66 {
    padding-bottom: 3.433vw !important;
}

.pt_80 {
    padding-top: 4.167vw;
}

.pb_80 {
    padding-bottom: 4.167vw;
}

.pt_90 {
    padding-top: 4.688vw;
}

.pb_90 {
    padding-bottom: 4.688vw;
}

.pt_100 {
    padding-top: 5.208vw;
}

.pb_100 {
    padding-bottom: 5.208vw;
}

.pl_100 {
    padding-left: 5.208vw;
}

.pr_100 {
    padding-right: 5.208vw;
}

.pb_120 {
    padding-bottom: 6.25vw;
}

.pt_120 {
    padding-top: 6.25vw;
}

.pb_130 {
    padding-bottom: 6.771vw;
}

.pt_130 {
    padding-top: 6.771vw;
}

.pb_140 {
    padding-bottom: 7.292vw;
}

.pt_140 {
    padding-top: 7.292vw;
}


.pb_150 {
    padding-bottom: 7.813vw;
}

.pt_150 {
    padding-top: 7.813vw;
}

.pb_160 {
    padding-bottom: 8.333vw;
}

.pt_160 {
    padding-top: 8.333vw;
}

.pb_180 {
    padding-bottom: 9.375vw;
}

.pt_180 {
    padding-top: 9.375vw;
}

.pb_210 {
    padding-bottom: 10.938vw;
}

.pt_210 {
    padding-top: 10.938vw;
}

.ft_bb {
    font-weight: bold;
}

.ft_12 {
    font-size: 0.625vw;
}

.ft_14 {
    font-size: 0.729vw;
}


.ft_16 {
    font-size: 0.833vw;
}

.ft_17 {
    font-size: 0.885vw;
}

.ft_18 {
    font-size: 0.938vw;
}

.ft_19 {
    font-size: 0.99vw;
}

.ft_20 {
    font-size: 1.042vw;
}

.ft_22 {
    font-size: 1.146vw;
}

.ft_24 {
    font-size: 1.25vw;
}

.ft_25 {
    font-size: 1.302vw;
}

.ft_26 {
    font-size: 1.354vw;
}

.ft_27 {
    font-size: 1.406vw;
}

.ft_28 {
    font-size: 1.458vw;
}

.ft_29 {
    font-size: 1.51vw;
}

.ft_30 {
    font-size: 1.563vw;
}

.ft_31 {
    font-size: 1.615vw;
}

.ft_32 {
    font-size: 1.667vw;
}

.ft_34 {
    font-size: 1.771vw;
}

.ft_35 {
    font-size: 1.823vw;
}

.ft_36 {
    font-size: 1.875vw;
}

.ft_37 {
    font-size: 1.927vw;
}

.ft_38 {
    font-size: 1.979vw;
}

.ft_40 {
    font-size: 2.083vw;
}

.ft_44 {
    font-size: 2.292vw;
}

.ft_45 {
    font-size: 2.344vw;
}

.ft_46 {
    font-size: 2.396vw;
}

.ft_50 {
    font-size: 2.604vw;
}

.ft_52 {
    font-size: 2.708vw;
}

.ft_54 {
    font-size: 2.813vw;
}

.ft_56 {
    font-size: 2.917vw;
}

.ft_64 {
    font-size: 3.333vw;
}

.ft_70 {
    font-size: 3.646vw;
}

.lh_90 {
    line-height: 4.688vw;
}


.lh_84 {
    line-height: 4.375vw;
}

.lh_76 {
    line-height: 3.958vw;
}

.lh_74 {
    line-height: 3.854vw;
}

.lh_72 {
    line-height: 3.75vw;
}

.lh_70 {
    line-height: 3.646vw;
}

.lh_65 {
    line-height: 3.385vw;
}

.lh_64 {
    line-height: 3.333vw;
}

.lh_60 {
    line-height: 3.125vw;
}

.lh_59 {
    line-height: 3.073vw;
}

.lh_54 {
    line-height: 2.813vw;
}

.lh_50 {
    line-height: 2.604vw;
}

.lh_44 {
    line-height: 2.292vw;
}

.lh_42 {
    line-height: 2.188vw;
}

.lh_40 {
    line-height: 2.083vw;
}

.lh_39 {
    line-height: 2.031vw;
}

.lh_38 {
    line-height: 1.979vw;
}

.lh_36 {
    line-height: 1.875vw;
}

.lh_35 {
    line-height: 1.823vw;
}

.lh_34 {
    line-height: 1.771vw;
}

.lh_33 {
    line-height: 1.719vw;
}

.lh_30 {
    line-height: 1.563vw;
}

.lh_31 {
    line-height: 1.615vw;
}

.lh_28 {
    line-height: 1.458vw;
}

.lh_26 {
    line-height: 1.354vw;
}

.lh_23 {
    line-height: 1.198vw;
}

.lh_22 {
    line-height: 1.146vw;
}

.lh_16 {
    line-height: 0.833vw;
}

.lh_1 {
    line-height: 1;
}

.ft_000 {
    color: #000000;
}

.ft_fff {
    color: #ffffff;
}

.ft_333 {
    color: #333333;
}

.ft_6B6B7B {
    color: #6B6B7B;
}

.ft_8800D0 {
    color: #8800D0;
}


.bg_fff {
    background-color: #fff;
}

.bg_F7F {
    background-color: #F7F7F7;
}

.bg_F6F {
    background-color: #F6F6F6;
}

.bg_ebeff2 {
    background-color: #ebeff2;
}



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

.hMore a {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 0.781vw;
    color: #8800D0;
    position: relative;
    padding-right: 1.146vw;
    cursor: pointer;
    transition: all 400ms;
}

.hMore a::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}

.hMore a:hover::before {
    transform: translate(0.26vw, -50%);
}



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

.hMore2 span,
.hMore2 a {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 0.781vw;
    color: #8800D0;
    position: relative;
    padding-right: 1.146vw;
    cursor: pointer;
    transition: all 400ms;
}

.hMore2 span::before,
.hMore2 a::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}

.hData .box:hover .hMore2 span:hover::before,
.hMore2 a:hover::before {
    transform: translate(0.26vw, -50%);
}

.hNews .box_s:hover .hMore span::before,
.hCro:hover .hMore span::before,
.modalMain .box_s:hover .hMore span::before {
    transform: translate(0.26vw, -50%);
}



.hNews .box_s .hMore span,
.hCro .hMore span,
.modalMain .box_s .hMore span {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 0.781vw;
    color: #8800D0;
    position: relative;
    padding-right: 1.146vw;
    cursor: pointer;
    transition: all 400ms;
}

.hNews .box_s .hMore span::before,
.hCro .hMore span::before,
.modalMain .box_s .hMore span::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}



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


/**/

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

.hCro .img {
    width: 31.25vw;
    height: 34.375vw;
    border-radius: 1.042vw;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 7.813vw;
}

.hCro .box_text {
    width: 23.75vw;
}





/**/
.hData {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 36.25vw;
}

.hData .box {
    text-align: center;
}

.hData .ft_sh {
    font-size: 5.208vw;
    margin-bottom: 0.781vw;
    transition: all 400ms;
}

.hData .box:hover .ft_sh {
    color: #8800D0;
}


/**/



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

.hNews .box_s .img {
    width: 50%;
    height: 23.177vw;
    border-radius: 1.042vw 0 0 1.042vw;
    overflow: hidden;

}

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


.hNews .box_s .box {
    border-radius: 0 1.042vw 1.042vw 0;
    width: 50%;
    background: #FFFFFF;
    display: flex;
    box-shadow: 0px 0.208vw 1.25vw 0px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    padding: 4.167vw;
}

.hNews .box_s:hover .bg_cover {
    transform: scale(1.05);

}

.hNews .box_s .ft_35 {
    transition: all 400ms;
}

.hNews .box_s:hover .ft_35 {
    color: #8800D0;
}


.modalMain .box_s .ft_35 {
    transition: all 400ms;
}

.modalMain .box_s:hover .ft_35 {
    color: #8800D0;
}






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

#sideNav.sideNavts {
    height: 5rem;
}

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

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

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

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

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

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

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

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



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


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

}

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

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

}

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



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

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

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

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

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

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

}

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

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

}

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

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

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

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

/* 分页二 */

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

.pagination a,
.pagination span {
    margin: 0 0 0 0.781vw;
    font-size: 0.938vw;
    color: #1B1B2F;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #F8F8F8;
    width: 2.604vw;
    height: 2.604vw;
    line-height: 2.604vw;
    text-align: center;
    border: none;
    display: block;
    border-radius: 50%;
    transition: all 400ms;
}

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

}

.pagination li:hover a {
    color: #ffffff;
    background: #8800D0;
}

.pagination li {
    position: relative;
}



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

}

.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%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.729vw;
    width: 0.417vw;
    background-size: 100% 100%;
    /* margin-top: -0.25vw;
  border-left: 0.052vw solid #111111;
  border-top: 0.052vw 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:first-child a:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

    background-color: #8800D0;
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before {
    background-image: url(../images/newsjtl1.svg);
}

.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
    background-image: url(../images/newsjtr1.svg);
}

.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); */
    background-image: url(../images/newsjtl.svg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
    background-image: url(../images/newsjtr.svg);
    /* left: 50%;
  margin-left: -0.333vw;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); */
}





/*弹框*/
#teamModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
}

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

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

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

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

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

.webModal .modal-content .modalMain {
    /* margin: 0 auto; */
    /* width: 50%; */
    padding-left: 2.646vw;
    padding-right: 1.563vw;
    padding-bottom: 1.563vw;
    padding-top: 1.042vw;
}





.webModal .close {
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    width: 2vw;
    height: 2vw;
    background-image: url(../images/close_w.svg);
    background-size: 1vw 1vw;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    background-color: #000000;
    border-radius: 100%;
    margin-top: 1.042vw;
    margin-right: 1.042vw;
}

.webModal .closebox {
    position: relative;
}

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




.modal-backdrop {
    /*background: rgba(0, 0, 0, 0.75);*/
    background: rgba(136, 1, 208, .9);
}



/*内页banner*/
#wBanner {
    height: 52.083vw;
    width: 100%;
    position: relative;
}

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

#wBanner .box .box_sm {
    width: 70%;
    text-align: center;
}

#wBanner .box .title {
    font-size: 4.167vw;
    color: #FFFFFF;
    line-height: 5.208vw;
    font-family: 'SourceHanSerifCN-Heavy';
    position: relative;
    margin-bottom: 2.083vw;
}

#wBanner .box .text {
    font-size: 1.042vw;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Normal';
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-size: 1.042vw;
    color: #fff;
    line-height: 1.563vw;
}

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

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.042vw;
    color: #fff;
    line-height: 1.563vw;
    content: ">";
    padding-right: 0.75rem;
}




/* 搜索页 */
.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)
}

.fshare_modelBox .eco {
    width: auto;
    padding: 0.5vw 1vw;
}

/*关于我们*/

.about .box_smf {
    width: 38%;
    text-align: center;
    margin-top: 1.875vw;
}

.about .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about .box .box_smt {
    display: none;
}

.about .box .box_smt .ico {
    width: 2.083vw;
    height: 2.083vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0.521vw;
}

.about .box .box_smt .box_sico {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 44.01vw;
    text-align: center;
    margin-top: 2.604vw;
}

.expand {
    position: relative;
    padding-top: 0.885vw;
    margin-top: 1.25vw;
    cursor: pointer;
}

.expand::before {
    position: absolute;
    content: '';
    width: 0.729vw;
    height: 0.729vw;
    background-image: url(../images/jtb1.svg);
    background-size: 100% 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 400ms;
}


.expand span {
    font-family: 'SourceHanSansCN-Normal';
    font-size: 0.625vw;
    color: #6B6C7A;
    display: block;
}

.expand:hover span {
    color: #8800D0;
}

.expand .foldUpspan {
    display: none;
}

.expand.active .foldUpspan {
    display: block;
}

.expand.active .expandspan {
    display: none;
}

.expand.active::before {
    transform: translateX(-50%) rotate(180deg);
}

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

.aboutnum {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.aboutnum .box {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.865vw;
    padding-top: 2.865vw;
    border-right: 1px solid #EBEBEB;
}

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

.aboutnum .box .ft_70 {
    color: #8800D0;
}

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

.aboutm .box::after {
    content: '';
    flex-basis: 32.28%;
}

.aboutm .box .box_img {
    width: 32.28%;
    border-radius: 1.042vw;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 27.24vw;
    margin-top: 1.094vw;
    overflow: hidden;
}

.aboutm .box .box_img .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.aboutm .box .textbox {
    position: absolute;
    bottom: 2.083vw;
    left: 2.083vw;
    right: 2.083vw;
}

.aboutm .box .box_img:hover .bg_cover {
    transform: scale(1.05);
}

.aboutcourse {
    background-image: url(../images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 45.156vw;
}

.aboutcourse .box_t {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.aboutcourse .box_t .box_sm {
    width: 4.688vw;
    height: 1.979vw;
    border-radius: 5.208vw;
    border: 1px solid #6B6B7B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.729vw;
    color: #6B6B7B;
    transition: all 400ms;
    margin: 0.26vw;
    cursor: pointer;
}

.aboutcourse .box_t .box_sm.active,
.aboutcourse .box_t .box_sm:hover {
    color: #8800D0;
    /* border-color: #8800D0; */
    font-weight: bold;
    border: 2px solid #8800D0;
}

.aboutcourse .box_b {
    padding-left: 12.24vw;
    padding-right: 12.24vw;
    margin-top: 1.198vw;
}

.aboutcourse .box_b .box_sm {
    display: none;
}

.aboutcourse .box_b .box_sm.active {
    display: flex;
    justify-content: space-between;
    animation: fadeIn 3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.aboutcourse .box_b .box_sm .box_l {
    width: 20.833vw;
}

.aboutcourse .box_b .box_sm .box_l .ft_8800D0 {

    font-size: 7.292vw;
}

.aboutcourse .box_b .box_sm .box_img {
    width: 20.833vw;
    height: 15.625vw;
    border-radius: 1.042vw;
    overflow: hidden;
    margin-top: 1.198vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abouttem {
    padding-top: 9.375vw;
    padding-left: 22.552vw;
    padding-right: 22.552vw;
}

.abouttem .box_t {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.abouttem .box_t .box_sm {
    margin: 0.26vw;
    padding: 0.469vw 1.302vw;
    border-radius: 5.208vw;
    border: 1px solid #9E9EAB;
    font-size: 0.729vw;
    color: #6B6B7B;
    cursor: pointer;
}

.abouttem .box_t .box_sm.active,
.abouttem .box_t .box_sm:hover {
    color: #8800D0;
    border-color: #8800D0;
}

.abouttem .box_b {
    padding-left: 6.979vw;
    padding-right: 6.979vw;
}

.abouttem .box_b .box_sm {
    display: none;
}

.abouttem .box_b .box_sm.active {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeIn 4s;
}

.abouttem .box_b .box_sm .img {
    width: 100%;
    height: 23.958vw;
    border-radius: 0.781vw;
    overflow: hidden;
}

.abouttem .box_b .box_sm .img .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;

}

.abouttem .box_b .box_sm .box_s {
    width: 17.135vw;
    margin-top: 2.344vw;
    margin-left: 0.35vw;
    margin-right: 0.35vw;
}

.abouttem .box_b .box_sm::after {
    /*content: '';*/
    /*flex-basis: 17.135vw;*/
}

.abouttem .box_b .box_sm .box_s:hover .img .bg_cover {
    transform: scale(1.05);
}

.aboutmap {
    padding-top: 9.375vw;
    padding-bottom: 9.375vw;
}

.map {
    margin-top: 4.688vw;
    position: relative;
    width: 100%;
    height: 35.781vw;
    background-image: url(../images/map.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mapul li {
    position: absolute;
    width: 0.677vw;
    height: 0.677vw;
    border-radius: 100%;
    background-color: #8800D0;
}

.mapul .li-1 {
    top: 12%;
    left: 7%;
}

.mapul .li-2 {
    top: 21%;
    left: 15%;
}

.mapul .li-3 {
    top: 35%;
    left: 16%;
}

.mapul .li-4 {
    top: 66%;
    left: 28%;
}

.mapul .li-5 {
    top: 35.3%;
    left: 44.3%;
}

.mapul .li-6 {
    top: 21.3%;
    left: 48.2%;
    background-color: #B86BEB;
}

.mapul .li-7 {
    top: 24%;
    left: 50.3%;
    background-color: #B86BEB;
}

.mapul .li-8 {
    top: 46.3%;
    left: 52.3%;
    background-color: #B86BEB;
}

.mapul .li-9 {
    top: 16%;
    left: 70.3%;
    background-color: #B86BEB;
}

.mapul .li-10 {
    top: 42.3%;
    left: 79.3%;
}

.mapul .li-11 {
    top: 77.3%;
    left: 84.3%;
}

.mapul li span {
    position: absolute;
    width: 4em;
    font-size: 1.042vw;
    color: #8800D0;
    font-family: 'SourceHanSansCN-Normal';
    top: 1.146vw;
    left: -2em;
}

.mapul .li-10::before {
    position: absolute;
    content: '';
    width: 1.302vw;
    height: 1.302vw;
    background: rgba(136, 0, 208, .2);
    border-radius: 100%;
    top: -0.313vw;
    left: -0.313vw;
    -webkit-animation: pulse-ring 3s ease infinite;
    animation: pulse-ring 3s ease infinite;
}

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

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

.mapInstructions {
    padding-top: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapInstructions .box {
    margin-left: 2.083vw;
    margin-right: 2.083vw;
    padding-left: 1.198vw;
    position: relative;
}

.mapInstructions .box::before {
    position: absolute;
    content: '';
    width: 0.677vw;
    height: 0.677vw;
    background-color: #8800D0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.mapInstructions .box:nth-child(2):before {
    background-color: #B86BEB;
}

.mapInstructions .box:nth-child(3):before {
    background-color: #EEEEF1;
}

/* 科学与研发 */
.pipeline_tr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.833vw;
    border-bottom: 1px solid #000000;
    font-size: 1.042vw;
    font-family: 'SourceHanSansCN-Medium';
}

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

}

.th_l {
    width: 33%;
}

.th_r {
    width: 67%;
}

.th_l .th_sm {
    width: 66%;
}

.th_l .th_smb {
    width: 34%;
}

.type {
    display: flex;
    align-items: center;
    padding-bottom: 1.563vw;
    padding-top: 1.563vw;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.type .ico {
    width: 2.083vw;
    height: 2.083vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.104vw;
}

.pipeline_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.771vw;
    padding-bottom: 1.771vw;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.line {
    height: 1.823vw;
    background: rgba(0, 0, 0, .04);
    border-radius: 0.417vw;
    position: relative;
    overflow: hidden;
}

.linbox_sm {
    height: 100%;
    overflow: hidden;
}

.linbox_sm .box_sm {
    background: linear-gradient(90deg, #E60DE5 0%, #8800D0 100%), #8800D0;
    height: 100%;
    position: relative;
    border-radius: 0.417vw;
}

.linbox_sm .ico {
    position: absolute;
    width: 1.146vw;
    height: 1.146vw;
    background: #FFFFFF;
    border-radius: 100%;
    border: 0.104vw solid #E60DE5;
    right: 0.365vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/ico5.png);
    background-size: 0.729vw 0.729vw;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes animate-line {
    0% {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

.linbox_sm .ico1 {
    position: absolute;
    width: 1.146vw;
    height: 1.146vw;
    background: #FFFFFF;
    border-radius: 100%;
    border: 0.104vw solid #E60DE5;
    right: 0.365vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/ico6.png);
    background-size: 0.729vw 0.729vw;
    background-position: center;
    background-repeat: no-repeat;
}

.pipeline {
    margin-top: 4.688vw;
}

.ahr {
    height: 63.438vw;
    width: 100%;
    background-image: url(../images/bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.circle {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3.333vw;
}

.circle .point {
    position: absolute;
    font-size: 1.042vw;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Medium';
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    z-index: 9;
    cursor: pointer;
}

.circle .point .ico {
    width: 0.625vw;
    height: 0.625vw;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 2.552vw;
    position: relative;
}

.circle .point .ico::before {
    position: absolute;
    content: '';
    width: 1.146vw;
    height: 1.146vw;
    border-radius: 100%;
    border: 0.052vw solid #FFFFFF;
    left: -0.234vw;
    top: -0.234vw;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
}

.circle .point.active .ico::before {
    opacity: 1;
    visibility: visible;
}

.circle .pointbox .point:first-child {
    left: 62.2%;
    top: 7.5%;

}

.circle .pointbox .point:nth-child(2) {
    left: 70.4%;
    top: 52.8%;

}

.circle .pointbox .point:nth-child(3) {
    left: 62.3%;
    top: 87.2%;

}

.circle .pointbox .point:nth-child(4) {
    left: 16.2%;
    top: 87.2%;
    flex-direction: row;
}

.circle .pointbox .point:nth-child(5) {
    left: 8%;
    top: 52.8%;
    flex-direction: row;
}

.circle .pointbox .point:nth-child(6) {
    left: 16.3%;
    top: 7.5%;
    flex-direction: row;
}

.circle .pointbox .point:nth-child(4) .ico,
.circle .pointbox .point:nth-child(5) .ico,
.circle .pointbox .point:nth-child(6) .ico {
    margin-right: 0;
    margin-left: 2.552vw;
}

.circle .point .text {
    min-width: 11.458vw;
}

.circle .pointbox .point:nth-child(4) .text,
.circle .pointbox .point:nth-child(5) .text,
.circle .pointbox .point:nth-child(6) .text {
    text-align: right;
}

.circlebox {

    width: 28.646vw;
    height: 28.646vw;
    background-color: rgba(136, 0, 208, 0.50);
    border-radius: 100%;
    background-image: url(../images/ahr.svg);
    background-size: 100% 100%;
    position: relative;
}

.circlebox {
    padding: 7.708vw 4.01vw;
}

.circlebox .boxtext {
    color: #fff;
    text-align: center;
    display: none;
}

.circlebox .boxtext.active {
    display: block;
    animation: fadeIn 3s;
}

.circlebox .boxtext .ft_16 {
    max-height: 11.5vw;
    overflow-x: auto;
}

.circlebox .boxtext .ft_16::-webkit-scrollbar {
    display: none;
}

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

.science .box::after {
    content: '';
    flex-basis: 31.8%;
}

.science .box .box_sm {
    width: 31.8%;
    margin-top: 1.042vw;
    background: #FFFFFF;
    box-shadow: 0px 0.208vw 1.25vw 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 1.042vw 1.042vw;
}

.science .box .box_sm .img {
    width: 100%;
    height: 13.802vw;
    position: relative;
    border-radius: 1.042vw 1.042vw 0px 0px;
    overflow: hidden;
}

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

.science .box .box_sm .img .ft_fff {
    position: absolute;
    left: 0.521vw;
    bottom: 0.521vw;
    right: 0.521vw;
}

.science .box .box_sm .img .textbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;

}

.science .box .box_sm .img .latest {
    position: absolute;
    width: 3.021vw;
    height: 1.563vw;
    background: #8800D0;
    border-radius: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.729vw;
    color: #FFFFFF;
    right: 0.781vw;
    top: 0.781vw;
}



.science .box .box_sm .box_text {
    padding: 1.563vw;
    /*background: #FFFFFF;*/
    /*box-shadow: 0px 0.208vw 1.25vw 0px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 0px 0px 1.042vw 1.042vw;*/
}

.hMore span {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 0.781vw;
    color: #000000;
    position: relative;
    padding-right: 1.146vw;
    cursor: pointer;
    transition: all 400ms;
}

.hMore span::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr1.svg);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}

.science .box .box_sm:hover .hMore span {
    color: #8800D0;
}

.science .box .box_sm:hover .hMore span::before {
    background-image: url(../images/jtr.svg);
}

.science .box .box_sm .ft_20 {
    transition: all 400ms;
}

.science .box .box_sm:hover .ft_20 {
    color: #8800D0;
}

.science .box .box_sm:hover .bg_cover {
    transform: scale(1.05);
}

.science .box .box_sm .box_text .textBeyondHidden2 {
    height: 2.917vw;
}

.mg_t70 {
    margin-top: 3.646vw;
}

/* 新闻 */

#wBanner.news .box {
    align-items: flex-start;
}

#wBanner.news .box_sm {
    margin-left: 15.625vw;
    text-align: left;
    width: 55%;
}

#wBanner.news .box .title {
    font-size: 4.167vw;
    color: #FFFFFF;
    line-height: 6.25vw;
    font-family: 'SourceHanSerifCN-Heavy';
    position: relative;
    margin-bottom: 1.458vw;
}

#wBanner.news .box .text {
    font-size: 0.885vw;
    line-height: 1.458vw;
    color: #FFFFFF;
    width: 64%;
}

.learnMore {
    display: flex;
    align-items: center;
    width: 7.083vw;
    height: 2.604vw;
    box-shadow: 0px 4px 14px 0px rgba(136, 0, 208, 0.06);
    border-radius: 5.208vw;
    border: 1px solid #FFFFFF;
    padding-left: 1.302vw;
    font-size: 0.781vw;
    color: #FFFFFF !important;
    position: relative;
}

.learnMore::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    top: 50%;
    right: 1.302vw;
    transform: translateY(-50%);
    background-image: url(../images/jtr2.svg);
    background-size: 100% 100%;
    transition: all 400ms;
}

.learnMore:hover::before {
    transform: translate(0.26vw, -50%);
}

.newsc {
    padding-left: 18.75vw;
    padding-right: 18.75vw;
}

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

.newsbox .box {
    width: 47.92%;
    margin-bottom: 2.917vw;
}

.newsbox .box .box_img {
    width: 100%;
    height: 19.271vw;
    border-radius: 1.042vw;
    overflow: hidden;
    position: relative;
}

.newsbox .box .box_img .bg_cover {
    width: 100%;
    height: 100%;
    transition: all 400ms;
}

.newsbox .box .box_img .types {
    position: absolute;
    left: 1.042vw;
    bottom: 1.042vw;
    background-color: #fff;
    border-radius: 0.26vw;
    padding: 0.26vw 0.625vw;
    font-size: 0.729vw;
}

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

.hMore1 span {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 0.781vw;
    color: #8800D0;
    position: relative;
    padding-right: 1.146vw;
    cursor: pointer;
    transition: all 400ms;
}

.hMore1 span::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}

.newsbox .box:hover .hMore1 span::before {
    transform: translate(0.26vw, -50%);
}

.newsbox .box .text {
    padding-top: 1.302vw;
}

.newsbox .box .textBeyondHidden2 {
    height: 3.125vw;
    transition: all 400ms;
}

.newsbox .box .textBeyondHidden {
    height: 1.354vw;
}

.newsbox .box:hover .bg_cover {
    transform: scale(1.05);
}

.newsbox .box:hover .textBeyondHidden2 {
    color: #8800D0;
}

/* 新闻详情 */
.newsd {
    padding-left: 18.75vw;
    padding-right: 18.75vw;
}

.newsdnav {
    color: #6B6B7B;
}

.newsdnav a {
    color: #6B6B7B;

}

.newsd .ft_70 {
    width: 90%;
    margin-bottom: 1.458vw;
}

.newsd .time_type {
    display: flex;
    align-items: center;
}

.newsd .time_type div {
    padding-left: 1.302vw;
    border-left: 1px solid #D9D9D9;
    margin-left: 1.302vw;
    line-height: 1;
    color: #D9D9D9;
    font-size: 0.833vw;
}

.newsd .time_type div:first-child {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
}

.newsd .imgbox {
    margin-top: 3.906vw;
    height: 26.51vw;
    width: 100%;
    border-radius: 1.042vw;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.newsdbox {
    padding-right: 25vw;
    position: relative;
    margin-top: 3.906vw;
}

.share {
    display: flex;
    align-items: center;
    padding-top: 1.563vw;
    padding-bottom: 1.563vw;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 4.688vw;
}

.share .ft_6B6B7B {
    margin-right: 1.042vw;
}

.social-share a {
    margin: 0;
}

.social-share .social-share-icon {
    width: 2.083vw;
    height: 2.083vw;
    border-radius: 100%;
    margin-right: 0.781vw;
    border: 1px solid #8800D0;
}

.social-share .social-share-icon:hover {
    background-color: transparent;
}

.social-share .social-share-icon::before {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1.042vw;
    height: 1.042vw;
    background-size: 100% 100%;
}

.social-share .icon-wechat:before {
    background-image: url(../images/wx.png);
}

.social-share .icon-weibo::before {
    background-image: url(../images/wb.png);
}

.copyLink {
    width: 2.083vw;
    height: 2.083vw;
    border-radius: 100%;
    margin-right: 0.781vw;
    border: 1px solid #8800D0;
    position: relative;
    cursor: pointer;
}

.copyLink::before {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1.042vw;
    height: 1.042vw;
    background-size: 100% 100%;
    background-image: url(../images/link.png);
}

.newsdboxfoot {
    display: flex;
    justify-content: space-between;
    margin-top: 3.542vw;
}

.newsdboxfoot .box {
    width: 47.92%;
    border-radius: 0.521vw;
    border: 1px solid #D9D9D9;
    padding: 1.563vw;
    transition: all 400ms;
}

.newsdboxfoot .box:hover {
    border-color: #8800D0;
}

.newsdboxfoot .pre {
    padding-left: 1.354vw;
    position: relative;
}

.newsdboxfoot .pre::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotateY(180deg);
    transition: all 400ms;
}

.newsdboxfoot .next {
    padding-right: 1.354vw;
    position: relative;
    text-align: end;
}

.newsdboxfoot .next::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}

.newsdboxfoot .textBeyondHidden2 {
    height: 2.5vw;
}

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

.newsdsnav {
    width: 18.594vw;
    position: sticky;
    top: 7.292vw;
}

.newsdsnav .box_a {
    padding-bottom: 1.042vw;
    padding-top: 1.042vw;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.newsdsnav .ft_8800D0 {
    padding-bottom: 0.781vw;
    border-bottom: 0.104vw solid #000000;
}

.newsdsnav .box_a .textBeyondHidden {
    transition: all 400ms;
}

.newsdsnav .box_a:hover .textBeyondHidden {
    color: #8800D0;
    font-weight: bold;
}

/* 发展合作 */
.cooperation {
    padding-top: 10.417vw;
    padding-bottom: 10.417vw;
}

.cooperation .box {
    margin-top: 6.25vw;
    display: flex;
    flex-wrap: wrap;
}

.cooperation .box .box_sm {
    width: 33.3333%;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 3.281vw 3.125vw 3.125vw 3.125vw;
    transition: all 400ms;
    min-height: 16.667vw;
}

.cooperation .box .box_sm:hover {
    background-color: rgba(245, 245, 245, .6);
}

.cooperation .box .box_sm:nth-child(3n) {
    border-right: none;
}

.layout {
    width: 100%;
    min-height: 46.875vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg4.png);
    padding-top: 16.146vw;
}

.layout .box_t {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout .box_t .ft_14 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.26vw;
    color: #fff;
    width: 6.51vw;
    height: 1.979vw;
    border-radius: 5.208vw;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    transition: all 400ms;
}

.layout .box_t .ft_14.active,
.layout .box_t .ft_14:hover {
    background-color: #fff;
    color: #8800D0;
}

.layout .box_c .ft_20 {
    display: none;
}

.layout .box_c .ft_20.active {
    display: block;
    animation: fadeIn 3s;
}

.field {
    padding-top: 11.458vw;
}

.field .box {
    margin: 0 auto;
    width: 55.156vw;
    height: 41.667vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg5.png);
    padding-top: 11.458vw;
    text-align: center;
}

.field .box .email {
    display: flex;
    align-items: center;
    justify-content: center;
}

.field .box .email a {
    display: flex;
    align-items: center;
    padding-left: 1.563vw;
    margin-top: 2.292vw;
    width: 13.646vw;
    height: 2.604vw;
    border-radius: 5.208vw;
    border: 0.104vw solid #8800D0;
    font-size: 1.042vw;
    color: #8800D0;
    position: relative;
}

.field .box .email a::before {
    position: absolute;
    content: '';
    width: 0.833vw;
    height: 0.833vw;
    background-image: url(../images/jtr.svg);
    background-size: 100% 100%;
    right: 1.615vw;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms;
}

.field .box .email a:hover::before {
    transform: translate(0.26vw, -50%);
}

.partner .box {
    display: flex;
    flex-wrap: wrap;

}

.partner .box .box_sm {
    width: 23.86%;
    margin-top: 1.042vw;
    margin-right: 1.5%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.521vw;
    overflow: hidden;
    height: 10.417vw;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.contactUs {
    padding-bottom: 10.417vw;
}

.contactUs .box {
    display: flex;

}

.contactUs .box .box_sm {
    width: 25%;
    height: 14.583vw;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding-left: 2.083vw;
    padding-right: 2.083vw;
    padding-top: 2.083vw;
    padding-bottom: 3.125vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contactUs .box .box_sm .ico {
    width: 2.604vw;
    height: 2.604vw;
    border-radius: 100%;
    border: 1px solid #D9D9D9;
    background-size: 1.302vw 1.302vw;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1.302vw;
}



/**/

#teamModal1 .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#teamModal1.webModal .modal-content {
    width: 43vw;
}

#teamModal1 .modalMain {
    display: flex;
    flex-direction: column;
    min-height: 26.458vw;
    padding-left: 3.646vw;
    padding-right: 1.563vw;
    padding-bottom: 1.563vw;
    padding-top: 1.042vw;
    justify-content: center;
}

.prompttext {
    background: linear-gradient(to right, #8800D0 0%, #E60DE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

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

.boxbutton .getInto {
    width: 15.104vw;
    height: 3.125vw;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, rgba(136, 0, 208, 1), rgba(230, 13, 229, 1));
    box-shadow: 0px 0.208vw 0.729vw 0px rgba(136, 0, 208, 0.06);
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.042vw;
    color: #111111;
    margin-left: 0.521vw;
    margin-right: 0.521vw;
    cursor: pointer;
    /* transition: all 400ms; */
}

.boxbutton .getInto:hover {
    background-clip: unset;
    background-origin: unset;
    background: linear-gradient(90deg, #8800D0 0%, #E60DE5 100%), #8800D0;
    color: #fff;
    border: 0;
}

.boxbutton .signOut {
    width: 15.104vw;
    height: 3.125vw;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, rgba(136, 0, 208, 1), rgba(230, 13, 229, 1));
    box-shadow: 0px 0.208vw 0.729vw 0px rgba(136, 0, 208, 0.06);
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.042vw;
    color: #111111;
    margin-left: 0.521vw;
    margin-right: 0.521vw;
    /* transition: all 400ms; */
    cursor: pointer;
}

.boxbutton .signOut:hover {
    background-clip: unset;
    background-origin: unset;
    background: linear-gradient(90deg, #8800D0 0%, #E60DE5 100%), #8800D0;
    color: #fff;
    border: 0;
}

.headernav {
    padding-left: 2.604vw;
    padding-right: 2.604vw;
    padding-top: 0.417vw;
    padding-bottom: 0.417vw;
    /*background: linear-gradient(90deg, #DD1221 0%, #E5323F 100%);*/
    background-color: #8800d0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headernav .box_l {
    display: flex;
    align-items: center;
    font-size: 0.833vw;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold';
}

.headernav .box_l div {
    margin-right: 1.198vw;
}

.headernav .box_l a {
    font-size: 0.833vw;
    color: #FFFFFF;
    font-family: 'SourceHanSansCN-Bold';
}

.headernav .box_r {
    display: flex;
    align-items: center;
}

.headernav .box_r .img {
    width: 4.219vw;
    height: 1.406vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.headernav .box_r a {
    padding-left: 0.781vw;
    margin-left: 0.781vw;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.833vw;
    color: #FFFFFF;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold';
    padding-right: 1.042vw;
    position: relative;
}

.headernav .box_r a::before {
    position: absolute;
    content: '';
    width: 0.781vw;
    height: 0.781vw;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/jt.svg);
    background-size: 100% 100%;
    transition: all 400ms;
}

.headernav .box_r a:hover::before {
    transform: translate(0.26vw, -50%);
}

#teamModal1 .modalMain .ft_8800D0 {
    color: #8800D0;
}

.medicalPlatform {
    display: flex;
    align-items: center;
    justify-content: center;
}

.medicalPlatform .box {
    /* width: 45%; */
    padding-top: 1.563vw;
    padding-bottom: 1.563vw;
    padding-left: 1.5vw;
    position: relative;
    margin-right: 1.042vw;
    margin-left: 1.042vw;
}

.medicalPlatform .box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0.208vw;
    height: 100%;
    background-color: #8800D0;
    border-radius: 0.104vw;
}

.medicalPlatform .box .box_sm {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.938vw;
    color: #8800D0;
    border: 0.104vw solid #8800D0;
    /*font-family: 'SourceHanSerifCN-Heavy';*/
    width: 12.5vw;
    padding: 0.521vw 0;
    border-radius: 2.604vw;
    transition: all 400ms;
    cursor: pointer;
}

.medicalPlatform .box .box_sm:hover {
    background-color: #8800D0;
    color: #fff;
}


#teamModal2 .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#teamModal2.webModal .modal-content {
    width: 48vw;
}


#teamModal2 .modal-header {
    position: relative;
    height: 5.208vw;
    background-image: url(../images/mh.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #8800D0;
}

#teamModal2 .modal-header .img {
    width: 6vw;
    height: 2vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 2vw;
    margin-top: 0.5vw;
}

#teamModal2.webModal .close {
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 0vw;
    background-size: 0.8vw 0.8vw;
}

.inputbox {
    position: relative;
}

.inputbox .web_label {
    font-size: 0.781vw;
    position: absolute;
    top: 0.417vw;
    left: 1vw;
    pointer-events: none;
    transform: scale(1);
    transition: all 600ms cubic-bezier(0.565, 0.43, 0.24, 0.92);
    transform-origin: left center;
}

.box_form .inputbox.eventReport_active .web_label {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.inputbox input,
.inputbox select {
    font-size: 0.781vw;
    border-radius: 0;
    border: none;
    outline: none;
    padding: 0.35vw 1vw;
    height: auto;
    border: 1px solid rgba(58, 76, 111, 0.5);
    width: 100%;
    border-radius: 5.208vw;
    min-height: 2.1vw;
}


.inputbox select {
    opacity: 0;
    border: none;
    appearance: none;
}

.inputbox.active select {
    opacity: 1;

}

.inputboxs {
    border: 1px solid rgba(58, 76, 111, 0.5);
    border-radius: 5.208vw;
}

.inputboxs .web_label {
    opacity: 1;

}

.inputboxs.active .web_label {
    opacity: 0;

}

.checkbox {
    display: flex;
    font-size: 0.781vw;
    margin-bottom: 1.563vw;
}

.checkbox input {
    width: 1vw;
    height: 1vw;
    border: 1px solid #656161;


    margin-right: 1.25vw;
    margin-top: 0.15vw;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.checkbox .tetx {
    width: 100%;
}

.checkbox input:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.6vw;
    font-weight: bold;
}

.checkbox input[type="checkbox"]:checked {
    background-color: #8800D0;
    border-color: #8800D0;
    appearance: none;
    -webkit-appearance: none;
}

.Submit{
    background-color: #9F9F9F;
    color: #fff;
    width: 100%;
    padding: 0.521vw 0;
    text-align: center;
    border-radius: 2.604vw;
    transition: all 400ms;
    cursor: pointer;
    font-size: 0.938vw;
}
.Submit.active{
    background-color: #8800D0;
    color: #fff;
}

#teamModal2 a{
    color: #8800D0;
}

.Report{
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-top: 1px solid #ABAAAA;
    color: #000;
}

.product{
    background-color: #8800D0;
    margin-top: 5.208vw;
}

.product .boxinput{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product .boxinput::before{
    position:absolute;
    content: '';
    width: 1vw;
    height: 1vw;
    background-image: url(../images/search.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 1vw;
    top: 50%;
    transform: translateY(-50%);
}

.product .boxinput input{
    width: 92%;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5.208vw;
    padding: 0.35vw 1vw;
    padding-left: 3vw;
    background-color: transparent;
    border: 0.104vw solid #fff;
}
.product .boxinput input::placeholder{
    color: #fff;
}


.product .boxinput .img_search{
padding: 0.35vw 1vw;
border: 0.104vw solid #fff;
border-radius: 5.208vw;
background-color: transparent;
color: #fff;
cursor: pointer;
}


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

}

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

.productbox .box{
    width: 32%;
    padding: 1.563vw 0.781vw;
    border:1px solid #888;
}
.productbox .box .img{
    width: 100%;
    height: 15.625vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.productbox .box .pdflink{
    
    color: #8800D0;
    
}
.productbox .box .station{
border: 0.104vw solid #8800D0;
    padding: 0.35vw 1vw;
    border-radius: 5.208vw;
    font-size: 0.938vw;
    color: #8800D0;
    cursor: pointer;
    width: 59%;
    transition: all 400ms;
    text-align: center;
}
.productbox .box .station:hover{
    background-color: #8800D0;
    color: #fff;
}
.productbox .box .box_text{
    padding-top: 1.042vw;
    border-top: 0.052vw solid #888;
}

.medicalplatformfoot{
   background-color: #8800D0;
    background-image: unset;
    padding-top: 4.167vw;
    padding-bottom: 4.167vw;
}
.medicalplatformfoot .container{
    display: flex;
    color: #fff;
}
.medicalplatformfoot .container .box_text{
      display: flex;
    flex-direction: column;
     padding-left: 5.208vw;
   
    margin-left: 5.208vw;
    border-left: 1px solid #fff;
    

}
.medicalplatformfoot .container .box_text a{
    color: #fff;
        margin-bottom: 20px;
}
.medicalplatformfoot .container .box_text a:last-child{
    margin-bottom: 0;
}
.medicalplatformfoot .container .boximg {
    width: 8.229vw;
    height: 2.813vw;
    background-image: url(../images/logo.svg);
    background-size: 100% 100%;
}
.medicalplatformfoot .container .box_textr{
width: 50%;
    padding-left: 5.208vw;
    margin-left: 5.208vw;
    border-left: 1px solid #fff;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.innerPage1 header{
    position: relative;
}

#wBanner.mowbanner{
    height: 43.49vw;
}

#wBanner.mowbanner .box{
position: relative;
}
#wBanner.mowbanner .box .box_sm{
    position: absolute;
    top: 10%;
   
}
#wBanner.mowbanner .box .title{
    font-size: 3.167vw;
    margin-bottom: 0vw;
}


.contactusbox{
    display: flex;
    align-items: center;
    color: #8800D0;

}
.contactusbox .ico{
    width: 2.5vw;
    height: 2.5vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
}




.ptbody header .header-nav>ul>li .link{
    color: #000;
}





