@font-face {
  font-family: 'EuclidCircularA-Bold';
  src: url("../fonts/EuclidCircularA-Bold.ttf");
}
@font-face {
  font-family: 'EuclidCircularA-Regular';
  src: url("../fonts/EuclidCircularA-Regular.ttf");
}
@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o-upfade-bottom {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-ani5-1 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes o-scroll {
  0% {
    opacity: 1;
    transform: translateY(-3px);
  }
  90%,100% {
    opacity: .7;
    transform: translateY(3px);
  }
}
@keyframes run {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 30px;
    height: 100px;
  }
}
.wrapper {
  margin: 0 6.25vw;
  position: relative;
  z-index: 2;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1025px) {
  .dom-loaded .head-bot li .dropnav {
    transition: all .3s ease;
  }
}
.head-top {
  background-color: #255dbc;
}
.head-top .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.25vw;
}
.head-top span {
  font-size: 16px;
  line-height: 50px;
  color: #e2e8f2;
}
.head-top a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #e2e8f2;
  line-height: 50px;
  margin-left: 3.125vw;
}
.head-top a:nth-of-type(1) {
  margin: 0;
}
.head-top a:after {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.head-bot {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .head-bot:hover, .head-bot.down {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .head-bot:hover a.logo img.show, .head-bot.down a.logo img.show {
    opacity: 0;
  }
  .head-bot:hover a.logo img.hide, .head-bot.down a.logo img.hide {
    opacity: 1;
  }
  .head-bot:hover li a.single, .head-bot.down li a.single {
    color: #333;
  }
  .head-bot:hover a.btn, .head-bot.down a.btn {
    color: #333;
  }
  .head-bot:hover a.btn:after, .head-bot.down a.btn:after {
    background-image: url("../images/icon-3-1.png");
  }
  .head-bot:hover a.search, .head-bot.down a.search {
    background-image: url("../images/icon-4-1.png");
  }
  .head-bot.down li a.single {
    line-height: 80px;
  }
  .head-bot.down li.active a.single {
    color: #255dbc;
  }
}
.head-bot .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.25vw;
}
.head-bot .left-box,
.head-bot .right-box {
  display: flex;
  align-items: center;
}
.head-bot a.logo {
  position: relative;
}
.head-bot a.logo img {
  display: block;
  height: 54px;
  transition: opacity .3s ease;
}
.head-bot a.logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.head-bot li {
  margin-left: 100px;
  display: inline-block;
  vertical-align: top;
}
.head-bot li a.single {
  display: block;
  font-size: 18px;
  color: #ecf0f7;
  line-height: 110px;
  transition: all .3s ease;
}
.head-bot li .dropnav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
}
.head-bot li .dropnav .left-b {
  width: 34vw;
  padding: 4vw 3.125vw;
  background-color: #fafafa;
}
.head-bot li .dropnav .left-b h3 {
  font-size: 24px;
  color: #030000;
}
.head-bot li .dropnav .left-b p {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
  text-align: justify;
}
.head-bot li .dropnav .left-b a {
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  color: #255dbc;
}
.head-bot li .dropnav .center-b {
  width: 37.5vw;
  padding: 4vw 9.375vw;
}
.head-bot li .dropnav .center-b a {
  display: block;
  position: relative;
}
.head-bot li .dropnav .center-b a span {
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 2vw;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.head-bot li .dropnav .center-b a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #4082f2, #255dbc);
  z-index: 1;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.head-bot li .dropnav .center-b a:after {
  content: '';
  width: 17px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/next-1.png");
  position: absolute;
  right: 2vw;
  top: 50%;
  margin-top: -7px;
  padding: 0;
  transition: all .3s ease;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .head-bot li .dropnav .center-b a:hover span {
    color: #fff;
  }
  .head-bot li .dropnav .center-b a:hover:before {
    transform: scaleX(1);
    transition: transform .6s ease;
  }
  .head-bot li .dropnav .center-b a:hover:after {
    opacity: 1;
  }
}
.head-bot li .dropnav .right-b {
  padding: 4vw 3.125vw 4vw 0;
}
.head-bot li .dropnav .right-b img {
  display: block;
  width: 100%;
  max-width: 480px;
}
.head-bot li:hover a.single {
  color: #255dbc;
}
.head-bot li:hover .dropnav {
  opacity: 1;
  visibility: visible;
}
.head-bot a.btn {
  font-size: 18px;
  color: #ecf0f7;
  transition: color .3s ease;
}
.head-bot a.btn:after {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
.head-bot a.search {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.png");
  margin-left: 40px;
  transition: all .3s ease;
}
.head-bot a.menu {
  width: 32px;
  height: 32px;
  background-color: #255dbc;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-5.png");
  margin-left: 20px;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #255dbc;
  display: none;
}
.fixed-search .close {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fixed-search .box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.fixed-search h3 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin-bottom: 4.5vw;
}
.fixed-search input {
  display: block;
  width: 100%;
  height: 100px;
  border-bottom: 4px solid #fff;
  background-color: transparent;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
}
.fixed-menu .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 4vw;
  top: 6.25vw;
  margin-top: -25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.png");
  cursor: pointer;
  z-index: 2;
}
.fixed-menu .flex {
  display: flex;
}
.fixed-menu .img-block {
  width: 30%;
  height: 100vh;
}
.fixed-menu .img-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-menu .txt-block {
  position: relative;
  width: 70%;
  height: 100vh;
  padding: 6.25vw calc(7.125vw + 50px) 0 5vw;
}
.fixed-menu .top-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e8f6;
  padding-top: 3.125vw;
}
.fixed-menu .bot-box {
  position: absolute;
  bottom: 4vw;
  left: 5vw;
  right: calc(7.125vw + 50px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.fixed-menu .box h3 {
  font-size: 18px;
  color: #255dbc;
}
.fixed-menu .box h3:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #255dbc;
  display: block;
  margin-top: 20px;
}
.fixed-menu .box .link {
  margin-top: 20px;
}
.fixed-menu .box .link a, .fixed-menu .box .link p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 18px;
  color: #7d8593;
}
.fixed-menu .box .link a:nth-of-type(1), .fixed-menu .box .link p:nth-of-type(1) {
  margin-top: 0;
}
.fixed-menu .box .link a {
  display: block;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .fixed-menu .box .link a:hover {
    color: #255dbc;
  }
}
.fixed-menu .box .link p {
  padding-left: 26px;
  background-position: left top;
  background-repeat: no-repeat;
}
.fixed-menu .box .link p.addr {
  background-image: url("../images/icon-1-1.png");
}
.fixed-menu .box .link p.tel {
  background-image: url("../images/icon-2-1.png");
}
.fixed-menu .ope {
  text-align: right;
}
.fixed-menu .ewm {
  display: inline-block;
  width: 135px;
}
.fixed-menu .ewm img {
  display: block;
  width: 100%;
}
.fixed-menu .ewm p {
  text-align: center;
  font-size: 16px;
  color: #7d8593;
  margin-top: 10px;
}
.fixed-menu .share {
  font-size: 0;
  margin-top: 30px;
}
.fixed-menu .share a {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 34px;
  height: 34px;
  background-color: #242e41;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.fixed-menu .share a.weixin {
  background-image: url("../images/share-1.png");
}

.fixed-menu .share a.tsina {
  background-image: url("../images/share-2.png");
}
.fixed-menu .share a.fbook {
  background-image: url("../images/share-3.png");
}
.fixed-menu .share a.twi {
  background-image: url("../images/share-4.png");
}
.fixed-menu .share a.linkedin {
  background-image: url("../images/share-5.png");
}

.footer {
  background-color: #202734;
}
.footer .top-block {
  padding: 5vw 0;
}
.footer .top-block .flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .box h3 {
  font-size: 18px;
  color: #fff;
}
.footer .box h3:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #255dbc;
  display: block;
  margin-top: 20px;
}
.footer .box .link {
  margin-top: 20px;
}
.footer .box .link a, .footer .box .link p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 18px;
  color: #7d8593;
}
.footer .box .link a:nth-of-type(1), .footer .box .link p:nth-of-type(1) {
  margin-top: 0;
}
.footer .box .link a {
  display: block;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .footer .box .link a:hover {
    color: #fff;
  }
}
.footer .box .link p {
  padding-left: 26px;
  background-position: left top;
  background-repeat: no-repeat;
}
.footer .box .link p.addr {
  background-image: url("../images/icon-1.png");
}
.footer .box .link p.tel {
  background-image: url("../images/icon-2.png");
}
.footer .ewm {
  width: 135px;
}
.footer .ewm img {
  display: block;
  width: 100%;
}
.footer .ewm p {
  text-align: center;
  font-size: 16px;
  color: #7d8593;
  margin-top: 10px;
}
.footer .share {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.footer .share a {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 34px;
  height: 34px;
  background-color: #242e41;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.footer .share a.weixin {
  background-image: url("../images/share-1.png");
}
.footer .share a.tsina {
  background-image: url("../images/share-2.png");
}
.footer .share a.fbook {
  background-image: url("../images/share-3.png");
}
.footer .share a.twi {
  background-image: url("../images/share-4.png");
}
.footer .share a.linkedin {
  background-image: url("../images/share-5.png");
}
.footer .bot-block {
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
}
.footer .bot-block p {
  text-align: center;
}
.footer .bot-block p span, .footer .bot-block p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #7d8593;
}
.footer .bot-block p a {
  margin-left: 10px;
}
.footer .bot-block .link {
  text-align: center;
}
.footer .bot-block .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #7d8593;
  transition: color .3s ease;
}
.footer .bot-block .link a:after {
  content: '';
  width: 2px;
  height: 10px;
  background-color: #4e525a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.footer .bot-block .link a:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .link a:hover {
    color: #fff;
  }
}

.fixed-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}
.fixed-content .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed-content .tab-wrap {
  background-color: #fff;
  position: relative;
}
.fixed-content .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 24px;
  right: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.png");
  cursor: pointer;
}
.fixed-content .tab-tit {
  margin-right: 160px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  display: flex;
}
.fixed-content .tab-tit span {
  width: 50%;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #666666;
  padding: 30px;
  cursor: pointer;
}
.fixed-content .tab-tit span:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #255dbc;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
  transition: transform .6s ease;
}
.fixed-content .tab-tit span.active:after {
  transform: scaleX(1);
}
.fixed-content .tab-cont {
  padding: 6.25vw 160px 6.25vw 6.25vw;
}
.fixed-content .child {
  display: none;
}
.fixed-content .child.active {
  display: block;
}
.fixed-content .flex {
  display: flex;
  align-items: flex-start;
}
.fixed-content .flex span {
  width: 31.25%;
  text-align: right;
  font-size: 32px;
  color: #255dbc;
}
.fixed-content .flex .info {
  width: 68.75%;
  padding-left: 7.5vw;
}
.fixed-content p {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  max-height: 60vh;
  padding-right: 20px;
  overflow: auto;
}

@media screen and (max-width: 1680px) {
  .head-bot li {
    margin-left: 60px;
  }

  .head-bot li a.single {
    line-height: 90px;
  }

  .footer .box .link a,
  .footer .box .link p,
  .footer .bot-block p span,
  .footer .bot-block p a,
  .footer .bot-block .link a,
  .footer .ewm p,
  .fixed-menu .box .link a,
  .fixed-menu .box .link p,
  .fixed-menu .ewm p {
    font-size: 15px;
  }

  .footer .box h3,
  .fixed-menu .box h3 {
    font-size: 17px;
  }

  .fixed-search h3 {
    font-size: 50px;
  }

  .fixed-search input {
    height: 90px;
  }
}
@media screen and (max-width: 1440px) {
  .head-bot li {
    margin-left: 2.5vw;
  }

  .head-bot li .dropnav .center-b {
    padding: 4vw 6.25vw;
  }

  .footer .box h3,
  .fixed-menu .box h3 {
    font-size: 16px;
  }

  .footer .box .link a,
  .footer .box .link p,
  .footer .bot-block p span,
  .footer .bot-block p a,
  .footer .bot-block .link a,
  .footer .ewm p,
  .fixed-menu .box .link a,
  .fixed-menu .box .link p,
  .fixed-menu .ewm p {
    font-size: 14px;
  }

  .footer .ewm,
  .fixed-menu .ewm {
    width: 120px;
  }

  .fixed-menu .share {
    margin-top: 20px;
  }

  .fixed-search h3 {
    font-size: 40px;
  }

  .fixed-search input {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .footer .box {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .head-top {
    display: none;
  }

  .head-bot {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .head-bot .flex {
    padding: 0 20px;
  }

  .head-bot .nav {
    display: none;
  }

  .head-bot a.logo {
    padding: 10px 0;
  }

  .head-bot a.logo img {
    height: 40px;
  }

  .head-bot a.logo img.show {
    display: none;
  }

  .head-bot a.logo img.hide {
    opacity: 1;
    position: static;
  }

  .head-bot a.btn {
    display: none;
  }

  .head-bot a.search {
    background-image: url("../images/icon-4-1.png");
  }

  .fixed-search .close {
    top: 5%;
    right: 5%;
  }

  .fixed-search h3 {
    font-size: 30px;
  }

  .fixed-search input {
    height: 60px;
    border-bottom-width: 2px;
  }

  .fixed-menu .img-block,
  .fixed-menu .bot-box {
    display: none;
  }

  .fixed-menu .txt-block {
    width: 100%;
    padding: 40px 30px;
  }

  .fixed-menu .close {
    top: 15px;
    right: 30px;
    margin-top: 0;
    background-color: #fff;
  }

  .fixed-menu .top-box {
    display: block;
    padding-top: 20px;
  }

  .fixed-menu .box {
    margin-top: 10px;
  }
  .fixed-menu .box:nth-of-type(1) {
    margin-top: 0;
  }

  .fixed-menu .box h3:after {
    margin-top: 10px;
  }


  .fixed-menu .box .link {
    margin-top: 10px;
    font-size: 0;
  }

  .fixed-menu .box .link a {
    display: inline-block;
    margin: 0 15px 10px 0;
  }

  .footer .share,
  .footer .ewm,
  .footer .box {
    display: none;
  }

  .footer .box:nth-of-type(6) {
    display: block;
  }

  .footer .top-block {
    padding: 30px 5vw;
    text-align: center;
  }

  .footer .top-block .flex {
    display: inline-block;
    text-align: left;
  }

  .footer .box {
    max-width: none;
  }

  .footer .bot-block {
    padding: 20px 5vw;
    display: block;
  }

  .footer .bot-block .link {
    margin-top: 10px;
  }

  .footer .box h3 {
    display: none;
  }

  .footer .box .link {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin: 0;
  }
}
.c-banner {
  position: relative;
  margin-top: -111px;
}
.c-banner .img-box {
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
  height: 45.3125vw;
  object-fit: cover;
}
.contact-banner img {
  height: 30vw;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-banner .txt-box.center {
  text-align: center;
}
.c-banner h4 {
  font-size: 52px;
  color: #fff;
}
.c-banner p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  margin-top: 20px;
}
.c-banner p.l {
  font-size: 26px;
}
.c-banner form {
  width: 100%;
  max-width: 1200px;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  margin: 40px auto 0;
}
.c-banner input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #808080;
  padding: 0 30px;
  background-color: transparent;
}
.c-banner button {
  width: 80px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-1.png");
  cursor: pointer;
}
.c-banner .btns {
  margin-top: 6.25vw;
  transform: translateY(6.25vw);
}
.c-banner a {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  margin-right: 20px;
  transition: all .3s ease;
  cursor: pointer;
}
.c-banner a:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-11-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
.c-banner a:nth-of-type(1) {
  margin-top: 0;
}
.c-banner a:hover, .c-banner a.active {
  border-color: #255dbc;
  background-color: #255dbc;
  color: #fff;
}
.c-banner a:hover:after, .c-banner a.active:after {
  background-image: url("../images/solution/icon-11-2.png");
}
.c-banner .tip {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.c-banner .tip:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-10.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.c-banner.caterer button {
  right: 80px;
}
.c-banner.caterer form:after {
  content: '';
  width: 119px;
  height: 119px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-1.png");
  position: absolute;
  right: -35px;
  bottom: 0;
}

.c-title span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  border-top: 2px solid transparent;
  padding-top: 5px;
}
.c-title h2 {
  font-size: 52px;
}
.c-title h3 {
  font-size: 40px;
}
.c-title p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
.c-title.center {
  text-align: center;
}
.c-title.gray span {
  color: #255dbc;
  border-top-color: #255dbc;
}
.c-title.gray h2, .c-title.gray h3 {
  color: #1e2e45;
}
.c-title.gray p {
  color: #999999;
}
.c-title.white span {
  color: #fff;
  border-top-color: #fff;
}
.c-title.white h2, .c-title.white h3 {
  color: #fff;
}
.c-title.white p {
  color: #fff;
  opacity: 0.6;
}

.subnav {
  background-color: #000000;
  position: relative;
  margin-top: -84px;
}
.subnav .items {
  margin-right: 180px;
}
.subnav .item a {
  display: block;
  height: 84px;
  position: relative;
  padding-left: 60px;
}
.subnav .item i {
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.subnav .item span {
  font-size: 16px;
  font-family: 'EuclidCircularA-Regular';
  color: #d1dae8;
}
.subnav .item h3 {
  font-size: 16px;
  color: #d1dae8;
}
.subnav .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font-size: 0;
  display: none;
}
.subnav .btn:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}
.subnav .button {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.subnav .button-prev {
  background-image: url("../images/prev-1.png");
}
.subnav .button-next {
  background-image: url("../images/next-1.png");
  margin-left: 28px;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 60px;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #255dbc;
  background-color: #255dbc;
  color: #fff;
}

.comm-share {
  float: right;
  padding-left: 3.125vw;
  width: 12.5vw;
  margin-top: 30vh;
  position: sticky;
  top: 180px;
  z-index: 3;
}
.comm-share .box {
  width: 40px;
}
.comm-share span {
  display: block;
  font-size: 14px;
  color: #808080;
  text-align: center;
}
.comm-share a {
  display: block;
  width: 40px;
  height: 40px !important;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  float: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-share a.wx {
  background-image: url("../images/news/share-1.png");
}
.comm-share a.wx:hover {
  background-image: url("../images/news/share-1-on.png");
}
.comm-share a.sina {
  background-image: url("../images/news/share-2.png");
}
.comm-share a.sina:hover {
  background-image: url("../images/news/share-2-on.png");
}
.comm-share a.link {
  background-image: url("../images/news/share-3.png");
}
.comm-share a.link:hover {
  background-image: url("../images/news/share-3-on.png");
}

.index-s1 {
  position: relative;
  margin-top: -111px;
  overflow: hidden;
}
.index-s1 .swiper {
  position: relative;
}
.index-s1 .swiper .pagination {
  position: absolute;
  bottom: 15vh;
  left: 6.25vw;
  font-size: 0;
  z-index: 2;
}
.index-s1 .swiper .pagination .box {
  display: inline-block;
  vertical-align: middle;
}
.index-s1 .swiper .pagination span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 10px 0 0;
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.index-s1 .swiper .pagination span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #255dbc;
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.index-s1 .swiper .pagination span.active:before {
  transform: scaleX(1);
}
.index-s1 .swiper .pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.png");
  margin-left: 20px;
}
.index-s1 .item {
  height: calc(100vh - 50px);
  position: relative;
  overflow: hidden;
}
.index-s1 .item .img-box {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-s1 .item .cell {
  padding-bottom: 18vh;
}
.index-s1 .item h3 {
  font-size: 66px;
  color: #fff;
}
.index-s1 .news-block {
  width: 45vw;
  position: absolute;
  bottom: 0;
  right: 4.5vw;
  z-index: 2;
  perspective: 800px;
}
.index-s1 .news-block .main {
  background-color: #fff;
  transition: all .3s ease;
  transform-origin: center bottom;
}
.index-s1 .news-block .btns {
  position: absolute;
  bottom: 3.125vw;
  right: calc(46% + 3.125vw);
  z-index: 2;
}
.index-s1 .news-block .button {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.index-s1 .news-block .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-1.png");
}
.index-s1 .news-block .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}
.index-s1 .news-block.active .main {
  transform: rotateX(105deg);
}
.index-s1 .news-box a {
  display: block;
  position: relative;
}
.index-s1 .news-box .txt-box {
  width: 54%;
  padding: 3.125vw;
}
.index-s1 .news-box h3 {
  font-size: 30px;
  color: #333;
  line-height: 34px;
  height: 64px;
  overflow: hidden;
}
.index-s1 .news-box p {
  font-size: 16px;
  color: #545b67;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 20px;
}
.index-s1 .news-box .date {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  font-family: 'EuclidCircularA-Regular';
  margin-top: 2vw;
}
.index-s1 .news-box .img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-s1 .scroll {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 32px;
  position: absolute;
  left: 6.25vw;
  bottom: 30vh;
  z-index: 3;
  cursor: pointer;
}
.index-s1 .scroll:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-5.png");
  transform: translateY(-3px);
  animation: o-scroll 1s ease infinite;
}

.index-s2 {
  position: relative;
  background-color: #01051e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-13.jpg");
  min-height: 56.25vw;
}
.index-s2 video {
  display: block;
  width: 100%;
}
.index-s2 .top-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 6.25vw;
}
.index-s2 .top-block .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-s2 .top-block a.more {
  display: block;
  width: 170px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  transition: all .3s ease;
}
.index-s2 .top-block a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .index-s2 .top-block a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
.index-s2 .bot-block {
  position: absolute;
  top: 24vw;
  left: 0;
  right: 0;
}
.index-s2 .bot-block img.bg {
  display: block;
  width: 100%;
}
.index-s2 .bot-block .dot {
  position: absolute;
  animation: o-ani5-1 2s linear infinite;
}
.index-s2 .bot-block .dot a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-s2 .bot-block .dot img {
  display: block;
  margin: 0 auto;
  transform-origin: center bottom;
}
.index-s2 .bot-block .dot span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.index-s2 .bot-block .dot:nth-of-type(1) {
  left: 50%;
  top: 95%;
  animation-delay: .2s;
}
.index-s2 .bot-block .dot:nth-of-type(2) {
  left: 15%;
  top: 71%;
  animation-delay: .5s;
}
.index-s2 .bot-block .dot:nth-of-type(3) {
  left: 85%;
  top: 71%;
  animation-delay: .8s;
}
.index-s2 .bot-block .dot:nth-of-type(4) {
  left: 97%;
  top: 10%;
  animation-delay: .6s;
}
.index-s2 .bot-block .dot:nth-of-type(5) {
  left: 83%;
  top: -4%;
  animation-delay: .4s;
}
.index-s2 .bot-block .dot:nth-of-type(6) {
  left: 17%;
  top: -4%;
  animation-delay: .7s;
}
.index-s2 .bot-block .dot:nth-of-type(7) {
  left: 3%;
  top: 10%;
  animation-delay: .3s;
}

.index-s3 .top-block {
  padding-top: 6.25vw;
}
.index-s3 .top-block .link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.index-s3 .top-block .link a {
  width: auto;
  padding: 0 20px;
  font-size: 18px;
  line-height: 46px;
  color: #255dbc;
  border: 2px solid #255dbc;
  border-radius: 24px;
  text-align: center;
  margin-left: 10px;
  opacity: .5;
  transition: opacity .3s ease;
}
.index-s3 .top-block .link a:nth-of-type(1) {
  margin-left: 0;
}
.index-s3 .top-block .link a.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .index-s3 .top-block .link a:hover {
    opacity: 1;
  }
}
.index-s3 .bot-block {
  margin-top: 3.125vw;
}
.index-s3 .child {
  position: relative;
  display: none;
}
.index-s3 .child.active {
  display: block;
}
.index-s3 .child .img-box {
  width: 57.3vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-s3 .child .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s3 .s-tab {
  margin-left: 39.5%;
  position: relative;
  z-index: 2;
  padding-left: 170px;
  transform: translateY(4vw);
}
.index-s3 .s-tab-tit {
  width: 170px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 4vw;
  background-color: #255dbc;
}
.index-s3 .s-tab-tit .item {
  height: 33.33%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background;
}
.index-s3 .s-tab-tit .item .logo {
  display: inline-block;
  position: relative;
}
.index-s3 .s-tab-tit .item img {
  max-width: 136px;
  max-height: 90px;
  transition: opacity .3s ease;
}
.index-s3 .s-tab-tit .item img.color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index-s3 .s-tab-tit .item.active {
  background-color: #fff;
}
.index-s3 .s-tab-tit .item.active img.white {
  opacity: 0;
}
.index-s3 .s-tab-tit .item.active img.color {
  opacity: 1;
}
.index-s3 .s-tab-cont {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4vw 6.25vw 4vw 4vw;
  background-color: #255dbc;
}
.index-s3 .s-child {
  display: none;
}
.index-s3 .s-child.active {
  display: block;
}
.index-s3 .s-child .title {
  font-size: 36px;
  color: #fff;
}
.index-s3 .s-child .items {
  margin-top: 2vw;
}
.index-s3 .s-child .item {
  margin-top: 1px;
}
.index-s3 .s-child .item h3 {
  font-size: 18px;
  line-height: 60px;
  padding: 0 6.25vw 0 2vw;
  color: #fff;
  background-color: #153b7b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
}
.index-s3 .s-child .item h3:after {
  content: '';
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-7.png");
  position: absolute;
  right: 2vw;
  top: 50%;
  margin-top: -17px;
}
.index-s3 .s-child .item .hide {
  display: none;
}
.index-s3 .s-child .item .box {
  padding: 2vw;
  background-color: rgba(0, 0, 0, 0.1);
}
.index-s3 .s-child .item .box span {
  display: block;
  font-size: 24px;
  color: #fff;
}
.index-s3 .s-child .item .box p {
  font-size: 16px;
  line-height: 30px;
  color: #dae0eb;
  height: 60px;
  margin-top: 10px;
  overflow: hidden;
}
.index-s3 .s-child .item.active h3:after {
  transform: rotate(180deg);
}
.index-s3 .s-child .item.active .hide {
  display: block;
}

.index-s4 {
  position: relative;
  padding: 7.5vw 0 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-12.jpg");
  font-size: 0;
}
.index-s4 .ani-block {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-55%);
}
.index-s4 .ani-block .line {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
}
.index-s4 .ani-block .line .box:before {
  content: '';
  display: block;
  width: 1px;
  height: 40vw;
  background-image: linear-gradient(0deg, white, 70%, rgba(255, 255, 255, 0));
  transform-origin: center bottom;
  transform: rotate(42deg);
}
.index-s4 .ani-block .line:nth-of-type(1) .box {
  opacity: 0.2;
}
.index-s4 .ani-block .line:nth-of-type(2) .box {
  opacity: 0.25;
}
.index-s4 .ani-block .line:nth-of-type(3) .box {
  opacity: 0.3;
}
.index-s4 .ani-block .line:nth-of-type(4) .box {
  opacity: 0.35;
}
.index-s4 .ani-block .line:nth-of-type(5) .box {
  opacity: 0.4;
}
.index-s4 .ani-block .line:nth-of-type(6) .box {
  opacity: 0.45;
}
.index-s4 .ani-block .line:nth-of-type(7) .box {
  opacity: 0.5;
}
.index-s4 .ani-block .line:nth-of-type(8) .box {
  opacity: 0.55;
}
.index-s4 .ani-block .line:nth-of-type(9) .box {
  opacity: 0.6;
}
.index-s4 .ani-block .line:nth-of-type(10) .box {
  opacity: 0.65;
}
.index-s4 .ani-block .line:nth-of-type(11) .box {
  opacity: 0.7;
}
.index-s4 .ani-block .line:nth-of-type(12) .box {
  opacity: 0.75;
}
.index-s4 .ani-block .line:nth-of-type(13) .box {
  opacity: 0.8;
}
.index-s4 .ani-block .line:nth-of-type(14) .box {
  opacity: 0.85;
}
.index-s4 .ani-block .line:nth-of-type(15) .box {
  opacity: 0.9;
}
.index-s4 .ani-block .line:nth-of-type(16) .box {
  opacity: 0.95;
}
.index-s4 .ani-block.active .line {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all .3s ease;
}
.index-s4 .ani-block.active .line:nth-of-type(1) {
  transition-delay: 1.5s;
}
.index-s4 .ani-block.active .line:nth-of-type(2) {
  transition-delay: 1.4s;
}
.index-s4 .ani-block.active .line:nth-of-type(3) {
  transition-delay: 1.3s;
}
.index-s4 .ani-block.active .line:nth-of-type(4) {
  transition-delay: 1.2s;
}
.index-s4 .ani-block.active .line:nth-of-type(5) {
  transition-delay: 1.1s;
}
.index-s4 .ani-block.active .line:nth-of-type(6) {
  transition-delay: 1s;
}
.index-s4 .ani-block.active .line:nth-of-type(7) {
  transition-delay: .9s;
}
.index-s4 .ani-block.active .line:nth-of-type(8) {
  transition-delay: .8s;
}
.index-s4 .ani-block.active .line:nth-of-type(9) {
  transition-delay: .7s;
}
.index-s4 .ani-block.active .line:nth-of-type(10) {
  transition-delay: .6s;
}
.index-s4 .ani-block.active .line:nth-of-type(11) {
  transition-delay: .5s;
}
.index-s4 .ani-block.active .line:nth-of-type(12) {
  transition-delay: .4s;
}
.index-s4 .ani-block.active .line:nth-of-type(13) {
  transition-delay: .3s;
}
.index-s4 .ani-block.active .line:nth-of-type(14) {
  transition-delay: .2s;
}
.index-s4 .ani-block.active .line:nth-of-type(15) {
  transition-delay: .1s;
}
.index-s4 .para {
  font-size: 18px;
  line-height: 28px;
  color: #b2b9c9;
  margin-top: 2vw;
}
.index-s4 .bot-block {
  position: relative;
  margin-top: 12.5vw;
  text-align: right;
}
.index-s4 .items {
  display: inline-block;
}
.index-s4 .item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 140px;
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 120px auto;
}
.index-s4 .item:nth-of-type(1) {
  background-image: url("../images/index/icon-8-1.png");
}
.index-s4 .item:nth-of-type(2) {
  margin-left: 4vw;
  background-image: url("../images/index/icon-8-2.png");
}
.index-s4 .item .num {
  font-size: 80px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.index-s4 .item p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
}
.index-s4 a.more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 170px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  transition: all .3s ease;
}
.index-s4 a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .index-s4 a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}

.index-s5 {
  padding: 6.25vw 0 4vw;
}
.index-s5 .top-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-s5 .top-block .link {
  display: flex;
}
.index-s5 .top-block .link a {
  width: 140px;
  font-size: 18px;
  line-height: 46px;
  color: #255dbc;
  border: 2px solid #255dbc;
  border-radius: 24px;
  text-align: center;
  margin-left: 20px;
  opacity: .5;
  transition: opacity .3s ease;
}
.index-s5 .top-block .link a:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .index-s5 .top-block .link a:hover {
    opacity: 1;
  }
}
.index-s5 .mid-block {
  margin-top: 4vw;
}
.index-s5 .mid-block a {
  display: block;
  position: relative;
}
.index-s5 .mid-block .img-box {
  overflow: hidden;
}
.index-s5 .mid-block img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s5 .mid-block .left-box {
  padding: 0 4.5vw;
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(37, 93, 188, 0.8);
}
.index-s5 .mid-block .date {
  font-size: 26px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.index-s5 .mid-block h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 2vw;
}
.index-s5 .mid-block p {
  font-size: 18px;
  line-height: 26px;
  color: #cbd5e9;
  margin-top: 1.5vw;
}
.index-s5 .mid-block span {
  display: block;
  margin-top: 3.125vw;
  width: 160px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  transition: all .3s ease;
}
.index-s5 .mid-block span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .index-s5 .mid-block span:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
.index-s5 .mid-block .right-box {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-3.png");
}
@media screen and (min-width: 1025px) {
  .index-s5 .mid-block:hover img {
    transform: scale(1.05);
  }
}
.index-s5 .bot-block {
  position: relative;
}
.index-s5 .bot-block .items {
  padding: 2.5vw calc(8.25vw + 114px) 20px 20px;
  margin: 0 -6.25vw 0 -20px;
  position: relative;
}
.index-s5 .bot-block .items:after {
  content: '';
  width: calc(8.25vw + 114px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.index-s5 .bot-block .item a {
  display: block;
  transition: all .3s ease;
  padding: 3.125vw 2vw;
}
.index-s5 .bot-block .item a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #d1d6de;
  display: block;
  margin-bottom: 2vw;
  transition: all .3s ease;
}
.index-s5 .bot-block .item h3 {
  font-size: 22px;
  line-height: 26px;
  color: #203451;
  height: 52px;
  overflow: hidden;
}
.index-s5 .bot-block .item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5vw 0;
}
.index-s5 .bot-block .item .date {
  font-size: 18px;
  color: #d2d7df;
  font-family: 'EuclidCircularA-Regular';
}
.index-s5 .bot-block .item .more {
  font-size: 18px;
  color: #fff;
  transition: color .3s ease;
}
.index-s5 .bot-block .item .more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
.index-s5 .bot-block .item .img-box {
  overflow: hidden;
}
.index-s5 .bot-block .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .index-s5 .bot-block .item:hover a {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .index-s5 .bot-block .item:hover a:before {
    background-color: #255dbc;
  }
  .index-s5 .bot-block .item:hover .more {
    color: #255dbc;
  }
  .index-s5 .bot-block .item:hover .more:after {
    background-image: url("../images/index/icon-4-2.png");
  }
  .index-s5 .bot-block .item:hover img {
    transform: scale(1.1);
  }
}
.index-s5 .bot-block .btns {
  position: absolute;
  right: 0;
  top: 5.625vw;
  font-size: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.index-s5 .bot-block .button {
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-3.png");
  cursor: pointer;
  transition: all .3s ease;
}
.index-s5 .bot-block .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-6.png");
}
.index-s5 .bot-block .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}

.index-s6 {
  background-color: #f3f5f9;
  padding: 6.25vw 0 calc(6.25vw + 130px);
}
.index-s6 .top-block {
  display: flex;
  align-items: center;
}
.index-s6 .left-box {
  width: 47.738%;
  padding-right: 6.25vw;
}
.index-s6 .left-box .items {
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
}
.index-s6 .left-box .line {
  width: 1px;
  background-color: #cdd3e0;
}
.index-s6 .left-box .item:before {
  content: '';
  width: 76px;
  height: 76px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.index-s6 .left-box .item .num {
  font-size: 66px;
  color: #255dbc;
  font-family: 'EuclidCircularA-Regular';
}
.index-s6 .left-box .item p {
  font-size: 18px;
  color: #203451;
}
.index-s6 .left-box .item.item-1:before {
  background-image: url("../images/index/icon-1-1.png");
}
.index-s6 .left-box .item.item-2:before {
  background-image: url("../images/index/icon-1-2.png");
}
.index-s6 .left-box a.more {
  display: block;
  margin-top: 3.125vw;
  width: 160px;
  border: 2px solid #255dbc;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #255dbc;
  transition: all .3s ease;
}
.index-s6 .left-box a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .index-s6 .left-box a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
.index-s6 .right-box {
  position: relative;
  width: 52.262%;
}
.index-s6 .right-box img.bg {
  display: block;
  width: 100%;
}
.index-s6 .right-box .dot {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  cursor: pointer;
}
.index-s6 .right-box .dot:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #255dbc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  z-index: 2;
}
.index-s6 .right-box .dot .range {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 1;
}
.index-s6 .right-box .dot .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(37, 93, 188, 0.2);
  animation: o-scale-1 4.5s ease-out infinite;
}
.index-s6 .right-box .dot .range i:nth-of-type(2) {
  animation-delay: 1.125s;
}
.index-s6 .right-box .dot .range i:nth-of-type(3) {
  animation-delay: 2.25s;
}
.index-s6 .right-box .dot span {
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  color: #255dbc;
  white-space: nowrap;
  z-index: 1;
}
.index-s6 .right-box .dot .c-box {
  position: absolute;
  right: 7px;
  bottom: 0px;
  padding-right: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-s6 .right-box .dot .c-box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/img-3.png");
}
.index-s6 .right-box .dot .c-box .box {
  padding: 5px;
  position: relative;
}
.index-s6 .right-box .dot .c-box .info {
  width: 389px;
}
.index-s6 .right-box .dot .c-box .info:before {
  content: '';
  width: 100%;
  height: 8px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/img-2-1.png");
}
.index-s6 .right-box .dot .c-box .info:after {
  content: '';
  width: 100%;
  height: 31px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/img-2-2.png");
}
.index-s6 .right-box .dot .c-box .para {
  background-color: rgba(37, 93, 188, 0.9);
  padding: 10px 30px 0;
}
.index-s6 .right-box .dot .c-box p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.index-s6 .right-box .dot .c-box p a {
  color: #fff;
}
.index-s6 .right-box .dot .c-box i.ani {
  width: 30px;
  height: 100px;
  position: absolute;
}
.index-s6 .right-box .dot .c-box i.lt {
  top: 0;
  left: 0;
  border-top: 2px solid #255dbc;
  border-left: 2px solid #255dbc;
}
.index-s6 .right-box .dot .c-box i.lb {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #255dbc;
  border-left: 2px solid #255dbc;
}
.index-s6 .right-box .dot .c-box i.rt {
  top: 0;
  right: 0;
  border-top: 2px solid #255dbc;
  border-right: 2px solid #255dbc;
}
.index-s6 .right-box .dot .c-box i.rb {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #255dbc;
  border-right: 2px solid #255dbc;
}
.index-s6 .right-box .dot.l span {
  right: 100%;
  padding-right: 10px;
}
.index-s6 .right-box .dot.r span {
  left: 100%;
  padding-left: 10px;
}
.index-s6 .right-box .dot.beijing {
  left: 61.38%;
  top: 39.6%;
}
.index-s6 .right-box .dot.beijing:before {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  z-index: 3;
}
.index-s6 .right-box .dot.dpwsh {
  left: 61.16%;
  top: 34.98%;
}
.index-s6 .right-box .dot.sjzpz {
  left: 59.11%;
  top: 36.96%;
}
.index-s6 .right-box .dot.jnzgs {
  left: 64.12%;
  top: 49.33%;
}
.index-s6 .right-box .dot.njzgs {
  left: 66.74%;
  top: 55.77%;
}
.index-s6 .right-box .dot.shzgs {
  left: 70.38%;
  top: 63.36%;
}
.index-s6 .right-box .dot.hzxy {
  left: 69.13%;
  top: 69.63%;
}
.index-s6 .right-box .dot.fjxy {
  left: 67.76%;
  top: 79.7%;
}
.index-s6 .right-box .dot.szzgs {
  left: 60.25%;
  top: 87.78%;
}
.index-s6 .right-box .dot.gzzgs {
  left: 57.85%;
  top: 86.13%;
}
.index-s6 .right-box .dot.whzgs {
  left: 55.8%;
  top: 65.18%;
}
.index-s6 .right-box .dot.active .c-box {
  opacity: 1;
  visibility: visible;
}
.index-s6 .right-box .dot.active .c-box i.ani {
  animation: run 2s ease-in-out;
}
.index-s6 .bot-block {
  margin-top: 3.125vw;
}
.index-s6 .bot-block .items {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.index-s6 .bot-block .item {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: center;
  margin-right: 10px;
}
.index-s6 .bot-block .item .box {
  width: 100%;
  height: 90px;
  background-color: #fff;
  transition: all .3s ease;
  opacity: 0.5;
}
.index-s6 .bot-block .item .box.full {
  height: 190px;
}
.index-s6 .bot-block .item .box:nth-of-type(2) {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .index-s6 .bot-block .item .box:hover {
    opacity: 1;
  }
}
.index-s6 .bot-block .item img {
  width: auto;
  max-width: 70% !important;
  max-height: 50%;
}

.login-page {
  position: relative;
}
.login-page .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.login-page .bg-block:before {
  content: '';
  width: calc(50% + 350px);
  height: 100%;
  background-color: #f9fbfd;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/login/img-3.png");
  background-size: 10vw auto;
}
.login-page .bg-block:after {
  content: '';
  width: calc(50% - 360px);
  height: 100%;
  background-color: #255dbc;
  position: absolute;
  right: 0;
  top: 0;
}
.login-page .main {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 6.5vw;
}
.login-page .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.125vw 0;
}
.login-page .top-block img {
  height: 54px;
}
.login-page .top-block a.btn {
  width: 150px;
  line-height: 46px;
  background-color: #fc3356;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.login-page .top-block a.btn:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/login/icon-1.png");
}
.login-page .bot-block {
  display: flex;
  align-items: flex-start;
}
.login-page .left-block {
  width: 47%;
}
.login-page .left-block .tip {
  font-size: 44px;
  color: #255dbc;
}
.login-page .left-block .tip span {
  font-weight: lighter;
}
.login-page .items {
  font-size: 0;
  height: 500px;
  margin-top: 2vw;
  border: 1px solid #e2e4e7;
}
.login-page .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e2e4e7;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.login-page .item img {
  width: auto;
  max-width: 60%;
  max-height: 50%;
  opacity: 0.5;
  transition: all .3s ease;
}
.login-page .item:nth-of-type(odd) {
  border-right: 1px solid #e2e4e7;
}
.login-page .item:hover {
  box-shadow: 0 0 30px rgba(37, 93, 188, 0.1);
  z-index: 2;
}
.login-page .item:hover img {
  opacity: 1;
}
.login-page .right-block {
  margin-left: 6.25vw;
  width: 32%;
  position: relative;
}
.login-page .right-block:before {
  content: '';
  width: 7.8125vw;
  height: 7.8125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/login/img-1.png");
  position: absolute;
  right: -4vw;
  bottom: 5vw;
}
.login-page .right-block .block {
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  padding: 3.125vw 2vw;
  box-shadow: 0 0 3.5vw rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.login-page .right-block h3 {
  text-align: center;
  font-size: 30px;
  color: #255dbc;
}
.login-page .right-block form {
  margin-top: 2vw;
}
.login-page .right-block form button {
  width: 100%;
  height: 56px;
  background-color: #255dbc;
  border-radius: 28px;
  font-size: 18px;
  color: #fff;
  margin-top: 2vw;
  cursor: pointer;
}
.login-page .right-block form p {
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.login-page .right-block .box {
  position: relative;
  margin-top: 20px;
}
.login-page .right-block .box:nth-of-type(1) {
  margin-top: 0;
}
.login-page .right-block .box .txt {
  position: relative;
  background-color: #fff;
  border: 1px solid #ebecee;
  border-radius: 30px;
  overflow: hidden;
}
.login-page .right-block .box i {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 24px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
.login-page .right-block .box input {
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #b3b9c4;
  padding: 0 20px 0 60px;
}
.login-page .right-block .box .code {
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.login-page .right-block .box .code img {
  width: 100%;
  height: 36px;
}
.login-page .right-block .box .code span {
  display: block;
  font-size: 12px;
  color: #255dbc;
  line-height: 24px;
}
.login-page .right-block .box:nth-of-type(1) i {
  background-image: url("../images/login/icon-2-1.png");
}
.login-page .right-block .box:nth-of-type(2) i {
  background-image: url("../images/login/icon-2-2.png");
}
.login-page .right-block .box:nth-of-type(3) i {
  background-image: url("../images/login/icon-2-3.png");
}
.login-page .right-block .box:nth-of-type(4) i {
  background-image: url("../images/login/icon-2-4.png");
}
.login-page .right-block .box:nth-of-type(5) i {
  background-image: url("../images/login/icon-2-5.png");
}
.login-page .right-block .box:last-of-type .txt {
  width: calc(100% - 110px);
}
.login-page .right-block .box.active i {
  filter: grayscale(0);
}
.login-page .right-block .box.active .txt {
  border-color: #255dbc;
}

.caterer-page .join-s4 .item .para:before {
  background-image: url("../images/caterer/icon-13-1.png");
}
.caterer-page .join-s4 .item .para:after {
  background-image: url("../images/caterer/icon-13-2.png");
}
.caterer-page .contact-s2 .wrapper {
  padding: 0 6.25vw;
}

.caterer-title {
  text-align: center;
}
.caterer-title .en {
  display: inline-block;
  font-size: 80px;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(90deg, #1212db, #ea5200);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.2;
}
.caterer-title h3 {
  font-size: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.caterer-title:after {
  content: '';
  width: 46px;
  height: 4px;
  display: block;
  margin: 15px auto 0;
  background-image: linear-gradient(90deg, #1212db, #ea5200);
}
.caterer-title.white h3 {
  color: #fff;
}
.caterer-title.gray h3 {
  color: #111338;
}

.caterer-s6 .tab-tit,
.caterer-s8 .tab-tit {
  text-align: center;
  font-size: 0;
}
.caterer-s6 .tab-tit .item,
.caterer-s8 .tab-tit .item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-11-1.png");
  cursor: pointer;
  overflow: hidden;
  margin: 0 10px;
}
.caterer-s6 .tab-tit .item i,
.caterer-s8 .tab-tit .item i {
  font-size: 40px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.caterer-s6 .tab-tit .item span,
.caterer-s8 .tab-tit .item span {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 63px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.caterer-s6 .tab-tit .item.active,
.caterer-s8 .tab-tit .item.active {
  width: 236px;
  background-image: url("../images/caterer/icon-11-2.png");
}
.caterer-s6 .tab-tit .item.active i,
.caterer-s8 .tab-tit .item.active i {
  opacity: .06;
}
.caterer-s6 .tab-tit .item.active span,
.caterer-s8 .tab-tit .item.active span {
  font-size: 32px;
  line-height: 80px;
}

.caterer-s1 {
  padding: 5vw 0;
}
.caterer-s1 .flex {
  margin-bottom: 5vw;
  display: flex;
  align-items: flex-start;
}
.caterer-s1 .left-block {
  width: 70%;
}
.caterer-s1 .items {
  display: flex;
  flex-wrap: wrap;
}
.caterer-s1 .item {
  width: calc(50% - 3.126vw);
  margin: 3.125vw 3.125vw 0 0;
  cursor: pointer;
}
.caterer-s1 .item .top-box {
  position: relative;
  overflow: hidden;
}
.caterer-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.caterer-s1 .item .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.caterer-s1 .item .box {
  text-align: center;
  position: relative;
  transition: padding .3s ease;
}
.caterer-s1 .item .box:before {
  content: '';
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-2-1.png");
  display: block;
  margin: 0 auto;
  transition: all .3s ease;
}
.caterer-s1 .item .box span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s ease;
}
.caterer-s1 .item h3 {
  font-size: 26px;
  color: #333333;
  margin-top: 20px;
}
.caterer-s1 .item .date {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  font-family: 'EuclidCircularA-Regular';
}
@media screen and (min-width: 769px) {
  .caterer-s1 .item:nth-of-type(1), .caterer-s1 .item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .caterer-s1 .item:hover img {
    transform: scale(1.1);
  }
  .caterer-s1 .item:hover .btn {
    background-color: rgba(37, 93, 188, 0.9);
  }
  .caterer-s1 .item:hover .box {
    padding-bottom: 30px;
  }
  .caterer-s1 .item:hover .box:before {
    background-image: url("../images/caterer/icon-2-2.png");
  }
  .caterer-s1 .item:hover .box span {
    opacity: 1;
  }
}
.caterer-s1 .right-block {
  width: 30%;
  background-color: #fff;
  box-shadow: 0 0 60px rgba(37, 93, 188, 0.1);
  padding: 2vw 0;
}
.caterer-s1 .title {
  font-size: 24px;
  color: #255dbc;
  padding: 0 2vw;
  position: relative;
}
.caterer-s1 .title:before {
  content: '';
  width: 4px;
  height: 30px;
  background-color: #255dbc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.caterer-s1 .links {
  margin-top: 1vw;
  padding: 0 2vw;
}
.caterer-s1 .link {
  position: relative;
  height: 80px;
  border-bottom: 1px dashed #e8e7e7;
  cursor: pointer;
}
.caterer-s1 .link .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  padding: 0 40px 0 30px;
}
.caterer-s1 .link .txt:before {
  content: '';
  width: 11px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-4-1.png");
  position: absolute;
  left: 0;
  top: 4px;
}
.caterer-s1 .link p {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.caterer-s1 .link .img-box {
  width: 50%;
  height: 6.25vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.caterer-s1 .link .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(37, 93, 188, 0.9);
  z-index: 1;
}
.caterer-s1 .link .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caterer-s1 .link .img-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  z-index: 2;
}
.caterer-s1 .link .img-box span:before {
  content: '';
  width: 37px;
  height: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-3.png");
  display: block;
  margin: 0 auto 10px;
}
.caterer-s1 .link.hot .txt:after {
  content: '';
  display: block;
  width: 43px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-5.png");
  position: absolute;
  right: -10px;
  top: 0;
}
.caterer-s1 .link.new .txt:after {
  content: '';
  display: block;
  width: 43px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-6.png");
  position: absolute;
  right: -10px;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .caterer-s1 .link:hover {
    height: 160px;
  }
  .caterer-s1 .link:hover .txt {
    width: 50%;
    padding: 0 20px 0 30px;
  }
  .caterer-s1 .link:hover .txt:before {
    background-image: url("../images/caterer/icon-4-2.png");
  }
  .caterer-s1 .link:hover .txt:after {
    position: static;
    margin-top: 10px;
  }
  .caterer-s1 .link:hover p {
    height: 72px;
  }
  .caterer-s1 .link:hover .img-box {
    opacity: 1;
    visibility: visible;
  }
}

.caterer-s2 {
  position: relative;
  height: calc(100vh - 50px);
  margin-top: -111px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/caterer/banner-1.jpg");
  text-align: center;
}
.caterer-s2 span {
  display: block;
  font-size: 26px;
  color: #fff;
}
.caterer-s2 h3 {
  font-size: 80px;
  color: #fff;
  margin-top: 2vw;
}
.caterer-s2 h3 i {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 0 0 10px;
  width: 36px;
  padding: 10px;
  font-style: normal;
  font-size: 16px;
  background-color: #ee5502;
  border-radius: 24px;
}
.caterer-s2 .btns {
  margin-top: 10vh;
}
.caterer-s2 a {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  margin-right: 20px;
  transition: all .3s ease;
  cursor: pointer;
}
.caterer-s2 a:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-11-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
.caterer-s2 a:nth-of-type(1) {
  margin-top: 0;
}
.caterer-s2 a:hover, .caterer-s2 a.active {
  border-color: #255dbc;
  background-color: #255dbc;
  color: #fff;
}
.caterer-s2 a:hover:after, .caterer-s2 a.active:after {
  background-image: url("../images/solution/icon-11-2.png");
}
.caterer-s2 .tip {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.caterer-s2 .tip:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-7.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.caterer-s2 .link {
  position: absolute;
  bottom: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ee5502;
  border-radius: 24px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  white-space: nowrap;
}
.caterer-s2 .link i {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-style: normal;
  padding: 0 20px;
}
.caterer-s2 .link i:nth-of-type(1) {
  position: relative;
}
.caterer-s2 .link i:nth-of-type(1):after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

.caterer-s3 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/caterer/img-2.jpg");
  background-attachment: fixed;
}
.caterer-s3 .tip {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 1.5vw 0;
}
.caterer-s3 .para {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-align: center;
}

.caterer-s4 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/caterer/img-3.jpg");
  background-attachment: fixed;
}
.caterer-s4 .items {
  margin-top: 3.125vw;
  padding: 0 6.25vw;
}
.caterer-s4 .flex {
  display: flex;
  flex-wrap: wrap;
}
.caterer-s4 .item {
  width: calc((100% - 60px) / 3);
  margin-top: 30px;
  margin-right: 30px;
  padding: 2vw;
  text-align: center;
  background-image: linear-gradient(0deg, #151940, #222658);
  position: relative;
}
.caterer-s4 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #1212db, #ea5200);
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.caterer-s4 .item:after {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transform-origin: left top;
  transform: scaleX(0);
}
.caterer-s4 .item .box {
  position: relative;
  z-index: 4;
}
.caterer-s4 .item .icon {
  width: 6vw;
  height: 6vw;
  max-width: 114px;
  max-height: 114px;
  margin: 0 auto;
  position: relative;
}
.caterer-s4 .item .icon:before, .caterer-s4 .item .icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.caterer-s4 .item .icon:after {
  opacity: 0;
}
.caterer-s4 .item:nth-of-type(1) .icon:before {
  background-image: url("../images/caterer/icon-8-1.png");
}
.caterer-s4 .item:nth-of-type(1) .icon:after {
  background-image: url("../images/caterer/icon-9-1.png");
}
.caterer-s4 .item:nth-of-type(1) span {
  background-image: url("../images/caterer/icon-10-1.png");
}
.caterer-s4 .item:nth-of-type(2) .icon:before {
  background-image: url("../images/caterer/icon-8-2.png");
}
.caterer-s4 .item:nth-of-type(2) .icon:after {
  background-image: url("../images/caterer/icon-9-2.png");
}
.caterer-s4 .item:nth-of-type(2) span {
  background-image: url("../images/caterer/icon-10-2.png");
}
.caterer-s4 .item:nth-of-type(3) .icon:before {
  background-image: url("../images/caterer/icon-8-3.png");
}
.caterer-s4 .item:nth-of-type(3) .icon:after {
  background-image: url("../images/caterer/icon-9-3.png");
}
.caterer-s4 .item:nth-of-type(3) span {
  background-image: url("../images/caterer/icon-10-3.png");
}
.caterer-s4 .item:nth-of-type(4) .icon:before {
  background-image: url("../images/caterer/icon-8-4.png");
}
.caterer-s4 .item:nth-of-type(4) .icon:after {
  background-image: url("../images/caterer/icon-9-4.png");
}
.caterer-s4 .item:nth-of-type(4) span {
  background-image: url("../images/caterer/icon-10-4.png");
}
.caterer-s4 .item:nth-of-type(5) .icon:before {
  background-image: url("../images/caterer/icon-8-5.png");
}
.caterer-s4 .item:nth-of-type(5) .icon:after {
  background-image: url("../images/caterer/icon-9-5.png");
}
.caterer-s4 .item:nth-of-type(5) span {
  background-image: url("../images/caterer/icon-10-5.png");
}
.caterer-s4 .item:nth-of-type(6) .icon:before {
  background-image: url("../images/caterer/icon-8-6.png");
}
.caterer-s4 .item:nth-of-type(6) .icon:after {
  background-image: url("../images/caterer/icon-9-6.png");
}
.caterer-s4 .item:nth-of-type(6) span {
  background-image: url("../images/caterer/icon-10-6.png");
}
.caterer-s4 .item h3 {
  font-size: 26px;
  color: #fff;
  margin: 25px 0 20px;
}
.caterer-s4 .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.6;
}
.caterer-s4 .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 53px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  transition: opacity .3s ease;
}
@media screen and (min-width: 769px) {
  .caterer-s4 .item:nth-of-type(1), .caterer-s4 .item:nth-of-type(2), .caterer-s4 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .caterer-s4 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .caterer-s4 .item:hover:before {
    opacity: 1;
  }
  .caterer-s4 .item:hover:after {
    transform: scaleX(1);
    transition: transform .6s ease;
  }
  .caterer-s4 .item:hover .icon:before {
    opacity: 0;
  }
  .caterer-s4 .item:hover .icon:after {
    opacity: 1;
  }
  .caterer-s4 .item:hover span {
    opacity: 0;
  }
}

.caterer-s5 {
  padding: 6.25vw 0;
  background-color: #f4f5f9;
}
.caterer-s5 .para {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-top: 20px;
}
.caterer-s5 .items {
  margin-top: 3.125vw;
  padding: 0 6.25vw;
}
.caterer-s5 .flex {
  display: flex;
}
.caterer-s5 .item {
  width: calc((100% - 30px) / 4);
  margin-right: 30px;
  position: relative;
  padding: 2vw 1.5vw 4vw;
}
.caterer-s5 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #1212db, #ea5200);
  box-shadow: 0 10px 30px rgba(114, 47, 123, 0.3);
  opacity: 0;
  transition: all .3s ease;
}
.caterer-s5 .item .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.caterer-s5 .item span {
  font-size: 60px;
  font-family: 'EuclidCircularA-Regular';
}
.caterer-s5 .item h3 {
  font-size: 26px;
}
.caterer-s5 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
}
.caterer-s5 .item .show {
  transition: all .3s ease;
}
.caterer-s5 .item .show span {
  display: block;
  color: #e5e5e5;
}
.caterer-s5 .item .show h3 {
  color: #333;
  margin-top: 9.375vw;
}
.caterer-s5 .item .hide {
  position: absolute;
  top: 2vw;
  left: 1.5vw;
  right: 1.5vw;
  bottom: 2vw;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.caterer-s5 .item .hide span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.caterer-s5 .item .hide h3 {
  color: #fff;
}
.caterer-s5 .item:nth-of-type(4n) {
  margin-right: 0;
}
.caterer-s5 .item:nth-of-type(1) .bg-box {
  background-image: url("../images/caterer/img-4-1.png");
}
.caterer-s5 .item:nth-of-type(2) .bg-box {
  background-image: url("../images/caterer/img-4-2.png");
}
.caterer-s5 .item:nth-of-type(3) .bg-box {
  background-image: url("../images/caterer/img-4-3.png");
}
.caterer-s5 .item:nth-of-type(4) .bg-box {
  background-image: url("../images/caterer/img-4-4.png");
}
@media screen and (min-width: 1025px) {
  .caterer-s5 .item:hover:before {
    opacity: 1;
  }
  .caterer-s5 .item:hover .show {
    opacity: 0;
    visibility: hidden;
  }
  .caterer-s5 .item:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}

.caterer-s6 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/caterer/img-5.jpg");
  background-attachment: fixed;
}
.caterer-s6 .tab-cont {
  margin-top: 3.125vw;
  padding: 0 6.25vw;
}
.caterer-s6 .tab-cont .child {
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.caterer-s6 .tab-cont .child.active {
  display: block;
}
.caterer-s6 .tab-cont .para {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
}
.caterer-s6 .tab-cont .img-box {
  text-align: center;
}
.caterer-s6 .tab-cont .img-box img {
  max-width: 60%;
}
.caterer-s6 .items {
  margin-top: 3.125vw;
}
.caterer-s6 .items .item {
  width: calc((100% - 60px) / 3);
  margin-top: 30px;
  margin-right: 30px;
  padding: 2vw;
  text-align: center;
  background-image: linear-gradient(0deg, #151940, #222658);
  position: relative;
}
.caterer-s6 .items .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #1212db, #ea5200);
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.caterer-s6 .items .item:after {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transform-origin: left top;
  transform: scaleX(0);
}
.caterer-s6 .items .item .box {
  position: relative;
  z-index: 4;
}
.caterer-s6 .items .item .icon {
  width: 6vw;
  height: 6vw;
  max-width: 114px;
  max-height: 114px;
  margin: 0 auto;
  position: relative;
}
.caterer-s6 .items .item .icon:before, .caterer-s6 .items .item .icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.caterer-s6 .items .item .icon:after {
  opacity: 0;
}
.caterer-s6 .items .item:nth-of-type(1) span {
  background-image: url("../images/caterer/icon-10-1.png");
}
.caterer-s6 .items .item:nth-of-type(2) span {
  background-image: url("../images/caterer/icon-10-2.png");
}
.caterer-s6 .items .item:nth-of-type(3) span {
  background-image: url("../images/caterer/icon-10-3.png");
}
.caterer-s6 .items .item:nth-of-type(4) span {
  background-image: url("../images/caterer/icon-10-4.png");
}
.caterer-s6 .items .item:nth-of-type(5) span {
  background-image: url("../images/caterer/icon-10-5.png");
}
.caterer-s6 .items .item:nth-of-type(6) span {
  background-image: url("../images/caterer/icon-10-6.png");
}
.caterer-s6 .items .item h3 {
  font-size: 26px;
  color: #fff;
  margin: 25px 0 20px;
}
.caterer-s6 .items .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.6;
}
.caterer-s6 .items .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 53px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  transition: opacity .3s ease;
}
@media screen and (min-width: 769px) {
  .caterer-s6 .items .item:nth-of-type(1), .caterer-s6 .items .item:nth-of-type(2), .caterer-s6 .items .item:nth-of-type(3) {
    margin-top: 0;
  }
  .caterer-s6 .items .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .caterer-s6 .items .item:hover:before {
    opacity: 1;
  }
  .caterer-s6 .items .item:hover:after {
    transform: scaleX(1);
    transition: transform .6s ease;
  }
  .caterer-s6 .items .item:hover .icon:before {
    opacity: 0;
  }
  .caterer-s6 .items .item:hover .icon:after {
    opacity: 1;
  }
  .caterer-s6 .items .item:hover span {
    opacity: 0;
  }
}
.caterer-s6 .items .item-1:nth-of-type(1) .icon:before {
  background-image: url("../images/caterer/icon-17-1.png");
}
.caterer-s6 .items .item-1:nth-of-type(1) .icon:after {
  background-image: url("../images/caterer/icon-18-1.png");
}
.caterer-s6 .items .item-1:nth-of-type(2) .icon:before {
  background-image: url("../images/caterer/icon-17-2.png");
}
.caterer-s6 .items .item-1:nth-of-type(2) .icon:after {
  background-image: url("../images/caterer/icon-18-2.png");
}
.caterer-s6 .items .item-1:nth-of-type(3) .icon:before {
  background-image: url("../images/caterer/icon-17-3.png");
}
.caterer-s6 .items .item-1:nth-of-type(3) .icon:after {
  background-image: url("../images/caterer/icon-18-3.png");
}
.caterer-s6 .items .item-1:nth-of-type(4) .icon:before {
  background-image: url("../images/caterer/icon-17-4.png");
}
.caterer-s6 .items .item-1:nth-of-type(4) .icon:after {
  background-image: url("../images/caterer/icon-18-4.png");
}
.caterer-s6 .items .item-1:nth-of-type(5) .icon:before {
  background-image: url("../images/caterer/icon-17-5.png");
}
.caterer-s6 .items .item-1:nth-of-type(5) .icon:after {
  background-image: url("../images/caterer/icon-18-5.png");
}
.caterer-s6 .items .item-1:nth-of-type(6) .icon:before {
  background-image: url("../images/caterer/icon-17-6.png");
}
.caterer-s6 .items .item-1:nth-of-type(6) .icon:after {
  background-image: url("../images/caterer/icon-18-6.png");
}
.caterer-s6 .items .item-2:nth-of-type(1) .icon:before {
  background-image: url("../images/caterer/icon-19-1.png");
}
.caterer-s6 .items .item-2:nth-of-type(1) .icon:after {
  background-image: url("../images/caterer/icon-20-1.png");
}
.caterer-s6 .items .item-2:nth-of-type(2) .icon:before {
  background-image: url("../images/caterer/icon-19-2.png");
}
.caterer-s6 .items .item-2:nth-of-type(2) .icon:after {
  background-image: url("../images/caterer/icon-20-2.png");
}
.caterer-s6 .items .item-2:nth-of-type(3) .icon:before {
  background-image: url("../images/caterer/icon-19-3.png");
}
.caterer-s6 .items .item-2:nth-of-type(3) .icon:after {
  background-image: url("../images/caterer/icon-20-3.png");
}
.caterer-s6 .items .item-2:nth-of-type(4) .icon:before {
  background-image: url("../images/caterer/icon-19-4.png");
}
.caterer-s6 .items .item-2:nth-of-type(4) .icon:after {
  background-image: url("../images/caterer/icon-20-4.png");
}
.caterer-s6 .items .item-2:nth-of-type(5) .icon:before {
  background-image: url("../images/caterer/icon-19-5.png");
}
.caterer-s6 .items .item-2:nth-of-type(5) .icon:after {
  background-image: url("../images/caterer/icon-20-5.png");
}
.caterer-s6 .items .item-2:nth-of-type(6) .icon:before {
  background-image: url("../images/caterer/icon-19-6.png");
}
.caterer-s6 .items .item-2:nth-of-type(6) .icon:after {
  background-image: url("../images/caterer/icon-20-6.png");
}
.caterer-s6 .flex {
  display: flex;
  flex-wrap: wrap;
}

.caterer-s7 {
  padding: 6.25vw 0;
}
.caterer-s7 .items {
  margin-top: 3.125vw;
  padding: 0 6.25vw;
}
.caterer-s7 .item {
  position: relative;
  min-height: 20vw;
  margin-top: 2.5vw;
}
.caterer-s7 .item .img-box {
  position: absolute;
  top: 0;
  width: 37.5vw;
  overflow: hidden;
}
.caterer-s7 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.caterer-s7 .item .txt-box {
  position: relative;
  padding: 2vw 3.5vw 3.125vw;
  box-shadow: 0 0 50px rgba(234, 82, 0, 0.2);
}
.caterer-s7 .item .title {
  position: relative;
  padding: 0 3.5vw;
  margin: 0 -3.5vw;
}
.caterer-s7 .item .title:before {
  content: '';
  width: 4vw;
  height: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.caterer-s7 .item .title span {
  display: block;
  font-size: 120px;
  line-height: 1;
  font-family: 'EuclidCircularA-Regular';
  color: #fff;
  opacity: 0.06;
}
.caterer-s7 .item .title h3 {
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: 3.5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.caterer-s7 .item p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
}
.caterer-s7 .item p:before {
  content: '';
  width: 10px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-15.png");
  position: absolute;
  left: 0;
  top: 4px;
}
.caterer-s7 .item p:nth-of-type(1) {
  margin-top: 0;
}
.caterer-s7 .item .btn {
  text-align: right;
  position: absolute;
  right: 3.5vw;
  top: calc(2vw + 35px);
}
.caterer-s7 .item a.more {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 0 20px;
}
.caterer-s7 .item a.more span {
  color: transparent;
  background-image: linear-gradient(90deg, #2b72e8, #9230d6);
  -webkit-background-clip: text;
  background-clip: text;
}
.caterer-s7 .item a.more span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-14.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
}
.caterer-s7 .item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .caterer-s7 .item:nth-of-type(odd) .img-box {
    left: 0;
  }
  .caterer-s7 .item:nth-of-type(odd) .txt-box {
    margin-left: 37.5vw;
    background-image: linear-gradient(135deg, #1212db, #ea5200);
  }
  .caterer-s7 .item:nth-of-type(odd) .title:before {
    background-image: linear-gradient(90deg, #ea5200, rgba(234, 82, 0, 0));
  }
  .caterer-s7 .item:nth-of-type(even) .img-box {
    right: 0;
  }
  .caterer-s7 .item:nth-of-type(even) .txt-box {
    margin-right: 37.5vw;
    background-image: linear-gradient(-45deg, #1212db, #ea5200);
  }
  .caterer-s7 .item:nth-of-type(even) .title:before {
    background-image: linear-gradient(90deg, #1212db, rgba(18, 18, 219, 0));
  }
}
@media screen and (min-width: 1025px) {
  .caterer-s7 .item:hover img {
    transform: scale(1.1);
  }
}

.caterer-s8 {
  padding-top: 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/caterer/img-14.jpg");
  background-attachment: fixed;
}
.caterer-s8 .tab-cont {
  margin-top: 3.125vw;
  padding: 0 6.25vw;
}
.caterer-s8 .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.caterer-s8 .tab-cont .child.active {
  height: auto;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.caterer-s8 .swiper {
  margin-top: 2vw;
  position: relative;
}
.caterer-s8 .swiper .item {
  position: relative;
  transition: transform .3s ease;
}
.caterer-s8 .swiper .item .img-box {
  overflow: hidden;
  margin-left: 1px;
}
.caterer-s8 .swiper .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.caterer-s8 .swiper .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/caterer/img-16.png");
  background-size: 100% 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity .3s ease;
}
.caterer-s8 .swiper .item:after {
  content: '';
  width: 6vw;
  height: 7.9vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/img-17.png");
  position: absolute;
  right: -1vw;
  bottom: -2.5vw;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .caterer-s8 .swiper .item:hover img {
    transform: scale(1.1);
  }
  .caterer-s8 .swiper .item:hover:before {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .caterer-s8 .swiper .item.swiper-slide-next {
    transform: translateY(3.125vw);
  }
  .caterer-s8 .swiper .item.swiper-slide-next + div {
    transform: translateY(6.25vw);
  }
}
.caterer-s8 .items {
  margin: 0 -1vw;
  padding: 0 1vw;
  padding-bottom: 12.5vw;
}
.caterer-s8 .pagination {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.25vw;
  text-align: center;
  z-index: 2;
}
.caterer-s8 .pagination span {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-16-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
.caterer-s8 .pagination span.active {
  background-image: url("../images/caterer/icon-16-2.png");
}

.caterer-s9 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/caterer/img-7.jpg");
  background-attachment: fixed;
}
.caterer-s9 .wrapper {
  padding: 0 6.25vw;
}
.caterer-s9 .top-block {
  margin-top: 4vw;
}
.caterer-s9 .top-block:before {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background-image: linear-gradient(90deg, #1212db, #ea5200);
}
.caterer-s9 .item {
  padding: 2.5vw 0;
  display: flex;
  position: relative;
}
.caterer-s9 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(90deg, #1212db, #ea5200);
  position: absolute;
  left: 0;
  bottom: 0;
}
.caterer-s9 .item span {
  width: 24%;
  font-size: 26px;
  color: #ea5200;
}
.caterer-s9 .item span:before {
  content: '';
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.caterer-s9 .item:nth-of-type(1) span:before {
  background-image: url("../images/caterer/icon-12-1.png");
}
.caterer-s9 .item:nth-of-type(2) span:before {
  background-image: url("../images/caterer/icon-12-2.png");
}
.caterer-s9 .item:nth-of-type(3) span:before {
  background-image: url("../images/caterer/icon-12-3.png");
}
.caterer-s9 .item:nth-of-type(4) span:before {
  background-image: url("../images/caterer/icon-12-4.png");
}
.caterer-s9 .item:nth-of-type(5) span:before {
  background-image: url("../images/caterer/icon-12-5.png");
}
.caterer-s9 .item:nth-of-type(6) span:before {
  background-image: url("../images/caterer/icon-12-6.png");
}
.caterer-s9 .item .info {
  width: 76%;
  padding-top: 20px;
}
.caterer-s9 .item h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}
.caterer-s9 .item p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  opacity: 0.8;
}
.caterer-s9 .mid-block {
  overflow: hidden;
}
.caterer-s9 .mid-block img {
  display: block;
  width: 100%;
}
.caterer-s9 .bot-block {
  padding-top: 4.5vw;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.caterer-s9 .bot-block span {
  font-size: 26px;
  color: #ea5200;
  margin-top: 50px;
}
.caterer-s9 .bot-block span:before {
  content: '';
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/icon-12-7.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.caterer-s9 .bot-block .process {
  max-width: 640px;
  margin-top: 50px;
}
.caterer-s9 .bot-block .process i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  margin: 0 100px 20px 0;
}
.caterer-s9 .bot-block .process i:nth-of-type(3n) {
  margin-right: 0;
}
.caterer-s9 .bot-block .ewm {
  width: 181px;
  text-align: center;
}
.caterer-s9 .bot-block .ewm .img-box {
  padding: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caterer/img-9.png");
}
.caterer-s9 .bot-block .ewm .img-box img {
  display: block;
  width: 100%;
}
.caterer-s9 .bot-block .ewm p {
  font-size: 18px;
  color: transparent;
  background-image: linear-gradient(90deg, #2b72e8, #9230d6);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
}

.solution-s1 {
  padding: 6.25vw 0 calc(6.25vw + 130px);
  background-color: #f3f5f9;
}
.solution-s1 .flex {
  position: relative;
  height: 40.625vw;
}
.solution-s1 .img-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 10px);
  overflow: hidden;
}
.solution-s1 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s1 .img-box:hover img {
    transform: scale(1.05);
  }
}
.solution-s1 .txt-box {
  height: 100%;
}
.solution-s1 .tip {
  font-size: 24px;
  color: #333333;
  margin-top: 6.25vw;
}
.solution-s1 .para {
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
  margin-top: 20px;
  max-height: 224px;
  overflow: auto;
  padding-right: 20px;
}
.solution-s1 .btn {
  margin-top: 4.5vw;
  font-size: 0;
}
.solution-s1 a {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  background-color: #255dbc;
  transition: all .3s ease;
}
.solution-s1 a:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s1 a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s1 a:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}
@media screen and (min-width: 769px) {
  .solution-s1.left .flex {
    padding-left: calc(50% - 10px);
  }
  .solution-s1.left .img-box {
    left: 0;
  }
  .solution-s1.left .txt-box {
    padding-left: 4vw;
  }
  .solution-s1.right .flex {
    padding-right: calc(50% - 10px);
  }
  .solution-s1.right .img-box {
    right: 0;
  }
  .solution-s1.right .txt-box {
    padding-right: 4vw;
  }
}

.solution-s2 {
  position: relative;
  margin-top: -130px;
  font-size: 0;
}
.solution-s2:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-color: #202734;
}
.solution-s2 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-2.jpg");
}
.solution-s2 .txt {
  font-size: 40px;
  color: #fff;
}
.solution-s2 input {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  font-size: 16px;
  color: #a6b4c9;
  padding: 0 30px;
}
.solution-s2 button {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 60px;
  background-color: #fc3356;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.solution-s2 button:after {
  content: '';
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-8.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.solution-s2 p {
  font-size: 16px;
  color: #fff;
  text-align: right;
  margin-top: 15px;
}

.solution-s3 {
  background-color: #f3f5f9;
  padding: 6.25vw 0 calc(6.25vw + 130px);
}
.solution-s3 .tab-tit {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 0;
}
.solution-s3 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 18px;
  color: #255dbc;
  line-height: 50px;
  border: 1px solid #255dbc;
  border-radius: 25px;
  margin-left: 20px;
  transition: all .3s ease;
  cursor: pointer;
}
.solution-s3 .tab-tit span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-9-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
.solution-s3 .tab-tit span:nth-of-type(1) {
  margin-left: 0;
}
.solution-s3 .tab-tit span:hover, .solution-s3 .tab-tit span.active {
  background-color: #255dbc;
  color: #fff;
}
.solution-s3 .tab-tit span:hover:after, .solution-s3 .tab-tit span.active:after {
  background-image: url("../images/solution/icon-9-2.png");
}
.solution-s3 .tab-cont {
  margin-top: 4vw;
}
.solution-s3 .tab-cont .child {
  display: none;
}
.solution-s3 .tab-cont .child.active {
  display: block;
}
.solution-s3 .item {
  background-color: #fff;
  position: relative;
  margin-top: 2vw;
}
.solution-s3 .item .img-box {
  width: 47%;
  overflow: hidden;
}
.solution-s3 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.solution-s3 .item .txt-box {
  width: 53%;
  padding: 0 4vw;
  position: absolute;
  top: 0;
  height: 100%;
}
.solution-s3 .item .tip {
  font-size: 24px;
  color: #333333;
}
.solution-s3 .item .para {
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
  margin-top: 20px;
  max-height: 162px;
  overflow: auto;
  padding-right: 20px;
}
.solution-s3 .item .btn {
  margin-top: 3.125vw;
  font-size: 0;
}
.solution-s3 .item a {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  background-color: #255dbc;
  transition: all .3s ease;
}
.solution-s3 .item a:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s3 .item a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s3 .item a:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}
.solution-s3 .item:nth-of-type(1) {
  margin-top: 0;
}
.solution-s3 .item:nth-of-type(odd) .img-box {
  margin-left: 53%;
}
.solution-s3 .item:nth-of-type(odd) .txt-box {
  left: 0;
}
.solution-s3 .item:nth-of-type(even) .txt-box {
  right: 0;
}
@media screen and (min-width: 1025px) {
  .solution-s3 .item:hover img {
    transform: scale(1.1);

  }
}

.solution-s4 {
  position: relative;
}
.solution-s4 .tab-tit {
  position: absolute;
  top: 6.25vw;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.solution-s4 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #999999;
  margin: 0 2vw;
  position: relative;
  padding-bottom: 20px;
  transition: color .3s ease;
  cursor: pointer;
}
.solution-s4 .tab-tit span:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #255dbc;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.solution-s4 .tab-tit span.active {
  color: #255dbc;
}
.solution-s4 .tab-tit span.active:after {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .solution-s4 .tab-tit span:hover {
    color: #255dbc;
  }
  .solution-s4 .tab-tit span:hover:after {
    opacity: 1;
  }
}
.solution-s4 .swiper {
  position: relative;
}
.solution-s4 .item {
  width: 72vw;
  background-color: #f2f4f9;
  padding-bottom: 130px;
  opacity: 0.3;
  transition: opacity .3s ease;
}
.solution-s4 .item .box {
  padding: 6.25vw;
  position: relative;
}
.solution-s4 .item .img-box {
  position: absolute;
  right: 6.25vw;
  top: 56%;
  margin-top: -12.76vw;
}
.solution-s4 .item .img-box:before {
  content: '';
  position: absolute;
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  border: 1px solid #255dbc;
  border-radius: 50%;
  z-index: 1;
}
.solution-s4 .item .img-box:after {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  border: 1px dashed #b7c8e7;
  border-radius: 50%;
  z-index: 1;
}
.solution-s4 .item .img {
  position: relative;
  width: 25.52vw;
  height: 25.52vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .solution-s4 .item .img:hover img {
    transform: scale(1.1);
  }
}
.solution-s4 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.solution-s4 .item .txt-box {
  width: calc(100% - 25.52vw);
  padding-right: 8vw;
}
.solution-s4 .item .tip {
  font-size: 24px;
  color: #333333;
  margin-top: 9vw;
}
.solution-s4 .item .para {
  font-size: 18px;
  line-height: 1.8;
  color: #666666;
  margin-top: 20px;
  max-height: 224px;
  overflow: auto;
  padding-right: 20px;
}
.solution-s4 .item .btn {
  margin-top: 4.5vw;
  font-size: 0;
}
.solution-s4 .item a {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  background-color: #255dbc;
  transition: all .3s ease;
}
.solution-s4 .item a:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s4 .item a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s4 .item a:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}
.solution-s4 .item.swiper-slide-active {
  opacity: 1;
}
.solution-s4 .btns {
  position: absolute;
  left: 72vw;
  top: 45%;
  margin-left: -18px;
  z-index: 3;
}
.solution-s4 .button {
  width: 36px;
  height: 36px;
  border: 2px solid #d1dae8;
  background-color: #fff;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.solution-s4 .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-1.png");
}
.solution-s4 .button-prev {
  left: 3.125vw;
}
.solution-s4 .button-next {
  margin-top: 15px;
  transform: rotateY(180deg);
}

.solution-s5 {
  background-color: #f4f6fa;
  padding: 3.125vw 0 6.25vw;
}
.solution-s5 .flex {
  display: flex;
}
.solution-s5 .left-block {
  width: calc(66% - 2.5vw);
  background-color: #fff;
  padding: 4vw 4vw 0;
}
.solution-s5 .top-box {
  position: relative;
}
.solution-s5 .tab-tit {
  position: absolute;
  right: 0;
  bottom: 0;
}
.solution-s5 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #999999;
  margin-left: 2vw;
  position: relative;
  padding-bottom: 20px;
  transition: color .3s ease;
  cursor: pointer;
}
.solution-s5 .tab-tit span:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #255dbc;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.solution-s5 .tab-tit span:nth-of-type(1) {
  margin-left: 0;
}
.solution-s5 .tab-tit span:hover, .solution-s5 .tab-tit span.active {
  color: #255dbc;
}
.solution-s5 .tab-tit span:hover:after, .solution-s5 .tab-tit span.active:after {
  opacity: 1;
}
.solution-s5 .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.solution-s5 .tab-cont .child.active {
  height: auto;
}
.solution-s5 .pie-box {
  display: flex;
  align-items: center;
}
.solution-s5 .pie {
  width: 460px;
  height: 460px;
  position: relative;
}
.solution-s5 .pie:after {
  content: '';
  width: 126px;
  height: 126px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-14.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.solution-s5 .tip {
  width: calc(100% - 460px);
}
.solution-s5 .tip p {
  font-size: 18px;
  line-height: 24px;
  color: #c4c4c4;
  position: relative;
  padding-left: 38px;
  margin-top: 15px;
  transition: color .3s ease;
}
.solution-s5 .tip p span {
  width: 50px;
}
.solution-s5 .tip p i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.solution-s5 .tip p:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .solution-s5 .tip p:hover {
    color: #333;
  }
}
.solution-s5 .right-block {
  width: 34%;
  margin-left: 2.5vw;
}
.solution-s5 .right-block .box {
  width: 100%;
  height: calc((100% - 2.5vw) / 2);
  position: relative;
  background-color: #dbe6fa;
}
.solution-s5 .right-block .box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.solution-s5 .right-block .box .txt-box {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 2vw;
}
.solution-s5 .right-block .box .icon {
  height: 80px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all .3s ease;
}
.solution-s5 .right-block .box .txt {
  margin-left: 33.33%;
}
.solution-s5 .right-block .box .num {
  font-size: 60px;
  color: #255dbc;
  font-family: 'EuclidCircularA-Bold';
  transition: color .3s ease;
}
.solution-s5 .right-block .box p {
  font-size: 18px;
  line-height: 26px;
  color: #255dbc;
  transition: color .3s ease;
}
.solution-s5 .right-block .box:nth-of-type(1) .img-box {
  background-image: url("../images/solution/img-6-2.jpg");
}
.solution-s5 .right-block .box:nth-of-type(1) .icon {
  background-image: url("../images/solution/icon-12-1.png");
}
@media screen and (min-width: 1025px) {
  .solution-s5 .right-block .box:nth-of-type(1):hover .icon {
    background-image: url("../images/solution/icon-12-2.png");
  }
}
.solution-s5 .right-block .box:nth-of-type(2) {
  margin-top: 2.5vw;
}
.solution-s5 .right-block .box:nth-of-type(2) .img-box {
  background-image: url("../images/solution/img-6-2.jpg");
}
.solution-s5 .right-block .box:nth-of-type(2) .icon {
  background-image: url("../images/solution/icon-13-1.png");
}
@media screen and (min-width: 1025px) {
  .solution-s5 .right-block .box:nth-of-type(2):hover .icon {
    background-image: url("../images/solution/icon-13-2.png");
  }
}
@media screen and (min-width: 1025px) {
  .solution-s5 .right-block .box:hover .img-box {
    opacity: 1;
  }
  .solution-s5 .right-block .box:hover .num, .solution-s5 .right-block .box:hover p {
    color: #fff;
  }
}

.solution-s6 {
  padding: 4.5vw 0 6.25vw;
  background-color: #191e27;
}
.solution-s6 .items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 87vw;
}
.solution-s6 .items.mt {
  margin-top: 3.125vw;
}
.solution-s6 .item {
  width: calc(25% - 3px);
  margin-top: 3px;
  margin-right: 3px;
}
.solution-s6 .item .show {
  background-color: #293245;
  padding: 30px;
  transition: all .3s ease;
  cursor: pointer;
}
.solution-s6 .item .icon {
  width: 68px;
  height: 68px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
  transform-origin: left top;
}
.solution-s6 .item h3 {
  font-size: 24px;
  line-height: 42px;
  white-space: nowrap;
  color: #fff;
  transition: color .3s ease;
  margin-top: 25px;
  position: relative;
  padding-right: 60px;
}
.solution-s6 .item h3:after {
  content: '';
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-15-1.png");
  transition: all .3s ease;
}
.solution-s6 .item .hide {
  width: 87vw;
  display: none;
  padding-right: 3px;
}
.solution-s6 .item .box {
  background-color: #fff;
  padding: 3.5vw 30px;
  font-size: 0;
  position: relative;
}
.solution-s6 .item .para {
  font-size: 18px;
  color: #a8b6cd;
}
.solution-s6 .item .cate {
  display: inline-block;
  vertical-align: top;
  margin-right: 6.25vw;
  margin-top: 3.125vw;
}
.solution-s6 .item .cate span {
  display: inline-block;
  font-size: 18px;
  color: #255dbc;
  border-top: 2px solid #255dbc;
  padding-top: 10px;
}
.solution-s6 .item .cate p {
  margin-top: 20px;
}
.solution-s6 .item .cate i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 18px;
  color: #a8b6cd;
  margin-right: 40px;
  cursor: pointer;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s6 .item .cate i:hover {
    color: #255dbc;
  }
}
.solution-s6 .item a.more {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background-color: #255dbc;
  border-radius: 25px;
  position: absolute;
  right: 30px;
  bottom: 3.5vw;
  padding: 0 30px;
  transition: all .3s ease;
}
.solution-s6 .item a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-11-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 30px;
}
@media screen and (min-width: 1025px) {
  .solution-s6 .item a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
@media screen and (min-width: 769px) {
  .solution-s6 .item:nth-of-type(4n) .hide {
    transform: translateX(-75%);
  }
  .solution-s6 .item:nth-of-type(4n-1) .hide {
    transform: translateX(-50%);
  }
  .solution-s6 .item:nth-of-type(4n-2) .hide {
    transform: translateX(-25%);
  }
}
.solution-s6 .item:hover .show, .solution-s6 .item.active .show {
  background-color: #fff;
}
.solution-s6 .item:hover .icon, .solution-s6 .item.active .icon {
  transform: scale(0.8);
}
.solution-s6 .item:hover h3, .solution-s6 .item.active h3 {
  color: #255dbc;
}
.solution-s6 .item:hover h3:after, .solution-s6 .item.active h3:after {
  background-image: url("../images/solution/icon-15-2.png");
}

.solution-s7 .top-block {
  height: 33vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-7.jpg");
  background-attachment: fixed;
}
.solution-s7 .bot-block {
  transform: translateY(-6.25vw);
}
.solution-s7 .bot-block .main {
  padding: 4.5vw;
  background-color: rgba(35, 91, 186, 0.96);
}
.solution-s7 .para {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-top: 2vw;
}
.solution-s7 .btn {
  margin-top: 3.125vw;
  font-size: 0;
}
.solution-s7 a {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #255dbc;
  padding: 0 20px;
  background-color: #fff;
  transition: all .3s ease;
}
.solution-s7 a:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s7 a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s7 a:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}

.solution-s8 {
  padding: 6.25vw 0;
  background-color: #f3f5f9;
}
.solution-s8 .c-title {
  max-width: 55%;
}
.solution-s8 .items {
  margin-top: 3.5vw;
  display: flex;
}
.solution-s8 .item {
  width: calc((100% - 2.9vw) / 2);
}
.solution-s8 .item .img-box {
  position: relative;
  background-color: #fff;
}
.solution-s8 .item .img-box img.bg {
  display: block;
  width: 100%;
}
.solution-s8 .item .img-box .dot {
  width: 11.1458vw;
  height: 11.1458vw;
  position: absolute;
  transform: translate(-50%, -50%);
}
.solution-s8 .item .img-box .dot:before, .solution-s8 .item .img-box .dot:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.solution-s8 .item .img-box .dot:before {
  background-image: url("../images/solution/icon-16-1.png");
}
.solution-s8 .item .img-box .dot:after {
  background-image: url("../images/solution/icon-16-2.png");
  opacity: 0;
  transition: all .3s ease;
}
.solution-s8 .item .img-box .dot .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.solution-s8 .item .img-box .dot .txt:after {
  content: '';
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-17-1.png");
  transition: all .3s ease;
}
.solution-s8 .item .img-box .dot i {
  height: 1.71875vw;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s8 .item .img-box .dot span {
  font-size: 18px;
  color: #fff;
}
.solution-s8 .item .img-box .dot:nth-of-type(1) {
  top: 32%;
  left: 20%;
}
.solution-s8 .item .img-box .dot:nth-of-type(1) .txt:after {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.solution-s8 .item .img-box .dot:nth-of-type(1) i {
  background-image: url("../images/solution/icon-18-1.png");
}
.solution-s8 .item .img-box .dot:nth-of-type(2) {
  top: 78%;
  left: 50%;
}
.solution-s8 .item .img-box .dot:nth-of-type(2) .txt:after {
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}
.solution-s8 .item .img-box .dot:nth-of-type(2) i {
  background-image: url("../images/solution/icon-18-2.png");
}
.solution-s8 .item .img-box .dot:nth-of-type(3) {
  top: 32%;
  left: 80%;
}
.solution-s8 .item .img-box .dot:nth-of-type(3) .txt:after {
  top: 50%;
  right: 100%;
  transform: translateY(-50%) rotate(180deg);
}
.solution-s8 .item .img-box .dot:nth-of-type(3) i {
  background-image: url("../images/solution/icon-18-3.png");
}
@media screen and (min-width: 1025px) {
  .solution-s8 .item .img-box .dot:hover:after {
    opacity: 1;
  }
  .solution-s8 .item .img-box .dot:hover .txt:after {
    background-image: url("../images/solution/icon-17-2.png");
  }
}
.solution-s8 .item .img-box .c-box {
  width: 19.0625vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution-s8 .item h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin-top: 2vw;
}
.solution-s8 .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  margin-top: 1vw;
}
.solution-s8 .item:nth-of-type(2) {
  margin-left: 2.9vw;
}
.solution-s8 .btn {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 0;
}
.solution-s8 .btn a {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  background-color: #255dbc;
  transition: all .3s ease;
}
.solution-s8 .btn a:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s8 .btn a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s8 .btn a:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}

.solution-s9 {
  position: relative;
}
.solution-s9 .left-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-11.jpg");
  width: 50%;
  height: 42.8vw;
  position: relative;
}
.solution-s9 .tab-tit {
  position: absolute;
  right: 9.375vw;
  top: 50%;
  transform: translateY(-50%);
  border-right: 2px dotted #c4c4c4;
  padding: 3.125vw 40px 3.125vw 0;
}
.solution-s9 .tab-tit .item {
  position: relative;
  margin-top: 4vw;
  cursor: pointer;
}
.solution-s9 .tab-tit .item:nth-of-type(1) {
  margin-top: 0;
}
.solution-s9 .tab-tit .item:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-19-1.png");
  transition: all .3s ease;
}
.solution-s9 .tab-tit .item span {
  font-size: 22px;
  line-height: 24px;
  color: #255dbc;
  font-family: 'EuclidCircularA-Regular';
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
  transition: all .3s ease;
}
.solution-s9 .tab-tit .item .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 2px dotted #dddddd;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  transition: all .3s ease;
}
.solution-s9 .tab-tit .item .icon:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background-color: #f5f5f5;
  z-index: 1;
  transition: all .3s ease;
}
.solution-s9 .tab-tit .item .icon i {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 38px;
  transition: all .3s ease;
}
.solution-s9 .tab-tit .item .info {
  margin-right: 85px;
  text-align: right;
}
.solution-s9 .tab-tit .item h3 {
  font-size: 22px;
  color: #333333;
  transition: color .3s ease;
}
.solution-s9 .tab-tit .item h4 {
  font-size: 16px;
  color: #dddddd;
}
.solution-s9 .tab-tit .item:nth-of-type(1) .icon i {
  background-image: url("../images/solution/icon-20-1-1.png");
}
.solution-s9 .tab-tit .item:nth-of-type(1):hover .icon i, .solution-s9 .tab-tit .item:nth-of-type(1).active .icon i {
  background-image: url("../images/solution/icon-20-1-2.png");
}
.solution-s9 .tab-tit .item:nth-of-type(2) .icon i {
  background-image: url("../images/solution/icon-20-2-1.png");
}
.solution-s9 .tab-tit .item:nth-of-type(2):hover .icon i, .solution-s9 .tab-tit .item:nth-of-type(2).active .icon i {
  background-image: url("../images/solution/icon-20-2-2.png");
}
.solution-s9 .tab-tit .item:nth-of-type(3) .icon i {
  background-image: url("../images/solution/icon-20-3-1.png");
}
.solution-s9 .tab-tit .item:nth-of-type(3):hover .icon i, .solution-s9 .tab-tit .item:nth-of-type(3).active .icon i {
  background-image: url("../images/solution/icon-20-3-2.png");
}
.solution-s9 .tab-tit .item:nth-of-type(4) .icon i {
  background-image: url("../images/solution/icon-20-4-1.png");
}
.solution-s9 .tab-tit .item:nth-of-type(4):hover .icon i, .solution-s9 .tab-tit .item:nth-of-type(4).active .icon i {
  background-image: url("../images/solution/icon-20-4-2.png");
}
.solution-s9 .tab-tit .item:nth-of-type(5) .icon i {
  background-image: url("../images/solution/icon-20-5-1.png");
}
.solution-s9 .tab-tit .item:nth-of-type(5):hover .icon i, .solution-s9 .tab-tit .item:nth-of-type(5).active .icon i {
  background-image: url("../images/solution/icon-20-5-2.png");
}
.solution-s9 .tab-tit .item:hover:before, .solution-s9 .tab-tit .item.active:before {
  background-image: url("../images/solution/icon-19-2.png");
}
.solution-s9 .tab-tit .item:hover span, .solution-s9 .tab-tit .item.active span {
  opacity: 1;
}
.solution-s9 .tab-tit .item:hover .icon, .solution-s9 .tab-tit .item.active .icon {
  border-color: #255dbc;
}
.solution-s9 .tab-tit .item:hover .icon:before, .solution-s9 .tab-tit .item.active .icon:before {
  background-color: #f2f5fb;
}
.solution-s9 .tab-tit .item:hover h3, .solution-s9 .tab-tit .item.active h3 {
  color: #255dbc;
}
.solution-s9 .tab-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 36vw;
  padding: 6.25vw;
}
.solution-s9 .tab-cont .child {
  display: none;
}
.solution-s9 .tab-cont .child.active {
  display: block;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-s9 .tab-cont p {
  opacity: 1;
}
.solution-s9 .tab-cont .img-box {
  display: none;
}
.solution-s9 .tab-cont .img-box img {
  display: block;
  width: 100%;
}
.solution-s9 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 6.25vw 6.25vw;
  font-size: 0;
}
.solution-s9 .btn a {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #255dbc;
  padding: 0 20px;
  background-color: #fff;
  transition: all .3s ease;
}
.solution-s9 .btn a:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s9 .btn a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s9 .btn a:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}
.solution-s9 .img-block {
  width: 26vw;
  height: 26vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13vw 0 0 -13vw;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4.5vw rgba(37, 93, 188, 0.1);
  padding: 3.125vw;
  z-index: 2;
}
.solution-s9 .img-block:before {
  content: '';
  position: absolute;
  top: -2vw;
  left: -2vw;
  right: -2vw;
  bottom: -2vw;
  border: 1px dashed #e5ebf7;
  border-radius: 50%;
}
.solution-s9 .img-block .block {
  width: 100%;
  height: 100%;
  position: relative;
}
.solution-s9 .img-block .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.solution-s9 .img-block .item.active {
  opacity: 1;
  visibility: visible;
}
.solution-s9 .img-block .item img {
  display: block;
  width: 100%;
}

.solution-s10 {
  padding: 4vw 0 6.25vw;
  background-image: linear-gradient(180deg, #f1f3fa, #fff);
}
.solution-s10 .ani-box {
  padding-top: 10vw;
  position: relative;
}
.solution-s10 .ani-box img.bg {
  display: block;
  width: 100%;
}
.solution-s10 .ani-box img.ani {
  width: 29%;
  position: absolute;
  top: 11vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.4;
}
.solution-s10 .ani-box img.pic {
  width: 20.3125vw;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.5vw;
}
.solution-s10 .ani-box .dots {
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  bottom: 0;
}
.solution-s10 .ani-box .dot {
  position: absolute;
  animation: o-ani5-1 2s linear infinite;
}
.solution-s10 .ani-box .dot:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-3.png");
}
.solution-s10 .ani-box .dot span {
  font-size: 22px;
  color: #255dbc;
  display: block;
  margin: 10px auto;
}
.solution-s10 .ani-box .dot:after {
  content: '';
  width: 2px;
  height: 68px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-4.png");
}
.solution-s10 .ani-box .dot:nth-of-type(1) {
  top: 31.92%;
  left: 10.29%;
  animation-delay: .2s;
}
.solution-s10 .ani-box .dot:nth-of-type(2) {
  top: -8.86%;
  left: 20.47%;
  animation-delay: .5s;
}
.solution-s10 .ani-box .dot:nth-of-type(3) {
  top: 22.17%;
  left: 68.75%;
  animation-delay: .8s;
}
.solution-s10 .ani-box .dot:nth-of-type(4) {
  top: -5%;
  left: 78.8%;
  animation-delay: .6s;
}
.solution-s10 .ani-box .dot:nth-of-type(5) {
  top: 38.58%;
  left: 84.94%;
  animation-delay: 1s;
}
.solution-s10 .para {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  color: #1e2e45;
  text-align: center;
  margin-top: -6.25vw;
}
.solution-s10 .btn {
  text-align: center;
  font-size: 0;
  margin-top: 3.125vw;
}
.solution-s10 .btn a {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  background-color: #255dbc;
  transition: all .3s ease;
}
.solution-s10 .btn a:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s10 .btn a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s10 .btn a:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}

.solution-s11 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-16.jpg");
  background-attachment: fixed;
}
.solution-s11 .main {
  width: 29vw;
  height: 29vw;
  max-width: 560px;
  max-height: 560px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 4vw auto 0;
  position: relative;
}
.solution-s11 .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.solution-s11 .circle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: o-rotate 2s linear infinite;
}
.solution-s11 .circle i:nth-of-type(1) {
  transform-origin: 49%;
}
.solution-s11 .circle i:nth-of-type(2) {
  transform-origin: 51%;
}
.solution-s11 .circle i:nth-of-type(3) {
  transform-origin: 49% 51%;
}
.solution-s11 .dot {
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.solution-s11 .dot:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-22.png");
}
.solution-s11 .dot .icon {
  width: 5.2vw;
  height: 5.2vw;
  max-width: 100px;
  max-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.solution-s11 .dot .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(37, 93, 188, 0.3);
  border-radius: 50%;
}
.solution-s11 .dot .icon:after {
  content: '';
  position: absolute;
  top: 8%;
  left: 8%;
  width: 84%;
  height: 84%;
  background-color: #255dbc;
  border-radius: 50%;
}
.solution-s11 .dot .icon i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 54%;
  z-index: 3;
}
.solution-s11 .dot span {
  position: absolute;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  top: 50%;
  margin-top: -12px;
  transition: all .3s ease;
}
.solution-s11 .dot:nth-of-type(1) .icon i {
  background-image: url("../images/solution/icon-21-1.png");
}
.solution-s11 .dot:nth-of-type(2) .icon i {
  background-image: url("../images/solution/icon-21-2.png");
}
.solution-s11 .dot:nth-of-type(3) .icon i {
  background-image: url("../images/solution/icon-21-3.png");
}
.solution-s11 .dot:nth-of-type(4) .icon i {
  background-image: url("../images/solution/icon-21-4.png");
}
.solution-s11 .dot:nth-of-type(5) .icon i {
  background-image: url("../images/solution/icon-21-5.png");
}
.solution-s11 .dot:nth-of-type(1), .solution-s11 .dot:nth-of-type(3) {
  left: 8%;
}
.solution-s11 .dot:nth-of-type(1) span, .solution-s11 .dot:nth-of-type(3) span {
  right: 100%;
  padding-right: 10px;
}
.solution-s11 .dot:nth-of-type(2), .solution-s11 .dot:nth-of-type(4) {
  left: 92%;
}
.solution-s11 .dot:nth-of-type(2) span, .solution-s11 .dot:nth-of-type(4) span {
  left: 100%;
  padding-left: 10px;
}
.solution-s11 .dot:nth-of-type(1), .solution-s11 .dot:nth-of-type(2) {
  top: 23%;
}
.solution-s11 .dot:nth-of-type(3), .solution-s11 .dot:nth-of-type(4) {
  top: 77%;
}
.solution-s11 .dot:nth-of-type(5) {
  left: 50%;
  top: 100%;
}
.solution-s11 .dot:nth-of-type(5) span {
  top: 100%;
  padding-top: 10px;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.solution-s11 .dot.active .icon {
  opacity: 1;
  visibility: visible;
}
.solution-s11 .dot.active span {
  opacity: 0;
  visibility: hidden;
}
.solution-s11 .tab-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.solution-s11 .tab-cont .child {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-s11 .tab-cont .child.active {
  display: block;
}
.solution-s11 .tab-cont .box {
  padding: 0 3.125vw;
  text-align: center;
}
.solution-s11 .tab-cont h3 {
  font-size: 26px;
  color: #fff;
}
.solution-s11 .tab-cont p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.solution-s12 {
  position: relative;
  overflow: hidden;
}
.solution-s12 .left-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.solution-s12 .left-block .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .3s ease;
}
.solution-s12 .left-block .item.active {
  opacity: 1;
}
.solution-s12 .right-block {
  padding: 6.25vw 4vw 4vw;
  margin-left: 50%;
  position: relative;
  z-index: 2;
}
.solution-s12 .right-block .items {
  padding: 3.125vw 0;
  margin: 0 -4vw 0 -11.5vw;
}
.solution-s12 .right-block .item {
  height: 500px;
  padding: 36px 0;
  transition: padding .3s ease;
}
.solution-s12 .right-block .item a {
  display: block;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(37, 93, 188, 0.1);
  transition: all .3s ease;
}
.solution-s12 .right-block .item .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 2px dotted #255dbc;
  border-radius: 50%;
  position: relative;
}
.solution-s12 .right-block .item .icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #f2f5fb;
  z-index: 1;
}
.solution-s12 .right-block .item .icon i {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
.solution-s12 .right-block .item h3 {
  font-size: 26px;
  line-height: 60px;
  color: #333;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}
.solution-s12 .right-block .item .para {
  margin-top: 20px;
  display: none;
  padding: 0 2vw;
}
.solution-s12 .right-block .item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 24px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/solution/icon-27.png");
}
.solution-s12 .right-block .item span {
  width: 170px;
  margin: 3.125vw auto 0;
  font-size: 16px;
  color: #255dbc;
  line-height: 50px;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  display: none;
  transition: all .3s ease;
}
.solution-s12 .right-block .item span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .solution-s12 .right-block .item span:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
.solution-s12 .right-block .item:nth-of-type(1) .icon i {
  background-image: url("../images/solution/icon-25-1.png");
}
.solution-s12 .right-block .item:nth-of-type(1) h3 {
  background-image: url("../images/solution/icon-26-1.png");
}
@media screen and (min-width: 1025px) {
  .solution-s12 .right-block .item:nth-of-type(1):hover i, .solution-s12 .right-block .item:nth-of-type(1).active i {
    background-image: url("../images/solution/icon-25-1-on.png");
  }
  .solution-s12 .right-block .item:nth-of-type(1):hover h3, .solution-s12 .right-block .item:nth-of-type(1).active h3 {
    background-image: url("../images/solution/icon-26-1-on.png");
  }
}
.solution-s12 .right-block .item:nth-of-type(2) .icon i {
  background-image: url("../images/solution/icon-25-2.png");
}
.solution-s12 .right-block .item:nth-of-type(2) h3 {
  background-image: url("../images/solution/icon-26-2.png");
}
@media screen and (min-width: 1025px) {
  .solution-s12 .right-block .item:nth-of-type(2):hover i, .solution-s12 .right-block .item:nth-of-type(2).active i {
    background-image: url("../images/solution/icon-25-2-on.png");
  }
  .solution-s12 .right-block .item:nth-of-type(2):hover h3, .solution-s12 .right-block .item:nth-of-type(2).active h3 {
    background-image: url("../images/solution/icon-26-2-on.png");
  }
}
.solution-s12 .right-block .item:nth-of-type(3) .icon i {
  background-image: url("../images/solution/icon-25-3.png");
}
.solution-s12 .right-block .item:nth-of-type(3) h3 {
  background-image: url("../images/solution/icon-26-3.png");
}
@media screen and (min-width: 1025px) {
  .solution-s12 .right-block .item:nth-of-type(3):hover i, .solution-s12 .right-block .item:nth-of-type(3).active i {
    background-image: url("../images/solution/icon-25-3-on.png");
  }
  .solution-s12 .right-block .item:nth-of-type(3):hover h3, .solution-s12 .right-block .item:nth-of-type(3).active h3 {
    background-image: url("../images/solution/icon-26-3-on.png");
  }
}
.solution-s12 .right-block .item:nth-of-type(4) .icon i {
  background-image: url("../images/solution/icon-25-4.png");
}
.solution-s12 .right-block .item:nth-of-type(4) h3 {
  background-image: url("../images/solution/icon-26-4.png");
}
@media screen and (min-width: 1025px) {
  .solution-s12 .right-block .item:nth-of-type(4):hover i, .solution-s12 .right-block .item:nth-of-type(4).active i {
    background-image: url("../images/solution/icon-25-4-on.png");
  }
  .solution-s12 .right-block .item:nth-of-type(4):hover h3, .solution-s12 .right-block .item:nth-of-type(4).active h3 {
    background-image: url("../images/solution/icon-26-4-on.png");
  }
}
.solution-s12 .right-block .item:nth-of-type(5) .icon i {
  background-image: url("../images/solution/icon-25-5.png");
}
.solution-s12 .right-block .item:nth-of-type(5) h3 {
  background-image: url("../images/solution/icon-26-5.png");
}
@media screen and (min-width: 1025px) {
  .solution-s12 .right-block .item:nth-of-type(5):hover i, .solution-s12 .right-block .item:nth-of-type(5).active i {
    background-image: url("../images/solution/icon-25-5-on.png");
  }
  .solution-s12 .right-block .item:nth-of-type(5):hover h3, .solution-s12 .right-block .item:nth-of-type(5).active h3 {
    background-image: url("../images/solution/icon-26-5-on.png");
  }
}
@media screen and (min-width: 1025px) {
  .solution-s12 .right-block .item:hover, .solution-s12 .right-block .item.active {
    padding: 0;
  }
  .solution-s12 .right-block .item:hover a, .solution-s12 .right-block .item.active a {
    background-color: #255dbc;
  }
  .solution-s12 .right-block .item:hover .icon, .solution-s12 .right-block .item.active .icon {
    transform: scale(0.75);
    transform-origin: center top;
    border-color: #fff;
  }
  .solution-s12 .right-block .item:hover .icon:before, .solution-s12 .right-block .item.active .icon:before {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .solution-s12 .right-block .item:hover h3, .solution-s12 .right-block .item.active h3 {
    color: #fff;
    margin-top: 0;
  }
  .solution-s12 .right-block .item:hover .para, .solution-s12 .right-block .item.active .para {
    display: block;
  }
  .solution-s12 .right-block .item:hover span, .solution-s12 .right-block .item.active span {
    display: block;
  }
}
.solution-s12 .ope {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
}
.solution-s12 .pagination {
  font-size: 0;
  display: none;
}
.solution-s12 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-28-1.png");
  margin-right: 10px;
  cursor: pointer;
}
.solution-s12 .pagination span.active {
  background-image: url("../images/solution/icon-28-2.png");
}
.solution-s12 .num {
  font-size: 24px;
  color: #255dbc;
  font-family: 'EuclidCircularA-Regular';
}
.solution-s12 .num .curr {
  font-size: 36px;
}
.solution-s12 .button {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.solution-s12 .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-1.png");
}
.solution-s12 .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}

.solution-s13 {
  padding: 6.25vw 0 calc(15.625vw + 148px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-19.jpg");
  background-attachment: fixed;
}
.solution-s13 .tab-wrap {
  margin-top: 3.125vw;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.solution-s13 .tab-tit {
  width: 300px;
}
.solution-s13 .tab-tit .item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 25px 30px;
  border-radius: 10px;
  transition: all .3s ease;
  cursor: pointer;
}
.solution-s13 .tab-tit .item span {
  width: 80px;
  font-size: 50px;
  color: #b2b9c9;
  font-family: 'EuclidCircularA-Regular';
}
.solution-s13 .tab-tit .item .box {
  width: calc(100% - 80px);
}
.solution-s13 .tab-tit .item h3 {
  font-size: 24px;
  color: #fff;
}
.solution-s13 .tab-tit .item p {
  font-size: 18px;
  color: #b2b9c9;
  margin-top: 5px;
  transition: color .3s ease;
}
.solution-s13 .tab-tit .item.active {
  background-color: #255dbc;
}
.solution-s13 .tab-tit .item.active p {
  color: #fff;
}
.solution-s13 .tab-cont {
  width: calc(100% - 300px - 3.125vw);
  margin-left: 3.125vw;
  background-color: #0b1127;
  overflow: hidden;
  position: relative;
}
.solution-s13 .tab-cont:after {
  content: '';
  background-color: #255dbc;
  width: 36vw;
  height: 36vw;
  position: absolute;
  left: 60%;
  bottom: -10px;
  transform: rotate(7deg);
  transform-origin: left bottom;
  z-index: 1;
}
.solution-s13 .tab-cont .child {
  position: relative;
  z-index: 2;
  display: none;
}
.solution-s13 .tab-cont .child.active {
  display: block;
}
.solution-s13 .tab-cont .child:nth-of-type(1) .icon i {
  background-image: url("../images/solution/icon-29-1.png");
}
.solution-s13 .tab-cont .child:nth-of-type(1) .box {
  background-image: url("../images/solution/icon-26-1-on.png");
}
.solution-s13 .tab-cont .child:nth-of-type(2) .icon i {
  background-image: url("../images/solution/icon-29-2.png");
}
.solution-s13 .tab-cont .child:nth-of-type(2) .box {
  background-image: url("../images/solution/icon-26-2-on.png");
}
.solution-s13 .tab-cont .child:nth-of-type(3) .icon i {
  background-image: url("../images/solution/icon-29-3.png");
}
.solution-s13 .tab-cont .child:nth-of-type(3) .box {
  background-image: url("../images/solution/icon-26-3-on.png");
}
.solution-s13 .tab-cont .child:nth-of-type(4) .icon i {
  background-image: url("../images/solution/icon-29-4.png");
}
.solution-s13 .tab-cont .child:nth-of-type(4) .box {
  background-image: url("../images/solution/icon-26-4-on.png");
}
.solution-s13 .tab-cont .left-box, .solution-s13 .tab-cont .right-box {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-s13 .tab-cont .flex {
  display: flex;
}
.solution-s13 .tab-cont .left-box {
  width: 60%;
  padding: 0 36.5px 3.125vw;
}
.solution-s13 .tab-cont .left-box img {
  display: block;
  width: 100%;
}
.solution-s13 .tab-cont .para {
  width: 80%;
  margin: 0 auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  opacity: 0.8;
}
.solution-s13 .tab-cont .right-box {
  width: 40%;
  text-align: center;
  position: relative;
  animation-delay: .1s;
}
.solution-s13 .tab-cont .right-box .cell {
  position: relative;
  z-index: 2;
  padding-bottom: 6.25vw;
}
.solution-s13 .tab-cont .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 2px dotted #fff;
  border-radius: 50%;
  position: relative;
}
.solution-s13 .tab-cont .icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 1;
}
.solution-s13 .tab-cont .icon i {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
.solution-s13 .tab-cont .box {
  padding-top: 30px;
  margin-top: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 60px;
}
.solution-s13 .tab-cont h3 {
  font-size: 32px;
  color: #fff;
}
.solution-s13 .tab-cont p {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}
.solution-s13 .btns {
  position: absolute;
  width: 40%;
  bottom: 3.125vw;
  right: 0;
  text-align: center;
  z-index: 2;
}
.solution-s13 .button {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.solution-s13 .button:hover {
  border-color: #fff;
  background-color: #fff;
  background-image: url("../images/prev-5.png");
}
.solution-s13 .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}

.solution-s14 {
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
}
.solution-s14 .main {
  margin-top: calc(-9.375vw - 148px);
  padding: 6.25vw 3.125vw 3.125vw;
  background-color: #fff;
}
.solution-s14 .items {
  margin-top: 3.125vw;
}
.solution-s14 .item {
  position: relative;
  height: 100px;
  text-align: center;
  background-color: #f5f5f5;
  cursor: pointer;
}
.solution-s14 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #255dbc;
  transform: scaleX(0);
  transform-origin: left top;
}
.solution-s14 .item img {
  width: auto;
  max-width: 60%;
  max-height: 50%;
}
.solution-s14 .item:hover:after, .solution-s14 .item.active:after {
  transform: scaleX(1);
  transition: transform .6s ease;
}
.solution-s14 .info-box {
  padding: 3.125vw 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-right: 100px;
}
.solution-s14 .info {
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-s14 .info.active {
  display: block;
}
.solution-s14 .info h3 {
  font-size: 26px;
  color: #333;
}
.solution-s14 .info .content {
  font-size: 0;
  margin-top: 20px;
}
.solution-s14 .info .content p, .solution-s14 .info .content .tip {
  display: inline-block;
  vertical-align: top;
}
.solution-s14 .info .content p {
  max-width: 350px;
  font-size: 18px;
  color: #999999;
  line-height: 26px;
}
.solution-s14 .info .content .tip {
  margin-left: 3.125vw;
}
.solution-s14 .info .content .num {
  font-size: 40px;
  color: #255dbc;
  font-family: 'EuclidCircularA-Regular';
}
.solution-s14 .info .content span {
  font-size: 18px;
  color: #255dbc;
}
.solution-s14 .btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.solution-s14 .button {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.solution-s14 .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-1.png");
}
.solution-s14 .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}
.solution-s14 .ope {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.125vw;
}
.solution-s14 .pagination {
  font-size: 0;
}
.solution-s14 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-28-1.png");
  margin-right: 10px;
  cursor: pointer;
}
.solution-s14 .pagination span.active {
  background-image: url("../images/solution/icon-28-2.png");
}
.solution-s14 a.more {
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  background-color: #255dbc;
  transition: all .3s ease;
}
.solution-s14 a.more:nth-of-type(2) {
  margin-left: 20px;
}
.solution-s14 a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .solution-s14 a.more:hover {
    box-shadow: 0 0 40px rgba(30, 82, 170, 0.4);
    transform: translateY(-5px);
  }
}

.solution-s15 {
  padding: 6.25vw 0;
  background-color: #f5f5f5;
}
.solution-s15 .items {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
}
.solution-s15 .item {
  width: calc(50% - 10px);
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
}
.solution-s15 .item .img-box {
  overflow: hidden;
}
.solution-s15 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.solution-s15 .item h3 {
  font-size: 32px;
  color: #fff;
}
.solution-s15 .item p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.solution-s15 .item .para {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  background-color: rgba(37, 92, 187, 0.9);
  padding: 2vw;
  text-align: right;
}
.solution-s15 .item .para p {
  text-align: justify;
  height: 78px;
  overflow: hidden;
}
.solution-s15 .item .para:after {
  content: '';
  display: inline-block;
  margin-top: 15px;
  width: 23px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/solution/icon-23.png");
}
.solution-s15 .item .icon {
  width: 120px;
  height: 120px;
  border: 2px dotted #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.solution-s15 .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto 50%;
}
.solution-s15 .item a.more {
  display: block;
  width: 150px;
  margin: 3.125vw auto 0;
  font-size: 16px;
  color: #255dbc;
  line-height: 50px;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  transition: all .3s ease;
}
.solution-s15 .item a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .solution-s15 .item a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
.solution-s15 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease;
}
.solution-s15 .item .show h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.125vw;
}
.solution-s15 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(37, 92, 187, 0.86);
  padding: 0 6.25vw;
  opacity: 0;
  transition: opacity .3s ease;
}
.solution-s15 .item .hide h3 {
  margin: 20px 0;
}
.solution-s15 .item:nth-of-type(1) .icon i {
  background-image: url("../images/solution/icon-24-1.png");
}
.solution-s15 .item:nth-of-type(2) .icon i {
  background-image: url("../images/solution/icon-24-2.png");
}
.solution-s15 .item:nth-of-type(3) .icon i {
  background-image: url("../images/solution/icon-24-3.png");
}
.solution-s15 .item:nth-of-type(4) .icon i {
  background-image: url("../images/solution/icon-24-4.png");
}
@media screen and (min-width: 769px) {
  .solution-s15 .item:nth-of-type(1), .solution-s15 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .solution-s15 .item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .solution-s15 .item:hover img {
    transform: scale(1.1);
  }
  .solution-s15 .item:hover .show {
    opacity: 0;
  }
  .solution-s15 .item:hover .hide {
    opacity: 1;
  }
}

.partner-s1 {
  background-color: #f5f5f5;
  padding: 6.25vw 0;
}
.partner-s1 .items {
  margin-top: 3.125vw;
  display: flex;
}
.partner-s1 .item {
  width: calc((100% - 140px) / 3);
  margin-left: 70px;
  background-color: #fff;
  position: relative;
  transition: all .3s ease;
}
.partner-s1 .item:nth-of-type(1) {
  margin: 0;
}
.partner-s1 .item .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partner-s1 .item .txt-box {
  padding: 2vw;
}
.partner-s1 .item .txt-box:before {
  content: '';
  width: 24px;
  height: 4px;
  background-color: #255dbc;
  display: block;
  transition: all .3s ease;
}
.partner-s1 .item h3 {
  font-size: 26px;
  color: #333;
  margin-top: 4.5vw;
  transition: color .3s ease;
}
.partner-s1 .item p {
  font-size: 18px;
  color: #808080;
  margin-top: 15px;
  transition: color .3s ease;
}
.partner-s1 .item:nth-of-type(1) .bg-box {
  background-image: url("../images/partner/img-1-1.png");
}
.partner-s1 .item:nth-of-type(2) .bg-box {
  background-image: url("../images/partner/img-1-2.png");
}
.partner-s1 .item:nth-of-type(3) .bg-box {
  background-image: url("../images/partner/img-1-3.png");
}
@media screen and (min-width: 1025px) {
  .partner-s1 .item:hover {
    background-color: #255dbc;
  }
  .partner-s1 .item:hover .txt-box:before {
    background-color: #fff;
  }
  .partner-s1 .item:hover h3, .partner-s1 .item:hover p {
    color: #fff;
  }
}

.partner-s2 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/partner/img-2.jpg");
  background-attachment: fixed;
  overflow: hidden;
}
.partner-s2 .main {
  width: 748px;
  height: 748px;
  margin: 0 auto;
  position: relative;
}
.partner-s2 .main:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/img-3.png");
  animation: o-rotate 20s linear infinite;
  z-index: 1;
}
.partner-s2 .main .box {
  position: absolute;
  top: 68px;
  left: 68px;
  right: 68px;
  bottom: 68px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
.partner-s2 .main .center {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partner-s2 .main .center:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 3px dotted #d9dde4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.partner-s2 .main .center:after {
  content: '';
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  border: 1px solid #d9dde4;
  border-radius: 50%;
  z-index: 1;
}
.partner-s2 .main .tit {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.partner-s2 .main .tit:before {
  content: '';
  width: 126px;
  height: 86px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/icon-1.png");
  margin: 0 auto;
  display: block;
}
.partner-s2 .main .tit h3 {
  font-size: 28px;
  color: #255dbc;
  text-align: center;
}
.partner-s2 .main .dot {
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 3;
}
.partner-s2 .main .dot:before, .partner-s2 .main .dot:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.partner-s2 .main .dot:before {
  background-image: linear-gradient(180deg, #4082f2, #255dbc);
}
.partner-s2 .main .dot:after {
  background-image: linear-gradient(180deg, #9130d6, #255dbc);
  opacity: 0;
  transition: opacity .3s ease;
}
.partner-s2 .main .dot i {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  z-index: 2;
}
.partner-s2 .main .dot span {
  font-size: 20px;
  color: #255dbc;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: color .3s ease;
}
.partner-s2 .main .dot:nth-of-type(1) {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partner-s2 .main .dot:nth-of-type(1) i {
  background-image: url("../images/partner/icon-2-1.png");
}
.partner-s2 .main .dot:nth-of-type(1) span {
  top: -35px;
}
.partner-s2 .main .dot:nth-of-type(2) {
  left: -15%;
  bottom: 5%;
}
.partner-s2 .main .dot:nth-of-type(2):after {
  transform: rotateX(180deg);
}
.partner-s2 .main .dot:nth-of-type(2) i {
  background-image: url("../images/partner/icon-2-2.png");
}
.partner-s2 .main .dot:nth-of-type(2) span {
  bottom: -35px;
}
.partner-s2 .main .dot:nth-of-type(3) {
  right: -15%;
  bottom: 5%;
}
.partner-s2 .main .dot:nth-of-type(3):after {
  transform: rotateX(180deg);
}
.partner-s2 .main .dot:nth-of-type(3) i {
  background-image: url("../images/partner/icon-2-3.png");
}
.partner-s2 .main .dot:nth-of-type(3) span {
  bottom: -35px;
}
@media screen and (min-width: 1025px) {
  .partner-s2 .main .dot:hover:after {
    opacity: 1;
  }
  .partner-s2 .main .dot:hover span {
    color: #9130d6;
  }
}

.partner-s3 {
  padding: 6.25vw 0;
}
.partner-s3 .main {
  margin-top: 3.125vw;
  padding-bottom: 140px;
  position: relative;
}
.partner-s3 .tab-tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 0 6.25vw;
}
.partner-s3 .tab-tit:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/partner/img-7.png");
  background-size: auto 4px;
}
.partner-s3 .tab-tit .item {
  flex: 1;
  position: relative;
  cursor: pointer;
}
.partner-s3 .tab-tit .item:before {
  content: '';
  width: 100%;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/img-8.png");
  background-size: 100% 4px;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.partner-s3 .tab-tit .item .box {
  position: relative;
  z-index: 2;
}
.partner-s3 .tab-tit .item .box:before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/icon-4-1.png");
  transition: all .3s ease;
}
.partner-s3 .tab-tit .item span {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #999999;
  margin-top: 15px;
  transition: color .3s ease;
}
.partner-s3 .tab-tit .item.active:before {
  opacity: 1;
}
.partner-s3 .tab-tit .item.active .box:before {
  background-image: url("../images/partner/icon-4-2.png");
}
.partner-s3 .tab-tit .item.active span {
  color: #255dbc;
}
.partner-s3 .tab-cont {
  box-shadow: 0 0 50px rgba(35, 92, 188, 0.1);
}
.partner-s3 .tab-cont .child {
  display: none;
}
.partner-s3 .tab-cont .child.active {
  display: block;
}
.partner-s3 .tab-cont .flex {
  display: flex;
  align-items: center;
}
.partner-s3 .tab-cont .img-box, .partner-s3 .tab-cont .txt-box {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.partner-s3 .tab-cont .img-box {
  width: 50%;
  overflow: hidden;
}
.partner-s3 .tab-cont .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .partner-s3 .tab-cont .img-box:hover img {
    transform: scale(1.1);
  }
}
.partner-s3 .tab-cont .txt-box {
  width: 50%;
  padding: 0 6.25vw;
  text-align: center;
  animation-delay: .1s;
}
.partner-s3 .tab-cont .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 2px dotted #255dbc;
  border-radius: 50%;
  position: relative;
  transition: opacity .3s ease;
}
.partner-s3 .tab-cont .icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #f2f5fb;
  z-index: 1;
}
.partner-s3 .tab-cont .icon i {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
.partner-s3 .tab-cont h3 {
  font-size: 30px;
  color: #333333;
  margin-top: 2vw;
}
.partner-s3 .tab-cont p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
}

.partner-s4 {
  padding-top: 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/partner/img-11.jpg");
  background-attachment: fixed;
  overflow: hidden;
}
.partner-s4 .main {
  height: 35vw;
  position: relative;
  margin: 6.25vw -6.25vw 0;
}
.partner-s4 .tab-tit {
  width: 93.75vw;
  height: 93.75vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.partner-s4 .tab-tit .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(48, 108, 210, 0.3);
  border-radius: 50%;
  z-index: 1;
}
.partner-s4 .tab-tit .circle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: o-rotate 30s linear infinite;
}
.partner-s4 .tab-tit .circle i:after {
  content: '';
  width: 42px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/icon-8.png");
}
.partner-s4 .tab-tit .item {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.partner-s4 .tab-tit .item .icon {
  width: 116px;
  height: 116px;
  position: relative;
}
.partner-s4 .tab-tit .item .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/icon-9-1.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .3s ease;
}
.partner-s4 .tab-tit .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
.partner-s4 .tab-tit .item i:before {
  content: '';
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  transform: translateY(-5px);
}
.partner-s4 .tab-tit .item i:after {
  content: '';
  width: 100%;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.partner-s4 .tab-tit .item:nth-of-type(1) i:before {
  background-image: url("../images/partner/icon-6-1.png");
}
.partner-s4 .tab-tit .item:nth-of-type(1) i:after {
  background-image: url("../images/partner/icon-7-1.png");
}
.partner-s4 .tab-tit .item:nth-of-type(2) i:before {
  background-image: url("../images/partner/icon-6-2.png");
}
.partner-s4 .tab-tit .item:nth-of-type(2) i:after {
  background-image: url("../images/partner/icon-7-2.png");
}
.partner-s4 .tab-tit .item:nth-of-type(3) i:before {
  background-image: url("../images/partner/icon-6-3.png");
}
.partner-s4 .tab-tit .item:nth-of-type(3) i:after {
  background-image: url("../images/partner/icon-7-3.png");
}
.partner-s4 .tab-tit .item:nth-of-type(4) i:before {
  background-image: url("../images/partner/icon-6-4.png");
}
.partner-s4 .tab-tit .item:nth-of-type(4) i:after {
  background-image: url("../images/partner/icon-7-4.png");
}
.partner-s4 .tab-tit .item:nth-of-type(5) i:before {
  background-image: url("../images/partner/icon-6-5.png");
}
.partner-s4 .tab-tit .item:nth-of-type(5) i:after {
  background-image: url("../images/partner/icon-7-5.png");
}
.partner-s4 .tab-tit .item:nth-of-type(6) i:before {
  background-image: url("../images/partner/icon-6-6.png");
}
.partner-s4 .tab-tit .item:nth-of-type(6) i:after {
  background-image: url("../images/partner/icon-7-6.png");
}
.partner-s4 .tab-tit .item:nth-of-type(7) i:before {
  background-image: url("../images/partner/icon-6-7.png");
}
.partner-s4 .tab-tit .item:nth-of-type(7) i:after {
  background-image: url("../images/partner/icon-7-7.png");
}
.partner-s4 .tab-tit .item:nth-of-type(8) i:before {
  background-image: url("../images/partner/icon-6-8.png");
}
.partner-s4 .tab-tit .item:nth-of-type(8) i:after {
  background-image: url("../images/partner/icon-7-8.png");
}
.partner-s4 .tab-tit .item:nth-of-type(9) i:before {
  background-image: url("../images/partner/icon-6-9.png");
}
.partner-s4 .tab-tit .item:nth-of-type(9) i:after {
  background-image: url("../images/partner/icon-7-9.png");
}
.partner-s4 .tab-tit .item span {
  position: absolute;
  bottom: -24px;
  left: 50%;
  white-space: nowrap;
  font-size: 20px;
  color: #255dbc;
  transform: translateX(-50%);
}
.partner-s4 .tab-tit .item:nth-of-type(1), .partner-s4 .tab-tit .item:nth-of-type(2), .partner-s4 .tab-tit .item:nth-of-type(3), .partner-s4 .tab-tit .item:nth-of-type(4), .partner-s4 .tab-tit .item:nth-of-type(5) {
  transform: translate(-50%, -50%);
}
.partner-s4 .tab-tit .item:nth-of-type(6), .partner-s4 .tab-tit .item:nth-of-type(7), .partner-s4 .tab-tit .item:nth-of-type(8), .partner-s4 .tab-tit .item:nth-of-type(9) {
  transform: translate(50%, -50%);
}
.partner-s4 .tab-tit .item:nth-of-type(1) {
  left: 6%;
  top: 26%;
}
.partner-s4 .tab-tit .item:nth-of-type(2) {
  left: 13%;
  top: 16%;
}
.partner-s4 .tab-tit .item:nth-of-type(3) {
  left: 23%;
  top: 8%;
}
.partner-s4 .tab-tit .item:nth-of-type(4) {
  left: 35%;
  top: 2%;
}
.partner-s4 .tab-tit .item:nth-of-type(5) {
  top: 0;
  left: 50%;
}
.partner-s4 .tab-tit .item:nth-of-type(6) {
  right: 35%;
  top: 2%;
}
.partner-s4 .tab-tit .item:nth-of-type(7) {
  right: 23%;
  top: 8%;
}
.partner-s4 .tab-tit .item:nth-of-type(8) {
  right: 13%;
  top: 16%;
}
.partner-s4 .tab-tit .item:nth-of-type(9) {
  right: 6%;
  top: 26%;
}
.partner-s4 .tab-tit .item.active .icon:before {
  background-image: url("../images/partner/icon-9-2.png");
}
.partner-s4 .tab-tit .item.active span {
  color: transparent;
  background-image: linear-gradient(90deg, #2b72e8, #9230d6);
  -webkit-background-clip: text;
  background-clip: text;
  transition: all .3s ease;
}
.partner-s4 .tab-cont {
  width: 62vw;
  height: 21.875vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.partner-s4 .tab-cont .range, .partner-s4 .tab-cont .circle, .partner-s4 .tab-cont .child {
  width: 100%;
  height: 62vw;
  position: absolute;
  top: 0;
  left: 0;
}
.partner-s4 .tab-cont .range i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(48, 108, 210, 0.05);
  border-radius: 50%;
  animation: o-scale 2.1s ease-out infinite;
}
.partner-s4 .tab-cont .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.partner-s4 .tab-cont .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.partner-s4 .tab-cont .circle {
  border: 1px dashed #255dbc;
  border-radius: 50%;
  z-index: 3;
}
.partner-s4 .tab-cont .circle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: o-rotate 20s linear infinite;
}
.partner-s4 .tab-cont .circle i:after {
  content: '';
  width: 42px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/partner/icon-8.png");
}
.partner-s4 .tab-cont .sign {
  width: 12.3vw;
  max-width: 235px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}
.partner-s4 .tab-cont .sign img {
  display: block;
  width: 100%;
}
.partner-s4 .tab-cont .child {
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
  display: none;
  opacity: 0;
  animation: o-opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.partner-s4 .tab-cont .child.active {
  display: block;
}
.partner-s4 .tab-cont .child .img-box {
  width: 100%;
  height: 21.875vw;
  overflow: hidden;
}
.partner-s4 .tab-cont .child .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-s5 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/partner/img-9.jpg");
  background-attachment: fixed;
}
.partner-s5 .top-block {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5vw;
}
.partner-s5 .top-block .item {
  flex: 1;
  max-width: 18%;
  text-align: center;
}
.partner-s5 .top-block .item .icon {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border: 2px dotted #fff;
  border-radius: 50%;
  position: relative;
  transition: opacity .3s ease;
}
.partner-s5 .top-block .item .icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 1;
}
.partner-s5 .top-block .item .icon i {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}
.partner-s5 .top-block .item h3 {
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
}
.partner-s5 .top-block .item p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  opacity: 0.7;
  margin-top: 10px;
}
.partner-s5 .top-block .item:nth-of-type(1) .icon i {
  background-image: url("../images/partner/icon-5-1.png");
}
.partner-s5 .top-block .item:nth-of-type(2) .icon i {
  background-image: url("../images/partner/icon-5-2.png");
}
.partner-s5 .top-block .item:nth-of-type(3) .icon i {
  background-image: url("../images/partner/icon-5-3.png");
}
.partner-s5 .top-block .item:nth-of-type(4) .icon i {
  background-image: url("../images/partner/icon-5-4.png");
}
.partner-s5 .top-block .item:nth-of-type(5) .icon i {
  background-image: url("../images/partner/icon-5-5.png");
}
.partner-s5 .bot-block {
  position: relative;
  margin-top: 6.25vw;
  margin-left: -6.25vw;
  margin-right: -6.25vw;
  padding-left: 6.25vw;
}
.partner-s5 .bot-block .txt-block {
  position: absolute;
  left: 28.75vw;
  right: 0;
  top: 0;
}
.partner-s5 .bot-block .txt-block:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 105px;
}
.partner-s5 .bot-block .txt-block .items {
  padding: 0 3.125vw 0 3.125vw;
}
.partner-s5 .bot-block .txt-block .item {
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
}
.partner-s5 .bot-block .txt-block .item span {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  font-family: 'EuclidCircularA-Regular';
  transition: all .3s ease;
}
.partner-s5 .bot-block .txt-block .item i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all .3s ease;
}
.partner-s5 .bot-block .txt-block .item i:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #255dbc;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all .3s ease;
}
.partner-s5 .bot-block .txt-block .item h3 {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  font-style: italic;
  transition: all .3s ease;
}
.partner-s5 .bot-block .txt-block .item.active span {
  opacity: 1;
}
.partner-s5 .bot-block .txt-block .item.active i {
  box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.5);
}
.partner-s5 .bot-block .txt-block .item.active h3 {
  opacity: 1;
}
.partner-s5 .bot-block .img-block {
  width: 22.5vw;
  background-color: #fff;
  padding: 12px 12px 0;
}
.partner-s5 .bot-block .img-block .item .img-box {
  overflow: hidden;
}
.partner-s5 .bot-block .img-block .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.partner-s5 .bot-block .img-block .item .txt-box {
  padding: 2vw 0;
}
.partner-s5 .bot-block .img-block .item .txt-box {
  font-size: 22px;
  color: #333;
  font-family: 'EuclidCircularA-Regular';
  text-align: center;
}
.partner-s5 .bot-block .img-block .item .txt-box span {
  color: #255dbc;
}
.partner-s5 .bot-block .btns {
  position: absolute;
  right: 6.25vw;
  bottom: 0;
  font-size: 0;
  z-index: 2;
}
.partner-s5 .bot-block .button {
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-3.png");
  cursor: pointer;
  transition: all .3s ease;
}
.partner-s5 .bot-block .button:hover {
  border-color: #fff;
  background-color: #fff;
  background-image: url("../images/prev-4.png");
}
.partner-s5 .bot-block .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}

.case-s1 {
  background-color: #f3f5f9;
  padding: 6.25vw 0;
}
.case-s1 .flex {
  display: flex;
  align-items: center;
}
.case-s1 .txt-box {
  width: 50%;
  padding-right: 6.25vw;
}
.case-s1 .para {
  font-size: 18px;
  line-height: 2;
  color: #666666;
  margin-top: 25px;
}
.case-s1 .tit {
  font-size: 26px;
  color: #333333;
  margin-top: 3.125vw;
}
.case-s1 .items {
  margin: 30px 5vw 0 0;
  display: flex;
  justify-content: space-between;
}
.case-s1 .item .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 2px dotted #255dbc;
  border-radius: 50%;
  position: relative;
}
.case-s1 .item .icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #e7ecf5;
  z-index: 1;
}
.case-s1 .item .icon i {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
.case-s1 .item h3 {
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  color: #333333;
  line-height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.case-s1 .item:nth-of-type(1) .icon i {
  background-image: url("../images/case/icon-7-1.png");
}
.case-s1 .item:nth-of-type(1) h3 {
  background-image: url("../images/case/icon-8-1.png");
}
.case-s1 .item:nth-of-type(2) .icon i {
  background-image: url("../images/case/icon-7-2.png");
}
.case-s1 .item:nth-of-type(2) h3 {
  background-image: url("../images/case/icon-8-2.png");
}
.case-s1 .item:nth-of-type(3) .icon i {
  background-image: url("../images/case/icon-7-3.png");
}
.case-s1 .item:nth-of-type(3) h3 {
  background-image: url("../images/case/icon-8-3.png");
}
.case-s1 .img-box {
  width: 50%;
  overflow: hidden;
}
.case-s1 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .case-s1 .img-box:hover img {
    transform: scale(1.1);
  }
}

.case-s2 {
  padding: 5vw 0;
}
.case-s2 .tab-tit {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: 1px;
}
.case-s2 .tab-tit.mt {
  margin-top: 2vw;
}
.case-s2 .tab-tit .item {
  width: 16.66%;
  height: 90px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e4e7;
  margin: -1px 0 0 -1px;
  cursor: pointer;
  transition: all .3s ease;
}
.case-s2 .tab-tit .item img {
  width: auto;
  max-width: 60%;
  max-height: 50%;
  opacity: 0.4;
  filter: grayscale(1);
  transition: all .3s ease;
}
.case-s2 .tab-tit .item.active {
  border-color: #255dbc;
  box-shadow: 0 0 30px rgba(37, 93, 188, 0.1);
  z-index: 2;
}
.case-s2 .tab-tit .item.active img {
  opacity: 1;
  filter: grayscale(0);
}
@media screen and (min-width: 1025px) {
  .case-s2 .tab-tit .item:hover img {
    opacity: 1;
    filter: grayscale(0);
  }
}
.case-s2 .tab-cont .child {
  position: relative;
  display: none;
}
.case-s2 .tab-cont .child.active {
  display: block;
}
.case-s2 .tab-cont .img-box, .case-s2 .tab-cont .txt-box {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.case-s2 .tab-cont .img-box {
  width: 50%;
  overflow: hidden;
}
.case-s2 .tab-cont .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.case-s2 .tab-cont .txt-box {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/case/img-3.jpg");
  text-align: center;
  animation-delay: .1s;
}
.case-s2 .tab-cont .txt-box:after {
  content: '';
  width: 10.3125vw;
  height: 10.3125vw;
  max-width: 198px;
  max-height: 198px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/case/icon-9.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -3vw;
}
.case-s2 .tab-cont h3 {
  font-size: 24px;
  color: #fff;
}
.case-s2 .tab-cont p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 15px;
  max-height: 60px;
  overflow: hidden;
}
.case-s2 .tab-cont .info {
  margin-top: 4vw;
}
.case-s2 .tab-cont .item {
  display: inline-block;
  vertical-align: top;
  max-width: 48%;
  padding: 10px 40px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.case-s2 .tab-cont .item .num {
  font-size: 40px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.case-s2 .tab-cont .item span {
  display: block;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
}
.case-s2 .tab-cont .item:last-of-type {
  border: none;
}

.case-s3 {
  padding: 3.125vw 0 6.25vw;
  background-color: #f4f6fa;
}
.case-s3 .flex {
  display: flex;
}
.case-s3 .left-box {
  width: 33.33%;
  background-color: #fff;
}
.case-s3 .left-box .top-box {
  padding: 3.125vw;
  border-bottom: 1px solid #f4f6fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-s3 .left-box .top-box .tit {
  font-size: 18px;
  color: #255dbc;
  border-top: 2px solid #255dbc;
  padding-top: 5px;
}
.case-s3 .left-box .top-box i {
  width: 73px;
  height: 73px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/case/icon-10.png");
}
.case-s3 .left-box .bot-box {
  padding: 3.125vw;
}
.case-s3 .left-box .bot-box .type {
  font-size: 0;
}
.case-s3 .left-box .bot-box .type span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-left: 30px;
}
.case-s3 .left-box .bot-box .type span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.case-s3 .left-box .bot-box .type span:nth-of-type(1) {
  margin-left: 0;
  color: #255dbc;
}
.case-s3 .left-box .bot-box .type span:nth-of-type(1):before {
  background-image: linear-gradient(120deg, #2765d0, #50adf4);
}
.case-s3 .left-box .bot-box .type span:nth-of-type(2) {
  color: #1b9d6e;
}
.case-s3 .left-box .bot-box .type span:nth-of-type(2):before {
  background-image: linear-gradient(120deg, #1b9d6e, #56cea2);
}
.case-s3 .left-box .bot-box .img-box {
  margin-top: 20px;
  position: relative;
}
.case-s3 .left-box .bot-box .img-box img {
  width: 46.5%;
  display: block;
}
.case-s3 .left-box .bot-box .img-box i {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -10px;
  font-style: normal;
}
.case-s3 .left-box .bot-box .info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  box-shadow: 0 3px 50px rgba(46, 113, 214, 0.15);
}
.case-s3 .left-box .bot-box .info span {
  font-size: 40px;
  color: #255dbc;
  font-family: 'EuclidCircularA-Regular';
}
.case-s3 .left-box .bot-box .info p {
  font-size: 16px;
  line-height: 20px;
  color: #7a869e;
}
.case-s3 .left-box .bot-box .items {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.case-s3 .left-box .bot-box .item {
  display: inline-block;
  vertical-align: top;
  max-width: 48%;
}
.case-s3 .left-box .bot-box .item .num {
  font-size: 36px;
  color: #333;
  font-family: 'EuclidCircularA-Regular';
}
.case-s3 .left-box .bot-box .item p {
  font-size: 16px;
  color: #7a869e;
}
.case-s3 .right-box {
  width: calc(66.66% - 3.125vw);
  margin-left: 3.125vw;
  background-color: #fff;
  padding: 3.125vw;
}
.case-s3 .right-box .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.case-s3 .right-box .top-box .tit {
  font-size: 18px;
  color: #255dbc;
  border-top: 2px solid #255dbc;
  padding-top: 5px;
}
.case-s3 .right-box .top-box .type {
  font-size: 0;
}
.case-s3 .right-box .top-box .type span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-left: 30px;
}
.case-s3 .right-box .top-box .type span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.case-s3 .right-box .top-box .type span:nth-of-type(1) {
  margin-left: 0;
  color: #255dbc;
}
.case-s3 .right-box .top-box .type span:nth-of-type(1):before {
  background-color: #d6e1fb;
}
.case-s3 .right-box .top-box .type span:nth-of-type(2) {
  color: #1b9d6e;
}
.case-s3 .right-box .top-box .type span:nth-of-type(2):before {
  background-color: #d5efe6;
}
.case-s3 .right-box .table {
  margin-top: 30px;
  position: relative;
  max-height: 430px;
  overflow: auto;
}
.case-s3 .right-box table {
  width: 100%;
  position: relative;
  z-index: 2;
}
.case-s3 .right-box thead tr {
  height: 70px;
}
.case-s3 .right-box thead th {
  position: sticky;
  background-color: #f4f6fa;
  top: 0;
  font-size: 18px;
  color: #7a869e;
  font-weight: normal;
  text-align: left;
  padding-right: 20px;
}
.case-s3 .right-box thead th:nth-of-type(1) {
  width: 190px;
  padding-left: 30px;
}
.case-s3 .right-box tbody tr {
  border-bottom: 1px solid #ebeef4;
}
.case-s3 .right-box tbody td {
  padding: 30px 20px 30px 0;
  font-size: 16px;
  color: #2a303a;
}
.case-s3 .right-box tbody td:nth-of-type(1) {
  padding-left: 30px;
}
.case-s3 .right-box tbody span {
  display: block;
  width: 80px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  font-family: 'EuclidCircularA-Regular';
}
.case-s3 .right-box tbody span.blue {
  background-color: #e8efff;
  color: #1f66e1;
}
.case-s3 .right-box tbody span.green {
  background-color: #f0fcf8;
  color: #1b9d6e;
}

.case-s4 {
  padding: 5vw 0 6.25vw;
}
.case-s4 .top-block {
  position: relative;
}
.case-s4 .tab-tit {
  position: absolute;
  right: 0;
  bottom: 0;
}
.case-s4 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #999999;
  margin-left: 2vw;
  position: relative;
  padding-bottom: 20px;
  transition: color .3s ease;
  cursor: pointer;
}
.case-s4 .tab-tit span:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #255dbc;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s ease;
}
.case-s4 .tab-tit span:hover, .case-s4 .tab-tit span.active {
  color: #255dbc;
}
.case-s4 .tab-tit span:hover:after, .case-s4 .tab-tit span.active:after {
  opacity: 1;
}
.case-s4 .tab-cont {
  margin-top: 3.125vw;
}
.case-s4 .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.case-s4 .tab-cont .child.active {
  height: auto;
}
.case-s4 .top-box {
  position: relative;
}
.case-s4 .top-box .img-box {
  width: 50%;
  overflow: hidden;
}
.case-s4 .top-box img {
  display: block;
  width: 100%;
}
.case-s4 .top-box .txt-box {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/case/img-3.jpg");
  text-align: center;
  animation-delay: .1s;
}
.case-s4 .top-box .txt-box:after {
  content: '';
  width: 10.3125vw;
  height: 10.3125vw;
  max-width: 198px;
  max-height: 198px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/case/icon-9.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2vw;
}
.case-s4 .top-box h3 {
  font-size: 24px;
  color: #fff;
}
.case-s4 .top-box p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 15px;
  max-height: 120px;
  overflow: hidden;
}
.case-s4 .top-box a.more {
  display: inline-block;
  margin-top: 2vw;
  font-size: 16px;
  color: #255dbc;
  line-height: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 0 30px;
  transition: all .3s ease;
}
.case-s4 .top-box a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 30px;
}
@media screen and (min-width: 1025px) {
  .case-s4 .top-box a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
.case-s4 .bot-box {
  margin-top: 3.125vw;
}
.case-s4 .bot-box .item {
  position: relative;
  height: 100px;
  text-align: center;
  background-color: #f5f5f5;
  cursor: pointer;
}
.case-s4 .bot-box .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #255dbc;
  transform: scaleX(0);
  transform-origin: left top;
}
.case-s4 .bot-box .item img {
  width: auto;
  max-width: 60%;
  max-height: 50%;
}
.case-s4 .bot-box .item:hover:after, .case-s4 .bot-box .item.active:after {
  transform: scaleX(1);
  transition: transform .6s ease;
}
.case-s4 .bot-box .swiper-scrollbar {
  position: relative;
  margin-top: 3.125vw;
  background-color: #ebedf1;
}
.case-s4 .bot-box .swiper-scrollbar-drag {
  background-color: #255dbc;
  cursor: pointer;
}
.case-s4 .bot-box .swiper-scrollbar-drag:after {
  content: '';
  width: 36px;
  height: 59px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-11.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -18px;
}
.case-s4 .bot-box .info-box {
  margin-top: 3.125vw;
}
.case-s4 .bot-box .info {
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.case-s4 .bot-box .info.active {
  display: block;
}
.case-s4 .bot-box .info h3 {
  font-size: 26px;
  color: #333;
}
.case-s4 .bot-box .info .content {
  font-size: 0;
  margin-top: 20px;
}
.case-s4 .bot-box .info .content p, .case-s4 .bot-box .info .content .tip {
  display: inline-block;
  vertical-align: top;
}
.case-s4 .bot-box .info .content p {
  max-width: 350px;
  font-size: 18px;
  color: #999999;
  line-height: 26px;
}
.case-s4 .bot-box .info .content .tip {
  margin-left: 3.125vw;
}
.case-s4 .bot-box .info .content .num {
  font-size: 40px;
  color: #255dbc;
  font-family: 'EuclidCircularA-Regular';
}
.case-s4 .bot-box .info .content span {
  font-size: 18px;
  color: #255dbc;
}

.join-s1 {
  padding: 6.25vw 0;
}
.join-s1 .para {
  font-size: 18px;
  line-height: 2;
  color: #666;
  text-align: center;
  max-width: 1100px;
  margin: 2vw auto 0;
}
.join-s1 .flex {
  display: flex;
  margin-top: 3.125vw;
}
.join-s1 .left-box,
.join-s1 .right-box {
  width: calc(50% - 20px);
  box-shadow: 0 0 50px rgba(37, 93, 188, 0.1);
}
.join-s1 .left-box {
  position: relative;
  padding: 3.125vw;
  overflow: hidden;
}
.join-s1 .left-box .img-box {
  width: 23.125vw;
  margin: 0 auto;
  position: relative;
}
.join-s1 .left-box .img-box:after {
  content: '';
  width: 33.33vw;
  height: 33.33vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-9.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16.665vw 0 0 -16.665vw;
  animation: o-rotate 5s linear infinite;
}
.join-s1 .left-box .img-box:before {
  content: '';
  border: 1px dashed #d3dff2;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
}
.join-s1 .left-box img {
  display: block;
  width: 100%;
}
.join-s1 .left-box .dot {
  position: absolute;
  animation: o-ani5-1 2s linear infinite;
}
.join-s1 .left-box .dot:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-3.png");
}
.join-s1 .left-box .dot span {
  font-size: 16px;
  color: #255dbc;
  display: block;
  margin: 10px auto;
}
.join-s1 .left-box .dot:after {
  content: '';
  width: 2px;
  height: 68px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-4.png");
}
.join-s1 .left-box .dot:nth-of-type(1) {
  top: 13.79%;
  left: 8.53%;
  animation-delay: .2s;
}
.join-s1 .left-box .dot:nth-of-type(2) {
  top: 27.24%;
  left: 17.68%;
  animation-delay: .5s;
}
.join-s1 .left-box .dot:nth-of-type(3) {
  top: 62%;
  left: 17.07%;
  animation-delay: .8s;
}
.join-s1 .left-box .dot:nth-of-type(4) {
  top: 12.9%;
  left: 82.92%;
  animation-delay: .6s;
}
.join-s1 .left-box .dot:nth-of-type(5) {
  top: 33.62%;
  left: 78.04%;
  animation-delay: 1s;
}
.join-s1 .left-box .dot:nth-of-type(6) {
  top: 63.79%;
  left: 82.92%;
  animation-delay: .4s;
}
.join-s1 .right-box {
  margin-left: 40px;
  overflow: hidden;
}
.join-s1 .right-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .join-s1 .right-box:hover img {
    transform: scale(1.05);
  }
}

.join-s2 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/join/img-3.jpg");
  background-attachment: fixed;
}
.join-s2 .items {
  margin-top: 3.125vw;
}
.join-s2 .item {
  position: relative;
  background-color: #fff;
  height: 23.4375vw;
  transition: background .3s ease;
}
.join-s2 .item .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.join-s2 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.join-s2 .item span {
  font-size: 64px;
  color: #e5e5e5;
  font-family: 'EuclidCircularA-Regular';
  position: absolute;
  top: 3.125vw;
  left: 1.5vw;
  transition: opacity .3s ease;
}
.join-s2 .item .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 3.125vw 1.5vw;
  transform: translateY(-100%);
  transition: all .3s ease;
}
.join-s2 .item h3 {
  font-size: 26px;
  color: #333333;
  transition: color .3s ease;
}
.join-s2 .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  height: 54px;
  overflow: hidden;
  margin-top: 10px;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .join-s2 .item:hover {
    background-color: #255dbc;
  }
  .join-s2 .item:hover span {
    opacity: 0;
  }
  .join-s2 .item:hover .box {
    top: 0;
    transform: none;
  }
  .join-s2 .item:hover h3 {
    color: #fff;
  }
  .join-s2 .item:hover p {
    height: auto;
    color: #fff;
  }
}

.join-s3 {
  padding: 6.25vw 0;
}
.join-s3 .items {
  position: relative;
  margin-top: 3.125vw;
}
.join-s3 .item {
  position: relative;
}
.join-s3 .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.join-s3 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.join-s3 .item h3 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  bottom: 2vw;
  left: 2vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .join-s3 .item:nth-of-type(2), .join-s3 .item:nth-of-type(3), .join-s3 .item:nth-of-type(4) {
    position: absolute;
  }
  .join-s3 .item:nth-of-type(1) {
    width: 41%;
  }
  .join-s3 .item:nth-of-type(2), .join-s3 .item:nth-of-type(3), .join-s3 .item:nth-of-type(4) {
    width: 28.2%;
  }
  .join-s3 .item:nth-of-type(2), .join-s3 .item:nth-of-type(3) {
    height: 48%;
  }
  .join-s3 .item:nth-of-type(2), .join-s3 .item:nth-of-type(3) {
    left: calc(41% + 1.3%);
  }
  .join-s3 .item:nth-of-type(2), .join-s3 .item:nth-of-type(4) {
    top: 0;
  }
  .join-s3 .item:nth-of-type(4) {
    right: 0;
  }
  .join-s3 .item:nth-of-type(3) {
    top: 52%;
  }
  .join-s3 .item:hover img {
    transform: scale(1.1);
  }
}

.join-s4 {
  padding: 6.25vw 0;
  background-color: #f7f7f7;
}
.join-s4 .wrapper {
  padding: 0 6.25vw;
}
.join-s4 .swiper {
  position: relative;
  margin-top: 2vw;
  background-color: #fff;
}
.join-s4 .item {
  display: flex;
}
.join-s4 .item .img-box {
  width: 53%;
  overflow: hidden;
}
.join-s4 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-s4 .item .txt-box {
  width: 47%;
  padding: 3.125vw 4.5vw;
}
.join-s4 .item .para {
  position: relative;
}
.join-s4 .item .para:before, .join-s4 .item .para:after {
  content: '';
  width: 84px;
  height: 69px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
.join-s4 .item .para:before {
  background-image: url("../images/join/icon-1.png");
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.join-s4 .item .para:after {
  background-image: url("../images/join/icon-2.png");
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
.join-s4 .item p {
  font-size: 22px;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.join-s4 .item p.s {
  font-size: 18px;
}
.join-s4 .item .info {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
}
.join-s4 .item .img {
  width: 90px;
  height: 90px;
  margin-left: 10px;
  position: relative;
}
.join-s4 .item .img:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid #255dbc;
  border-radius: 50%;
}
.join-s4 .item .img img {
  border-radius: 50%;
}
.join-s4 .item .txt {
  padding-left: 25px;
  width: calc(100% - 100px);
}
.join-s4 .item h3 {
  font-size: 26px;
  color: #333333;
}
.join-s4 .item span {
  display: block;
  font-size: 18px;
  color: #999999;
  margin-top: 10px;
}
.join-s4 .button {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border: 2px solid #d1dae8;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.join-s4 .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-1.png");
}
.join-s4 .button-prev {
  left: -6.25vw;
}
.join-s4 .button-next {
  right: -6.25vw;
  transform: rotateY(180deg);
}

.join-s5 {
  padding-bottom: 6.25vw;
  background-color: #f7f7f7;
}
.join-s5 .top-block {
  padding: 6.25vw 0 calc(3.125vw + 85px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.join-s5 .bot-block {
  margin-top: -85px;
}
.join-s5 .items {
  display: flex;
  flex-wrap: wrap;
}
.join-s5 .item {
  width: calc(50% - 8px);
  margin-top: 16px;
  margin-right: 16px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 18px rgba(47, 88, 190, 0.05);
}
@media screen and (min-width: 769px) {
  .join-s5 .item:nth-of-type(1), .join-s5 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .join-s5 .item:nth-of-type(even) {
    margin-right: 0;
  }
}
.join-s5 .item a {
  display: block;
  position: relative;
}
.join-s5 .item a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/partner/img-5.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.join-s5 .item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
  position: relative;
  z-index: 2;
}
.join-s5 .item .txt {
  width: calc(100% - 120px);
  transition: margin .3s ease;
}
.join-s5 .item h3 {
  font-size: 28px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.join-s5 .item h4 {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.join-s5 .item .icon {
  width: 100px;
  height: 100px;
  border: 2px dotted #255dbc;
  border-radius: 50%;
  position: relative;
  transition: opacity .3s ease;
}
.join-s5 .item .icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #f2f5fb;
  z-index: 1;
}
.join-s5 .item .icon i {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
.join-s5 .item span {
  position: absolute;
  right: 35px;
  bottom: 35px;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
}
.join-s5 .item span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .join-s5 .item:hover a:before {
    opacity: 1;
  }
  .join-s5 .item:hover .txt {
    margin-top: -50px;
  }
  .join-s5 .item:hover .icon {
    opacity: 0;
  }
  .join-s5 .item:hover h3, .join-s5 .item:hover h4 {
    color: #fff;
  }
  .join-s5 .item:hover span {
    opacity: 1;
  }
}
.join-s5 a.more {
  display: block;
  width: 210px;
  margin: 3.125vw auto 0;
  font-size: 16px;
  color: #255dbc;
  line-height: 50px;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  transition: all .3s ease;
}
.join-s5 a.more.l {
  width: 270px;
}
.join-s5 a.more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .join-s5 a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 40px rgba(14, 50, 111, 0.3);
  }
}
.join-s5.type-1 .bot-block .wrapper {
  padding: 0 6.25vw;
}
.join-s5.type-1 .item a:before {
  background-image: url("../images/join/img-10.jpg");
}

.about-page .title h3 {
  font-size: 50px;
}
.about-page .title p {
  font-size: 20px;
  margin-top: 20px;
}

.about-s1 {
  margin-top: -111px;
  padding-bottom: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-1.jpg");
  background-attachment: fixed;
}
.about-s1 .main {
  padding: 8.8vw 0 7.8vw;
}
.about-s1 .top-block {
  display: flex;
  align-items: flex-start;
}
.about-s1 .info {
  width: 65%;
}
.about-s1 .info h3 {
  font-size: 60px;
  color: #fff;
}
.about-s1 .info .para {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 2vw;
}
.about-s1 .data {
  width: 35%;
  text-align: right;
  padding-left: 6.25vw;
}
.about-s1 .data .box {
  margin-top: 2.5vw;
}
.about-s1 .data .box:nth-of-type(1) {
  margin: 0;
}
.about-s1 .data .num {
  font-size: 50px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.about-s1 .data p {
  font-size: 18px;
  color: #fff;
}
.about-s1 .bot-block {
  font-size: 0;
  margin-top: 5vw;
  padding-top: 6.25vw;
  border-top: 2px solid #fff;
}
.about-s1 .item {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
}
.about-s1 .item:nth-of-type(2) {
  margin-left: 180px;
}
.about-s1 .item:before {
  content: '';
  display: block;
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 72px;
}
.about-s1 .item:nth-of-type(1):before {
  background-image: url("../images/about/icon-1-1.png");
}
.about-s1 .item:nth-of-type(2):before {
  background-image: url("../images/about/icon-1-2.png");
}
.about-s1 .item .num {
  font-size: 60px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
  margin-top: 1.5vw;
}
.about-s1 .item p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

.about-s2 {
  background-color: #f4f5f9;
  border-top: 1px solid transparent;
  padding-bottom: 6.25vw;
}
.about-s2 .items {
  display: flex;
  margin-top: -130px;
}
.about-s2 .item {
  position: relative;
  padding-left: 140px;
  background-color: #fff;
}
.about-s2 .item:nth-of-type(1) {
  width: calc(66.66% - 100px);
}
.about-s2 .item:nth-of-type(2) {
  width: calc(33.33% + 100px);
  margin-left: 30px;
}
.about-s2 .item:before {
  content: '';
  width: 140px;
  height: 100%;
  background-color: #255dbc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-s2 .item span {
  font-size: 30px;
  color: #fff;
  width: 140px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about-s2 .item .box {
  height: 260px;
  padding: 0 40px;
}
.about-s2 .item h3 {
  font-size: 32px;
  color: #203451;
}
.about-s2 .item p {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
}
.about-s2 .bot-block {
  position: relative;
  margin-top: 2vw;
}
.about-s2 .bot-block h3 {
  position: absolute;
  top: 80px;
  left: 60px;
  font-size: 36px;
  color: #fff;
  z-index: 2;
}
.about-s2 .bot-block .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #255dbc;
  z-index: 1;
}
.about-s2 .bot-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.about-s2 .bot-block .bg.active {
  opacity: 1;
  visibility: visible;
}
.about-s2 .txt-box {
  display: flex;
  position: relative;
  z-index: 2;
}
.about-s2 .txt {
  width: 33.33%;
  height: 560px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3.125vw;
  text-align: center;
}
.about-s2 .txt i {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.about-s2 .txt:nth-of-type(1) i {
  background-image: url("../images/about/icon-2-1.png");
}
.about-s2 .txt:nth-of-type(2) i {
  background-image: url("../images/about/icon-2-2.png");
}
.about-s2 .txt:nth-of-type(3) i {
  background-image: url("../images/about/icon-2-3.png");
}
.about-s2 .txt span {
  display: block;
  font-size: 32px;
  color: #fff;
  margin-top: 30px;
}
.about-s2 .txt p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-top: 10px;
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s2 .txt:hover p {
  display: block;
}

.about-s3 {
  position: relative;
  padding: 6.25vw 0;
  overflow: hidden;
}
.about-s3 .title h3 {
  color: #203451;
}
.about-s3 .items {
  margin-top: 3.125vw;
  margin-left: -6.25vw;
  margin-right: -6.25vw;
}
.about-s3 .items:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  position: absolute;
  bottom: 75px;
  left: 0;
}
.about-s3 .item {
  width: 19vw;
  height: calc(30vw + 75px);
  padding-bottom: 75px;
  position: relative;
}
.about-s3 .item .top-box {
  height: 100%;
  position: relative;
}
.about-s3 .item .show {
  position: absolute;
  width: 19vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-s3 .item .show img {
  display: block;
  width: 100%;
}
.about-s3 .item .hide {
  position: absolute;
  left: 6vw;
  top: 0;
  width: 41.5vw;
  height: 100%;
  padding-left: 19vw;
  overflow: hidden;
  opacity: 0;
}
.about-s3 .item .hide .img-box {
  width: 19vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-s3 .item .hide img {
  display: block;
  width: 100%;
}
.about-s3 .item .hide .txt-box {
  padding-top: 6.25vw;
  padding-left: 3.125vw;
}
.about-s3 .item .hide h3 {
  font-size: 32px;
  color: #333;
}
.about-s3 .item .hide h4 {
  font-size: 26px;
  color: #333;
}
.about-s3 .item .hide p {
  font-size: 18px;
  line-height: 30px;
  color: #999;
  margin-top: 20px;
  max-height: 150px;
  overflow: hidden;
}
.about-s3 .item .bot-box {
  position: absolute;
  bottom: 0;
  width: 19vw;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.about-s3 .item .bot-box:before {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-3-1.png");
  transition: all .3s ease;
}
.about-s3 .item .bot-box h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}
.about-s3 .item .bot-box span {
  display: block;
  font-size: 16px;
  color: #999999;
  margin-top: 6px;
}
.about-s3 .item.swiper-slide-active {
  width: 41.5vw;
}
.about-s3 .item.swiper-slide-active .show {
  opacity: 0;
}
.about-s3 .item.swiper-slide-active .hide {
  opacity: 1;
  transition: opacity .3s ease;
}
.about-s3 .item.swiper-slide-active .bot-box:before {
  background-image: url("../images/about/icon-3-2.png");
}
.about-s3 .item.swiper-slide-next .show {
  margin-left: 12vw;
}
.about-s3 .item.swiper-slide-next .bot-box {
  left: calc(50% + 12vw);
}
.about-s3 .ope {
  position: absolute;
  left: 22.125vw;
  bottom: calc(6.25vw + 74px);
  font-size: 0;
  z-index: 2;
}
.about-s3 .button {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.about-s3 .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-1.png");
}
.about-s3 .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}
.about-s3 .num {
  position: absolute;
  right: 0;
  top: 0;
}
.about-s3 .num span, .about-s3 .num i {
  display: inline-block;
  vertical-align: middle;
}
.about-s3 .num i {
  width: 46px;
  height: 2px;
  background-color: #dddddd;
  margin: 0 15px;
}
.about-s3 .num span {
  font-size: 24px;
  color: #999999;
  font-family: 'DINPro-Medium';
}
.about-s3 .num span.active {
  color: #255dbc;
}

.about-s4 {
  padding: 6.25vw 0 12.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-6.jpg");
  background-attachment: fixed;
  overflow: hidden;
}
.about-s4 .title h3 {
  color: #fff;
}
.about-s4 .title p {
  color: #fff;
}
.about-s4 .line {
  position: relative;
  height: 8px;
  margin-top: 8vw;
  margin-right: -6.25vw;
  background-image: url("../images/about/img-7.png");
}
.about-s4 .line:before {
  content: '';
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-4.png");
  position: absolute;
  left: 0;
  top: -7px;
}
.about-s4 .btn {
  position: absolute;
  right: 6.25vw;
  top: -17px;
}
.about-s4 .button {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d1dae8;
  background-color: #0f1846;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/prev-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
.about-s4 .button:hover {
  border-color: #255dbc;
  background-color: #255dbc;
  background-image: url("../images/prev-1.png");
}
.about-s4 .button-next {
  margin-left: 10px;
  transform: rotateY(180deg);
}
.about-s4 .items {
  margin-right: -6.25vw;
  margin-top: 5vw;
  padding-right: 6.25vw;
}
.about-s4 .item span {
  font-size: 50px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.about-s4 .item .box {
  margin-top: 2vw;
  background-color: rgba(35, 98, 205, 0.7);
  padding: 40px 20px;
}
.about-s4 .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.about-s5 {
  padding: 6.25vw 0;
  overflow: hidden;
}
.about-s5 .cont {
  position: relative;
  padding-bottom: 4vw;
  margin: 4vw -6.25vw 0;
}
.about-s5 .img-box {
  width: 39vw;
  overflow: hidden;
  position: absolute;
  right: 6.25vw;
  top: -6.25vw;
  bottom: 0;
}
.about-s5 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s5 .img-box:hover img {
    transform: scale(1.1);
  }
}
.about-s5 .items {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.about-s5 .item {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  text-align: center;
}
.about-s5 .item .box {
  width: 100%;
  height: 150px;
  padding: 0 20px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-s5 .item .box:hover {
    background-color: #255dbc !important;
  }
  .about-s5 .item .box:hover p {
    color: #fff !important;
  }
}
.about-s5 .item p {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  transition: all .3s ease;
}
.about-s5 .item:nth-of-type(odd) .box:nth-of-type(1) {
  background-color: #f3f3f3;
}
.about-s5 .item:nth-of-type(odd) .box:nth-of-type(1) p {
  color: #333333;
}
.about-s5 .item:nth-of-type(odd) .box:nth-of-type(2) {
  background-color: #303747;
}
.about-s5 .item:nth-of-type(odd) .box:nth-of-type(2) p {
  color: #fff;
}
.about-s5 .item:nth-of-type(even) .box:nth-of-type(1) {
  background-color: #303747;
}
.about-s5 .item:nth-of-type(even) .box:nth-of-type(1) p {
  color: #fff;
}
.about-s5 .item:nth-of-type(even) .box:nth-of-type(2) {
  background-color: #f3f3f3;
}
.about-s5 .item:nth-of-type(even) .box:nth-of-type(2) p {
  color: #333333;
}

.news-s1 {
  padding: 5vw 0 6.25vw;
}
.news-s1 .items {
  margin-bottom: 3.125vw;
}
.news-s1 .item {
  border-bottom: 1px solid #e6e6e6;
  padding: 2vw 0;
}
.news-s1 .item a {
  display: flex;
  align-items: center;
}
.news-s1 .item .img-box {
  width: 25vw;
  overflow: hidden;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.news-s1 .item .txt-box {
  width: calc(100% - 25vw);
  padding-left: 3.125vw;
}
.news-s1 .item h3 {
  font-size: 26px;
  color: #333333;
  transition: color .3s ease;
}
.news-s1 .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  height: 54px;
  overflow: hidden;
  margin-top: 15px;
}
.news-s1 .item .ope {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-s1 .item .date {
  font-size: 18px;
  color: #808080;
  font-family: 'EuclidCircularA-Regular';
}
.news-s1 .item .more {
  font-size: 18px;
  color: #255dbc;
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s1 .item .more:after {
  content: '';
  width: 28px;
  height: 28px;
  background-color: #255dbc;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.news-s1 .item:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .news-s1 .item:hover img {
    transform: scale(1.1);
  }
  .news-s1 .item:hover h3 {
    color: #255dbc;
  }
  .news-s1 .item:hover .more {
    opacity: 1;
  }
}

.news-s2:after {
  content: '';
  display: block;
  clear: both;
}
.news-s2 .cont {
  width: calc(100% - 12.5vw);
  float: left;
}
.news-s2 .block {
  margin-right: -12.5vw;
  padding: 6.25vw 0;
}
.news-s2 .main {
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
}
.news-s2 .top-block {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 3vw;
}
.news-s2 .top-block h3 {
  font-size: 48px;
  color: #333333;
  letter-spacing: 1px;
  max-width: 90%;
}
.news-s2 .top-block .date {
  font-size: 24px;
  color: #808080;
  font-family: 'EuclidCircularA-Regular';
  margin-top: 2.5vw;
}
.news-s2 .bot-block {
  padding-top: 20px;
  border-top: 2px solid #e6e6e6;
}
.news-s2 .bot-block a {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #808080;
  transition: color .3s ease;
}
.news-s2 .bot-block a:hover {
  color: #255dbc;
}
.news-s2 a.back {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #255dbc;
  border-radius: 50%;
  margin: 3vw auto 4.5vw;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-s2 a.back span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.news-s2 a.back span:before {
  content: '';
  width: 26px;
  height: 24px;
  display: block;
  margin: 0 auto 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-4.png");
}
@media screen and (min-width: 1025px) {
  .news-s2 a.back:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(37, 93, 188, 0.3);
  }
}

.contact-s1 {
  position: relative;
}
.contact-s1 .map {
  height: 43.5vw;
}
.contact-s1 .info {
  position: absolute;
  top: -6.25vw;
  left: 0;
  right: 0;
}
.contact-s1 .items {
  text-align: center;
  display: flex;
  justify-content: center;
}
.contact-s1 .item {
  width: 30%;
  max-width: 395px;
  margin-left: 30px;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 2.5vw;
  border-radius: 15px;
  box-shadow: 0 0 70px rgba(8, 31, 71, 0.1);
}
.contact-s1 .item:nth-of-type(1) {
  margin: 0;
  background-image: url("../images/contact/img-1-1.jpg");
}
.contact-s1 .item:nth-of-type(2) {
  background-image: url("../images/contact/img-1-2.jpg");
}
.contact-s1 .item:before {
  content: '';
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.contact-s1 .item:nth-of-type(1):before {
  background-image: url("../images/contact/icon-2-1.png");
}
.contact-s1 .item:nth-of-type(2):before {
  background-image: url("../images/contact/icon-2-2.png");
}
.contact-s1 .item:nth-of-type(3):before {
  background-image: url("../images/contact/icon-2-3.png");
}
.contact-s1 .item h3 {
  font-size: 26px;
  color: #333333;
  margin-top: 15px;
}
.contact-s1 .item p {
  font-size: 16px;
  line-height: 26px;
  color: #496080;
  margin-top: 10px;
}
.contact-s1 .item img {
  display: block;
  max-width: 160px;
  margin: 20px auto 0;
  box-shadow: 0 0 50px rgba(37, 92, 187, 0.1);
}
.contact-s1 .item a {
  display: inline-block;
  margin-top: 70px;
  border-radius: 24px;
  font-size: 16px;
  line-height: 50px;
  color: #255dbc;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(8, 31, 71, 0.1);
  transition: all .3s ease;
}
.contact-s1 .item a:after {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3-1.png");
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item a:hover {
    background-color: #255dbc;
    color: #fff;
  }
  .contact-s1 .item a:hover:after {
    background-image: url("../images/contact/icon-3-2.png");
  }
}

.contact-s2 {
  padding: 6.25vw 0;
}
.contact-s2 form {
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-s2 .box {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .contact-s2 .box:nth-of-type(3n), .contact-s2 .box:last-of-type {
    margin-right: 0;
  }
}
.contact-s2 .box span {
  font-size: 18px;
  color: #333333;
}
.contact-s2 .box .txt {
  margin-top: 15px;
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 0 50px rgba(8, 27, 60, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.contact-s2 .box i {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 23px;
  background-position: center;

  background-repeat: no-repeat;
  filter: grayscale(1);
}
.contact-s2 .box input, .contact-s2 .box textarea {
  width: 100%;
  font-size: 18px;
  color: #bbbbbb;
}
.contact-s2 .box input {
  height: 70px;
  padding: 0 20px 0 60px;
}
.contact-s2 .box:last-of-type {
  width: 100%;
}
.contact-s2 .box:last-of-type .txt {
  height: 290px;
}
.contact-s2 .box textarea {
  height: 70%;
  padding: 22px 60px;
  resize: none;
}
.contact-s2 .box p {
  font-size: 14px;
  color: #bbbbbb;
  position: absolute;
  bottom: 30px;
  left: 24px;
  right: 24px;
}
.contact-s2 .box:nth-of-type(1) i {
  background-image: url("../images/contact/icon-4-1.png");
}
.contact-s2 .box:nth-of-type(2) i {
  background-image: url("../images/contact/icon-4-2.png");
}
.contact-s2 .box:nth-of-type(3) i {
  background-image: url("../images/contact/icon-4-3.png");
}
.contact-s2 .box:nth-of-type(4) i {
  background-image: url("../images/contact/icon-4-4.png");
}
.contact-s2 .box:nth-of-type(5) i {
  background-image: url("../images/contact/icon-4-5.png");
}
.contact-s2 .box:nth-of-type(6) i {
  background-image: url("../images/contact/icon-4-6.png");
}
.contact-s2 .box:nth-of-type(7) i {
  background-image: url("../images/contact/icon-4-7.png");
}
.contact-s2 .box.active i {
  filter: grayscale(0);
}
.contact-s2 .box.active .txt {
  border-color: #255dbc;
}
.contact-s2 button {
  display: block;
  width: 240px;
  height: 60px;
  background-color: #255dbc;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 15px;
}

.search-s2 {
  position: relative;
  background-color: #fff;
  padding: 4.5vw 0 6vw;
}
.search-s2 .cont {
  max-width: 1200px;
  margin: 0 auto;
}
.search-s2 .tip {
  font-size: 18px;
  color: #333;
}
.search-s2 .tip b {
  color: #255dbc;
}
.search-s2 .nocont {
  margin-top: 20px;
}
.search-s2 .items {
  margin-bottom: 2vw;
}
.search-s2 .item {
  border-bottom: 8px solid #f5f5f5;
  transition: all .3s ease;
}
.search-s2 .item a {
  display: block;
  padding: 3.125vw 0;
}
.search-s2 .item .date {
  font-size: 14px;
  color: #255dbc;
  font-style: italic;
}
.search-s2 .item h3 {
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.search-s2 .item span {
  display: inline-block;
  font-size: 16px;
  color: #255dbc;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #255dbc;
  }
}

@media screen and (max-width: 1680px) {
  .about-s1,
  .caterer-s2,
  .c-banner,
  .index-s1 {
    margin-top: -91px;
  }

  .caterer-s7 .item .title span {
    font-size: 100px;
  }

  .caterer-s2 h3,
  .caterer-title .en,
  .index-s4 .item .num {
    font-size: 70px;
  }

  .about-s1 .info h3,
  .about-s1 .item .num,
  .caterer-s5 .item span,
  .join-s2 .item span,
  .partner-s5 .bot-block .txt-block .item span,
  .solution-s5 .right-block .box .num,
  .index-s1 .item h3,
  .index-s6 .left-box .item .num {
    font-size: 52px;
  }

  .c-banner h4,
  .about-s1 .data .num,
  .about-page .title h3,
  .about-s4 .item span,
  .caterer-title h3,
  .solution-s13 .tab-tit .item span,
  .c-title h2,
  .news-s2 .top-block h3 {
    font-size: 44px;
  }

  .c-title h3,
  .case-s2 .tab-cont .item .num,
  .case-s3 .left-box .bot-box .info span,
  .case-s4 .bot-box .info .content .num,
  .caterer-s6 .tab-tit .item i,
  .caterer-s8 .tab-tit .item i,
  .login-page .left-block .tip,
  .solution-s14 .info .content .num,
  .solution-s2 .txt {
    font-size: 36px;
  }

  .about-s2 .bot-block h3,
  .case-s3 .left-box .bot-box .item .num,
  .solution-s12 .num .curr {
    font-size: 32px;
  }

  .about-s2 .item h3,
  .about-s2 .txt span,
  .about-s3 .item .hide h3,
  .index-s3 .s-child .title,
  .index-s5 .mid-block h3,
  .fixed-content .flex span {
    font-size: 28px;
  }

  .about-s2 .item span,
  .caterer-s6 .tab-tit .item.active span,
  .caterer-s8 .tab-tit .item.active span,
  .caterer-s7 .item .title h3,
  .login-page .right-block h3,
  .partner-s2 .main .tit h3,
  .partner-s3 .tab-cont h3,
  .solution-s13 .tab-cont h3,
  .solution-s15 .item h3 {
    font-size: 26px;
  }

  .case-s1 .tit,
  .case-s4 .bot-box .info h3,
  .caterer-s2 span,
  .caterer-s4 .item h3,
  .caterer-s6 .items .item h3,
  .caterer-s6 .tab-tit .item span,
  .caterer-s8 .tab-tit .item span,
  .join-s4 .item h3,
  .caterer-s9 .item span,
  .caterer-s9 .bot-block span,
  .caterer-s9 .item h3,
  .caterer-s1 .item h3,
  .contact-s1 .item h3,
  .join-s2 .item h3,
  .join-s5 .item h3,
  .news-s1 .item h3,
  .partner-s1 .item h3,
  .partner-s5 .top-block .item h3,
  .solution-s14 .info h3,
  .solution-s11 .tab-cont h3,
  .index-s1 .news-box h3 {
    font-size: 24px;
  }

  .about-s3 .item .hide h4,
  .caterer-s3 .tip,
  .caterer-s5 .item h3,
  .join-s3 .item h3,
  .news-s2 .top-block .date,
  .solution-s12 .right-block .item h3,
  .solution-s12 .num,
  .solution-s13 .tab-tit .item h3,
  .solution-s8 .item h3,
  .solution-s1 .tip,
  .solution-s4 .item .tip,
  .solution-s3 .item .tip,
  .index-s3 .s-child .item .box span,
  .index-s5 .mid-block .date {
    font-size: 22px;
  }

  .about-s3 .num span,
  .case-s1 .item h3,
  .join-s4 .item p,
  .caterer-s9 .bot-block .process i,
  .solution-s6 .item h3,
  .partner-s3 .tab-tit .item span,
  .partner-s5 .bot-block .img-block .item .txt-box,
  .solution-s9 .tab-tit .item h3,
  .solution-s10 .ani-box .dot span,
  .index-s5 .bot-block .item h3 {
    font-size: 20px;
  }

  .caterer-s1 .item .box span,
  .partner-s2 .main .dot span,
  .partner-s4 .tab-tit .item span,
  .fixed-content .tab-tit span {
    font-size: 18px;
  }

  .about-s1 .info .para,
  .about-s1 .data p,
  .about-s1 .item p,
  .about-s2 .item p,
  .about-s2 .txt p,
  .about-s3 .item .hide p,
  .about-s4 .item p,
  .case-s1 .para,
  .case-s2 .tab-cont p,
  .case-s2 .tab-cont .item span,
  .case-s4 .tab-tit span,
  .case-s4 .top-box p,
  .case-s4 .bot-box .info .content p,
  .case-s4 .bot-box .info .content span,
  .caterer-s3 .para,
  .caterer-s4 .item p,
  .caterer-s6 .items .item p,
  .caterer-s5 .para,
  .caterer-s6 .tab-cont .para,
  .caterer-s7 .item p,
  .join-s4 .item p.s,
  .join-s4 .item span,
  .caterer-s9 .item p,
  .caterer-s9 .bot-block .ewm p,
  .caterer-s1 .item .date,
  .join-s1 .para,
  .join-s2 .item p,
  .c-title p,
  .news-s1 .item p,
  .news-s1 .item .date,
  .news-s1 .item .more,
  .partner-s1 .item p,
  .solution-s6 .item .para,
  .solution-s6 .item .cate i,
  .solution-s6 .item .cate span,
  .partner-s3 .tab-cont p,
  .partner-s5 .top-block .item p,
  .solution-s12 .right-block .item p,
  .solution-s13 .tab-tit .item p,
  .solution-s13 .tab-cont .para,
  .solution-s13 .tab-cont p,
  .solution-s14 .info .content p,
  .solution-s14 .info .content span,
  .solution-s15 .item p,
  .solution-s10 .para,
  .solution-s11 .dot span,
  .solution-s11 .tab-cont p,
  .solution-s8 .item p,
  .solution-s7 .para,
  .solution-s1 .para,
  .solution-s4 .item .para,
  .solution-s4 .tab-tit span,
  .solution-s3 .item .para,
  .solution-s5 .tab-tit span,
  .solution-s5 .tip p,
  .solution-s5 .right-block .box p,
  .index-s3 .top-block .link a,
  .index-s3 .s-child .item h3,
  .index-s4 .para,
  .index-s4 .item p,
  .index-s5 .top-block .link a,
  .index-s5 .mid-block p,
  .index-s5 .bot-block .item .date,
  .index-s5 .bot-block .item .more,
  .index-s6 .left-box .item p,
  .contact-s2 .box span,
  .join-s5 .item span,
  .fixed-content p {
    font-size: 17px;
  }

  .case-s1 .item .icon,
  .partner-s3 .tab-cont .icon,
  .solution-s12 .right-block .item .icon,
  .solution-s13 .tab-cont .icon,
  .solution-s15 .item .icon {
    width: 100px;
    height: 100px;
  }

  .case-s1 .item .icon i,
  .partner-s3 .tab-cont .icon i,
  .solution-s12 .right-block .item .icon i,
  .solution-s13 .tab-cont .icon i {
    background-size: auto 40px;
  }

  .solution-s4 .item .para,
  .solution-s1 .para {
    max-height: 180px;
  }

  .about-s1 .item:before {
    height: 64px;
  }

  .about-s1 .item:nth-of-type(2) {
    margin-left: 9.375vw;
  }

  .about-s2 .item .box {
    height: 240px;
  }

  .about-s2 .items {
    margin-top: -120px;
  }

  .about-s2 .item {
    padding-left: 122px;
  }

  .about-s2 .item:before {
    width: 122px;
  }

  .about-s2 .item span {
    width: 122px;
  }

  .about-s2 .txt i {
    width: 70px;
    height: 70px;
  }

  .about-s2 .txt {
    height: 520px;
  }

  .about-s3 .ope {
    bottom: calc(74px + 3.125vw);
  }

  .case-s2 .tab-cont .info {
    margin-top: 2.5vw;
  }

  .c-banner .btns {
    margin-top: 3.125vw;
  }

  .case-s3 .left-box .top-box i {
    width: 66px;
    height: 66px;
  }

  .case-s3 .right-box .top-box {
    padding-top: 18px;
  }

  .case-s3 .left-box .bot-box .info {
    padding: 15px 20px;
  }

  .caterer-s4 .item span,
  .caterer-s6 .items .item span {
    height: 46px;
  }

  .caterer-s6 .tab-tit .item,
  .caterer-s8 .tab-tit .item {
    width: 170px;
  }

  .caterer-s6 .tab-tit .item span,
  .caterer-s8 .tab-tit .item span {
    line-height: 58px;
  }

  .caterer-s6 .tab-tit .item.active,
  .caterer-s8 .tab-tit .item.active {
    width: 220px;
  }

  .caterer-s6 .tab-tit .item.active span,
  .caterer-s8 .tab-tit .item.active span {
    line-height: 76px;
  }

  .caterer-s7 .item .btn {
    top: calc(2vw + 25px);
  }

  .caterer-s9 .item span:before,
  .caterer-s9 .bot-block span:before {
    width: 70px;
    height: 70px;
  }

  .caterer-s9 .bot-block .ewm {
    width: 160px;
  }

  .caterer-s9 .bot-block .process {
    max-width: 600px;
  }

  .join-s2 .item p {
    height: 50px;
  }

  .news-s1 .item p {
    height: 50px;
  }

  .partner-s2 .main .dot {
    width: 110px;
    height: 110px;
  }

  .partner-s2 .main .dot i {
    background-size: auto 80px;
  }

  .solution-s6 .item h3 {
    margin-top: 20px;
  }

  .partner-s5 .bot-block .txt-block:before {
    top: 97px;
  }

  .solution-s12 .right-block .item h3 {
    line-height: 50px;
  }

  .solution-s12 .right-block .item {
    height: 450px;
  }

  .solution-s13 .tab-tit .item span {
    width: 70px;
  }

  .solution-s13 .tab-tit .item .box {
    width: calc(100% - 70px);
  }

  .solution-s13 .tab-tit .item {
    padding: 20px;
  }

  .solution-s13 .tab-tit {
    width: 280px;
  }

  .solution-s13 .tab-cont {
    width: calc(100% - 280px - 3.125vw);
  }

  .solution-s15 .item .hide h3 {
    margin: 15px 0;
  }

  .solution-s3 .item .para {
    max-height: 150px;
  }

  .solution-s5 .right-block .box .icon {
    height: 70px;
  }

  .solution-s5 .pie {
    width: 410px;
    height: 410px;
  }

  .solution-s5 .tip {
    width: calc(100% - 410px);
  }

  .index-s1 .news-box h3 {
    line-height: 30px;
    height: 60px;
  }

  .index-s1 .scroll {
    width: 60px;
    height: 60px;
  }

  .index-s2 .bot-block .dot img {
    transform: scale(0.8);
  }

  .index-s3 .top-block .link a,
  .index-s5 .top-block .link a {
    line-height: 40px;
  }

  .index-s4 .item {
    padding-left: 130px;
    background-size: 110px auto;
  }

  .index-s6 .left-box .item:before {
    width: 70px;
    height: 70px;
  }

  .search-s2 .item h3 {
    font-size: 18px;
  }

  .search-s2 .item .url {
    font-size: 14px;
  }

  .search-s2 .item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .caterer-s7 .item .title span {
    font-size: 80px;
  }

  .caterer-s2 h3,
  .caterer-title .en,
  .index-s4 .item .num {
    font-size: 60px;
  }

  .about-s1 .info h3,
  .about-s1 .item .num,
  .caterer-s5 .item span,
  .join-s2 .item span,
  .partner-s5 .bot-block .txt-block .item span,
  .solution-s5 .right-block .box .num,
  .index-s1 .item h3,
  .index-s6 .left-box .item .num {
    font-size: 44px;
  }

  .c-banner h4,
  .about-s1 .data .num,
  .about-page .title h3,
  .about-s4 .item span,
  .caterer-title h3,
  .solution-s13 .tab-tit .item span,
  .c-title h2,
  .news-s2 .top-block h3 {
    font-size: 36px;
  }

  .c-title h3,
  .case-s2 .tab-cont .item .num,
  .case-s3 .left-box .bot-box .info span,
  .case-s4 .bot-box .info .content .num,
  .caterer-s6 .tab-tit .item i,
  .caterer-s8 .tab-tit .item i,
  .login-page .left-block .tip,
  .solution-s14 .info .content .num,
  .solution-s2 .txt {
    font-size: 32px;
  }

  .about-s2 .bot-block h3,
  .case-s3 .left-box .bot-box .item .num,
  .solution-s12 .num .curr {
    font-size: 28px;
  }

  .about-s2 .item h3,
  .about-s2 .txt span,
  .about-s3 .item .hide h3,
  .index-s3 .s-child .title,
  .index-s5 .mid-block h3,
  .fixed-content .flex span {
    font-size: 26px;
  }

  .about-s2 .item span,
  .caterer-s6 .tab-tit .item.active span,
  .caterer-s8 .tab-tit .item.active span,
  .caterer-s7 .item .title h3,
  .login-page .right-block h3,
  .partner-s2 .main .tit h3,
  .partner-s3 .tab-cont h3,
  .solution-s13 .tab-cont h3,
  .solution-s15 .item h3 {
    font-size: 24px;
  }

  .case-s1 .tit,
  .case-s4 .bot-box .info h3,
  .caterer-s2 span,
  .caterer-s4 .item h3,
  .caterer-s6 .items .item h3,
  .caterer-s6 .tab-tit .item span,
  .caterer-s8 .tab-tit .item span,
  .join-s4 .item h3,
  .caterer-s9 .item span,
  .caterer-s9 .item h3,
  .caterer-s9 .bot-block span,
  .caterer-s1 .item h3,
  .contact-s1 .item h3,
  .join-s2 .item h3,
  .join-s5 .item h3,
  .news-s1 .item h3,
  .partner-s1 .item h3,
  .partner-s5 .top-block .item h3,
  .solution-s14 .info h3,
  .solution-s11 .tab-cont h3,
  .index-s1 .news-box h3 {
    font-size: 22px;
  }

  .about-s3 .item .hide h4,
  .caterer-s3 .tip,
  .caterer-s5 .item h3,
  .join-s3 .item h3,
  .news-s2 .top-block .date,
  .solution-s12 .right-block .item h3,
  .solution-s12 .num,
  .solution-s13 .tab-tit .item h3,
  .solution-s8 .item h3,
  .solution-s1 .tip,
  .solution-s4 .item .tip,
  .solution-s3 .item .tip,
  .index-s3 .s-child .item .box span,
  .index-s5 .mid-block .date {
    font-size: 20px;
  }

  .about-s3 .num span,
  .case-s1 .item h3,
  .join-s4 .item p,
  .caterer-s9 .bot-block .process i,
  .solution-s6 .item h3,
  .partner-s3 .tab-tit .item span,
  .partner-s5 .bot-block .img-block .item .txt-box,
  .solution-s9 .tab-tit .item h3,
  .solution-s10 .ani-box .dot span,
  .index-s5 .bot-block .item h3 {
    font-size: 18px;
  }

  .caterer-s1 .item .box span,
  .partner-s2 .main .dot span,
  .partner-s4 .tab-tit .item span,
  .fixed-content .tab-tit span {
    font-size: 17px;
  }

  .about-s1 .info .para,
  .about-s1 .data p,
  .about-s1 .item p,
  .about-s2 .item p,
  .about-s2 .txt p,
  .about-s3 .item .hide p,
  .about-s4 .item p,
  .case-s1 .para,
  .case-s2 .tab-cont p,
  .case-s2 .tab-cont .item span,
  .case-s4 .tab-tit span,
  .case-s4 .top-box p,
  .case-s4 .bot-box .info .content p,
  .case-s4 .bot-box .info .content span,
  .caterer-s3 .para,
  .caterer-s4 .item p,
  .caterer-s6 .items .item p,
  .caterer-s5 .para,
  .caterer-s6 .tab-cont .para,
  .caterer-s7 .item p,
  .join-s4 .item p.s,
  .join-s4 .item span,
  .caterer-s9 .item p,
  .caterer-s9 .bot-block .ewm p,
  .caterer-s1 .item .date,
  .join-s1 .para,
  .join-s2 .item p,
  .c-title p,
  .news-s1 .item p,
  .news-s1 .item .date,
  .news-s1 .item .more,
  .partner-s1 .item p,
  .solution-s6 .item .para,
  .solution-s6 .item .cate i,
  .solution-s6 .item .cate span,
  .partner-s3 .tab-cont p,
  .partner-s5 .top-block .item p,
  .solution-s12 .right-block .item p,
  .solution-s13 .tab-tit .item p,
  .solution-s13 .tab-cont .para,
  .solution-s13 .tab-cont p,
  .solution-s14 .info .content p,
  .solution-s14 .info .content span,
  .solution-s15 .item p,
  .solution-s10 .para,
  .solution-s11 .dot span,
  .solution-s11 .tab-cont p,
  .solution-s8 .item p,
  .solution-s7 .para,
  .solution-s1 .para,
  .solution-s4 .item .para,
  .solution-s4 .tab-tit span,
  .solution-s3 .item .para,
  .solution-s5 .tab-tit span,
  .solution-s5 .tip p,
  .solution-s5 .right-block .box p,
  .index-s3 .top-block .link a,
  .index-s3 .s-child .item h3,
  .index-s4 .para,
  .index-s4 .item p,
  .index-s5 .top-block .link a,
  .index-s5 .mid-block p,
  .index-s5 .bot-block .item .date,
  .index-s5 .bot-block .item .more,
  .index-s6 .left-box .item p,
  .contact-s2 .box span,
  .join-s5 .item span,
  .fixed-content p {
    font-size: 16px;
  }

  .case-s1 .item .icon,
  .partner-s3 .tab-cont .icon,
  .solution-s12 .right-block .item .icon,
  .solution-s13 .tab-cont .icon,
  .solution-s15 .item .icon,
  .join-s5 .item .icon {
    width: 90px;
    height: 90px;
  }

  .case-s1 .item .icon i,
  .partner-s3 .tab-cont .icon i,
  .solution-s12 .right-block .item .icon i,
  .solution-s13 .tab-cont .icon i,
  .join-s5 .item .icon i {
    background-size: auto 36px;
  }

  .c-banner a,
  .caterer-s2 a {
    font-size: 16px;
    line-height: 44px;
  }

  .c-banner .tip,
  .caterer-s2 .tip {
    font-size: 14px;
  }

  .about-s1 .main {
    padding: 10vw 0 6.25vw;
  }

  .about-s1 .item:before {
    height: 56px;
  }

  .about-s2 .item .box {
    height: 220px;
  }

  .about-s2 .items {
    margin-top: -110px;
  }

  .about-s2 .txt {
    height: 480px;
  }

  .about-s2 .txt i {
    width: 56px;
    height: 56px;
  }

  .about-s3 .item .hide .txt-box {
    padding-top: 3.125vw;
  }

  .about-s3 .item .bot-box h3 {
    font-size: 18px;
  }

  .about-s3 .item .bot-box span {
    font-size: 14px;
  }

  .about-s4 .item .box {
    padding: 30px 15px;
  }

  .about-s5 .item {
    width: 320px;
  }

  .about-s5 .item .box {
    height: 120px;
  }

  .about-s5 .item p {
    font-size: 18px;
  }

  .c-banner p {
    font-size: 18px;
  }

  .case-s1 .item h3 {
    line-height: 50px;
  }

  .case-s2 .tab-tit .item {
    height: 80px;
  }

  .case-s2 .tab-cont p {
    line-height: 24px;
    max-height: 48px;
  }

  .case-s2 .tab-cont .item {
    padding: 10px 15px;
  }

  .case-s3 .left-box .bot-box .type span,
  .case-s3 .right-box .top-box .type span {
    font-size: 16px;
  }

  .case-s3 .left-box .bot-box .img-box i {
    font-size: 14px;
  }

  .case-s3 .left-box .bot-box .info p {
    font-size: 14px;
  }

  .case-s3 .left-box .bot-box .item p {
    font-size: 14px;
  }

  .case-s3 .right-box thead th {
    font-size: 16px;
  }

  .case-s3 .right-box tbody td {
    font-size: 14px;
    padding: 20px 20px 20px 0;
  }

  .case-s3 .right-box .table {
    max-height: 360px;
  }

  .case-s4 .top-box p {
    line-height: 24px;
    max-height: 96px;
  }

  .case-s4 .top-box a.more {
    padding: 0 20px;
  }

  .case-s4 .top-box a.more,
  .caterer-s7 .item a.more,
  .solution-s12 .right-block .item span,
  .solution-s14 a.more,
  .solution-s15 .item a.more,
  .solution-s9 .btn a,
  .solution-s10 .btn a,
  .solution-s8 .btn a,
  .solution-s7 a,
  .solution-s1 a,
  .solution-s4 .item a,
  .solution-s3 .tab-tit span,
  .solution-s3 .item a,
  .solution-s6 .item a.more {
    line-height: 46px;
  }

  .case-s4 .top-box a.more:after {
    margin: -2px 0 0 10px;
  }

  .case-s4 .bot-box .item {
    height: 80px;
  }

  .caterer-s2 .btns {
    margin-top: 6vh;
  }

  .caterer-s2 .link i {
    font-size: 14px;
  }

  .caterer-s2 .link {
    font-size: 16px;
  }

  .caterer-s5 .item p {
    font-size: 14px;
  }

  .caterer-s7 .item .btn {
    top: calc(2vw + 15px);
  }

  .join-s4 .item .img {
    width: 80px;
    height: 80px;
  }

  .caterer-s9 .bot-block .process i {
    margin: 0 60px 20px 0;
  }

  .caterer-s9 .bot-block .process {
    max-width: 480px;
  }

  .contact-s2 .box input {
    height: 60px;
  }

  .contact-s2 .box i {
    top: 18px;
  }

  .contact-s2 .box:last-of-type .txt {
    height: 250px;
  }

  .contact-s2 .box textarea {
    padding: 16px 60px;
  }

  .contact-s2 button {
    width: 200px;
    height: 56px;
  }

  .caterer-s1 .item .box:before {
    width: 60px;
    height: 60px;
  }

  .contact-s1 .item:before {
    width: 90px;
    height: 90px;
  }

  .contact-s1 .item img {
    max-width: 150px;
  }

  .c-banner p.l {
    font-size: 22px;
  }

  .join-s1 .left-box .dot span {
    font-size: 14px;
  }

  .join-s2 .item p {
    height: 48px;
  }

  .join-s5 .item .flex {
    padding: 25px;
  }

  .join-s5 .bot-block {
    margin-top: -70px;
  }

  .login-page .right-block .box input {
    height: 50px;
  }

  .login-page .right-block .box i {
    top: 15px;
  }

  .login-page .bg-block:before {
    width: 74%;
  }

  .login-page .bg-block:after {
    width: 26%;
  }

  .news-s1 .item p {
    height: 48px;
  }

  .news-s1 .item .ope {
    margin-top: 30px;
  }

  .partner-s2 .main {
    width: 650px;
    height: 650px;
  }

  .partner-s2 .main .center {
    width: 260px;
    height: 260px;
  }

  .partner-s2 .main .dot {
    width: 90px;
    height: 90px;
  }

  .partner-s2 .main .dot i {
    background-size: auto 60px;
  }

  .solution-s6 .item .icon {
    width: 60px;
    height: 60px;
  }

  .solution-s6 .item .show {
    padding: 20px;
  }

  .solution-s6 .item h3 {
    margin-top: 10px;
  }

  .partner-s4 .tab-tit .item span {
    bottom: -15px;
  }

  .partner-s5 .bot-block .txt-block:before {
    top: 90px;
  }

  .solution-s12 .right-block .item {
    height: 400px;
  }

  .solution-s13 .tab-cont .box {
    background-size: auto 40px;
  }

  .solution-s13 .tab-tit .item {
    margin-top: 8px;
  }

  .solution-s14 .item {
    height: 80px;
  }

  .solution-s15 .item a.more {
    margin-top: 20px;
  }

  .solution-s15 .item .hide h3 {
    margin: 10px 0;
  }

  .solution-s9 .btn {
    padding: 0 6.25vw 3.125vw;
  }

  .solution-s8 .c-title {
    max-width: 46%;
  }

  .subnav .item a {
    padding-left: 50px;
  }

  .subnav .item i {
    width: 32px;
    height: 32px;
  }

  .solution-s1 .tip {
    margin-top: 3.125vw;
  }

  .solution-s1 .btn {
    margin-top: 3.125vw;
  }

  .solution-s4 .item .para,
  .solution-s1 .para {
    max-height: 172px;
  }

  .solution-s2 input,
  .solution-s2 button {
    height: 50px;
  }

  .solution-s4 .item .tip {
    margin-top: 5vw;
  }

  .solution-s4 .item .btn {
    margin-top: 3.125vw;
  }

  .solution-s4 .item .img {
    width: 22vw;
    height: 22vw;
  }

  .solution-s4 .item .img-box {
    right: 9.375vw;
  }

  .solution-s3 .tab-tit span {
    font-size: 16px;
  }

  .solution-s3 .item .para {
    max-height: 144px;
  }

  .solution-s5 .right-block .box .icon {
    height: 60px;
  }

  .solution-s5 .pie {
    width: 360px;
    height: 360px;
  }

  .solution-s5 .tip {
    width: calc(100% - 360px);
  }

  .index-s1 .news-box .date {
    margin-top: 10px;
  }

  .index-s1 .news-box p {
    margin-top: 10px;
  }

  .index-s1 .news-box .txt-box {
    padding: 20px;
  }

  .index-s1 .news-block .btns {
    bottom: 20px;
  }

  .index-s1 .scroll {
    bottom: 24vh;
  }

  .index-s1 .swiper .pagination {
    bottom: 12vh;
  }

  .index-s2 .top-block a.more,
  .index-s4 a.more,
  .index-s5 .mid-block span,
  .index-s6 .left-box a.more {
    font-size: 16px;
  }

  .index-s2 .bot-block .dot img {
    transform: scale(0.6);
  }

  .index-s3 .top-block {
    padding-bottom: 20px;
  }

  .index-s3 .top-block .link {
    bottom: -20px;
  }

  .index-s3 .s-tab-tit {
    width: 150px;
  }

  .index-s3 .s-tab {
    padding-left: 150px;
  }

  .index-s3 .s-tab-tit .item img {
    max-width: 100px;
    max-height: 70px;
  }

  .index-s4 .item {
    padding-left: 100px;
    background-size: 80px auto;
  }

  .index-s6 .left-box .item:before {
    width: 60px;
    height: 60px;
  }

  .search-s2 .item .url {
    margin-top: 10px;
  }

  .search-s2 .item span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }

  .about-s1,
  .caterer-s2,
  .c-banner,
  .index-s1 {
    margin-top: 0;
  }

  .about-s2 .item .box {
    height: auto;
    padding: 2vw;
  }

  .about-s3 .item .hide .txt-box {
    padding-top: 0;
  }

  .case-s2 .tab-cont .info {
    margin-top: 10px;
  }

  .case-s2 .tab-cont p {
    margin-top: 10px;
  }

  .case-s3 .right-box thead th:nth-of-type(1) {
    width: 120px;
  }

  .caterer-s2 {
    height: 60vw;
  }

  .caterer-s4 .items,
  .caterer-s5 .items,
  .caterer-s6 .tab-cont,
  .caterer-s7 .items,
  .caterer-s8 .tab-cont {
    padding: 0;
  }

  .caterer-s8 .pagination {
    bottom: 3.125vw;
  }

  .caterer-s9 .bot-block .process i {
    margin: 0 20px 10px 0;
  }

  .caterer-s9 .bot-block .process {
    max-width: 400px;
  }

  .caterer-s9 .bot-block .ewm {
    width: 120px;
  }

  .caterer-s9 .item span {
    width: 30%;
  }

  .contact-s1 .item a {
    padding: 0 15px;
  }

  .index-s1 .item {
    height: 60vw;
  }

  .index-s1 .scroll {
    bottom: 12vw;
  }

  .index-s1 .swiper .pagination {
    bottom: 6vw;
  }

  .index-s2 {
    padding-bottom: 15vw;
  }

  .index-s2 video {
    display: none;
  }

  .index-s2 .top-block,
  .index-s2 .bot-block {
    position: static;
  }

  .index-s2 .bot-block {
    margin-top: 6.25vw;
  }

  .index-s3 .top-block .link {
    position: static;
    margin-top: 20px;
  }

  .index-s3 .top-block {
    padding-bottom: 0;
  }

  .index-s4 .item {
    padding-left: 70px;
    background-size: 60px auto;
  }

  .index-s5 .top-block {
    display: block;
  }

  .index-s5 .top-block .link {
    margin-top: 20px;
  }

  .index-s5 .mid-block img {
    height: 36vw;
    object-fit: cover;
  }

  .index-s6 .right-box .dot .c-box {
    display: none;
  }

  .join-s5.type-1 .bot-block .wrapper {
    padding: 0;
  }

  .login-page .right-block {
    width: 40%;
  }

  .solution-s6 .item .icon {
    width: 40px;
    height: 40px;
  }

  .solution-s6 .item h3 {
    line-height: 30px;
    font-size: 14px;
  }

  .solution-s6 .item h3:after {
    width: 24px;
    height: 24px;
    top: 3px;
  }

  .partner-s4 .tab-tit .item .icon {
    width: 80px;
    height: 80px;
  }

  .partner-s4 .tab-tit .item i:before {
    width: 24px;
    height: 24px;
  }

  .partner-s4 .tab-tit .item i:after {
    height: 10px;
  }

  .solution-s9 .tab-tit {
    right: 5vw;
  }

  .solution-s9 .tab-tit .item span {
    right: -80px;
  }

  .solution-s9 .tab-tit .item {
    margin-top: 5vw;
  }

  .solution-s9 .left-block {
    height: 50vw;
  }

  .solution-s9 .btn a:nth-of-type(2) {
    margin: 10px 0 0;
  }

  .solution-s13 .tab-tit .item {
    padding: 10px 20px;
  }

  .solution-s14 .info .content p,
  .case-s4 .bot-box .info .content p {
    max-width: 250px;
  }

  .solution-s8 .c-title {
    max-width: 42%;
  }

  .solution-s4 .item .para,
  .solution-s1 .para {
    max-height: 115px;
  }

  .solution-s3 .item img {
    height: 40vw;
    object-fit: cover;
  }

  .solution-s3 .item a:nth-of-type(2),
  .solution-s1 a:nth-of-type(2) {
    margin: 10px 0 0;
  }

  .solution-s5 .pie {
    width: 260px;
    height: 260px;
  }

  .solution-s5 .tip {
    width: calc(100% - 260px);
  }

  .solution-s5 .tab-tit {
    position: static;
    margin-top: 20px;
  }

  .solution-s5 .left-block {
    padding: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .about-s1 .info .para,
  .about-s1 .data p,
  .about-s1 .item p,
  .about-s2 .item p,
  .about-s2 .txt p,
  .about-s3 .item .hide p,
  .about-s4 .item p,
  .case-s1 .para,
  .case-s2 .tab-cont p,
  .case-s2 .tab-cont .item span,
  .case-s4 .top-box p,
  .case-s4 .bot-box .info .content p,
  .case-s4 .bot-box .info .content span,
  .caterer-s3 .para,
  .caterer-s4 .item p,
  .caterer-s6 .items .item p,
  .caterer-s5 .para,
  .caterer-s6 .tab-cont .para,
  .caterer-s7 .item p,
  .join-s4 .item p.s,
  .join-s4 .item span,
  .caterer-s9 .item p,
  .caterer-s9 .bot-block .ewm p,
  .caterer-s1 .item .date,
  .join-s1 .para,
  .join-s2 .item p,
  .c-title p,
  .news-s1 .item p,
  .news-s1 .item .date,
  .news-s1 .item .more,
  .partner-s1 .item p,
  .solution-s6 .item .para,
  .solution-s6 .item .cate i,
  .solution-s6 .item .cate span,
  .partner-s3 .tab-cont p,
  .partner-s5 .top-block .item p,
  .solution-s12 .right-block .item p,
  .solution-s13 .tab-tit .item p,
  .solution-s13 .tab-cont .para,
  .solution-s13 .tab-cont p,
  .solution-s14 .info .content p,
  .solution-s14 .info .content span,
  .solution-s15 .item p,
  .solution-s10 .para,
  .solution-s11 .dot span,
  .solution-s11 .tab-cont p,
  .solution-s8 .item p,
  .solution-s7 .para,
  .solution-s1 .para,
  .solution-s4 .item .para,
  .solution-s4 .tab-tit span,
  .solution-s3 .item .para,
  .solution-s5 .tip p,
  .solution-s5 .right-block .box p,
  .index-s3 .top-block .link a,
  .index-s3 .s-child .item h3,
  .index-s4 .para,
  .index-s4 .item p,
  .index-s5 .top-block .link a,
  .index-s5 .mid-block p,
  .index-s5 .bot-block .item .date,
  .index-s5 .bot-block .item .more,
  .index-s6 .left-box .item p,
  .contact-s2 .box span,
  .join-s5 .item span {
    font-size: 14px;
  }

  .search-s2 .item {
    margin-bottom: 20px;
  }

  .search-s2 .item {
    border-bottom-width: 2px;
  }

  .search-s2 .item a {
    padding: 20px 0;
  }

  .search-s2 .item .date {
    font-size: 12px;
  }

  .search-s2 .item h3 {
    font-size: 16px;
  }

  .search-s2 .item .url {
    font-size: 12px;
    line-height: 18px;
  }

  .search-s2 .tip {
    text-align: center;
    font-size: 16px;
  }

  .about-s1 {
    padding-bottom: 0;
  }

  .about-s1 .top-block {
    display: block;
  }

  .about-s1 .info {
    width: 100%;
  }

  .about-s1 .info h3 {
    font-size: 24px;
  }

  .about-s1 .info .para {
    margin-top: 15px;
  }

  .about-s1 .data {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-s1 .data .box {
    margin-top: 20px;
  }

  .about-s1 .bot-block {
    margin-top: 40px;
    padding-top: 30px;
  }

  .about-s1 .item:before {
    height: 40px;
  }

  .about-s1 .item:nth-of-type(2) {
    margin: 20px 0 0;
  }

  .about-s2 .items {
    margin-top: 0;
    display: block;
  }

  .about-s2 .item {
    padding: 60px 0 0;
  }

  .about-s2 .item:before {
    width: 100%;
    height: 60px;
  }

  .about-s2 .item span {
    width: 100%;
    line-height: 60px;
    top: 0;
    transform: none;
  }

  .about-s2 .item span br {
    display: none;
  }

  .about-s2 .item:nth-of-type(1) {
    width: 100%;
  }

  .about-s2 .item:nth-of-type(2) {
    width: 100%;
    margin: 20px 0 0;
  }

  .about-s2 .item .box {
    padding: 20px;
  }

  .about-s2 .item h3 {
    font-size: 18px;
  }

  .about-s2 .item p {
    margin-top: 10px;
  }

  .about-s1 .data .num,
  .about-s1 .item .num {
    font-size: 36px;
  }

  .about-s2 .bot-block {
    margin-top: 20px;
  }

  .about-s2 .bot-block h3 {
    font-size: 24px;
    text-align: center;
    top: 20px;
    left: 0;
    right: 0;
  }

  .about-s2 .txt-box {
    display: block;
    padding: 70px 20px 20px;
  }

  .about-s2 .txt {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 20px;
    border: none;
  }
  .about-s2 .txt:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s2 .txt span {
    font-size: 18px;
    margin-left: 60px;
    margin-top: 0;
  }

  .about-s2 .txt p {
    margin-top: 10px;
    display: block;
    opacity: 1;
    margin-left: 60px;
  }

  .about-s2 .txt i {
    width: 40px;
    height: 40px;
    float: left;
  }

  .about-s3 .items {
    margin: 20px 0 0;
  }

  .about-s3 .ope,
  .about-s3 .num {
    display: none;
  }

  .about-s3 .item {
    height: auto;
    padding-bottom: 0;
  }

  .about-s3 .item .bot-box {
    display: none;
  }

  .about-s3 .item .show {
    display: none;
  }

  .about-s3 .item .hide {
    position: static;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: flex-start;
  }

  .about-s3 .item .hide .img-box {
    width: 33.33%;
    position: static;
  }

  .about-s3 .item .hide .txt-box {
    width: 66.66%;
    padding-left: 15px;
  }

  .about-s3 .item .hide h3 {
    font-size: 18px;
  }

  .about-s3 .item .hide h4 {
    font-size: 16px;
  }

  .about-s3 .item .hide p {
    line-height: 24px;
    max-height: none;
  }

  .about-s3 .items:after {
    display: none;
  }

  .about-page .title p {
    font-size: 16px;
    margin-top: 15px;
  }

  .about-s4 .items {
    margin-right: -5vw;
    margin-top: 40px;
    padding-right: 5vw;
  }

  .about-s4 .item span {
    font-size: 24px;
  }

  .about-s4 .item .box {
    padding: 15px;
  }

  .about-s4 .line {
    margin-top: 40px;
    margin-right: -5vw;
  }

  .about-s5 .cont {
    margin: 20px -5vw 0;
    padding-bottom: 0;
  }

  .about-s5 .img-box {
    width: 90vw;
    margin: 20px 5vw 0;
    position: static;
  }

  .about-s5 .item {
    width: 240px;
  }

  .about-s5 .item .box {
    height: 90px;
  }

  .about-s5 .item p {
    font-size: 16px;
  }

  .c-banner img {
    height: 60vw;
  }

  .c-banner .txt-box {
    padding: 0 5vw;
  }

  .c-banner h4 {
    font-size: 24px;
  }

  .c-banner p,
  .c-banner p.l {
    font-size: 14px;
  }

  .c-banner p {
    margin-top: 10px;
  }

  .c-banner .btns {
    display: none;
  }

  .solution-s5 .flex {
    display: block;
  }

  .solution-s5 .left-block {
    width: 100%;
    display: block;
    padding: 20px;
  }

  .c-title span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .c-title h3 {
    font-size: 24px;
  }

  .solution-s5 .tab-tit {
    font-size: 0;
  }

  .solution-s5 .tab-tit span {
    width: 33%;
    margin: 15px 0 0;
    padding-bottom: 10px;
  }
  .solution-s5 .tab-tit span:nth-of-type(1), .solution-s5 .tab-tit span:nth-of-type(2), .solution-s5 .tab-tit span:nth-of-type(3) {
    margin-top: 0;
  }

  .solution-s5 .tab-tit span:after {
    width: 24px;
    height: 2px;
    left: 0;
    margin-left: 0;
    border-radius: 0;
  }

  .solution-s5 .pie-box {
    display: block;
  }

  .solution-s5 .pie {
    width: 70vw;
    height: 70vw;
    margin: 0 auto;
  }

  .solution-s5 .pie:after {
    width: 60px;
    height: 60px;
  }

  .solution-s5 .tip {
    width: 100%;
    padding-left: 20px;
  }

  .solution-s5 .tip p {
    margin-top: 10px;
  }

  .solution-s5 .right-block {
    width: 100%;
    margin: 20px 0 0;
  }

  .solution-s5 .right-block .box .txt-box {
    padding: 20px;
  }

  .solution-s5 .right-block .box .icon {
    height: 40px;
  }

  .solution-s5 .right-block .box .num {
    font-size: 36px;
  }

  .solution-s5 .right-block .box .txt {
    margin-left: 20%;
    margin-top: -40px;
  }

  .solution-s6 .items {
    display: block;
    width: 100%;
  }

  .solution-s6 .item {
    width: 100%;
    margin-right: 0;
  }

  .solution-s6 .item h3 {
    font-size: 18px;
  }

  .solution-s6 .item .hide {
    width: 100%;
    padding-right: 0;
  }

  .solution-s6 .item .box {
    padding: 0 20px 20px;
  }

  .solution-s6 .item .cate {
    display: block;
    margin: 20px 0 0;
  }

  .solution-s6 .item .cate p {
    margin-top: 10px;
  }

  .solution-s6 .item .cate i {
    margin: 0 20px 10px 0;
  }

  .solution-s6 .item a.more {
    display: inline-block;
    position: static;
    padding: 0 20px;
    margin-top: 20px;
  }

  .solution-s6 .item a.more:after {
    margin: -2px 0 0 10px;
  }

  .subnav {
    margin-top: 0;
    padding: 0 5vw;
  }

  .subnav .items {

    margin-right: 80px;
  }

  .subnav .btn {
    display: block;
  }

  .solution-s2 {
    margin-top: 0;
  }

  .solution-s1 .flex {
    height: auto;
  }

  .solution-s1 .img-box {
    width: 100%;
    position: static;
    transform: none;
  }

  .solution-s1 .txt-box {
    margin-top: 20px;
  }

  .solution-s1 .tip {
    margin-top: 15px;
    font-size: 18px;
  }

  .solution-s1 .para {
    margin-top: 15px;
    max-height: none;
    padding-right: 0;
  }

  .solution-s1 .btn {
    margin-top: 20px;
  }

  .solution-s2 .flex {
    display: block;
  }

  .solution-s2 .txt {
    font-size: 24px;
  }

  .solution-s2 form {
    margin-top: 20px;
  }

  .solution-s2 p {
    text-align: left;
    font-size: 14px;
  }

  .solution-s2 input {
    width: calc(100% - 130px);
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }

  .solution-s2 button {
    width: 120px;
    font-size: 14px;
    height: 40px;
  }

  .solution-s2 button:after {
    display: none;
  }

  .solution-s3 .tab-tit {
    position: static;
    margin-top: 15px;
  }

  .solution-s3 .tab-tit span {
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 12px;
  }

  .solution-s3 .tab-tit span:after {
    width: 16px;
    height: 16px;
  }

  .solution-s3 .tab-cont {
    margin-top: 20px;
  }

  .solution-s3 .item {
    margin-top: 20px;
  }

  .solution-s3 .item .img-box {
    width: 100%;
  }

  .solution-s3 .item:nth-of-type(odd) .img-box {
    margin-left: 0;
  }

  .solution-s3 .item img {
    height: auto;
  }

  .solution-s3 .item .txt-box {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .solution-s3 .item .tip {
    font-size: 18px;
  }

  .solution-s3 .item .para {
    margin-top: 15px;
    max-height: none;
  }

  .solution-s3 .item a:nth-of-type(2),
  .solution-s1 a:nth-of-type(2),
  .solution-s8 .btn a:nth-of-type(2),
  .solution-s7 a:nth-of-type(2) {
    margin: 0;
  }

  .solution-s1 a,
  .solution-s3 .item a,
  .solution-s4 .item a,
  .solution-s8 .btn a,
  .solution-s7 a {
    font-size: 14px;
    line-height: 40px;
  }

  .solution-s1 a:nth-of-type(1),
  .solution-s3 .item a:nth-of-type(1),
  .solution-s4 .item a:nth-of-type(1),
  .solution-s8 .btn a:nth-of-type(1),
  .solution-s7 a:nth-of-type(1) {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .solution-s1 a:after,
  .solution-s3 .item a:after,
  .solution-s4 .item a:after,
  .solution-s8 .btn a:after,
  .solution-s7 a:after {
    width: 16px;
    height: 16px;
  }

  .solution-s4 .tab-tit {
    top: 40px;
  }

  .solution-s4 .tab-tit span {
    font-size: 16px;
    margin: 0 5px;
    padding-bottom: 10px;
  }

  .solution-s4 .tab-tit span:after {
    width: 24px;
    height: 2px;
    left: 0;
    margin-left: 0;
    border-radius: 0;
  }

  .solution-s4 .btns {
    display: none;
  }

  .solution-s4 .item .img-box {
    position: static;
    width: 100%;
    margin-top: 0;
  }

  .solution-s4 .item .img-box:after,
  .solution-s4 .item .img-box:before {
    display: none;
  }

  .solution-s4 .item {
    width: 100%;
    padding-bottom: 0;
  }

  .solution-s4 .item .box {
    padding: 90px 5vw 40px;
  }

  .solution-s4 .item .img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .solution-s4 .item .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .solution-s4 .item .tip {
    margin-top: 15px;
    font-size: 18px;
  }

  .solution-s4 .item .para {
    max-height: none;
    margin-top: 15px;
  }

  .solution-s3 .item .btn,
  .solution-s4 .item .btn {
    margin-top: 20px;
  }

  .solution-s8 .c-title {
    max-width: none;
  }

  .solution-s8 .btn {
    position: static;
    margin-top: 20px;
  }

  .solution-s8 .items {
    margin-top: 20px;
    display: block;
  }

  .solution-s8 .item {
    width: 100%;
  }

  .solution-s8 .item h3 {
    margin-top: 15px;
    font-size: 18px;
  }

  .solution-s8 .item p {
    margin-top: 15px;
  }

  .solution-s8 .item:nth-of-type(2) {
    margin: 40px 0 0;
  }

  .solution-s7 .top-block {
    display: none;
  }

  .solution-s7 .para {
    margin-top: 15px;
  }

  .solution-s7 .btn {
    margin-top: 20px;
  }

  .solution-s7 .bot-block {
    transform: none;
  }

  .c-banner form {
    margin-top: 20px;
  }

  .c-banner input {
    height: 50px;
    padding: 0 20px;
  }

  .c-banner button {
    width: 60px;
    height: 50px;
  }

  .news-s1 .items {
    margin-bottom: 40px;
  }

  .news-s1 .item {
    padding: 20px 0;
  }

  .news-s1 .item a {
    display: block;
  }

  .news-s1 .item .img-box {
    width: 100%;
  }

  .news-s1 .item .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  .news-s1 .item h3 {
    font-size: 18px;
  }

  .news-s1 .item p {
    height: auto;
  }

  .news-s1 .item .ope {
    margin-top: 15px;
  }

  .news-s1 .item .more {
    opacity: 1;
  }

  .news-s1 .item .more:after {
    width: 24px;
    height: 24px;
    background-size: auto 12px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .comm-page li {
    margin: 0 1px;
  }

  .comm-share {
    display: none;
  }

  .news-s2 .cont {
    width: 100%;
  }

  .news-s2 .block {
    margin: 0;
    padding: 20px 5vw 40px;
  }

  .news-s2 .main {
    width: 100%;
  }

  .news-s2 .top-block {
    margin-bottom: 20px;
  }

  .news-s2 .top-block h3 {
    font-size: 20px;
    max-width: none;
  }

  .news-s2 .top-block .date {
    font-size: 16px;
    margin-top: 10px;
  }

  .news-s2 a.back {
    display: none;
  }

  .news-s2 .bot-block {
    margin-top: 20px;
  }

  .news-s2 .bot-block a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .login-page {
    margin-top: -60px;
  }

  .login-page .main {
    padding-bottom: 0;
  }

  .login-page .bg-block {
    display: none;
  }

  .login-page .top-block {
    padding: 0 0 40px;
  }

  .login-page .top-block img {
    height: 40px;
  }

  .login-page .top-block a.btn {
    font-size: 14px;
    line-height: 40px;
    width: 130px;
  }

  .login-page .bot-block {
    display: block;
  }

  .login-page .left-block {
    display: none;
  }

  .login-page .right-block {
    width: 100%;
    margin-left: 0;
  }

  .login-page .right-block .block {
    padding: 20px;
  }

  .login-page .right-block form {
    margin-top: 20px;
  }

  .login-page .right-block .box {
    margin-top: 15px;
  }

  .login-page .right-block form button {
    margin-top: 20px;
    height: 50px;
    font-size: 16px;
  }

  .join-s1 .flex {
    display: block;
  }

  .join-s1 .left-box,
  .join-s1 .right-box {
    width: 100%;
  }

  .join-s1 .left-box {
    padding: 40px;
  }

  .join-s1 .left-box .img-box {
    width: 60%;
  }

  .join-s1 .left-box .dot {
    animation: none;
  }

  .join-s1 .left-box .dot:before {
    width: 24px;
    height: 24px;
  }

  .join-s1 .left-box .dot span {
    font-size: 12px;
    margin: 5px 0;
  }

  .join-s1 .left-box .dot:after {
    display: none;
  }

  .join-s1 .left-box .dot:nth-of-type(2) {
    top: 40.24%;
    left: 13.68%;
  }

  .join-s1 .left-box .dot:nth-of-type(3) {
    left: 7%;
  }

  .join-s1 .left-box .dot:nth-of-type(5) {
    top: 37.5%;
  }

  .join-s1 .right-box {
    margin: 20px 0 0;
  }

  .join-s2 .item span {
    font-size: 36px;
    top: 20px;
    left: 20px;
  }

  .join-s2 .item .box {
    padding: 20px;
  }

  .join-s2 .item {
    height: 66vw;
  }

  .join-s2 .item p {
    height: auto;
  }

  .join-s2 .item h3 {
    font-size: 18px;
  }

  .join-s2 .items {
    margin-top: 20px;
  }

  .join-s2 .pagination,
  .join-s4 .pagination,
  .about-s3 .pagination,
  .index-s1 .news-block .pagination,
  .index-s5 .pagination,
  .partner-s5 .pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 0;
  }
  .join-s2 .pagination span,
  .join-s4 .pagination span,
  .about-s3 .pagination span,
  .index-s1 .news-block .pagination span,
  .index-s5 .pagination span,
  .partner-s5 .pagination span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/solution/icon-19-1.png");
  }
  .join-s2 .pagination span.active,
  .join-s4 .pagination span.active,
  .about-s3 .pagination span.active,
  .index-s1 .news-block .pagination span.active,
  .index-s5 .pagination span.active,
  .partner-s5 .pagination span.active {
    background-image: url("../images/solution/icon-19-2.png");
  }

  .join-s3 .item {
    margin-top: 20px;
  }
  .join-s3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join-s3 .item h3 {
    font-size: 18px;
    bottom: 20px;
    left: 20px;
  }

  .join-s4 .swiper {
    margin-top: 20px;
    background-color: transparent;
  }

  .join-s4 .button {
    display: none;
  }

  .join-s4 .wrapper {
    padding: 0;
  }

  .join-s4 .item {
    display: block;
    background-color: #fff;
  }

  .join-s4 .item .img-box {
    width: 100%;
  }

  .join-s4 .item .txt-box {
    padding: 20px;
    width: 100%;
  }

  .join-s4 .item .para:before,
  .join-s4 .item .para:after {
    display: none;
  }

  .join-s4 .item p {
    font-size: 16px;
  }

  .join-s4 .item .info {
    margin-top: 20px;
  }

  .join-s4 .item h3 {
    font-size: 16px;
  }

  .join-s4 .item .img {
    width: 60px;
    height: 60px;
  }

  .join-s4 .item .txt {
    width: calc(100% - 80px);
  }

  .join-s5 {
    padding-bottom: 40px;
  }

  .join-s5 .bot-block {
    margin-top: 0;
    padding: 40px 5vw 0;
  }

  .join-s5 .items {
    display: block;
  }

  .join-s5 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .join-s5 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .case-s1 .item .icon,
  .partner-s3 .tab-cont .icon,
  .solution-s12 .right-block .item .icon,
  .solution-s13 .tab-cont .icon,
  .solution-s15 .item .icon,
  .join-s5 .item .icon {
    width: 60px;
    height: 60px;
  }

  .case-s1 .item .icon:before,
  .partner-s3 .tab-cont .icon:before,
  .solution-s12 .right-block .item .icon:before,
  .solution-s13 .tab-cont .icon:before,
  .solution-s15 .item .icon:before,
  .join-s5 .item .icon:before {
    display: none;
  }

  .join-s5 .item .flex {
    padding: 20px;
  }

  .join-s5 .item .txt {
    width: calc(100% - 80px);
  }

  .join-s5 .item h3 {
    font-size: 18px;
  }

  .join-s5 .item h4 {
    font-size: 12px;
  }

  .join-s5 a.more {
    width: 180px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
  }

  .join-s5 a.more:after {
    width: 16px;
    height: 16px;
  }

  .contact-s1 .info {
    position: static;
  }

  .contact-s1 .items {
    display: block;
  }

  .contact-s1 .item {
    width: 100%;
    max-width: none;
    padding: 20px;
    margin: 20px 0 0;
  }

  .contact-s1 .item h3 {
    font-size: 18px;
  }

  .contact-s1 .item p {
    font-size: 14px;
  }

  .contact-s1 .item a {
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
  }

  .contact-s1 .item:before {
    width: 60px;
    height: 60px;
  }

  .contact-s1 .map {
    display: none;
  }

  .contact-s2 form {
    margin-top: 20px;
  }

  .contact-s2 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .contact-s2 .box .txt {
    margin-top: 10px;
  }

  .contact-s2 .box input {
    height: 50px;
  }

  .contact-s2 .box input, .contact-s2 .box textarea {
    font-size: 16px;
  }

  .contact-s2 .box i {
    top: 13px;
  }

  .contact-s2 .box textarea {
    padding: 12px 20px 12px 60px;
  }

  .contact-s2 button {
    height: 50px;
    font-size: 16px;
    width: 160px;
  }

  .c-banner.caterer form:after {
    width: 70px;
    height: 70px;
    right: -10px;
  }

  .c-banner.caterer button {
    right: 60px;
  }

  .caterer-s1 .flex {
    display: block;
    margin-bottom: 40px;
  }

  .caterer-s1 .right-block {
    display: none;
  }

  .caterer-s1 .left-block {
    width: 100%;
  }

  .caterer-s1 .items {
    display: block;
  }

  .caterer-s1 .item {
    width: 100%;
    margin: 20px auto 0;
  }
  .caterer-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .caterer-s1 .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .caterer-s1 .item .date {
    margin-top: 10px;
  }

  .caterer-s2 {
    height: auto;
  }

  .caterer-s2 span {
    font-size: 16px;
  }

  .caterer-s2 h3 {
    font-size: 24px;
    margin-top: 20px;
  }

  .caterer-s2 h3 i {
    width: auto;
    font-size: 14px;
    padding: 10px 20px;
  }

  .caterer-s2 .btns {
    display: none;
  }

  .caterer-s2 .link {
    position: static;
    line-height: 24px;
    margin-top: 40px;
    transform: none;
    white-space: normal;
    padding: 10px 20px;
  }

  .caterer-s2 .link i:nth-of-type(1):after {
    display: none;
  }

  .caterer-title .en {
    font-size: 26px;
  }

  .caterer-title h3 {
    font-size: 24px;
    margin-top: -10px;
  }

  .caterer-title:after {
    height: 2px;
  }

  .caterer-s3 .tip {
    font-size: 18px;
    margin: 20px 0;
  }

  .caterer-s4 .items,
  .caterer-s6 .items {
    margin-top: 20px;
  }

  .caterer-s4 .flex,
  .caterer-s6 .flex {
    display: block;
  }

  .caterer-s4 .item,
  .caterer-s6 .items .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }
  .caterer-s4 .item:nth-of-type(1),
  .caterer-s6 .items .item:nth-of-type(1) {
    margin-top: 0;
  }

  .caterer-s4 .item .icon,
  .caterer-s6 .items .item .icon {
    width: 60px;
    height: 60px;
  }

  .caterer-s4 .item h3,
  .caterer-s6 .items .item h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .caterer-s4 .item span,
  .caterer-s6 .items .item span {
    display: none;
  }

  .caterer-s5 .para {
    margin-top: 15px;
  }

  .caterer-s5 .items {
    margin-top: 20px;
  }

  .caterer-s5 .flex {
    display: block;
  }

  .caterer-s5 .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .caterer-s5 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .caterer-s5 .item .show {
    display: none;
  }

  .caterer-s5 .item .hide {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 20px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
  }

  .caterer-s5 .item .hide span {
    display: none;
    font-size: 36px;
    color: #333;
  }

  .caterer-s5 .item h3 {
    font-size: 18px;
  }

  .caterer-s5 .item .hide h3 {
    color: #333;
  }

  .caterer-s5 .item p {
    color: #666;
  }

  .caterer-s6 .tab-tit .item, .caterer-s8 .tab-tit .item {
    width: 33.33% !important;
    background: none !important;
    margin: 0;
  }

  .caterer-s6 .tab-tit .item span, .caterer-s8 .tab-tit .item span {
    font-size: 14px;
    line-height: 24px !important;
  }

  .caterer-s6 .tab-tit .item.active span, .caterer-s8 .tab-tit .item.active span {
    font-size: 18px;
  }

  .caterer-s6 .tab-tit .item i, .caterer-s8 .tab-tit .item i {
    display: none;
  }

  .caterer-s6 .tab-cont {
    margin-top: 20px;
  }

  .caterer-s6 .tab-cont .para {
    margin-top: 15px;
  }

  .caterer-s6 .tab-cont .img-box img {
    max-width: 80%;
  }

  .caterer-s7 .items {
    margin-top: 20px;
  }

  .caterer-s7 .item .img-box {
    position: static;
    width: 100%;
  }

  .caterer-s7 .item .txt-box {
    padding: 20px;
    background-image: linear-gradient(135deg, #1212db, #ea5200);
  }

  .caterer-s7 .item .title:before {
    display: none;
  }

  .caterer-s7 .item .title span {
    font-size: 60px;
  }

  .caterer-s7 .item .title h3 {
    font-size: 18px;
  }

  .caterer-s7 .item .title {
    padding: 0;
    margin: 0;
  }

  .caterer-s7 .item p {
    margin-top: 5px;
  }

  .caterer-s7 .item .btn {
    position: static;
    text-align: left;
    margin-top: 20px;
  }

  .caterer-s7 .item a.more {
    font-size: 14px;
    line-height: 40px;
  }

  .caterer-s7 .item a.more span:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }

  .caterer-s8 .tab-cont {
    margin-top: 20px;
  }

  .caterer-s8 .swiper {
    margin-top: 20px;
  }

  .caterer-s8 .items {
    margin: 0;
    padding: 0;
  }

  .caterer-s8 .pagination {
    position: static;
    margin-top: 20px;
  }

  .caterer-s8 .pagination span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .caterer-page .contact-s2 .wrapper {
    padding: 0;
  }

  .caterer-s9 .top-block {
    margin-top: 20px;
  }

  .caterer-s9 .top-block:before {
    height: 2px;
  }

  .caterer-s9 .item {
    padding: 20px 0;
    display: block;
  }

  .caterer-s9 .item span,
  .caterer-s9 .bot-block span {
    width: 100%;
    font-size: 18px;
  }

  .caterer-s9 .item span:before, .caterer-s9 .bot-block span:before {
    width: 40px;
    height: 40px;
  }

  .caterer-s9 .item .info {
    width: 100%;
    padding-top: 15px;
  }

  .caterer-s9 .item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .caterer-s9 .bot-block {
    padding-top: 20px;
    display: block;
  }

  .caterer-s9 .bot-block .process {
    max-width: none;
    margin-top: 15px;
  }

  .caterer-s9 .bot-block .process i {
    font-size: 14px;
    width: 40%;
    margin: 0 0 10px;
  }

  .caterer-s9 .bot-block .ewm {
    margin-top: 10px;
    width: 130px;
  }

  .case-s3 .flex {
    display: block;
  }

  .case-s3 .left-box {
    width: 100%;
  }

  .case-s3 .left-box .top-box {
    padding: 20px;
  }

  .case-s3 .left-box .top-box i {
    width: 40px;
    height: 40px;
  }

  .case-s3 .left-box .bot-box {
    padding: 20px;
  }

  .case-s3 .left-box .bot-box .info span {
    font-size: 28px;
  }

  .case-s3 .right-box {
    width: 100%;
    padding: 20px;
    margin: 20px 0 0;
    display: none;
  }

  .case-s3 .right-box .top-box {
    padding-top: 0;
    display: block;
  }

  .case-s3 .right-box .top-box .tit {
    display: inline-block;
  }

  .case-s3 .right-box .top-box .type {
    margin-top: 15px;
  }

  .case-s4 .tab-tit {
    position: static;
    margin-top: 20px;
    font-size: 0;
  }

  .case-s4 .tab-tit span {
    width: 33%;
    margin: 15px 0 0;
    padding-bottom: 10px;
  }
  .case-s4 .tab-tit span:nth-of-type(1), .case-s4 .tab-tit span:nth-of-type(2), .case-s4 .tab-tit span:nth-of-type(3) {
    margin-top: 0;
  }

  .case-s4 .tab-tit span:after {
    width: 24px;
    height: 2px;
    left: 0;
    margin-left: 0;
    border-radius: 0;
  }

  .case-s4 .tab-cont {
    margin-top: 20px;
  }

  .case-s4 .top-box .img-box {
    width: 100%;
  }

  .case-s4 .top-box .txt-box {
    width: 100%;
    position: static;
    padding: 20px;
  }

  .case-s4 .top-box h3 {
    font-size: 18px;
  }

  .case-s4 .top-box p {
    max-height: none;
  }

  .case-s4 .top-box a.more {
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
  }

  .case-s4 .top-box a.more:after {
    width: 16px;
    height: 16px;
  }

  .case-s4 .bot-box .item {
    height: 70px;
  }

  .case-s4 .bot-box .item:after {
    height: 2px;
  }

  .case-s4 .bot-box .swiper-scrollbar {
    margin-top: 20px;
  }

  .case-s4 .bot-box .info-box {
    margin-top: 20px;
  }

  .case-s4 .bot-box .info h3 {
    font-size: 18px;
  }

  .case-s4 .bot-box .info .content {
    margin-top: 15px;
  }

  .solution-s14 .info .content p, .case-s4 .bot-box .info .content p {
    max-width: none;
  }

  .case-s4 .bot-box .info .content .tip {
    margin: 15px 20px 0 0;
  }

  .case-s4 .bot-box .info .content .num {
    font-size: 28px;
  }

  .case-s1 .flex {
    display: block;
  }

  .case-s1 .txt-box {
    width: 100%;
    padding-right: 0;
  }

  .case-s1 .para {
    margin-top: 15px;
  }

  .case-s1 .tit {
    margin-top: 15px;
    font-size: 18px;
  }

  .case-s1 .items {
    margin: 15px 0 0;
  }

  .case-s1 .item h3 {
    font-size: 14px;
    line-height: 40px;
    padding-top: 10px;
    margin-top: 10px;
  }

  .case-s1 .img-box {
    width: 100%;
    margin-top: 20px;
  }

  .case-s2 .tab-tit.mt {
    margin-top: 20px;
    margin-right: -3px;
  }

  .case-s2 .tab-tit .item {
    width: 33.33%;
    height: 60px;
  }

  .case-s2 .tab-cont .img-box {
    width: 100%;
  }

  .case-s2 .tab-cont .txt-box {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .case-s2 .tab-cont .txt-box:after {
    display: none;
  }

  .case-s2 .tab-cont h3 {
    font-size: 18px;
  }

  .case-s2 .tab-cont .item .num {
    font-size: 28px;
  }

  .about-page .title h3 {
    font-size: 24px;
    text-align: center;
  }

  .index-s1 .item h3 {
    font-size: 24px;
  }

  .index-s1 .item .cell {
    padding-bottom: 0;
  }

  .index-s1 .item .txt-box {
    padding: 0 5vw;
  }

  .index-s1 .swiper .pagination span {
    width: 30px 0;
  }

  .index-s1 .news-block {
    position: static;
    width: 100%;
    padding-bottom: 20px;
  }

  .index-s1 .news-box h3 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }

  .index-s1 .scroll {
    display: none;
  }

  .index-s1 .news-box p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }

  .index-s1 .news-box .date {
    font-size: 14px;
    line-height: 20px;
  }

  .index-s1 .news-block .button {
    display: none;
  }

  .index-s2 .top-block .flex {
    display: block;
  }

  .c-title h2 {
    font-size: 24px;
  }

  .index-s2 .top-block a.more {
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
    border-width: 1px;
    width: 150px;
  }

  .index-s2 .top-block a.more:after {
    width: 16px;
    height: 16px;
  }

  .index-s2 .bot-block img.bg {
    display: none;
  }

  .index-s2 .bot-block .dot {
    position: static;
    animation: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 10px;
  }

  .index-s2 .bot-block .dot a {
    position: static;
    transform: none;
    display: block;
  }

  .index-s2 {
    background-image: none;
  }

  .index-s2 .bot-block {
    margin-top: 20px;
    font-size: 0;
  }

  .index-s2 .bot-block .dot img {
    width: 40px;
    transform: none;
    display: inline-block;
    vertical-align: middle;
  }

  .index-s2 .bot-block .dot span {
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    text-align: left;
  }

  .index-s3 .top-block {
    padding: 40px 5vw 0;
  }

  .index-s3 .top-block .link {
    flex-wrap: wrap;
  }

  .index-s3 .top-block .link a, .index-s5 .top-block .link a {
    line-height: 36px;
    border-width: 1px;
  }

  .index-s3 .top-block .link a {
    margin: 0 10px 10px 0;
  }

  .index-s3 .bot-block {
    margin-top: 20px;
  }

  .index-s3 .child .img-box {
    width: 100%;
    position: static;
  }

  .index-s3 .s-tab {
    transform: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .index-s3 .s-tab-tit {
    width: 100%;
    display: flex;
    position: static;
  }

  .index-s3 .s-tab-tit .item {
    width: 33.33%;
    height: 70px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .index-s3 .s-tab-tit .item img {
    max-height: 80px;
    max-height: 40px;
  }

  .index-s3 .s-tab-cont {
    padding: 20px;
  }

  .index-s3 .s-child .title {
    font-size: 18px;
  }

  .index-s3 .s-child .items {
    margin-top: 15px;
  }

  .index-s3 .s-child .item h3 {
    line-height: 50px;
    padding: 0 50px 0 20px;
  }

  .index-s3 .s-child .item h3:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    right: 10px;
  }

  .index-s3 .s-child .item .box {
    padding: 15px;
  }

  .index-s3 .s-child .item .box span {
    font-size: 16px;
  }

  .index-s3 .s-child .item .box p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }

  .index-s4 .para {
    margin-top: 15px;
  }

  .index-s4 .bot-block {
    margin-top: 40px;
    text-align: left;
  }

  .index-s4 .ani-block {
    display: none;
  }

  .index-s4 .item .num {
    font-size: 36px;
  }

  .index-s4 .item:nth-of-type(2) {
    margin: 20px 0 0;
  }

  .index-s4 a.more {
    position: static;
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
    border-width: 1px;
    width: 150px;
  }

  .index-s5 .top-block .link {
    justify-content: space-between;
  }

  .index-s5 .top-block .link a {
    width: auto;
    padding: 0 10px;
    margin-left: 0;
  }

  .index-s5 .mid-block {
    margin-top: 20px;
  }

  .index-s5 .mid-block .right-box {
    background-size: auto 40px;
  }

  .index-s5 .mid-block .left-box {
    padding: 0 20px;
  }

  .index-s5 .mid-block p {
    display: none;
  }

  .index-s5 .mid-block .date {
    font-size: 14px;
  }

  .index-s5 .mid-block h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .index-s5 .mid-block span {
    display: none;
  }

  .index-s5 .bot-block .items {
    margin: 20px 0 0;
    padding: 0;
  }

  .index-s5 .bot-block .items:after {
    display: none;
  }

  .index-s5 .bot-block .btns {
    display: none;
  }

  .index-s5 .bot-block .item a {
    padding: 0;
  }

  .index-s5 .bot-block .item a:before {
    margin-bottom: 10px;
  }

  .index-s5 .bot-block .item .more {
    color: #255dbc;
    margin-right: 5px;
  }

  .index-s5 .bot-block .item .more:after {
    width: 16px;
    height: 16px;
  }

  .index-s5 .bot-block .item .info {
    margin: 10px 0;
  }

  .index-s6 .top-block {
    display: block;
  }

  .index-s6 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .index-s6 .left-box .items {
    margin-top: 20px;
  }

  .index-s6 .left-box .line {
    margin: 0 20px;
  }

  .index-s6 .left-box .item:before {
    width: 40px;
    height: 40px;
  }

  .index-s6 .left-box .item .num {
    font-size: 26px;
  }

  .index-s6 .left-box a.more {
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
    border-width: 1px;
    width: 150px;
  }

  .index-s6 .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .index-s6 .right-box .dot .c-box {
    display: none;
  }

  .index-s6 .right-box .dot .range {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
  }

  .index-s6 .right-box .dot span {
    font-size: 12px;
    padding: 0 !important;
    transform: scale(0.8);
  }

  .index-s6 .right-box .dot.beijing:before {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
  }

  .index-s6 .bot-block {
    margin-top: 20px;
  }

  .index-s6 .bot-block .item {
    width: 160px;
  }

  .index-s6 .bot-block .item .box {
    height: 60px;
    opacity: 1;
    filter: grayscale(0);
  }

  .index-s6 .bot-block .item .box.full {
    height: 130px;
  }

  .partner-s1 .items {
    margin-top: 20px;
    display: block;
  }

  .partner-s1 .item {
    width: 100%;
    margin: 20px 0 0;
  }

  .partner-s1 .item .txt-box {
    padding: 40px 20px;
  }

  .partner-s1 .item .txt-box:before {
    height: 2px;
  }

  .partner-s1 .item h3 {
    font-size: 18px;
  }

  .partner-s2 .main {
    width: 90vw;
    height: 90vw;
    margin-top: 40px;
  }

  .partner-s2 .main .box {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }

  .partner-s2 .main .center {
    width: 66vw;
    height: 66vw;
  }

  .partner-s2 .main .tit:before {
    height: 50px;
    width: 76px;
  }

  .partner-s2 .main .tit h3 {
    font-size: 18px;
  }

  .partner-s2 .main .dot span {
    font-size: 14px;
    color: #fff;
  }

  .partner-s2 .main .dot:nth-of-type(1) span {
    top: -25px;
  }

  .join-s5 a.more.l {
    width: 210px;
  }

  .partner-s3 .main {
    margin-top: 20px;
    padding-bottom: 70px;
  }

  .partner-s3 .tab-cont .flex {
    display: block;
  }

  .partner-s3 .tab-cont .img-box {
    width: 100%;
  }

  .partner-s3 .tab-cont .txt-box {
    width: 100%;
    padding: 20px;
  }

  .partner-s3 .tab-cont h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .partner-s3 .tab-cont p {
    line-height: 1.5;
  }

  .partner-s3 .tab-tit .item .box:before {
    width: 24px;
    height: 24px;
  }

  .partner-s3 .tab-tit .item:before {
    top: 10px;
  }

  .partner-s3 .tab-tit:before {
    top: 10px;
  }

  .partner-s3 .tab-tit .item span {
    font-size: 16px;
    margin-top: 10px;
  }

  .partner-s4 .main {
    height: auto;
    margin: 20px 0 0;
  }

  .partner-s4 .tab-tit {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }

  .partner-s4 .tab-tit .circle {
    display: none;
  }

  .partner-s4 .tab-tit .items {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .partner-s4 .tab-tit .item {
    width: 33.33%;
    position: static;
    transform: none !important;
  }

  .partner-s4 .tab-tit .item span {
    display: block;
    position: static;
    white-space: normal;
    transform: none;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
  }

  .partner-s4 .tab-tit .item .icon {
    margin: 0 auto;
  }

  .partner-s4 .tab-cont {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 40px;
  }

  .partner-s4 .tab-cont .range, .partner-s4 .tab-cont .circle,
  .partner-s4 .tab-cont .sign {
    display: none;
  }

  .partner-s4 .tab-cont .child {
    border-radius: 0;
    position: static;
    height: auto;
  }

  .partner-s4 .tab-cont .child .img-box {
    height: auto;
  }

  .partner-s5 .top-block {
    display: block;
    margin-top: 20px;
  }

  .partner-s5 .top-block .item {
    max-width: none;
    margin: 20px 0 0;
    text-align: left;
  }
  .partner-s5 .top-block .item:nth-of-type(1) {
    margin-top: 0;
  }

  .partner-s5 .top-block .item .icon {
    width: 60px;
    height: 60px;
    float: left;
  }

  .partner-s5 .top-block .item .icon:before {
    display: none;
  }

  .partner-s5 .top-block .item .icon i {
    background-size: auto 30px;
  }

  .partner-s5 .top-block .item h3 {
    font-size: 18px;
    margin: 0 0 0 80px;
    padding-top: 5px;
  }

  .partner-s5 .top-block .item p {
    margin-left: 80px;
  }

  .partner-s5 .bot-block {
    margin: 20px 0 0;
    padding: 0;
  }

  .partner-s5 .bot-block .txt-block {
    display: none;
  }

  .partner-s5 .bot-block .img-block {
    width: 100%;
  }

  .partner-s5 .bot-block .img-block .item .txt-box {
    padding: 15px 0;
    font-size: 16px;
  }

  .partner-s5 .bot-block .btns {
    display: none;
  }

  .solution-s12 .left-block {
    display: none;
  }

  .solution-s12 .right-block {
    margin-left: 0;
  }

  .solution-s12 .right-block .items {
    margin: 20px 0 0;
    padding: 0;
  }

  .solution-s12 .right-block .item {
    padding: 30px;
  }

  .solution-s12 .right-block .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .solution-s12 .right-block .item .para {
    display: block;
    padding: 0;
    margin-top: 15px;
  }

  .solution-s12 .right-block .item span {
    display: block;
    border: 1px solid #255dbc;
    font-size: 14px;
    line-height: 40px;
    width: 150px;
  }

  .solution-s12 .right-block .item span:after {
    width: 16px;
    height: 16px;
  }

  .solution-s12 .right-block .item p {
    color: #666;
  }

  .solution-s12 .btns {
    display: none;
  }

  .solution-s12 .pagination {
    display: block;
  }

  .solution-s12 .pagination span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .solution-s12 .ope {
    padding: 0 30px;
  }

  .solution-s13 .tab-wrap {
    display: block;
    margin-top: 20px;
  }

  .solution-s13 .tab-tit {
    width: 100%;
    display: none;
  }

  .solution-s13 .tab-tit .item h3 {
    font-size: 18px;
  }

  .solution-s13 .tab-tit .item span {
    font-size: 26px;
    width: 50px;
  }

  .solution-s13 .tab-tit .item {
    margin-top: 0;
  }

  .solution-s13 .tab-cont {
    width: 100%;
    margin: 20px 0 0;
    padding-bottom: 20px;
  }

  .solution-s13 .tab-cont .flex {
    display: block;
  }

  .solution-s13 .tab-cont .left-box {
    width: 100%;
    padding: 20px;
  }

  .solution-s13 .tab-cont .para {
    width: 100%;
  }

  .solution-s13 .tab-cont .right-box {
    width: 100%;
  }

  .solution-s13 .tab-cont .box {
    margin-top: 15px;
    padding-top: 15px;
    background-size: auto 30px;
  }

  .solution-s13 .tab-cont h3 {
    font-size: 18px;
  }

  .solution-s13 .tab-cont .right-box .cell {
    padding-bottom: 20px;
  }

  .solution-s13 .btns {
    position: static;
    width: 100%;
  }

  .solution-s13 .tab-cont:after {
    display: none;
  }

  .solution-s14 .main {
    margin-top: 0;
  }

  .solution-s14 .item {
    height: 70px;
  }

  .solution-s14 .item:after {
    height: 2px;
  }

  .solution-s14 .info-box {
    padding: 20px 0;
  }

  .solution-s14 .btns {
    display: none;
  }

  .solution-s14 .info h3 {
    font-size: 18px;
  }

  .solution-s14 .info .content {
    margin-top: 15px;
  }

  .solution-s14 .info .content .tip {
    margin: 15px 20px 0 0;
  }

  .solution-s14 .ope {
    margin-top: 20px;
  }

  .solution-s14 .pagination span {
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }

  .solution-s14 a.more {
    font-size: 14px;
    line-height: 40px;
  }

  .solution-s14 a.more:after {
    width: 16px;
    height: 16px;
  }

  .solution-s15 .items {
    margin-top: 20px;
    display: block;
  }

  .solution-s15 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .solution-s15 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s15 .item img {
    height: 90vw;
    object-fit: cover;
  }

  .solution-s15 .item .show {
    display: none;
  }

  .solution-s15 .item .hide {
    opacity: 1;
    padding: 0 20px;
  }

  .solution-s15 .item .hide h3 {
    font-size: 18px;
  }

  .solution-s15 .item a.more {
    font-size: 14px;
    line-height: 40px;
    width: 130px;
  }

  .solution-s15 .item a.more:after {
    width: 16px;
    height: 16px;
  }

  .solution-s9 .tab-tit {
    position: static;
    transform: none;
    border: none;
    padding: 0;
  }

  .solution-s9 .tab-tit .item {
    overflow: hidden;
  }

  .solution-s9 .tab-tit .item:before {
    display: none;
  }

  .solution-s9 .tab-tit .item span {
    display: none;
  }

  .solution-s9 .tab-tit .item .icon {
    position: relative;
    margin-top: 0;
    float: left;
    width: 60px;
    height: 60px;
  }

  .solution-s9 .tab-tit .item .info {
    text-align: left;
    margin: 10px 0 0 80px;
  }

  .solution-s9 .img-block {
    display: none;
  }

  .solution-s9 .left-block {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .solution-s9 .tab-cont {
    width: 100%;
    position: static;
    padding: 20px;
  }

  .solution-s9 .btn {
    position: static;
    padding: 0 20px 20px;
  }

  .solution-s9 .btn a,
  .solution-s10 .btn a {
    font-size: 14px;
    line-height: 40px;
  }

  .solution-s9 .btn a:nth-of-type(1),
  .solution-s10 .btn a:nth-of-type(1) {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .solution-s9 .btn a:nth-of-type(2),
  .solution-s10 .btn a:nth-of-type(2) {
    margin: 0;
  }

  .solution-s9 .btn a:after,
  .solution-s10 .btn a:after {
    width: 16px;
    height: 16px;
  }

  .solution-s9 .tab-tit .item h4 {
    font-size: 12px;
  }

  .solution-s10 .ani-box {
    padding-top: 0;
    margin-top: 20px;
  }

  .solution-s10 .ani-box img {
    display: none !important;
  }

  .solution-s10 .ani-box .dots {
    font-size: 0;
    position: static;
  }

  .solution-s10 .ani-box .dot {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    animation: none;
  }

  .solution-s10 .para {
    margin-top: 0;
    margin-top: 20px;
  }

  .solution-s10 .ani-box .dot:before {
    width: 20px;
    height: 20px;
  }

  .solution-s10 .ani-box .dot span {
    font-size: 16px;
    text-align: center;
  }

  .solution-s10 .ani-box .dot:after {
    display: none;
  }

  .solution-s10 .btn {
    margin-top: 20px;
    text-align: left;
  }

  .solution-s11 .main {
    width: 60vw;
    height: 60vw;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .solution-s11 .tab-cont h3 {
    font-size: 18px;
  }

  .solution-s11 .dot .icon {
    width: 40px;
    height: 40px;
  }

  .solution-s11 .dot {
    width: 16px;
    height: 16px;
  }

  .solution-s11 .dot span {
    white-space: normal;
    width: 70px;
    line-height: 20px;
    margin-top: -20px;
  }

  .solution-s11 .dot:nth-of-type(1) span,
  .solution-s11 .dot:nth-of-type(3) span {
    text-align: right;
  }

  .solution-s11 .dot:nth-of-type(5) span {
    text-align: center;
    width: 90px;
  }

  .solution-s11 .tab-cont .box {
    padding: 0 20px;
  }

  .fixed-content .main {
    padding: 0 5vw;
  }

  .fixed-content .close {
    top: -60px;
    right: 20px;
  }

  .fixed-content .tab-tit {
    margin-right: 0;
  }

  .fixed-content .tab-tit span {
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
  }

  .fixed-content .tab-tit span:after {
    height: 2px;
  }

  .fixed-content .tab-cont {
    padding: 20px;
  }

  .fixed-content .flex {
    display: block;
  }

  .fixed-content .flex span {
    display: block;
    font-size: 18px;
    width: 100%;
    text-align: left;
  }

  .fixed-content .flex .info {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  .fixed-content p {
    font-size: 14px;
  }

  .fixed-content .close {
    background-image: url("../images/close.png");
  }

  .solution-s11,
  .solution-s10,
  .solution-s9,
  .solution-s15,
  .solution-s14 .main,
  .solution-s13,
  .solution-s12 .right-block,
  .partner-s5,
  .partner-s4,
  .partner-s3,
  .partner-s2,
  .partner-s1,
  .index-s6,
  .index-s5,
  .index-s4,
  .index-s2,
  .about-s3,
  .about-s4,
  .about-s5,
  .case-s2,
  .case-s1,
  .case-s4,
  .case-s3,
  .caterer-s9,
  .caterer-s8,
  .caterer-s7,
  .caterer-s6,
  .caterer-s5,
  .caterer-s4,
  .caterer-s3,
  .caterer-s2,
  .caterer-s1,
  .contact-s2,
  .contact-s1 .info,
  .join-s5 .top-block,
  .join-s4,
  .join-s3,
  .join-s2,
  .join-s1,
  .login-page,
  .news-s1,
  .solution-s7 .bot-block .main,
  .solution-s8,
  .solution-s3,
  .solution-s2 .flex,
  .solution-s1,
  .solution-s6,
  .solution-s5,
  .about-s2,
  .about-s1 .main,
  .search-s2 {
    padding: 40px 5vw;
  }
}

/*# sourceMappingURL=bundle.css.map */

/*2021-11-28 CSS*/
/*slick.css*/
.head-bot li{margin-left:80px;}
@media (max-width:1799px){
.head-bot li {margin-left: 2.5vw;}
}
@media (max-width:1399px){
.head-bot li {margin-left: 2.5vw;}
}

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

.m2addNavs .item a{ padding-left:40px;}
.m2addNavs .item a.on{ background:#272830;}
.m2proCon1Wpr{ background: #f3f5f9; padding: 5.2vw 0px 5.8vw; }
.m2pro_pubt{ font-size: 40px; line-height: 60px; color: #1e2e45; letter-spacing: 2px; text-align: center; }
.m2proCon1{ background: #FFF; overflow: hidden; margin-top:2.08vw; box-shadow:0 2px 15px rgba(0,0,0,0.02); }
.m2pro_c1img{ float: right; height: 27.6vw; width: 47.02%; background-size:cover;}
.m2proC1txt{ width:calc(52.98% - 4.68vw); padding:0 20px 0 4.68vw; position:absolute; left:0; top:5.62vw; bottom:5.62vw; overflow-y:auto;}
.m2proC1txt h4{ font-size: 24px; line-height: 40px; font-weight: normal; display: block; margin-bottom: 1.56vw;letter-spacing:1px; }
.m2pro_c1des{ font-size: 20px; line-height: 38px; color: #666666; }
.m2proCon2Wpr{ background-repeat:no-repeat; background-size:cover; background-position:center center; padding:5.2vw 0; background-attachment:fixed;}
.m2proCon2Wpr .m2pro_pubt{ color: #FFF; }
.m2proc2ul{ margin: 2.34vw -19px 0px; }
.m2proc2ul li{ padding: 0px 19px; float: left; width: 33.33%; margin-bottom:1.56vw; }
.m2pro_c2aBox{ display:block; position:relative; height:320px; background:#fff;}
.m2pro_c2aBox:before{ content: ""; position: absolute; left:0px; top:0px; right:0px; bottom:0px; border: 1px solid #FFF; transition:all 0.5s ease-in-out; opacity:0;}
.m2pro_c2aBox:hover:before{ left: 10px; top: 10px; right: -10px; bottom: -10px; opacity:1 }
.m2pro_c2aBox:after{ content: ""; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background: #FFF url(../images/add/m2add_c3bg.jpg) no-repeat center center; background-size:cover; opacity:0; transition:all 0.5s ease-in-out;}
.m2pro_c2aBox:hover:after{opacity:1;}
.m2pro_c2lay{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; padding: 48px 2.08vw 0px; }
.m2pro_c2lay h4{ color: #255dbc; display: block; font: 60px/70px EuclidCircularA-Bold; margin-bottom:45px; }
.m2pro_c2lay strong{ font-size: 24px; line-height: 42px; color: #1e2e45; display: block; }
.m2pro_c2lay p{ font-size: 18px; line-height: 30px; max-height:90px; overflow-y:auto; color: #1e2e45; display: block; }
.m2pro_c2ico{ background: url(../images/add/m2add_c2ibg.png) no-repeat center center; height: 90px; width: 90px; position: absolute; top: 36px; right: 2.08vw; }
.m2pro_c2ico img,.m2pro_c3i img{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.m2pro_c2txt{ font-size: 18px; line-height: 30px; color: #FFF; letter-spacing: 1px; display: block; margin: 1vw auto 0px; max-width: 1020px; text-align:center }
.m2proCon3Wpr{ background: url(../images/add/m2add_c3bg.jpg) no-repeat center center; background-size:cover; padding: 5.2vw 0px 5.8vw;}
.m3pro_c3tab{ margin-top: 2.34vw; height:80px; display:flex; margin-right:-12px;}
.m3pro_c3tab a{ width: calc(33.33% - 8px); height: 68px; display: block; text-align: center; background: #EAEBEC; font-size: 24px; line-height: 68px; border-radius:0.6em 0.6em 0 0; position:relative; margin-right:12px; }
.m3pro_c3tab a.on{ background: #265DBC url(../images/add/m2add_bar.png) no-repeat center 56px; height: 80px; color: #FFF; }
.m2pro_c3swiper{ padding: 5.2vw 0; background:#fff; }
.m2pro_c3item{ height:350px; padding:0 4.68vw;}
.m3pro_c3img{ width:42%; height:350px; position:relative; float:left}
.m3pro_c3img img{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:100%; max-height:100%; width:auto; height:auto;}
.m3pro_c3rul{ width:54%; padding-right:20px; float:right; height:350px; overflow-y:auto;}
.m3pro_c3rul li{ margin-bottom: 40px; min-height:118px; position:relative; padding-left:112px;}
.m3pro_c3rul li:last-child{margin-bottom:0;}
.m2pro_c3i{ background: url(../images/add/m2add_c2ibg.png) no-repeat center center; height: 90px; width: 90px; position: absolute; top: 0; left: 0; }
.m3pro_c3rul li strong{ font-size: 24px; line-height: 54px; font-weight: normal; display: block; }
.m3pro_c3rul li p{ font-size: 18px; line-height: 30px; color: #858585; }
.m2proCon4Wpr{ position:relative; color:#fff; overflow:hidden;}
.m2pro_c4bg{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0; top:0; right:0; bottom:0; background-attachment:fixed;}
.m2pro_c4bg:before{content:""; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(14,18,45,0.8);}
.m2proc4Lx{ position:relative; width:41.66%; float:left; padding:5.72vw 0; background:#204e9f;}
.m2proc4Lx .m2pro_pubt{ color:#fff; text-align:left; padding-left:6.25vw;}
.m2pro_c4ul{ margin-top:4.68vw;}
.m2pro_c4ul li{ line-height: 78px; padding-left: 6.25vw; font-size: 18px; cursor:pointer; position:relative; }
.m2pro_c4ul li i{ background: url(../images/add/m2add_blin.png) no-repeat center center; height: 1px; width: 13.17vw; position: absolute; top: 50%; right: 8.5vw; background-size:100% auto;}
.m2pro_c4ul li.on{ background: #1c4691; font-size: 22px; }
.m2pro_c4ul li:before{content:"";}
.m2pro_c4ul li:after{ content: ""; background: url(../images/add/m2add_bm_ara.png) no-repeat center center; height: 42px; width: 42px; margin-top: -21px; position: absolute; top: 50%; right: 3.9vw; }
.m2pro_c4ul li.on:before{content:"";}
.m2pro_c4ul li.on:after{ background: url(../images/add/m2add_bm_ar.png) no-repeat center center;}
.m2proc4Rx{ position:relative; width:58.34%; float:right; padding:5.72vw 0;}
.m2pro_c4item{ padding: 0px 11.97vw 0px 8.85vw; }
.m2pro_c4item strong{ font-size: 34px; line-height: 50px; margin-bottom: 48px; position: relative; display:block; font-weight:normal}
.m2pro_c4item strong:after{ content: ""; background: #265DBC; height: 2px; width: 200px; position: absolute; left: 0px; bottom: -14px; }
.m2pro_c4item p{ font-size: 18px; line-height: 32px; color: #FFF; height: 192px; overflow-y:auto; padding-right:15px; margin-bottom:48px;}
.m2pro_c4a{ font-size: 16px; line-height: 48px; color: #265DBC; letter-spacing: 1px; white-space: nowrap; display: inline-block; padding: 0px 64px 0px 22px; height: 48px; transition:all 0.5s ease-in-out; background:#fff url(../images/add/m2add_bm_ar2.png) no-repeat calc(100% - 20px) center; border-radius:1.8em; }
.m2pro_c4a:hover{ transform: translateY(-8px);}
.m2proCon5Wpr{ padding: 5.2vw 0px; }
.m2pro_cpub_tdes{ font-size: 18px; line-height: 30px; color: #666666; text-align: center; margin: 25px auto 0; max-width:1280px;}
.m2pro_c5ul{ display:block; text-align:center; margin:2.6vw -9px 3.22vw; font-size:0;}
.m2pro_c5ul a{ display:inline-block; width:calc(16.66% - 18px); height:100px; background:#F5F5F5; vertical-align:top; margin:0 9px 18px; position:relative;}
.m2pro_c5ul a img{ position:absolute; left:50%; top:46%; transform:translate(-50%,-50%); max-width:80%; max-height:90%; width:auto; height:auto;}
.m2pro_c5ul a.on{ background: #F5F5F5 url(../images/add/m2add_bline2.png) no-repeat center bottom; }
.m2pro_c5swiper{ max-width:1155px; margin:0 auto; text-align:center}
.m2pro_c5item{ padding:0 92px 10px;}
.m2pro_c5item:before{ content: ""; background: url(../images/add/m2add_fh1.png) no-repeat center center; height: 53px; width: 58px; position: absolute; left: 0px; top: 24px; }
.m2pro_c5item:after{ content: ""; background: url(../images/add/m2add_fh2.png) no-repeat; height: 53px; width: 58px; position: absolute; right: 0px; bottom: 0px; }
.m2pro_c5item strong{ font-size: 26px; line-height: 46px; margin-bottom: 10px; display:block}
.m2pro_c5item p{ margin-bottom: 25px; padding-bottom: 35px; font-size: 18px; line-height: 26px; color: #999999; }
.m2pro_c5btn{ font-size: 16px; line-height: 48px; color: #FFF; display: inline-block; padding: 0px 72px 0px 26px; height: 48px; text-align: left; background: #265DBC url(../images/add/m2add_bm_ar2a.png) no-repeat calc(100% - 22px) center; border-radius:2em; transition:all 0.5s ease-in-out; }
.m2pro_c5btn:hover{ transform:translateY(-8px); box-shadow:0 2px 18px rgba(0,0,0,0.2);}
.m2proBom{ background: url(../images/add/m2add_lxBg.jpg) no-repeat center center; color: #FFF; background-size: cover; padding: 5.1vw 0px; }
.m2proBlx{ float: left; font-size: 40px; line-height: 64px; color: #ffffff; }
.m2proBlx strong{ font: 52px EuclidCircularA-Bold; }
.m2proBlx span{ font-size:18px; opacity:0.6}
.m2proBrbtn{ font-size: 20px; line-height: 64px; color: #255dbc; display: inline-block; padding: 0px 90px 0px 34px; height: 64px; text-align: left; background: #fff url(../images/add/m2add_bm_ar3.png) no-repeat calc(100% - 34px) center; border-radius: 2em; transition: all 0.5s ease-in-out; float:right }
.m2proBrbtn:hover{ transform:translateY(-8px); box-shadow:0 2px 18px rgba(0,0,0,0.2);}
@media (max-width:1799px){
.m2pro_pubt{font-size:32px; line-height:50px;}
.m2proC1txt{bottom:3.88vw; top:3.62vw; width:calc(52.98% - 3.68vw); padding:0 20px 0 3.68vw;}
.m2proC1txt h4{font-size:20px; line-height:32px; margin-bottom:1vw;}
.m2pro_c1des{font-size:16px; line-height:30px;}
.m2pro_c2txt{font-size:16px;}
.m2pro_c2lay{padding-top:38px}
.m2pro_c2lay h4{ font-size:56px;}
.m2pro_c2ico{ transform:scale(0.8); transform-origin:right top;}
.m2pro_c2aBox{height:300px;}
.m2pro_c2lay strong{font-size:20px;}
.m2pro_c2lay p{font-size:16px; line-height:28px; max-height:84px;}
.m2pro_c2lay h4{margin-bottom:20px;}
.m3pro_c3tab a{font-size:21px;}
.m2pro_c3i{transform:scale(0.8); transform-origin:left center;}
.m3pro_c3rul li{padding-left:90px;}
.m3pro_c3rul li strong{font-size:22px;}
.m3pro_c3rul li p{font-size:16px; line-height:28px;}
.m2pro_c4ul li{font-size:17px;}
.m2pro_c4ul li.on{font-size:20px;}
.m2proc4Rx{padding:4.42vw 0;}
.m2pro_c4item strong{font-size:28px;}
.m2pro_c4item p{font-size:16px; line-height:30px; margin-bottom:30px;}
.m2pro_cpub_tdes{font-size:16px; margin-top:18px;}
.m2pro_c5item strong{font-size:22px;}
.m2pro_c5item p{font-size:16px;}
.m2proBlx span{font-size:16px;}
.m2proBlx{font-size:30px;}
.m2proBlx strong{font-size:42px; position:relative; top:2px;}
.m2proBrbtn{line-height:58px; height:58px; font-size:19px;}
.m2pro_c2lay strong{line-height:30px; margin-bottom:5px;}
}
@media (min-width:1199px){
.m2proc2ul4 li{width:25%;}
}
@media (max-width:1199px){
.m2proc2ul li{width:50%!important; margin-bottom:35px;}
.m2proBlx{font-size:20px;}
.m2proBlx strong{font-size:34px;}
.m2proBrbtn{transform:scale(0.8)!important; transform-origin:right center;}
.m2proc4Lx{padding:6.3vw 0;}
}
@media (max-width:993px){
.m2pro_c1img{width:100%; float:none; height:385px;}
.m2proC1txt{position:static; width:100%; padding:35px; height:auto;}
.m2pro_c2lay{padding-left:30px; padding-right:30px;}
.m2proBlx{width:100%; text-align:center; float:none}
.m2proBrbtn{display:block; margin-left:auto; margin-right:auto; float:none; width:300px; transform-origin:center center;}
.m2proc4Lx{padding:7.3vw 0;}
.m2pro_pubt{font-size:28px; line-height:40px;}
.m2pro_c4item p{height:152px;}
}
@media (max-width:767px){
.m2pro_pubt{font-size:21px; letter-spacing:0; line-height:36px;}
.m2proCon1Wpr{padding:40px 15px 60px;}
.m2proCon1{margin-top:15px;}
.m2pro_c1img{height:215px;}
.m2proC1txt h4{font-size:18px; line-height:30px;}
.m2proC1txt{padding:25px 15px 30px;}
.m2pro_c1des{font-size:14px; line-height:26px;}
.m2proCon2Wpr{padding:50px 15px;}
.m2proc2ul{margin:25px 0 0;}
.m2proc2ul li{padding:0; width:100%!important; margin-bottom:20px;}
.m2pro_c2lay{padding-left:15px; padding-right:15px;}
.m2pro_c2ico{right:25px;}
.m2pro_c2lay strong{font-size:18px;}
.m2pro_c2lay p{font-size:14px; line-height:26px;}
.m2pro_c2txt{font-size:15px; letter-spacing:0;}
.m2proCon3Wpr{padding:50px 15px;}
.m3pro_c3tab a{width:calc(33.33% - 4px);}
.m3pro_c3tab{margin-top:25px;}
.m3pro_c3tab a{ font-size:16px; line-height:20px; padding:10px 10px 0}
.m3pro_c3img{display:none;}
.m3pro_c3rul{width:100%; float:none;}
.m2pro_c3i{display:none;}
.m3pro_c3rul li{padding-left:0; margin-bottom:10px;}
.m3pro_c3rul li strong{font-size:20px; line-height:46px;}
.m3pro_c3rul li p{font-size:14px; line-height:24px;}
.m2proc4Lx{width:100%; float:none;}
.m2proc4Rx{width:100%; float:none;}
.m2pro_c4ul{display:none;}
.m2proc4Lx .m2pro_pubt{text-align:center; padding-left:0; font-size:24px;}
.m2pro_c4item strong{font-size:22px; line-height:34px;}
.m2proc4Rx{padding:35px 0 80px;}
.m2pro_c4item{padding-left:15px; padding-right:15px;}
.m2pro_c4a{ transform:translateY(0)!important;}
.m2pro_c4item p{height:auto;}
.m2proc4Rx .slick-dots{bottom:30px;}
.m2proc4Rx .slick-dots li button{display:none;}
.m2proc4Rx .slick-dots li { background: #D6D6D6; display: inline-block; height: 6px; width: 6px; margin: 0px 10px; position: relative; border-radius:50%; vertical-align:middle}
.m2proc4Rx .slick-dots li.slick-active{ background: #005aaa; border: 5px solid #CCDEEE; height: 16px; width: 16px; }
.m2proCon5Wpr{padding:35px 15px;}
.m2pro_cpub_tdes{font-size:14px; line-height:26px; margin-top:8px!important;}
.m2pro_c5ul a{width:calc(33% - 18px); height:66px;}
.m2pro_c5item:before{width:28px; height:23px; background-size:28px auto;}
.m2pro_c5item:after{width:28px; height:23px; background-size:28px auto;}
.m2pro_c5item{padding-left:0; padding-right:0;}
.m2pro_c5item p{font-size:14px;}
.m2proBlx strong{display:block;}
.m2proBlx{line-height:36px; font-size:16px;}
.m2proBlx span{font-size:14px;}
.m2proBom{padding:40px 0px 50px}
}


.m2add2Con1{ padding: 5.72vw 0px; }
.m2add2_c1img{ width:47.02%; height:428px; float:right; background-size:cover;}
.m2add2_c1Txts{ width:47.02%; float:left; padding-top:25px;}
.m2add2_c1Txts .m2pro_pubt{text-align:left;}
.m2add2_c1des{ padding-right: 20px; height: 286px; margin-top: 1.16vw; overflow-y: auto; font-size: 20px; line-height: 36px; color: #666666; }
.m2add2Con2{ background: url(../images/add/m2add2_c2bg.jpg) no-repeat fixed center center; padding: 5.2vw 0px 5.72vw; background-size: cover;}
.m2add2Con2 .m2pro_pubt{color:#fff;}
.m2add2_c2ul{ margin: 2.34vw -25px 0px;}
.m2add2_c2ul li{ padding: 0px 25px; float: left; width: 33.33%; margin-bottom:1.56vw; }
.m2add2_abox{ display: block; position: relative; height: 350px; background: #26416A; padding: 62px 50px 0px 35px; transition:all 0.5s ease-out; }
.m2add2_abox:hover{transform:translateY(-10px);}
.m2add2_abox:before{ content: ""; position: absolute; left:0px; top:10px; right:10px; bottom:0px; background:#fff;}
.m2add2_abox:after{ content: ""; position: absolute; left: 0px; top: 10px; right: 10px; bottom: 0px; background: #fff url(../images/add/m2add2_c2sbg2.jpg) no-repeat center center; transition:all 0.5s ease-in-out; opacity:0 }
.m2add2_abox:hover:after{opacity:1;}
.m2add2_c2num{ position: relative; z-index: 2; color: #EEEEEE; display: block; font: 70px/80px EuclidCircularA-Bold; transition:all 0.5s ease-in-out; }
.m2add2_abox .m2pro_c2ico{ z-index:2; right:50px; top:62px;}
.m2add2_abox p{ position: absolute; z-index: 2; left: 35px; right: 50px; bottom: 45px; font-size: 22px; line-height: 34px; max-height: 102px; overflow-y:auto; }
.m2add2_abox:hover .m2add2_c2num{ color: #255dbc;}
.m2add2Con3{ background: url(../images/add/m2add2_c4bg.png) no-repeat center bottom; padding: 5.2vw 0px 9.89vw; background-size:100% auto;}
.m2add2c3ul{ margin-top: 4.68vw; }
.m2add2c3ul li{ width: 25%; text-align: center; float: left; height: 235px; background: url(../images/add/m2add2_c3i.png) no-repeat center top; padding-top: 48px; position:relative; animation:m2add2ani 4s ease-in-out infinite; }
.m2add2c3ul li:nth-child(2){ top:3.12vw; animation-delay:1s;}
.m2add2c3ul li:nth-child(3){ top:1.19vw; animation-delay:2s;}
.m2add2c3ul li:nth-child(4){ top:2.03vw; animation-delay:3s;}
@keyframes m2add2ani {
  0% {
   transform:translateY(-20px)
  }
  50% {
    transform:translateY(10px)
  }
  100% {
    transform:translateY(-20px)
  }
}
.m2add2c3ul li strong{ font-size: 22px; color: #235fc4; line-height: 30px; display: block; }
.m2add2c3ul li p{ font-size: 18px; color: #a9b8d1; line-height: 26px; }
.m2add2Con4{ padding: 5.72vw 0px 6.5vw; position: relative; background: url(../images/add/m2add2_bmImg.jpg) no-repeat fixed center center; }
.m2add2Con4 .m2pro_pubt{color:#fff;}
.m2add2C4box{ margin-top: 2.6vw; }
.m2add2_c4lx{ background: #FFF url(../images/add/m2add2_c5bg.jpg) no-repeat center top; float: left; height: 595px; width: 66%; background-size:cover; padding:58px 4.16vw;}
.m2add2_c4logo{ margin: 0px auto; height: 116px; width: 116px; border: 4px solid #265DBC; border-radius:50%; display:block; position:relative}
.m2add2_c4logo img{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:80%; max-height:80%; width:auto; height:auto;}
.m2add2_c4des{ padding-right: 20px; font-size: 18px; line-height: 30px; color: #666666; height: 225px; margin-bottom: 38px; margin-top:30px; overflow-y:auto;}
.m2add2_c4rx{ width:25.23%; float:right; color:#fff;}
.m2add2_c4rx li{ margin-top: 80px; color: #FFF; }
.m2add2_c4rx li strong{ font: 50px/66px EuclidCircularA-Bold; display: block; }
.m2add2_c4rx li p{ line-height: 30px; }
@media (max-width:1799px){
.m2add2_c1img{height:348px;}
.m2add2_c1Txts{padding-top:5px;}
.m2add2_c1des{height:256px;}
.m2add2_c1des{font-size:17px; line-height:32px;}
.m2add2_c2ul{margin-left:-15px; margin-right:-15px;}
.m2add2_c2ul li{padding:0 15px;}
.m2add2_abox{ height:298px; padding:32px 30px 0px 25px;}
.m2add2_c2num{font-size:60px; line-height:70px;}
.m2add2_abox .m2pro_c2ico{top:30px; right:38px;}
.m2add2_abox p{font-size:18px; line-height:32px; max-height:128px;}
.m2add2c3ul li strong{font-size:20px;}
.m2add2c3ul li p{font-size:16px;}
.m2pro_cpub_tdes{margin-top:20px;}
.m2add2_c4lx{padding:48px 3.16vw;}
.m2add2_c4logo{width:86px; height:86px; border-width:3px;}
.m2add2_c4des{margin-top:18px; margin-bottom:30px; font-size:16px; line-height:28px; height:175px;}
.m2add2_c4lx{height:475px;}
.m2add2_c4rx li strong{font-size:40px; line-height:56px;}
.m2add2_c4rx li{margin-top:50px;}
}
@media (min-width:1199px){
.m2add2_c2ul4 li{width:25%;}
}
@media (max-width:1199px){
.m2add2_c2ul li{width:50%!important; margin-bottom:30px;}
.m2add2_abox{transform:translateY(0)!important;}
.m2add2c3ul li strong{font-size:18px;}
}
@media (max-width:993px){
.m2add2_c4rx li{margin-top:30px;}
}
@media (max-width:767px){
.m2add2Con1{padding:50px 15px;}
.m2add2_c1img{width:100%; float:none;}
.m2add2_c1Txts{width:100%; float:none;}
.m2add2_c1img{height:188px; margin-bottom:25px; font-size:19px;}
.m2add2_c1des{height:auto; font-size:14px; line-height:28px;}
.m2add2Con2{padding:50px 15px;}
.m2add2_c2ul{margin-top:20px;}
.m2add2_c2ul li{width:100%!important;}
.m2add2_abox{padding-left:15px; padding-right:15px; height:268px;}
.m2add2_abox p{font-size:14px; line-height:30px; left:15px; right:15px; bottom:25px;}
.m2add2Con3{padding:50px 15px;}
.m2add2c3ul li strong{font-size:14px; line-height:26px;}
.m2add2c3ul li p{font-size:12px; line-height:22px;}
.m2add2Con4{padding:50px 15px;}
.m2add2C4box{margin-top:25px;}
.m2add2_c4lx{width:100%; float:none;}
.m2add2_c4rx{width:100%; float:none; text-align:center}
.m2add2_c4rx li strong{font-size:32px; line-height:48px;}
.fixed-menu .top-box{max-height: 100vh; overflow-y: auto; padding-bottom: 50px;}
}

/*2021-12-27 CSS*/
.login-page .right-block .box:nth-of-type(6) i {
  background-image: url("../images/login/icon-2-3.png");
}
.login-page .right-block .box:nth-of-type(5) i {
  background-image: url("../images/login/icon-2-3.png");
}
.login-page .right-block .box:nth-of-type(7) i {
  background-image: url("../images/login/icon-2-5.png");
}
.login-page .right-block .box select{ appearance: none; -moz-appearance: none; -webkit-appearance: none; border:none; background: transparent url(../images/fm_i4.png) no-repeat right center; padding-right: 60px; opacity: 1; color: #aaa; font: 14px/60px "微软雅黑"; width: 100%; height: 60px; padding-left: 60px; border-radius: 1.8em; }



.login-page .right-block .box .txt{overflow:inherit;}
.layui-form-select dl dd.layui-this{background:#255dbc;}
.login-page .right-block .layui-edge{width:14px!important; height:auto!important; top:30px!important; background:none!!important; background-image:none!important;}
.login-page .right-block .box input{border-radius:2em; overflow:hidden;}
.layui-form-select dl{top:59px;}

