@font-face {
  font-family: 'Alibaba-PuHuiTi-R';
  src: url('../fonts/AlibabaPuHuiTi-R.ttf');
  font-weight: normal;
  font-style: normal;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,header,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0;font-family: inherit;}
body { color: #333333;
  font-family: "Alibaba-PuHuiTi-R", serif;overflow-x: hidden;
}
red {
  color: red;
}
img {
  vertical-align: bottom;
}
a,li {
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
ul {
  list-style-type: none;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}

/* 全局头部 */
header {
  position: absolute;
  z-index: 2000;
  width: 100vw;
}
header:hover .header-top {
  background: rgba(255, 255, 255, 1);
}
header:hover .header-nav {
  background-color: rgba(245, 245, 245, 1);
}
header .header-top .i-header{
  margin: 0 auto;
  width: 89.33vw;
  height: 4.5vw;
  padding-top: 1vw;
}
header .header-top .i-header .logo,
header .header-top .i-header .logo2 {
  width: 8.03vw;
  height: 2.09vw;
  margin: 0.705vw 0 0;
}
header .header-top .i-header .logo img,
header .header-top .i-header .logo2 img {
  width: 8.03vw;
}
header .header-top .i-header .logo2 {
  display: none;
}
header:hover .header-top .i-header .logo {
  display: none;
}
header:hover .header-top .i-header .logo2 {
  display: block;
}
header .navbar .navbar-item {
  width: 10vw;
  text-align: center;
}
header .header-top .i-header .navbar .navbar-item a {
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  white-space: nowrap;
  line-height: 3.8vw;
}
header:hover .header-top .i-header .navbar .navbar-item a {
  color: rgba(51, 51, 51, 1);
}
header .header-top .i-header .navbar .navbar-item a:hover {
  color: rgba(30, 120, 230, 1);
}
header .header-top .i-header .navbar .navbar-item .top-nav-active {
  background-color: #CB1B45;
  width: 1.57vw;
  height: 0.25vw;
  margin: -0.58vw auto;
  display: none;
}
header .header-top .i-header .navbar .navbar-item:hover .top-nav-active,
header .header-top .i-header .navbar .navbar-item.active .top-nav-active {
  color: rgba(30, 120, 230, 1);
  display: block;
}
header .search {
  width: 11.57vw;
  margin: 0.855vw 0 0 1.29vw;
}
header .i-header .search .search-input input {
  width: 8.87vw;
  height: 2.09vw;
  padding-left: 0.5vw;
  padding-right: 2.2vw;
  border: 1px solid rgba(230, 230, 230, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
}
header .i-header .search .search-input input::placeholder {
  font-size: 14px;
}
header .i-header .search .search-input input:hover,
header .i-header .search .search-input input:active,
header .i-header .search .search-input input:focus {
  border: 1px solid rgba(30, 120, 230, 1);
  outline: none;
}
header .i-header .search .search-icon img {
  height: 1.36vw;
  border-radius: 0.2vw;
  float: right;
  position: relative;
  top: -1.86vw;
  right: 0.5vw;
  cursor:pointer;
}
header .i-isIn {
  border-top: 1px solid #EBEBEB;
  display: none;
}
header:hover .i-isIn {
  display: block;
}
header .isIn{
  margin: 0 auto;
  width: 89.33vw;
}
header .i-isIn .navbar .navbar-item ul {
  padding: 1.5vw 0;
}
header .i-isIn .navbar .navbar-item ul li a {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  white-space: nowrap;
  line-height: 2.56vw;
}
header .i-isIn .navbar .navbar-item ul li:hover a ,
header .i-isIn .navbar .navbar-item ul li.active a {
  color: rgba(30, 120, 230, 1);
}

/* home */
/* 轮播图 */
.swiper-container,
.swiper-container .swiper-slide,
.swiper-container .swiper-slide img {
  width: 100vw;
}
.swiper-container .swiper-pagination {
  bottom: 3vw;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 1);
  width: 8vw;
  height: 0.25vw;
  margin: 0 0.265vw;
  border-radius: unset;
  opacity: unset;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(30, 120, 230, 1);
  width: 8vw;
}

/* 通用底部 */
.i-footer {
  background: #F8F8FC;
}
.i-footer .footer {
  width: 80vw;
  margin: 0 auto;
  padding: 2.6vw 0 0;
}
.i-footer .footer .footer-left {
  width: 40vw;
}
.i-footer .footer .footer-left .footer-logo {
  width: 8.03vw;
}
.i-footer .footer .footer-left .footer-contact {
  margin: 2.5vw 0;
}
.i-footer .footer .footer-left .footer-contact .footer-contact-icon {
  width: 2.5vw;
  line-height: 1.9vw;
}
.i-footer .footer .footer-left .footer-contact img {
  height: 1vw;
}
.i-footer .footer .footer-left .footer-contact a,
.i-footer .footer .footer-left .footer-contact span{
  line-height: 2.8vw;
}
.i-footer .footer .footer-left .footer-contact {
  font-size: 14px;
}
.i-footer .footer .footer-left .footer-contact a {
  color: #333333;
}
.i-footer .footer .footer-right ul.footer-menu:not(:first-child) {
  margin-left: 5.5vw;
}
.i-footer .footer .footer-right ul.footer-menu .footer-menu-title {
  margin-bottom: 1.5vw;
  text-align: left;
}
.i-footer .footer .footer-right ul.footer-menu .footer-menu-title a {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  overflow-wrap: break-word;
  white-space: nowrap;
}
.i-footer .footer .footer-right ul.footer-menu li a {
  font-size: 14px;
  line-height: 1.8vw;
  color: rgba(102, 102, 102, 1);
  overflow-wrap: break-word;
  white-space: nowrap;
}
.i-footer .footer .footer-left .footer-contact a:hover,
.i-footer .footer .footer-left .footer-contact span:hover,
.i-footer .footer .footer-left .copyright p a:hover,
.i-footer .footer .footer-right ul.footer-menu .footer-menu-title a:hover,
.i-footer .footer .footer-right ul.footer-menu li a:hover {
  color: rgba(30, 120, 230, 1);
}
.i-footer .copyright {
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  border-top:  1px solid #E6E6E6;
}
.i-footer .copyright p {
  color: #666666;
  font-size: 12px;
  line-height: 2.5vw;
}
.i-footer .copyright p a {
  color: #666666;
}

/* 首页 */
/* 公共样式 */
.view-more-btn-box {
  width: 6vw;
  margin: 2.25vw auto 0;
}
.view-more-btn-box .view-more-btn {
  overflow-wrap: break-word;
  color: #3365FC;
  font-size: 14px;
  line-height: 1.57vw;
  white-space: nowrap;
}
.view-more-btn-box:hover .view-more-btn {
  color: rgba(30, 120, 230, 1);
}
.view-more-btn-box .view-more-btn-img {
  width: 1.57vw;
  height: 1.57vw;
  padding-left: 0.5vw;
}
/* 首页 关于我们 */
.i-about {
  width: 100vw;
  height: 47.92vw;
  background: url(../img/fef28ebf1d858ee4d32dc5aa8b4a0f72.png) 100% no-repeat;
  background-size: 100% 100%;
}
.i-about .i-about-title {
  overflow-wrap: break-word;
  color: rgba(30, 120, 230, 1);
  font-size: 36px;
  text-align: center;
  white-space: nowrap;
  line-height: 2.56vw;
  margin-top: 4.01vw;
}
.i-about .i-about-img-box {
  margin: 3.22vw auto 0;
  width: 58.18vw;
  height: 5.89vw;
}
.i-about .i-about-img-box .i-about-img {
  width: 100%;
}
.i-about .i-about-service {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  line-height: 2.56vw;
  margin-top: 4.01vw;
}
.i-about .i-about-application {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  line-height: 2.56vw;
  margin-top: 1vw;
}
.i-about .i-about-service-user-box {
  width: 62.7vw;
  margin: 5.62vw auto 0;
}
.i-about .i-about-service-user-box .i-about-service-user {
  width: 20.9vw;
}
.i-about .i-about-service-user-box .i-about-service-user .text-title{
  overflow-wrap: break-word;
  font-size: 42px;
  font-family: initial;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  color: #1E78E6;
  background: linear-gradient(0deg, #1552DE 0%, #28A2EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.i-about .i-about-service-user-box .i-about-service-user .text-title .text-small{
  overflow-wrap: break-word;
  color: rgba(30, 120, 230, 1);
  font-size: 18px;
  white-space: nowrap;
  margin-left: 1.04vw;
}
.i-about .i-about-service-user-box .i-about-service-user .text-content {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  margin-top: 2.39vw;
}
.i-about .i-about-service-user-box .i-about-service-user:first-child .text-content {
  text-align: left;
}
.i-about .i-about-service-user-box .i-about-service-user:last-child .text-content {
  text-align: right;
}

/* 首页 解决方案 */
.i-solution {
  width: 100vw;
  justify-content: space-between;
}
.i-solution .i-solution-item img {
  width: 20vw;
}
.i-solution .i-solution-item img.default-img {
  display: block;
}
.i-solution .i-solution-item img.hover-img {
  display: none;
}
.i-solution .i-solution-item:hover img.default-img {
  display: none;
}
.i-solution .i-solution-item:hover img.hover-img {
  display: block;
}

/* 首页 生态合作 */
.i-ecological-cooperation {
  background: #F8F8FC;
  padding: 2.5vw 0;
  text-align: center;
}
.i-ecological-cooperation .i-ecological-cooperation-title {
  width: 14.69vw;
  margin: 0 auto;
}
.i-ecological-cooperation .i-ecological-cooperation-desc {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  white-space: nowrap;
  margin: 1.71vw 0 0;
}
.i-ecological-cooperation .i-ecological-cooperation-img {
  width: 89.48vw;
  margin: 1.77vw auto 0;
}

/* 首页 核心产品 */
.i-product {
  background: #FFFFFF;
  text-align: center;
  margin: 2.5vw 0;
}
.i-product .i-product-box {
  width: 80vw;
  margin: 0 auto;
}
.i-product .i-product-box .i-product-title {
  width: 9.558vw;
  margin: 0 auto;
}
.i-product .i-product-box .i-product-left,
.i-product .i-product-box .i-product-right {
  width: 14.59vw;
}
.i-product .i-product-box .product-item {
  width: 14.59vw;
  height: 8.23vw;
  border-radius: 4px;
  cursor: pointer;
  background: rgba(248, 248, 252, 1);
}
.i-product .i-product-box .i-product-left .product-item:first-child {
  margin-top: 2vw;
}
.i-product .i-product-box .i-product-left .product-item:last-child {
  margin-top: 5.46vw;
}
.i-product .i-product-box .i-product-right .product-item:first-child {
  margin-top: 9.5vw;
}
.i-product .i-product-box .i-product-right .product-item:last-child {
  margin-top: 5.46vw;
}
.i-product .i-product-box .product-item .product-item-img {
  margin: 1.56vw auto 0;
}
.i-product .i-product-box .product-item .product-item-img img {
  width: 2.56vw;
}
.i-product .i-product-box .product-item .product-item-title{
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  white-space: nowrap;
  margin: 1.25vw 0;
}
.i-product .i-product-box .i-product-item-box .product-item .default-img {
  display: block;
}
.i-product .i-product-box .i-product-item-box .product-item .active-img {
  display: none;
}
.i-product .i-product-box .i-product-item-box .product-item.active .default-img {
  display: none;
}
.i-product .i-product-box .i-product-item-box .product-item.active .active-img {
  display: block;
}
.i-product .i-product-box .product-item.active .product-item-title {
  color: rgba(255, 255, 255, 1);
}
.i-product .i-product-box .i-product-view {
  margin-top: 3.6vw;
}
.i-product .i-product-box .i-product-view,
.i-product .i-product-box .i-product-view .view-item img{
  width: 31.67vw;
}
.i-product .i-product-box .i-product-view .view-item .view-item-desc {
  height: 6.8vw;
  display: block;
  overflow-wrap: break-word;
  color: rgba(254, 254, 255, 1);
  font-size: 1vw;
  text-align: left;
  line-height: 2.2vw;
  padding: 0 1vw;
  position: relative;
  clear: both;
  top: -6.8vw;
  margin-bottom: -6.8vw;
}
.i-product .i-product-box .i-product-view .view-item {
  display: none;
}
.i-product .i-product-box .i-product-view .view-item.active {
  display: block;
}

/* 服务与方案index页 */
.service .service-content {
  background: linear-gradient(0deg, #F8F8FC 0%, #FFFFFF 100%);
}
.service .service-content .service-title {
  font-size: 1.87vw;
  text-align: center;
  line-height: 7.59vw;
}
.service .service-content .service-list {
  width: 65vw;
  margin: 0 auto;
  flex-wrap: wrap;
}
.service .service-content .service-list .service-list-item {
  width: 30vw;
}
.service .service-content .service-list .service-list-item img {
  width: 30vw;
  border-radius: 1vw;
}
.service .service-content .service-list .service-list-item .service-item-title {
  overflow-wrap: break-word;
  font-size: 1.25vw;
  text-align: center;
  padding: 1.25vw 0;
}
.service .service-content .service-list .service-list-item .service-item-title a {
  color: rgba(30, 120, 229, 1);
}
.service .service-content .service-list .service-list-item .service-item-desc {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0 0 2vw;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-other {
  background: #FFFFFF;
}
.service-other .service-content {
  width: 65vw;
  margin: 0 auto;
  padding: 2.6vw 0;
}
.service-other .service-content .service-other-title {
  color: rgba(51, 51, 51, 1);
  font-size: 1.87vw;
  text-align: left;
  white-space: nowrap;
  line-height: 1.88vw;
}
.service-other .service-content .service-other-desc {
  color: rgba(102, 102, 102, 1);
  font-size: 0.72vw;
  text-align: left;
  white-space: nowrap;
  line-height: 0.73vw;
  margin: 0.52vw 0 0 0.1vw;
}
.service-other .service-content .service-other-list {
  margin: 1.5vw 0 0;
}
.service-other .service-content .service-other-list .service-other-item {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1vw;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.25vw;
  padding-bottom: 0.25vw;
}
.service-other .service-content .service-other-project-container {
  width: 65vw;
  overflow: hidden;
}
.service-other .service-content .service-other-list .service-other-item:not(:first-child) {
  margin-left: 2.6vw;
}
.service-other .service-content .service-other-list .service-other-item.active {
  color: rgba(30, 120, 229, 1);
  border-bottom: 0.11vw solid rgba(30, 120, 229, 1);
}
.service-other .service-content .service-other-project-list .service-other-project-item img{
  max-height: 30vw;
}

/* 服务与方案内页 */
.service-scheme-tab {
  border-bottom: 1px solid #E6E6E6;
}
.service-scheme-tab .service-scheme-category {
  width: 80vw;
  margin: 0 auto;
  height: 4.8vw;
}
.service-scheme-tab .service-scheme-category .service-scheme-item {
  margin: 1.15vw 0;
  height: 2.5vw;
  line-height: 2.5vw;
  padding: 0 1.5vw;
  border-radius: 1.5vw;
  color: rgba(102, 102, 102, 1);
}
.service-scheme-tab .service-scheme-category .service-scheme-item:not(:first-child) {
  margin-left: 1vw;
}
.service-scheme-tab .service-scheme-category .service-scheme-item:hover,
.service-scheme-tab .service-scheme-category .service-scheme-item.active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #1552DE 0%, #28A2EF 100%);
}
.service-scheme-brief .title {
  color: rgba(33, 133, 255, 1);
  text-align: center;
  margin: 5.15vw 0;
  font-size: 30px;
}
.service-scheme-brief .brief {
  width: 65vw;
  margin: 0 auto;
  text-align: center;
}
.service-scheme-brief .brief * {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 5.15vw;
}
.service-scheme-trait {
  background: url(../img/service-scheme-trait-bg.png) 100% no-repeat;
}
.service-scheme-trait .title {
  text-align: center;
  color: rgba(51, 51, 51, 1);
  margin: 3.15vw 0;
  font-size: 30px;
}
.service-scheme-trait .content {
  width: 80vw;
  text-align: center;
  margin: 3.15vw auto;
}
.service-scheme-trait .content img{
  width: auto;
  max-width: 80vw;
}
.service-scheme-framework {
  background: #F8F8FC;
}
.service-scheme-framework .title {
  text-align: center;
  color: rgba(51, 51, 51, 1);
  margin: 3.15vw 0;
  font-size: 30px;
}
.service-scheme-framework .content {
  width: 80vw;
  text-align: center;
  margin: 3.15vw auto;
}
.service-scheme-framework .content img{
  width: auto;
  max-width: 80vw;
}
.service-scheme-scenarios {
  background: #E8E8ED;
}
.service-scheme-scenarios .title {
  text-align: center;
  color: rgba(51, 51, 51, 1);
  margin: 3.15vw 0;
  font-size: 30px;
}
.service-scheme-scenarios .content {
  text-align: center;
}
.service-scheme-scenarios .content img {
  border: 10px solid #FFFFFF;
  border-radius: 1vw;
  width: calc(50vw - 30px);
}
.service-scheme-scenarios-container .swiper-pagination {
  position: relative;
  margin: 1.15vw auto 3.15vw;
}
.case-box {
  width: 80vw;
  margin: 0 auto 3vw;
}
.case-box .case-list {
  flex-wrap: wrap;
}
.case-box .case-list .case-item {
  width: 25vw;
  border-radius: 6px;
  margin: 1.51vw 2.5vw 0 0;
}
.case-box .case-list .case-item:nth-child(3n) {
  margin-right: 0;
}
.case-box .case-list .case-item .title {
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  margin: 1.45vw 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid rgba(48, 98, 252, 1);
}
.case-box .case-list .case-item .case-time {
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  white-space: nowrap;
  margin: 0.2vw 0 0;
}
.case-box .case-list .case-item .case-desc {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  margin: 0.2vw 0 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cooperate-content .cooperate-brief {
  background: url(../img/cooperate-bg.png) 100% no-repeat;
  height: 40vw;
  background-size: cover;
}
.cooperate-content .cooperate-brief .title {
  margin: 6vw 0 0;
  text-align: center;
}
.cooperate-content .cooperate-brief .title h2{
  overflow-wrap: break-word;
  font-size: 2.5vw;
  text-align: center;
  line-height: 3.75vw;
  color: #1E78E6;
  background: linear-gradient(0deg, #1552DE 0%, #28A2EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cooperate-content .cooperate-brief .desc {
  margin: 6vw 0 0;
  text-align: center;
  font-size: 1.25vw;
  line-height: 2.5vw;
}
.cooperate-content .cooperate-scheme {
  background: url(../img/cooperate-scheme-bg.png) 100% no-repeat;
  height: 31.41vw;
  background-size: cover;
}
.cooperate-content .cooperate-scheme .scheme-list {
  width: 80vw;
  margin: 9.94vw auto 0;
}
.cooperate-content .cooperate-scheme .scheme-list .scheme-item {
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  width: 17.4vw;
  height: 16.25vw;

}
.cooperate-content .cooperate-scheme .scheme-list .scheme-item .item-icon {
  margin: 3.85vw 0 2.5vw;
  text-align: center;
}
.cooperate-content .cooperate-scheme .scheme-list .scheme-item .item-icon img{
  width: 2.92vw;
  height: 2.82vw;
}
.cooperate-content .cooperate-scheme .scheme-list .scheme-item .item-oval{
  width: 5.84vw;
  height: 1.31vw;
  margin: 0 auto;
  background: linear-gradient(0deg, #F8F8FC 0%, #F5F5F5 100%);
  border-radius: 50%;
}
.cooperate-content .cooperate-scheme .scheme-list .scheme-item .item-title {
  color: rgba(51, 51, 51, 1);
  margin: 0.93vw 0 0;
}
.cooperate-content .cooperate-scheme .scheme-list .scheme-item .item-title h3 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1.25vw;
  font-family: inherit;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25vw;
}
.cooperate-content .cooperate-scheme .scheme-list .scheme-item .item-title-sub {
  overflow-wrap: break-word;
  font-size: 0.62vw;
  color: rgba(102, 102, 102, 0.8);
  text-align: center;
  white-space: nowrap;
  line-height: 0.63vw;
  margin: 1.09vw 0 0 0;
}
.cooperate-content .cooperate-apply {
  background: url(../img/apply-bg.png) 100% no-repeat;
  height: 46.31vw;
  background-size: cover;
}
.cooperate-content .cooperate-apply .apply-content{
  width: 42.34vw;
  margin: 18.28vw 0 0 47.66vw;
}
.cooperate-content .cooperate-apply .apply-content .apply-title {
  overflow-wrap: break-word;
  color: rgba(30, 120, 230, 1);
  font-size: 2.5vw;
  font-weight: 900;
  font-family: initial;
  white-space: nowrap;
  line-height: 2.5vw;
  text-align: center;
  background: linear-gradient(0deg, #1552DE 0%, #28A2EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cooperate-content .cooperate-apply .apply-content .apply-title span {
  margin: 0 2vw;
}
.cooperate-content .cooperate-apply .apply-content .apply-btn {
  margin: 7.29vw auto 0;
  height: 3.81vw;
  width: 10.42vw;
  text-align: center;
  line-height: 3.81vw;
  box-shadow: 0 32px 32px 0 rgba(174, 206, 245, 0.26);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  color: rgba(51, 51, 51, 1);
  font-size: 1.25vw;
}
.partners-box {
  position: absolute;
  width: 100vw;
  top: 5.5vw;
}
.partners-box .partners-title {
  width: 22.4vw;
  height: 8vw;
  text-align: center;
  line-height: 8vw;
  position: absolute;
  top: 11.14vw;
  left: 38.8vw;
  color: rgba(8, 25, 45, 1);
  font-size: 3.5vw;
  font-weight: 600;
}
.partners-box .partners-list {
  width: 80vw;
  margin: 0 auto;
  padding: 2.04vw 0;
  height: 26.2vw;
  flex-wrap: wrap;
}
.partners-box .partners-list .partners-item {
  width: calc(8vw - 2px);
  height: calc(8vw - 2px);
  margin: 0 6.4vw 1.1vw 0;
  background: linear-gradient(135deg, #C3DBFF, #E9F2FF);
  box-shadow: 0.7vw 0.5vw 2vw 0.1vw #C3D8F7;
  border-radius: 1vw;
  border: 1px solid #FFFFFF;
}
.partners-box .partners-list .partners-item .partners-logo {
  height: 8vw;
}
.partners-box .partners-list .partners-item .partners-logo img {
  width: 7vw;
}
.partners-box .partners-list .partners-item:nth-child(6),
.partners-box .partners-list .partners-item:nth-child(10) ,
.partners-box .partners-list .partners-item:nth-child(16) {
  margin-right: 0;
}
.partners-box .partners-list .partners-item:nth-child(8) {
  margin-right: 35.2vw;
}
.partners-box .partners-list .partners-item:nth-child(n+10) {
  margin-bottom: 0;
}
.contact-us {
  background: #f1f5f9;
  padding: 3vw 0;
}
.contact-us .contact-us-box {
  width: 80vw;
  margin: 0 auto;
}
.contact-us .contact-us-box .contact-us-title {
  text-align: center;
  font-size: 1.87vw;
  overflow: hidden;
  line-height: 1.87vw;
}
.contact-us .contact-us-box .contact-us-desc {
  text-align: center;
  font-size: 1vw;
  padding: 1.25vw 0 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0, rgba(0, 0, 0, 0.47) 0, rgba(0, 0, 0, 0.47) 100%, rgba(0, 0, 0, 0.47) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-us .contact-us-box .form-box {
  margin: 2.86vw 0;
  flex-wrap: wrap;
}
.contact-us .contact-us-box .form-box .form-item {
  width: 25vw;
  height: 6vw;
}
.contact-us .contact-us-box .form-box .form-item:last-child {
  width: 80vw;
}
.contact-us .contact-us-box .form-box .form-item label {
  font-size: 1vw;
  color: rgba(102, 102, 102, 1);
}
.contact-us .contact-us-box .form-box .form-item label span {
  color: red;
}
.contact-us .contact-us-box .form-box .form-item input,
.contact-us .contact-us-box .form-box .form-item textarea{
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 230, 230, 1);
  padding: 0 0.5vw;
}
.contact-us .contact-us-box .form-box .form-item input {
  height: 2.66vw;
}
.contact-us .contact-us-box .form-box .form-item input::placeholder,
.contact-us .contact-us-box .form-box .form-item textarea::placeholder {
  font-size: 14px;
}
.contact-us .contact-us-box .form-box .form-item input:hover,
.contact-us .contact-us-box .form-box .form-item input:active,
.contact-us .contact-us-box .form-box .form-item input:focus,
.contact-us .contact-us-box .form-box .form-item textarea:hover,
.contact-us .contact-us-box .form-box .form-item textarea:active,
.contact-us .contact-us-box .form-box .form-item textarea:focus {
  border: 1px solid rgba(30, 120, 230, 1);
  outline: none;
}
.contact-us .contact-us-box .error-info {
  display: none;
  text-align: center;
  color: red;
  font-size: 14px;
  padding: 0 0 1.5vw;
}
.contact-us .contact-us-box .btn-submit {
  width: 50vw;
  height: 2.61vw;
  line-height: 2.61vw;
  display: block;
  margin: 0 auto;
  color: rgba(255, 255, 255, 1);
  background: rgba(30, 120, 230, 1);
  border-radius: 5vw;
  text-align: center;
}
.single-about {
  width: 80vw;
  margin: 0 auto;
  padding: 3vw 0;
}
.single-about .single-about-left {
  width: 45vw;
}
.single-about .single-about-left .about-title-en {
  overflow-wrap: break-word;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  white-space: nowrap;
  color: #1E78E6;
  background: linear-gradient(0deg, #1552DE 0%, #28A2EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-about .single-about-left .about-title-en-small-name {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  color: #1657DF;
}
.single-about .single-about-left h1 {
  color: #1E78E6;
  font-weight: normal;
  font-size: 20px;
  margin: 1vw 0 1.96vw;
}
.single-about .single-about-left .about-desc {
  color: rgba(77, 77, 77, 1);
  font-size: 14px;
  line-height: 24px;
  text-indent: 2rem;
}
.single-about .single-about-left p:first-child {
  margin: 1.96vw 0 0;
}
.single-about .single-about-right {
  width: 30vw;
}
.single-about .single-about-right img {
  max-width: 30vw;
  max-height: 15vw;
}
.about-policy-section {
  background: url(../img/policy-bg.png) 100% no-repeat;
  background-size: cover;
  padding: 3.54vw 0;
  height: 31.99vw;
}
.about-policy-section .about-policy {
  width: 63vw;
  margin: 0 auto;
}
.about-policy-section .about-policy .about-policy-title-en {
  font-size: 2.5vw;
  line-height: 2.5vw;
  background: linear-gradient(0deg, #CECECE 0%, #7F8183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-policy-section .about-policy .about-policy-title {
  color: rgba(255, 255, 255, 1);
  font-size: 2.5vw;
  text-align: center;
  white-space: nowrap;
  line-height: 2.04vw;
  margin-top: 2.25vw;
}
.about-policy-section .about-policy .about-policy-desc {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  text-align: center;
  white-space: nowrap;
  line-height: 2.87vw;
  margin: 2.08vw 0;
}
.about-policy-section .about-policy img {
  height: 14.85vw;
}
.about-honors-section {
  background:#EBECEE;
  padding: 3.54vw 0;
}
.about-honors-section .about-honors {
  width: 63vw;
  margin: 0 auto;
}
.about-honors-section .about-honors .about-honors-title-en {
  font-size: 2.5vw;
  line-height: 2.5vw;
  background: linear-gradient(0deg, #CECECE 0%, #7F8183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-honors-section .about-honors .about-honors-content {
  background: url(../img/9ca670ac69f1e269dda8de8dae105ac8.png) 100% no-repeat;
  background-size: cover;
  height: 41.66666666666667vw;
  margin: 3.54vw 0;
}
.about-honors-section .about-honors .about-honors-content .about-honors-title {
  color: rgba(77, 77, 77, 1);
  font-size: 2.5vw;
  white-space: break-spaces;
  line-height: 2.87vw;
}
.about-honors-section .about-honors .about-honors-content .about-honors-desc {
  width: 33.81vw;
  color: rgba(128, 128, 128, 1);
  font-size: 1vw;
  line-height: 2.04vw;
  margin: 1.87vw 0 0;
}
.about-vision-section {
  background: url(../img/96e5768f41b20fad9b102a050aadcdda.png) 100% no-repeat;
  background-size: cover;
  height: 34.64vw;
  padding: 3.54vw 0;
}
.about-vision-section .about-vision {
  width: 63vw;
  margin: 0 auto;
}
.about-vision-section .about-vision .about-vision-title-en {
  font-size: 2.5vw;
  line-height: 2.5vw;
  background: linear-gradient(0deg, #CECECE 0%, #7F8183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-vision-section .about-vision .about-vision-title {
  color: rgba(0, 0, 0, 1);
  font-size: 2.5vw;
  text-align: center;
  white-space: nowrap;
  line-height: 2.04vw;
  margin-top: 2.25vw;
}
.about-vision-section .about-vision .about-vision-desc {
  color: #333333;
  font-size: 1.25vw;
  text-align: center;
  white-space: nowrap;
  line-height: 2.87vw;
  margin: 2.08vw 0;
}
.single-about-section {
  background: #FDFDFD;
}
.join-us-section {
  background: #F0F0F0;
  padding: 3.54vw 0;
}
.join-us-section .join-us {
  width: 80vw;
  margin: 0 auto;
}
.join-us-section .join-us .join-us-title-en {
  font-size: 2.5vw;
  line-height: 2.5vw;
  background: linear-gradient(0deg, #CECECE 0%, #7F8183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.join-us-section .join-us .join-us-title {
  color: rgba(51, 51, 51, 1);
  font-size: 1.25vw;
  white-space: nowrap;
  line-height: 2.04vw;
  margin: 1.52vw 0;
}
.join-us-section .join-us .join-us-list .join-item-title {
  height: 3.65vw;
  line-height: 3.65vw;
  background: #333333;
  color: rgba(245, 245, 245, 1);
}
.join-us-section .join-us .join-us-list .join-item {
  padding: 0 4vw;
}
.join-us-section .join-us .join-us-list .join-item .text_name {
  text-align: center;
  font-size: 1vw;
  width: 14.4vw;
}
.join-us-section .join-us .join-us-list .join-item .text_name:first-child {
  width: 28.8vw;
  font-weight: bold;
  text-align: left;
}
.join-us-section .join-us .join-us-list .join-item .text_name:last-child {
  text-align: right;
}
.join-us-section .join-us .join-us-list .join-item-box {
  line-height: 3.65vw;
  background: #FFFFFF;
  color: rgba(77, 77, 77, 1);
  margin: 0.78vw 0 0;
}
.join-us-section .join-us .join-us-list .join-item-box .join-item .text_name img {
  width: 1.57vw;
  height: 1.57vw;
  cursor: pointer;
}
.join-us-section .join-us .join-us-list .join-item-box .icon-open {
  display: block;
}
.join-us-section .join-us .join-us-list .join-item-box .icon-close {
  display: none;
}
.join-us-section .join-us .join-us-list .join-item-box.has-open .icon-open {
  display: none;
}
.join-us-section .join-us .join-us-list .join-item-box.has-open .icon-close {
  display: block;
}
.join-us-section .join-us .join-us-list .join-item-box .join-details {
  display: none;
  background-color: rgba(255, 255, 255, 1);
  padding: 1.5vw 4vw;
  line-height: 24px;
  font-size: 14px;
  border-top: 1px solid #E6E6E6;
}
.join-us-section .join-us .join-us-list .join-item-box.has-open .join-details {
  display: block;
}
.join-us-section .join-us .join-us-list .join-item-box .join-details .join-hr-email {
  font-weight: bold;
}
.join-us-section .join-us .join-us-list .join-item-box .join-details * {
  font-size: 14px !important;
  color: #4D4D4D;
  font-family: inherit !important;
  text-wrap: unset !important;
}
.contact-us.form-section {
  background: url(../img/d565a1579efc402c4c29125a16bf2d26.png) 100% no-repeat;
  background-size: cover;
  padding: 3.54vw 0;
}
.contact-info-section {
  background: #f1f5f9;
  padding: 3vw 0;
}
.contact-info-section .contact-info {
  width: 63vw;
  margin: 0 auto;
}
.contact-info-section .contact-info .contact-info-title-en {
  overflow-wrap: break-word;
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  font-weight: 900;
  white-space: nowrap;
  color: #1E78E6;
  background: linear-gradient(0deg, #1552DE 0%, #28A2EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-info-section .contact-info .contact-info-title {
  color: rgba(51, 51, 51, 1);
  font-size: 1.25vw;
  text-align: center;
  white-space: nowrap;
  line-height: 2.56vw;
  margin: 1vw 0 1.5vw;
}
.contact-info-section .contact-info .contact-info-list {
  background: #FFFFFF;
  padding: 3vw 0;
  border-radius: 1vw;
}
.contact-info-section .contact-info .contact-info-list .contact-info-item {
  width: 21vw;
  text-align: center;
}
.contact-info-section .contact-info .contact-info-list .contact-info-item .contact-info-icon {
  height: 2.24vw;
}
.contact-info-section .contact-info .contact-info-list .contact-info-item .contact-info-item-title {
  color: rgba(51, 51, 51, 1);
  font-size: 1.25vw;
  line-height: 2.56vw;
  margin: 1vw 0;
}

  /* 分页 */
.d_tcdPageCode {
  text-align: center;
  padding: 2.76vw 0 3.15vw;
  margin: 0 auto;
}
.d_tcdPageCode span a {
  display: inline-block;
  height: 2.13vw;
  width: 2.13vw;
  margin: 0 0.4vw;
  text-align: center;
  overflow-wrap: break-word;
  color: rgba(179, 179, 179, 1);
  font-size: 18px;
  font-family: inherit;
  font-weight: 900;
  line-height: 2.13vw;
  white-space: nowrap;
}
.d_tcdPageCode span.active a,
.d_tcdPageCode span a:hover {
  color: rgba(48, 98, 252, 1);
}
.d_tcdPageCode span:first-child a,
.d_tcdPageCode span:last-child a {
  text-align: center;
  border-radius: 50%;
  background: rgba(30, 120, 230, 1);
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  width: 2.13vw;
  height: 2.13vw;
  line-height: 2.13vw;
  font-family: cursive;
  font-size: 1.2vw;
  font-weight: 700;
}
