@charset "utf-8";

@font-face {
  font-family: 'Montserrat-Medium';
  font-style: normal;
  src: url(./Montserrat-Medium-7.otf);
  /* font-weight: 500; */
}

@font-face {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  src: url(./Montserrat-Bold-3.otf);
  /* font-weight: 400; */
}

@font-face {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  src: url(./Montserrat-Regular-8.otf);
  /* font-weight: 400; */
}

.ft_r {
  font-family: 'Montserrat-Regular';
}

.ft_b {
  font-family: 'Montserrat-Bold';
}



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

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: 'Montserrat-Medium';
  font-size: 0.938vw;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  line-height: normal;
  font-weight: 400;
  background-color: #fff;
}

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

.clear {
  clear: both;
}

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

.textBeyondHidden2 {
  display: -webkit-box;
  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;
}

.textBeyondHidden6 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 6;
  -moz-line-clamp: 6;
  line-clamp: 6;
  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: #ffffff;
  /* 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.958vw;
  height: 2.083vw;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%
}

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

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

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  font-size: 1.042vw;

  color: #000000;
  padding-top: 1.719vw;
  padding-bottom: 1.719vw;
  /* line-height: 1.771vw; */
}

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

header .header-nav>ul>li.active .link span {
  color: #84329B;
}

/* 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: #84329B !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.042vw;
  height: 1.042vw;
  background-image: url(../images/search.svg);
  background-size: 100% 100%;

  transition: all 400ms;
  cursor: pointer;
}

/* 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: 2.083vw;
  width: 6.771vw;
  height: 2.344vw;
  background: #84329B;
  border-radius: 0.313vw;
  font-size: 1.042vw;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header_languagebox .language::before {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  top: 50%;
  left: 1.406vw;
  transform: translateY(-50%);
  background-image: url(../images/icon05_w.svg);
  background-size: 100% 100%;

}

header .header_languagebox .language::after {
  position: absolute;
  content: '';
  width: 0.833vw;
  height: 0.833vw;
  top: 50%;
  right: 1.406vw;
  transform: translateY(-50%);
  background-image: url(../images/jt.svg);
  background-size: 100% 100%;
}



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

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

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

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

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

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

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


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

}

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

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

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



/* .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: #84329B;
}

/* 回顶部 */
.retuntop {
  position: fixed;
  z-index: 9;
  min-width: 3.073vw;
  height: 3.073vw;
  background: #84329B;
  top: 80%;
  border-radius: 3.125vw;
  right: 1.042vw;
  cursor: pointer;
}

.retuntop {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-left: 0.781vw;
  padding-right: 0.781vw;
  transition: all 400ms;
}

.retuntop .img_yq {
  width: 1.563vw;
  height: 1.563vw;
  background-image: url(../images/Ico16.png);
  background-size: 100% 100%;
}

.retuntop .ft_20 {
  margin-left: 0vw;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.retuntop:hover {
  border-radius: 3.125vw 0 0 3.125vw;
  /* right: 0; */
}

.retuntop:hover .ft_20 {
  display: block;
  width: auto;
  opacity: 1;
  visibility: visible;color: #fff;
  margin-left: 0.833vw;
}


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

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

footer {
  background-color: #84329B;
}



footer .footer_main {
  position: relative;
padding-left: 3.646vw;
padding-right: 3.646vw;
  padding-top: 3.646vw;
  padding-bottom: 1.302vw;

}



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


}

footer .footer_nav li a {
  display: inline-block;
  font-size: 1.042vw;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2.083vw;
  font-family: 'Montserrat-Regular';
}



footer .footer_nav li p.title {
  font-size: 1.146vw;
  color: #FFFFFF;
  line-height: 1.563vw;
  margin-bottom: 0.26vw;

}

footer .footer_nav li p img{
    width: 7vw;
    margin-top: 1vw;
}

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 .boxico {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .boxico .box_smico {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2.042vw;
}

footer .boxico .box_smico:first-child {
  width: 2.865vw;
  height: 2.031vw;
}

footer .boxico .box_smico:nth-child(2) {
  width: 2.604vw;
  height: 2.292vw;
}

footer .boxico .box_smico:nth-child(3) {
  width: 5vw;
  height: 1.667vw;
}

footer .boxico .box_smico:nth-child(4) {
  width: 5.365vw;
  height: 1.25vw;
}













footer .footer_copyright {


padding-left: 3.646vw;
  padding-right: 3.646vw;
  border-top: 0.052vw solid rgba(255, 255, 255, 0.2);

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

footer .footer_copyright .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

}

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

}

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

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



.footer_share .fshare_items a img {

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



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

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

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

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


.fshare_model_flex {
  white-space: nowrap;
}




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

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

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

/* 鼠标经过导航 */

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

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

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

header.activea .header_languagebox .search {

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

}

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 {

  border-left-color: rgba(17, 17, 17, .2);

}

/* 滚动导航改变 */
/* .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);
}

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

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

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

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

}

.headerScollfox header .header_languagebox .language,
.headerScollfox1 header .header_languagebox .language,
.innerPage header .header_languagebox .language {

  border-left-color: rgba(17, 17, 17, .2);

}

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

} */


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

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

.pl_20 {
  padding-left: 1.042vw !important;
}

.pr_20 {
  padding-right: 1.042vw !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;
}

.ft_bb {
  font-weight: bold;
}

.ft_12 {
  font-size: 0.625vw;
}

.ft_14 {
  font-size: 0.729vw;
}


.ft_16 {
  font-size: 0.833vw;
}

.ft_18 {
  font-size: 0.938vw;
}

.ft_19 {
  font-size: 0.99vw;
}

.ft_20 {
  font-size: 1.042vw;
}

.ft_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_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_16 {
  line-height: 0.833vw;
}

.lh_1 {
  line-height: 1;
}

.ft_000 {
  color: #000000;
}

.ft_111 {
  color: #111;
}

.ft_fff {
  color: #ffffff;
}

.ft_333 {
  color: #333333;
}

.ft_555 {
  color: #555;
}

.ft_84329B {
  color: #84329B;
}

.bg_fff {
  background-color: #fff;
}

.bg_F2F1F6 {
  background-color: #F2F1F6;
}






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

.hMore a,
.hMore span {
  width: 9.896vw;
  height: 3.021vw;
  display: flex;
  align-items: center;
  background: #84329B;
  border-radius: 0.26vw;
  font-size: 0.938vw;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: all 400ms;
  padding-left: 1.563vw;
  line-height: normal;
}

.hMore a::before {
  position: absolute;
  content: '';
  width: 0.833vw;
  height: 0.833vw;
  background-image: url(../images/jt.svg);
  background-size: 100% 100%;
  right: 1.563vw;
  top: 52%;
  transform: translateY(-50%);
}
.hMore a:hover{
    background-color: #781E91;
}


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

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

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


}



.home_banner .box {
  position: absolute;
  top: 50%;
  width: 45%;
  left: 13.542vw;
  transform: translateY(-50%);

}

.home_banner .box .title {

  font-size: 2.865vw;
  color: #84329B;
  line-height: normal;
  font-family: 'Montserrat-Bold';
  margin-bottom: 2.604vw;
}

.home_banner .box .text {

  font-size: 1.302vw;
  color: #FFFFFF;
  line-height: 1.563vw;
  opacity: 0.8;
  margin-bottom: 2.083vw;
}

.home_banner .swiper-button-prev2 {
  left: 4.688vw;
  width: 1.563vw;
  height: 1.563vw;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.home_banner .swiper-button-next2 {
  right: 4.688vw;
  width: 1.563vw;
  height: 1.563vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.home_banner .swiper-button-prev2::after {
  content: '';
  position: absolute;
  width: 1.563vw;
  height: 1.563vw;
  background-size: 100% 100%;
  background-image: url(../images/jtl.svg);
}

.home_banner .swiper-button-next2::after {
  content: '';
    position: absolute;
  width: 1.563vw;
  height: 1.563vw;
  background-size: 100% 100%;
  transform: rotateY(180deg);
  background-image: url(../images/jtl.svg);
}

.home_banner .swiper-button-disabled{
    opacity: 0.2;
}

.home_banner.swiper-container .swiper-pagination {
  bottom: 9.531vw;
  width: auto;
  left: 13.542vw;
}

.home_banner.swiper-container .swiper-pagination-bullet {
  width: 2.865vw;
  font-size: 0.938vw;
  color: #fff;
  height: auto;
  opacity: 1;
  background-color: transparent;
  margin-left: 0;
  margin-right: 0.885vw;
  text-align: left;
  padding-bottom: 0.26vw;
}

.home_banner.swiper-container .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 8.073vw;
}

/**/

.hCro {

  position: relative;
  z-index: 1;
}



.hCro .box {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -6.25vw;
  position: relative;
  border-radius: 0.521vw;
  padding-left: 12.5vw;
}



.hCro .box .box_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12.5vw;
}

.hCro .box .box_t .box_l {
  width: 40%;
}

.hCro .box .box_t .box_r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 57%;
}

.hCro .box .box_t .box_r::after {
  content: '';
  flex-basis: 31%;
}

.hCro .box .box_t .box_r a {
  width: 48.5%;
  margin-bottom: 1.042vw;
  height: 3.646vw;
  background: #FFFFFF;
  border-radius: 0.26vw;
  color: #84329B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms;
  font-size: 1.042vw;
    position: relative;
}

.hCro .box .box_t .box_r a span {

   max-width: 65%; 
}

.hCro .box .box_t .box_r a span::before {
  position: absolute;
  content: '';
  width: 0.833vw;
  height: 0.833vw;
  background-image: url(../images/hCroa.svg);
  background-size: 100% 100%;
  right: 1.094vw;
  top: 50%;
  transform: translateY(-40%);
  transition: all 400ms;
}

.hCro .box .box_t .box_r a:hover {
  background: #84329B;
  color: #fff;
}

.hCro .box .box_t .box_r a:hover span::before {
  background-image: url(../images/hCroa1.svg);
}

.hCro .box .box_c {
  padding-right: 12.5vw;
}

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

.hCro .box .box_c .box_ct .box_l {
  display: flex;
}

.hCro .box .box_c .box_ct .box_l .ft_30 {
  margin-right: 1.563vw;
  border-bottom: 1px solid #000;
  display: flex;
  cursor: pointer;
  transition: all 400ms;
  padding-bottom: 0.26vw;

}

.hCro .box .box_c .box_ct .box_l .ft_30 .ico {
  width: 2.083vw;
  height: 2.083vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1.198vw;
}

.hCro .box .box_c .box_ct .box_l .ft_30.active {
  border-bottom: 1px solid #84329B;
  color: #84329B;
}

.hCro .box .box_c .box_ct .box_l .ft_30:first-child .ico {
  background-image: url(../images/ico1.1.svg);
  transition: all 400ms;
}

.hCro .box .box_c .box_ct .box_l .ft_30.active:first-child .ico {
  background-image: url(../images/ico1.svg)
}

.hCro .box .box_c .box_ct .box_l .ft_30:nth-child(2) .ico {
  background-image: url(../images/ico2.1.svg);
  transition: all 400ms;
}

.hCro .box .box_c .box_ct .box_l .ft_30.active:nth-child(2) .ico {
  background-image: url(../images/ico2.svg)
}



.hCrobox .swiper-slide {
  width: 21.458vw;
  min-height: 17.708vw;
  height: auto;
  background-color: rgba(132, 50, 155, .5);
  border-radius: 1.042vw;
  padding: 2.604vw 1.563vw;
  transition: background-color 400ms;
}

.hCrobox .swiper-slide:hover {
  background-color: #84329B;
}

.hCrobox .swiper-slide .ico {
  width: 3.646vw;
  height: 3.646vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hCrobox .swiper-slide .title {
  position: relative;
}

.hCrobox .swiper-slide .title span {
  display: block;
  width: 65%;
}

.hCrobox .swiper-slide .title::before {
  position: absolute;
  content: '';
  width: 1.771vw;
  height: 1.771vw;
  background-image: url(../images/hCrost.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hCro .box_ct .box_r {
  display: flex;
}

.hCro .swiper-button-next,
.hCro .swiper-button-next1,
.hCro .swiper-button-prev,
.hCro .swiper-button-prev1 {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 2.604vw;
  height: 2.604vw;
  background: #FFFFFF;
  border-radius: 100%;
  margin: 0;
  margin-left: 0.521vw;
}

.hCro .swiper-button-next::after,
.hCro .swiper-button-next1::after,
.hCro .swiper-button-prev::after,
.hCro .swiper-button-prev1::after {
  position: absolute;
  content: '';
  width: 0.677vw;
  height: 0.677vw;
  background-image: url(../images/hCroqr.svg);
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}

.hCro .swiper-button-prev::after,
.hCro .swiper-button-prev1::after {
  background-image: url(../images/hCroq.svg);
}

.swiper-button-prev1.swiper-button-disabled,
.swiper-button-next1.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.hCrobox .box_b {
  display: none;
}

.hCrobox .box_b.active {
  display: block;
}

.hCro .box_ct .box_r .d-flex {
  display: none !important;
}

.hCro .box_ct .box_r .d-flex.active {
  display: flex !important;
}



/*  */

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

.hPlatforms .box .box_sm {
  width: 48.5%;
  margin-bottom: 2.604vw;

}
.hPlatforms .box .box_sm .text-center{
    transition: all 400ms;
}

.hPlatforms .box .box_sm:hover .text-center{
    color: #84329B;
}


.hPlatforms .box .box_sm .img {
  width: 100%;
  height: 10.417vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.042vw;
  overflow: hidden;

}

.hPlatforms .box .box_sm .img .bg_cover{
    width: 100%;
    height: 100%;
    transition: all 400ms;
}
.hPlatforms .box .box_sm:hover .img .bg_cover{
    transform: scale(1.05);
}







/**/
.hDataj {
  padding-left: 1.042vw;
  padding-right: 1.042vw;
}

.hDataj .box_b {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  background-color: #F2F1F6;
  border-radius: 1.042vw;
}


.hDatajs .swiper-wrapper{
    flex-wrap: wrap;
        justify-content: space-between;
}
.hDatajs .swiper-wrapper .swiper-slide{
    width: 31%;
}




.hDatajs .img {
    width: 100%;
    height: 16.167vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 2.125vw 0 2.125vw;
}

.hDatajs .box {
  padding: 1.563vw 1.563vw 2.083vw 1.563vw;
}

.hDatajs .swiper-scrollbar {
  width: 10.417vw;
  height: 0.313vw;
  background: #fff;
  border-radius: 5.208vw 5.208vw 5.208vw 5.208vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;

}

.hDatajs .swiper-scrollbar-drag {

  background: #84329B;
  border-radius: 5.208vw 5.208vw 5.208vw 5.208vw;

}



/**/
.hproduct .box {

  border-radius: 1.042vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12.5vw;
  padding-right: 2.604vw;

}

.hproduct .box .box_l {
  width: 38.5%;
}


.hproduct .box .box_r {
  width: 55.2%;
  height: 30.729vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 5.208vw 0 5.208vw;
}

/**/
.hNews .box_cc{
      width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

  padding-left: 13.646vw;
  padding-right: 3.542vw;
  background-color: #F2F1F6;
}


.hNews .box .box_l {
  width: 38.5%;
}


.hNews .box .box_r {
width: 55.2%;
    height: 15.729vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 3.208vw 0 3.208vw;
}

.hNews .box .box_l .ft_18 {
  opacity: 0.6;
}



/*二级导航*/
#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: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

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



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


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

}

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

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

}

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



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

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

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

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

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

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

}

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

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

}

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

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

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

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

/* 分页二 */

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

.pagination a,
.pagination span {
  margin: 0 0 0 0.521vw;
  font-size: 0.938vw;
  color: #000000;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.604vw;
  height: 2.604vw;
  line-height: 2.604vw;
  text-align: center;
  font-size: 0.938vw;
  border: none;
  font-family: 'Montserrat-Regular';
  display: block;
  border-radius: 50%;
  transition: all 400ms;
}

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

}

.pagination li:hover a {
  color: #ffffff;
  background: #84329B;
}

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

}

.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: 1px solid #000000;
  border-top: 1px solid #000000;
  -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: #84329B;
}

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

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.333vw;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.333vw;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}





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

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

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

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

.webModal .modal-content {
  border: none;
  width: 31.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: 3.646vw;
  padding-right: 1.563vw;
  /* padding-bottom: 1.563vw; */
  padding-top: 1.042vw;
}

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

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

.webModal .closebox {
  position: relative;
}

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

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



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

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

#wBanner .box .title {
  font-size: 2.865vw;
  color: #FFFFFF;

  position: relative;
  font-family: 'Montserrat-Bold';
}



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

/*Modalities*/
.modalitiesbox {
  position: relative;
  padding-left: 1.042vw;
  padding-right: 1.042vw;
}

.modalitiesbox .box {
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 4.167vw;
  margin-top: -5.208vw;
  position: relative;
  border-radius: 0.521vw;
}

.modalitiesbox .box .box_t {
  display: flex;
  align-items: center;
  justify-content: center;

}

.modalitiesbox .box .box_t .box_sm {
  min-width: 31.8%;
  max-width: 65%;
  margin-right: 1.615vw;
  text-align: center;
  color: #84329B;
  background: #FFFFFF;
  border-radius: 0.26vw;
  padding-top: 1.042vw;
  padding-bottom: 1.042vw;
  transition: all 400ms;
  cursor: pointer;
      padding-left: 3.125vw;

    padding-right: 3.125vw;
}

.modalitiesbox .box .box_t .box_sm.active {
  color: #fff;
  background-color: #84329B;
}


.modalitiesbox .box .box_t .box_sm:last-child {
  margin-right: 0;
}

.modalitiesbox .box .box_c {
  margin-top: 2.604vw;
  padding-left: 12.5vw;
  padding-right: 10.417vw;
}

.modalitiesbox .box .box_c .text {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  padding-right: 2.083vw;
  transition: opacity 400ms;
  font-family: 'Montserrat-Regular';
  color: #111;
}

.modalitiesbox .box .box_c .text.active {
  display: block;
  height: 26.563vw;
  opacity: 1;
  visibility: visible;
}


.modalitiesbox .box .box_c .text::-webkit-scrollbar {
  width: 0.313vw;

  background-color: transparent;
}

.modalitiesbox .box .box_c .text::-webkit-scrollbar-thumb {
  border-radius: 0.156vw;
  background-color: #84329B;
}

.modaservices .box {
  padding-bottom: 5.208vw;
  padding-top: 5.208vw;
}

.modaservices #section1 {
  padding-top: 0;
}

.modaservices #section1 .ft_30 {
  color: #84329B;
}

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

}

.modaservices .box .box_b .box_sm {
  width: 48.9%;
  padding: 6.927vw 1.563vw 1.563vw 1.563vw;
  background-color: #F2F1F6;
  border-radius: 1.042vw;
  min-height: 14.583vw;
  margin-top: 5.625vw;
  position: relative;
}

.modaservices .box .box_b .ico {
  width: 7.813vw;
  height: 7.813vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.2);
  border-radius: 100%;
  position: absolute;
  top: -3.49vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: 4.167vw 4.167vw;
  background-position: center center;
  background-repeat: no-repeat;
}

.modaservices .box:nth-child(2n+1) {
  background-color: #F2F1F6;
}

.modaservices .box:nth-child(2n+1) .box_b .box_sm {
  background-color: #FFFFFF;
}

.modaservices {
  position: relative;
}

.aboutboxnav {
  position: absolute;
  left: 1.302vw;
  top: 12.552vw;
  height: 90%;
  display: none;
}

.aboutboxnav .aboutboxnavbox {
  position: sticky;
  top: 5.208vw;
  width: 10.938vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.3);
  border-radius: 1.042vw;
  padding: 1.563vw 0.469vw 1.563vw 1.042vw;

}

.aboutboxnav .aboutboxnavbox .ft_20 {
  padding-bottom: 1.458vw;
  cursor: pointer;

}

.aboutboxnav .aboutboxnavbox .ft_20:last-child {
  padding-bottom: 0;
}

.aboutboxnav .aboutboxnavbox .ft_20.active {
  color: #84329B;

}

.modaservices .tablebox {
  padding-bottom: 2.083vw;
}

.modaservices .tablebox_t {
  position: relative;

}

.modaservices .tablebox_t .get {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.modaservices .tablebox_t .get1 {
  position: absolute;
  right: 7.813vw;
  top: 50%;
  transform: translateY(-50%);
}

.modaservices .tablebox_t .get a {
  position: relative;
  color: #FF9424;
  font-size: 1.042vw;
  padding-right: 1.875vw;
}

.modaservices .tablebox_t .get a::before {
  position: absolute;
  content: '';
  width: 1.563vw;
  height: 1.563vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/Ico18.png);
  background-size: 100% 100%;
}

.modaservices .tablebox_t .get1 a:before{
      background-image: url(../images/Ico181.png);
}

.tablebix_c {
  margin-top: 1.823vw;
}

.tablebix_c .table {
  width: 100%;
  font-size: 1.042vw;
  line-height: 1.563vw;
  text-align: center;
}

.tablebix_c .table .thead {
  background-color: #84329B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.042vw;

}

.tablebix_c .table .thead .th {
  width: 25%;
  font-weight: 500;
  padding: 0.938vw;



}

.tablebix_c .table .tbody .tr {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.tablebix_c .table .tbody .tr:nth-child(2n) {
  background-color: #EEF2F0;
}

.tablebix_c .table .tbody .tr .td {
  width: 25%;
  padding: 0.729vw;
}

.tablebix_c .mg_t40 a {
  font-size: 1.042vw;
  color: #84329B;
  text-decoration: underline;
}

.modalitiesp {
  display: flex;
  align-self: center;
  justify-content: space-between;
  flex-wrap: wrap;

}

.modalitiesp .box {
  width: 48.9%;
  padding: 6.927vw 1.563vw 1.042vw 1.563vw;
  background-color: #F2F1F6;
  border-radius: 1.042vw;
  min-height: 14.583vw;
  margin-top: 5.625vw;
  position: relative;
  transition: all 400ms;
}

.modalitiesp .box .ico {
  width: 7.813vw;
  height: 7.813vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.2);
  border-radius: 100%;
  position: absolute;
  top: -3.49vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: 4.167vw 4.167vw;
  background-position: center center;
  background-repeat: no-repeat;
}

.modalitiesp .jt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.771vw;
  height: 1.771vw;
  background-image: url(../images/hCrost.svg);
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.modalitiesp .box:hover {
  background-color: #84329B;
  color: #fff;
}

.modalitiesp .box:hover .jt {

  opacity: 1;
  visibility: visible;

}

/* Services */
.Servicesbox {
  padding-top: 3.125vw;
}

.Servicesbox .box_t {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  margin-bottom: 5.104vw;

}

.Servicesbox .box_t a {
  margin-left: 1.615vw;
  min-width: 23.229vw;
  padding: 1.042vw;
  background: #F2F1F6;
  border-radius: 0.26vw;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #84329B;
}

.Servicesbox .box_t a.active {
  background: #84329B;
  color: #fff;
}

.Servicestext .container1 {
  background-color: #F2F1F6;
  border-radius: 1.042vw;
}

.Servicestext .container1:nth-child(2n) {
  background-color: #fff;

}

/* Analysis and Quality Study */
.QualityStudys .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.QualityStudys .box .box_sm {
  /*width: 48.9%;*/
  margin-top: 1.563vw;
  /*padding: 1.302vw 3.49vw;*/
  /*background: #F2F1F6;*/
  /*border-radius: 1.042vw;*/
  min-height: 15.365vw;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.modaservicests .box {
  background: #fff !important;
  padding: 0 !important;
}

.modaservicests .box .box_b .box_sm {
  background-color: #F2F1F6 !important;
}

/* Products */

.prducts {
  padding-left: 23.333vw;
  padding-right: 10.938vw;
  position: relative;
}

.prducts .box_l {
  position: absolute;
  left: 3.125vw;
  /* top: 5.208vw; */
  height: 90%;
}

.prductsnav {
  width: 18.646vw;
  position: sticky;
  top: 7.292vw;
}

.prductsnav .box_t {
  padding: 2.083vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.3);
  border-radius: 1.042vw;
  width: 100%;
  margin-bottom: 1.302vw;

}

.prductsnav .box_t .ft_30 {
  color: #84329B;
  margin-bottom: 1.823vw;
}

.prductsnav .box_t .box_smc .ft_20 {
  padding-top: 1.302vw;
  padding-bottom: 1.302vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  transition: all 400ms;
}


.prductsnav .box_t .box_smc .ft_20:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.prductsnav .box_t .box_smc .ft_20.active,
.prductsnav .box_t .box_smc .ft_20:hover {
  color: #84329B;
  border-bottom-color: #84329B;
}

.prductsnav .box_b {
  padding: 2.083vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.3);
  border-radius: 1.042vw;
  width: 100%;

}

.prductsnav .box_b .ft_22 {
  position: relative;
  display: block;
  transition: all 400ms;
}

.prductsnav .box_b .ft_22::before {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  background-image: url(../images/righta.svg);
  background-image: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;
}

.prductsnav .box_b .ft_22:hover {
  color: #84329B;
}

.prductsnav .box_b .ft_22:hover::before {
  background-image: url(../images/righta1.svg);
}

.prducts .box_r .box_sm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prducts .box_r .box_sm::after {
  content: '';
  flex-basis: 31.7%;
}

.prducts .box_r .box_sm .box_ss {
  width: 31.7%;
  padding: 1.563vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
  transition: all 400ms;
  margin-bottom: 1.563vw;
      display: flex;
  
    flex-direction: column;
    justify-content: space-between;
}

.prducts .box_r .box_sm .box_ss .img {
  width: 100%;
  height: 12.5vw;
  background: #FFFFFF;
  border-radius: 0.521vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prducts .box_r .box_sm .box_ss .img img {
  max-width: 70%;
}

.prducts .box_r .box_sm .box_ss .ft_22 {
  padding-bottom: 0.938vw;
  transition: all 400ms;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.prducts .box_r .box_sm .box_ss .ft_20 {
  display: flex;
  transition: all 400ms;
  justify-content: space-between;
  color: #555;
  padding-top: 0.781vw;
  padding-bottom: 0.781vw;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
margin-bottom: 1.042vw;
}

.prmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125vw;
  background: #84329B;
  border-radius: 0.26vw;
  font-size: 1.042vw;
  color: #FFFFFF;
  position: relative;
  padding-right: 1.146vw;
  transition: all 400ms;
}

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

.prducts .box_r .box_sm .box_ss:hover {
  background-color: #84329B;
}

.prducts .box_r .box_sm .box_ss:hover .ft_22,
.prducts .box_r .box_sm .box_ss:hover .ft_20 {

  color: #fff;
}

.prducts .box_r .box_sm .box_ss:hover .prmore {
  color: #84329B;
  background-color: #fff;
}

.prducts .box_r .box_sm .box_ss:hover .prmore::before {
  background-image: url(../images/jt1.svg);
}

/* productsd */
.productsd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productsd .box_l {
  width: 35.72%;
}

.productsdjs .img {
  width: 26.042vw;
  height: 26.042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F1F6;
}

.productsdjs {
  padding-bottom: 1.563vw;
}

.productsdjs .swiper-pagination {
  bottom: 0;
}

.productsdjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 0.521vw;
  height: 0.521vw;
  margin: 0 0.26vw;
}

.productsdjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #84329B;
}





.productsd .box_r {
  width: 60.57%;
  background-color: #fff;
  padding: 2.083vw;
  margin-bottom: 1.563vw;
  border-radius: 1.042vw;
}

.productsd .box_r .box_sm {
  background: #F2F1F6;
  border-radius: 1.042vw;
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;

}

.productsd .box_r .box_sm .ft_20 {
  padding-left: 1.979vw;
  padding-right: 1.979vw;
}

.productsd .box_r .box_sm .box_sms {

  display: flex;
  flex-wrap: wrap;

}

.productsd .box_r .box_sm .box_sms .ft_84329B {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.313vw;
  padding-bottom: 0.729vw;
  border-right: 1px solid #D9D9D9;
  margin-bottom: 0.313vw;
}

.ProductOverview {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
}

.ProductOverview .box {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  border-bottom: 0.104vw solid #F2F1F6;
}

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

.Specifications {
  padding-top: 2.083vw;
}

.tablebix_cs {
  margin-top: 0;
}

.tablebix_c .table .thead .th {
  width: 50%;
}

.tablebix_c .table .tbody .tr .td {
  width: 50%;
}

.Documents .ftpbox {
  position: relative;
  display: block;
  padding-right: 1.563vw;
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  border-bottom: 1px solid #D9D9D9;
  transition: all 400ms;
}

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

.Documents .ftpboxa::before {
  background-image: url(../images/jt2.svg);
}

.Documents .ftpbox:hover {
  color: #84329B;
}

.Documents .ftpbox:hover::before {
  background-image: url(../images/Downloads1.svg);
}

.Documents .ftpboxa:hover::before {
  background-image: url(../images/jt3.svg);
}

.TestingData .box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;

}

.TestingData .box::after {
  content: '';
  flex-basis: 31.86%;
}

.TestingData .box .box_sm {
  width: 31.86%;
  margin-top: 1.458vw;
  transition: all 400ms;
  cursor: pointer;
}

.TestingData .box .box_sm .box_ssm {
  padding: 1.563vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
  transition: all 400ms;
}

.TestingData .box .box_sm .box_ssm .img {
  width: 100%;
  height: 12.5vw;
  background: #FFFFFF;
  border-radius: 0.521vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TestingData .box .box_sm .box_ssm .ft_22 {
  padding-bottom: 1.563vw;
  padding-top: 1.563vw;
  transition: all 400ms;
}

.TestingData .box .box_sm.active .box_ssm {
  background-color: #84329B;
}

.TestingData .box .box_sm.active .box_ssm .ft_22 {
  color: #fff;
}

.TestingData .box .box_sm.active .box_ssm .prmore {
  color: #84329B;
  background-color: #fff;
}

.TestingData .box .box_sm.active .box_ssm .prmore::before {
  background-image: url(../images/jt1.svg);
}

.prmore1::before {
  right: 6.363vw;
}

.TestingData .box .box_sm .text {
  position: absolute;
  padding: 2.083vw 1.563vw;
  background: #F2F1F6;
  border-radius: 1.042vw;

  display: none;

  left: 0;
  width: 100%;

  margin-top: 1.563vw;


}

/* Company Profle */
.aboutusnav {
  padding-left: 8.854vw;
  padding-right: 8.854vw;
  padding-top: 3.125vw;
  display: flex;
  justify-content: space-between;
}

.aboutusnav .boxus {
  width: 18.99%;
  padding: 1.042vw 0.521vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563vw;
  color: #84329B;
  background: #F2F1F6;
  border-radius: 0.26vw;
}

.aboutusnav .boxus.active {
  background-color: #84329B;
  color: #fff;
}

.com_img {
  width: 100%;
  height: 36.458vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 5.208vw 0 5.208vw;
  overflow: hidden;
}

/* Corporate Culture */

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

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

.Culture .box {
  width: 31.8%;
  margin-top: 1.563vw;
  height: 31.25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.563vw 1.563vw 0 0;
  overflow: hidden;
  padding: 1.042vw;
}

.Culture .box .box_sm {
  border-radius: 1.042vw;
  padding: 2.083vw 1.563vw;
  background-color: #fff;

}

.Culture .box .box_sm .box_t {
  display: flex;

}

.Culture .box .box_sm .box_t .ico {
  width: 1.563vw;
  height: 1.563vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.781vw;
}

.Culture .box .box_sm .box_t .ft_30 {
  width: 90%;
}

/* Facilities */
.facilitiesbox .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12.5vw;
  padding-right: 2.604vw;
  padding-top: 7.292vw;
  padding-bottom: 7.292vw;
  border-radius: 1.042vw;
  background-color: #F2F1F6;
}

.facilitiesbox .box:nth-child(2n) {
  background-color: #fff;
  padding-left: 2.604vw;
  padding-right: 12.5vw;
  flex-direction: row-reverse;
}

.facilitiesbox .box .box_l .ft_20 {
  padding-left: 1.5em;
}

.facilitiesbox .box .box_l {
  width: 39%;
}

.facilitiesbox .box .box_l .ft_20 li {
  list-style-type: disc;
}

.facilitiesbox .box .box_r {
  width: 55.22%;
  height: 30.729vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0% 5.208vw 0% 5.208vw;
}

/* /Company History/  */
.course {
  padding-left: 13.542vw;
  /* padding-top: 5.729vw; */
  padding-top: 1.563vw;
}

.coursejs .swiper-slide {
  padding-bottom: 2.917vw;
  position: relative;
  cursor: pointer;

}

.coursejs .swiper-slide .circle {
  position: absolute;
  width: 1.458vw;
  height: 1.458vw;
  background: #fff;
  border-radius: 100%;
  bottom: 1.354vw;
  left: 1.042vw;
  z-index: 2;
}

.coursejs .swiper-slide .circle::before {
  position: absolute;
  content: '';
  width: 0.417vw;
  height: 0.417vw;
  background: #84329B;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.coursejs .swiper-slide::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.052vw;
  background-color: #D9D9D9;
  bottom: 2.083vw;
  left: 1.406vw;
}

.coursejs .swiper-slide.active .circle::before {
  width: 0.781vw;
  height: 0.781vw;
}

.coursejs .swiper-slide.active {
  color: #84329B;
}

.history .box .box_s {
  display: flex;
  justify-content: flex-end;
}

.history .box .box_s .ft_50 {
  width: 50%;
  padding-left: 3.021vw;
  line-height: 1;
}

.history .box .box_ssm {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.563vw;
}

.history .box .box_ssm:nth-child(2n) {
  justify-content: flex-start;
}

.history .box .box_ssm .box_sm {
  width: 50%;
  padding-left: 3.021vw;
}

.history .box .box_ssm:nth-child(2n) .box_sm {
  padding-left: 0;
  padding-right: 3.021vw;
}

.history .box {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.688vw;
}

.history .box .ydin{
    position: absolute;

  width: 0.521vw;
  height: 0.521vw;
  background: #84329B;
  border-radius: 100%;
  left: 50%;
  top: 0;
  /*top: 1.302vw;*/
  transform: translateX(-50%);
  z-index: 2;
}
.history .box:first-child .ydin {
  top: 0.885vw;
}

.history .box::before {
  position: absolute;
  content: '';
  width: 0.26vw;
  height: 0%;
  background: #84329B;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.history .box.active::before{
    height: 100%;
        transition: height 1.2s;
}
.history .box:first-child:before {
  top: 0.885vw;
}

.history .box::after {
  position: absolute;
  content: '';
  width: 0.26vw;
  height: 100%;
  background: #ECECEC;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}



.history .box:first-child:after {
  top: 0.885vw;
}

.course .swiper-button-next,
.course .swiper-button-prev {
  width: 2.604vw;
  height: 2.604vw;
  background: #F2F1F6;
  border-radius: 100%;
  transition: all 400ms;
  bottom: 0.833vw;
  margin-top: 0;
}

.course .swiper-button-next::after,
.course .swiper-button-prev::after {
  position: absolute;
  content: '';
  width: 0.677vw;
  height: 0.677vw;
  background-image: url(../images/hCroqr.svg);
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: all 400ms;
}

.course .swiper-button-next {
  right: 9.375vw;
}

.course .swiper-button-prev {
  left: 7.552vw;
}

.course .swiper-button-prev::after {
  background-image: url(../images/hCroq.svg);

}

.course .swiper-button-next:hover,
.course .swiper-button-prev:hover {
  background-color: #84329B;
}

.course .swiper-button-next:hover::after {
  background-image: url(../images/hCroqr1.svg);
}

.course .swiper-button-prev:hover::after {
  background-image: url(../images/hCroq1.svg);
}


/* Careers */
.Valuesimg {
  width: 100%;

}

.Valuesbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.167vw;
}

.Valuesbox::after {
  content: '';
  flex-basis: 31.86%;
}

.Valuesbox .box {
  width: 31.86%;
  padding: 2.604vw 2.083vw 2.083vw 2.083vw;
  min-height: 23.229vw;
  background-color: #F2F1F6;
  border-radius: 1.042vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.042vw;

}

.Valuesbox .box .ico {
  width: 7.813vw;
  height: 7.813vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.2);
  border-radius: 100%;
  background-size: 80px 80px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1.563vw;
}

.Valuesbox .box .ft_22 p {
  margin-bottom: 0.521vw;
}

.Valuesbox .box .ft_22 p:last-child {
  margin-bottom: 0;
}

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

.formbox .box {
  width: 48.9%;
  margin-top: 2.604vw;
}

.formbox .box input {
  width: 100%;
  padding: 0.938vw 1.042vw;
  font-size: 1.042vw;
  border: 0;
  outline: none;
  border-radius: 0.521vw;
  background-color: #fff;
  font-family: 'Montserrat-Regular';
}

.formbox .box input::placeholder,
.formbox .boxtextarea input::-moz-placeholder,
.formbox .boxtextarea textarea::placeholder,
.formbox .boxtextarea textarea::-moz-placeholder {
  opacity: 0.6;
}

.formbox .boxtextarea {
  width: 100%;
}

.formbox .boxtextarea textarea {
  background-color: #fff;
  padding: 0.938vw 1.042vw;
  min-height: 13.958vw;
  width: 100%;
  font-size: 1.042vw;
  border: 0;
  outline: none;
  border-radius: 0.521vw;
  background-color: #fff;
  font-family: 'Montserrat-Regular';
}

.formbox .boxbtn {
  margin-top: 2.604vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.formbox .boxbtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 17.708vw;
  height: 3.125vw;
  background: #84329B;
  border-radius: 0.26vw;
  font-size: 1.042vw;
  color: #FFFFFF;
  transition: all 400ms;
}
.formbox .boxbtn span:hover{
    background-color: #781E91;
}

/* News */

.news{
        display: flex;
    flex-wrap: wrap;
        justify-content: space-around;
        position: relative;

}
.news:after{
    content: '';
    flex-basis: 31%;
}

.news .box {
  padding: 2.083vw 0;
  position: relative;
  border-bottom: 0.052vw solid #D9D9D9;
  display: block;
  width: 31%;
  margin-bottom: 3vw;
}

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

.news .box:first-child {
  /*padding-top: 0;*/
}

.news .box .ft_18 {
  opacity: 0.6;
}

.news .box .ft_25 {
  transition: all 400ms;
}

.news .box:hover .ft_25 {
  color: #84329B;
}

.news .box::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0.052vw;
  background: #84329B;
  left: 0;
  bottom: 0;
  transition: all 400ms;
}

.news .box:hover::before {
  width: 100%;
}

/* Newsd */



/*新闻详情页*/
.newsdw header .header-main {
  box-shadow: 0px 0.208vw 0.729vw 0px rgba(0, 0, 0, 0.08);
}

.newsdbonner {
  padding-top: 3.125vw;
  padding-bottom: 3.542vw;
  padding-left: 10.938vw;
  padding-right: 10.938vw;
}

.newsdbonner .breadcrumb-item a {

  color: rgba(85, 85, 85, .5);
  font-size: 0.833vw;
  font-family: 'Montserrat-Regular';
}

.newsdbonner .breadcrumb-item+.breadcrumb-item::before {
  position: absolute;
  content: '';
  width: 1.146vw;
  height: 1.146vw;
  background-image: url(../images/newsdl.png);
  background-size: 100% 100%;
  left: 0.208vw;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.newsdbonner .breadcrumb-item {
  padding-left: 1.563vw;
  color: rgba(132, 50, 155, 1);
  position: relative;
  font-size: 0.833vw;
  font-family: 'Montserrat-Regular';
}

.newsdbox {
  width: 73%;
  margin: 0 auto;

}

.newsdbox .time {
  color: rgba(85, 85, 85, .5);
}

.newsdfoot {
  margin-top: 2.083vw;
  padding-top: 2.083vw;
  border-top: 0.052vw solid #ebebeb;
  display: flex;
  justify-content: space-between;
}

.newsdfoot a .ft_22 {
  transition: all 400ms;
  /*line-height: 2.125rem;*/
  /* margin-top: 0.3125rem; */
  transition: all 400ms;
}

.newsdfoot a:hover .ft_22 {
  /* color: #e73c1a; */
  color: #84329B;
}

.newsdfoot .box_l {
  width: 40%;
}



.newsdfoot .box_l .next {
  font-size: 0.833vw;

  color: rgba(17, 17, 17, .6);
  position: relative;
}


.newsdfoot .box_r {
  width: 40%;
}

.newsdfoot .textBeyondHidden2 {
  height: 3.646vw;
}

.newsdfoot .box_r .next {
  font-size: 0.833vw;
  color: rgba(17, 17, 17, .6);

  position: relative;
  text-align: end;
}



.newsdfoot .box_c {
  width: 10%;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  position: relative;
}

.newsdfoot .box_c::before {
  position: absolute;
  content: '';
  width: 1.094vw;
  height: 1.094vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_det_ic.svg);
  background-size: 100% 100%;
}

/* Resources */

.resources {
  padding-left: 34.271vw;
  padding-right: 13.542vw;
  position: relative;
}

.resnav {
  width: 18.646vw;
  position: absolute;
  left: 13.542vw;
  top: 0;
  height: 80%;
}

.resnav .reps {
  position: sticky;
  top: 7.292vw;
}

.resnav .box {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.3);
  border-radius: 1.042vw;
  padding: 1.302vw 2.083vw 2.083vw 2.083vw;
  width: 100%;
  display: flex;
  flex-direction: column;

}

.resnav .box a {
  padding: 1.302vw 0;
  border-bottom: 0.052vw solid rgba(0, 0, 0, .2);
  position: relative;
  transition: all 400ms;
}

.resnav .box a::before {
  position: absolute;
  content: '';
  height: 0.052vw;
  width: 0;
  left: 0;
  bottom: -0.052vw;
  background-color: #84329B;
  transition: all 400ms;
}

.resnav .box a:hover,
.resnav .box a.active {
  color: #84329B;
}

.resnav .box a:hover::before,
.resnav .box a.active::before {
  width: 100%;
}


.resdbox a {
  position: relative;
  padding: 1.563vw 1.563vw 1.563vw 0;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  transition: all 400ms;
}

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

.resdbox a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #84329B;
  left: 0;
  bottom: 0;
  transition: all 400ms;
}

.resdbox a:hover {
  color: #84329B;
}

.resdbox a:hover:before {
  background-image: url(../images/Downloads1.svg);
}

.resdbox a:hover::after {
  width: 100%;
}

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

}

.resvideoa .box {
  width: 48%;
}

.resvideoa .box .img {
  width: 100%;
  height: 16.823vw;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0 2.604vw 0 2.604vw;
  overflow: hidden;
}

.resvideoa .box .ft_25 {
  padding-top: 2.083vw;
  padding-bottom: 3.125vw;
}

.resvideoa .box .img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.resvideoa .box .img::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../images/video.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.resvideoa .box:hover .img::after,
.resvideoa .box:hover .img::before {
  opacity: 1;
  visibility: visible;
}

/* Quality Grades */
.qualityimg {
  width: 100%;
  height: 47.396vw;
  background-color: #F2F1F6;
  border-radius: 1.042vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* 搜索页 */
.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);
  position: relative;
  transition: all 400ms;
}

.searchPage .bxx_c .box_s::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #84329B;
  left: 0;
  bottom: 0;
  transition: all 400ms;
}

.searchPage .bxx_c .box_s:hover::before {
  width: 100%;
}

.searchPage .bxx_c .box_s:hover {
  color: #84329B;
}

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

/*  */
header .header-nav>ul>li.link_itemts {
  position: unset;
}

header .container-fluid {
  position: relative;
}

header .header-nav>ul>li.link_itemts:hover .headerDropDownst {
  opacity: 1;
  visibility: visible;
}

.headerDropDownst {
  position: absolute;
  top: 100%;
  left: 1.563vw;
  right: 1.563vw;
  z-index: 10;
  width: calc(100% - 3.125vw);
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  padding-left: 11.979vw;
  padding-right: 11.979vw;
  padding-top: 2.083vw;
  padding-bottom: 0.781vw;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 0.729vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 1.042vw 1.042vw;
}

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

.headerDropDownst .headerDropDownList .link_item_on {
  width: 48.5%;
  padding: 2.083vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
  position: relative;
  transition: all 400ms;
  margin-bottom: 2.083vw;
}

.headerDropDownst .headerDropDownList .link_item_on::before {
  position: absolute;
  content: ' ';
  width: 1.771vw;
  height: 1.771vw;
  background-image: url(../images/hCroa.svg);
  background-size: 100% 100%;
  right: 2.083vw;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;
}

.headerDropDownst .headerDropDownList .link_item_on:hover::before {
  background-image: url(../images/hCroa1.svg);
}

.headerDropDownst .headerDropDownList .link_item_on:hover {
  background-color: #84329B;
}

.headerDropDownst .headerDropDownList .link_item_on:hover .ft_25,
.headerDropDownst .headerDropDownList .link_item_on:hover .ft_20 {
  color: #fff;
}

.headerDropDownst .headerDropDownList .link_item_on .ft_25,
.headerDropDownst .headerDropDownList .link_item_on .ft_20 {
  transition: all 400ms;
}

/*  */
.platforms {
  padding-left: 9.896vw;
  padding-right: 9.896vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

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

.platforms .ft_30 {
  width: 32.5%;
  padding: 1.042vw 1.563vw;
  background: #F2F1F6;
  border-radius: 0.26vw;
  color: #84329B;
  margin-bottom: 1.042vw;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}

.platforms .ft_30.active {
  color: #fff;
  background-color: #84329B;
}

.QualityStudyspal .box .box_sm {
  display: block;
  padding: 2.24vw 3.49vw;
}

.Project a {
  display: flex;
  align-items: center;
  width: 19.271vw;
  height: 3.021vw;
  background: #84329B;
  border-radius: 0.26vw;
  padding-left: 1.563vw;
  position: relative;
  color: #fff;
  transition: all 400ms;
}

.Project a::before {
  position: absolute;
  content: '';
  position: absolute;
  content: '';
  width: 0.833vw;
  height: 0.833vw;
  background-image: url(../images/jt.svg);
  background-size: 100% 100%;
  right: 1.771vw;
  top: 52%;
  transform: translateY(-50%);
}
.Project a:hover{
    background-color: #781E91;
}

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

.TechnicalRoutes .box {
  width: 48.9%;
  padding: 2.24vw 1.771vw 3.125vw 2.604vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
  margin-top: 1.563vw;
}

.TechnicalRoutes .box .ft_30 {
  padding-left: 1.823vw;
}

.TechnicalRoutes .box .ft_22 {
  padding-left: 1.823vw;
}

.TechnicalRoutes .box .ft_22 p {
  position: relative;

}

.TechnicalRoutes .box .ft_22 p::before {
  position: absolute;
  content: '•';
  left: -0.938vw;
}

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

.comlp .box::after {
  content: '';
  flex-basis: 31.86%;
}

.comlp .box .box_sm {
  width: 31.86%;
  min-height: 23.229vw;
  padding: 3.125vw 1.042vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.563vw;

}

.comlp .box .box_sm .ico {
  width: 7.813vw;
  height: 7.813vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.729vw 0px rgba(132, 50, 155, 0.2);
  border-radius: 100%;
  margin-bottom: 2.083vw;
  background-size: 5.208vw 5.208vw;
  background-position: center center;
  background-repeat: no-repeat;
}

.platformsbox {
  padding: 2.604vw 1.302vw 2.604vw 2.604vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.platformsbox .img {
  width: 13.021vw;
  height: 13.021vw;

  border-radius: 1.042vw;
}

.platformsbox .ft_25 {
  width: 80%;
}

.platformsbox .ft_25 p {
  position: relative;
  padding-left: 2.083vw;
  margin-bottom: 1.563vw;
}

.platformsbox .ft_25 p:last-child {
  margin-bottom: 0;
}

.platformsbox .ft_25 p::before {
  position: absolute;
  content: '•';
  left: 1.042vw;

}

.tablebix_cp .table .tbody .tr:nth-child(2n) {
  background-color: #F2F1F6;
}

.ecosybox {
  display: flex;
  flex-wrap: wrap;
}

.ecosybox .img {
  width: 23.4%;
  height: 7.813vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.563vw;
  margin-right: 2.133%;
}

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

.ecosybox .img img {
  /*max-width: 11.458vw;*/
}

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

.contactus .box {
  padding: 2.604vw;
  min-height: 27.083vw;
  background: #F2F1F6;
  border-radius: 1.042vw;
      margin-bottom: 1.563vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactus .box_l,
.contactus .box_r {
  width: 48.86%;
}



.contactus .box_sm{
  padding: 2.083vw 2.604vw 2.083vw 1.563vw;
  background-color: #fff;
  border-radius: 1.042vw;
  margin-bottom: 1.563vw;
  min-height: 14.844vw;
}
.contactus .box_b .box_sm:last-child{
  margin-bottom: 0;

}
.contactus .box_sm .ico .ft_20{
  padding-left: 1.302vw;
  position: relative;
  margin-bottom: 0.781vw;
}
.contactus .box_sm .ico .ft_20:last-child{
  margin-bottom: 0;
}
.contactus .box_sm .ico .ft_20::before{
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    left: 0vw;
    top: 0.156vw;
}
.contactus .box_sm .ico .ft_20:first-child::before {
  background-image: url(../images/Ico28.png);
}
.contactus .box_sm .ico .ft_20:nth-child(2)::before {
  background-image: url(../images/Ico29.png);
}
.contactus .box_sm .ico .ft_20:nth-child(3)::before {
  background-image: url(../images/Ico30.png);
}

.productsd .box_r .box_ss{
        justify-content: space-between;
    align-items: center;
}

.productsd .box_r .box_ss .get a {
    position: relative;
    color: #FF9424;
    font-size: 1.042vw;
    padding-right: 1.875vw;
}
.productsd .box_r .box_ss .get a::before {
    position: absolute;
    content: '';
    width: 1.563vw;
    height: 1.563vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/Ico18.png);
    background-size: 100% 100%;
}










