body {
  overflow-x: hidden;
}
@font-face {
  font-family: AlibabaPuHuiTi-2-45-Light;
  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-45-Light/AlibabaPuHuiTi-2-45-Light.eot) format('embedded-opentype'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-45-Light/AlibabaPuHuiTi-2-45-Light.otf) format('opentype'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-45-Light/AlibabaPuHuiTi-2-45-Light.ttf) format('TrueType'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-45-Light/AlibabaPuHuiTi-2-45-Light.woff) format('woff'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-45-Light/AlibabaPuHuiTi-2-45-Light.woff2) format('woff2');
}
@font-face {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.eot) format('embedded-opentype'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.otf) format('opentype'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff) format('woff'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff2) format('woff2');
}
@font-face {
  font-family: aoboshione;
  src: url(../font/aoboshione-regular.ttf) format('TrueType');
}
@font-face {
  font-family: AlimamaShuHeiTi;
  src: url(../font/AlimamaShuHeiTi-Bold.ttf) format('TrueType');
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../font/Poppins-Bold.ttf) format('TrueType');
}
@font-face {
  font-family: OPPOSans;
  src: url(../font/OPPOSans-B.ttf) format('TrueType');
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'AlibabaPuHuiTi-2-45-Light', '微软雅黑', 'Arial', 'PingFang SC';
}
*:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a:hover,
a {
  text-decoration: none;
  color: #303133;
}
img {
  border: none;
  max-width: 100%;
}
::selection {
  background: #1F4E58;
  color: #303133;
}
::-moz-selection {
  background: #1F4E58;
  color: #303133;
}
::-webkit-selection {
  background: #1F4E58;
  color: #303133;
}
dl,
dd,
p {
  margin: 0;
}
ul,
li {
  margin-bottom: 0;
  padding-left: 0;
}
.df {
  display: flex;
}
.a-i-center {
  align-items: center;
}
.df-center {
  display: flex;
  align-items: center;
}
.df-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df-center-center {
  justify-content: center;
  display: flex;
  align-items: center;
}
.df-column-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.menu-font {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 6666;
  transition: all 0.4s;
}
.header.inner,
.header.on {
  background: #1F4E58;
}
.header.open {
  max-height: 100vh;
  min-height: 100vh;
  background: #1F4E58;
}
.header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 240px 0 260px;
}
.header .container-fluid .logo {
  width: 156px;
}
.header .container-fluid .navright {
  display: flex;
  align-items: center;
}
.header .container-fluid .navright .navbox {
  display: flex;
  align-items: center;
}
.header .container-fluid .navright .navbox li {
  position: relative;
  margin: 0 8px;
}
.header .container-fluid .navright .navbox li > a {
  position: relative;
  display: block;
  padding: 36px 20px 28px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.header .container-fluid .navright .navbox li > a:hover {
  background: #ffffff;
  color: #F08201E5;
}
@media (max-width: 1200px) {
  .header .container-fluid .navright .navbox li > a {
    padding: 26px 20px 16px 10px;
    font-size: 14px;
  }
}
.header .container-fluid .navright .navbox li dl {
  position: absolute;
  left: 0%;
  top: 88px;
  min-width: 100%;
  line-height: 36px;
  padding: 5px 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.header .container-fluid .navright .navbox li dl a {
  font-weight: 400;
  font-size: 14px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #606266;
}
@media (max-width: 1200px) {
  .header .container-fluid .navright .navbox li dl a {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .header .container-fluid .navright .navbox li dl {
    top: 60px;
    line-height: 26px;
  }
}
.header .container-fluid .navright .navbox li.active > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 2px;
  background: #F08201E5;
  transform: translateX(-50%);
}
.header .container-fluid .navright .navbox li.active > a:hover::before {
  display: none;
}
.header .container-fluid .navright .navbox li.navparent::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-25%);
  width: 18px;
  height: 18px;
  background: url(../images/navparent.svg) no-repeat center;
  background-size: cover;
  transition: ease-in 0.2s;
}
.header .container-fluid .navright .navbox li.navparent:hover::after {
  transform: rotateX(-180deg) translateY(25%);
  background: url(../images/navparent-on.svg) no-repeat center;
  background-size: cover;
}
.header .container-fluid .navright .navbox li.on > a {
  background: #ffffff;
  color: #F08201E5;
}
.header .container-fluid .navright .navbox li.on::after {
  transform: rotateX(-180deg) translateY(25%);
  background: url(../images/navparent-on.svg) no-repeat center;
  background-size: cover;
}
@media (max-width: 980px) {
  .header .container-fluid .navright {
    display: none;
  }
}
.header .container-fluid .lan {
  margin: 0 66px 0 40px;
  padding-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.header .container-fluid .lan a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 2px;
}
@media (max-width: 1480px) {
  .header .container-fluid .lan {
    margin: 0 20px 0 30px;
  }
}
@media (max-width: 1200px) {
  .header .container-fluid .lan {
    margin: 0 10px 0 10px;
  }
  .header .container-fluid .lan a {
    font-size: 14px;
  }
}
.header .container-fluid .internal {
  position: relative;
  padding-left: 26px;
  padding-top: 10px;
}
.header .container-fluid .internal::before {
  content: '';
  background: url(../images/internal.svg) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 70%;
  transform: translateY(-50%);
}
.header .container-fluid .internal a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .header .container-fluid .internal {
    padding-left: 20px;
  }
  .header .container-fluid .internal::before {
    width: 18px;
    height: 18px;
  }
  .header .container-fluid .internal a {
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  .header .container-fluid {
    padding: 0 100px 0 120px;
  }
}
@media (max-width: 1480px) {
  .header .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .header .container-fluid {
    padding: 0 18px;
  }
}
@media (max-width: 980px) {
  .header.open .container-fluid {
    flex-direction: column;
    padding: 0;
  }
  .header.open .container-fluid .navright {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .header.open .container-fluid .navright .navbox {
    flex-direction: column;
    width: 100%;
  }
  .header.open .container-fluid .navright .navbox li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .header.open .container-fluid .navright .navbox li.on a {
    background: none;
  }
  .header.open .container-fluid .navright .navbox li a {
    width: 60%;
    text-align: center;
    padding: 18px 0;
    position: static;
    font-weight: bold;
  }
  .header.open .container-fluid .navright .navbox li a::before {
    height: 1px;
  }
  .header.open .container-fluid .navright .navbox li::after {
    top: 26px;
    right: 20px;
  }
  .header.open .container-fluid .navright .navbox li a:hover {
    background: none !important;
  }
  .header.open .container-fluid .navright .navbox li dl {
    background: none;
    border: none;
    position: static;
    padding: 0;
  }
  .header.open .container-fluid .navright .navbox li dl dd {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
  }
  .header.open .container-fluid .navright .navbox li dl dd a {
    display: block;
    font-size: 13px;
    font-weight: 200;
    color: #ffffff;
    padding: 16px 0;
  }
}
.navi {
  position: absolute;
  width: 26px;
  z-index: 999999;
  top: 28px;
  right: 40px;
  height: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: none;
}
@media (max-width: 980px) {
  .navi {
    display: block;
  }
}
@media (max-width: 767px) {
  .navi {
    top: 22px;
    right: 26px;
  }
}
.navi a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navi span {
  width: 100%;
  background: #fff;
  opacity: 0.8;
  border-radius: 1.5px;
  height: 2px;
  margin-top: 5px;
  display: block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.open .navi span,
.page-header .navi span {
  background: #ffffff;
}
.navi.on span:last-child {
  display: none;
}
.navi.on span:nth-child(1) {
  transform: skewY(46deg) translateX(4px) translateY(-1px);
  -webkit-transform: skewY(46deg) translateX(4px) translateY(-1px);
  -moz-transform: skewY(46deg) translateX(4px) translateY(-1px);
  -ms-transform: skewY(46deg) translateX(4px) translateY(-1px);
  -o-transform: skewY(46deg) translateX(4px) translateY(-1px);
}
.navi.on span:nth-child(2) {
  transform: skewY(-40deg) translateX(5px);
  width: 100%;
}
@keyframes move {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}
@keyframes bigmove {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: rotate(180deg) translate(50%, 50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.banner .swiper-pagination-bullet {
  background: #D9D9D9;
  height: 8px;
  width: 8px;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
  background: transparent;
}
.banner .banner-li {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner .banner-li .container {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 3333;
  display: flex;
  align-items: center;
}
.banner .banner-li .container .banner-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.8s;
  transform: translateY(100px);
}
.banner .banner-li .container .banner-txt span {
  position: relative;
  font-family: 'aoboshione';
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}
.banner .banner-li .container .banner-txt span::after {
  content: '';
  position: absolute;
  height: 100%;
  background: #f62928;
  top: 0;
  animation-name: move;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.banner .banner-li .container .banner-txt b {
  margin-top: 16px;
  position: relative;
  font-family: 'AlimamaShuHeiTi';
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
  color: #FFFFFF;
}
.banner .banner-li .container .banner-txt b::after {
  content: '';
  position: absolute;
  height: 100%;
  background: #f62928;
  top: 0;
  animation-name: move;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.banner .banner-li .container .banner-txt p {
  position: relative;
  margin-top: 10px;
  font-family: 'AlibabaPuHuiTi-2-45-Light';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.banner .banner-li .container .banner-txt p::after {
  content: '';
  position: absolute;
  height: 100%;
  background: #f62928;
  top: 0;
  animation-name: move;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.banner .banner-li .container .banner-txt a {
  margin-top: 70px;
  width: 126px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  transition: all 0.3s;
}
.banner .banner-li .container .banner-txt a::after {
  content: '';
  width: 18px;
  height: 16px;
  background: url(../images/banner-more.svg) no-repeat center;
  background-size: cover;
  margin-left: 10px;
  transition: all 0.3s;
}
.banner .banner-li .container .banner-txt a:hover {
  background: #1F4E58;
  border: 1px solid #1F4E58;
}
.banner .banner-li .container .banner-txt a:hover::after {
  transform: translateX(10px);
}
@media (max-width: 1480px) {
  .banner .banner-li .container .banner-txt span {
    font-size: 36px;
  }
  .banner .banner-li .container .banner-txt b {
    font-size: 50px;
  }
  .banner .banner-li .container .banner-txt p {
    font-size: 26px;
  }
  .banner .banner-li .container .banner-txt a {
    margin-top: 40px;
  }
}
@media (max-width: 980px) {
  .banner .banner-li .container .banner-txt span {
    font-size: 26px;
  }
  .banner .banner-li .container .banner-txt b {
    font-size: 40px;
  }
  .banner .banner-li .container .banner-txt p {
    font-size: 16px;
  }
  .banner .banner-li .container .banner-txt a {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner .banner-li .container .banner-txt span {
    font-size: 16px;
  }
  .banner .banner-li .container .banner-txt b {
    margin-top: 4px;
    font-size: 20px;
  }
  .banner .banner-li .container .banner-txt p {
    margin-top: 4px;
    font-size: 12px;
  }
  .banner .banner-li .container .banner-txt a {
    margin-top: 10px;
    width: 80px;
    height: 26px;
    font-size: 12px;
  }
  .banner .banner-li .container .banner-txt a::after {
    display: none;
  }
}
@media (max-width: 980px) {
  .banner .banner-li .container .banner-txt {
    transform: translateY(0px) !important;
  }
}
.banner .banner-li .canvasbox {
  position: absolute;
  z-index: 2222;
  right: -280px;
  top: -550px;
  width: 1524px;
  height: 1524px;
}
.banner .banner-li .canvasbox .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.banner .banner-li .canvasbox .bigcircle2,
.banner .banner-li .canvasbox .bigcircle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1120px;
  height: 1120px;
  transform: translate(-50%, -50%);
}
.banner .banner-li .canvasbox .smallcircle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 724px;
  height: 724px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1480px) {
  .banner .banner-li .canvasbox {
    right: -100px;
    top: -200px;
    width: 900px;
    height: 900px;
  }
  .banner .banner-li .smallcircle {
    width: 426px !important;
    height: 426px !important;
  }
  .banner .banner-li .bigcircle2,
  .banner .banner-li .bigcircle {
    width: 660px !important;
    height: 660px !important;
  }
}
@media (max-width: 980px) {
  .banner .banner-li .canvasbox {
    right: -160px;
    top: -160px;
    width: 600px;
    height: 600px;
  }
  .banner .banner-li .smallcircle {
    width: 284px !important;
    height: 284px !important;
  }
  .banner .banner-li .bigcircle2,
  .banner .banner-li .bigcircle {
    width: 440px !important;
    height: 440px !important;
  }
}
.banner .swiper-slide-active .banner-li .container .banner-txt {
  transform: translateY(-30px);
}
.banner .swiper-slide-active .banner-li .canvasbox .circle {
  animation-name: bigmove;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.banner .swiper-slide-active .banner-li .canvasbox .bigcircle2,
.banner .swiper-slide-active .banner-li .canvasbox .bigcircle {
  animation-name: bigmove;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.banner .swiper-slide-active .banner-li .canvasbox .smallcircle {
  animation-name: bigmove;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.tab {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tab span {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1F4E58;
  text-transform: capitalize;
}
.tab p {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #1F4E58;
}
@media (max-width: 1480px) {
  .tab span {
    font-size: 36px;
  }
  .tab p {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .tab span {
    font-size: 32px;
  }
  .tab p {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .tab span {
    font-size: 28px;
  }
  .tab p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tab span {
    font-size: 22px;
    line-height: 1.2;
  }
  .tab p {
    font-size: 14px;
  }
}
.solution {
  background: #ffffff;
  padding: 80px 0;
}
.solution .solution-main {
  padding-top: 40px;
}
.solution .solution-main .swiper-slide {
  width: 315px;
}
.solution .solution-main .solution-li {
  padding: 0 28px;
  width: 100%;
  height: 424px;
  cursor: pointer;
  background: #f7f9fb;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.solution .solution-main .solution-li .solution-pic {
  position: relative;
}
.solution .solution-main .solution-li .solution-pic img:last-child {
  display: none;
}
.solution .solution-main .solution-li .solution-pic::after {
  position: absolute;
  left: -8px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  content: '';
  width: 52px;
  height: 52px;
  background: linear-gradient(209deg, rgba(170, 188, 192, 0.1) 12.49%, rgba(31, 78, 88, 0.4) 86.89%);
}
.solution .solution-main .solution-li .solution-name {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 36px 0 27px 0;
}
.solution .solution-main .solution-li .solution-name span {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1F4E58;
  text-transform: capitalize;
}
.solution .solution-main .solution-li .solution-name p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
  color: #909399;
  text-transform: capitalize;
}
.solution .solution-main .solution-li .solution-desc {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #87898E;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.solution .solution-main .solution-li.solution-odd {
  margin-top: 22px;
}
.solution .solution-main .solution-li:hover {
  background: #1F4E58;
}
.solution .solution-main .solution-li:hover .solution-pic::after {
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.023) 12.49%, rgba(255, 255, 255, 0.23) 86.89%);
}
.solution .solution-main .solution-li:hover .solution-pic img:first-child {
  display: none;
}
.solution .solution-main .solution-li:hover .solution-pic img:last-child {
  display: block;
}
.solution .solution-main .solution-li:hover .solution-name span {
  color: #ffffff;
}
.solution .solution-main .solution-li:hover .solution-name p {
  color: rgba(255, 255, 255, 0.55);
}
.solution .solution-main .solution-li:hover .solution-desc {
  color: rgba(255, 255, 255, 0.8);
}
.solution .solution-main .solution-li:hover .solution-more {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.solution .solution-main .solution-li:hover .solution-more::after {
  background: url(../images/solution-more2.svg) no-repeat center;
  background-size: cover;
}
.solution .solution-main .solution-li:hover .solution-li {
  background: #1F4E58;
}
.solution .solution-main .solution-li:hover .solution-li .solution-pic::after {
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.023) 12.49%, rgba(255, 255, 255, 0.23) 86.89%);
}
.solution .solution-main .solution-li:hover .solution-li .solution-pic img:first-child {
  display: none;
}
.solution .solution-main .solution-li:hover .solution-li .solution-pic img:last-child {
  display: block;
}
.solution .solution-main .solution-li:hover .solution-li .solution-name span {
  color: #ffffff;
}
.solution .solution-main .solution-li:hover .solution-li .solution-name p {
  color: rgba(255, 255, 255, 0.55);
}
.solution .solution-main .solution-li:hover .solution-li .solution-desc {
  color: rgba(255, 255, 255, 0.8);
}
.solution .solution-main .solution-li:hover .solution-li .solution-more {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.solution .solution-main .solution-li:hover .solution-li .solution-more::after {
  background: url(../images/solution-more2.svg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1480px) {
  .solution {
    padding: 60px 0 80px 0;
  }
  .solution .solution-main .solution-li {
    height: 380px;
  }
  .solution .solution-main .solution-li.solution-odd {
    margin-top: 0;
  }
  .solution .solution-main .solution-li .solution-name {
    margin: 16px 0;
  }
}
@media (max-width: 980px) {
  .solution .solution-main .solution-li {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .solution {
    padding: 40px 0 50px 0;
  }
  .solution .solution-main {
    padding-top: 20px;
  }
  .solution .solution-main .solution-li {
    height: 340px;
  }
  .solution .solution-main .solution-li .solution-name {
    margin: 10px 0;
  }
  .solution .solution-main .solution-li .solution-name span {
    font-size: 18px;
  }
}
.solution-more {
  width: 114px;
  height: 38px;
  margin-top: 35px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: 1px solid #B3B9C3;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #606266;
}
.solution-more::after {
  content: '';
  width: 16px;
  height: 14px;
  background: url(../images/solution-more.svg) no-repeat center;
  background-size: cover;
  margin-left: 10px;
  transition: all 0.3s;
}
@media (max-width: 1480px) {
  .solution-more {
    margin-top: 26px;
  }
}
@media (max-width: 980px) {
  .solution-more {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .solution-more {
    width: 100px;
    height: 32px;
  }
  .solution-more::after {
    content: '';
    width: 12px;
    height: 11px;
    margin-left: 6px;
    transition: all 0.3s;
  }
}
.about {
  background: url(../images/about-bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-top: 94px;
  height: 670px;
}
.about .about-box .tab {
  align-items: flex-start;
}
.about .about-box .about-info {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  padding-top: 40px;
}
.about .about-box .about-info li {
  width: 24%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 26px;
}
.about .about-box .about-info li span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #1F4E58;
}
.about .about-box .about-info li span b {
  font-family: 'OPPOSans';
  font-size: 34px;
  font-weight: 800;
  line-height: 1.5;
  color: #1F4E58;
}
.about .about-box .about-info li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #606266;
}
.about .about-box .solution-more {
  width: 126px;
  height: 40px;
}
@media (max-width: 1200px) {
  .about {
    padding-top: 70px;
    height: 520px;
  }
  .about .about-box .about-info {
    padding-top: 20px;
  }
  .about .about-box .about-info li {
    padding-bottom: 16px;
  }
  .about .about-box .about-info li span b {
    font-size: 26px;
    line-height: 1;
  }
}
@media (max-width: 980px) {
  .about {
    padding-top: 50px;
    height: 400px;
  }
  .about .about-box .about-info li {
    padding-bottom: 10px;
  }
  .about .about-box .about-info li p {
    font-size: 14px;
    line-height: 1.2;
  }
  .about .about-box .solution-more {
    width: 100px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
    height: auto;
  }
  .about .about-box .about-info li {
    width: 50%;
  }
  .about .about-box .about-info li span b{
      font-size:20px;
  }
  /* .china-ul{
    display: none;
  } */
}
.world {
  padding: 94px 0;
}
.world .world-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 30px;
  position: relative;
}
.world .world-main .world-box {
  width: 320px;
  padding-top: 26px;
}
.world .world-main .world-box .world-name span {
  display: inline-block;
  margin-right: 42px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  color: #303133;
  cursor: pointer;
}
.world .world-main .world-box .world-name span.on {
  font-weight: 600;
  color: #1F4E58;
}
.world .world-main .world-box .world-name span.on::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #1F4E58;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.world .world-main .world-box .world-add {
  margin-top: 30px;
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.world .world-main .world-box .world-add .world-li {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.world .world-main .world-box .world-add .world-li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  color: #606266;
}
.world .world-main .world-box .world-add .world-li.on span {
  font-weight: 600;
  color: #1F4E58;
}
.world .world-main .world-box .world-add .world-li.on::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/world-on.svg) no-repeat;
}
.world .world-main .world-box .world-add .swiper-wrapper {
  height: 470px;
}
.world .world-main .world-box .world-add .swiper-container-vertical .swiper-scrollbar {
  right: auto;
  left: 0px;
  height: 460px;
  width: 6px;
  background: #F5F6F8;
}
.world .world-main .world-box .world-add .swiper-container-vertical .swiper-scrollbar .swiper-scrollbar-drag {
  background: #C9CFDA;
  border-radius: 30px;
  width: 6px;
}
.world .world-main .world-map {
  flex: 1;
  display: flex;
  justify-content: center;
  padding-top: 0px;
}
.world .world-main .world-map .world-pic {
  position: relative;
  display: none;
}
.world .world-main .world-map .world-pic.active {
  display: block;
}
.world .world-main .world-map .china-li {
  position: absolute;
  width: 26px;
  height: 26px;
}
.world .world-main .world-map .china-li::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 26px;
  height: 26px;
  background: url(../images/world-on.svg) no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.world .world-main .world-map .china-li.on::before {
  background: url(../images/world-on2.svg) no-repeat;
  background-size: cover;
}
.world .world-main .world-map .china-linyi {
  top: 53.67%;
  left: 68.78%;
}
.world .world-main .world-map .china-beijing {
    top: 40.3%;
    left: 66.8%;
}
.world .world-main .world-map .china-shanghai {
  top: 64%;
  left: 74.8%;
}
.world .world-main .world-map .china-guangzhou {
  top: 83.12%;
  left: 62.5%;
}
.world .world-main .world-map .china-qingdao {
  top: 50.66%;
  left: 72.31%;
}
.world .world-main .world-map .china-hefei {
  top: 63.54%;
  left: 68.53%;
}
.world .world-main .world-map .china-zhengzhou {
  top: 57.19%;
  left: 61.46%;
}
.world .world-main .world-map .china-xian {
  top: 56.02%;
  left: 55.12%;
}
.world .world-main .world-map .china-yangzhou {
  top: 59.33%;
  left: 71.9%;
}
.world .world-main .world-map .china-suzhou {
  top: 63.21%;
  left: 72.19%;
}
.world .world-main .world-map .china-xuzhou {
  top: 56.85%;
  left: 69.51%;
}
.world .world-main .world-map .china-kunming {
  top: 80.78%;
  left: 45.17%;
}
.world .world-main .world-map .china-meiguo {
    top: 43.37%;
    left: 13.5%;
}
.world .world-main .world-map .china-xinjiapo {
    top: 52.07%;
    left:74.56%;
}
.world .world-main .world-map .china-hanguo {
    top: 42.01%;
    left: 80.8%;
}
.world .world-main .world-map .china-beiou {
    top: 37.37%;
    left: 50.5%;
}
.world .world-main .world-map .china-jianada {
    top: 36.37%;
    left: 18.5%;
}
.world .world-main .world-map .china-zhongguo {
  top: 44.82%;
  left: 77.73%;
}
.world-wap .china-box,
.world .world-main .world-map .china-box {
  z-index: 2;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  min-width: 360px;
}
.world-wap .china-box .china-title,
.world .world-main .world-map .china-box .china-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px 0 20px;
}
.world-wap .china-box .china-title span ,
.world .world-main .world-map .china-box .china-title span {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.world-wap .china-box  .china-title span::before,
.world .world-main .world-map .china-box .china-title span::before {
  content: '';
}
.world-wap .china-box .china-desc,
.world .world-main .world-map .china-box .china-desc {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 8px;
  width: 100%;
  padding: 0px 20px 16px 20px;
}
.world-wap .china-box .china-desc span,
.world .world-main .world-map .china-box .china-desc span {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
  word-break: keep-all;
}
.world-wap .china-box .china-desc span:first-child::before ,
.world .world-main .world-map .china-box .china-desc span:first-child::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/china-add2.svg) no-repeat;
  background-size: cover;
  margin-right: 4px;
}
.world-wap .china-box .china-desc span:last-child::before,
.world .world-main .world-map .china-box .china-desc span:last-child::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/china-tel.svg) no-repeat;
  background-size: cover;
  margin-right: 4px;
}
.world-wap .china-box,
.world .world-main .world-map .on .china-box {
  height: auto;
  visibility: visible;
  background: rgba(240, 130, 1, 0.9);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1600px) {
  .world {
    padding: 70px 0 50px 0;
  }
  .world-wap .china-box .world-name span,
  .world .world-main .world-box .world-name span {
    margin-right: 30px;
    font-size: 18px;
    line-height: 1.4;
  }
  .world-wap .china-box .world-add .world-li,
  .world .world-main .world-box .world-add .world-li {
    padding-left: 20px;
  }
  .world-wap .china-box .world-add .world-li span,
  .world .world-main .world-box .world-add .world-li span {
    font-size: 16px;
    line-height: 1.6;
  }
  .world .world-main .world-box .world-add .swiper-wrapper {
    height: 400px;
  }
  .world .world-main .world-box .world-add .swiper-container-vertical .swiper-scrollbar {
    height: 390px;
  }
}
@media (max-width: 1440px) {
  .world {
    padding: 60px 0 40px 0;
  }
  .world .world-main .world-box {
    width: 260px;
    padding-top: 16px;
  }
}
@media (max-width: 980px) {
  .world {
    padding: 60px 0 60px 0;
  }
  .world .world-main {
    flex-direction: column;
  }
  .world .world-main .world-box {
    width: 100%;
  }
  .world .world-main .world-box .world-add {
    height: auto;
  }
}
.world-wap{
    display: none;
}
@media (max-width: 768px) {
    .world-wap{
        position: relative;
        width: 90%;
        margin:0 auto;
        min-height: 100px;
        display: block;
    }
     .world-wap:after{
         contain: 'fadfasd';
     }
    .world-wap .china-box .china-title{
        padding:8px 10px 0 10px;
    }
    
    .world-wap .china-box .china-desc{
        padding:0 10px 14px 10px;
    }
    .world-wap .china-box .china-title span{
        font-size:18px;
        line-height:1.4;
    }
    .world-wap .china-box .china-desc span{
        font-size:13px;
        line-height:1.3;
    }
   .world-wap .china-box{
       width:100%;
       visibility: visible;
   }
  .world {
    padding: 50px 0 50px 0;
    width:100%;
    overflow: hidden;
  }
  .world .world-main{
    padding-top:20px;
  }
  .world .world-main .world-map .world-pic.active{
    width:100%;
  }
  .world .world-main .world-box .world-add .swiper-wrapper{
    height:120px;
  }
  .world .world-main .world-box .world-add .swiper-container-vertical .swiper-scrollbar{
    height:110px;
  }
  .world .world-main .world-map .on .china-box{
    position: absolute;
    left:0;
    top:0;
    display: none;
  }
  .world .world-main .world-map .china-box {
      min-width: 200px;
  }
  .world .world-main .world-map .china-box .china-title{
    padding:10px 10px 5px 10px;
  }
  .world .world-main .world-map .china-box .china-desc{
    padding:5px 10px 10px 10px;
  }
  .world .world-main .world-map .china-box .china-title span{
    font-size:18px;
    line-height:1.2;
  }
  .world .world-main .world-map .china-box .china-desc span{
    font-size:12px;
    line-height:1.2;
    margin-top:2px;
  }
  .world .world-main .world-map .china-box .china-desc span:first-child::before,
  .world .world-main .world-map .china-box .china-desc span:last-child::before{
    width:14px;
    height:14px;
  }
  .world .world-main .world-map .china-li::before{
    width:16px;
    height:16px;
  }
}
.service {
  background: url(../images/service-bg.jpg) no-repeat center;
  background-size: cover;
  height: 873px;
  padding-top: 96px;
}
.service .service-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.service .service-box li {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 44px;
}
.service .service-box li p {
  width: 180px;
  height: 180px;
}
.service .service-box li span {
  padding-top: 20px;
  font-weight: 400;
  font-size: 22px;
  line-height: 190%;
  text-align: center;
  color: #303133;
}
@media (max-width: 1480px) {
  .service {
    height: auto;
    padding: 70px 0;
  }
  .service .service-box {
    padding-top: 30px;
  }
  .service .service-box li {
    margin-bottom: 20px;
  }
  .service .service-box li p {
    width: 160px;
    height: 160px;
  }
  .service .service-box li span {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .service {
    padding: 50px 0;
  }
  .service .service-box {
    padding-top: 20px;
  }
  .service .service-box li p {
    width: 100px;
    height: 100px;
  }
  .service .service-box li span {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 980px) {
  .service .service-box li p {
    width: 80px;
    height: 80px;
  }
  .service .service-box li span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 40px 0;
  }
  .service .service-box li {
    width: 50%;
  }
  .service .service-box li p {
    width: 70px;
    height: 70px;
  }
}
.panter {
  padding-top: 96px;
  height: 610px;
}
.panter .panter-box {
  padding-top: 40px;
  position: relative;
}
.panter .panter-box .panter-img {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 6.64286px;
  height: 112px;
  padding: 15px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.panter .panter-box .panter-img img {
  max-width: 90%;
  max-height: 100%;
}
.panter .panter-box .swiper-pagination {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.panter .panter-box .swiper-pagination span {
  margin: 0 10px;
}
.panter .panter-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border: 2px solid #1F4E58;
  background: #ffffff;
}
.panter .panter-box #panter-swiper {
  width: 100%;
}
@media (max-width: 1200px) {
  .panter {
    padding: 50px 0 80px 0;
    height: auto;
  }
  .panter .panter-box {
    padding-top: 30px;
  }
  .panter .panter-box .panter-img {
    height: 80px;
    padding: 12px 10px;
  }
  .panter .panter-box .swiper-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .panter {
    padding: 40px 0 60px 0;
  }
  .panter .panter-box {
    padding-top: 20px;
  }
  .panter .panter-box .panter-img {
    height: 60px;
    padding: 8px;
  }
}
.honner {
  height: 650px;
  background: url(../images/honner-bg.jpg) no-repeat center;
  background-size: cover;
}
.honner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.honner .container .honner-info {
  width: 500px;
  padding-top: 90px;
}
.honner .container .honner-info .tab {
  align-items: flex-start;
}
.honner .container .honner-info .tab span {
  color: #ffffff;
}
.honner .container .honner-info .tab p {
  color: #ffffff;
}
.honner .container .honner-info .honner-desc {
  padding: 80px 0 110px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.honner .container .honner-info .solution-more {
  color: #ffffff;
}
.honner .container .honner-ul {
  position: relative;
  width: 727px;
  height: 430px;
  overflow: hidden;
  margin-top: 120px;
}
.honner .container .honner-ul .honner-li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 37px;
  position: relative;
}
.honner .container .honner-ul .honner-li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.honner .container .honner-ul .honner-li::after {
  content: '';
  width: 16px;
  height: 4px;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 222;
  background: #ffffff;
}
.honner .container .honner-ul .swiper-wrapper {
  height: 430px;
}
.honner .container .honner-ul .swiper-wrapper .swiper-slide {
  height: auto;
}
@media (max-width: 1480px) {
  .honner {
    height: 560px;
  }
  .honner .container .honner-info {
    width: 40%;
    padding-top: 70px;
  }
  .honner .container .honner-info .honner-desc {
    padding: 40px 0 50px 0;
  }
  .honner .container .honner-ul {
    width: 60%;
    height: 380px;
    margin-top: 80px;
  }
  .honner .container .honner-ul .honner-li {
    height: 60px;
    padding-left: 26px;
  }
  .honner .container .honner-ul .swiper-wrapper {
    height: 380px;
  }
  .honner .container .honner-ul .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .honner {
    height: auto;
    padding-bottom: 40px;
  }
  .honner .container .honner-info {
    padding-top: 50px;
  }
  .honner .container .honner-info .honner-desc {
    font-size: 16px;
    padding: 20px 0 30px 0;
  }
  .honner .container .honner-ul {
    height: 300px;
    margin-top: 50px;
  }
  .honner .container .honner-ul .honner-li {
    font-size: 16px;
    line-height: 1.4;
  }
  .honner .container .solution-more {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .honner {
    height: auto;
    padding-bottom: 50px;
  }
  .honner .container {
    flex-direction: column;
  }
  .honner .container .honner-info {
    width: 100%;
    padding-top: 50px;
  }
  .honner .container .honner-info .honner-desc {
    font-size: 16px;
    padding: 20px 0 30px 0;
  }
  .honner .container .honner-ul {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .honner {
    padding-bottom: 30px;
  }
  .honner .container .honner-info {
    padding-top: 40px;
  }
  .honner .container .honner-info .honner-desc {
    font-size: 16px;
    padding: 16px 0;
  }
  .honner .container .honner-ul {
    width: 100%;
    height: 240px;
    margin-top: 20px;
  }
  .honner .container .honner-ul .honner-li {
    height: 40px;
  }
  .honner .container .honner-ul .honner-li a {
    font-size: 14px;
  }
}
.foot {
  background: #1F4E58;
  position: relative;
}
.foot .foot-main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 57px;
}
.foot .foot-main .foot-logo {
  margin-top: 70px;
}
.foot .foot-main .foot-link {
  margin-top: 40px;
}
.foot .foot-main .foot-link span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #B3B9C3;
}
.foot .foot-main .foot-link p {
  padding-top: 20px;
  display: flex;
}
.foot .foot-main .foot-link p a {
  margin-right: 8px;
}
.foot .foot-main .foot-menu {
  display: flex;
  margin-top: 68px;
  justify-content: space-between;
  flex: 0.76;
}
.foot .foot-main .foot-menu dl dt {
  margin: 10px 0;
}
.foot .foot-main .foot-menu dl dt a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.foot .foot-main .foot-menu dl dd {
  margin: 6px 0 10px 0;
}
.foot .foot-main .foot-menu dl dd a {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}
.foot .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.foot .copyright::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 70px;
}
.foot .copyright p a,
.foot .copyright p span {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.foot .copyright p a em,
.foot .copyright p span em {
  font-style: normal;
}
.foot .copyright p:last-child a {
  display: inline-block;
  padding-left: 20px;
  color: #FFFFFF;
}
@media (max-width: 1480px) {
  .foot .foot-main {
    padding-bottom: 30px;
  }
  .foot .foot-main .foot-logo {
    margin-top: 50px;
  }
  .foot .foot-main .foot-link {
    margin-top: 20px;
  }
  .foot .foot-main .foot-menu {
    margin-top: 58px;
  }
  .foot .copyright {
    height: 60px;
  }
  .foot .copyright::after {
    bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .foot .foot-main {
    padding-bottom: 20px;
  }
  .foot .foot-main .foot-logo {
    margin-top: 30px;
  }
  .foot .foot-main .foot-link {
    margin-top: 10px;
  }
  .foot .foot-main .foot-menu {
    margin-top: 38px;
  }
  .foot .copyright {
    height: 40px;
  }
  .foot .copyright::after {
    bottom: 40px;
  }
  .foot .copyright p:last-child a {
    padding-left: 10px;
  }
}
@media (max-width: 980px) {
  .foot .foot-main {
    padding-bottom: 10px;
    flex-direction: column;
  }
  .foot .foot-main .foot-logo {
    margin-top: 10px;
  }
  .foot .foot-main .foot-link {
    margin-top: 0px;
  }
  .foot .foot-main .foot-link p {
    padding-top: 10px;
  }
  .foot .foot-main .foot-menu {
    margin-top: 10px;
  }
  .foot .foot-main .foot-menu dl dt {
    margin: 5px 0;
  }
  .foot .foot-main .foot-menu dl dt a {
    font-size: 14px;
  }
  .foot .foot-main .foot-menu dl dd {
    margin: 2px 0;
  }
  .foot .foot-main .foot-menu dl dd a {
    font-size: 12px;
    line-height: 1.2;
  }
  .foot .copyright {
    height: 40px;
  }
  .foot .copyright::after {
    bottom: 40px;
  }
  .foot .copyright p span em {
    display: none;
  }
  .foot .copyright p:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .foot .foot-main .foot-logo {
    display: flex;
    justify-content: center;
  }
  .foot .foot-main .foot-link p {
    padding-top: 5px;
  }
  .foot .foot-main .foot-menu {
    margin-top: 10px;
  }
  .foot .foot-main .foot-menu dl dt {
    margin: 2px 0;
  }
  .foot .foot-main .foot-menu dl dd {
    margin: 0;
  }
  .foot .copyright {
    height: 26px;
  }
  .foot .copyright::after {
    bottom: 26px;
  }
  .foot .copyright p span {
    font-size: 12px;
  }
}
.page-bar {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.page-bar .container {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%) translateY(-11%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-bar .container span {
  font-weight: 400;
  font-size: 42px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-bar .container p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.page-bar .container i {
  margin-top: 90px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1480px) {
  .page-bar {
    height: 480px;
  }
  .page-bar .container span {
    font-size: 30px;
    line-height: 1.2;
  }
  .page-bar .container p {
    margin-top: 10px;
    font-size: 22px;
  }
  .page-bar .container i {
    margin-top: 40px;
    width: 36px;
    height: 36px;
  }
  .page-bar .container i img {
    height: 14px;
    width: auto;
  }
}
@media (max-width: 1200px) {
  .page-bar {
    height: 400px;
  }
  .page-bar .container span {
    font-size: 20px;
  }
  .page-bar .container p {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-bar .container i {
    margin-top: 30px;
    width: 26px;
    height: 26px;
  }
  .page-bar .container i img {
    height: 10px;
  }
}
@media (max-width: 980px) {
  .page-bar {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .page-bar {
    height: 300px;
  }
  .page-bar .container {
    transform: translateX(-50%) translateY(0%);
  }
  .page-bar .container p {
    margin-top: 5px;
  }
  .page-bar .container i {
    margin-top: 20px;
  }
}
.about-p {
  height: 693px;
  background: url(../images/about-p.jpg) no-repeat;
  background-size: cover;
  padding-top: 90px;
  position: relative;
}
#about{
    position: absolute;
    top:-70px;
}
.about-p .tab {
  align-items: flex-start;
}
.about-p .about-p-desc {
  padding-top: 40px;
  max-width: 848px;
}
.about-p .about-p-desc p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #303133;
  text-indent: 2rem;
}
@media (max-width: 1480px) {
  .about-p {
    height: auto;
    padding: 50px 0;
  }
  .about-p .about-p-desc {
    padding-top: 20px;
    max-width: 848px;
  }
  .about-p .about-p-desc p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 980px) {
  .about-p {
    padding: 50px 0;
  }
  .about-p .about-p-desc {
    padding-top: 10px;
    max-width: 100%;
  }
  .about-p .about-p-desc p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .about-p {
    padding: 40px 0;
  }
}
.history {
  height: 662px;
  padding-top: 96px;
  position: relative;
}
.history #course {
  position: absolute;
  top: -60px;
}
.history .history-main {
  padding-top: 50px;
  position: relative;
}
.history .history-li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history .history-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
}
.history .history-desc b {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
  white-space: nowrap;
}
.history .history-desc span {
  padding-top: 10px;
  font-size: 16px;
  color: #606266;
}
.history .history-desc p {
  min-height: 144px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #606266;
}
.history .history-disc {
  position: relative;
  height: 50px;
  width: 100%;
}
.history .history-disc .history-round {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #B3B9C3;
  transform: translate(-50%, 6px);
}
.history .history-disc::after {
  content: '';
  height: 40px;
  width: 1px;
  background: #B3B9C3;
  position: absolute;
  bottom: 0px;
  left: 49.8%;
  transform: translate(-50%, -9px);
}
.history .history-disc::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #B3B9C3;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.history .history-year {
  margin-top: 24px;
  font-family: 'Poppins-Bold';
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
}
.history .swiper-button-prev,
.history .swiper-button-next {
  width: 38px;
  height: 38px;
  top: auto;
  bottom: 0;
  margin: 0;
}
.history .swiper-button-prev {
  left: 0;
  bottom: 38px;
  background: url(../images/history-next.svg) no-repeat;
  background-size: cover;
}
.history .swiper-button-next {
  right: 0;
  bottom: 38px;
  background: url(../images/history-prev.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1480px) {
  .history {
    height: auto;
    padding: 70px 0;
  }
  .history .history-main {
    padding-top: 40px;
  }
  .history .history-desc b {
    font-size: 18px;
    line-height: 1.6;
  }
  .history .history-desc span {
    padding-top: 6px;
  }
  .history .history-desc p {
    min-height: 130px;
  }
}
@media (max-width: 980px) {
  .history {
    padding: 50px 0;
  }
  .history .history-main {
    padding-top: 20px;
  }
  .history .history-disc {
    height: 30px;
  }
  .history .history-disc::after {
    height: 100%;
  }
  .history .history-year {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.4;
  }
  .history .swiper-button-prev,
  .history .swiper-button-next {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .history {
    padding: 40px 0;
  }
  .history .history-main {
    padding-top: 10px;
  }
  .history .history-desc b {
    font-size: 16px;
  }
  .history .history-desc span {
    padding-top: 2px;
    font-size: 14px;
  }
  .history .history-desc p {
    padding-top: 2px;
    min-height: 100px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.culture {
  height: 570px;
  background: url(../images/culture-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 96px;
}
.culture .container {
  display: flex;
  justify-content: flex-end;
}
.culture .tab {
  align-items: flex-start;
}
.culture .culture-main {
  width: 600px;
}
.culture .culture-main .culture-ul {
  margin-top: 50px;
}
.culture .culture-main .culture-ul li {
  display: flex;
  margin-bottom: 55px;
}
.culture .culture-main .culture-ul li img {
  width: 65px;
  height: 60px;
}
.culture .culture-main .culture-ul li p {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
}
.culture .culture-main .culture-ul li p b {
  font-weight: 500;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #303133;
}
.culture .culture-main .culture-ul li p span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #303133;
}
@media (max-width: 1480px) {
  .culture {
    height: auto;
    padding: 70px 0;
  }
  .culture .culture-main {
    width: 600px;
  }
  .culture .culture-main .culture-ul {
    margin-top: 30px;
  }
  .culture .culture-main .culture-ul li {
    margin-bottom: 20px;
  }
  .culture .culture-main .culture-ul li p {
    padding-left: 20px;
  }
  .culture .culture-main .culture-ul li p b {
    font-size: 20px;
    line-height: 2;
  }
  .culture .culture-main .culture-ul li p span {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .culture .culture-main {
    width: auto;
  }
  .culture .culture-main .culture-ul {
    margin-top: 20px;
  }
  .culture .culture-main .culture-ul li {
    margin-bottom: 20px;
  }
  .culture .culture-main .culture-ul li p {
    padding-left: 10px;
  }
  .culture .culture-main .culture-ul li p b {
    font-size: 18px;
  }
  .culture .culture-main .culture-ul li p span {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .culture {
    padding: 50px 0;
  }
  .culture .culture-main {
    width: 100%;
  }
  .culture .culture-main .culture-ul {
    margin-top: 10px;
  }
  .culture .culture-main .culture-ul li {
    margin-bottom: 10px;
  }
  .culture .culture-main .culture-ul li p {
    padding-left: 10px;
  }
  .culture .culture-main .culture-ul li p b {
    font-size: 16px;
    color: #ffffff;
  }
  .culture .culture-main .culture-ul li p span {
    font-size: 14px;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .culture {
    padding: 40px 0;
  }
  .culture .culture-main {
    width: 100%;
  }
  .culture .culture-main .culture-ul {
    margin-top: 10px;
  }
  .culture .culture-main .culture-ul li {
    margin-bottom: 10px;
    align-items: center;
  }
  .culture .culture-main .culture-ul li img {
    width: 40px;
    height: auto;
  }
  .culture .culture-main .culture-ul li p {
    padding-left: 10px;
  }
  .culture .culture-main .culture-ul li p b {
    font-size: 16px;
    color: #000000;
  }
  .culture .culture-main .culture-ul li p span {
    font-size: 14px;
    color: #000000;
  }
}
.core {
  height: 774px;
  background: url(../images/core-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 98px;
}
.core .core-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.core .core-box .core-li {
  display: flex;
  width: 666px;
  height: 203px;
  background: #ffffff;
  margin-bottom: 32px;
  padding: 25px;
  justify-content: space-between;
  cursor: pointer;
}
.core .core-box .core-li:hover {
  background: #1F4E58;
}
.core .core-box .core-li:hover .core-num {
  color: rgba(255, 255, 255, 0.12);
}
.core .core-box .core-li:hover .core-name b {
  color: #ffffff;
}
.core .core-box .core-li:hover .core-name span {
  color: rgba(255, 255, 255, 0.55);
}
.core .core-box .core-li:hover .core-desc p {
  color: rgba(255, 255, 255, 0.8);
}
.core .core-box .core-li .core-num {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 86px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(31, 78, 88, 0.12);
}
.core .core-box .core-li .core-desc {
  padding-top: 18px;
  padding-left: 30px;
}
.core .core-box .core-li .core-desc p {
  margin-top: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #87898E;
}
.core .core-box .core-li .core-name {
  display: flex;
  flex-direction: column;
}
.core .core-box .core-li .core-name b {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1F4E58;
}
.core .core-box .core-li .core-name span {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
}
@media (max-width: 1480px) {
  .core {
    height: auto;
    padding: 70px 0;
  }
  .core .core-box .core-li {
    width: 48.5%;
    height: 180px;
    margin-bottom: 26px;
    padding: 18px;
  }
  .core .core-box .core-li .core-num {
    font-size: 70px;
    line-height: 1.2;
  }
  .core .core-box .core-li .core-desc {
    padding-top: 10px;
    padding-left: 20px;
  }
  .core .core-box .core-li .core-desc p {
    margin-top: 8px;
    line-height: 1.4;
  }
  .core .core-box .core-li .core-name b {
    font-size: 18px;
    line-height: 1.4;
  }
  .core .core-box .core-li .core-name span {
    line-height: 1.3;
  }
}
@media (max-width: 1200px) {
  .core {
    padding: 50px 0;
  }
  .core .core-box {
    padding-top: 30px;
  }
  .core .core-box .core-li {
    height: 170px;
    margin-bottom: 20px;
    padding: 14px;
    align-items: center;
  }
  .core .core-box .core-li .core-num {
    font-size: 60px;
  }
  .core .core-box .core-li .core-desc {
    padding-top: 0;
    padding-left: 10px;
  }
  .core .core-box .core-li .core-desc p {
    margin-top: 6px;
  }
  .core .core-box .core-li .core-name b {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .core .core-box {
    padding-top: 20px;
  }
  .core .core-box .core-li {
    height: auto;
    margin-bottom: 20px;
    padding: 14px;
  }
  .core .core-box .core-li .core-num {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .core {
    padding: 40px 0;
  }
  .core .core-box {
    padding-top: 20px;
  }
  .core .core-box .core-li {
    width: 100%;
    align-items: flex-start;
  }
  .core .core-box .core-li .core-num {
    font-size: 40px;
  }
  .core .core-box .core-li .core-desc p {
    font-size: 12px;
  }
}
.valley {
  padding-top: 108px;
}
.valley .valley-main {
  position: relative;
  margin-top: 38px;
}
.valley .valley-main .valley-box {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 730px;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  padding: 50px 46px;
  display: flex;
  align-items: center;
}
.valley .valley-main .valley-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 190%;
  color: #303133;
}
@media (max-width: 1480px) {
  .valley {
    padding-top: 70px;
  }
  .valley .valley-main {
    margin-top: 28px;
  }
  .valley .valley-main .valley-box {
    width: 50%;
    padding: 36px;
  }
  .valley .valley-main .valley-box p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 1200px) {
  .valley {
    padding-top: 60px;
  }
  .valley .valley-main {
    margin-top: 18px;
  }
  .valley .valley-main .valley-box {
    width: 70%;
    padding: 26px;
    height: 260px;
    top: 60px;
  }
  .valley .valley-main .valley-box p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 980px) {
  .valley {
    padding-top: 50px;
  }
  .valley .valley-main {
    margin-top: 18px;
  }
  .valley .valley-main .valley-box {
    width: 80%;
    left: 50%;
    padding: 22px;
    height: 260px;
    top: 30px;
    transform: translateX(-50%);
  }
  .valley .valley-main .valley-box p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .valley {
    padding-top: 40px;
  }
  .valley .valley-main {
    margin-top: 10px;
  }
  .valley .valley-main .valley-box {
    width: 90%;
    left: 50%;
    padding: 10px 16px;
    height: auto;
    top: -20px;
    position: relative;
  }
  .valley .valley-main .valley-box p {
    font-size: 13px;
    line-height: 1.5;
  }
}
.profile {
  padding-top: 94px;
  padding-bottom: 100px;
}
.profile .profile-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 1480px) {
  .profile {
    padding: 70px 0;
  }
  .profile .profile-pic {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .profile {
    padding: 60px 0;
  }
  .profile .profile-pic {
    padding-top: 20px;
  }
}
@media (max-width: 980px) {
  .profile {
    padding: 50px 0;
  }
  .profile .profile-pic {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .profile {
    padding: 40px 0;
  }
}
.feedback {
  height: 714px;
  background: url(/static/images/feedback-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 106px;
  position: relative;
}
.feedback #cooperate {
  position: absolute;
  top: -100px;
}
.feedback .feedback-main {
  position: relative;
  padding-top: 38px;
}
.feedback .feedback-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto 20px auto;
  width: 1113px;
  height: 370px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
.feedback .feedback-li .feedback-pic {
  height: 80px;
  width: 80px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.feedback .feedback-li span {
  padding-top: 14px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #303133;
}
.feedback .feedback-li p {
  margin-top: 16px;
  max-width: 600px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #606266;
}
.feedback .swiper-button-prev,
.feedback .swiper-button-next {
  width: 38px;
  height: 38px;
  margin: 0;
}
.feedback .swiper-button-prev {
  left: 0;
  background: url(../images/feedback-prev.svg) no-repeat;
  background-size: cover;
}
.feedback .swiper-button-next {
  right: 0;
  background: url(../images/feedback-next.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1480px) {
  .feedback {
    height: auto;
    padding: 70px 0;
  }
  .feedback .feedback-main {
    padding-top: 20px;
  }
  .feedback .feedback-li {
    width: 80%;
    height: 300px;
  }
  .feedback .feedback-li .feedback-pic {
    margin-top: 40px;
  }
  .feedback .feedback-li span {
    padding-top: 8px;
    font-size: 18px;
    line-height: 1.4;
  }
  .feedback .feedback-li p {
    margin-top: 10px;
    max-width: 600px;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .feedback {
    padding: 60px 0;
  }
  .feedback .feedback-li {
    height: 260px;
  }
  .feedback .feedback-li .feedback-pic {
    margin-top: 30px;
  }
}
@media (max-width: 980px) {
  .feedback {
    padding: 50px 0;
  }
  .feedback .feedback-main {
    padding-top: 10px;
  }
  .feedback .feedback-li {
    height: 220px;
  }
  .feedback .feedback-li .feedback-pic {
    margin-top: 20px;
  }
  .feedback .feedback-li span {
    padding-top: 4px;
    font-size: 16px;
  }
  .feedback .feedback-li p {
    margin-top: 4px;
    max-width: 80%;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .feedback {
    padding: 40px 0;
  }
  .feedback .feedback-main {
    padding-top: 0px;
  }
  .feedback .feedback-li {
    height: auto;
    padding: 18px 0;
  }
  .feedback .feedback-li .feedback-pic {
    margin-top: 0px;
  }
  .feedback .feedback-li span {
    font-size: 14px;
  }
  .feedback .feedback-li p {
    font-size: 13px;
  }
  .feedback .swiper-button-prev,
  .feedback .swiper-button-next {
    width: 26px;
    height: 26px;
    margin: 0;
  }
}
.white {
  height: 88px;
  width: 100%;
}
@media (max-width: 1200px) {
  .white {
    height: 66px;
  }
}
.flexble-name {
  padding-top: 40px;
  font-weight: 600;
  font-size: 25px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1F4E58;
  position: relative;
}
.flexble-name::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 2px;
  background: rgba(31, 78, 88, 0.4);
  transform: translateX(-50%);
}
@media (max-width: 1480px) {
  .flexble-name {
    padding-top: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .flexble-name::after {
    bottom: -14px;
  }
}
@media (max-width: 980px) {
  .flexble-name {
    padding-top: 10px;
    font-size: 18px;
  }
  .flexble-name::after {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .flexble-name {
    font-size: 16px;
  }
}
.executive {
  padding-top: 96px;
  padding-bottom: 60px;
}
.executive .executive-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.executive .executive-p span {
  font-weight: 600;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1F4E58;
}
.executive .executive-p p {
  max-width: 92%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
}
.executive .executive-step {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 32px 0;
}
.executive .executive-step li {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 74px;
  width: 225px;
  background: url(../images/executive-step.png) no-repeat center;
  background-size: cover;
}
.executive .executive-step li:first-child {
  background: url(../images/executive-start.png) no-repeat center;
  background-size: cover;
}
.executive .executive-step li:last-child {
  background: url(../images/executive-end.png) no-repeat center;
  background-size: cover;
}
.executive .executive-step li span {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1F4E58;
}
.executive .executive-step li p {
  padding-left: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1F4E58;
}
.executive .executive-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.executive .executive-ul .executive-li {
  display: flex;
  width: 42%;
  align-items: flex-start;
  margin-bottom: 40px;
}
.executive .executive-ul .executive-li img {
  margin-top: 8px;
}
.executive .executive-ul .executive-li .executive-desc {
  padding-left: 30px;
}
.executive .executive-ul .executive-li .executive-desc span {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1F4E58;
}
.executive .executive-ul .executive-li .executive-desc p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #87898E;
}
.executive .flexble-box {
  display: flex;
  height: 241px;
  max-width: 1253px;
  background: #F7F9FB;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.executive .flexble-box .flexble-ratio {
  display: flex;
}
.executive .flexble-box .flexble-ratio li {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 88px;
  height: 88px;
  margin: 50px 15px;
}
.executive .flexble-box .flexble-ratio li:nth-child(1) {
  background: url(../images/ratio-1.png) no-repeat;
  background-size: cover;
}
.executive .flexble-box .flexble-ratio li:nth-child(2) {
  background: url(../images/ratio-2.png) no-repeat;
  background-size: cover;
}
.executive .flexble-box .flexble-ratio li:nth-child(3) {
  background: url(../images/ratio-3.png) no-repeat;
  background-size: cover;
}
.executive .flexble-box .flexble-ratio li p,
.executive .flexble-box .flexble-ratio li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1F4E58;
}
.executive .flexble-box .flexble-info {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
}
.executive .flexble-box .flexble-p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.executive .flexble-box .flexble-p span {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1F4E58;
}
.executive .flexble-box .flexble-p p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #606266;
}
@media (max-width: 1480px) {
  .executive {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .executive .executive-p {
    padding-top: 16px;
  }
  .executive .executive-step {
    padding: 24px 0;
  }
  .executive .executive-step li {
    height: 64px;
    width: 200px;
  }
  .executive .executive-step li span {
    font-size: 24px;
    line-height: 1.5;
  }
  .executive .executive-step li p {
    padding-left: 6px;
    font-size: 17px;
    line-height: 1.5;
  }
  .executive .executive-ul {
    padding-top: 20px;
  }
  .executive .executive-ul .executive-li {
    margin-bottom: 26px;
  }
  .executive .executive-ul .executive-li img {
    margin-top: 8px;
  }
  .executive .executive-ul .executive-li .executive-desc {
    padding-left: 16px;
  }
  .executive .executive-ul .executive-li .executive-desc span {
    font-size: 18px;
    line-height: 1.2;
  }
  .executive .executive-ul .executive-li .executive-desc p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .executive {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .executive .executive-p {
    padding-top: 8px;
  }
  .executive .executive-p span {
    font-size: 18px;
    line-height: 1.6;
  }
  .executive .executive-p p {
    line-height: 1.5;
  }
  .executive .executive-step {
    padding: 18px 0;
  }
  .executive .executive-step li {
    height: 54px;
    width: 20%;
  }
  .executive .executive-step li span {
    font-size: 20px;
  }
  .executive .executive-step li p {
    padding-left: 4px;
    font-size: 16px;
  }
  .executive .executive-ul {
    padding-top: 10px;
  }
  .executive .executive-ul .executive-li {
    margin-bottom: 18px;
  }
  .executive .executive-ul .executive-li img {
    margin-top: 8px;
    width: 60px;
  }
  .executive .executive-ul .executive-li .executive-desc {
    padding-left: 10px;
  }
  .executive .executive-ul .executive-li .executive-desc span {
    font-size: 17px;
  }
  .executive .executive-ul .executive-li .executive-desc p {
    margin-top: 3px;
  }
  .executive .flexble-box {
    margin: 20px 0;
    height: auto;
  }
  .executive .flexble-box .flexble-ratio li {
    height: 80px;
    width: 80px;
    margin: 40px 10px 26px 10px;
  }
  .executive .flexble-box .flexble-ratio li p,
  .executive .flexble-box .flexble-ratio li span {
    font-size: 13px;
    line-height: 1.4;
  }
  .executive .flexble-box .flexble-info {
    padding-top: 40px;
  }
  .executive .flexble-box .flexble-p span {
    font-size: 24px;
    line-height: 1.3;
  }
  .executive .flexble-box .flexble-p p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 980px) {
  .executive {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .executive .executive-p {
    padding-top: 8px;
  }
  .executive .executive-p p {
    font-size: 14px;
  }
  .executive .executive-step {
    padding: 16px 0;
  }
  .executive .executive-step li {
    height: 46px;
  }
  .executive .executive-step li span {
    font-size: 18px;
  }
  .executive .executive-step li p {
    padding-left: 2px;
    font-size: 14px;
  }
  .executive .executive-ul {
    padding-top: 10px;
  }
  .executive .executive-ul .executive-li {
    width: 48%;
    margin-bottom: 10px;
  }
  .executive .executive-ul .executive-li .executive-desc {
    padding-left: 10px;
  }
  .executive .executive-ul .executive-li .executive-desc span {
    font-size: 16px;
  }
  .executive .executive-ul .executive-li .executive-desc p {
    margin-top: 3px;
  }
  .executive .flexble-box .flexble-ratio li {
    height: 80px;
    width: 80px;
    margin: 26px 6px 16px 6px;
  }
  .executive .flexble-box .flexble-ratio li p,
  .executive .flexble-box .flexble-ratio li span {
    font-size: 13px;
    line-height: 1.4;
  }
  .executive .flexble-box .flexble-info {
    padding-top: 40px;
  }
  .executive .flexble-box .flexble-p span {
    font-size: 20px;
  }
  .executive .flexble-box .flexble-p p {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .executive {
    padding-bottom: 20px;
  }
  .executive .executive-p p {
    font-size: 13px;
    max-width: 100%;
  }
  .executive .executive-step {
    padding: 16px 0;
    flex-wrap: wrap;
  }
  .executive .executive-step li {
    height: 36px;
    width: 50%;
    margin-bottom: 10px;
  }
  .executive .executive-step li span {
    font-size: 16px;
  }
  .executive .executive-step li p {
    padding-left: 2px;
    font-size: 12px;
  }
  .executive .executive-ul {
    padding-top: 0px;
  }
  .executive .executive-ul .executive-li {
    width: 100%;
  }
  .executive .executive-ul .executive-li .executive-desc span {
    font-size: 15px;
  }
  .executive .executive-ul .executive-li .executive-desc p {
    font-size: 12px;
  }
  .executive .flexble-box {
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
  }
  .executive .flexble-box .flexble-info {
    padding-top: 20px;
  }
  .executive .flexble-box .flexble-p span {
    font-size: 18px;
  }
  .executive .flexble-box .flexble-p p {
    font-size: 12px;
  }
}
.mode {
  padding-top: 94px;
  padding-bottom: 100px;
}
.mode .mode-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  background: url(../images/mode-box.png) no-repeat center;
  padding-top: 50px;
}
.mode .mode-box li:nth-child(even) {
  margin-top: 50px;
}
.mode .mode-box li p {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #E9EDEE;
}
.mode .mode-box li span {
  display: block;
  padding-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
}
@media (max-width: 1480px) {
  .mode {
    padding: 70px 0;
  }
  .mode .mode-box {
    padding-top: 40px;
  }
  .mode .mode-box li:nth-child(even) {
    margin-top: 40px;
  }
  .mode .mode-box li p {
    width: 100px;
    height: 100px;
  }
  .mode .mode-box li p img {
    width: 46px;
  }
  .mode .mode-box li span {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .mode {
    padding: 50px 0;
  }
  .mode .mode-box {
    padding-top: 30px;
  }
  .mode .mode-box li:nth-child(even) {
    margin-top: 30px;
  }
  .mode .mode-box li p {
    width: 80px;
    height: 80px;
  }
  .mode .mode-box li p img {
    width: 36px;
  }
  .mode .mode-box li span {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .mode .mode-box {
    padding-top: 20px;
  }
  .mode .mode-box li:nth-child(even) {
    margin-top: 20px;
  }
  .mode .mode-box li p {
    width: 70px;
    height: 70px;
  }
  .mode .mode-box li p img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .mode {
    padding: 40px 0;
  }
  .mode .mode-box {
    padding-top: 0px;
    margin-top: 20px;
  }
  .mode .mode-box li:nth-child(even) {
    margin-top: 10px;
  }
  .mode .mode-box li p {
    width: 50px;
    height: 50px;
  }
  .mode .mode-box li p img {
    width: 20px;
  }
  .mode .mode-box li span {
    font-size: 12px;
    padding-top: 6px;
  }
}
.character {
  background: #F7F9FB;
  padding: 96px 0;
}
.character .character-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.character .character-ul .character-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  height: 330px;
  background: #ffffff;
  padding-top: 50px;
  position: relative;
  cursor: pointer;
}
.character .character-ul .character-li .character-pic img:last-child {
  display: none;
}
.character .character-ul .character-li.on {
  background-image: url(/static/images/character-bg1.jpg);
  background-size: cover;
}
.character .character-ul .character-li.on .character-pic img:first-child {
  display: none;
}
.character .character-ul .character-li.on .character-pic img:last-child {
  display: block;
}
.character .character-ul .character-li.on span {
  color: #ffffff;
}
.character .character-ul .character-li.on p {
  color: #ffffff;
}
.character .character-ul .character-li.on:nth-child(2) {
  background-image: url(/static/images/character-bg2.jpg);
  background-size: cover;
}
.character .character-ul .character-li.on:nth-child(3) {
  background-image: url(/static/images/character-bg3.jpg);
  background-size: cover;
}
.character .character-ul .character-li.on:nth-child(4) {
  background-image: url(/static/images/character-bg4.jpg);
  background-size: cover;
}
.character .character-ul .character-li span {
  display: block;
  padding-top: 22px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #303133;
}
.character .character-ul .character-li p {
  padding-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #606266;
}
@media (max-width: 1480px) {
  .character {
    padding: 70px 0;
  }
  .character .character-ul {
    padding-top: 40px;
  }
  .character .character-ul .character-li {
    width: 23%;
    height: 280px;
    padding-top: 30px;
  }
  .character .character-ul .character-li span {
    padding-top: 18px;
    font-size: 18px;
    line-height: 1.4;
  }
  .character .character-ul .character-li p {
    padding-top: 6px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .character {
    padding: 50px 0;
  }
  .character .character-ul {
    padding-top: 30px;
  }
  .character .character-ul .character-li {
    height: 230px;
    padding-top: 20px;
  }
  .character .character-ul .character-li span {
    padding-top: 10px;
    font-size: 16px;
  }
  .character .character-ul .character-li p {
    padding-top: 4px;
  }
}
@media (max-width: 980px) {
  .character .character-ul {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .character .character-ul .character-li {
    height: 200px;
    width: 48.5%;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .character .character-ul .character-li .character-pic {
    width: 48px;
  }
  .character .character-ul .character-li span {
    padding-top: 10px;
    font-size: 14px;
  }
  .character .character-ul .character-li p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .character {
    padding: 40px 0;
  }
  .character .character-ul .character-li {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
.quality {
  padding: 96px 0;
}
.quality .quality-main {
  padding-top: 40px;
  position: relative;
}
.quality .swiper-button-prev,
.quality .swiper-button-next {
  width: 38px;
  height: 38px;
  top: 50%;
  margin: 0;
}
.quality .swiper-button-prev {
  left: -60px;
  background: url(../images/history-next.svg) no-repeat;
  background-size: cover;
}
.quality .swiper-button-next {
  right: -60px;
  background: url(../images/history-prev.svg) no-repeat;
  background-size: cover;
}
.quality .quality-li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quality .quality-li span {
  display: block;
  padding-top: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #303133;
}
.quality .quality-li p {
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #87898E;
}
@media (max-width: 1480px) {
  .quality {
    padding: 70px 0;
  }
  .quality .quality-main {
    padding-top: 30px;
  }
  .quality .quality-li span {
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
  .quality .quality-li p {
    padding-top: 6px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .quality {
    padding: 50px 0;
  }
  .quality .quality-main {
    padding-top: 20px;
  }
  .quality .quality-li span {
    padding-top: 10px;
  }
  .quality .quality-li p {
    padding-top: 4px;
  }
  .quality .swiper-button-prev,
  .quality .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 40%;
  }
}
@media (max-width: 980px) {
  .quality .swiper-button-prev,
  .quality .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 40%;
  }
  .quality .swiper-button-prev {
    left: -40px;
  }
  .quality .swiper-button-next {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .quality {
    padding: 40px 0;
  }
  .quality .quality-li img {
    width: 100%;
  }
  .quality .swiper-button-prev,
  .quality .swiper-button-next {
    display: none;
  }
}
.sourcing-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
}
.sourcing-box li {
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 60px;
  width: 200px;
  height: 86px;
  background: rgba(31, 78, 88, 0.08);
  position: relative;
}
.sourcing-box li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #D2DEDC;
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(40%);
  border-radius: 50%;
}
.sourcing-box li .triangle {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: rgba(31, 78, 88, 0.08);
}
.sourcing-box li .triangle::after {
  content: '';
  position: absolute;
  right: -10px;
  top: -80px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  z-index: 2;
}
.sourcing-box li span {
  font-family: 'Poppins-Bold';
  font-size: 36px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(31, 78, 88, 0.18);
}
.sourcing-box li p {
  padding-left: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1F4E58;
}
.sourcing-box.sourcing-reverse {
  padding-top: 10px;
  justify-content: center;
}
.sourcing-box.sourcing-reverse li {
  margin: 0 5.5%;
}
.sourcing-box.sourcing-reverse li::before {
  bottom: auto;
  top: -36px;
}
.sourcing-box.sourcing-reverse li .triangle {
  top: -20px;
  bottom: auto;
  border: 10px solid transparent;
  border-bottom-color: rgba(31, 78, 88, 0.08);
}
@media (max-width: 1480px) {
  .sourcing-box {
    padding-top: 40px;
    justify-content: space-around;
  }
  .sourcing-box li {
    margin: 0 30px;
    width: 160px;
    height: 70px;
  }
  .sourcing-box li span {
    font-size: 24px;
    line-height: 1;
  }
  .sourcing-box li p {
    padding-left: 8px;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .sourcing-box {
    padding-top: 40px;
    justify-content: space-around;
  }
  .sourcing-box li {
    margin: 0 16px;
    width: 160px;
    height: 60px;
  }
  .sourcing-box li span {
    font-size: 20px;
    line-height: 1;
  }
  .sourcing-box li p {
    padding-left: 8px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 990px) {
  .sourcing-box li {
    margin: 0px;
    width: 120px;
    height: 50px;
  }
  .sourcing-box li span {
    font-size: 16px;
  }
  .sourcing-box li p {
    padding-left: 4px;
    font-size: 14px;
  }
  .sourcing-box.sourcing-reverse li {
    margin: 0 4%;
  }
}
.sourcing-line {
  display: flex;
  justify-content: center;
  margin: 25px 0 20px 25px;
  width: 100%;
  height: 1px;
  background: #E4E7ED;
}
.sourcing-box-m {
  display: none;
}
@media (max-width: 767px) {
  .sourcing-line,
  .sourcing-box {
    display: none;
  }
  .sourcing-box-m {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sourcing-box-m li {
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 78, 88, 0.08);
    padding: 10px 0;
    margin: 10px 1%;
  }
  .sourcing-box-m li span {
    font-family: 'Poppins-Bold';
    font-size: 18px;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: rgba(31, 78, 88, 0.18);
  }
  .sourcing-box-m li p {
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #1F4E58;
  }
}
.sourcing_ul {
  padding-top: 68px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.sourcing_ul .sourcing-li {
  display: flex;
  align-items: flex-start;
}
.sourcing_ul .sourcing-p {
  padding-left: 30px;
}
.sourcing_ul .sourcing-p span {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #1F4E58;
}
.sourcing_ul .sourcing-p p {
  padding-top: 12px;
  max-width: 260px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #87898E;
}
@media (max-width: 1480px) {
  .sourcing_ul {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sourcing_ul .sourcing-p {
    padding-left: 10px;
  }
  .sourcing_ul .sourcing-p span {
    font-size: 18px;
    line-height: 1.2;
  }
  .sourcing_ul .sourcing-p p {
    padding-top: 6px;
    max-width: 258px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .sourcing_ul {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  .sourcing_ul .sourcing-li {
    margin-bottom: 16px;
  }
}
@media (max-width: 980px) {
  .sourcing_ul .sourcing-li img {
    width: 60px;
  }
  .sourcing_ul .sourcing-p span {
    font-size: 16px;
  }
  .sourcing_ul .sourcing-p p {
    padding-top: 3px;
    font-size: 13px;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .sourcing_ul {
    padding-top: 20px;
  }
  .sourcing_ul .sourcing-li {
    margin-bottom: 10px;
    justify-content: center;
  }
  .sourcing_ul .sourcing-li img {
    width: 50px;
  }
  .sourcing_ul .sourcing-p {
    padding-left: 6px;
  }
  .sourcing_ul .sourcing-p span {
    font-size: 15px;
  }
  .sourcing_ul .sourcing-p p {
    padding-top: 0px;
    font-size: 12px;
  }
}
.outsour {
  background: url(../images/outsourcing-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 94px;
  padding-bottom: 100px;
}
.outsour .outsour-ul {
  display: flex;
  justify-content: space-around;
  margin-top: 36px;
}
.outsour .outsour-side {
  position: relative;
  padding: 46px 20px 0 20px;
}
.outsour .outsour-side .outsour-top {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #D1D1D1;
}
.outsour .outsour-li {
  background: url(../images/outsour-li.png) no-repeat top center;
  width: 375px;
  height: 387px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.outsour .outsour-li::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #B3B9C3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -42px;
}
.outsour .outsour-li span {
  display: block;
  padding-top: 34px;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
}
.outsour .outsour-li p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #606266;
}
.outsour .outsour-li.on {
  background: url(../images/outsour-li-on.png) no-repeat center;
  background-size: contain;
  margin-top: -16px;
}
.outsour .outsour-li.on::after {
  top: -26px;
  background: linear-gradient(0deg, #1F4E58, #1F4E58), #D2DEDC;
}
.outsour .outsour-li.on::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #1F4E58;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media (max-width: 1480px) {
  .outsour {
    padding: 70px 0;
  }
  .outsour .outsour-li {
    height: 360px;
  }
  .outsour .outsour-li span {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  .outsour .outsour-li p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .outsour {
    padding: 60px 0;
  }
  .outsour .outsour-ul {
    margin-top: 26px;
  }
  .outsour .outsour-li {
    width: 100%;
    height: 300px;
  }
  .outsour .outsour-li span {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  .outsour .outsour-li p {
    font-size: 14px;
    line-height: 1.4;
  }
  .outsour .outsour-li.on {
    background: url(../images/outsour-li.png) no-repeat top center;
    margin-top: 0;
  }
  .outsour .outsour-li.on::after {
    top: -42px;
  }
  .outsour .outsour-li.on::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #1F4E58;
    position: absolute;
    left: 50%;
    top: -46px;
    transform: translateX(-50%);
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .outsour {
    padding: 40px 0 50px 0;
  }
  .outsour .outsour-side {
    padding: 30px 10px 0 10px;
  }
  .outsour .outsour-li {
    height: 260px;
  }
  .outsour .outsour-li span {
    padding-top: 6px;
    font-size: 16px;
  }
  .outsour .outsour-li::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #1F4E58;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    border-radius: 50%;
  }
  .outsour .outsour-li::after {
    top: -26px;
    background: linear-gradient(0deg, #1F4E58, #1F4E58), #D2DEDC;
  }
  .outsour .outsour-li.on::after {
    top: -26px;
  }
  .outsour .outsour-li.on::before {
    top: -30px;
  }
}
.seagoing .flexble-box {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-bottom: 40px;
}
.seagoing .seagoing-ul {
  width: 100%;
  padding: 40px 130px 0 130px;
}
.seagoing .seagoing-ul .seagoing-li {
  display: flex;
}
.seagoing .seagoing-ul .seagoing-li span {
  display: block;
  width: 84px;
  height: 170px;
  background: url(../images/seagoing-bg.png) no-repeat;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 18px 0 0 27px;
}
.seagoing .seagoing-ul .seagoing-li p {
  margin-left: 30px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #303133;
}
@media (max-width: 1480px) {
  .seagoing .seagoing-ul {
    padding: 40px 80px 0 80px;
  }
}
@media (max-width: 1200px) {
  .seagoing .flexble-box {
    padding-bottom: 30px;
  }
  .seagoing .seagoing-ul {
    padding: 30px 60px 0 60px;
  }
  .seagoing .seagoing-ul .seagoing-li {
    justify-content: center;
  }
  .seagoing .seagoing-ul .seagoing-li span {
    width: 70px;
    height: 142px;
    background-size: cover;
    font-size: 17px;
    line-height: 1.4;
    padding: 10px 0 0 22px;
  }
  .seagoing .seagoing-ul .seagoing-li p {
    margin: 10px 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 980px) {
  .seagoing .flexble-box {
    padding-bottom: 20px;
  }
  .seagoing .seagoing-ul {
    padding: 30px 30px 0 30px;
  }
  .seagoing .seagoing-ul .seagoing-li span {
    width: 60px;
    height: 122px;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 0 0 18px;
  }
  .seagoing .seagoing-ul .seagoing-li p {
    margin: 8px 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .seagoing .seagoing-ul {
    padding: 26px 20px 0 20px;
  }
  .seagoing .seagoing-ul .seagoing-li span {
    width: 50px;
    height: 102px;
    font-size: 15px;
    line-height: 1.2;
    padding: 6px 0 0 16px;
  }
}
.seagoing-adv {
  background: url(../images/seagoing-adv.jpg) no-repeat;
  height: 540px;
}
.seagoing-adv .seagoing-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 240px;
}
.seagoing-adv .seagoing-tel span {
  font-weight: 500;
  font-size: 32px;
  line-height: 190%;
  text-align: center;
  color: #FFFFFF;
}
.seagoing-adv .seagoing-tel p {
  max-width: 1077px;
  font-weight: 400;
  font-size: 15px;
  line-height: 190%;
  text-align: center;
  color: #FFFFFF;
}
.seagoing-adv .seagoing-tel .solution-more {
  color: #ffffff;
}
@media (max-width: 1480px) {
  .seagoing-adv {
    height: auto;
    padding: 70px 0;
  }
  .seagoing-adv .seagoing-tel {
    padding-top: 0;
  }
  .seagoing-adv .seagoing-tel span {
    font-size: 28px;
    line-height: 1.6;
  }
  .seagoing-adv .seagoing-tel p {
    font-size: 15px;
    line-height: 190%;
  }
}
@media (max-width: 1200px) {
  .seagoing-adv {
    padding: 60px 0;
  }
  .seagoing-adv .seagoing-tel span {
    font-size: 24px;
  }
  .seagoing-adv .seagoing-tel p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 980px) {
  .seagoing-adv {
    padding: 50px 0;
  }
  .seagoing-adv .seagoing-tel span {
    font-size: 20px;
  }
  .seagoing-adv .seagoing-tel p {
    margin-top: 3px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .seagoing-adv {
    padding: 40px 0;
  }
  .seagoing-adv .seagoing-tel span {
    font-size: 16px;
  }
  .seagoing-adv .seagoing-tel p {
    font-size: 12px;
  }
}
.market {
  margin-top: 100px;
}
.market .container {
  display: flex;
}
.market .container .market-pic {
  width: 800px;
  height: 460px;
}
.market .container .market-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 568px;
  height: 460px;
  background: #F7F9FB;
  padding: 0 46px 0 50px;
}
.market .container .market-box b {
  display: block;
  margin-top: 60px;
  font-family: 'Poppins-Bold';
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #1F4E58;
}
.market .container .market-box span {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #1F4E58;
}
.market .container .market-box p {
  margin-top: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  color: #606266;
}
@media (max-width: 1480px) {
  .market {
    margin-top: 70px;
  }
  .market .container .market-pic {
    width: 50%;
    height: 400px;
    overflow: hidden;
  }
  .market .container .market-pic img {
    height: 100%;
    max-width: none;
  }
  .market .container .market-box {
    width: 50%;
    height: 400px;
    padding: 0 20px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .market .container .market-box b {
    margin-top: 0px;
    font-size: 36px;
    line-height: 1.5;
  }
  .market .container .market-box span {
    font-size: 26px;
    line-height: 1.5;
  }
  .market .container .market-box p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 1200px) {
  .market {
    margin-top: 60px;
  }
  .market .container .market-pic {
    height: 300px;
  }
  .market .container .market-box {
    height: 300px;
    padding: 0 20px 0 30px;
  }
  .market .container .market-box b {
    font-size: 26px;
    line-height: 1.2;
  }
  .market .container .market-box span {
    font-size: 18px;
    line-height: 1.5;
  }
  .market .container .market-box p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 980px) {
  .market {
    margin-top: 50px;
  }
  .market .container {
    flex-direction: column;
  }
  .market .container .market-pic {
    height: auto;
    width: 100%;
  }
  .market .container .market-box {
    height: auto;
    width: 100%;
    padding: 16px;
  }
  .market .container .market-box b {
    font-size: 20px;
  }
  .market .container .market-box span {
    font-size: 16px;
  }
  .market .container .market-box p {
    margin-top: 3px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .market {
    margin-top: 40px;
  }
  .market .container .market-pic img {
    height: auto;
    max-width: 100%;
  }
  .market .container .market-box {
    padding: 10px 14px;
  }
  .market .container .market-box b {
    font-size: 18px;
  }
  .market .container .market-box span {
    font-size: 14px;
  }
  .market .container .market-box p {
    font-size: 13px;
  }
}
.advantage {
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .advantage {
    padding-top: 10px;
  }
}
.survey .flexble-name {
  padding-top: 30px;
}
.survey .survey-ul {
  padding-top: 60px;
}
.survey .survey-ul .survey-li {
  width: 310px;
  height: 320px;
  background: #F7F9FB;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.survey .survey-ul .survey-li span {
  display: block;
  padding-top: 26px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
}
.survey .survey-ul .survey-li p {
  padding-top: 10px;
  max-width: 250px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #606266;
}
@media (max-width: 1480px) {
  .survey .survey-ul {
    padding-top: 50px;
  }
  .survey .survey-ul .survey-li {
    width: 100%;
    height: 280px;
    padding-top: 30px;
  }
  .survey .survey-ul .survey-li span {
    padding-top: 12px;
    font-size: 18px;
    line-height: 1.6;
  }
  .survey .survey-ul .survey-li p {
    padding-top: 10px;
    max-width: 80%;
    line-height: 1.6;
  }
}
@media (max-width: 1200px) {
  .survey .survey-ul {
    padding-top: 40px;
  }
  .survey .survey-ul .survey-li {
    height: 200px;
    padding-top: 26px;
  }
  .survey .survey-ul .survey-li span {
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.6;
  }
  .survey .survey-ul .survey-li p {
    padding-top: 6px;
    max-width: 90%;
    line-height: 1.4;
  }
}
@media (max-width: 980px) {
  .survey .survey-ul .survey-li {
    height: 180px;
    padding: 20px 0;
  }
  .survey .survey-ul .survey-li img {
    width: 60px;
  }
  .survey .survey-ul .survey-li span {
    padding-top: 8px;
    font-size: 15px;
    line-height: 1.6;
  }
  .survey .survey-ul .survey-li p {
    padding-top: 3px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .survey .survey-ul .survey-li img {
    width: 50px;
  }
  .survey .survey-ul .survey-li span {
    font-size: 14px;
  }
}
.introd {
  padding-top: 96px;
}
.introd .introd-ul {
  padding-top: 60px;
}
.introd .introd-ul .introd-li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introd .introd-ul .introd-li span {
  display: block;
  padding-top: 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303133;
}
@media (max-width: 1480px) {
  .introd {
    padding-top: 70px;
  }
  .introd .introd-ul {
    padding-top: 50px;
  }
  .introd .introd-ul .introd-li span {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 1200px) {
  .introd {
    padding-top: 60px;
  }
  .introd .introd-ul {
    padding-top: 40px;
  }
  .introd .introd-ul .introd-li span {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 980px) {
  .introd {
    padding-top: 50px;
  }
  .introd .introd-ul .introd-li span {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .introd {
    padding-top: 40px;
  }
  .introd .introd-ul {
    padding-top: 30px;
  }
  .introd .introd-ul .introd-li span {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.business {
  padding-top: 30px;
}
.business .business-ul {
  padding-top: 50px;
}
.business .business-ul .business-li span {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 70px;
  background: #F7F9FB;
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  color: #303133;
}
@media (max-width: 1480px) {
  .business .business-ul .business-li span {
    height: 60px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 1200px) {
  .business .business-ul {
    padding-top: 40px;
  }
  .business .business-ul .business-li span {
    height: 50px;
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .business {
    padding-top: 10px;
  }
  .business .business-ul {
    padding-top: 30px;
  }
  .business .business-ul .business-li span {
    height: 36px;
    font-size: 13px;
  }
}
.case .case-ul {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}
.case .case-ul .case-li {
  width: auto;
  background: #F7F9FB;
  padding: 24px;
  display: flex;
}
.case .case-ul .case-li .case-pic{
    width:160px;
    height:120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
}
.case .case-ul .case-li .case-desc {
  padding-left: 20px;
  flex:1;
}
.case .case-ul .case-li span {
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  color: #303133;
}
.case .case-ul .case-li p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  color: #606266;
  min-height: 80px;
  word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width: 1480px) {
  .case .case-ul .case-li {
    height: auto;
    padding: 16px;
  }
  .case .case-ul .case-li .case-desc {
    padding-left: 20px;
  }
  .case .case-ul .case-li span {
    font-size: 16px;
    line-height: 1.6;
  }
  .case .case-ul .case-li p {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .case .case-ul {
    padding-top: 40px;
  }
  .case .case-ul .case-li {
    flex-direction: column;
  }
  .case .case-ul .case-li .case-pic img {
    width: 100%;
  }
  .case .case-ul .case-li .case-desc {
    margin-top: 10px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .case .case-ul {
    padding-top: 30px;
  }
  .case .case-ul .case-li {
    padding: 14px;
  }
  .case .case-ul .case-li .case-pic{
      width:100%;
  }
  .case .case-ul .case-li .case-pic img {
    width: 100%;
  }
  .case .case-ul .case-li .case-desc {
    margin-top: 6px;
  }
  .case .case-ul .case-li .case-desc span {
    font-size: 14px;
  }
  .case .case-ul .case-li .case-desc p {
    line-height: 1.4;
  }
}
.report-ul {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.report-ul .sourcing-li {
  margin-bottom: 38px;
}
@media (max-width: 1200px) {
  .report-ul .sourcing-li {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .report-ul .sourcing-li {
    margin-bottom: 10px;
  }
}
.paper {
  padding-bottom: 100px;
}
.paper .flexble-name {
  padding-top: 0;
  margin-bottom: 50px;
}
.paper .paper-p {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #606266;
}
.paper .paper-ul {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.paper .paper-ul .paper-li {
  display: flex;
  width: 664px;
  height: 256px;
  background: #F7F9FB;
  padding: 20px;
}
.paper .paper-ul .paper-pic {
  width: 164px;
  height: 215px;
}
.paper .paper-ul .paper-desc {
  width: 423px;
  margin-left: 30px;
  position: relative;
}
.paper .paper-ul .paper-desc span {
  display: block;
  padding-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  color: #303133;
}
.paper .paper-ul .paper-desc p {
  padding-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #606266;
}
.paper .paper-ul .paper-desc a {
  position: absolute;
  padding-left: 20px;
  bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #606266;
}
.paper .paper-ul .paper-desc a::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/paper-load.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
}
@media (max-width: 1480px) {
  .paper {
    padding-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .paper {
    padding-bottom: 60px;
  }
  .paper .flexble-name {
    margin-bottom: 30px;
  }
  .paper .paper-p {
    line-height: 1.4;
  }
  .paper .paper-ul .paper-li {
    width: 100%;
  }
  .paper .paper-ul .paper-pic {
    width: 164px;
    height: 215px;
  }
  .paper .paper-ul .paper-desc {
    flex: 1;
    width: auto;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .paper {
    padding-bottom: 40px;
  }
  .paper .paper-ul {
    padding-top: 20px;
  }
  .paper .paper-ul .paper-li {
    height: auto;
    padding: 16px;
    flex-direction: column;
  }
  .paper .paper-ul .paper-pic {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .paper .paper-ul .paper-desc {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .paper .paper-ul .paper-desc span {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .paper .paper-ul .paper-desc p {
    padding-top: 4px;
    font-size: 13px;
    line-height: 1.5;
  }
  .paper .paper-ul .paper-desc a {
    position: relative;
    bottom: auto;
  }
}
.angle {
  background: url(../images/angle-pic.jpg) no-repeat top center;
  padding-bottom: 100px;
}
.angle .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.angle .angle-box {
  margin-top: 234px;
  width: 1200px;
  min-height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 56px;
}
.angle .angle-box .angle-p {
  margin-top: 16px;
  max-width: 1010px;
  font-weight: 400;
  font-size: 15px;
  line-height: 190%;
  text-align: center;
  color: #303133;
}
.angle .angle-desc {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 12px;
}
.angle .angle-desc .angle-li {
  margin-top: 30px;
}
.angle .angle-desc .angle-li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 190%;
  color: #303133;
}
.angle .angle-desc .angle-li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #606266;
}
.angle .angle-info {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  padding: 40px 20px;
  border-bottom: 1px solid #EBEEF5;
}
.angle .angle-info li {
  display: flex;
}
.angle .angle-info li .angle-num {
  padding-left: 30px;
}
.angle .angle-info li .angle-num span {
  font-family: 'OPPOSans';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #1F4E58;
}
.angle .angle-info li .angle-num span b {
  font-family: 'Poppins-Bold';
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
}
.angle .angle-info li .angle-num p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #606266;
}
.angle .angle-ul {
  display: flex;
  justify-content: center;
  padding: 50px 0 60px 0;
}
.angle .angle-ul .angle-li {
  display: flex;
  align-items: flex-start;
  margin: 0 31px;
}
.angle .angle-ul .angle-li .angle-gen {
  width: 360px;
  padding-left: 30px;
}
.angle .angle-ul .angle-li .angle-gen span {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #303133;
}
.angle .angle-ul .angle-li .angle-gen p {
  padding-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #303133;
}
@media (max-width: 1480px) {
  .angle {
    padding-bottom: 70px;
  }
  .angle .angle-box {
    margin-top: 180px;
    min-height: auto;
    padding: 50px 0;
  }
  .angle .angle-box .angle-p {
    margin-top: 8px;
  }
  .angle .angle-desc .angle-li {
    margin-top: 20px;
  }
  .angle .angle-info {
    padding: 30px 16px;
  }
  .angle .angle-ul {
    padding: 30px 0 10px 0;
  }
}
@media (max-width: 1200px) {
  .angle {
    padding-bottom: 50px;
  }
  .angle .angle-box {
    width: 98%;
    margin-top: 140px;
    padding: 30px 20px;
  }
  .angle .angle-box .angle-p {
    font-size: 14px;
    line-height: 1.5;
  }
  .angle .angle-desc {
    max-width: 90%;
  }
  .angle .angle-desc .angle-li {
    margin-top: 10px;
  }
  .angle .angle-info {
    width: 100%;
    padding: 20px 16px;
  }
  .angle .angle-info li .angle-num {
    padding-left: 10px;
  }
  .angle .angle-info li .angle-num span b {
    font-size: 28px;
    line-height: 1.2;
  }
  .angle .angle-ul {
    padding: 30px 0 10px 0;
  }
  .angle .angle-ul .angle-li {
    margin: 0 14px;
  }
  .angle .angle-ul .angle-li .angle-gen {
    width: auto;
    flex: 1;
    padding-left: 10px;
  }
  .angle .angle-ul .angle-li .angle-gen span {
    font-size: 18px;
    line-height: 1.4;
  }
  .angle .angle-ul .angle-li .angle-gen p {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 980px) {
  .angle {
    background-size: contain;
    padding-bottom: 40px;
  }
  .angle .angle-box {
    width: 98%;
    margin-top: 80px;
    padding: 20px 16px;
  }
  .angle .angle-box .angle-p {
    font-size: 13px;
    margin-top: 4px;
  }
  .angle .angle-desc {
    max-width: 90%;
    padding-top: 8px;
  }
  .angle .angle-desc .angle-li {
    margin-top: 8px;
  }
  .angle .angle-desc .angle-li span {
    font-size: 16px;
    line-height: 1.5;
  }
  .angle .angle-desc .angle-li p {
    font-size: 13px;
    line-height: 1.4;
  }
  .angle .angle-info {
    width: 100%;
    padding: 20px 16px;
  }
  .angle .angle-info li .angle-pic img {
    width: 50px;
  }
  .angle .angle-info li .angle-num {
    padding-left: 10px;
  }
  .angle .angle-info li .angle-num span b {
    font-size: 20px;
    line-height: 1;
  }
  .angle .angle-info li .angle-num p {
    font-size: 13px;
    line-height: 1.2;
  }
  .angle .angle-ul {
    padding: 20px 0 10px 0;
  }
  .angle .angle-ul .angle-li {
    margin: 0 14px;
  }
  .angle .angle-ul .angle-li img {
    width: 50px;
  }
  .angle .angle-ul .angle-li .angle-gen {
    padding-left: 6px;
  }
  .angle .angle-ul .angle-li .angle-gen span {
    font-size: 16px;
  }
  .angle .angle-ul .angle-li .angle-gen p {
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  .angle .angle-box {
    padding: 16px 14px;
  }
  .angle .angle-info {
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
  }
  .angle .angle-info li:nth-child(2){
      order:3;
  }
  .angle .angle-info li {
    margin-bottom: 10px;
    align-items: center;
  }
  .angle .angle-ul {
    padding: 8px 0;
    flex-direction: column;
  }
  .angle .angle-ul .angle-li {
    margin: 8px 0;
    align-items: center;
  }
}
.angle-bottom {
  padding-bottom: 20px;
  background: url(/uploads/20230517/d1bb8e782329c1d2dac8e3ffd870f0da.jpg) no-repeat top center;
}
.guest {
  padding-bottom: 80px;
}
.guest .guest-ul {
  padding-top: 60px;
  margin: 0 40px;
}
.guest .guest-ul .guest-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.guest .guest-ul .guest-li .guest-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.guest .guest-ul .guest-li p {
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #303133;
}
.guest .guest-ul .guest-li span {
  padding-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #303133;
}
@media (max-width: 1480px) {
  .guest {
    padding-bottom: 50px;
  }
  .guest .guest-ul {
    padding-top: 50px;
    margin: 0 20px;
  }
  .guest .guest-ul .guest-li p {
    padding-top: 10px;
    line-height: 1.2;
  }
  .guest .guest-ul .guest-li span {
    padding-top: 6px;
    line-height: 1.2;
  }
}
@media (max-width: 980px) {
  .guest {
    padding-bottom: 40px;
  }
  .guest .guest-ul {
    padding-top: 40px;
    margin: 0 10px;
  }
  .guest .guest-ul .guest-li p {
    padding-top: 6px;
    line-height: 1.2;
    font-size: 14px;
  }
  .guest .guest-ul .guest-li span {
    padding-top: 4px;
    line-height: 1.2;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .guest .guest-ul {
    padding-top: 30px;
  }
  .guest .guest-ul .guest-li .guest-pic {
    width: 100px;
    height: 100px;
  }
}
.news .container {
  display: flex;
  flex-wrap: wrap;
}
.news .news-box {
  padding: 30px;
  width: 31.2%;
  margin-top: 3.69%;
  margin-right: 2.13%;
  border: 1px solid #e3e4e5;
  box-sizing: border-box;
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.news .news-box:hover {
  box-shadow: 0 5px 50px rgba(2, 47, 82, 0.3);
}
.news .news-box:hover a::after {
  width: 100%;
}
.news .news-box:hover .news-more .ico {
  border: 1px solid #1F4E58;
  background: #1F4E58 url(../images/news-more-on.png) no-repeat center center;
}
.news .news-box a {
  position: relative;
  display: block;
}
.news .news-box a::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background: #1F4E58;
  position: absolute;
  left: 0;
  top: -14px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.news .news-box .news-title {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  height: 64px;
  overflow: hidden;
}
.news .news-box .news-pic {
  height: 198px;
  margin-top: 24px;
  overflow: hidden;
}
.news .news-box .news-desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 20px;
  height: 72px;
  overflow: hidden;
}
.news .news-box .news-more {
  position: relative;
  margin-top: 32px;
  padding-bottom: 5px;
}
.news .news-box .news-more span {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}
.news .news-box .news-more .ico {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #e4e4e4;
  background: url(../images/news-more.png) no-repeat center center;
  border-radius: 50%;
  box-sizing: border-box;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1480px) {
  .news {
    padding-top: 20px;
  }
  .news .news-box {
    padding: 20px;
    margin-top: 2%;
  }
  .news .news-box .news-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .news .news-box .news-pic {
    margin-top: 10px;
  }
  .news .news-box .news-desc {
    margin-top: 10px;
  }
  .news .news-box .news-more {
    margin-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .news {
    padding-top: 10px;
  }
  .news .news-box {
    padding: 16px;
    margin-top: 2%;
    width: 48%;
    margin-right: 2%;
  }
  .news .news-box .news-title {
    font-size: 16px;
    height: auto;
  }
  .news .news-box .news-pic {
    margin-top: 4px;
  }
  .news .news-box .news-desc {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.6;
    height: 66px;
  }
  .news .news-box .news-more {
    margin-top: 4px;
    padding-bottom: 0;
  }
  .news .news-box .news-more .ico {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .news .news-box {
    padding: 14px;
    margin-top: 4%;
    width: 100%;
  }
  .news .news-box .news-more span {
    font-size: 12px;
    line-height: 1.2;
  }
}
.pagination {
  display: inline-block;
  border-radius: 4px;
}
.pager .pagination {
  display: inline-block;
  border-radius: 4px;
  padding: 2rem 0 5rem 0;
}
@media (max-width: 1480px) {
  .pager .pagination {
    padding: 2rem 0 3rem 0;
  }
}
@media (max-width: 980px) {
  .pager .pagination {
    padding: 1rem 0 2rem 0;
  }
}
.pager {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.pager li {
  display: inline;
}
.pager li span,
.pager li a {
  margin: 0 8px;
  padding: 10px 16px;
  background: #ffffff;
  color: #202020;
  border: 1px solid #F5F6F8;
  border-radius: 4px;
}
@media (max-width: 980px) {
  .pager li span,
  .pager li a {
    margin: 0 6px;
    padding: 6px 10px;
  }
  .pager li {
    display: none;
  }
  .pager li:last-child,
  .pager li:first-child {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .pager li span,
  .pager li a {
    font-size: 13px;
    margin: 0 6px;
    padding: 3px 6px;
  }
}
.pager li a:hover,
.pagination > .active > span {
  background: #1F4E58;
  color: #ffffff;
  border-color: #fff;
}
.pagination > .disabled > span {
  background: white !important;
  color: #202020;
  border: 1px solid #F5F6F8;
  border-radius: 4px;
}
.career-bar {
  position: relative;
  background: url(../images/career-bar.jpg) no-repeat center;
  background-size: cover;
  height: 608px;
}
.career-bar .container {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.career-bar .career-title {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
}
.career-bar .career-side {
  width: 800px;
  margin-top: 70px;
}
.career-bar .career-side .career-li {
  width: 90px;
  height: 50px;
  line-height: 16px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  cursor: pointer;
}
.career-bar .career-side .career-li.on {
  background: url(../images/select.png) no-repeat;
  background-size: cover;
}
.career-bar .career-side .career-li.on a {
  color: #1F4E58;
}
.career-bar .career-side .career-li a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.career-bar .career-search {
  width: 800px;
  height: 56px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 13px;
  color: #000;
}
.career-bar .career-search input {
  flex: 1;
  border: none;
}
.career-bar .career-search button {
  width: 120px;
  background: #1F4E58;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  border: none;
}
@media (max-width: 1480px) {
  .career-bar {
    height: 508px;
  }
  .career-bar .career-title {
    font-size: 26px;
  }
  .career-bar .career-side {
    margin-top: 20px;
    width: 700px;
  }
  .career-bar .career-search {
    width: 700px;
    height: 48px;
    padding-left: 10px;
  }
}
@media (max-width: 1200px) {
  .career-bar {
    height: 408px;
  }
  .career-bar .career-side {
    width: 600px;
  }
  .career-bar .career-side .career-li {
    width: auto;
    height: 32px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
  }
  .career-bar .career-side .career-li.on {
    background: none;
    background: #ffffff;
    border-radius: 6px;
  }
  .career-bar .career-side .career-li.on::after {
    content: '';
    width: 12px;
    height: 7px;
    background: url(../images/select-disc.png) no-repeat;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    background-size: cover;
    z-index: 2;
  }
  .career-bar .career-side .career-li a {
    display: block;
    padding: 0 8px;
    font-size: 14px;
  }
  .career-bar .career-search {
    width: 600px;
    height: 48px;
    padding-left: 6px;
    margin-top: 6px;
  }
}
@media (max-width: 980px) {
  .career-bar {
    height: 308px;
  }
  .career-bar .container {
    top: 60px;
  }
  .career-bar .career-side .career-li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
  }
  .career-bar .career-search {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .career-bar {
    height: 280px;
  }
  .career-bar .career-side {
    width: 80%;
  }
  .career-bar .career-side .career-li {
    height: 28px;
  }
  .career-bar .career-side .career-li a {
    padding: 0;
  }
  .career-bar .career-search {
    width: 80%;
    height: 36px;
    padding-left: 2px;
  }
  .career-bar .career-search img {
    width: 30px;
  }
  .career-bar .career-search input {
    width: calc(100% - 15% - 30px);
    flex: none;
  }
  .career-bar .career-search button {
    width: 15%;
  }
}
.process {
  height: 565px;
  background: #F7F9FB;
  padding-top: 96px;
}
.process .process-box {
  position: relative;
  margin-top: 50px;
}
.process .process-box::after {
  content: '';
  width: 1161px;
  height: 151px;
  background: url(../images/process-box.png) no-repeat;
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 1;
}
.process .process-ul {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 22;
}
.process .process-ul li {
  margin: 0 26px;
  height: 74px;
  padding: 0 30px;
  background: #EDF1F2;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
.process .process-ul li:first-child::before {
  display: none;
}
.process .process-ul li::after {
  content: '';
  width: 22px;
  height: 100%;
  background: url(../images/process-end.png) no-repeat;
  position: absolute;
  right: -22px;
  top: 0;
}
.process .process-ul li::before {
  content: '';
  width: 22px;
  height: 100%;
  background: url(../images/process-start.png) no-repeat;
  position: absolute;
  left: -22px;
  top: 0;
}
.process .process-ul li span {
  font-family: 'Poppins-Bold';
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: right;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1F4E58;
}
.process .process-ul li p {
  padding-left: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #1F4E58;
}
@media (max-width: 1480px) {
  .process {
    height: auto;
    padding: 70px 0 30px 0;
  }
  .process .process-box {
    margin-top: 30px;
  }
  .process .process-box::after {
    background: none;
  }
  .process .process-ul {
    margin-bottom: 40px;
  }
  .process .process-ul li {
    padding: 0 16px;
    margin: 0 20px;
  }
  .process .process-ul li p {
    padding-left: 6px;
    font-size: 16px;
    line-height: 1.6;
  }
  .process .process-ul.process-end {
    flex-direction: row-reverse;
  }
  .process .process-ul.process-end li:last-child::before {
    display: none;
  }
  .process .process-ul.process-end li:first-child::before {
    display: block;
    background: url(../images/process-start.png) no-repeat;
  }
}
@media (max-width: 1200px) {
  .process {
    padding: 50px 0 20px 0;
  }
  .process .process-box {
    margin-top: 20px;
  }
  .process .process-box::after {
    background: none;
  }
  .process .process-ul {
    margin-bottom: 30px;
  }
  .process .process-ul li {
    padding: 0 12px;
    margin: 0 16px;
    height: 60px;
  }
  .process .process-ul li::before,
  .process .process-ul li::after {
    background-size: cover;
    background-position: center;
  }
  .process .process-ul li span {
    font-size: 22px;
  }
  .process .process-ul li p {
    padding-left: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.process-wap {
  display: none !important;
}
@media (max-width: 980px) {
  .process .process-ul {
    display: none !important;
  }
  .process .process-ul.process-wap {
    display: flex !important;
    flex-wrap: wrap;
  }
  .process .process-ul.process-wap li {
    height: auto;
    padding: 4px 10px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .process {
    padding: 40px 0 20px 0;
  }
  .process .process-ul.process-wap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .process .process-ul.process-wap li {
    padding: 2px 0;
    margin-bottom: 12px;
  }
}
.query {
  padding-top: 100px;
  padding-bottom: 70px;
}
.query .container {
  display: flex;
}
.query .container .screen {
  width: 320px;
}
.query .container .screen .screen-name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.query .container .screen .screen-item {
  padding: 20px 0 20px 16px;
  border-bottom: 1px solid #e8e8e8;
}
.query .container .screen .screen-item:last-child {
  border-bottom: none;
}
.query .container .screen .screen-item dt {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
.query .container .screen .screen-item dd {
  padding: 10px 0;
  cursor: pointer;
}
.query .container .screen .screen-item dd input[type='checkbox'] {
  width: 18px;
  height: 18px;
  background-color: #008fd0 !important;
}
.query .container .screen .screen-item dd span {
  display: inline-block;
  text-indent: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.query .container .result {
  border-left: 1px solid #e8e8e8;
  padding-left: 50px;
  flex: 1;
}
.query .container .result .result-name {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #000000;
}
.query .container .result .result-box {
  padding-top: 30px;
}
.query .container .result .result-li {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.query .container .result .result-li::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/result-disc.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 8px;
}
.query .container .result .result-li.on::after {
  background: url(../images/result-disc-2.svg) no-repeat;
  background-size: cover;
}
.query .container .result .result-li span {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #303133;
}
.query .container .result .result-li p {
  padding-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #606266;
}
.query .container .result .result-li .result-body {
  display: none;
  height: 0px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #606266;
}
.query .container .result .result-li.on .result-body {
  display: block;
  height: auto;
}
@media (max-width: 1480px) {
  .query {
    padding: 70px 0;
  }
  .query .container .screen .screen-name {
    line-height: 1.4;
  }
  .query .container .screen .screen-item {
    padding: 16px 0 16px 12px;
  }
  .query .container .screen .screen-item dd {
    padding: 6px 0;
  }
  .query .container .screen .screen-item dd input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  .query .container .result .result-li {
    margin-bottom: 20px;
  }
  .query .container .result .result-li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .query .container .result .result-box {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .query {
    padding: 50px 0;
  }
  .query .container .screen {
    width: 260px;
  }
  .query .container .screen .screen-item {
    padding: 16px 0 16px 12px;
  }
  .query .container .screen .screen-item dt {
    font-size: 16px;
  }
  .query .container .screen .screen-item dd {
    padding: 4px 0;
  }
  .query .container .screen .screen-item dd input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  .query .container .screen .screen-item dd span {
    text-indent: 0.3rem;
  }
  .query .container .result {
    padding-left: 30px;
  }
  .query .container .result .result-name {
    font-size: 26px;
    line-height: 1.4;
  }
  .query .container .result .result-li {
    margin-bottom: 16px;
  }
  .query .container .result .result-li span {
    font-size: 18px;
    line-height: 1.4;
  }
  .query .container .result .result-box {
    padding-top: 10px;
  }
}
@media (max-width: 980px) {
  .query .container .screen {
    width: 200px;
  }
  .query .container .screen .screen-item {
    padding: 10px 0 10px 8px;
  }
  .query .container .screen .screen-item dt {
    font-size: 15px;
  }
  .query .container .screen .screen-item dd {
    padding: 3px 0;
  }
  .query .container .screen .screen-item dd span {
    text-indent: 0.2rem;
  }
  .query .container .result {
    padding-left: 24px;
  }
  .query .container .result .result-name {
    font-size: 20px;
  }
  .query .container .result .result-li {
    margin-bottom: 10px;
  }
  .query .container .result .result-li span {
    font-size: 16px;
  }
  .query .container .result .result-li p {
    padding-top: 5px;
    font-size: 13;
  }
  .query .container .result .result-box {
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .query {
    padding: 40px 0;
  }
  .query .container {
    flex-direction: column;
  }
  .query .container .screen {
    width: 100%;
  }
  .query .container .screen .screen-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px;
  }
  .query .container .screen .screen-item dt {
    font-size: 14px;
    margin-right: 10px;
  }
  .query .container .screen .screen-item dt::after {
    content: ':';
  }
  .query .container .screen .screen-item dd {
    padding: 3px 0;
    margin-right: 10px;
  }
  .query .container .screen .screen-item dd span {
    text-indent: 0.1rem;
  }
  .query .container .screen .screen-item dd input[type="checkbox"] {
    width: 12px;
    height: 12px;
  }
  .query .container .result {
    padding: 0;
    width: 100%;
    border: none;
    margin-top: 16px;
  }
  .query .container .result .result-name {
    font-size: 18px;
  }
  .query .container .result .result-li {
    margin-bottom: 10px;
    padding: 0 10px 16px 2px;
  }
  .query .container .result .result-li span {
    font-size: 16px;
  }
  .query .container .result .result-li p {
    padding-top: 5px;
    font-size: 13;
  }
  .query .container .result .result-box {
    padding-top: 6px;
  }
}
/* 新闻详情页 */
.view {
  padding: 80px 0;
}
@media (max-width: 1480px) {
  .view {
    padding: 40px 0;
  }
}
@media (max-width: 1200px) {
  .view {
    padding: 26px 0;
  }
}
@media (max-width: 980px) {
  .view {
    padding: 18px 0;
  }
}
.title {
  font-weight: 800;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #303133;
}
@media (max-width: 1480px) {
  .title {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .title {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.time {
  margin-top: 40px;
  height: 70px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
}
@media (max-width: 1480px) {
  .time {
    margin-top: 20px;
    height: 46px;
  }
}
@media (max-width: 1200px) {
  .time {
    margin-top: 14px;
    height: 38px;
  }
}
@media (max-width: 980px) {
  .time {
    margin-top: 8px;
    height: 32px;
  }
}
.info span {
  display: inline-block;
  margin-right: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
}
@media (max-width: 1480px) {
  .info span {
    font-size: 14px;
    line-height: 1.2;
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .info span {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .info span {
    margin-right: 10px;
  }
  .share img,
  .info span:last-child {
    display: none;
  }
}
.info span img {
  margin-right: 5px;
}
@media (max-width: 1480px) {
  .time img {
    width: 20px;
  }
}
@media (max-width: 1200px) {
  .time img {
    width: 16px;
  }
}
.content {
  margin-top: 30px;
}
@media (max-width: 1480px) {
  .content {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .content {
    margin-top: 16px;
  }
}
@media (max-width: 980px) {
  .content {
    margin-top: 10px;
  }
}
.content p {
  text-indent: 2em;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #606266;
}
@media (max-width: 1480px) {
  .content p {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 1200px) {
  .content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 980px) {
  .content p {
    font-size: 13px;
    display: contents;
  }
}
.honor_box {
  background-color: #f5f6fa;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 60px;
}
@media (max-width: 980px) {
  .honor_box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .honor_box {
    padding: 14px;
  }
}
.honor_box .list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.honor_box .list .item_box {
  width: 33%;
  margin-bottom: 20px;
}
.honor_box .list .item_box .item {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.honor_box .list .item_box .item .name {
  padding: 10px 0;
}
.honor_box .list .item_box .item .image_box {
  width: 90%;
  height: 280px;
  overflow: hidden;
  background-color: #fff;
  border: 1px #eee solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.honor_box .list .item_box .item .image_box::after{
    content:'';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0, 0.76, 0.85, 0.91);
    transform: all .4s;
}
.honor_box .list .item_box:hover .item .image_box::after{
    filter: alpha(opacity=.8);
    opacity: .8;
}
.honor_box .list .item_box .item .image_box::before{
    content:'';
    width: 58px;
    height: 58px;
    background: url(../images/large.png) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: 50%;
    margin-left: -29px;
    z-index: 10;
    transform: translateY(-200px);
    transition: transform 0.4s cubic-bezier(0, 0.76, 0.85, 0.91);
}
.honor_box .list .item_box:hover .item .image_box::before{
    transform: translateY(0px);
}
.honor_box .list .item_box .item .image_box img {
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  object-fit: contain;
}
.line_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.line_title .en {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
.line_title .en_tit {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
@media (max-width: 767px) {
  .line_title {
    padding-bottom: 10px;
  }
  .line_title .en {
    font-size: 22px;
  }
  .line_title .en_tit {
    font-size: 14px;
    line-height: 1.5;
  }
}
.line_title .ch {
  font-size: 18px;
}
.line_title .line {
  margin-top: 0.25rem;
  height: 0.1rem;
  width: 70%;
  background-color: #1F4E58;
  max-width: 80px;
}
.list.panter-list {
  padding-top: 2rem;
}
.list.panter-list .item_box {
  width: 16.66%;
}
.list.panter-list .item_box .item .image_box {
  height: 80px;
}
@media (max-width: 1200px) {
  .list.panter-list .item_box .item .image_box {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .list.panter-list {
    padding-top: 1rem;
  }
  .list.panter-list .item_box {
    width: 33.3%;
    margin-bottom: 10px;
  }
  .list.panter-list .item_box .item .image_box {
    height: 50px;
  }
  .list.panter-list .item_box .item .name {
    padding: 6px 0;
  }
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 0;
}
.contact-list li {
  width: 23.5%;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-right: 1.42%;
  margin-top: 1.42%;
  padding: 40px 20px 35px 20px;
  cursor: pointer;
  position: relative;
  height: 460px;
}
.contact-list li .pic {
  overflow: hidden;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  border-radius: 50%;
}
.contact-list li .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: grayscale(0%);
}
.contact-list li .name {
  font-size: 22px;
  line-height: 32px;
  color: #333;
  text-align: center;
  margin-top: 24px;
}
.contact-list li .msg {
  margin-top: 5px;
}
.contact-list li .msg div {
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  word-break: break-all;
}
.contact-list li .msg .tel {
  background: url(../images/ct.png) no-repeat left 4px;
}
.contact-list li .msg .email {
  background: url(../images/ce.png) no-repeat left 4px;
}
.contact-list li .msg .address {
  background: url(../images/ca.png) no-repeat left 3px;
}
@media (max-width: 1480px) {
  .contact-list li {
    width: 31.53%;
    margin-right: 1.8%;
    height: 400px;
  }
  .contact-list li .pic {
    width: 160px;
    height: 160px;
  }
  .contact-list li .name {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.8;
  }
  .contact-list li .msg {
    margin-top: 5px;
  }
  .contact-list li .msg div {
    line-height: 1.5;
    margin-top: 6px;
  }
}
@media (max-width: 1204px) {
  .contact-list li {
    width: 48.2%;
    margin-right: 1.8%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .contact-list {
    padding: 16px 0;
  }
  .contact-list li {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-top: 2%;
    padding: 20px;
  }
  .contact-list li .pic {
    width: 140px;
    height: 140px;
  }
}
.team-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 0;
}
.team-list li {
  width: 25%;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  margin-left: -1px;
}
.team-list li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
  opacity: 0;
  transition: all 0.5s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-list li:hover::after {
  opacity: 1;
}
.team-list li .team-more {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 2px 5px rgba(158, 158, 158, 0.24);
  width: 52px;
  height: 52px;
  background: #fff;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.team-list li:hover .team-more {
  bottom: -100px;
}
.team-list li:hover .team-desc {
  bottom: 30px;
}
.team-list li .team-desc {
  position: absolute;
  padding: 0 16px 0 20px;
  left: 0;
  bottom: -200px;
  z-index: 333;
  width: 100%;
  transition: all 0.5s;
}
.team-list li .team-desc span {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  transition: color 0.3s;
}
.team-list li .team-desc p {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  transition: color 0.3s;
  margin-top: 4px;
}
@media (max-width: 1200px) {
  .team-list li .team-more {
    width: 36px;
    height: 36px;
    bottom: 20px;
    right: 10px;
  }
  .team-list li:hover .team-more {
    bottom: -60px;
  }
  .team-list li:hover .team-desc {
    bottom: 16px;
  }
  .team-list li .team-desc {
    position: absolute;
    padding: 0 14px 0 14px;
  }
  .team-list li .team-desc span {
    font-size: 18px;
    line-height: 1.6;
  }
  .team-list li .team-desc p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 980px) {
  .team-list {
    padding: 16px 0;
  }
  .team-list li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .team-list li {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .team-list li {
    width: 100%;
  }
}
.enter-navbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enter-navbox a {
  min-width: 200px;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  font-size: 16px;
  line-height: 48px;
  color: #333;
  text-align: center;
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.enter-navbox a:hover,
.enter-navbox a.on {
  background: #1F4E58;
  border-color: #1F4E58;
  color: #fff;
}
.enter-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.enter-name span {
  color: #333;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 5px;
}
.enter-name p {
  line-height: 20px;
  color: #c1c2cb;
  font-size: 14px;
  font-family: Arial;
}
.xyggm {
  background: #1F4E58;
}
.xyggml {
  float: left;
  width: 228px;
  position: relative;
  padding: 30px 0 0 30px;
}
.icon26 {
  background: url(../images/icon26.jpg) no-repeat center center;
  display: inline-block;
  width: 12px;
  height: 20px;
  position: absolute;
  right: -12px;
  top: 100px;
}
.enter-bull {
  padding: 40px 0 40px;
}
.xyggml h1 {
  color: #333;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #fff;
}
.xyggml p {
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-family: Arial;
}
.xyggmr {
  background: #fff;
  border: 1px solid #eaeaea;
  width: calc(100% - 228px);
  float: left;
  padding-bottom: 10px;
}
.xyggmr th {
  font-weight: normal;
  background: #f8f8f8;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  border-bottom: 10px solid #fff;
  text-align: center;
}
.xyggmr td {
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.cb {
  clear: both;
  height: 0px;
  margin: 0;
  padding: 0;
  width: 0;
  border: none;
  overflow: hidden;
}
.trainee {
  background: url(../images/img14.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 560px;
  padding-bottom: 20px;
  padding-top: 80px;
}
.trainee .trainee-ul {
  padding-top: 60px;
}
.trainee .trainee-li {
  width: 100%;
  margin-right: 30px;
  background: #fff;
  position: relative;
  height: 215px;
  padding: 30px 30px 0;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
}
.trainee .trainee-li span {
  background: url(../images/icon27.jpg) no-repeat center center;
  display: inline-block;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 25px;
  right: 25px;
}
.trainee .trainee-li h1 {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.trainee .trainee-li p {
  height: 100px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
    .trainee{
        min-height:auto;
        padding:60px 0;
    }
    .trainee .trainee-ul{
        padding-top:40px;
    }
}
@media (max-width: 769px) {
   .xyggml{
       display: none;
   }
   .xyggmr{
       width:100%;
       overflow-x: scroll;
   }
   .xyggmr table{
       width:800px !important;
   }
   .trainee .trainee-li{
       width:auto;
   }
   .enter-navbox a{
       min-width: 140px;
       height:40px;
       line-height:40px;
   }
}



.problem {
  padding: 60px 0;
}
.problem ul {
  margin-top: 40px;
}
.problem li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.problem li .icon29 {
  width: 55px;
  cursor: pointer;
  height: 40px;
  display: block;
  background: url(../images/icon29a.png) no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease 0s;
}
.problem li .cjwtr {
  width: calc(100% - 100px);
}
.problem li .cjwtr h1 {
  border: 1px solid #ececec;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 25px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 769px) {
    .problem li .icon29 {
        width: 40px;
        height: 29px;
    }
    .problem li .cjwtr h1 {
        padding:0 16px;
    }
}
.problem li .cjwtr p {
  padding: 10px 25px;
  line-height: 25px;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  display: none;
}
.problem li.now .icon29 {
  background: url(../images/icon29b.png) no-repeat center center;
}
.problem li.now h1 {
  color: #fff;
  background: #1F4E58;
  border: 1px solid #1F4E58;
}
.problem li.now p {
  display: block;
}
.join-box {
  background-color: #f5f6fa;
  padding: 2rem 0;
}
.join-box .join-li {
  position: relative;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.join-box .join-li .join-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.join-box .join-li .join-pic {
  width: 140px;
  min-height: 160px;
  background: #1F4E58;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-box .join-li .join-con {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.join-box .join-li .join-con span {
  font-size: 22px;
  line-height: 32px;
  color: #008fd0;
}
.join-box .join-li .join-con p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 10px;
  height: 66px;
  overflow: hidden;
}
.join-box .join-li .join-ico {
  margin-right: 20px;
  width: 55px;
  cursor: pointer;
  height: 40px;
  display: block;
  background: url(../images/icon29a.png) no-repeat center center;
  transition: all 0.3s ease 0s;
}
.join-box .join-li .join-content {
  display: none;
  padding: 25px;
}
.join-box .join-li .join-content span {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.join-box .join-li .join-content .join-view {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.join-box .join-li.on {
  box-shadow: 0 0 6px rgba(7, 0, 2, 0.12);
}
.join-box .join-li.on .join-pic {
  display: none;
}
.join-box .join-li.on .join-top {
  background: #1F4E58;
}
.join-box .join-li.on .join-top .join-con span {
  color: #ffffff;
}
.join-box .join-li.on .join-con p {
  display: none;
}
.join-box .join-li.on .join-ico {
  background: url(../images/icon29b.png) no-repeat center center;
}
.join-box .join-li.on .join-content {
  display: block;
}
.join-process {
  padding: 3rem 0 4rem 0;
}
.j-process {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 0 4rem 0;
}
.j-process .j-item {
  width: 12.2%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.j-process .line {
  position: relative;
  width: 11%;
  margin-left: -1.3%;
}
.j-process .j-txt {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 769px) {
    .join-box .join-li .join-pic{
        display: none;
    }
    .join-box .join-li .join-con{
        padding:16px;
    }
    .join-box .join-li .join-ico{
        margin-right:10px;
        width: 40px;
        height:29px;
        background-size: cover;
    }
    .j-process{
        padding:1.5rem 0 2rem 0;
        justify-content: space-around;
    }
    .j-process .line{
        display: none;
    }
    .problem{
        padding:40px 0;
    }
    .j-process .j-txt{
        font-size:14px;
        line-height:1.2;
    }
    .j-process .j-item{
        width:18%;
    }
}

.society,
.campus {
  display: none;
}
.society.on,
.campus.on {
  display: block;
}
.cast-list {
  margin: 30px 0;
}
.cast-list li {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 50px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.cast-list li .cast-name {
  padding: 16px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}
.cast-list li .cast-name .cast-t1 {
  padding-top: 7px;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cast-list li .cast-name .cast-t1.cast-none {
  border-right: 0px;
}
.cast-list li .cast-name .cast-t1 span {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.cast-list li .cast-name .cast-t1 p {
  font-size: 20px;
  line-height: 38px;
  color: #333;
}
.cast-list li .cast-name .cast-ico {
  margin-left: 30px;
  width: 30px;
  height: 30px;
  background: url(../images/jia_icon.png) no-repeat center center;
  background-size: 100% auto;
}
.cast-list li .cast-item {
  display: none;
  padding-top: 30px;
}
.cast-list li .cast-item>span {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  padding-left: 15px;
  border-left: 4px solid #f08200;
}
.cast-list li .cast-item dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 16px;
}
.cast-list li .cast-item dl dd {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  padding-right: 5px;
  box-sizing: border-box;
}
.cast-list li .cast-item .cast-view {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 30px;
}
.cast-list li.on {
  box-shadow: 0 5px 40px rgba(173, 173, 173, 0.4);
}
.cast-list li.on .cast-name .cast-ico {
  background: url(../images/jian.png) no-repeat center center;
  background-size: 100% auto;
}
.cast-list li.on .cast-item {
  display: block;
}
.wxbox{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  display: none;
}
.wxbox .wxbox-img{
  width: 160px;
  height: 160px;
  padding: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.wxbox .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}