﻿@charset "utf-8";



@font-face {
  font-family: 'SourceHanSansCN-Regular';
  font-style: normal;
  src: url(./SourceHanSansCN-Regular.otf);

}

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}

.block {
  display: block;
}

html {
  scroll-behavior: smooth;
}

.ft_1 {
  font-family: 'Montserrat-Medium';
}

.ft_2 {
  font-family: 'Montserrat-Regular';
}

body {
  /* font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif; */
  font-family: 'SourceHanSansCN-Regular';
  font-size: 0.938vw;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  line-height: normal;
  background-color: #000657;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.textBeyondHidden4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.521vw;
  height: 0.521vw;
  margin: 0 0.365vw;
  background-color: #fff;
  position: relative;
  opacity: .3;
  transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}


.web_container {
  padding-left: 0.781vw;
  padding-right: 0.781vw;
  margin: 0 auto;
  position: relative;
}






/*******头部********/
header {
  position: relative;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.header_column {
  display: flex;
  align-items: center;
  /* padding: 1.45vw 0; */
  /* padding-right: 1.563vw; */
  /* background-color: #f5f5f5; */
  /* padding-left: 1.563vw; */
}










header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 400ms;
  background-color: #000657;

}

header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 2.604vw;
  height: 1.927vw;
  background-image: url(../images/logo.png);
  background-size: 100% 100%;
transition: all 400ms;
}



header .logo a .con {
  position: relative;
  color: #000000;
  line-height: 1;
  padding-left: 0.517vw;
}

header .logo a .con .title {
  font-size: 1.35vw;
  margin-bottom: 0.517vw;
}

header .logo a .con .text {
  font-size: 0.733vw;
}

header .header-nav {
  margin-left: 5.208vw;
}

header .header-nav>ul>li {
  margin-right: 3.646vw;
  /* position: relative; */
}

header .header-nav>ul>li:last-child {
  /* margin-right: 60px; */
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  line-height: normal;
  padding: 1.458vw 0;
  color: #fff;
  font-size: 0.938vw;

 transition: all 400ms;
}

header .header_column .header-nav>ul>li {
  margin-right: 1.302vw;
  margin-left: 0;
  /* position: relative; */
}

header .header_column .header-nav>ul>li:last-child {
  margin-right: 0;
}

header .header_column .header-nav>ul>li .link {
  font-size: 1.146vw;
}

header .header_column .header-nav {
  margin-left: 1.042vw;
  margin-right: 1.042vw;
}




header .header-nav>ul>li.active .link::after,
header .header-nav>ul>li:hover .link::after {
  position: absolute;
  content: '';
  bottom: 0vw;
  left: 50%;
  transform: translateX(-50%);
  width: 2.292vw;
  height: 0.104vw;
  background-color: #000657;
  transition: all 400ms;

}

/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #f3981e;
} */

header .header_languagebox a {
  margin-left: 1.563vw;
  width: 6.25vw;
  height: 2.083vw;
  font-size: 0.938vw;
  color: #000657;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 0.729vw 0px rgba(0, 4, 62, 0.7);
  border-radius: 0.417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms;
}





header .header_language {
  position: relative;
  padding-left: 1.406vw;
  font-size: 0.938vw;
  color: #fff;
  padding-right: 1.458vw;
  transition: all 400ms;
}

header .header_language:hover .header_language_absolute{
  display:block;
}

.header_language_absolute{
  display:none;
  position: absolute;
  top: 18px;
  left: 0;
  padding: 10px 10px 6px 10px;
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
  color: #000;
  text-align: center;
}

.header_language_absolute div{
  cursor: pointer;
  margin-bottom:4px;
}

header .header_language::before {
  position: absolute;
  content: '';
  width: 1.146vw;
  height: 1.146vw;
  background-image: url(../images/icon05_w.svg);
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;
}

header .header_language::after {
  position: absolute;
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/header_jt.png);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms;
}



/* 鼠标经过导航 */

header.activea .header-main {
  background: #FFFFFF !important;
  box-shadow: 0px 0px 1.302vw 0px rgba(0, 0, 0, 0.08);
}

header.activea .header-nav>ul>li .link {
  color: #000000;
}

header.activea .header_languagebox a {
  color: #000000;
}

header.activea .header_languagebox .search {

  background-image: url(../images/search1.png);

}

header.activea .header_language {
  color: #000000;
}

header.activea .header_language::before {
  background-image: url(../images/icon05.svg);
}

header.activea .header_language::after {

  background-image: url(../images/header_jt1.png);

}

header.activea .logo a .img {

  background-image: url(../images/logo1.png);

}

header.activea .header_languagebox a {
  background-color: #000657;
  color: #fff;
  box-shadow: 0 0 0 0;
}



/* 语言下拉 */
header .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;

  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.563vw;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.header_language_level_navBox div {
  padding-top: 0.417vw;
  padding-bottom: 0.417vw;
}

.header_languagebox {
  position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 0.365vw rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
}

header .header_languagebox:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header_languagebox:hover .language::after {
  border-left: 0.417vw solid transparent;
  border-top: 0vw solid transparent;
  border-right: 0.417vw solid transparent;
  border-bottom: 0.417vw solid #555555;
}

.header_language_level_navBox div:hover a {
  color: #1ba195;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 0.052vw solid #e5e5e5;
  border-top: 0.052vw solid #e5e5e5;
  padding: 1.667vw 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 0.933vw;
  border-radius: 0.313vw;
  height: 2.604vw;
  box-shadow: none;
  border: 0;
  color: #000000;
  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: 0.933vw;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -52.031vw;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.517vw;
  bottom: 0;
  z-index: 8;
  width: 3.833vw;
  background-image: url(../images/search02.svg);
  background-size: 1.35vw auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.searchField_form .btn:hover:before {
  right: 0;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
  backdrop-filter: saturate(50%) blur(0.417vw);
}

/* header .header-nav ul li.link_item:hover .link::after {
  width: 0;
} */

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: 0vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;

  /* transform: translateX(-50%); */
  transition: all 400ms;
}



/* .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: #F3F3F3;
  min-height: 25.781vw;


  padding-right: 13.385vw;
  /* overflow: hidden; */
  /* box-shadow: 0 0 1.042vw rgba(0, 0, 0, 0.1); */
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 13.333vw; */
  position: relative;
  display: flex;
  justify-content: space-between;

}

.headerDropDownList .box_l {
  width: 25.052vw;
  background-color: #fff;
  padding-top: 2.083vw;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
  position: relative;
}

.headerDropDownList .box_l::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  background-image: url(../images/headerbg.png);
  width: 16.354vw;
  height: 14.375vw;
}

.headerDropDownList .box_r {
  padding-top: 2.083vw;
  width: calc(100% - 25.052vw);
  display: flex;
  justify-content: space-between;
}

.headerDropDownList .box_about {
  display: flex;
  align-items: flex-start;
  width: 42%;

}

.headerDropDownList .box_about .box_rs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 3.646vw;
}

.headerDropDownList .box_about .box_rs a {
  font-size: 0.938vw;
  line-height: 1.927vw;
  transition: all 400ms;

}

.headerDropDownList .box_about .box_rs a:hover {
  color: #8FC31F;
}

.headerDropDownM a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.813vw;
  height: 2.604vw;
  border-radius: 0.417vw;
  border: 0.052vw solid #8FC31F;
  font-size: 0.938vw;
  color: #8FC31F;
  transition: all 400ms;
}
.headerDropDownM a:hover{
  background-color: #8FC31F;
    color: #fff;
}

.headerdynamic {

  width: 53%;
}

.headerdynamic .box_t {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.729vw;

}

.headerdynamic .box_t a {
  padding-right: 1.458vw;
  font-size: 0.938vw;
  position: relative;
}

.headerdynamic .box_t a::before {
  position: absolute;
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtr.png);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.headerdynamic .box_c {
  display: flex;
  justify-content: space-between;
}

.headerdynamic .box_c .box_sm {
  border-radius: 0.521vw;
  background-color: #fff;
  width: 15.469vw;
  transition: all 400ms;
}
.headerdynamic .box_c .box_sm:hover{
  background-color: #8FC31F;
  color: #fff;
}
.headerdynamic .box_c .box_sm .ft_888{
  transition: all 400ms;
}
.headerdynamic .box_c .box_sm:hover .ft_888{
  color: #fff;
}

.headerdynamic .box_c .box_sm .img {
  border-radius: 0.521vw;
  width: 15.469vw;
  height: 10.573vw;
}

.headerdynamic .box_c .box_sm .title {
  padding: 1.042vw;
}

.headerDropDownList .box_about .box_case {
  margin-left: 3.646vw;
}

.headerDropDownList .box_about .box_case .box_casesm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.headerDropDownList .box_about .box_case .box_casesm::after {
  content: '';
  flex-basis: 33%;
}

.headerDropDownList .box_about .box_case .box_casesm a {
  font-size: 0.938vw;
  position: relative;
  margin-bottom: 1.563vw;
  display: flex;
  align-items: center;
  width: 33%;
  transition: all 400ms;
}

.headerDropDownList .box_about .box_case .box_casesm a:hover {
  color: #8FC31F;
}

.headerDropDownList .box_about .box_case .box_casesm a .ico {
  width: 1.042vw;
  height: 1.042vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.521vw;

}







/**/
.menu_botton {
  position: absolute;
  right: 4.6875rem;
  top: 4.5625rem;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: normal;
  margin-right: 0.75rem;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -0.125rem;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.3125rem;
  height: 0.125rem;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -0.375rem;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -0.375rem;
  -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: #fff;
  -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: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/

footer {
  background: #000657;
  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;


  /* overflow: hidden; */

  position: relative;
  z-index: 2;

}

footer .footer_main {
  position: relative;
  padding: 4.167vw 0 3.854vw 0;

  display: flex;
  justify-content: space-between;
}

footer .footer_box {
  width: 36.3333%;
  border-right: 0.052vw solid rgba(255, 255, 255, 0.1);


}



footer .footer_box .img {
  width: 5.677vw;
  height: 5.208vw;
  background-size: 100% 100%;
  margin-right: 2.76vw;
}





footer .footer_main .footer_box .box_l {
  display: flex;
  margin-bottom: 2.344vw;
}

footer .footer_main .footer_box .box_l .ft_24 {
  padding-left: 1.823vw;
  position: relative;
}

footer .footer_main .footer_box .box_l .ft_24::before {
  position: absolute;
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  top: 50%;

  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/ico25.png);
}


footer .footer_main .footer_box .box_b {
  display: flex;

}

footer .footer_main .footer_box .box_b .box_img {
  width: 5.208vw;
  margin-right: 3.125vw;
}


footer .footer_main .footer_box .box_b .box_img .box_bg {
  width: 100%;
  height: 5.208vw;
  margin-bottom: 0.833vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


footer .footer_nav {
  /* width: 37% */
}

footer .footer_nav li {
  position: relative;


}

footer .footer_nav li .box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 11.25vw;

}

footer .footer_nav li .box {
  margin-right: 4.688vw;
}

footer .footer_nav li:last-child .box {
  margin-right: 0;
}

footer .footer_nav li:last-child .box p {
  margin-right: 0;
}

footer .footer_nav li a {
  font-size: 0.833vw;
  color: #fff;

  line-height: 1.875vw;
}

footer .footer_nav li .box p {
  margin-right: 4.167vw;
}







footer .footer_nav li p.title {
  margin-bottom: 0.99vw;
  font-size: 1.042vw;
  color: #FFFFFF;
}

footer .footer_nav li p.title a:hover {
  text-decoration: underline;
}

/* footer .footer_navbox .box {
  display: flex;
  flex-wrap: wrap;
} */




footer .footer_nav li a:hover {
  /* color: #173192; */
  text-decoration: underline;
}

footer .footer_copyright {
  padding: 1.042vw 0;
  color: #fff;
  font-size: 0.938vw;
  border-top: 0.052vw solid rgba(255, 255, 255, .1);
  display: flex;
  text-align: center;

}

footer .footer_copyright .box_r {
  font-size: 0.833vw;
  position: relative;
  color: #fff;
}



footer .footer_copyright .box {
  width: 100%;
}

footer .footer_copyright .fCopyright {
  font-size: 0.833vw;

  color: #fff;
}

footer .footer_copyright .box_r a {
  font-size: 0.833vw;
  position: relative;
  color: #fff;
}

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_share {
  position: relative;
  display: flex;
  margin-left: 0.938vw;
}

.footer_share .fshare_items {
  margin-left: 0.729vw;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #6FB930; */
  padding: 0.167vw;
  width: 1.563vw;
  height: 1.563vw;
  border-radius: 100%;
  background-size: 100% 100%;

}

.footer_share .fshare_items.xx a {
  background-image: url(../images/xx.svg);
}

.footer_share .fshare_items.ws a {
  background-image: url(../images/ws.svg);
}

.footer_share .fshare_items.in a {
  background-image: url(../images/in.svg);
}

.footer_share .fshare_items.wx a {
  background-image: url(../images/wx.svg);
}

/* .footer_share .fshare_items a img {

  display: block;
  width: 0.99vw;
} */



.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;

  bottom: calc(100% + 0.833vw);
  left: 50%;
  /* margin-left: -3.85vw; */
  margin-left: -2.933vw;
  background-color: #ffffff;
  border-radius: 0.313vw;
  /* width: 7.708vw; */
  width: 5.729vw;
  /* padding: 0.517vw; */
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 2.6vw rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -0.417vw;
  left: 50%;
  margin-left: -0.313vw;
  border-left: 0.313vw solid transparent;
  border-right: 0.313vw solid transparent;
  border-top: 0.417vw solid #ffffff;
}

.fshare_modelBox .img {
  width: 6.667vw;
  text-align: center;
}











/*****主体开始*******/

.home_banner {
  padding-left: 9.323vw;
  padding-right: 9.323vw;
  padding-top: 9.375vw;
  position: relative;
}

.home_banner .box {
  position: absolute;
  top: 7.813vw;
  left: 50%;
  transform: translateX(-50%);
}

.home_banner .section image {
  width: auto;
  height: auto;
}

.home_banner .section .icon-left-0 {
  offset-path: path("M2.92676 772.512C2.92676 772.512 297.701 524.512 797.927 524.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-0 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s);
}


@keyframes animation-0 {
  0% {
    offset-distance: 0;
    transform: translate(70px, 38px) scale(.1)
  }

  20% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  50% {
    transform: translate(755px, 360px) scale(1)
  }

  to {
    offset-distance: 100%;
    transform: translate(145px, 70px) scale(.2);
    opacity: 1
  }
}

.home_banner .section .icon-left-1 {
  offset-path: path("M1.57324 147.512C1.57324 147.512 296.348 493.512 796.573 493.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-1 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-1 {
  0% {
    offset-distance: 0;
    transform: translate(75px, 35px) scale(.1)
  }

  20% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  50% {
    transform: translate(750px, 345px) scale(1)
  }

  to {
    offset-distance: 100%;
    transform: translate(150px, 70px) scale(.2);
    opacity: 1
  }
}

.home_banner .section .icon-left-2 {
  offset-path: path("M2.92676 660.512C2.92676 660.512 297.701 519.512 797.927 519.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-2 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-2 {
  0% {
    offset-distance: 0;
    transform: translate(75px, 35px) scale(.1)
  }

  20% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  50% {
    transform: translate(755px, 345px) scale(1)
  }

  to {
    offset-distance: 100%;
    transform: translate(150px, 70px) scale(.2);
    opacity: 1
  }
}

.home_banner .section .icon-left-3 {
  offset-path: path("M2.92676 360.512C2.92676 360.512 297.701 501.512 797.927 501.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-3 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-3 {
  0% {
    offset-distance: 0;
    transform: translate(75px, 35px) scale(.1)
  }

  20% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  50% {
    transform: translate(745px, 340px) scale(1)
  }

  to {
    offset-distance: 100%;
    transform: translate(140px, 68px) scale(.2);
    opacity: 1
  }
}


.home_banner .section .icon-left-4 {
  offset-path: path("M2.92676 660.512C2.92676 660.512 297.701 519.512 797.927 519.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-3 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-4 {
  0% {
    offset-distance: 0;
    transform: translate(75px, 35px) scale(.1)
  }

  20% {
    opacity: 0
  }

  25% {
    opacity: 1
  }

  50% {
    transform: translate(745px, 340px) scale(1)
  }

  to {
    offset-distance: 100%;
    transform: translate(140px, 68px) scale(.2);
    opacity: 1
  }
}


.home_banner .section .icon-right-0 {
  offset-path: path("M1591.07 360.512C1591.07 360.512 1296.3 501.512 796.073 501.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-4 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-4 {
  0% {
    offset-distance: 100%;
    transform: translate(140px, 70px) scale(.2);
    opacity: 1
  }

  50% {
    transform: translate(760px, 345px) scale(1)
  }

  80% {
    opacity: 1
  }

  85% {
    opacity: 0
  }

  to {
    offset-distance: 0;
    transform: translate(90px, 33px) scale(.1)
  }
}

.home_banner .section .icon-right-1 {
  offset-path: path("M1591.07 660.512C1591.07 660.512 1296.3 519.512 796.073 519.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-5 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-5 {
  0% {
    offset-distance: 100%;
    transform: translate(155px, 70px) scale(.2);
    opacity: 1
  }

  50% {
    transform: translate(760px, 348px) scale(1)
  }

  80% {
    opacity: 1
  }

  85% {
    opacity: 0
  }

  to {
    offset-distance: 0;
    transform: translate(95px, 35px) scale(.1)
  }
}

.home_banner .section .icon-right-2 {
  offset-path: path("M1591.07 147.512C1591.07 147.512 1296.3 493.512 796.073 493.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-6 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-6 {
  0% {
    offset-distance: 100%;
    transform: translate(155px, 70px) scale(.2);
    opacity: 1
  }

  50% {
    transform: translate(765px, 345px) scale(1)
  }

  80% {
    opacity: 1
  }

  85% {
    opacity: 0
  }

  to {
    offset-distance: 0;
    transform: translate(80px, 33px) scale(.1)
  }
}

.home_banner .section .icon-right-3 {
  offset-path: path("M1591.07 772.512C1591.07 772.512 1296.3 524.512 796.073 524.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-7 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-7 {
  0% {
    offset-distance: 100%;
    transform: translate(160px, 70px) scale(.2);
    opacity: 1
  }

  50% {
    transform: translate(760px, 348px) scale(1)
  }

  80% {
    opacity: 1
  }

  85% {
    opacity: 0
  }

  to {
    offset-distance: 0;
    transform: translate(82px, 35px) scale(.1)
  }
}

.home_banner .section .icon-right-4 {
  offset-path: path("M1591.07 249.512C1591.07 249.512 1296.3 497.512 796.073 497.512");
  transform-origin: 50% 50%;
  offset-rotate: 0deg;
  animation: animation-8 var(--animation-total-time, 8s) ease-in-out infinite;
  animation-delay: var(--animation-delay, 0s)
}

@keyframes animation-8 {
  0% {
    offset-distance: 100%;
    transform: translate(155px, 70px) scale(.2);
    opacity: 1
  }

  50% {
    transform: translate(763px, 348px) scale(1)
  }

  80% {
    opacity: 1
  }

  85% {
    opacity: 0
  }

  to {
    offset-distance: 0;
    transform: translate(85px, 32px) scale(.1)
  }
}

/* ** */
.hManagement .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hManagement .box::after {
  content: '';
  flex-basis: 31.25%;
}

.hManagement .box .box_sm {
  width: 31.25%;
  background-color: #fff;
  border-radius: 0.521vw;
  margin-bottom: 2.083vw;
}

.hManagement .box .box_sm .img {
  width: 100%;
  height: 15.625vw;
  border-radius: 0.521vw;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hManagement .box .box_sm .text {
  padding: 1.563vw 1.563vw 2.604vw 1.563vw;
}

/* ** */
.hEnterprise .box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
}

.hEnterprise .box .img {
  width: 14.2%;
  margin-right: 2.96%;
  margin-top: 1.823vw;
  display: flex;
  align-items: center;
  justify-content: center;

}

.hEnterprise .box .img:nth-child(6n) {
  margin-right: 0;
}

.hEnterprise .box .img img {
  height: 100%;

}

.hEnterprise .box .img:nth-child(6n) {
  margin-right: 0;
}


/* ** */
.hAbility .box_b {
  position: relative;
  padding-bottom: 2.605vw;
}

.hAbility .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5.208vw;
}

.hAbility .box_b .box:last-child {
  padding-bottom: 0;
}

.hAbility .box .box_l .box_t {
  display: flex;
  align-items: center;
  margin-bottom: 0.365vw;
}

.hAbility .box .box_l .box_t .index {
  width: 2.5vw;
  height: 2.5vw;
  background: #8FC31F;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.563vw;
  margin-right: 0.729vw;
}

.hAbility .box .box_l {
  width: 28%;
}

.hAbility .box .box_r {
  width: 23.438vw;
  height: 14.583vw;

  border-radius: 0.521vw;
  overflow: hidden;
}

.hAbility .box .box_r .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hAbility .box_s {
  position: relative !important;
  overflow: hidden;



}

.hAbility .compayMissionbox {
  position: absolute;
  top: 1.563vw;
  height: 100%;
  width: 3.021vw;
  left: 50%;
  transform: translateX(-50%);
}

.hAbility .compayMission {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;


}

#motionPath {
  overflow: visible;
  /* height: 100%; */
  max-width: 100%;
}

.astronaut {
  width: 3.021vw;
  height: 3.021vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#motionPath path {
  stroke-width: 0.104vw;
  stroke: white;
  height: 100%;
  opacity: 0.3;
}

#motionPath .astronaut {
  visibility: hidden;
}

/* ** */

.hPlan .box {
  background-color: #fff;
  border-radius: 0.521vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 31.25vw;
}

.hPlan .box .box_l {
  padding: 0.313vw;
  background: #8FC31F;
  border-radius: 0.521vw;
  width: 12.8%;
  padding-top: 1.146vw;
  padding-bottom: 1.979vw;
}

.hPlan .box .box_l .box_sm {
  padding: 0.938vw 0.938vw 0.938vw 1.302vw;
  display: flex;
  align-items: center;
  border-radius: 0.417vw;
  transition: all 400ms;
  cursor: pointer;

}

.hPlan .box .box_l .box_sm .ico {
  width: 1.042vw;
  height: 1.042vw;
  margin-right: 0.417vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.hPlan .box .box_l .box_sm.active {
  background: #000657;

}

.hPlan .box .box_r {
  width: 87.8%;
  padding: 2.604vw 4.167vw;

}

.hPlan .box .box_r .box_sm .box_smb {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3.125vw;

}

.hPlan .box .box_r .box_sm .introduction {
  width: 68%;
}

.hPlan .box .box_r .box_sm .box_smb .text {
  padding: 0.573vw 0.833vw;
  color: #555555;
  background: #F4F6F9;
  border-radius: 0.417vw;
  margin-right: 0.521vw;
  min-width: 7.292vw;
  margin-bottom: 0.521vw;
}

.hPlan .box .box_r .box_sm .box_img {
  display: flex;
  flex-wrap: wrap;
}

.hPlan .box .box_r .box_sm .box_img .img {
  width: 9.375vw;
  height: 4.167vw;
  background-color: #F4F6F9;
  border-radius: 0.417vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.521vw;
  margin-bottom: 0.521vw;
}

.hPlan .box .box_r .box_sm {
  display: none;
}

.hPlan .box .box_r .box_sm.active {
  display: block;
}

/* ** */

.hExperience .box {
  padding-left: 6.771vw;
  padding-right: 6.771vw;
  position: relative;
}

.hExperiencejs .swiper-slide {
  font-size: 0.938vw;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 0.573vw;
  padding-bottom: 0.573vw;
  border: 0.052vw solid transparent;
  border-radius: 0.417vw;
  cursor: pointer;
}

.hExperiencejs .swiper-slide.active {
  border: 0.052vw solid #fff;
}

.hExperience .box .swiper-button-prev.swiper-button-disabled,
.hExperience .box .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.hExperience .box .swiper-button-prev,
.hExperience .box .swiper-button-next {
  width: 0.938vw;
  height: 0.938vw;
}

.hExperience .box .swiper-button-next:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf2.png);
  background-size: 100% 100%;

}

.hExperience .box .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf1.png);
  background-size: 100% 100%;
}

.hExperience .box .swiper-button-prev:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf1.png);
  background-size: 100% 100%;
}

.hExperience .box .swiper-button-prev,
.hExperience .box .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.hExperience .box .swiper-button-next,
.hExperience .box .swiper-container-rtl .swiper-button-prev {
  right: 4.25vw;
}

.hExperience .box .swiper-button-prev {
  left: 4.25vw;
}

.governancejs .swiper-slide {
  width: 56.25vw;
  height: 20.834vw;
  background-color: #fff;
  border-radius: 0.521vw;
  padding: 1.042vw;

}

.governancejs .swiper-slide-active {

  height: 22.917vw;


}

.governancejs .swiper-wrapper {
  align-items: center;
}


.governancejs .swiper-slide .box_s {
  display: flex;
  height: 100%;
  align-items: center;

}

.governancejs .swiper-slide .box_s .box_l {
  width: 26.042vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.521vw;
  overflow: hidden;
}

.governancejs .swiper-slide .box_s .box_r {
  padding-left: 2.083vw;
  width: 50%;
}


.governancejs .swiper-slide .box_s .box_r .box_num {
  display: flex;
  flex-wrap: wrap;
}

.governancejs .swiper-slide .box_s .box_r .box_num .box_smnum {
  margin-right: 2.083vw;
  margin-bottom: 2.083vw;
}

.governancejsbox {
  position: relative;
  height: 21.875vw;
  width: 100%;
}

.governancejsbox .box_sm {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  /* display: none; */
  position: absolute;
}

.governancejsbox .box_sm.active {
  opacity: 1;
  visibility: visible;

}

/* ** */

.hMarketing .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hMarketing .box::after {
  content: '';
  flex-basis: 31.25%;
}

.hMarketing .box .box_sm {
  width: 31.25%;
  background-color: #fff;
  border-radius: 0.521vw;
  margin-bottom: 2.083vw;
  transition: all 400ms;
}

.hMarketing .box .box_sm .box_img {
  width: 100%;
  height: 15.625vw;
  border-radius: 0.521vw;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hMarketing .box .box_sm .box_img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.125vw;
  height: 3.125vw;
  background-image: url(../images/ico20.png);
  background-size: 100% 100%;
}

.hMarketing .box .box_sm .box_text {
  padding: 1.563vw;
  transition: all 400ms;
}

.hMarketing .box .box_sm .ft_888 {
  transition: all 400ms;
}

.hMarketing .box .box_sm:hover .ft_888 {
  color: #fff;
}

.hMarketing .box .box_sm:hover {
  color: #fff;
  background-color: #8FC31F;
}

/**/
.hAdvantage .box {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125vw;
}

.hAdvantage .box .box_sm {
  display: flex;

}

.hAdvantage .box .box_sm .ico {
  width: 4.167vw;
  height: 4.167vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.521vw;
}

.hAdvantage .box .box_sm .ft_18 {
  opacity: 0.6;
}

/**/
.fooerAnimation {
  position: relative;
  height: 10.417vw;
}

.bright-waves,
.dim-waves {
  position: absolute;
  inset: 0;
  background-size: 100vw auto;
}

.bright-waves,
.dim-waves {
  background-repeat: repeat-x;
  animation: waves 120s linear infinite;
  animation-fill-mode: both;
}




.bright-waves {

  background-image: url(../images/footer.svg);
}


@keyframes waves {
  0% {
    background-position-x: 0
  }

  to {
    background-position-x: 100vw
  }
}

.dim-waves {
  animation-direction: reverse
}

.dim-waves {
  animation-direction: reverse;
  background-image: url(../images/footer1.svg);
  animation-delay: -19.5s;
}


















/*公共字体大小边距颜色*/

.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_t40 {
  margin-top: 2.083vw;
}

.mg_b40 {
  margin-bottom: 2.083vw;
}

.mg_t50 {
  margin-top: 2.604vw;
}

.mg_b50 {
  margin-bottom: 2.604vw;
}

.pb_16 {
  padding-bottom: 0.833vw !important;
}

.pb_26 {
  padding-bottom: 1.35vw !important;
}

.pt_26 {
  padding-top: 1.35vw !important;
}

.pb_36 {
  padding-bottom: 1.875vw !important;
}

.pt_36 {
  padding-top: 1.875vw !important;
}

.pb_46 {
  padding-bottom: 2.4vw !important;
}


.pb_56 {
  padding-bottom: 2.917vw !important;
}

.pt_56 {
  padding-top: 2.917vw !important;
}

.pb_66 {
  padding-bottom: 3.433vw !important;
}

.pb_60 {
  padding-bottom: 3.125vw !important;
}

.pt_70 {
  padding-top: 3.646vw;
}

.pb_70 {
  padding-bottom: 3.646vw;
}

.pt_80 {
  padding-top: 4.167vw;
}

.pb_80 {
  padding-bottom: 4.167vw;
}

.pt_90 {
  padding-top: 4.688vw;
}

.pb_90 {
  padding-bottom: 4.688vw;
}

.pt_100 {
  padding-top: 5.208vw;
}

.pb_100 {
  padding-bottom: 5.208vw;
}

.pl_100 {
  padding-left: 5.208vw;
}

.pr_100 {
  padding-right: 5.208vw;
}

.pb_110 {
  padding-bottom: 5.729vw;
}

.pt_110 {
  padding-top: 5.729vw;
}



.pb_120 {
  padding-bottom: 6.25vw;
}

.pt_120 {
  padding-top: 6.25vw;
}

.pb_130 {
  padding-bottom: 6.771vw;
}

.pt_130 {
  padding-top: 6.771vw;
}

.pb_140 {
  padding-bottom: 7.292vw;
}

.pt_140 {
  padding-top: 7.292vw;
}

.pb_150 {
  padding-bottom: 7.813vw;
}

.pt_150 {
  padding-top: 7.813vw;
}

.ft_b {
  font-weight: bold;
}

.ft_12 {
  font-size: 0.625vw;
}

.ft_14 {
  font-size: 0.729vw;
}

.ft_15 {
  font-size: 0.781vw;
}

.ft_16 {
  font-size: 0.833vw;
}

.ft_18 {
  font-size: 0.938vw;
}

.ft_20 {
  font-size: 1.042vw;
}

.ft_21 {
  font-size: 1.094vw;
}

.ft_22 {
  font-size: 1.146vw;
}

.ft_24 {
  font-size: 1.25vw;
}

.ft_26 {
  font-size: 1.354vw;
}

.ft_28 {
  font-size: 1.458vw;
}

.ft_30 {
  font-size: 1.563vw;
}

.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_38 {
  font-size: 1.979vw;
}

.ft_40 {
  font-size: 2.083vw;
}

.ft_42 {
  font-size: 2.188vw;
}

.ft_44 {
  font-size: 2.292vw;
}

.ft_46 {
  font-size: 2.396vw;
}

.ft_48 {
  font-size: 2.5vw;
}

.ft_50 {
  font-size: 2.604vw;
}

.ft_54 {
  font-size: 2.813vw;
}

.ft_55 {
  font-size: 2.865vw;
}

.lh_65 {
  line-height: 3.385vw;
}

.lh_60 {
  line-height: 3.125vw;
}

.lh_63 {
  line-height: 3.281vw;
}

.lh_56 {
  line-height: 2.917vw;
}

.lh_50 {
  line-height: 2.604vw;
}



.lh_49 {
  line-height: 2.552vw;
}

.lh_47 {
  line-height: 2.448vw;
}

.lh_45 {
  line-height: 2.344vw;
}

.lh_42 {
  line-height: 2.188vw;
}

.lh_40 {
  line-height: 2.083vw;
}

.lh_38 {
  line-height: 1.979vw;
}

.lh_37 {
  line-height: 1.927vw;
}


.lh_36 {
  line-height: 1.875vw;
}


.lh_34 {
  line-height: 1.771vw;
}

.lh_32 {
  line-height: 1.667vw;
}

.lh_30 {
  line-height: 1.563vw;
}

.lh_28 {
  line-height: 1.458vw;

}

.lh_26 {
  line-height: 1.354vw;
}

.lh_24 {
  line-height: 1.25vw;
}

.lh_22 {
  line-height: 1.146vw;
}

.lh_20 {
  line-height: 1.042vw;
}

.lh_n {
  line-height: normal;
}

.lh_1 {
  line-height: 1;
}

.ft_000 {
  color: #000;
}

.ft_fff {
  color: #ffffff;
}

.ft_999 {
  color: #999;
}

.ft_888 {
  color: #888;
}

.ft_555 {
  color: #555555;
}

.ft_F08300 {
  color: #F08300;
}


.bg_fff {
  background-color: #fff;
}

.bg_ebeff2 {
  background-color: #ebeff2;
}

.bg_f3f7fa {
  background-color: #f3f7fa !important;
}


.hMore {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.hMore a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.813vw;
  height: 2.604vw;
  border-radius: 0.417vw;
  border: 0.052vw solid #FFFFFF;
  font-size: 0.938vw;
  color: #FFFFFF;
  transition: all 400ms;
}

.hMore a:hover {

  border-color: #8FC31F;
  color: #8FC31F;
}

.hMore span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.813vw;
  height: 2.604vw;
  border-radius: 0.417vw;
  border: 0.052vw solid #FFFFFF;
  font-size: 0.938vw;
  color: #FFFFFF;
  transition: all 400ms;
  cursor: pointer;
}



.hMore span:hover {

  border-color: #8FC31F;
  color: #8FC31F;
}

.hMore1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.813vw;
  height: 2.604vw;
  border-radius: 0.417vw;
  border: 0.052vw solid #8FC31F;
  font-size: 0.938vw;
  color: #8FC31F;
  transition: all 400ms;
}

.hMore1 a:hover {
  background-color: #8FC31F;
  color: #fff;
}

.container-fluid {
  padding-left: 11.25vw;
  padding-right: 11.458vw;

}








/**/


/**/







.retuntop {
  position: fixed;
  z-index: 9;
  width: 3.073vw;
  height: 3.073vw;
  background: linear-gradient(90deg, #0094DC 0%, #006FB8 50%, #0C519D 100%), #0C519D;
  top: 90%;
  border-radius: 50%;
  right: 1.563vw;
  cursor: pointer;
}

.retuntop::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  background-image: url(../images/jttop.png);
  transform: translate(-50%, -50%);
  width: 1.302vw;
  height: 1.302vw;
  background-size: 100% 100%;
}




.back-to-top__circle-progress {
  display: none;
  stroke: #fff;
  stroke-width: 0.078vw;
}






/*二级导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  transition: all 450ms linear;
}



#sideNav.isActive {
  opacity: 1;
  visibility: visible;


}

#sideNav.isActive .sideNavBox {
  position: fixed;
 border-bottom: 0.052vw solid rgba(217, 217, 217, .1);
  box-shadow: 0 0 0.521vw rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {

  left: 0;
  width: 100%;
  background-color: #000657;
  transition: all 450ms linear;
   
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
  
}

#sideNav .sideNavBox ul {
  display: flex;
  flex-wrap: wrap;
}

#sideNav .sideNavBox li {
  position: relative;
 
}



#sideNav .sideNavBox li.active::before {
  background-color: #7FC334;
}

#sideNav .sideNavBox li a {
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  color: rgba(255, 255, 255, .7);
  position: relative;
  margin-right: 2.604vw;
  padding-left: 0.521vw;
  padding-right: 0.521vw;
  transition: all 400ms;
  display: inline-block;
  font-size: 1.5rem !important;
}








#sideNav .sideNavBox li a::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 0.104vw;
  background-color: #8FC31F;
  left: 0;
  bottom: 0;
  transition: all 400ms;

}


#sideNav .sideNavBox li.active a {
   color: #FFFFFF;

}

#sideNav .sideNavBox li.active a:before {
  width: 100%;
}



.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页一*/
.pagination {
  padding: 0.208vw;
  display: flex;
  border-radius: 5.208vw;
  /* box-shadow: 0 0 1.458vw rgba(0, 0, 0, 0.1); */
}

/* 
.pagination .page-link {
  margin: 0 0 0 0.517vw;
  font-size: 0.833vw;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.083vw;
  height: 2.083vw;
  line-height: 2.083vw;
  text-align: center;
  border-radius: 6.25rem;
  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.313vw;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -62.4375rem;
  border-radius: 6.25rem;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.5vw;
  width: 0.5vw;
  margin-top: -0.25vw;
  border-left: 0.125rem solid #222222;
  border-top: 0.125rem 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.333vw;
  -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.333vw;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
  padding: 0;
  display: flex;
  border-radius: 5.208vw;
  /* box-shadow: 0 0 1.458vw rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  margin: 0 0 0 0.521vw;
  font-size: 0.938vw;
  color: #fff;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;

  width: 2.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  text-align: center;
  border-radius: 100%;
  border: none;
  display: block;

  border: 0.052vw solid #fff;

}

.pagination li.active span {
  color: #ffffff;
  background: #8FC31F;

}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -52.031vw;
  background-color: transparent;

}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.542vw;
  width: 0.542vw;
  margin-top: -0.25vw;
  border-left: 0.104vw solid #fff;
  border-top: 0.104vw solid #fff;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a:hover,
.pagination li span:hover {
  color: #fff;
  background-color: #8FC31F;
  border-color: #8FC31F;
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before,
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
  border-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.333vw;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.333vw;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}





/*弹框*/
.webModal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#teamModal {
  padding-right: 0 !important;
}

.webModal .modalClose {
  position: absolute;
  top: 0vw;
  right: 0vw;
  /* width: 2.917vw; */
  /* height: 2.917vw; */
  cursor: pointer;
  z-index: 10;
  /* border-radius: 100%; */
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 1.875vw;
  height: 1.875vw;
}

.webModal .modal-content {
  border: none;
  width: auto;

  /* height: 100%; */
  /* border-radius: 1.563vw; */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  background-color: transparent;
  justify-content: center;
  overflow: hidden;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
  padding-bottom: 2.083vw;
  padding-top: 2.083vw;
}



.webModal .modal-content .modalMain {
  /* margin: 0 auto; */
  /* width: 50%; */
  /* min-width: 5.208vw; */
  border-radius: 0.521vw;
  overflow: hidden;
  width: 72.917vw;
  background-color: #fff;

}





.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 0.938vw;
  height: 0.938vw;

  background-image: url(../images/close_w.svg);
  background-size: 0.938vw 0.938vw;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  margin-bottom: 0.625vw;
}

.webModal .closebox {
  position: relative;
}

/* .webModal .closebox::before {
  position: absolute;
  content: '';
  width: 6.25vw;
  height: 6.25vw;
  background-color: #2f5eab;
  z-index: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
} */

.modal-backdrop {
  background: #010863;
}


/*内页开始*/
.innerPage header .header-main {
  background-color: #010863;
}


/* 登录页 */
.login {
  height: 100vh;
  width: 100%;
  display: flex;

}

.login .box_l {
  width: 67.7%;
  height: 100%;
  background-image: url(../images/loginbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login .box_r {
  width: 32.3%;
  height: 100%;
  background-image: url(../images/loginbg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 5.99vw;
  padding-right: 5.99vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inptbox {
  position: relative;
}

.inptbox input {
  width: 100%;
  border: 0;
  outline: none;
  height: 2.604vw;
  background: #EEEEEE;
  border-radius: 0.417vw;
  font-size: 0.938vw;
  padding-left: 2.344vw;
  padding-right: 2.344vw;
}
.inptbox input::placeholder{
  color: #C6C6C6;
}

.uesbox::before {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  top: 50%;
  transform: translateY(-50%);
  left: 0.781vw;
  background-image: url(../images/ico26.png);
  background-size: 100% 100%;
}

.passwordbox::before {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  top: 50%;
  transform: translateY(-50%);
  left: 0.781vw;
  background-image: url(../images/ico27.png);
  background-size: 100% 100%;
}

.passwordbox .ico {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625vw;
  background-image: url(../images/ico28.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.captcha {
  display: flex;
  justify-content: space-between;
}

.captcha input {
  width: 61.5%;
}

#captchaimg {
  width: 32.8%;
  height: 2.604vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.loginbutton {
  margin-top: 2.604vw;
  border: 0 !important;
  outline: none !important;
  width: 100%;
  height: 2.604vw;
  background: #8FC31F;
  border-radius: 0.417vw;
  font-size: 1.146vw;
  color: #FFFFFF;
}

.login .box_r a:hover {
  color: #fff;
}


/* 销售伙伴 */
.innerPagebanner {
  padding-bottom: 6.25vw;
  background-color: #010863;
  padding-top: 1.563vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 13.438vw;
  padding-right: 13.646vw;
}

.innerPagebanner .box_l {
  width: 49%;
}

.innerPagebanner .box_r {
  width: 28.646vw;
  height: 28.646vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.sales .box {
  display: flex;
}

.sales .box .box_sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23.2%;
  background: #FFFFFF;
  border-radius: 0.781vw;
  min-height: 19.01vw;
  position: relative;
  padding: 3.385vw 1.823vw 1.823vw 1.823vw;
  margin-right: 2.4%;
  overflow: hidden;

}

.sales .box .box_sm:nth-child(4n) {
  margin-right: 0;
}

.sales .box .box_sm .ico {
  width: 3.646vw;
  height: 3.646vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.302vw;
}

.sales .box .box_sm .hoverbox {
  position: absolute;
  padding: 1.823vw;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #8FC31F;
  width: 100%;
  height: 100%;
  transition: all 400ms;
}



.sales .box .box_sm:hover .hoverbox {
  opacity: 1;
  visibility: visible;

}

.hRobot {
  position: fixed;
  bottom: 5%;
  right: 3.333vw;
  z-index: 9999;
}

.hRobot a {
  display: inline-block;
  width: 5.208vw;
  height: 3.958vw;
  background-image: url(../images/robot.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.hExperiencesalesjs .swiper-slide {
  font-size: 0.938vw;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 0.573vw;
  padding-bottom: 0.573vw;
  border: 0.052vw solid transparent;
  border-radius: 0.417vw;
  cursor: pointer;
  width: auto;
  padding-left: 1.094vw;
  padding-right: 1.094vw;
}

.hExperiencesalesjs .swiper-slide.active {
  border: 0.052vw solid #fff;
}

.hExperiences .box {
  padding-left: 5.771vw;
  padding-right: 5.771vw;
}

.saleshb .box {
  display: flex;

}

.saleshb .box .box_sm {
  width: 20%;
}

.saleshb .box .box_sm .box_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.719vw;
  padding-top: 0.99vw;
  margin-bottom: 0.521vw;
  border-left: 0.052vw solid rgba(255, 255, 255, .1);

}

.saleshb .box .box_sm .ico {
  width: 2.604vw;
  height: 2.604vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.saleshb .box .box_sm:last-child .box_ico {
  border-right: 0.052vw solid rgba(255, 255, 255, .1);
}

/* 客户案例 */
.casebanner {
  padding-bottom: 0;
}

.casebanner .box_r {
  width: 38.542vw;
  height: 33.802vw;
}

.casejs .box {
  width: 100%;
  height: 31.25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5.469vw;
  padding-left: 3.385vw;
}

.casejs .box .type {
  display: inline-block;
  padding: 0.26vw 0.781vw;
  border-radius: 0.26vw;

}

.casejs .box .box_num {
  display: flex;
  margin-bottom: 2.083vw;

}

.casejs .box .box_num .box_s {
  margin-right: 2.083vw;
}

.casejs .box .box_sm {
  width: 36%;
}

.casejs .swiper-wrapper {
  padding-bottom: 2.865vw;
}

.my .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8FC31F;
}

.caseUnderstand .box_t {
  padding: 2.083vw 4.115vw;
  background-color: #010863;
  border-radius: 0.521vw;
  display: flex;
  font-size: 0.938vw;
  color: #FFFFFF;

}

.caseUnderstand .box_t .box_sm {
  padding: 0.313vw 1.042vw;
  border-radius: 0.417vw;
  border: 0.052vw solid transparent;
  margin-bottom: 0.313vw;
}

.caseUnderstand .box_t .box_l {
  margin-right: 2.083vw;
}

.caseUnderstand .box_t .box_r {
  display: flex;
  flex-wrap: wrap;
  width: 85%;

}

.caseUnderstand .box_t .box_r .box_sm {
  cursor: pointer;
  width: 14.28%;
}

.caseUnderstand .box_t .box_sm.active {
  border-color: #fff;
}

.caseUnderstand .box_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.caseUnderstand .box_c::after {
  content: '';
  flex-basis: 32.18%;
}

.caseUnderstand .box_c .box_sm {
  width: 32.18%;
  background-color: #fff;
  border-radius: 0.417vw;
  overflow: hidden;
  margin-bottom: 1.198vw;
  position: relative;
}

.caseUnderstand .box_c .box_sm .img {
  width: 100%;
  height: 10.26vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.caseUnderstand .box_c .box_sm .textbox {
  padding: 3.646vw 1.563vw 2.083vw 1.563vw;
  transition: all 400ms;
}

.caseUnderstand .box_c .box_sm:hover .textbox {
  color: #8FC31F;
}

.caseUnderstand .box_c .box_sm .textbox .type {
  display: inline-block;
  padding: 0.26vw 0.781vw;
  border-radius: 0.26vw;
}

.caseUnderstand .box_c .box_sm .textbox .ft_24 {
  height: 3.75vw;
}

.caseUnderstand .box_c .box_sm .ico {
  position: absolute;
  width: 5.208vw;
  height: 5.208vw;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 0.729vw 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  left: 1.563vw;
  top: 7.656vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 案例详情 */
.casedtitle a {
  position: relative;
  color: #fff;
  opacity: 0.5;
  padding-right: 1.042vw;
}

.casedtitle a::after {
  position: absolute;
  content: '>';
  color: #fff;
  font-size: 0.938vw;
  right: 0.26vw;
  top: 50%;
  transform: translateY(-50%);
}

.cased_t {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  border-bottom: 0.052vw solid #ffffff;
}

.cased_c {
  padding-top: 4.167vw;
}

/* 产品 */

.pPlatform .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pPlatform .box::after {
  content: '';
  flex-wrap: 33.333%;
}

.pPlatform .box .box_sm {
  width: 33.333%;

  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
  border-top: 0.052vw solid rgba(255, 255, 255, .15);
}

.pPlatform .box .box_sm:first-child,
.pPlatform .box .box_sm:nth-child(2),
.pPlatform .box .box_sm:nth-child(3) {
  border-top: none;
  padding-top: 0;
}

.pPlatform .box .box_sm .box_s:first-child {
  border-left: 0.052vw solid rgba(255, 255, 255, .15);
}

.pPlatform .box .box_sm .box_s:nth-child(4n) {
  border-left: 0.052vw solid rgba(255, 255, 255, .15);
}

.pPlatform .box .box_sm .box_s {
  padding-left: 3.802vw;
  padding-right: 3.333vw;
  border-right: 0.052vw solid rgba(255, 255, 255, .15);
  min-height: 15.729vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pPlatform .box .box_sm .ico {
  width: 2.604vw;
  height: 2.604vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.771vw;

}

.pPlatform .box .box_sm .ft_18 {
  opacity: 0.7;
}

.pCombination .box_t {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.pCombination .box_t .box {
  font-size: 0.938vw;
  color: #FFFFFF;
  padding: 0.573vw 1.042vw;
  margin-right: 2.083vw;
  border-radius: 0.417vw;
  border: 0.052vw solid transparent;
  transition: all 400ms;
  cursor: pointer;
}

.pCombination .box_t .box.active {
  border-color: #fff;
}

.pCombination .box_c .box {
  width: 100%;
  min-height: 26.042vw;
  background-color: #fff;
  border-radius: 0.521vw;
  padding: 2.604vw 2.604vw 2.604vw 3.125vw;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.pCombination .box_c .box.active {
  display: flex;
}

.pCombination .box_c .box .box_l {
  width: 36%;
}

.pCombination .box_c .box .box_r {
  width: 34.219vw;
  height: 20.833vw;
}

.pCombination .box_c .box .box_r .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}







.pPeer .box {
  padding-left: 6.771vw;
  padding-right: 6.771vw;
  position: relative;
  margin-bottom: 2.604vw;
}

.pPeerjs .swiper-slide {
  font-size: 0.938vw;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 0.573vw;
  padding-bottom: 0.573vw;
  border: 0.052vw solid transparent;
  border-radius: 0.417vw;
  cursor: pointer;
}

.pPeerjs .swiper-slide.active {
  border: 0.052vw solid #fff;
}

.pPeer .box .swiper-button-prev.swiper-button-disabled,
.pPeer .box .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.pPeer .box .swiper-button-prev,
.pPeer .box .swiper-button-next {
  width: 0.938vw;
  height: 0.938vw;
}

.pPeer .box .swiper-button-next:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf2.png);
  background-size: 100% 100%;

}

.pPeer .box .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf1.png);
  background-size: 100% 100%;
}

.pPeer .box .swiper-button-prev:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf1.png);
  background-size: 100% 100%;
}

.pPeer .box .swiper-button-prev,
.pPeer .box .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.pPeer .box .swiper-button-next,
.pPeer .box .swiper-container-rtl .swiper-button-prev {
  right: 4.25vw;
}

.pPeer .box .swiper-button-prev {
  left: 4.25vw;
}

/* 交付伙伴 */
.prPlatform .box .box_sm .box_s {
  min-height: 10.938vw;
}

.prCombination .box_t .box {
  font-size: 0.938vw;
  color: #FFFFFF;
  padding: 0.573vw 2.552vw;
  margin-right: 0;

}

.prCombination .box_c .box {

  min-height: 33.438vw;
  background-color: #fff;
  border-radius: 0.521vw;
  padding: 4.688vw 3.125vw;
  padding-bottom: 3.646vw;
  align-items: flex-start;
  ;

}

.pCombination_sm .box_sm {
  padding-bottom: 3.125vw;
  margin-bottom: 3.125vw;
  border-bottom: 0.052vw solid #D9D9D9;
}

.pCombination_sm .box_sm:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.prCombination .box_c .box .box_l {
  width: 38%;
}

.pCombination_sm .box_sm div {
  width: 85%;
}

.prCombination .box_c .box .box_r {
  width: 57%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prCombination .box_c .box .box_r .box_sm {
  background: #F4F6F9;
  border-radius: 0.417vw;
  width: 48.5%;
  min-height: 11.51vw;
  padding: 1.927vw 2.448vw 1.25vw 2.448vw;
  transition: all 400ms;
  margin-bottom: 1.042vw;
}

.prCombination .box_c .box .box_r a {
  font-size: 0.938vw;
  color: #FFFFFF;
  position: relative;
  padding-right: 1.354vw;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
}

.prCombination .box_c .box .box_r a:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf2.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prCombination .box_c .box .box_r .box_sm:hover {
  background-color: #8FC31F;
  color: #fff !important;
}

.prCombination .box_c .box .box_r .box_sm .ft_555 {
  transition: all 400ms;
}

.prCombination .box_c .box .box_r .box_sm:hover .ft_555 {
  color: #fff;
}

.prCombination .box_c .box .box_r .box_sm:hover a {
  opacity: 1;
  visibility: visible;
}

.saleshb .box_c {
  display: flex;
  flex-wrap: wrap;
}

.saleshb .box_c .box_sm {
  width: 22.5%;
  min-height: 16.406vw;
  background: #FFFFFF;
  border-radius: 0.521vw;
  padding: 2.083vw;
  margin-right: 3.33%;
  margin-bottom: 2.083vw;
}

.saleshb .box_c .box_sm:nth-child(4n) {
  margin-right: 0;
}

.saleshb .box_c .box_sm .ico {
  width: 2.604vw;
  height: 2.604vw;
  margin-bottom: 1.042vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* AI助手 */
.ai {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  padding: 0.521vw;
}

.ai .box_l {
  width: 13.6%;
  padding: 0.625vw;
  padding-left: 0;
}

.ai .box_l .logoimg {
  width: 2.604vw;
  height: 1.927vw;
  margin-top: 0.521vw;
  margin-left: 0.521vw;
  margin-bottom: 1.667vw;
}

.ai .box_l .logoimg img {
  width: 100%;
}

.ai .box_l .box_t .box_sm .ico {
  width: 0.833vw;
  height: 0.833vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.365vw;
  filter: grayscale(100%) invert(100%);
}

.ai .box_l .box_t .box_sm {
  padding: 0.313vw 0.729vw;
  font-size: 0.833vw;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.417vw;
  margin-bottom: 0.521vw;
  cursor: pointer;

}

.ai .box_l .box_t .box_sm .text {
  width: 90%;
}

.ai .box_l .box_t .box_sm.active {
  background-color: #fff;
  color: #000000;
}

.ai .box_l .box_t .box_sm.active .ico {
  filter: grayscale(0%) invert(0%);

}

.ai .box_l .box_t {
  height: 11.708vw;
  overflow-y: auto;
}

.ai .box_l .box_t::-webkit-scrollbar {
  display: none;
}

.ai .box_l .box_c {
  margin-top: 1.302vw;
  padding-top: 1.563vw;
  border-top: 0.052vw solid rgba(255, 255, 255, .2);
  padding-left: 0.781vw;
  padding-right: 0.781vw;
}

.ai .box_l .box_c .title {
  color: rgba(255, 255, 255, .7);
}

.ai .box_l .box_c .box_sm {
  color: #fff;
  height: 20.833vw;
  overflow-y: auto;
}

.ai .box_l .box_c .box_sm::-webkit-scrollbar {
  display: none;
}

.ai .box_l .box_b {
  margin-top: 3.646vw;
  display: flex;
  align-items: center;
  padding-left: 0.781vw;
  padding-right: 0.781vw;
  cursor: pointer;
  position: relative;
}

.ai .box_l .box_b .ico {
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.521vw;
  overflow: hidden;
}

.ai .box_l .box_b .icoj {
  margin-left: 0.625vw;
  width: 0.938vw;
  height: 0.938vw;
  transform: rotateZ(-90deg);
  background-size: 100% 100%;
}

.ai .box_l .box_b .box_sm {
  position: absolute;
  background-color: #fff;
  border-radius: 0.521vw;
  font-size: 0.833vw;
  width: 80%;
  padding: 0.521vw;
  top: -5vw;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms;
  box-shadow: 0 0 2.6vw rgba(0, 0, 0, 0.1);
}

.ai .box_l .box_b .box_sm a {
  border-radius: 0.521vw;
  width: 100%;
  display: block;
}

.ai .box_l .box_b .box_sm .box_s {
  padding: 0.26vw;
  transition: all 400ms;
}

.ai .box_l .box_b .box_sm .box_s:hover {
  border-radius: 0.26vw;

  background-color: #000657;
  color: #fff;
}

.ai .box_l .box_b .box_sm .box_s::after {
  content: '';
  position: absolute;
  bottom: -0.417vw;
  right: 10%;
  margin-left: -0.313vw;
  border-left: 0.313vw solid transparent;
  border-right: 0.313vw solid transparent;
  border-top: 0.417vw solid #ffffff;
}

.ai .box_l .box_b:hover .box_sm {
  opacity: 1;
  visibility: visible;
}

.ai .box_r {
  width: 85.4%;
  background-color: #fff;
  border-radius: 0.521vw;
  padding-left: 21.771vw;
  padding-right: 21.771vw;

}

.ai .box_r .box_t {
  display: flex;
  align-items: center;
}

.ai .box_r .box_t .ico {
  width: 5.208vw;
  height: 3.958vw;
  background-image: url(../images/robot.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.406vw;
}

.ai .box_r .box_t .box_smr {
  width: 85%;
}

.ai .box_r .box_c .ft_16 {
  color: #6F6F6F;
}

.ai .box_r .box_c .box_sm {
  margin-top: 0.521vw;
  padding: 0.208vw 0.729vw;
  background: #F2F2F2;
  border-radius: 0.417vw;
  display: inline-block;
}

.ai .box_r .box_b .box_textarea textarea {
  height: 8.333vw;
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 0.521vw;
  border: 0.052vw solid #D9D9D9;
  resize: none;
  padding: 1.042vw;
  font-size: 0.833vw;
}

.ai .box_r .box_b .box_textarea textarea::placeholder {
  color: #999999;
}

.ai .box_r .box_b .box_textarea {
  position: relative;
}

.ai .box_r .box_b .box_textarea .ico {
  position: absolute;
  right: 1.042vw;
  bottom: 1.042vw;
  width: 1.823vw;
  height: 1.823vw;
  background-color: #00086D;
  border-radius: 100%;
  background-image: url(../images/jt.svg);
  background-size: 1.042vw 1.042vw;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ai .box_r .box_h {
  height: 18.229vw;
  overflow: hidden;
}

.ai .box_r .box_h::-webkit-scrollbar {
  display: none;
}

.ai .box_r .box_i {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.729vw;
}

.ai .box_r .box_i .box_sm {
  border-radius: 5.208vw;
  border: 0.052vw solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.99vw;
  font-size: 0.833vw;
  margin-right: 0.521vw;
}

.ai .box_r .box_i .box_sm .ico {
  width: 0.833vw;
  height: 0.833vw;
  margin-right: 0.208vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 关于我们 */
.abuotnav {
  display: flex;
  
}







.aboutus .box_t {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.125vw;
  border-bottom: 0.052vw solid rgba(255, 255, 255, .2);
}

.aboutus .box_t .box_r {
  width: 75%;
}

.aboutus .box_c {
  display: flex;
  margin-top: 4.167vw;
  margin-bottom: 3.646vw;
}

.aboutus .box_c .box_sm {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;

  border-left: 0.052vw solid rgba(255, 255, 255, .2);
}

.aboutus .box_c .box_sm:last-child {
  border-right: 0.052vw solid rgba(255, 255, 255, .2);
}

.aboutus .box_c .box_sm .numbox {
  font-size: 3.542vw;
  color: #fff;
}

.aboutus .box_c .box_sm .ft_18 {

  color: rgba(255, 255, 255, .7);
}

.aboutus .box_img {
  width: 100%;
  height: 31.25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.521vw;
}

.aboutusCulture .box {
  display: flex;
}

.aboutusCulture .box .box_sm {
  width: 21.5%;
  height: 25vw;
  border-radius: 0.521vw;
  overflow: hidden;
  margin-right: 0.83%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.167vw 1.875vw 1.875vw 2.083vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 400ms;
}

.aboutusCulture .box .box_sm:last-child {
  margin-right: 0;
}

.aboutusCulture .box .box_sm .box_ico {
  width: 2.083vw;
  height: 2.083vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutusCulture .box .box_sm .ft_18 {
  opacity: 0;
  visibility: hidden;
}

.aboutusCulture .box .box_sm.active {
  width: 54.5%;
}

.aboutusCulture .box .box_sm.active .ft_18 {
  opacity: 1;
  visibility: visible;
}

.aboutusHonorjs .box {
  border: 0.521vw solid #00086D;
  background-color: #fff;
}

.aboutusHonorjs .box .img {
  padding: 0.833vw;
  display: flex;
  align-items: center;
  justify-content: center;

}

.aboutusHonorjs .box .img .bg_cover {
  width: 11.146vw;
  height: 15.781vw;
}

.aboutusHonorjs .box .box_text {
  padding: 1.146vw;
  border-top: 0.052vw solid RGBA(229, 229, 229, 1);
}

.aboutusHonor .box_t {
  position: relative;
}

.aboutusHonor .box_t .swiper-button-prev,
.aboutusHonor .box_t .swiper-button-next {
  width: 2.604vw;
  height: 2.604vw;
  border: 0.052vw solid #fff;
  border-radius: 100%;
  transition: all 400ms;
}

.aboutusHonor .box_t .swiper-button-prev:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf1.png);
  background-size: 100% 100%;

}

.aboutusHonor .box_t .swiper-button-next:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf2.png);
  background-size: 100% 100%;

}

.aboutusHonor .box_t .swiper-button-prev {
  left: -5.208vw;
}

.aboutusHonor .box_t .swiper-button-next {
  right: -5.208vw;
}

.aboutusHonor .box_t .swiper-button-next:hover,
.aboutusHonor .box_t .swiper-button-prev:hover {
  background-color: #8FC31F;
  border-color: #8FC31F;
}

.aboutuscourse {
  padding-left: 8.125vw;
  padding-right: 8.125vw;
}

.aboutuscoursejs .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.aboutuscoursejs .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 63%;
  opacity: 0.5;
  position: relative;
}

.aboutuscoursejs .swiper-slide-active .box {
  opacity: 1;
}

.aboutuscoursejs .box .ft_40 {
  padding-bottom: 2.083vw;
}

.aboutuscoursejs .box::before {
  position: absolute;
  content: '';
  width: 0.521vw;
  height: 0.521vw;
  left: 50%;
  top: 3.75vw;
  transform: translateX(-50%);
  background: #8FC31F;
  border-radius: 100%;
  opacity: 0;
}

.aboutuscoursejs .swiper-slide-active .box::before {
  opacity: 1;
}

.aboutuscourse {
  position: relative;
}

.aboutuscourse .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 3.984vw;
  z-index: 0;
  height: 0.052vw;
  background-color: rgba(255, 255, 255, .5);
}

.aboutuscourseimg {
  width: 100%;
  height: 38.646vw;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutuscourseimg .box {
  position: relative;
}

.aboutuscourseimg .box .swiper-button-prev,
.aboutuscourseimg .box .swiper-button-next {
  width: 2.604vw;
  height: 2.604vw;
  border: 0.052vw solid #fff;
  border-radius: 100%;
  transition: all 400ms;
}

.aboutuscourseimg .box .swiper-button-prev:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf1.png);
  background-size: 100% 100%;

}

.aboutuscourseimg .box .swiper-button-next:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtf2.png);
  background-size: 100% 100%;

}

.aboutuscourseimg .box .swiper-button-prev {
  left: -3.646vw;
  top: 2.604vw !important;

}

.aboutuscourseimg .box .swiper-button-next {
  right: -3.646vw;
  top: 2.604vw !important;

}

.aboutuscourseimg .box .swiper-button-next:hover,
.aboutuscourseimg .box .swiper-button-prev:hover {
  background-color: #8FC31F;
  border-color: #8FC31F;
}

.aboutus#section4 .boxs {
  padding-bottom: 2.083vw;
  border-bottom: 0.052vw solid rgba(255, 255, 255, .2);
}

.aboutusJoinjs .swiper-slide {
  font-size: 0.938vw;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 0.573vw;
  padding-bottom: 0.573vw;
  border: 0.052vw solid transparent;
  border-radius: 0.417vw;
  cursor: pointer;
  padding-left: 1.094vw;
  padding-right: 1.094vw;
}

.aboutusJoinjs .swiper-slide.active {
  border: 0.052vw solid #fff;
}

.aboutusJoin .box_t {
  margin-top: 2.604vw;
}


.aboutusJoin .box_t .box_sm {
  display: none;

  justify-content: space-between;
}

.aboutusJoin .box_t .box_sm.active {
  display: flex;
}

.aboutusJoin .box_t .box_sm .box_l {
  width: 50%;
  height: 23.438vw;
  border-radius: 0.521vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.aboutusJoin .box_t .box_sm .box_r {
  width: 46.7%;
}

.aboutusJoin .box_t .box_sm .box_r .box_s {
  display: flex;
  align-items: center;
  padding-top: 2.083vw;
  padding-bottom: 1.042vw;
  border-bottom: 0.052vw solid rgba(255, 255, 255, .2);
}

.aboutusJoin .box_t .box_sm .box_r .box_s .ico {
  width: 1.042vw;
  height: 1.042vw;
  margin-right: 0.521vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.aboutusJoin .box_t .box_sm .box_r .box_s .ft_18 {
  width: 90%;
}



.Reportsjs {
  margin-bottom: 1.042vw;
  overflow: hidden;
  display: flex;
}
.Reportsjsreverse{
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}
.aboutusEvaluate .box_s .box_w, .aboutusEvaluate .box_s .box_loop {
    flex: 0 0 auto;
}

.aboutusEvaluate .box_s ul {
  display: flex;
}

.aboutusEvaluate .box_s ul li.box{
  flex: 0 0 auto;
  width: 20.104vw;
  padding: 1.406vw 1.823vw 1.563vw 1.563vw;
  border: 0.052vw solid #fff;
  border-radius: 0.417vw;
  margin-right: 1.042vw;
}

.aboutusEvaluate .box_s {
  padding-bottom: 1.042vw;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.aboutusEvaluate .box_s::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 18.854vw;
  background: linear-gradient(270deg, rgba(0, 6, 87, 0) 0%, #000657 86%);
  z-index: 2;
}

.aboutusEvaluate .box_s::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 18.854vw;
  background: linear-gradient(270deg, rgba(0, 6, 87, 0) 0%, #000657 86%);
  z-index: 2;
  transform: rotate(180deg);
}


.modalMain .box_t {
  padding: 1.406vw 2.083vw;
  background-color: #474D97;
  display: flex;
  align-items: center;
}

.modalMain .box_t .img {
  width: 5.208vw;
  height: 3.958vw;
  background-image: url(../images/robot.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.563vw;
}

.modalMain .box_c {
  width: 100%;
  height: 23.438vw;
  overflow-y: auto;
  padding: 2.604vw 1.042vw;
}

.modalMain .box_c::-webkit-scrollbar {
  display: none;
}

.modalMain .box_c .box_sm {
  width: 40%;
  margin-bottom: 2.604vw;
}

.modalMain .box_b {
  border-top: 0.052vw solid rgba(0, 0, 0, .1);
  padding: 0.521vw 1.042vw 1.042vw 1.042vw;
}

.modalMain .box_b .box_ico {
  display: flex;
  align-items: center;
}

.modalMain .box_b .box_ico .ico {
  width: 1.042vw;
  height: 1.042vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.042vw;
}

.modalMain .box_b .box_textarea textarea {
  height: 5.208vw;
  width: 78%;
  border: 0;
  outline: none;


  resize: none;

  font-size: 0.833vw;
}

.modalMain .box_b .hMore1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.813vw;
  height: 2.604vw;
  background: #8FC31F;
  border-radius: 0.417vw 0.417vw 0.417vw 0.417vw;
  font-size: 0.938vw;
  color: #FFFFFF;
  cursor: pointer;
}

/* 公司动态 */
.newsbox .box_c .box_sm .img {
  height: 15.625vw;
}

.newsbox .box_c .box_sm .textbox {
  padding: 1.563vw;
  transition: all 400ms;
}

.newsbox .box_c .box_sm:hover .textbox {

  color: #fff;
}

.newsbox .box_c .box_sm {
  transition: all 400ms;
}

.newsbox .box_c .box_sm .ft_888 {
  transition: all 400ms;
}

.newsbox .box_c .box_sm:hover .ft_888 {
  color: #fff;
}

.newsbox .box_c .box_sm:hover {
  color: #fff;
  background-color: #8FC31F;
}

.caseUnderstand .box_c .box_sm {
  transition: all 400ms;
}

.caseUnderstand .box_c .box_sm:hover {
  color: #fff;
  background-color: #8FC31F;
}

.caseUnderstand .box_c .box_sm .textbox {
  transition: all 400ms;
}

.caseUnderstand .box_c .box_sm:hover .textbox {

  color: #fff;
}



/* 资料中心 */
.databox .box_sm {
  display: block;
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
  border-bottom: 0.052vw solid #D9D9D9;
  position: relative;
}

.databox .box_sm:hover {
  color: #fff;
}

.databox .box_sm::after {
  position: absolute;
  content: '';
  width: 1.563vw;
  height: 1.563vw;
  background-image: url(../images/ico76.png);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: .5;
  transition: all 400ms;
}

.databox .box_sm:hover:after {
  opacity: 1;
}

.databox .box_sm div {
  width: 95%;
}

.cased_t .box_ts {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cased_t .box_ts .ft_50 {
  width: 90%;
}

.download a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375vw;
  height: 2.604vw;
  border-radius: 0.417vw;
  border: 0.052vw solid #FFFFFF;
  font-size: 18px;
  color: #FFFFFF;
  padding-right: 1.563vw;
  position: relative;
}

.download a::after {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  background-image: url(../images/download.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 2.031vw;
}

.cased_cts .ft_18 p {
  margin-bottom: 0.521vw;
}

/* 解决方案 */

.planbox .box {
  display: flex;
  flex-wrap: wrap;
}

.planbox .box .box_sm {
  width: 22.5%;
  min-height: 16.406vw;
  background: #FFFFFF;
  border-radius: 0.521vw;
  padding: 2.083vw;
  padding-right: 0.938vw;
  margin-right: 3.33%;
  margin-bottom: 2.083vw;
}

.planbox .box .box_sm:nth-child(4n) {
  margin-right: 0;
}

.planbox .box .box_sm .ico {
  width: 2.604vw;
  height: 2.604vw;
  margin-bottom: 1.042vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.planimg {
  width: 100%;
  height: 34.844vw;
  border-radius: 0.521vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 提交 */
.scbmitbox {
  height: 100vh;
  background-image: url(../images/bg4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10.781vw;
  padding-left: 18.177vw;
  padding-right: 14.896vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.scbmitbod header {
  position: absolute;
}

.scbmitbod header .header-main {
  background-color: transparent;
}

.scbmitbox .box_l {
  width: 32.292vw;
}

.scbmitbox .box_l .ft_50 {
  padding-bottom: 2.083vw;
  margin-bottom: 2.083vw;
  border-bottom: 0.052vw solid #fff;
}

.scbmitbox .box_l .box_c span {
  margin-right: 0.521vw;
}

.scbmitbox .box_l .box_c .ft_18 {
  margin-bottom: 1.302vw;
  margin-right: 4.688vw;
}

.scbmitbox .box_l .box_c {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5.208vw;
}

.scbmitbox .box_l .box_b {
  padding: 1.042vw 1.25vw 1.042vw 1.042vw;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0.521vw;
  font-size: 0.938vw;
  color: #FFFFFF;
}

.scbmitbox .box_l .box_b span {
  font-weight: bold;
  font-size: 1.146vw;
}

.scbmitbox .box_r {
  width: 23.438vw;
  padding: 1.563vw;
  background-color: #fff;
  border-radius: 0.521vw;
  height: auto;
}

.scbmitbox .box_r .box_input input {
  width: 100%;
  border: 0;
  outline: none;
  height: 2.604vw;
  background: #EEEEEE;
  border-radius: 0.417vw;
  padding: 1.042vw 0.625vw;
  font-size: 0.938vw;
  color: #000;
}

.scbmitbox .box_r .box_input input::placeholder {
  opacity: 0.2;
}

.scbmitbox .box_r .box_pullDown {
  width: 100%;
  height: 2.604vw;
  background: #EEEEEE;
  border-radius: 0.417vw;
  padding: 1.042vw 0.625vw;
  font-size: 0.938vw;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
}
.scbmitbox .box_r .box_pullDown::before{
  position: absolute;
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jtb.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.042vw;
}


.scbmitbox .box_r .box_pullDown:hover .box_dowm {
  opacity: 1;
  visibility: visible;
}

.scbmitbox .box_r .box_dowm {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0.208vw 0.208vw 0px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 0.521vw 0.521vw;
  padding: 0.521vw 0.417vw;
  visibility: hidden;
  opacity: 0;

}

.scbmitbox .box_r .box_dowm .ft_18 {
  padding: 0.521vw;
  cursor: pointer;
  border-radius: 0.26vw;
  transition: all 400ms;
}

.scbmitbox .box_r .box_dowm .ft_18:hover {
  background-color: #000657;
  color: #fff;
}

.scbmitbox .box_r .box_pullDown .placeholder {
  opacity: 0.2;
}

.scbmitbox .box_r .box_button {
  margin-top: 3.125vw;
}

.scbmitbox .box_r .box_button button {
  width: 100%;
  height: 2.604vw;
  background: #8FC31F;
  border-radius: 0.417vw;
  color: #fff;
  font-size: 1.146vw;
  border: 0;
  outline: none;
}

.custom-radio {
  font-size: 0.729vw;
  margin-top: 1.354vw;
}

.custom-radio a {
  color: #000657;
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

/* 隐藏原生的checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* 自定义checkbox的外观 */
.custom-checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  border: 0px solid #000;

  background-color: #EEEEEE;
  border-radius: 0px;

  margin-right: 0.365vw;

}

/* 当checkbox被选中时，改变样式 */
.custom-checkbox input[type="checkbox"]:checked+.checkmark {
  background-color: #EEEEEE;
  
}

/* 在选中的checkbox上添加对勾（或其他标记） */
.custom-checkbox input[type="checkbox"]:checked+.checkmark::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/ico85.png);
  background-size: 100% 100%;
}

.shalu_detail {
    color: #ffffff;
}

.shalu_detail p {
    color: #ffffff !important;
}

.shalu_detail span {
    color: #ffffff !important;
}

.text-line-2{
    visibility: visible;
    animation-name: fadeInUp;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.text-line-3{
    visibility: visible;
    animation-name: fadeInUp;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.text-line-4{
    visibility: visible;
    animation-name: fadeInUp;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
}