﻿@charset "utf-8";

@font-face {
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-style: normal;
  src: url(./AlibabaPuHuiTiMedium.otf);
  font-weight: normal;
}


@font-face {
  font-family: 'Alibaba-PuHuiTi-Bold';
  font-style: normal;
  src: url(./AlibabaPuHuiTiBold.otf);
  font-weight: normal;

}

@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  font-style: normal;
  src: url(./AlibabaPuHuiTiRegular.otf);
  font-weight: normal;
}

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

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

dt {
  font-weight: 300;
}

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

li {
  list-style-type: none;
}

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

.block {
  display: block;
}

html {
  scroll-behavior: smooth;
}


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


.ft_1 {
  font-family: 'Alibaba-PuHuiTi-Medium';
}

.ft_2 {
  font-family: 'Alibaba-PuHuiTi-Bold';
}


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.625rem;
  height: 0.625rem;
  margin: 0 7px;
  background-color: #fff;
  position: relative;
  opacity: .3;
  transition: width 400ms;
}

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


.web_container {
  padding-left: 15px;
  padding-right: 15px;
  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.74rem 0; */
  /* padding-right: 1.875rem; */
  /* background-color: #f5f5f5; */
  /* padding-left: 1.875rem; */
}



.head-language-icon {
  /* width: 1.4375rem;
  height: 1.4375rem; */
  display: flex;
  align-items: center;
  position: relative;

}

.head-language-icon a {
  display: flex;
  align-items: center;
  /* margin-left: 0.25rem;
  color: #8c8c8c;
  font-size: 0.875rem; */
  width: 5.208vw;
  height: 2.031vw;
  border-radius: 5.208vw;
  border: 0.104vw solid #FFFFFF;
  font-size: 0.833vw;
  color: #FFFFFF;
  line-height: 1.198vw;
  padding-left: 2.35vw;
}

.head-language-icon a::before {
  content: '';
  position: absolute;
  width: 1.146vw;
  height: 1.146vw;
  background-image: url(../images/icon05.png);
  background-size: 100% 100%;
  left: 1.042vw;
  top: 50%;
  transform: translateY(-50%);

}

.head-language-icon ul{
    position: absolute;
    top: 100%;
  
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.25rem #ddd;
    border-radius: 0.1rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.head-language-icon ul li a {
    padding: 0.20rem;
    display: block;
    font-size: 1rem;
    border: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    height: auto;
}
.head-language-icon ul li a:before{
    width: 0!important;
}
.head-language-icon ul li a:hover{
       background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

}

.head-language-icon:hover ul {
    opacity: 1;
    visibility: visible;
}

.language {
  position: relative;
}

.language::after {
  content: '';
  position: absolute;
  top: 40%;

  right: -1.25rem;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #555555;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}





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

header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 4.688vw;
  height: 3.385vw;
}

header .logo a .img .img1 {
  display: block;
}

header .logo a .img .img2 {
  display: none;
}

header.active .logo a .img .img2,
.webHome.headerScollfox header .logo a .img .img2,
.insidePage header .logo a .img .img2 {
  display: block;
}

header.active .logo a .img .img1,
.webHome.headerScollfox header .logo a .img .img1,
.insidePage header .logo a .img .img1 {
  display: none;
}

header .logo a .con {
  position: relative;
  color: #111111;
  line-height: 1;
  padding-left: 0.62rem;
}

header .logo a .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;
}

header .logo a .con .text {
  font-size: 0.88rem;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-right: 3.646vw;
  position: relative;
}
header .header-nav>ul>li:nth-child(2){
  position: unset;
}

header .header-nav>ul>li:last-child {
  margin-right: 0;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  /* line-height: 1.3125rem; */
  padding: 1.927vw 0;
  font-size: 1.042vw;
  color: #FFFFFF;
  font-family: 'Alibaba-PuHuiTi-Medium';
}


header .header_column .header-nav>ul>li {
  margin-right: 1.5625rem;
  margin-left: 0;
  /* position: relative; */
}


header .header_column .header-nav {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}


header .header-nav>ul>li.active .link{
     background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/*header .header-nav>ul>li.active .link::after,*/
header .header-nav>ul>li:hover .link::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.104vw;
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
  transition: all 400ms;

}

/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #1E2188 !important;
} */

header .header_languagebox {
  position: relative;
  /* padding-right: 1.25rem; */


}

/* header .header_languagebox::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 1.75rem;
  background-color: rgba(159, 160, 160, .4);
  right: 0;
  top: -0.125rem;
} */




header .header_language {
  position: relative;
  padding-left: 1.042vw;


}




.header_language .header_search {
  width: 1.146vw;
  height: 1.146vw;
  cursor: pointer;
  display: block;
  background-image: url(../images/search.png);
  background-size: 100% 100%
}


.webHome.headerScollfox header .header-main,
.insidePage header .header-main {
  background-color: rgba(255, 255, 255, 1);
}

.webHome header.active .header-main,
.insidePage header.active .header-main {
  background-color: rgba(255, 255, 255, 1);
}



.webHome.headerScollfox header .header-nav>ul>li .link,
.webHome header.active .header-nav>ul>li .link,
.insidePage header .header-nav>ul>li .link {
  color: #15191E;
}

header.active .head-language-icon a,
.webHome.headerScollfox header .head-language-icon a,
.insidePage header .head-language-icon a {
  border: 0.104vw solid #15191E;
  color: #15191E;

}

header.active .head-language-icon a::before,
.webHome.headerScollfox header .head-language-icon a::before,
.insidePage header .head-language-icon a::before {

  background-image: url(../images/icon06.png);

}

header.active .header_language .header_search,
.webHome.headerScollfox header .header_language .header_search,
.insidePage header .header_language .header_search {
  background-image: url(../images/search1.png)
}

/* 语言下拉 */
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.875rem;
  -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.5rem;
  padding-bottom: 0.5rem;
}

.header_languagebox {
  position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px 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.5rem solid transparent;
  border-top: 0rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem 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: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 2rem 0;
}

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

.searchField_form .form-control {
  font-size: 1.12rem;
  border-radius: 6px;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 1.12rem;
}

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

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

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

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

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

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

.headerDropDown {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: 0rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  /* height: 16rem; */
  /* transform: translateX(-50%); */
  transition: all 400ms;
  border-top: 1px solid rgba(0, 0, 0, 0.10);

}



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

.headerDropDown .headerDropDownList {

  padding-top: 2.604vw;
  padding-left: 4.167vw;
  padding-right: 4.167vw;

  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0.781vw 1.823vw 0px rgba(58, 32, 7, 0.06);
  /*border-radius: 0px 0px 1.042vw 1.042vw;*/
  position: relative;
  display: flex;

  flex-wrap: wrap;

}

.headerDropDown .headerDropDownList .box_sm {
  margin-bottom: 2.604vw;
  width: 25%;
  padding-left: 1.823vw;
  padding-right: 1.823vw;
  border-left: 1px solid rgba(0, 0, 0, 0.10);


}










.headerDropDown .headerDropDownList .titlelink {
  font-weight: 400;
  font-size: 1.042vw;
  color: #15191E;

}

.headerDropDown .headerDropDownList p {
  margin-bottom: 0.625vw;
}

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


.headerDropDown .headerDropDownList a {
  font-size: 0.938vw;
  color: rgba(21, 25, 30, .6);

  transition: all 400ms;
}

.headerDropDown .headerDropDownList a:hover {
  color: #EE7800;
  /* text-decoration: underline; */
}


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

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

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

.headerDropDownsm {
  position: absolute;
  top: 100%;
  left: 50%;
  /* left: -2.375rem; */
  z-index: 10;
  opacity: 0;
  visibility: hidden;
   width: 12.031vw;
  /* height: 16rem; */
  transform: translateX(-50%);
  transition: all 400ms;
}



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

.headerDropDownsm .headerDropDownListsm {
  background-color: rgba(255, 255, 255, 1);;
  padding-top: 0.938vw;
  padding-bottom: 0.938vw;
  /* overflow: hidden; */
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 16rem; */
  position: relative;
}






.headerDropDownsm .headerDropDownListsm .link_item_on {
  position: relative;
  padding-left: 0.781vw;
  padding-right: 0.781vw;
  margin-bottom: 0.417vw;
  display: flex;
  justify-content: center;
}



.headerDropDownsm .headerDropDownListsm .link_item_on:last-child {
  margin-bottom: 0rem;
}


.headerDropDownsm .headerDropDownListsm ._link {
   font-size: 0.938vw;
  color: rgba(21, 25, 30, .6);
  transition: all 400ms;
  /* width: 10rem; */
  display: inline-block;
  /* height: 2.5rem; */
  line-height: 2.25rem;
  /* padding-left: 1.25rem; */
  position: relative;

}

.headerDropDownsm .headerDropDownListsm ._link::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.9375rem;
  /* background-image: url(../images/jsRight2.svg); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}

.headerDropDownsm .headerDropDownListsm .link_item_on:hover ._link::before {
  opacity: 1;
}

.headerDropDownsm .headerDropDownListsm .link_item_on:hover ._link {
  color: #EE7800;

}






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

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

#menu_toggle1 {
  display: none;
}

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

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

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

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

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

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

.mm-opened .menu_botton span:before {
  top: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

footer {

  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;


  overflow: hidden;

  position: relative;
  z-index: 2;

}

footer .footer_main {
  position: relative;
  padding: 4.167vw 0;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
  display: flex;
  justify-content: space-between;
}

footer .footer_main .box_l {
  width: 30%;
}

footer .footer_main .box_r {
  /* width: 65%; */

}


footer .footer_box .logoimg {
  width: 5.208vw;
  height: 3.75vw;
  background-size: 100% 100%;
  margin-bottom: 1.823vw;

}

footer .footer_logo .img {
  width: 6.25rem;
}

footer .footer_logo .con {
  position: relative;
  color: #ffffff;
  padding-top: 1.875rem;

}

footer .footer_logo .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;

}

footer .footer_logo .con .text {
  font-size: 0.875rem;
}



footer .footer_nav li {
  position: relative;


}



footer .footer_nav li div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 10.417vw;
}




footer .footer_nav li p {
  /* margin-bottom: 0.625rem; */
  font-size: 0.938vw;
  color: rgba(17, 17, 17, 1);

  font-family: 'Alibaba-PuHuiTi-Medium';
  margin-bottom: 0.625vw;
  margin-right: 7.448vw;
}

footer .footer_nav li:last-child p {
  margin-right: 0;
}


footer .footer_nav li a {
  font-size: 0.938vw;
  color: #707070;
  font-family: 'Alibaba-PuHuiTi-Regular';

}



footer .footer_nav li p.title a:hover {
  /*text-decoration: underline;*/
 background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* footer .footer_navbox .box {
  display: flex;
  flex-wrap: wrap;
} */




footer .footer_nav li a:hover {
  /* color: #173192; */
  /*text-decoration: underline;*/
   background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

footer .footer_copyright {
  padding: 1.51vw 0;
  color: #fff;
  /* font-size: 1rem; */
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  display: flex;
  text-align: center;

}

footer .footer_copyright .box {
  width: 100%;
}

footer .footer_copyright .fCopyright {
  font-size: 0.729vw;
  line-height: 1.1875rem;
  color: #949494;
}

footer .footer_copyright .fCopyright a {
  color: #949494;

}

footer .footer_copyright .fCopyright .companyAddress {
 color: #949494;
  margin-left: 0.625rem;
}

footer .footer_copyright .box_l {
     font-size: 0.729vw;
    line-height: 1.1875rem;
     color: #949494;
}

footer .footer_copyright .box_l a {
  color: #949494;
}


.fCopyleft a {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  color: #8d8d8e;
}

.fCopyleft a:last-child {
  padding-right: 0;
}

.fCopyleft a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-38%);
}


/* footer .footer_copyright .fCopyright a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/bottomIcon_fff.svg) no-repeat center;
  transform: rotateZ(-90deg);
} */

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_share {
  position: relative;
  display: flex;

}

.footer_share .fshare_items {
  margin-right: 0.729vw;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #6FB930; */

  width: 1.563vw;
  height: 1.563vw;
  border-radius: 100%;
  background-size: 100% 100%;

}


/* .footer_share .fshare_items a img {

  display: block;
  width: 1.1875rem;
} */



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

.fshare_modelBox {
  position: absolute;

  top: calc(100% + 1rem);
  left: 50%;
  /* margin-left: -4.62rem; */
  margin-left: -3.52rem;
  background-color: #ffffff;
  border-radius: 6px;
  /* width: 9.25rem; */
  width: 6.875rem;
  /* padding: 0.62rem; */
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

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

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











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

.hbanner {
  width: 100%;
  height: 100vh;

  overflow: hidden;
  position: relative;

}



.home_banner {
  width: 100%;
  height: 100vh;
  position: relative;
}



.home_banner li.swiper-slide {
  width: 100%;

  overflow: hidden;
  background-size: cover;
}

.hbanner .bannerHeading {
  position: absolute;
  top: 32.708vw;
  z-index: 99;
  left: 3.646vw;
}

.hbanner .bannerHeading .title {
  font-size: 3.25rem;
  color: #FFFFFF;
}

.home_n .swiper-button-prev:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jt.png);
  background-size: 100% 100%;

}

.home_n .swiper-button-next:after {
  content: '';
  width: 0.938vw;
  height: 0.938vw;
  background-image: url(../images/jt.png);
  background-size: 100% 100%;
  transform: rotateY(180deg);
}

.home_n .swiper-button-prev {
  left: 0;
  top: 50%;

}

.home_n .swiper-button-next {
  right: 0;
  top: 50%;

}

.home_n {
  position: absolute;
  left: 3.646vw;
  top: 30.469vw;
  padding-left: 1.458vw;
  padding-right: 1.458vw;
}

.home_n .swiper-slide {
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 1.198vw;
  opacity: .2;
  width: 1.979vw !important;
  text-align: center;
  margin-left: 0.26vw;
  margin-right: 0.26vw;
  transition: all 400ms;
}

.home_n .swiper-slide.swiper-slide-thumb-active {
  font-size: 1.667vw;
  color: #FFFFFF;
  line-height: 1.198vw;
  opacity: 1;
  transition: all 400ms;
}

.home_n .swiper-container {
  width: 5vw;
}

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


.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_t18 {
  margin-top: 0.938vw;
}

.mg_b18 {
  margin-bottom: 0.938vw;
}

.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_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_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_50 {
  font-size: 2.604vw;
}

.ft_52 {
  font-size: 2.708vw;
}

.lh_60 {
  line-height: 3.125vw;
}

.lh_63 {
  line-height: 3.281vw;
}

.lh_56 {
  line-height: 2.917vw;
}

.lh_54 {
  line-height: 2.813vw;
}

.lh_50 {
  line-height: 2.604vw;
}



.lh_49 {
  line-height: 2.552vw;
}

.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_35 {
  line-height: 1.823vw;
}

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


.ft_fff {
  color: #ffffff;
}

.ft_535A62 {
  color: #535A62;
}

.ft_1E2188 {
  color: #1E2188;
}

.ft_000 {
  color: #000000;
}




.bg_fff {
  background-color: #fff;
}



.bg_EFEFEF {
  background-color: #EFEFEF
}


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

.hMore a {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0.938vw;
  color: #FFFFFF;
  position: relative;
  width: 9.375vw;
  height: 2.708vw;
  background: linear-gradient(230deg, #EA5504 0%, #F6AB00 100%);
  border-radius: 6px 6px 6px 6px;
  transition: all 400ms;
}

.hMore span {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0.938vw;
  color: #FFFFFF;
  position: relative;
  width: 9.375vw;
  height: 2.708vw;
  background: linear-gradient(230deg, #EA5504 0%, #F6AB00 100%);
  border-radius: 6px 6px 6px 6px;
  transition: all 400ms;
  cursor: pointer;
}

.hMore a:hover {

  background-color: #1E2188;
  color: #fff;
}



.hMore1 a {
  width: 12.4375rem;
  height: 3.25rem;
}

.container-fluid {
  padding-left: 3.646vw;
  padding-right: 3.646vw;

}



/**/

.hCase {
  height: 100vh;
  background-size: 100% 100%;
  position: relative;

}

.hCase .hTitle {
  padding-top: 16.927vw;
}


.hCase .box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  overflow-x: auto;
}

.hCase .box .box_sm {

  width: 11.111111111%;
  height: 10.417vw;
  display: flex;
  align-items: center;
  border-radius: 0.833vw;
  flex-direction: column;
  cursor: pointer;
  padding-left: 1.865vw;
  padding-right: 1.865vw;
}

/*.hCase .box .box_sm.active {*/
/*  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);*/
/*}*/
.hCase .box .box_sm:hover {
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
}

.hCase .box .box_sm .ico {
  margin-top: 2.344vw;
  width: 2.604vw;
  height: 2.604vw;
  background-size: 100% 100%;
  margin-bottom: 0.521vw;
}

#teamModal .modal-dialog {
  justify-content: flex-start;
      align-items: flex-start;
}

#teamModal .modal-content {
  min-height: 100vh;
  height: auto;
  width: 81.771vw;
  border-radius: 0;
  padding-left: 5.208vw;
  padding-top: 2.604vw;
  padding-bottom: 2.604vw;
  padding-right: 2.604vw;
  background-image: url(../images/hSolve.png);
  background-size: 28.646vw 32.083vw;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.fade1 {
  transition: all 400ms;
}

#teamModal {
  left: -100%;
  transition: all 400ms;
}

#teamModal.show {
  left: 0%;

}

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


.hSolve .box_l {
  width: 15.625vw;
  font-size: 0.938vw;
  color: #111111;

}

.hSolve .box_l .ft_1 {
  margin-bottom: 0.938vw;
  position: relative;
  cursor: pointer;
  transition: all 400ms;

}

.hSolve .box_l .ft_1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0vw;
  height: 1px;
  background-color: rgba(243, 150, 1, 1);
  transition: all 400ms;

}

.hSolve .box_l .ft_1.active {
  background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2.604vw;

}

.hSolve .box_l .ft_1.active::before {
  width: 2.083vw;
}

.hSolve .box_l .ft_1:last-child {
  margin-bottom: 0;
}


.hSolve .box_r {
  width: 51.302vw;
  margin-right: 4.167vw;
}

.hSolve .box_r .ft_42 {
  margin-bottom: 1.354vw;
}

.hSolve .box_r .hMore {
  margin-top: 1.771vw;
}



























/**/
.hApp {
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hApp .box_l {
  width: 38.542vw;
}

.hApp .box_l .box_sm {
  display: flex;
  padding: 0 1.25vw;
  border-radius: 0.833vw;
  /* margin-top: 0.781vw; */
  margin-bottom: 0.781vw;
  cursor: pointer;
}

.hApp .box_l .ico {
  margin-top: 0.26vw;
  width: 1.563vw;
  height: 1.563vw;
  margin-right: 0.938vw;
}

.hApp .box_l .box_sm .box_smr {
  width: 83%;
}

.hApp .box_l .ico .img1 {
  display: block;
}

.hApp .box_l .ico .img2 {
  display: none;
}

.hApp .box_l .box_sm.avtive .ico .img1 {
  display: none;
}

.hApp .box_l .box_sm.avtive .ico .img2 {
  display: block;
}



.hApp .box_l .box_sm.avtive {
  background-color: #ffffff;
  padding-top: 1.042vw;
  padding-bottom: 1.25vw;
}

.hApp .box_l .box_sm .box_smr .ft_18 {
  display: none;
}

.hApp .box_l .box_sm.avtive .box_smr .ft_18 {
  display: block;
}

.hApp .box_l .box_sm.avtive .ft_22 {
  background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hApp .box_l .box_sm .ft_22 {
  margin-bottom: 8px;
}




.hApp .box_r {
  width: 38.542vw;
  height: 36.979vw;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.833vw;
  overflow: hidden;
}
.hApp .box_r .bg_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.hApp .box_r .bg_cover.active{
    opacity: 1;
    visibility: visible;
}

/**/
.hValue {
  padding-bottom: 0.521vw;
}

.hValuejs .swiper-slide {
  width: 24.583vw;
  height: 33.333vw;
  border-radius: 0.833vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hValue .ft_42 {
  margin-bottom: 3.125vw;
}

.hValuebutton {
  position: relative;
  display: flex;
  
}
.servicejs {
    margin-top: 1rem;
}

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

.hValuebutton .swiper-button-prev,
.hValuebutton .swiper-button-next {
  position: relative;
  width: 3.021vw;
  height: 3.021vw;
  left: auto;
  right: 0;
  top: auto;
  margin-top: 0;

}

.hValuebutton .swiper-button-prev {
  padding-right: 1.042vw;
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.hValuebutton .swiper-button-next {
  padding-left: 1.042vw;
}

.hValuebutton .swiper-button-prev:after,
.hValuebutton .swiper-button-next:after {
  content: '';
  position: absolute;


  background-image: url(../images/jt1.png);
  background-size: 100% 100%;
  width: 3.021vw;
  height: 3.021vw;
}

.hValuebutton .swiper-button-next:after {
  transform: rotateY(180deg);
}

.hValuejs .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
  opacity: 0;
  transition: all 400ms;
  visibility: hidden;

}

.hValuejs .swiper-slide:hover .box {
  opacity: 1;
  visibility: visible;
}





/**/
.hNews {
  background-color: rgba(239, 239, 239, 1);
  position: relative;
}



.hNews .box_sm {
  background-color: #fff;
  border-radius: 0.833vw;
  overflow: hidden;

}

.hNews .box_sm .ft_24 {
  height: 4.2rem;
}

.hNews .img {
  /* height: 15.3125rem; */
  height: 14.583vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* border-radius: 1.125rem; */
}

.hNews a:hover .bg_cover {
  transform: scale(1.1);
}

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

.hNews .boxtext {
  padding: 2.083vw;
}

.hNews .boxtext .ft_22 {
  height: 6.198vw;
}

.hNews .time {
  font-size: 0.938vw;
  color: rgba(17, 17, 17, .4);
  margin-top: 2.656vw;

}

.hNewsJs {
  padding-bottom: 2.5rem;
}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet {

  background-color: #fff;
  position: relative;
  opacity: 1;

}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  /* background-color: #FFB03A; */
  width: 1.458vw;
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
  border-radius: 0.521vw;
}

/**/


.retuntop {
  position: fixed;
  z-index: 9;
  width: 3.6875rem;
  height: 3.6875rem;
  background: linear-gradient(90deg, #0094DC 0%, #006FB8 50%, #0C519D 100%), #0C519D;
  top: 90%;
  border-radius: 50%;
  right: 1.875rem;
  cursor: pointer;
}

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




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






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



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


}

#sideNav.isActive .sideNavBox {
  position: fixed;
  border-top: 1px solid #DDE0E8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {

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

#sideNav .sideNavBox .scroll_nav {
  position: relative;
  border-top: 1px solid #DDE0E8;
}

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

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

#sideNav .sideNavBox li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 7px;
  border-radius: 7px 7px 0 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);


}

#sideNav .sideNavBox li.active::before {

  background-color: #F6AB00;
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.823vw 0;
  padding-left: 26px;
  padding-right: 44px;
  color: #111111;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

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



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


#sideNav .sideNavBox li a::before {
  /* content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 1rem;
  background: rgba(25, 49, 99, .15); */

}

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

#sideNav .sideNavBox li.active a {
  font-family: 'Alibaba-PuHuiTi-Medium';

}

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



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



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

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

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

}

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

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

}

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

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

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

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

/* 分页二 */

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

.pagination a,
.pagination span {
  margin: 0 0 0 0.521vw;
  font-size: 0.938vw;
  color: #111111;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 2.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  text-align: center;
  border-radius: 0.417vw;
  border: none;
  display: block;
  font-family: 'Alibaba-PuHuiTi-Regular';
}

.pagination li.active span {
  color: #ffffff;
  /* background: #1E2188; */
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);

}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  background-color: 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 #164181;
  border-top: 0.104vw solid #164181;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
}

.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: 0rem;
  right: 0rem;
  /* width: 3.5rem; */
  /* height: 3.5rem; */
  cursor: pointer;
  z-index: 10;
  /* border-radius: 100%; */
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}

.webModal .modal-content {
  width: 46.875vw;
  height: 27.917vw;
  background: #FFFFFF;
  box-shadow: 0px 0.208vw 0.208vw 0px rgba(0, 0, 0, 0.03);
  border-radius: 0.521vw;
  border: 1px solid #EAEAEA;
  padding-left: 2.604vw;
  padding-right: 1.146vw;
  padding-bottom: 3.125vw;
  padding-top: 1.146vw;
}



.webModal .modal-content .modalMain {

  width: 100%;
  padding-right: 1.667vw;


}




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

  background-image: url(../images/close.png);
  background-size: 1.563vw 1.563vw;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;

}

.webModal .closebox {
  position: relative;
}

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










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



/*内页banner*/
.insidePage header {
  position: relative;
}


#wBanner .box {
  position: relative;
  width: 100%;
  height: 31.25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

#wBanner .box .box_sm {
  position: absolute;
  top: 14.896vw;


}

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

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 0.938vw;
  color: #164181;
  line-height: 1.354vw;
}

.breadcrumb-item a {
  color: #6D7B90;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.208vw;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-size: 0.938vw;
  color: #6D7B90;
  line-height: 1.354vw;
  content: "-";
  padding-right: 0.208vw;
}

#wBanner .box .box_sm .title {
  font-size: 2.604vw;
  color: #000000;
  margin-bottom: 1.563vw;
}

#wBanner .box .text {
  font-size: 0.938vw;
  color: #164181;
  line-height: 1.354vw;
  position: absolute;
  left: 4.6875vw;
  bottom: 7.917vw;
}

/*内页开始*/
/* 解决方案 */
.solution#wBanner .box {
  height: 45.313vw;
}

.solutionbutton {
  position: absolute;
  top: 13.49vw;
}

.solutionbutton .boxt {
  display: flex;
  align-items: center;
  margin-bottom: 0.938vw;
}

.solutionbutton .ft_52 {

  margin-bottom: 1.458vw;

}

.solutionbutton .ft_18 {

  margin-bottom: 2.5vw;

}


.solutionbutton .boxt a {
  width: 0.833vw;
  height: 0.833vw;
  background-image: url(../images/ico14.png);
  background-size: 100% 100%
}

.solutionbutton .boxt div {
  position: relative;
  padding-left: 1.354vw;
}

.solutionbutton .boxt div::before {
  position: absolute;
  content: '';
  width: 0.313vw;
  height: 0.521vw;
  background-image: url(../images/jrt.png);
  left: 0.521vw;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.videobutton {
  width: 9.375vw;
  height: 2.708vw;
  border-radius: 0.313vw;
  border: 0.104vw solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #FFFFFF;
  padding-left: 1.875vw;
  position: relative;
  cursor: pointer;
}

.videobutton::before {
  position: absolute;
  content: '';
  width: 1.354vw;
  height: 1.354vw;
  background-image: url(../images/ico15.png);
  background-size: 100% 100%;
  left: 1.979vw;
  top: 50%;
  transform: translateY(-50%);
}

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

}

.configuration .box_r {
  width: 38.542vw;
  height: 25vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.833vw;
  overflow: hidden;
}

.configuration .box_l {
  width: 41.146vw;
}

.configuration .box_l .box_sm {

  border-radius: 16px;
  padding: 0 1.563vw 0 1.563vw;
  margin-bottom: 0.729vw;
  cursor: pointer;
}

.configuration .box_l .box_sm .ft_22 {
  margin-bottom: 0.417vw;
  display: inline-block;
}

.configuration .box_l .box_sm.active {
  background-color: #fff;
  padding-top: 1.042vw;
  padding-bottom: 1.25vw;
}

.configuration .box_l .box_sm.active .ft_22 {
  background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.configuration .box_l .box_sm .ft_18 {
  display: none;
}

.configuration .box_l .box_sm.active .ft_18 {
  display: block;
}

.solutionimg {
  height: 30.208vw;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

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

}

.relatedProducts .box .box_sm {
  width: 23.5%;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.833vw;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 2.083vw;

}

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

.relatedProducts .box .box_sm .img {
  height: 12.5vw;
  width: 100%;

}

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

.relatedProducts .box .box_sm .box_text {
  padding: 1.042vw 2.083vw 2.083vw 2.083vw;
}

.relatedProducts .box .box_sm .box_text .textBeyondHidden2 {
  height: 3.125vw;
}

.relatedProducts .box .box_sm:hover .img .bg_cover {
  transform: scale(1.1);
}

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

.sScheme .box::after {
  content: '';
  flex-basis: 32.78%;
}

.sScheme .box .box_sm {
  width: 32.5%;
  height: 5.208vw;
  border-radius: 0.833vw;
  padding: 0 1.563vw;
  display: flex;
  align-items: center;
  margin-bottom: 1.042vw;

}

.sScheme .box .box_sm:hover .ft_22 {
  background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}


/* 服务与优势 */


#wBanner .box_ts {
  padding-left: 3.646vw;
}

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

.servicebox .box_l {
  width: 38.542vw;
  height: 25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.833vw;
}

.servicebox .box_r {
  width: 41.146vw;
}


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

.servicejs .box {
  background-color: #fff;
  border-radius: 0.833vw;
  padding: 1.563vw 1.823vw 2.083vw 1.823vw;
}

.servicejs .box .numb {

  color: #A0A0A0;
  margin-bottom: 2.083vw;
}



.servicejs .box .ico {
  width: 5.208vw;
  height: 5.208vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 4.271vw;
}

.servicejs .box .ft_24 {
  margin-bottom: 0.833vw;
}

.servicejs .box .ft_18 {
  height: 6.25vw;
}

.service .hValuebutton .swiper-button-prev,
.service .hValuebutton .swiper-button-next {
  opacity: 1 !important;
}

.service .hValuebutton .swiper-button-prev:after,
.service .hValuebutton .swiper-button-next:after {
  background-image: url(../images/jt11.png);

}

.service .hValuebutton .swiper-button-prev {
  border-right: 1px solid rgba(255, 255, 255, .4);
}

.consultingService {
  width: 100%;
  height: 26.042vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.servicebox .box_li {
  padding: 1.042vw 1.563vw;
  background-color: #EFEFEF;
  border-radius: 0.833vw;
}

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

#teamModal1.webModal .modal-content {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  border: 0;
  padding: 2.604vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#teamModal1 .imgbox {
  width: 41.667vw;
  margin: 0 auto;

}

#teamModal1 .imgbigbox {
  width: 41.667vw;
  height: 26.563vw;
}

#teamModal1 .imgbigbox .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#teamModal1 .closebox {
  position: absolute;
  top: 2.604vw;
  right: 2.604vw;
}

.imgsmallbox {
  margin-top: 1.563vw;
  display: flex;
  justify-content: center;

}

.imgsmallbox .boximg {
  width: 2.604vw;
  height: 2.604vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  margin-right: 0.521vw;
  cursor: pointer;

}

.imgsmallbox .boximg.active {
  border-image: linear-gradient(225deg, rgba(234, 85, 4, 1), rgba(246, 171, 0, 1)) 2 2;
}

.imgsmallbox .boximg img {
  max-width: 1.563vw;
}

/* 关于我们 */
.overview {
  height: 25vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overview .box {
  display: flex;
  height: 100%;
  align-items: center;

}

.overview .numb {
  font-size: 3.021vw;

}

.overview .box .box_sm {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 4.688vw;
  padding-right: 4.688vw;
  width: 25%;
  min-height: 10.521vw;
  border-right: 1px solid rgba(255, 255, 255, .2);

}

.overview .box .box_sm:first-child {
  padding-left: 6.771vw;
}

.overview .box .box_sm:nth-child(4) {
  padding-right: 6.771vw;
}

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

.introduce .box {
  width: 18.4%;
  height: 21.875vw;
  background: #F1F1F3;
  border-radius: 0.833vw;
  padding: 1.563vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2%;
  margin-top: 2%;
}

.introduce .box:nth-child(5n) {
  margin-right: 0;
}

.introduce .box .icobox {
  width: 4.438vw;
  height: 4.438vw;
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
  border-radius: 0.833vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}

.introduce .box .icobox .ico {
  width: 2.823vw;
  height: 2.823vw;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.introduce .box .text .ft_18 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.688vw;
}

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

.aboutvideobox .ico {
  width: 3.438vw;
  height: 3.438vw;
  background-image: url(../images/video.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1.25vw;
  cursor: pointer;
}

.vidoebox {
  width: 66%;
  height: 76%;
  margin-top: 1.042vw;
  margin: 0 auto;
}

.vidoebox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture {
  display: flex;
  padding-left: 0.521vw;
  padding-right: 0.521vw;
}

.culture .box {
  height: 31.25vw;
  padding: 2.604vw;
  border-radius: 0.833vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 24.5%;
  margin-right: 1%;
  cursor: pointer;
  transition: all 400ms;
}

.culture .box .ft_24 {
  display: none;
}

.culture .box.active {
  width: 49%;
}

.culture .box:last-child {
  margin-right: 0;
}

.culture .box.active .ft_24 {
  display: block;
}

/* 联系我们 */
.contactusbox {
  display: flex;

}

.contactusbox .box {
  width: 33.33%;
  display: flex;
  padding-left: 6.771vw;
  padding-right: 6.771vw;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  flex-direction: column;
  align-items: center;
}

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

.contactusbox .box .ico {
  width: 3.125vw;
  height: 3.125vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.042vw;
}

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

}

.contactusform .form .box_s {
  width: 49.5%;
  margin-bottom: 1.042vw;

}

.contactusform .form .box_s input {
  border: 0;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #ffffff;
  border-radius: 0.313vw;
  padding: 0.729vw 0.938vw;
  font-size: 0.938vw;

  line-height: 1.563vw;
}

.contactusform .form .box_s input::placeholder {
  color: #A0A0A0;
  font-size: 0.938vw;
  line-height: 1.563vw;
}

.contactusform .form .box_textarea {
  width: 100%;
  margin-bottom: 1.042vw;
}

.contactusform .form .box_textarea textarea {
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #ffffff;
  border-radius: 0.313vw;

  padding: 0.729vw 0.938vw;
  font-size: 0.938vw;
  border: 0;
  min-height: 10.417vw;
}

/* 新闻页 */
.news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

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

.news .box_sm {
  width: 32%;
  background-color: #fff;
  border-radius: 0.833vw;
  overflow: hidden;
  margin-bottom: 2.083vw;
}

.news .img {
  /* height: 15.3125rem; */
  height: 14.583vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* border-radius: 1.125rem; */
}

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

.news .boxtext {
  padding: 2.083vw;
}

.news .boxtext .ft_22 {
  height: 6.198vw;
}

.news .time {
  font-size: 0.938vw;
  color: rgba(17, 17, 17, .4);
  margin-top: 2.656vw;
}

.news a:hover .bg_cover {
  transform: scale(1.1);
}

/* 新闻详情页 */
.newsdbaner {
  padding-top: 1.563vw;
  padding-bottom: 3.646vw;
}


.newsdbaner .boxt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.938vw;
}

.newsdbaner .boxt a {
  width: 0.833vw;
  height: 0.833vw;
  background-image: url(../images/ico14.png);
  background-size: 100% 100%
}

.newsdbaner .boxt div {
  position: relative;
  padding-left: 1.354vw;
}

.newsdbaner .boxt div::before {
  position: absolute;
  content: '';
  width: 0.313vw;
  height: 0.521vw;
  background-image: url(../images/jrt.png);
  left: 0.521vw;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;

}

.newsdconternt {
  padding-left: 21.354vw;
  padding-right: 21.354vw;
}

.newsdbaner .time {
  display: flex;
}

.newsdbaner .time span {
  padding-right: 1.302vw;
  position: relative;
  color: #A0A0A0;
  font-size: 0.833vw;

}

.newsdbaner .time span::before {
  position: absolute;
  content: '';
  width: 0.26vw;
  height: 0.26vw;
  border-radius: 100%;
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
  top: 50%;
  right: 0.521vw;
  transform: translateY(-50%);
}

.newsdbaner .time span:last-child:before {
  width: 0;
}

.neswdt {
  font-size: 0.938vw;
  line-height: 1.563vw;
  padding-top: 3.646vw;
  padding-bottom: 5.208vw;
}


.newsdfoot {
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
  display: flex;
  justify-content: space-between;
}

.newsdfoot .box_l {
  width: 37.8%;
}
.newsdfoot  a{
        display: contents;
}

.newsdfoot .box_r {
  width: 37.8%;
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.newsdfoot .button {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #fff;
  position: relative;
}

.newsdfoot .prev {
  padding-left: 0.885vw;
}

.newsdfoot .button::before {
  position: absolute;
  content: '';
  width: 0.365vw;
  height: 0.729vw;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}

.newsdfoot .prev.button::before {
  background-image: url(../images/jtpre.png);
  left: 0;
}

.newsdfoot .box_c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.1%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.newsdfoot .box_c .ico {
  width: 1.094vw;
  height: 1.094vw;
  background-image: url(../images/icon_det_ic.svg);
  background-size: 100% 100%;
}

.newsdfoot .next {
  padding-right: 0.885vw;
}

.newsdfoot .next.button::before {
  background-image: url(../images/jtnext.png);
  right: 0;
}

.newsdfoot .ft_24 {
  width: 100%;
}


/* 产品详情 */

.prodectdt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.563vw;
  padding-bottom: 5.208vw;
}

.prodectdt .boxt {
  display: flex;

  align-items: center;
  margin-bottom: 0.833vw;
}

.prodectdt .boxt a {
  width: 0.833vw;
  height: 0.833vw;
  background-image: url(../images/ico14.png);
  background-size: 100% 100%
}

.prodectdt .boxt div {
  position: relative;
  padding-left: 1.354vw;
}

.prodectdt .boxt div::before {
  position: absolute;
  content: '';
  width: 0.313vw;
  height: 0.521vw;
  background-image: url(../images/jrt.png);
  left: 0.521vw;
  top: 50%;
  transform: translateY(-50%);

  background-size: 100% 100%;
}

.prodectdt .videobutton1 {
  margin-top: 2.5vw;
}


.videobutton1 {
  width: 9.375vw;
  height: 2.708vw;
  border-radius: 0.313vw;
  border: 0.104vw solid rgba(17, 17, 17, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #111111;
  padding-left: 1.875vw;
  position: relative;
  cursor: pointer;
}

.videobutton1::before {
  position: absolute;
  content: '';
  width: 1.354vw;
  height: 1.354vw;
  background-image: url(../images/ico151.png);
  background-size: 100% 100%;
  left: 1.979vw;
  top: 50%;
  transform: translateY(-50%);
}

.prodectdt .box_l {
  width: 41.146vw;
}

.prodectdt .box_r {
  width: 38.542vw;
  height: 25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.833vw;
}

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

.function .box_l {
  width: 38.542vw;
  height: 25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.833vw;
}

.function .box_r {
  width: 41.146vw;
}

.function .box_r .box {
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);

}

.function .box_r .box:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.function .box_r .box .box_sml {
  width: 10%;
  ;

}

.function .box_r .box .box_smr {
  width: 90%;
  ;

}

.Customer {
  background: linear-gradient(225deg, #EA5504 0%, #F6AB00 100%);
  position: relative;
}

.Customer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/Customer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

/*.Customer .box {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/

.Customer .box .box_sm {
  /*width: 19%;*/
  padding: 1.563vw 1.563vw 2.083vw 1.563vw;
  border-radius: 0.833vw;
  background-color: rgba(255, 255, 255, 0.15);
  height: 21.875vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*margin-right: 1.25%;*/
  /*margin-bottom: 1.25%;*/

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

.Customer .box .ico {
  width: 3.438vw;
  height: 3.438vw;
  background: #FFFFFF;
  border-radius: 0.833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.042vw;
}

.Customer .box .ico .bg_cover {
  width: 1.823vw;
  height: 1.823vw;
}


.headerDropDownsm .headerDropDownListsm ._link.active  {
    background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.searchbox .box_sm a{
    display: flex
;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.searchbox .box_sm a .box_l {
    width: 10%;
}

.searchbox .box_sm a .boxtext {
       width: 90%;
}
.searchbox .box_sm a:hover{
        background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important@;
}


.headerDropDown .headerDropDownList a.active{
        background: -webkit-linear-gradient(135.39757223982187deg, #EA5504 0%, #F6AB00 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important@;
}


