@font-face {
  font-family: 'EuclidCircularA-Bold';
  src: url("../fonts/EuclidCircularA-Bold.ttf");
}
@font-face {
  font-family: 'EuclidCircularA-Regular';
  src: url("../fonts/EuclidCircularA-Regular.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-upfade-bottom {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-flashing {
  0%,75% {
    opacity: 0;
  }
  50%,100% {
    opacity: 1;
  }
}
@keyframes o-scale {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes o-line-data {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -120;
  }
}
@keyframes o-ring-data {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  10% {
    transform: scale(0.6);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.wrapper {
  margin: 0 8.33vw;
  position: relative;
  z-index: 2;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0;
  background-color: #fff;
  padding: 0 3.125vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header.down li a.single {
  line-height: 70px;
}
.header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo img {
  display: block;
  height: 50px;
}
.header li {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.header li a.single {
  display: block;
  font-size: 18px;
  line-height: 100px;
  color: #333333;
  transition: all .3s ease;
}
.header li:hover a.single, .header li.active a.single {
  color: #1839ad;
}
.header .ope {
  display: flex;
  align-items: center;
}
.header a.tel {
  font-size: 18px;
  font-family: 'EuclidCircularA-Regular';
  margin-right: 30px;
}
.header a.tel:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 15px 0 0;
}
.header a.search {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #1839ad;
  display: none;
}
.fixed-search .close {
  width: 40px;
  height: 40px;
  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);
}

.footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-1.jpg");
}
.footer .top-block {
  padding: 4vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .left-box img {
  display: block;
  height: 50px;
}
.footer .left-box h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.footer .left-box span {
  display: block;
  margin: 20px 0 10px;
  font-size: 14px;
  color: #cadcff;
}
.footer .left-box .tel {
  display: block;
  font-size: 32px;
  color: #fff;
  font-family: 'EuclidCircularA-Bold';
  white-space: nowrap;
}
.footer .center-box {
  display: flex;
}
.footer .center-box .box {
  margin-left: 3.5vw;
}
.footer .center-box .box:first-of-type {
  margin-left: 0;
}
.footer .center-box .box h3 {
  font-size: 18px;
  color: #d6d6e1;
}
.footer .center-box .box .link {
  margin-top: 20px;
}
.footer .center-box .box a {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  color: #cadcff;
  opacity: 0.7;
  transition: all .3s ease;
}
.footer .center-box .box a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .footer .center-box .box a:hover {
    color: #fff;
    opacity: 1;
  }
}
.footer .right-box {
  width: 150px;
  text-align: center;
}
.footer .right-box img {
  display: block;
  width: 100%;
}
.footer .right-box p {
  font-size: 18px;
  color: #cadcff;
  margin-top: 20px;
}
.footer .bot-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  padding: 2vw 0;
}
.footer .bot-block span, .footer .bot-block a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #cadcff;
}
.footer .bot-block a {
  margin-left: 15px;
}
.footer .share a {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  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.sqq {
  background-image: url("../images/share-3.png");
}
.footer .share a:hover {
  background-color: #fff;
}

@media screen and (max-width: 1600px) {
  .header li a.single {
    font-size: 16px;
  }

  .header li {
    margin-right: 50px;
  }

  .footer .left-box h3 {
    font-size: 18px;
  }

  .footer .left-box .tel {
    font-size: 28px;
  }

  .footer .center-box .box h3 {
    font-size: 16px;
  }

  .footer .center-box .box a {
    font-size: 14px;
  }

  .footer .right-box {
    width: 120px;
  }

  .footer .bot-block span, .footer .bot-block a {
    font-size: 14px;
  }

  .fixed-search h3 {
    font-size: 50px;
  }

  .fixed-search input {
    height: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .header li {
    margin-right: 40px;
  }

  .header li a.single {
    line-height: 80px;
  }

  .footer .center-box .box {
    margin-left: 30px;
  }

  .fixed-search h3 {
    font-size: 40px;
  }

  .fixed-search input {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .footer .center-box .box a {
    max-width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
    padding: 0 5vw;
  }

  .header .main {
    height: 100%;
  }

  .header .logo img {
    height: 32px;
  }

  .header .ope {
    margin-right: 24px;
  }

  .header a.tel {
    display: none;
  }

  .header a.search {
    margin-right: 20px;
  }

  .header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 0;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .nav.active {
    left: 0;
  }

  .header li {
    display: block;
    padding: 0 30px;
    margin: 0;
  }

  .header li a.single {
    line-height: 40px;
    font-size: 16px;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 5vw;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #1839ad;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .footer {
    padding: 0 5vw;
  }

  .footer .center-box,
  .footer .right-box {
    display: none;
  }

  .footer .top-block {
    padding: 30px 0;
    display: block;
    text-align: center;
  }

  .footer .left-box img {
    margin: 0 auto;
  }

  .footer .bot-block {
    padding: 20px 0;
    text-align: center;
  }

  .footer .bot-block a {
    margin: 5px 2px 0;
  }

  .footer .share {
    display: none;
  }

  .fixed-search .close {
    top: 5%;
    right: 5%;
  }

  .fixed-search h3 {
    font-size: 30px;
  }

  .fixed-search input {
    height: 60px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin: 0;
  }
}
body {
  padding-top: 100px;
}

.campus-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: none;
}
.campus-pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.campus-pop .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.campus-pop .close {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-1.png");
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease;
}
.campus-pop .close:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
.campus-pop .top-block {
  padding: 10vh 6.25vw 5vh;
  background-color: #1839ad;
}
.campus-pop .top-block h3 {
  font-size: 48px;
  color: #fff;
}
.campus-pop .top-block .info {
  margin-top: 5vh;
  font-size: 0;
}
.campus-pop .top-block .info span {
  font-size: 16px;
  color: #fff;
  margin-right: 4vw;
}
.campus-pop .top-block .info span:last-of-type {
  margin-right: 0;
}
.campus-pop .top-block .info .profession {
  display: none;
}
.campus-pop .bot-block {
  padding: 7vh 6.25vw;
  background-color: #fff;
}
.campus-pop .bot-block .scroll {
  max-height: 36vh;
  overflow: auto;
  padding-right: 2vw;
}
.campus-pop .bot-block .box {
  padding-top: 2vw;
  margin-top: 2vw;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.campus-pop .bot-block .box:nth-of-type(1) {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.campus-pop .bot-block .box h4 {
  font-size: 22px;
  color: #333333;
}
.campus-pop .bot-block .box .para {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
.campus-pop .bot-block a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background-color: #1839ad;
  text-align: center;
  margin-top: 7vh;
}

.c-banner {
  position: relative;
}
.c-banner img {
  display: block;
  width: 100%;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-banner .txt-box.white {
  color: #fff;
}
.c-banner .txt-box.color {
  color: #1839ad;
}
.c-banner h3 {
  font-size: 38px;
}
.c-banner p {
  font-size: 36px;
  margin-top: 10px;
}
.c-banner .s-img-1 {
  width: 43%;
  max-width: 677px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c-banner .s-img-2 {
  width: 63.4%;
  max-width: 1012px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.c-title h3 {
  font-size: 48px;
}
.c-title h4 {
  font-size: 30px;
  font-family: 'Arial';
  text-transform: uppercase;
  margin-top: 10px;
}
.c-title p {
  font-size: 16px;
  margin-top: 10px;
}
.c-title.gray h3 {
  color: #333;
}
.c-title.gray h4 {
  color: #666;
  opacity: 0.2;
}
.c-title.gray p {
  color: #16191d;
  opacity: 0.5;
}
.c-title.gray:after {
  background-color: #1839ad;
}
.c-title.white h3 {
  color: #fff;
}
.c-title.white h4 {
  color: #fff;
  opacity: 0.2;
}
.c-title.white:after {
  background-color: #fff;
}
.c-title.color h3 {
  color: #1839ad;
}
.c-title.color:after {
  background-color: #1839ad;
}
.c-title.center {
  text-align: center;
}
.c-title.center:after {
  margin-left: auto;
  margin-right: auto;
}
.c-title.line:after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 20px;
}

.suspension {
  font-size: 0;
  position: relative;
  z-index: 2;
}
.suspension .main {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(203, 203, 203, 0.35);
  margin-top: -55px;
  padding: 0 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.suspension .left-box a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #333;
  line-height: 110px;
  position: relative;
  margin-left: 3.125vw;
  transition: color .3s ease;
}
.suspension .left-box a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #1839ad;
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.suspension .left-box a:nth-of-type(1) {
  margin-left: 0;
}
.suspension .left-box a:hover, .suspension .left-box a.active {
  color: #1839ad;
}
.suspension .left-box a:hover:after, .suspension .left-box a.active:after {
  transform: scaleX(1);
}
.suspension .right-box span, .suspension .right-box a, .suspension .right-box i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #999999;
}
.suspension .right-box span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/home.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.suspension .right-box a {
  transition: color .3s ease;
}
.suspension .right-box a:hover {
  color: #1839ad;
}
.suspension .right-box i {
  margin: -2px 10px 0;
  font-style: normal;
}

.c-crumbs {
  padding: 0 3.125vw;
  border-top: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.c-crumbs a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 60px;
  color: #333333;
  transition: color .3s ease;
}
.c-crumbs a:hover, .c-crumbs a.active {
  color: #1839ad;
}
.c-crumbs .left-box a:after {
  content: '';
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-2.png");
  margin: -2px 15px 0;
}
.c-crumbs .left-box a:first-of-type:before {
  content: '';
  width: 14px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 15px 0 0;
}
.c-crumbs .left-box a:last-of-type:after {
  display: none;
}
.c-crumbs .right-box a:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #424242;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}
.c-crumbs .right-box a:last-of-type:after {
  display: none;
}
.c-crumbs.sticky {
  position: sticky;
  top: 90px;
  z-index: 5;
}

.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;
  -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: #1839ad;
  background-color: #1839ad;
  color: #fff;
}

.index-s1 {
  position: relative;
  font-size: 0;
  overflow: hidden;
  margin-top: -100px;
}
.index-s1 .b-item {
  height: 100vh;
  overflow: hidden;
}
.index-s1 .b-item a {
  display: block;
  height: 100%;
  position: relative;
}
.index-s1 .b-item video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-s1 .b-item .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.index-s1 .b-item .img-box {
  height: 100%;
  overflow: hidden;
}
.index-s1 .b-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .b-item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 3.125vw;
  z-index: 3;
}
.index-s1 .b-item .txt-box.center {
  text-align: center;
}
.index-s1 .b-item .box {
  opacity: 0;
  transform: translateY(40px);
}
.index-s1 .b-item h3 {
  font-size: 66px;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.index-s1 .b-item p {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.index-s1 .b-item.active .box {
  opacity: 1;
  transform: translateY(0);
  transition: .6s ease;
}
.index-s1 .bot-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  perspective: 800px;
  z-index: 2;
}
.index-s1 .bot-block .main {
  transition: all .3s ease;
  transform-origin: center bottom;
}
.index-s1 .bot-block.active .main {
  transform: rotateX(100deg) translate3d(0, 0, 0);
}
.index-s1 .left-box {
  width: 66.66%;
  display: inline-block;
  vertical-align: top;
  background-image: linear-gradient(-90deg, rgba(0, 103, 255, 0.95), rgba(0, 67, 167, 0.95));
}
.index-s1 .left-box .box {
  padding: 30px 5.5vw;
  position: relative;
}
.index-s1 .left-box .box:before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2.png");
  position: absolute;
  left: 3.125vw;
  top: 50%;
  margin-top: -12px;
}
.index-s1 .left-box .s-swiper {
  height: 60px;
}
.index-s1 .left-box .s-item a {
  display: block;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s1 .left-box .buttons {
  position: absolute;
  right: 3.125vw;
  top: 50%;
  transform: translateY(-50%);
}
.index-s1 .left-box .button {
  width: 11px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.png");
  cursor: pointer;
}
.index-s1 .left-box .button-prev {
  margin-bottom: 10px;
}
.index-s1 .left-box .button-next {
  transform: rotate(180deg);
}
.index-s1 .right-box {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  height: 120px;
  background-color: #fff;
  padding: 0 3.125vw;
}
.index-s1 .right-box .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-s1 .right-box .num span, .index-s1 .right-box .num i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #d9d9d9;
  font-family: 'EuclidCircularA-Regular';
}
.index-s1 .right-box .num i {
  font-style: normal;
  margin: 0 10px;
}
.index-s1 .right-box .num .curr {
  color: transparent;
  background-image: linear-gradient(90deg, #0067ff, #0043a7);
  -webkit-background-clip: text;
  background-clip: text;
}
.index-s1 .pagination {
  font-size: 0;
}
.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.png");
  cursor: pointer;
  transition: all .3s ease;
}
.index-s1 .pagination span:last-of-type {
  margin-right: 0;
}
.index-s1 .pagination span.active {
  background-image: url("../images/index/icon-1-on.png");
}
.index-s1 .b-button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4.png");
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 2;
}
.index-s1 .b-button.show {
  opacity: 1;
  visibility: visible;
}
.index-s1 .b-button-prev {
  left: 60px;
}
.index-s1 .b-button-next {
  right: 60px;
  transform: rotateY(180deg);
}

.index-s2 {
  padding: 9.375vw 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/index/img-1.jpg");
  background-size: 100% auto;
}
.index-s2 .flex {
  display: flex;
  align-items: center;
}
.index-s2 .left-box {
  width: 59%;
  padding-right: 8vw;
}
.index-s2 .para {
  font-size: 18px;
  line-height: 2;
  color: #888;
  margin: 2vw 0;
}
.index-s2 a.more {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  background-color: #1839ad;
  text-indent: 70px;
  position: relative;
  transition: all .3s ease;
}
.index-s2 a.more:before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 9px;
  top: 8px;
  border-radius: 50%;
  border: 12px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-s2 a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.3);
  }
}
.index-s2 .right-box {
  width: 41%;
}
.index-s2 .right-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .index-s2 .right-box:hover img {
    transform: scale(1.1);
  }
}

.index-s3 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-3.jpg");
}
.index-s3 .swiper {
  margin-top: 3.5vw;
}
.index-s3 .item {
  padding: 2vw 0;
  height: 480px;
  transition: padding .3s ease;
}
.index-s3 .item a {
  display: block;
  padding: 0 2vw;
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.index-s3 .item .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  filter: grayscale(1);
  z-index: 1;
  transition: all .3s ease;
}
.index-s3 .item .cell-box {
  position: relative;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.index-s3 .item .icon {
  width: 180px;
  height: 180px;
  position: relative;
  margin: 0 auto;
  transition: transform .3s ease;
  transform-origin: center top;
}
.index-s3 .item .icon em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-s3 .item .icon em: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/product/icon-2.png");
}
.index-s3 .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 140px;
}
.index-s3 .item span {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 2.5vw;
  transition: all .3s ease;
}
.index-s3 .item h3 {
  font-size: 22px;
  color: #333333;
  margin-top: 15px;
}
.index-s3 .item p {
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 20px;
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media screen and (min-width: 1025px) {
  .index-s3 .item:hover, .index-s3 .item.active {
    padding: 0;
  }
  .index-s3 .item:hover .bg-box, .index-s3 .item.active .bg-box {
    opacity: 0.15;
  }
  .index-s3 .item:hover .icon, .index-s3 .item.active .icon {
    transform: scale(0.8);
  }
  .index-s3 .item:hover span, .index-s3 .item.active span {
    margin-top: 0;
  }
  .index-s3 .item:hover p, .index-s3 .item.active p {
    display: block;
  }
}
.index-s3 .ope {
  margin-top: 3.125vw;
  padding-bottom: 40px;
  position: relative;
}
.index-s3 .num {
  font-size: 16px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
  text-align: center;
}
.index-s3 .pro {
  position: relative;
  margin-top: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
}
.index-s3 .pro span {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  transition: width .3s ease;
}
.index-s3 .button {
  width: 11px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-5.png");
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.index-s3 .button-prev {
  left: calc(50% - 20px);
}
.index-s3 .button-next {
  right: calc(50% - 20px);
  transform: rotateY(180deg);
}

.index-s4 {
  position: relative;
  z-index: 4;
}
.index-s4 .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-s4 .bg-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.index-s4 .bg-block .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-s4 .bg-block .item.active {
  opacity: 1;
  visibility: visible;
}
.index-s4 .wrapper {
  padding: 6.25vw 0;
}
.index-s4 .tab-cont {
  margin-top: 5vw;
  padding-left: 33.33%;
  height: 430px;
}
.index-s4 .tab-cont .child {
  display: none;
}
.index-s4 .tab-cont .child.active {
  display: block;
}
.index-s4 .tab-cont h3, .index-s4 .tab-cont p, .index-s4 .tab-cont .btn {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s4 .tab-cont h3 {
  font-size: 40px;
  color: #fff;
}
.index-s4 .tab-cont p {
  margin-top: 1.5vw;
  padding-top: 1vw;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  animation-delay: .1s;
}
.index-s4 .tab-cont .btn {
  margin-top: 1.5vw;
  animation-delay: .2s;
}
.index-s4 .tab-cont a {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  text-indent: 60px;
  position: relative;
  transition: all .3s ease;
}
.index-s4 .tab-cont a:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-s4 .tab-cont a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  }
}
.index-s4 .tab-tit {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
.index-s4 .tab-tit .items {
  padding-bottom: 40px;
}
.index-s4 .tab-tit .item {
  position: relative;
  height: 180px;
  background-color: #fff;
  padding: 0 2.5vw;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.index-s4 .tab-tit .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-6.jpg");
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.index-s4 .tab-tit .item .cell {
  position: relative;
  z-index: 2;
}
.index-s4 .tab-tit .item i {
  width: 52px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px;
}
.index-s4 .tab-tit .item h3 {
  font-size: 24px;
  color: #333;
  margin-right: 80px;
  transition: color .3s ease;
}
.index-s4 .tab-tit .item span {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  transition: color .3s ease;
}
.index-s4 .tab-tit .item.active:after {
  opacity: 1;
}
.index-s4 .tab-tit .item.active h3, .index-s4 .tab-tit .item.active span {
  color: #fff;
}

.index-s5 {
  padding: calc(6.25vw + 60px) 0 6.25vw;
  overflow: hidden;
}
.index-s5 .items {
  margin-top: 3.5vw;
  margin-right: -8.33vw;
  padding-right: 8.33vw;
}
.index-s5 .item {
  position: relative;
  overflow: hidden;
}
.index-s5 .item .show .img-box {
  height: 21.5vw;
  overflow: hidden;
}
.index-s5 .item .show img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.index-s5 .item .show h3 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-7.png");
}
@media screen and (min-width: 1025px) {
  .index-s5 .item .show:hover img {
    transform: scale(1.1);
  }
}
.index-s5 .item .hide {
  width: 41vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  display: none;
}
.index-s5 .item .hide .img-box {
  height: 100%;
}
.index-s5 .item .hide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s5 .item .hide .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3.125vw;
  background-color: rgba(24, 57, 173, 0.7);
}
.index-s5 .item .hide .date {
  font-size: 16px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.index-s5 .item .hide h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
}
.index-s5 .item .hide p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin-top: 20px;
  max-height: 108px;
  overflow: hidden;
}
.index-s5 .item .hide span {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  margin-top: 30px;
  text-indent: 60px;
  position: relative;
  transition: all .3s ease;
}
.index-s5 .item .hide span:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .index-s5 .item .hide span:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  }
}
.index-s5 .btns {
  margin-top: 2vw;
  text-align: center;
}
.index-s5 .button {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-8.png");
  opacity: 0.2;
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s5 .button:hover {
    opacity: 1;
  }
}
.index-s5 .button-next {
  margin-left: 20px;
  transform: rotateY(180deg);
}

.index-s6 {
  position: relative;
  z-index: 3;
}
.index-s6 .map-block .child {
  position: relative;
  display: none;
}
.index-s6 .map-block .child.active {
  display: block;
}
.index-s6 .map-block img {
  display: block;
  width: 100%;
}
.index-s6 .map-block .info {
  width: 46px;
  height: 65px;
  position: absolute;
  bottom: 35.08%;
  right: 24.06%;
  transform: translateX(50%);
  z-index: 2;
}
.index-s6 .map-block .info:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-2.png");
}
.index-s6 .map-block .box {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -210px;
  width: 420px;
  padding: 30px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/contact/img-2.jpg");
  box-shadow: 0 10px 30px rgba(63, 132, 255, 0.3);
  opacity: 0;
  animation: o-upfade-bottom 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s6 .map-block .box:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #196dc6;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.index-s6 .map-block .box span {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.index-s6 .map-block .box h3 {
  font-size: 24px;
  color: #fff;
  margin: 15px 0;
}
.index-s6 .map-block .box .tel {
  font-size: 16px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.index-s6 .map-block .box .tel:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.index-s6 .txt-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.index-s6 .para {
  font-size: 18px;
  line-height: 2;
  color: #808080;
  font-weight: lighter;
  margin-top: 3.125vw;
}
.index-s6 .select {
  margin-top: 4.5vw;
  max-width: 340px;
  height: 80px;
  border: 2px solid #1839ad;
  position: relative;
  cursor: pointer;
}
.index-s6 .select:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-6.png");
  right: 30px;
  top: 50%;
  margin-top: -3px;
}
.index-s6 .select input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 18px;
  color: #1839ad;
  font-weight: bold;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s6 .select .hide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 2px);
  background: #fff;
  z-index: 1;
  text-align: left;
  padding: 30px;
  display: none;
  border: 1px solid #e5e5e5;
}
.index-s6 .select .hide ul {
  padding-right: 30px;
  max-height: 222px;
  overflow: auto;
}
.index-s6 .select .hide li {
  display: block;
  font-size: 18px;
  line-height: 3;
  color: #1839ad;
}
.index-s6 .select .hide li:hover {
  font-weight: bold;
}
.index-s6 .select.open input {
  background-color: #fff;
}
.index-s6 .select.open .hide {
  display: block;
}

.about-index {
  margin-top: -100px;
}

.about-s1 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-s1 .img-box {
  text-align: center;
  margin-top: 4vw;
}
.about-s1 img {
  max-width: 100%;
}

.about-s2 {
  padding: 6.25vw 0;
}
.about-s2 .items {
  margin: 3.5vw 0 5vw;
  display: flex;
  flex-wrap: wrap;
}
.about-s2 .item {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  margin-top: 35px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) {
  .about-s2 .item:nth-of-type(1), .about-s2 .item:nth-of-type(2), .about-s2 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .about-s2 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.about-s2 .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.about-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-s2 .item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.5vw;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(1, 102, 230, 0), #0166e6);
  transform: translateY(101%);
  transition: transform .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-s2 .item:hover img {
    transform: scale(1.1);
  }
  .about-s2 .item:hover h3 {
    transform: translateY(0);
  }
}

.about-s3 {
  padding: 6.25vw 0;
}
.about-s3 .items {
  margin: 3.5vw 0 5vw;
  display: flex;
  flex-wrap: wrap;
}
.about-s3 .item {
  position: relative;
  width: calc((100% - 100px) / 5);
  margin-right: 25px;
  margin-top: 35px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .about-s3 .item:nth-of-type(1), .about-s3 .item:nth-of-type(2), .about-s3 .item:nth-of-type(3), .about-s3 .item:nth-of-type(4), .about-s3 .item:nth-of-type(5) {
    margin-top: 0;
  }
  .about-s3 .item:nth-of-type(5n) {
    margin-right: 0;
  }
}
.about-s3 .item img {
  display: block;
  width: 100%;
}
.about-s3 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 68, 156, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/icon-1.png");
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-s3 .item:hover .hide {
    opacity: 1;
  }
}

.certificate-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}
.certificate-pop .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;
}
.certificate-pop img {
  max-width: 70vw;
  max-height: 70vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-s4 {
  padding: 6.25vw 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/about/img-4.png");
  background-size: 100% auto;
}
.about-s4 .flex {
  display: flex;
  align-items: flex-start;
}
.about-s4 .left-box {
  width: 33.33%;
}
.about-s4 .right-box {
  width: 66.66%;
}
.about-s4 p {
  font-size: 24px;
  color: #333333;
}
.about-s4 .para {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  margin-top: 20px;
}
.about-s4 a.more {
  display: block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  background-color: #1839ad;
  text-indent: 70px;
  position: relative;
  margin-top: 2vw;
  transition: all .3s ease;
}
.about-s4 a.more:before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 9px;
  top: 8px;
  border-radius: 50%;
  border: 12px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .about-s4 a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.3);
  }
}
.about-s4 .items {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.about-s4 .item {
  max-width: 30%;
}
.about-s4 .item:before {
  content: '';
  display: block;
  width: 68px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-s4 .item:nth-of-type(1):before {
  background-image: url("../images/about/icon-2-1.png");
}
.about-s4 .item:nth-of-type(2):before {
  background-image: url("../images/about/icon-2-2.png");
}
.about-s4 .item:nth-of-type(3):before {
  background-image: url("../images/about/icon-2-3.png");
}
.about-s4 .item .num {
  font-size: 24px;
  color: #333333;
  margin: 1.5vw 0;
}
.about-s4 .item span {
  font-size: 80px;
  line-height: 1;
  margin-right: 10px;
  font-family: 'EuclidCircularA-Bold';
  transition: all .3s ease;
}
.about-s4 .item .tip {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
@media screen and (min-width: 1025px) {
  .about-s4 .item:hover span {
    color: #1839ad;
    text-shadow: 0 15px 10px rgba(0, 78, 162, 0.3);
  }
}

.about-s5 {
  padding: 6.25vw 0;
}
.about-s5 .flex {
  display: flex;
  align-items: center;
}
.about-s5 .img-box {
  width: 39.375%;
  border-radius: 10px;
}
.about-s5 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s5 .img-box:hover img {
    transform: scale(1.1);
  }
}
.about-s5 .txt-box {
  width: 60%;
  padding-left: 5vw;
}
.about-s5 .tip {
  font-size: 22px;
  color: #353535;
  margin: 20px 0;
}
.about-s5 .para {
  font-size: 18px;
  line-height: 2;
  color: #666666;
}

.about-s6 {
  padding: 12.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-s6 p {
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.about-s7 {
  padding: 6.25vw 0;
}
.about-s7 .items {
  display: flex;
  margin-top: 3.5vw;
}
.about-s7 .item {
  flex: 1;
  margin-left: 45px;
  border-radius: 10px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.about-s7 .item:nth-of-type(1) {
  margin: 0;
}
.about-s7 .item .img-box {
  overflow: hidden;
}
.about-s7 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-s7 .item .txt-box {
  padding: 2vw;
}
.about-s7 .item h3 {
  font-size: 24px;
  color: #333;
}
.about-s7 .item h3:after {
  content: '';
  width: 13px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
}
.about-s7 .item p {
  font-size: 18px;
  color: #777777;
  line-height: 26px;
  margin-top: 15px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1025px) {
  .about-s7 .item:hover img {
    transform: scale(1.1);
  }
}

.about-s8 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-11.jpg");
  background-attachment: fixed;
}
.about-s8 .flex {
  display: flex;
  align-items: center;
}
.about-s8 .txt-box {
  width: 54.5%;
  padding-right: 6.25vw;
}
.about-s8 .para {
  font-size: 18px;
  line-height: 2;
  color: #888888;
  margin-top: 2vw;
}
.about-s8 a.more {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  background-color: #1839ad;
  text-indent: 70px;
  margin-top: 3.125vw;
  position: relative;
  transition: all .3s ease;
}
.about-s8 a.more:before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 9px;
  top: 8px;
  border-radius: 50%;
  border: 12px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .about-s8 a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.3);
  }
}
.about-s8 .img-box {
  width: 45.5%;
  overflow: hidden;
}
.about-s8 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s8 .img-box:hover img {
    transform: scale(1.1);
  }
}

.about-s9 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-13.jpg");
  background-attachment: fixed;
}
.about-s9 .flex {
  display: flex;
  margin-right: -8.33vw;
  align-items: flex-end;
}
.about-s9 .left-box {
  width: 350px;
}
.about-s9 .tab-tit {
  margin-top: 6.25vw;
}
.about-s9 .tab-tit span {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../images/about/icon-4.png");
  transition: all .3s ease;
}
.about-s9 .tab-tit span:hover, .about-s9 .tab-tit span.active {
  opacity: 1;
}
.about-s9 .right-box {
  width: calc(100% - 350px);
  padding-left: 4vw;
}
.about-s9 .right-box .child {
  position: relative;
  height: 0;
  overflow: hidden;
}
.about-s9 .right-box .child.active {
  height: auto;
}
.about-s9 .right-box .items {
  padding-right: 160px;
}
.about-s9 .right-box .items:after {
  content: '';
  width: 140px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
}
.about-s9 .right-box .items.nobg:after {
  display: none;
}
.about-s9 .right-box .item {
  background-color: #fff;
}
.about-s9 .right-box .item .img-box {
  overflow: hidden;
}
.about-s9 .right-box .item img {
  display: block;
  width: 100%;
}
.about-s9 .right-box .button-next {
  width: 90px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  background-color: #195da7;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/icon-5.png");
  z-index: 3;
  cursor: pointer;
}

.about-s10 .sticky-box {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0;
}
.about-s10 .sticky-box.hide {
  z-index: 2;
  margin-top: -100vh;
  opacity: 0;
  transition: all .3s ease;
}
.about-s10 .sticky-box.active {
  opacity: 1;
}
.about-s10 .scroll-box {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  padding-bottom: 6.25vw;
}
.about-s10 .scroll span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-family: 'EuclidCircularA-Regular';
}
.about-s10 .scroll svg {
  display: block;
  width: 2px;
  height: 60px;
  margin: 10px auto 0;
}
.about-s10 .scroll .line {
  stroke-dasharray: 60 60;
  animation: o-line-data 2s cubic-bezier(0.83, 0, 0.17, 1) infinite;
}
.about-s10 .ani-line {
  width: 2px;
  height: calc(100% + 100vh - 164px - 6.25vw);
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-s10 .tip {
  width: 180px;
  height: 180px;
  background-color: #1839ad;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about-s10 .tip span {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.about-s10 .tip p {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.about-s10 .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12.5vw 0;
  position: relative;
  z-index: 2;
}
.about-s10 .item {
  width: 40%;
  position: relative;
}
.about-s10 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  transform-origin: left center;
  transform: scaleX(0);
}
.about-s10 .item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3.125vw;
}
.about-s10 .item i:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.about-s10 .item i:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
.about-s10 .item .box {
  padding: 3.125vw 2vw;
  position: relative;
  z-index: 2;
}
.about-s10 .item h3 {
  font-size: 24px;
  color: #1839ad;
}
.about-s10 .item p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  margin: 20px 0;
}
.about-s10 .item .img-box {
  height: 18vw;
  overflow: hidden;
}
.about-s10 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.about-s10 .item h3, .about-s10 .item p, .about-s10 .item .img-box {
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (min-width: 769px) {
  .about-s10 .item:nth-of-type(odd) i {
    right: -25%;
    margin-right: -12px;
  }
  .about-s10 .item:nth-of-type(even) {
    margin-top: 12.5vw;
  }
  .about-s10 .item:nth-of-type(even) i {
    left: -25%;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1025px) {
  .about-s10 .item:hover img {
    transform: scale(1.1);
  }
}
.about-s10 .item.active:before {
  transform: scaleX(1);
  transition: transform .6s ease;
}
.about-s10 .item.active h3, .about-s10 .item.active p, .about-s10 .item.active .img-box {
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease;
}
.about-s10 .item.active h3 {
  transition-delay: .2s;
}
.about-s10 .item.active p {
  transition-delay: .3s;
}
.about-s10 .item.active .img-box {
  transition-delay: .4s;
}
.about-s10 .info-box {
  position: relative;
  padding-top: 5vw;
  z-index: 2;
}
.about-s10 .left-block {
  width: 75vw;
  position: relative;
  transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
.about-s10 .left-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-16.jpg");
  z-index: 1;
}
.about-s10 .left-block .box {
  padding: 7vw 3.125vw;
  width: 55%;
  position: relative;
  z-index: 2;
}
.about-s10 .left-block h3 {
  font-size: 38px;
  color: #fff;
}
.about-s10 .left-block .para {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin-top: 30px;
}
.about-s10 .left-block .btn {
  margin-top: 40px;
}
.about-s10 .left-block h3, .about-s10 .left-block .para, .about-s10 .left-block .btn {
  opacity: 0;
  transform: translateY(40px);
}
.about-s10 .left-block a.more {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  text-indent: 60px;
  position: relative;
  transition: all .3s ease;
}
.about-s10 .left-block a.more:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .about-s10 .left-block a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  }
}
.about-s10 .left-block.active .bg {
  width: 100%;
  transition: width .6s ease;
}
.about-s10 .left-block.active h3, .about-s10 .left-block.active .para, .about-s10 .left-block.active .btn {
  opacity: 1;
  transform: translateY(0);
  transition: all .6s ease;
}
.about-s10 .left-block.active h3 {
  transition-delay: .2s;
}
.about-s10 .left-block.active .para {
  transition-delay: .3s;
}
.about-s10 .left-block.active .btn {
  transition-delay: .4s;
}
.about-s10 .right-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 41.5vw;
  height: 80%;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
}
.about-s10 .right-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-17.jpg");
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s10 .right-block:hover .bg {
    transform: scale(1.05);
  }
}
.about-s10 .right-block.active {
  opacity: 1;
  transition: all .6s .1s ease;
}
.about-s10 .last-box {
  position: relative;
  z-index: 2;
  text-align: center;
}
.about-s10 .last-box:before {
  content: '';
  width: 2px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background-color: #e9e9e9;
}
.about-s10 .last-box svg {
  display: block;
  margin: 10px auto;
  width: 50px;
  height: 55px;
}
.about-s10 .last-box svg #circle-2,
.about-s10 .last-box svg #circle-3 {
  transform-origin: center center;
  animation: o-ring-data 2.5s ease-in-out infinite normal;
}
.about-s10 .last-box svg #circle-3 {
  animation-delay: .3s;
}
.about-s10 .last-box span {
  font-size: 16px;
  color: #333;
}

.about-s11 {
  height: 200vh;
  background-color: #fbfbfb;
  border-top: 1px solid transparent;
}
.about-s11 .ring-box {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-top: -20vh;
}
.about-s11 .ring-box svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-s11 .ring-box circle {
  stroke-width: 0.5;
  stroke: #fff;
  fill: none;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-s11 .txt-box {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 2;
  margin-top: -100vh;
}
.about-s11 .para {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  color: #666;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.about-s12 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-18.jpg");
  background-attachment: fixed;
}
.about-s12 .items {
  margin-top: 3.125vw;
  display: flex;
}
.about-s12 .item {
  width: 23vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
  transition: width .3s ease;
  cursor: pointer;
}
.about-s12 .item .img-box {
  width: 37.5vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18.75vw;
}
.about-s12 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.about-s12 .item .show,
.about-s12 .item .hide {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2vw 3.125vw;
  transition: all .3s ease;
}
.about-s12 .item .show {
  width: 100%;
  background-image: linear-gradient(-90deg, #1737a6, #204ce6);
}
.about-s12 .item .hide {
  background-image: linear-gradient(-90deg, rgba(23, 55, 166, 0.7), rgba(32, 76, 230, 0.7));
  opacity: 0;
  border-radius: 30px 0 0 0;
}
.about-s12 .item h3 {
  font-size: 24px;
  color: #fff;
}
.about-s12 .item p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .about-s12 .item:hover img {
    transform: scale(1.1);
  }
  .about-s12 .item.active {
    width: 37vw;
  }
  .about-s12 .item.active .show {
    opacity: 0;
  }
  .about-s12 .item.active .hide {
    opacity: 1;
  }
}

.product-s1 {
  background-color: #f7f7f7;
  padding: 6.25vw 0;
}
.product-s1 .items {
  display: flex;
  flex-wrap: wrap;
}
.product-s1 .item {
  width: calc((100% - 120px) / 4);
  height: 487px;
  margin-top: 40px;
  margin-right: 40px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .product-s1 .item:nth-of-type(1), .product-s1 .item:nth-of-type(2), .product-s1 .item:nth-of-type(3), .product-s1 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .product-s1 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.product-s1 .item a {
  display: block;
  height: 100%;
  position: relative;
}
.product-s1 .item .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.product-s1 .item .bg-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 71, 145, 0.8);
}
.product-s1 .item .bg-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.product-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 2vw;
  z-index: 2;
}
.product-s1 .item .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: relative;
}
.product-s1 .item .icon em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-s1 .item .icon em: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/product/icon-2.png");
}
.product-s1 .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 140px;
}
.product-s1 .item span {
  display: block;
  font-size: 24px;
  height: 28px;
  color: #333333;
  font-weight: bold;
  margin-top: 2.5vw;
  transition: all .3s ease;
}
.product-s1 .item h3 {
  font-size: 22px;
  color: #333333;
  margin-top: 15px;
  transition: color .3s ease;
}
.product-s1 .item p {
  font-size: 15px;
  line-height: 26px;
  color: #999;
  height: 52px;
  overflow: hidden;
  margin-top: 20px;
  transition: color .3s ease;
}
.product-s1 .item .btn {
  width: 160px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  text-indent: 60px;
  text-align: left;
  position: relative;
  margin: 30px auto 0;
  display: none;
  transition: all .3s ease;
}
.product-s1 .item .btn:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .product-s1 .item .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1025px) {
  .product-s1 .item:hover .bg-box {
    opacity: 1;
  }
  .product-s1 .item:hover span {
    margin-top: 1.5625vw;
  }
  .product-s1 .item:hover span, .product-s1 .item:hover h3, .product-s1 .item:hover p {
    color: #fff;
  }
  .product-s1 .item:hover .btn {
    display: block;
  }
}

.product-s2 {
  padding: 5.25vw 0;
}
.product-s2 .flex {
  margin-top: 3.125vw;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.product-s2 .img-box {
  width: 50%;
  overflow: hidden;
}
.product-s2 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.product-s2 .txt-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 3.125vw;
}
.product-s2 .txt-box:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #1839ad;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-s2 .txt-box .para {
  font-size: 18px;
  line-height: 2;
  color: #666666;
  height: 100%;
  overflow: auto;
  padding-right: 20px;
}

.product-s3 {
  background-color: #f7f7f7;
  padding: 6.25vw 0;
}
.product-s3 .img-box {
  margin-top: 4vw;
  text-align: center;
}
.product-s3 .img-box img {
  max-width: 100%;
}

.product-s4 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-4.jpg");
  background-attachment: fixed;
}
.product-s4 .items {
  padding-top: 4vw;
}
.product-s4 .item {
  position: relative;
  height: auto;
  transition: transform .3s ease;
}
.product-s4 .item:before, .product-s4 .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 5px;
  transition: all .3s ease;
}
.product-s4 .item:before {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/product/img-5.jpg");
  background-size: 100% auto;
}
.product-s4 .item:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-6.jpg");
  opacity: 0;
}
.product-s4 .item .box {
  height: 100%;
  position: relative;
  padding: 7vw 2vw 2vw;
  z-index: 2;
}
.product-s4 .item .txt:before, .product-s4 .item .txt:after {
  content: attr(data-num);
  position: absolute;
  display: block;
  font-family: 'EuclidCircularA-Bold';
  font-size: 76px;
  line-height: 1;
}
.product-s4 .item .txt:before {
  color: rgba(0, 0, 0, 0.1);
  top: 2vw;
  left: 2vw;
}
.product-s4 .item .txt:after {
  right: 2vw;
  top: 0;
  transform: translateY(-50%);
  color: transparent;
  background-image: linear-gradient(152deg, #f7b42a, 80%, #f29803);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
}
.product-s4 .item h3 {
  font-size: 24px;
  color: #333333;
  transition: color .3s ease;
}
.product-s4 .item h3:after {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  margin: 15px 0 12px;
  background-image: linear-gradient(90deg, #5051f3, #c9449a);
}
.product-s4 .item p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  transition: color .3s ease;
  margin: 0 -2px;
}
.product-s4 .item p span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .product-s4 .item:hover {
    transform: translateY(-10px);
  }
  .product-s4 .item:hover:before {
    opacity: 0;
  }
  .product-s4 .item:hover:after {
    opacity: 1;
  }
  .product-s4 .item:hover .txt:before {
    opacity: 0;
  }
  .product-s4 .item:hover .txt:after {
    opacity: 1;
  }
  .product-s4 .item:hover h3, .product-s4 .item:hover p {
    color: #fff;
  }
}

.contact-s1 {
  position: relative;
}
.contact-s1 .img-box {
  position: relative;
}
.contact-s1 img {
  display: block;
  width: 100%;
}
.contact-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact-s1 .para {
  font-size: 22px;
  line-height: 2;
  color: #333;
  margin-top: 2vw;
}
.contact-s1 .info {
  width: 46px;
  height: 65px;
  position: absolute;
  bottom: 35.08%;
  right: 24.06%;
  transform: translateX(50%);
  z-index: 2;
}
.contact-s1 .info:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-2.png");
}
.contact-s1 .box {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  padding: 30px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/contact/img-2.jpg");
  box-shadow: 0 10px 30px rgba(63, 132, 255, 0.3);
}
.contact-s1 .box:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #196dc6;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.contact-s1 .box span {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.contact-s1 .box h3 {
  font-size: 24px;
  color: #fff;
  margin: 15px 0;
}
.contact-s1 .box .tel {
  font-size: 16px;
  color: #fff;
  font-family: 'EuclidCircularA-Regular';
}
.contact-s1 .box .tel:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.contact-s2 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/contact/img-3.jpg");
}
.contact-s2 .para {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-top: 1.5vw;
}
.contact-s2 .item {
  margin-top: 3.125vw;
}
.contact-s2 .item span {
  font-size: 54px;
  color: #fff;
  font-family: 'EuclidCircularA-Bold';
}
.contact-s2 .item p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.contact-s2 .right-block {
  width: 60%;
  position: relative;
  margin: 3.125vw auto 0;
}
.contact-s2 .right-block img.bg {
  display: block;
  width: 100%;
}
.contact-s2 .right-block .dot {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  cursor: pointer;
  z-index: 1;
}
.contact-s2 .right-block .dot .range {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-s2 .right-block .dot .range:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}
.contact-s2 .right-block .dot .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.2);
  animation: o-scale 4.5s ease-out infinite;
}
.contact-s2 .right-block .dot .range i:nth-of-type(2) {
  animation-delay: 1.125s;
}
.contact-s2 .right-block .dot .range i:nth-of-type(3) {
  animation-delay: 2.25s;
}
.contact-s2 .right-block .dot span.addr {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #cfcfcf;
  padding-left: 5px;
  white-space: nowrap;
  transition: all .3s ease;
}
.contact-s2 .right-block .dot .c-box {
  position: absolute;
  right: 12px;
  bottom: 50px;
  padding-right: 88px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.contact-s2 .right-block .dot .c-box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96px;
  height: 137px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/img-6.png");
}
.contact-s2 .right-block .dot .c-box .box {
  width: 399px;
  height: 159px;
  padding: 50px 40px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/img-5.png");
}
.contact-s2 .right-block .dot .c-box h3 {
  font-size: 20px;
  color: #fff;
}
.contact-s2 .right-block .dot .c-box p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.contact-s2 .right-block .dot.shandong {
  left: 69.91%;
  top: 45.41%;
}
.contact-s2 .right-block .dot.shanxi {
  left: 50.08%;
  top: 48.75%;
}
.contact-s2 .right-block .dot.wuhan {
  left: 58.6%;
  top: 59.09%;
}
.contact-s2 .right-block .dot.xinjiang {
  left: 16.8%;
  top: 28.18%;
}
.contact-s2 .right-block .dot.ningxia {
  left: 35.06%;
  top: 41.99%;
}
.contact-s2 .right-block .dot.active {
  z-index: 2;
}
.contact-s2 .right-block .dot.active .c-box {
  opacity: 1;
  visibility: visible;
}

.contact-s3 {
  padding: 6.25vw 0;
}
.contact-s3 form {
  display: flex;
  margin-top: 3.125vw;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-s3 form button {
  display: block;
  width: 230px;
  height: 60px;
  margin: 3.5vw auto 0;
  font-size: 16px;
  color: #fff;
  background-color: #1839ad;
  cursor: pointer;
}
.contact-s3 .box {
  position: relative;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .contact-s3 .box:nth-of-type(1), .contact-s3 .box:nth-of-type(2), .contact-s3 .box:nth-of-type(3), .contact-s3 .box:nth-of-type(4) {
    margin-top: 0;
    width: calc((100% - 54px) / 4);
  }
  .contact-s3 .box:nth-of-type(5), .contact-s3 .box:nth-of-type(6), .contact-s3 .box:nth-of-type(7) {
    width: 100%;
  }
}
.contact-s3 .box input, .contact-s3 .box select, .contact-s3 .box textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #666666;
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.contact-s3 .box input, .contact-s3 .box select {
  height: 60px;
  padding: 0 20px;
}
.contact-s3 .box textarea {
  height: 240px;
  padding: 10px 20px;
  resize: none;
}
.contact-s3 .box select {
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/icon-3.png");
  display: none;
}
.contact-s3 .box .layui-form-select dl {
  top: 100%;
}
.contact-s3 .box .layui-form-select dl dd.layui-this {
  background-color: #1839ad;
}
.contact-s3 .box .layui-form-select dl dd {
  font-size: 14px;
}
.contact-s3 .box .tip {
  position: relative;
  font-size: 16px;
  color: #666666;
}

.join-s1 {
  padding: 9.375vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/join/img-1.png");
  background-size: 100% auto;
}
.join-s1 .para {
  max-width: 1200px;
  margin: 1.5vw auto 0;
  font-size: 18px;
  line-height: 2;
  color: #808080;
  text-align: center;
}
.join-s1 a.btn {
  display: block;
  margin: 2.5vw auto 0;
  width: 200px;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  background-color: #1839ad;
  text-align: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .join-s1 a.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.2);
  }
}

.join-s2 {
  position: relative;
}
.join-s2 .box .img-box {
  height: 100%;
}
.join-s2 .box img {
  display: block;
  width: 100%;
  transition: all .6s ease;
}
.join-s2 .box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2vw;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  transform: translateY(101%);
  opacity: 0;
  transition: all .3s ease;
}
.join-s2 .box:nth-of-type(1) {
  width: 69.5%;
  position: relative;
}
.join-s2 .box:nth-of-type(2), .join-s2 .box:nth-of-type(3) {
  position: absolute;
  right: 0;
  width: calc(30.5% - 16px);
  height: calc(50% - 8px);
}
.join-s2 .box:nth-of-type(2) img, .join-s2 .box:nth-of-type(3) img {
  height: 100%;
  object-fit: cover;
}
.join-s2 .box:nth-of-type(2) {
  top: 0;
}
.join-s2 .box:nth-of-type(3) {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .join-s2 .box:hover img {
    transform: scale(1.05);
  }
  .join-s2 .box:hover .txt-box {
    transform: none;
    opacity: 1;
  }
}

.join-s3 {
  padding: 6.25vw 0;
  background-color: #f7f7f7;
}
.join-s3 .tab-tit {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.join-s3 .item {
  position: relative;
  max-width: 24%;
  padding-top: 10px;
  padding-left: 110px;
  padding-bottom: 3.125vw;
  cursor: pointer;
}
.join-s3 .item:before {
  content: '';
  width: 4.375vw;
  height: 4.375vw;
  max-width: 84px;
  max-height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.join-s3 .item:nth-of-type(1):before {
  background-image: url("../images/join/icon-1-4.png");
}
.join-s3 .item:nth-of-type(2):before {
  background-image: url("../images/join/icon-1-4.png");
}
.join-s3 .item:nth-of-type(3):before {
  background-image: url("../images/join/icon-1-4.png");
}
.join-s3 .item:nth-of-type(4):before {
  background-image: url("../images/join/icon-1-4.png");
}
.join-s3 .item:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #fff;
  position: absolute;
  bottom: 0;
  left: 38px;
  opacity: 0;
  transition: all .3s ease;
}
.join-s3 .item h3 {
  font-size: 24px;
  color: #333;
}
.join-s3 .item p {
  font-size: 18px;
  color: #71798d;
  margin-top: 10px;
}
.join-s3 .item.active:after {
  opacity: 1;
}
.join-s3 .tab-cont .child {
  display: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 2vw 3.125vw;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.join-s3 .tab-cont .child.active {
  display: block;
}
.join-s3 .tab-cont .para {
  font-size: 18px;
  color: #737373;
  line-height: 2;
}

.join-s4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/join/img-3.jpg");
  background-attachment: fixed;
}
.join-s4 .wrapper {
  padding: 4.5vw 0 2vw;
}
.join-s4 .tree {
  width: 46%;
  max-width: 720px;
  margin: 4vw auto 0;
  position: relative;
}
.join-s4 .tree img.bg {
  display: block;
  width: 100%;
}
.join-s4 .tree .item {
  width: 34.16%;
  height: 32.41%;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(98, 138, 255, 0.3);
  transition: all .3s ease;
  cursor: pointer;
}
.join-s4 .tree .item:nth-of-type(1) {
  top: 11.06%;
  left: 5.69%;
}
.join-s4 .tree .item:nth-of-type(2) {
  top: 0;
  right: 0;
}
.join-s4 .tree .item:nth-of-type(3) {
  top: 32.93%;
  right: 13.47%;
}
.join-s4 .tree .item i {
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-5.png");
  display: block;
  margin: 0 auto 10px;
  opacity: 0;
  transition: all .3s ease;
}
.join-s4 .tree .item h3 {
  font-size: 20px;
  color: #fff;
  transform: translateY(-24px);
  transition: all .3s ease;
}
.join-s4 .tree .item.active {
  background-color: #fff;
}
.join-s4 .tree .item.active i {
  opacity: 1;
}
.join-s4 .tree .item.active h3 {
  color: #1839ad;
  transform: none;
}
.join-s4 .tab-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.join-s4 .tab-cont .child {
  display: none;
}
.join-s4 .tab-cont .child.active {
  display: block;
}
.join-s4 .tab-cont .child .item {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.join-s4 .tab-cont .child .item:nth-of-type(2) {
  animation-delay: .1s;
}
.join-s4 .tab-cont .child .item:nth-of-type(3) {
  animation-delay: .2s;
}
.join-s4 .tab-cont .flex {
  display: flex;
  align-items: flex-end;
}
.join-s4 .tab-cont .item {
  flex: 1;
  margin-left: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.join-s4 .tab-cont .item:nth-of-type(1) {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.join-s4 .tab-cont .item:nth-of-type(2) {
  padding-top: 45px;
  padding-bottom: 45px;
}
.join-s4 .tab-cont .item:nth-of-type(3) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.join-s4 .tab-cont .item h3 {
  font-size: 22px;
  color: #333333;
}
.join-s4 .tab-cont .item p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-top: 10px;
}

.join-s5 {
  padding: 6.25vw 0;
}
.join-s5 .items {
  display: flex;
  margin-top: 3.125vw;
  flex-wrap: wrap;
}
.join-s5 .item {
  position: relative;
  width: calc((100% - 62px) / 3);
  margin-top: 30px;
  margin-right: 30px;
  padding: 2vw;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
@media screen and (min-width: 769px) {
  .join-s5 .item:nth-of-type(1), .join-s5 .item:nth-of-type(2), .join-s5 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .join-s5 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.join-s5 .item h3 {
  font-size: 20px;
  color: #221815;
  margin-right: 60px;
  transition: color .3s ease;
}
.join-s5 .item a {
  display: inline-block;
  font-size: 16px;
  color: #221815;
  margin-top: 15px;
  transition: color .3s ease;
}
.join-s5 .item:before {
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  right: 2vw;
  top: 50%;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.join-s5 .item.pos1:before {
  background-image: url("../images/join/icon-2-1.png");
}
@media screen and (min-width: 1025px) {
  .join-s5 .item.pos1:hover:before {
    background-image: url("../images/join/icon-2-2.png");
  }
}
.join-s5 .item.pos2:before {
  background-image: url("../images/join/icon-3-1.png");
}
@media screen and (min-width: 1025px) {
  .join-s5 .item.pos2:hover:before {
    background-image: url("../images/join/icon-3-2.png");
  }
}
.join-s5 .item.pos3:before {
  background-image: url("../images/join/icon-4-1.png");
}
@media screen and (min-width: 1025px) {
  .join-s5 .item.pos3:hover:before {
    background-image: url("../images/join/icon-4-2.png");
  }
}
.join-s5 .item.pos4:before {
  background-image: url("../images/join/icon-5-1.png");
}
@media screen and (min-width: 1025px) {
  .join-s5 .item.pos4:hover:before {
    background-image: url("../images/join/icon-5-2.png");
  }
}
.join-s5 .item.pos5:before {
  background-image: url("../images/join/icon-6-1.png");
}
@media screen and (min-width: 1025px) {
  .join-s5 .item.pos5:hover:before {
    background-image: url("../images/join/icon-6-2.png");
  }
}
.join-s5 .item.pos6:before {
  background-image: url("../images/join/icon-7-1.png");
}
@media screen and (min-width: 1025px) {
  .join-s5 .item.pos6:hover:before {
    background-image: url("../images/join/icon-7-2.png");
  }
}
@media screen and (min-width: 1025px) {
  .join-s5 .item:hover {
    background-color: #1839ad;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.3);
  }
  .join-s5 .item:hover h3, .join-s5 .item:hover a {
    color: #fff;
  }
}
.join-s5 a.more {
  display: block;
  margin: 4.5vw auto 0;
  width: 200px;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  background-color: #1839ad;
  text-align: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .join-s5 a.more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.2);
  }
}

.news-s1 {
  padding: 5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/news/img-1.jpg");
}
.news-s1 .title h3 {
  font-size: 40px;
  color: #212121;
}
.news-s1 .swiper {
  margin-top: 25px;
  position: relative;
  background-color: #fff;
}
.news-s1 .item a {
  display: flex;
  align-items: center;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.news-s1 .item .img-box {
  width: 50%;
}
.news-s1 .item .txt-box {
  width: 50%;
  padding: 0 3.5vw;
}
.news-s1 .item .date {
  font-size: 0;
}
.news-s1 .item .date span, .news-s1 .item .date i {
  display: inline-block;
  vertical-align: bottom;
}
.news-s1 .item .date span {
  font-size: 80px;
  line-height: 1;
  padding-bottom: 10px;
  font-family: 'EuclidCircularA-Bold';
  color: #1839ad;
  border-bottom: 3px solid #1839ad;
}
.news-s1 .item .date i {
  font-style: normal;
  font-size: 22px;
  font-family: 'EuclidCircularA-Bold';
  color: #1839ad;
  padding: 0 0 10px 15px;
}
.news-s1 .item h3 {
  font-size: 28px;
  color: #333333;
  margin-top: 2vw;
}
.news-s1 .item p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  max-height: 78px;
  overflow: hidden;
  margin-top: 1vw;
}
.news-s1 .item .btn {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  background-color: #1839ad;
  text-indent: 70px;
  position: relative;
  margin-top: 2vw;
  transition: all .3s ease;
}
.news-s1 .item .btn:before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 9px;
  top: 8px;
  border-radius: 50%;
  border: 12px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .news-s1 .item .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.3);
  }
}
@media screen and (min-width: 1025px) {
  .news-s1 .item:hover img {
    transform: scale(1.05);
  }
}
.news-s1 .button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border-radius: 50%;
  border: 2px solid #bfc1d1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-1-1.png");
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s1 .button:hover {
    background-color: #1839ad;
    background-image: url("../images/news/icon-1-2.png");
    border-color: #1839ad;
  }
}
.news-s1 .button-prev {
  left: -100px;
}
.news-s1 .button-next {
  right: -100px;
  transform: rotateY(180deg);
}
.news-s1 .page {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% - 25px));
  font-size: 16px;
  color: #898989;
  font-family: 'EuclidCircularA-Bold';
}
.news-s1 .page .curr {
  color: #1839ad;
  font-size: 30px;
}

.news-s2 {
  padding: 4.5vw 0 6.25vw;
}
.news-s2 .items {
  margin-bottom: 5vw;
}
.news-s2 .item {
  position: relative;
  border-top: 1px solid #eeeeee;
}
.news-s2 .item:last-of-type {
  border-bottom: 1px solid #eeeeee;
}
.news-s2 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/news/img-3.jpg");
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.news-s2 .item a {
  display: flex;
  align-items: center;
  padding: 3.125vw 0;
  position: relative;
  z-index: 2;
}
.news-s2 .item .date {
  width: 170px;
  text-align: center;
  font-size: 18px;
  color: #636363;
  font-family: 'EuclidCircularA-Bold';
  transition: color .3s ease;
}
.news-s2 .item .date span {
  font-size: 48px;
  display: block;
}
.news-s2 .item .box {
  width: calc(100% - 180px);
  padding: 0 3.125vw;
  border-left: 1px solid #f6f6f6;
  transition: all .3s ease;
}
.news-s2 .item h3 {
  font-size: 26px;
  color: #000;
  transition: color .3s ease;
}
.news-s2 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #818181;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
  transition: color .3s ease;
}
.news-s2 .item .view {
  font-size: 16px;
  color: #818181;
  margin-top: 20px;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s2 .item:hover:before {
    opacity: 1;
  }
  .news-s2 .item:hover .box {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
  .news-s2 .item:hover .date, .news-s2 .item:hover h3, .news-s2 .item:hover p, .news-s2 .item:hover .view {
    color: #fff;
  }
}

.news-s3 {
  position: relative;
  padding: 9.375vw 0 15.625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.news-s3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.news-s3 span {
  font-size: 22px;
  display: block;
  margin-bottom: 1.5vw;
}
.news-s3 h3 {
  width: 70%;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 1.5vw;
}
.news-s3 i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 18px;
  margin-left: 20px;
}
.news-s3 i:nth-of-type(1) {
  margin-left: 0;
}
.news-s3 .s-para {
  width: 70%;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
.news-s3 .share {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-s3 .share a {
  display: block;
  float: none;
  padding: 0;
  margin: 30px 0 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.news-s3 .share a.weixin {
  background-image: url("../images/news/share-1.png");
}
.news-s3 .share a.tsina {
  background-image: url("../images/news/share-2.png");
}
.news-s3 .share a.sqq {
  background-image: url("../images/news/share-3.png");
}

.news-s4 {
  background-color: #f7f7f7;
  padding-bottom: 6.25vw;
}
.news-s4 .main {
  margin-top: -6.25vw;
  display: flex;
  align-items: flex-start;
}
.news-s4 .left-block {
  width: calc(74% - 30px);
  margin-right: 30px;
}
.news-s4 .top-block {
  background-color: #fff;
  padding: 3.125vw 2.5vw;
}
.news-s4 .top-block a.back {
  display: block;
  margin: 0 auto;
  width: 167px;
}
.news-s4 .top-block a.back img {
  display: block;
  width: 100%;
}
.news-s4 .other {
  margin-top: 30px;
  background-color: #fff;
  border-top: 3px solid #1839ad;
  padding: 1.5vw 3.125vw;
}
.news-s4 .other a {
  display: block;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.news-s4 .other a:nth-of-type(2) {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .news-s4 .other a:hover {
    color: #1839ad;
  }
}
.news-s4 .other span, .news-s4 .other p {
  display: inline-block;
  vertical-align: top;
}
.news-s4 .s-box {
  margin-bottom: 3.125vw;
}
.news-s4 .s-box h3 {
  font-size: 34px;
  color: #353535;
  margin-bottom: 2vw;
}
.news-s4 .s-box h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: #1839ad;
  display: block;
  margin-top: 15px;
}
.news-s4 .s-box-1 {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.news-s4 .s-box-1 img {
  display: block;
  width: 100%;
}
.news-s4 .s-box-2 p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
  margin-top: 2vw;
  padding-left: 25px;
  position: relative;
}
.news-s4 .s-box-2 p:nth-of-type(1) {
  margin-top: 0;
}
.news-s4 .s-box-2 p:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 13px;
}
.news-s4 .s-box-3 {
  display: flex;
  flex-wrap: wrap;
}
.news-s4 .s-box-3 .item {
  width: calc((100% - 48px) / 3);
  margin-top: 24px;
  margin-right: 24px;
  padding: 2vw 1.5vw;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) {
  .news-s4 .s-box-3 .item:nth-of-type(1), .news-s4 .s-box-3 .item:nth-of-type(2), .news-s4 .s-box-3 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .news-s4 .s-box-3 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.news-s4 .s-box-3 .item span {
  display: block;
  font-size: 50px;
  color: #555555;
  font-family: 'EuclidCircularA-Bold';
}
.news-s4 .s-box-3 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 10px;
}
.news-s4 .s-box-4 img {
  display: block;
  width: 100%;
}
.news-s4 .right-block {
  width: 26%;
  background-color: #fff;
  padding: 0 24px 24px;
}
.news-s4 .right-block.sticky {
  position: sticky;
  top: 80px;
}
.news-s4 .right-block h3 {
  font-size: 18px;
  color: #333;
  padding: 2vw 0;
}
.news-s4 .right-block h3:before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #1839ad;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.news-s4 .right-block a.img {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
.news-s4 .right-block a.img img {
  display: block;
  width: 100%;
}
.news-s4 .right-block a.img h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 15px;
  background-image: linear-gradient(-180deg, rgba(39, 155, 205, 0), #279bcd);
}
.news-s4 .right-block a.link {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #555555;
  border-bottom: 1px dashed #d5d5d5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  transition: color .3s ease;
}
.news-s4 .right-block a.link:last-of-type {
  border: none;
}
.news-s4 .right-block a.link:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
@media screen and (min-width: 1025px) {
  .news-s4 .right-block a.link:hover {
    color: #1839ad;
  }
}
.news-s4 .right-block .box a {
  display: block;
  margin-top: 12px;
  padding: 30px 20px;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-3.jpg");
}
.news-s4 .right-block .box a:nth-of-type(1) {
  margin-top: 0;
}
.news-s4 .right-block .box a .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.news-s4 .right-block .box a .bg-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.news-s4 .right-block .box a .txt-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.news-s4 .right-block .box a .txt-box i {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-s4 .right-block .box a .txt-box span {
  width: calc(100% - 40px);
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
}
@media screen and (min-width: 1025px) {
  .news-s4 .right-block .box a:hover .bg-box {
    opacity: 1;
  }
}

.solution-s1 {
  padding-bottom: 6.25vw;
}
.solution-s1 .type {
  padding: 5vw 80px;
  position: relative;
}
.solution-s1 .type a {
  text-align: center;
}
.solution-s1 .type a .icon {
  width: 52px;
  height: 52px;
  position: relative;
  margin: 0 auto;
}
.solution-s1 .type a .icon i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.solution-s1 .type a h3 {
  font-size: 18px;
  color: #666666;
  margin-top: 1.5vw;
  transition: aolor .3s ease;
}
.solution-s1 .type a:hover .icon i:nth-of-type(2), .solution-s1 .type a.active .icon i:nth-of-type(2) {
  animation: o-flashing 1.5s linear infinite;
}
.solution-s1 .type a:hover h3, .solution-s1 .type a.active h3 {
  color: #1839ad;
}
.solution-s1 .type .button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border-radius: 50%;
  border: 2px solid #bfc1d1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-1-1.png");
  cursor: pointer;
  transition: all .3s ease;
}
.solution-s1 .type .button.swiper-button-disabled {
  display: none;
}
@media screen and (min-width: 1025px) {
  .solution-s1 .type .button:hover {
    background-color: #1839ad;
    background-image: url("../images/news/icon-1-2.png");
    border-color: #1839ad;
  }
}
.solution-s1 .type .button-prev {
  left: 0;
}
.solution-s1 .type .button-next {
  right: 0;
  transform: rotateY(180deg);
}
.solution-s1 .items {
  margin-bottom: 6.25vw;
}
.solution-s1 .item {
  margin-top: 2vw;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: background .3s ease;
}
.solution-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
.solution-s1 .item a {
  padding: 10px;
  display: flex;
  align-items: center;
}
.solution-s1 .item .img-box {
  width: 35.5%;
  overflow: hidden;
}
.solution-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.solution-s1 .item .txt-box {
  width: 64.5%;
  padding: 0 3.125vw;
}
.solution-s1 .item h3 {
  font-size: 30px;
  color: #221815;
  transition: color .3s ease;
}
.solution-s1 .item p {
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  max-height: 90px;
  overflow: hidden;
  margin: 15px 0;
  transition: color .3s ease;
}
.solution-s1 .item span {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  background-color: #1839ad;
  text-indent: 70px;
  position: relative;
  transition: all .3s ease;
}
.solution-s1 .item span:before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 9px;
  top: 8px;
  border-radius: 50%;
  border: 12px solid #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .solution-s1 .item:hover {
    background-color: #1839ad;
  }
  .solution-s1 .item:hover img {
    transform: scale(1.05);
  }
  .solution-s1 .item:hover h3, .solution-s1 .item:hover p {
    color: #fff;
  }
}

.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: #1839ad;
}
.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: #1839ad;
  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: #1839ad;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #1839ad;
  }
}

@media screen and (max-width: 1600px) {
  .c-banner h3 {
    font-size: 32px;
  }

  .c-banner p {
    font-size: 30px;
  }

  .suspension .left-box a {
    font-size: 16px;
    line-height: 90px;
  }

  .suspension .right-box span, .suspension .right-box a, .suspension .right-box i {
    font-size: 15px;
  }

  .suspension .main {
    margin-top: -45px;
  }

  .c-title h3,
  .about-s10 .tip span {
    font-size: 40px;
  }

  .about-s5 .tip {
    font-size: 20px;
  }

  .about-s5 .para {
    font-size: 16px;
  }

  .about-s6 p {
    font-size: 30px;
  }

  .about-s7 .item h3 {
    font-size: 20px;
  }

  .about-s7 .item p {
    font-size: 16px;
  }

  .about-s10 .tip {
    width: 150px;
    height: 150px;
  }

  .about-s10 .tip p {
    font-size: 18px;
  }

  .about-s10 .item h3 {
    font-size: 20px;
  }

  .about-s10 .item p {
    font-size: 16px;
  }

  .about-s10 .left-block h3 {
    font-size: 32px;
  }

  .about-s10 .left-block .para {
    font-size: 16px;
  }

  .about-s11 .para {
    font-size: 16px;
  }

  .about-s12 .item h3 {
    font-size: 20px;
  }

  .about-s12 .item p {
    font-size: 15px;
  }

  .about-s9 .tab-tit span {
    font-size: 20px;
  }

  .about-s9 .right-box .button-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: auto 20px;
  }

  .about-s8 .para {
    font-size: 16px;
  }

  .about-s4 p {
    font-size: 20px;
  }

  .about-s4 .para {
    font-size: 16px;
  }

  .about-s4 .item:before {
    width: 60px;
    height: 60px;
  }

  .about-s4 .item .num {
    font-size: 20px;
  }

  .about-s4 .item span {
    font-size: 66px;
  }

  .about-s4 .item .tip {
    font-size: 15px;
  }

  .about-s2 .item h3 {
    font-size: 16px;
  }

  .c-title h4 {
    font-size: 26px;
  }

  .contact-s1 .para {
    font-size: 18px;
  }

  .contact-s1 .box h3 {
    font-size: 20px;
  }

  .contact-s2 .para {
    font-size: 16px;
  }

  .contact-s2 .item span {
    font-size: 46px;
  }

  .contact-s2 .item p {
    font-size: 15px;
  }

  .contact-s2 .right-block .dot span.addr {
    font-size: 15px;
  }

  .contact-s2 .right-block .dot .c-box h3 {
    font-size: 18px;
  }

  .contact-s2 .right-block .dot .c-box p {
    font-size: 15px;
  }

  .c-title p {
    font-size: 15px;
  }

  .index-s1 .b-item h3 {
    font-size: 50px;
  }

  .index-s1 .b-item p {
    font-size: 24px;
  }

  .index-s1 .left-box .box {
    padding: 25px 5vw;
  }

  .index-s1 .left-box .box:before {
    width: 23px;
    height: 20px;
    margin-top: -10px;
  }

  .index-s1 .left-box .s-swiper {
    height: 50px;
  }

  .index-s1 .left-box .s-item a {
    font-size: 18px;
    line-height: 50px;
  }

  .index-s1 .right-box .num span, .index-s1 .right-box .num i {
    font-size: 20px;
  }

  .index-s1 .right-box {
    height: 100px;
  }

  .index-s1 .pagination span {
    width: 20px;
    height: 20px;
  }

  .index-s2 .para {
    font-size: 16px;
  }

  .index-s3 .item {
    height: 420px;
  }

  .index-s3 .item .icon {
    width: 150px;
    height: 150px;
  }

  .index-s3 .item .icon i {
    background-size: auto 120px;
  }

  .index-s3 .item span {
    font-size: 20px;
  }

  .index-s3 .item h3 {
    font-size: 18px;
  }

  .index-s3 .item p {
    font-size: 14px;
    line-height: 24px;
  }

  .index-s4 .tab-cont h3 {
    font-size: 32px;
  }

  .index-s4 .tab-cont p {
    font-size: 16px;
  }

  .index-s4 .tab-tit .item h3 {
    font-size: 20px;
  }

  .index-s4 .tab-tit .item {
    height: 150px;
  }

  .index-s4 .tab-cont {
    height: 380px;
  }

  .index-s5 .item .show h3 {
    font-size: 18px;
  }

  .index-s5 .item .hide h3 {
    font-size: 24px;
  }

  .index-s5 .item .hide p {
    font-size: 16px;
    max-height: 96px;
  }

  .index-s5 .button {
    width: 60px;
    height: 60px;
  }

  .index-s5 .button-prev {
    right: 80px;
  }

  .index-s6 .para {
    font-size: 16px;
  }

  .index-s6 .select {
    height: 70px;
  }

  .index-s6 .select input {
    font-size: 16px;
  }

  .index-s6 .select .hide li {
    font-size: 16px;
  }

  .index-s6 .map-block .box h3 {
    font-size: 20px;
  }

  .join-s1 .para {
    font-size: 16px;
  }

  .join-s2 .box .txt-box {
    font-size: 16px;
  }

  .join-s3 .item h3 {
    font-size: 20px;
  }

  .join-s3 .item p {
    font-size: 16px;
  }

  .join-s3 .item {
    padding-left: 100px;
  }

  .join-s3 .tab-cont .para {
    font-size: 16px;
  }

  .join-s4 .tree .item h3 {
    font-size: 18px;
  }

  .join-s4 .tab-cont .item h3 {
    font-size: 18px;
  }

  .join-s4 .tab-cont .item p {
    font-size: 15px;
  }

  .join-s5 .item h3 {
    font-size: 18px;
  }

  .join-s5 .item a {
    font-size: 14px;
  }

  .news-s3 span {
    font-size: 18px;
  }

  .news-s3 h3 {
    font-size: 40px;
  }

  .news-s3 i {
    font-size: 16px;
  }

  .news-s4 .right-block a.link {
    line-height: 50px;
  }

  .news-s1 .title h3 {
    font-size: 32px;
  }

  .news-s1 .item .date span {
    font-size: 66px;
  }

  .news-s1 .item .date i {
    font-size: 18px;
  }

  .news-s1 .item h3 {
    font-size: 24px;
  }

  .news-s1 .item p {
    font-size: 15px;
    line-height: 24px;
    max-height: 72px;
  }

  .news-s2 .item h3 {
    font-size: 22px;
  }

  .news-s2 .item .date span {
    font-size: 40px;
  }

  .news-s2 .item .date {
    font-size: 16px;
  }

  .news-s2 .item p,
  .news-s2 .item .view {
    font-size: 15px;
  }

  .product-s2 .txt-box .para {
    font-size: 16px;
  }

  .product-s4 .item h3 {
    font-size: 20px;
  }

  .product-s4 .item p {
    font-size: 15px;
  }

  .product-s4 .item .txt:before, .product-s4 .item .txt:after {
    font-size: 62px;
  }

  .product-s1 .item .icon {
    width: 120px;
    height: 120px;
  }

  .product-s1 .item .icon i {
    background-size: auto 120px;
  }

  .product-s1 .item span {
    font-size: 20px;
    height: 24px;
  }

  .product-s1 .item h3 {
    font-size: 18px;
  }

  .product-s1 .item p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }

  .product-s1 .item {
    height: 420px;
  }

  .news-s3 .s-para {
    font-size: 16px;
  }

  .news-s4 .s-box h3 {
    font-size: 28px;
  }

  .news-s4 .s-box-1 {
    font-size: 15px;
  }

  .news-s4 .s-box-2 p {
    font-size: 15px;
  }

  .news-s4 .s-box-2 p:before {
    top: 11px;
  }

  .news-s4 .s-box-3 .item span {
    font-size: 40px;
  }

  .news-s4 .s-box-3 .item p {
    font-size: 15px;
  }

  .news-s4 .right-block .box a .txt-box span {
    font-size: 16px;
  }

  .news-s4 .right-block .box a .txt-box i {
    width: 30px;
    height: 30px;
  }

  .news-s4 .right-block .box a .txt-box span {
    width: calc(100% - 30px);
  }

  .solution-s1 .type a h3 {
    font-size: 16px;
  }

  .solution-s1 .item h3 {
    font-size: 24px;
  }

  .solution-s1 .item p {
    font-size: 15px;
    line-height: 24px;
    max-height: 72px;
  }

  .solution-s1 .item span,
  .news-s1 .item .btn,
  .index-s2 a.more,
  .about-s4 a.more,
  .about-s8 a.more {
    width: 150px;
    font-size: 15px;
    line-height: 46px;
    text-indent: 60px;
  }

  .solution-s1 .item span:before,
  .news-s1 .item .btn:before,
  .index-s2 a.more:before,
  .about-s4 a.more:before,
  .about-s8 a.more:before {
    width: 18px;
    height: 18px;
    border-width: 4px;
    top: 14px;
    left: 15px;
  }

  .product-s1 .item .btn,
  .index-s4 .tab-cont a,
  .index-s5 .item .hide span,
  .about-s10 .left-block a.more {
    width: 150px;
    font-size: 15px;
    line-height: 46px;
  }

  .product-s1 .item .btn:before,
  .index-s4 .tab-cont a:before,
  .index-s5 .item .hide span:before,
  .about-s10 .left-block a.more:before {
    top: 14px;
  }

  .join-s1 a.btn,
  .join-s5 a.more,
  .contact-s3 form button {
    width: 160px;
    font-size: 16px;
    line-height: 46px;
  }

  .contact-s3 form button {
    height: 46px;
  }

  .search-s2 .item h3 {
    font-size: 18px;
  }

  .search-s2 .item .url {
    font-size: 14px;
  }

  .search-s2 .item span {
    font-size: 14px;
  }

  .campus-pop .top-block h3 {
    font-size: 40px;
  }

  .campus-pop .bot-block .box h4 {
    font-size: 20px;
  }

  .campus-pop .bot-block a {
    font-size: 16px;
  }

  .campus-pop .top-block .info span,
  .campus-pop .bot-block .box .para {
    font-size: 15px;
  }

  .campus-pop .bot-block a {
    line-height: 50px;
    margin-top: 5vh;
  }

  .campus-pop .bot-block {
    padding: 5vh 6.25vw;
  }

  .campus-pop .top-block {
    padding: 8vh 6.25vw 3vh;
  }
}
@media screen and (max-width: 1366px) {
  body {
    padding-top: 80px;
  }

  .c-title h3, .about-s10 .tip span {
    font-size: 32px;
  }

  .about-index {
    margin-top: -80px;
  }

  .about-s10 .left-block h3 {
    font-size: 28px;
  }

  .about-s9 .left-box {
    width: 280px;
  }

  .about-s9 .right-box {
    width: calc(100% - 280px);
  }

  .about-s4 .item:before {
    width: 50px;
    height: 50px;
  }

  .about-s4 .item span {
    font-size: 60px;
  }

  .index-s1 .b-item h3 {
    font-size: 42px;
  }

  .index-s1 .b-item p {
    font-size: 20px;
  }

  .index-s1 {
    margin-top: -80px;
  }

  .index-s1 .left-box .box {
    padding: 15px 6vw;
  }

  .index-s1 .right-box {
    height: 80px;
  }

  .index-s3 .item {
    height: 380px;
  }

  .index-s4 .tab-tit .item {
    height: 120px;
  }

  .index-s4 .tab-cont {
    height: 320px;
  }

  .join-s3 .item {
    padding-left: 80px;
  }

  .join-s4 .tab-cont .item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-s4 .right-block a.img {
    margin-bottom: 15px;
  }

  .news-s4 .right-block a.link {
    line-height: 46px;
  }

  .news-s1 .item .date span {
    font-size: 60px;
  }

  .news-s1 .item h3 {
    font-size: 20px;
  }

  .news-s1 .button-prev {
    left: -80px;
  }

  .news-s1 .button-next {
    right: -80px;
  }

  .product-s1 .item {
    width: calc((100% - 60px) / 4);
    height: 400px;
    margin-right: 20px;
    margin-top: 20px;
  }

  .search-s2 .item .url {
    margin-top: 10px;
  }

  .search-s2 .item span {
    margin-top: 15px;
  }

  .campus-pop .top-block h3 {
    font-size: 34px;
  }

  .campus-pop .bot-block .box h4 {
    font-size: 18px;
  }

  .campus-pop .bot-block a {
    font-size: 15px;
  }

  .campus-pop .top-block .info span,
  .campus-pop .bot-block .box .para {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }

  .contact-s2 .right-block .dot .c-box .box {
    width: 260px;
    height: 140px;
    background-size: 100% 100%;
    padding: 30px 20px;
  }

  .index-s1 .b-item {
    height: 60vw;
  }

  .index-s5 .item .hide span {
    margin-top: 20px;
  }

  .index-s5 .item .hide h3,
  .index-s5 .item .hide p {
    margin-top: 15px;
  }

  .join-s4 .wrapper {
    padding: 4.5vw 0 6.25vw;
  }

  .news-s1 .item p {
    height: 48px;
  }

  .about-index {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .suspension .main {
    margin-top: 0;
    display: block;
    padding: 0 5vw;
  }

  .suspension .right-box {
    display: none;
  }

  .suspension .left-box {
    display: flex;
  }

  .suspension .left-box a {
    margin: 0;
    font-size: 14px;
    flex: 1;
    line-height: 40px;
    text-align: center;
  }

  .suspension .left-box a:after {
    height: 2px;
  }

  .c-banner .txt-box {
    padding: 0 5vw;
  }

  .c-banner h3 {
    font-size: 24px;
  }

  .c-banner p {
    font-size: 16px;
  }

  .c-title h3, .about-s10 .tip span {
    font-size: 24px;
  }

  .c-title.line:after {
    width: 24px;
    height: 2px;
    margin-top: 10px;
  }

  .about-s2 .items {
    margin: 20px 0 40px;
  }

  .about-s2 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .about-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s2 .item h3 {
    transform: none;
    padding: 20px;
  }

  .comm-page li {
    margin: 0 1px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }

  .comm-page li:first-of-type a,
  .comm-page li:last-of-type a {
    width: 40px;
  }

  .about-s5 .flex {
    display: block;
  }

  .about-s5 .img-box {
    width: 100%;
  }

  .about-s5 .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .about-s5 .tip {
    font-size: 18px;
    margin: 15px 0 10px;
  }

  .about-s5 .para {
    font-size: 14px;
  }

  .about-s6 {
    padding: 80px 5vw;
  }

  .about-s6 p {
    font-size: 24px;
  }

  .about-s7 .items {
    display: block;
    margin-top: 20px;
  }

  .about-s7 .item {
    margin: 20px 0 0;
  }
  .about-s7 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s7 .item .txt-box {
    padding: 20px;
  }

  .about-s7 .item h3 {
    font-size: 18px;
  }

  .about-s7 .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .about-s10 .ani-line {
    display: none;
  }

  .about-s10 .items {
    padding: 40px 5vw;
    display: block;
  }

  .about-s10 .item {
    width: 100%;
    margin-top: 40px;
  }
  .about-s10 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s10 .item i {
    display: none;
  }

  .about-s10 .item .box {
    padding: 20px;
  }

  .about-s10 .item .img-box {
    height: auto;
  }

  .about-s10 .item h3 {
    font-size: 18px;
  }

  .about-s10 .item p {
    font-size: 14px;
    margin: 10px 0;
  }

  .about-s10 .info-box {
    padding: 0 5vw;
  }

  .about-s10 .left-block {
    width: 100%;
  }

  .about-s10 .left-block .box {
    width: 100%;
    padding: 40px 5vw;
  }

  .about-s10 .left-block h3 {
    font-size: 24px;
  }

  .about-s10 .left-block .para {
    font-size: 14px;
    margin-top: 15px;
  }

  .about-s10 .left-block .btn {
    margin-top: 20px;
  }

  .about-s10 .right-block {
    position: static;
    width: 100%;
    height: 62vw;
  }

  .about-s10 .right-block .bg {
    position: static;
  }

  .about-s10 .scroll-box {
    padding-bottom: 40px;
  }

  .about-s11 .ring-box {
    margin-top: 0;
  }

  .about-s11 .para {
    width: 60%;
    font-size: 14px;
    line-height: 1.5;
  }

  .about-s12 .items {
    margin-top: 20px;
    display: block;
  }

  .about-s12 .item {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }
  .about-s12 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s12 .item .hide {
    display: none;
  }

  .about-s12 .item .show {
    position: static;
    padding: 20px;
  }

  .about-s12 .item .img-box {
    width: 100%;
    position: static;
    margin-left: 0;
  }

  .about-s12 .item h3 {
    font-size: 18px;
  }

  .about-s12 .item p {
    font-size: 14px;
  }

  .about-s1 .img-box {
    margin-top: 20px;
  }

  .about-s9 .flex {
    display: block;
    margin-right: 0;
  }

  .about-s9 .left-box {
    width: 100%;
  }

  .about-s9 .tab-tit {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .about-s9 .tab-tit span {
    width: 30%;
    padding: 0 0 10px;
    font-size: 16px;
    text-align: center;
    background-image: none;
  }

  .about-s9 .right-box {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }

  .about-s9 .right-box .button-next {
    display: none;
  }

  .about-s9 .right-box .items:after {
    display: none;
  }

  .about-s9 .right-box .items {
    padding-right: 0;
  }

  .about-s9 .right-box .pagination,
  .product-s4 .pagination,
  .index-s5 .pagination {
    text-align: center;
    margin-top: 20px;
    font-size: 0;
  }
  .about-s9 .right-box .pagination span,
  .product-s4 .pagination span,
  .index-s5 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all .3s ease;
  }
  .about-s9 .right-box .pagination span.active,
  .product-s4 .pagination span.active,
  .index-s5 .pagination span.active {
    opacity: 1;
  }

  .about-s8 .flex {
    display: block;
  }

  .about-s8 .txt-box {
    width: 100%;
    padding: 0;
  }

  .about-s8 .para {
    font-size: 14px;
    margin-top: 15px;
  }

  .about-s8 a.more {
    margin-top: 20px;
  }

  .about-s8 .img-box {
    width: 100%;
    margin-top: 20px;
  }

  .about-s4 .flex {
    display: block;
  }

  .about-s4 .left-box {
    width: 100%;
  }

  .about-s4 .right-box {
    width: 100%;
    margin-top: 15px;
  }

  .about-s4 p {
    font-size: 18px;
  }

  .about-s4 .para {
    font-size: 14px;
    margin-top: 15px;
  }

  .about-s4 a.more {
    margin-top: 20px;
  }

  .about-s4 .items {
    margin-top: 20px;
  }

  .about-s4 .item:before {
    width: 36px;
    height: 36px;
  }

  .about-s4 .item .num {
    margin: 10px 0;
  }

  .about-s4 .item span {
    font-size: 24px;
  }

  .about-s4 .item .num {
    font-size: 14px;
  }

  .about-s4 .item .tip {
    font-size: 14px;
    line-height: 20px;
  }

  .about-s3 .items {
    margin: 20px 0 40px;
  }

  .about-s3 .item {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-right: 20px;
  }
  .about-s3 .item:nth-of-type(even) {
    margin-right: 0;
  }
  .about-s3 .item:nth-of-type(1), .about-s3 .item:nth-of-type(2) {
    margin-top: 0;
  }

  .c-crumbs .left-box {
    display: none;
  }

  .solution-s1 {
    padding: 0 5vw 40px;
  }

  .solution-s1 .type {
    padding: 20px 0;
  }

  .solution-s1 .type a {
    max-width: 30%;
    text-align: center;
  }

  .solution-s1 .type a h3 {
    font-size: 14px;
  }

  .solution-s1 .type a .icon {
    width: 30px;
    height: 30px;
  }

  .solution-s1 .type .button {
    display: none;
  }

  .solution-s1 .items {
    margin-bottom: 40px;
  }

  .solution-s1 .item {
    margin: 20px 0 0;
  }
  .solution-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s1 .item a {
    display: block;
  }

  .solution-s1 .item .img-box {
    width: 100%;
  }

  .solution-s1 .item .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  .solution-s1 .item h3 {
    font-size: 18px;
  }

  .solution-s1 .item p {
    font-size: 14px;
  }

  .solution-s1 .item span, .news-s1 .item .btn, .index-s2 a.more, .about-s4 a.more, .about-s8 a.more,
  .product-s1 .item .btn, .index-s4 .tab-cont a, .index-s5 .item .hide span, .about-s10 .left-block a.more {
    width: 130px;
    font-size: 14px;
    line-height: 40px;
    text-indent: 50px;
  }

  .solution-s1 .item span:before, .news-s1 .item .btn:before, .index-s2 a.more:before, .about-s4 a.more:before, .about-s8 a.more:before,
  .product-s1 .item .btn:before, .index-s4 .tab-cont a:before, .index-s5 .item .hide span:before, .about-s10 .left-block a.more:before {
    top: 11px;
  }

  .news-s3 span {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .news-s3 i {
    font-size: 14px;
  }

  .news-s3 h3 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .news-s3 .s-para {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .news-s4 .main {
    margin-top: 0;
    display: block;
  }

  .news-s4 .left-block {
    width: 100%;
  }

  .news-s4 .top-block {
    padding: 20px;
  }

  .news-s4 .s-box {
    margin-bottom: 40px;
  }

  .news-s4 .s-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .news-s4 .s-box h3:after {
    width: 24px;
    height: 2px;
  }

  .news-s4 .s-box-1 {
    font-size: 14px;
  }

  .news-s4 .s-box-2 p {
    font-size: 14px;
  }

  .news-s4 .s-box-3 {
    display: block;
  }

  .news-s4 .s-box-3 .item {
    width: 100%;
    padding: 20px;
    margin: 20px 0 0;
  }
  .news-s4 .s-box-3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .news-s4 .s-box-3 .item span {
    font-size: 24px;
  }

  .news-s4 .s-box-3 .item p {
    font-size: 14px;
  }

  .news-s4 .other {
    padding: 20px;
  }

  .news-s4 .other a {
    font-size: 14px;
  }

  .news-s4 .right-block {
    width: 100%;
    padding: 0 20px 20px;
    margin-top: 40px;
  }

  .news-s4 .right-block h3 {
    padding: 20px 0;
  }

  .news-s4 .right-block .box a {
    padding: 20px;
  }

  .product-s1 .item {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }
  .product-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .product-s1 .item .txt-box {
    position: static;
    padding: 40px 20px;
  }

  .product-s1 .item .bg-box {
    display: none;
  }

  .product-s1 .item .icon {
    width: 100px;
    height: 100px;
  }

  .product-s1 .item .icon i {
    background-size: auto 80px;
  }

  .product-s1 .item span {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
  }

  .product-s1 .item h3 {
    margin-top: 10px;
  }

  .product-s1 .item p {
    margin-top: 15px;
  }

  .product-s1 .item .btn {
    display: block;
    background-color: #1839ad;
    margin-top: 20px;
  }

  .product-s2 .flex {
    margin-top: 20px;
  }

  .product-s2 .img-box {
    width: 100%;
  }

  .product-s2 .txt-box {
    position: static;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .product-s2 .txt-box .para {
    font-size: 14px;
    line-height: 24px;
  }

  .product-s3 .img-box {
    margin-top: 20px;
  }

  .product-s4 .items {
    padding-top: 20px;
  }

  .product-s4 .item .box {
    padding: 20px;
  }

  .product-s4 .item .txt:before {
    position: static;
  }

  .product-s4 .item .txt:after {
    display: none;
  }

  .product-s4 .item .txt:before, .product-s4 .item .txt:after {
    font-size: 42px;
  }

  .product-s4 .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .c-crumbs {
    display: block;
  }

  .c-crumbs .right-box {
    display: flex;
    justify-content: space-between;
  }

  .c-crumbs .right-box a:after {
    margin: 0 10px;
    display: none;
  }

  .c-crumbs a {
    font-size: 14px;
    line-height: 40px;
  }

  .news-s1 .title h3 {
    font-size: 24px;
  }

  .news-s1 .page .curr {
    font-size: 24px;
  }

  .news-s1 .page {
    font-size: 14px;
  }

  .news-s1 .swiper {
    margin-top: 20px;
  }

  .news-s1 .item a {
    display: block;
  }

  .news-s1 .item .img-box {
    width: 100%;
  }

  .news-s1 .item .txt-box {
    width: 100%;
    padding: 20px;
  }

  .news-s1 .item .date span {
    font-size: 36px;
  }

  .news-s1 .item .date i {
    font-size: 12px;
  }

  .news-s1 .item h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .news-s1 .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .news-s1 .item .btn {
    margin-top: 15px;
  }

  .news-s2 .item a {
    padding: 40px 0;
    display: block;
  }

  .news-s2 .item .date {
    width: 100%;
    text-align: left;
    font-size: 12px;
  }

  .news-s2 .item .date span {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
  }

  .news-s2 .item .box {
    width: 100%;
    padding: 10px 0 0;
  }

  .news-s2 .item h3 {
    font-size: 18px;
  }

  .news-s2 .item p,
  .news-s2 .item .view {
    font-size: 14px;
  }

  .news-s1 .button {
    display: none;
  }

  .news-s1 .item .date {
    display: none;
  }

  .news-s2 .items {
    margin-bottom: 40px;
  }

  .news-s3 .share {
    display: none;
  }

  .join-s1 .para {
    font-size: 14px;
    margin-top: 20px;
  }

  .join-s1 a.btn, .join-s5 a.more, .contact-s3 form button {
    width: 120px;
    font-size: 14px;
    line-height: 40px;
  }

  .join-s1 a.btn {
    margin-top: 20px;
  }

  .join-s2 .box:nth-of-type(1) {
    width: 100%;
  }

  .join-s2 .box:nth-of-type(2), .join-s2 .box:nth-of-type(3) {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .join-s2 .box .txt-box {
    font-size: 14px;
    line-height: 24px;
    transform: none;
    opacity: 1;
    padding: 20px 40px;
  }

  .join-s3 .tab-tit {
    flex-wrap: wrap;
  }

  .join-s3 .item {
    max-width: 48%;
    padding: 0 0 0 50px;
  }
  .join-s3 .item:nth-of-type(3), .join-s3 .item:nth-of-type(4) {
    margin-top: 20px;
  }
  .join-s3 .item.active h3, .join-s3 .item.active p {
    color: #1839ad;
  }

  .join-s3 .item:before {
    width: 36px;
    height: 36px;
  }

  .join-s3 .item h3 {
    font-size: 16px;
  }

  .join-s3 .item p {
    font-size: 14px;
  }

  .join-s3 .item:after {
    display: none;
  }

  .join-s3 .tab-cont {
    margin-top: 20px;
  }

  .join-s3 .tab-cont .child {
    padding: 20px;
  }

  .join-s3 .tab-cont .para {
    font-size: 14px;
  }

  .join-s4 .tab-cont {
    position: static;
    margin-top: 20px;
  }

  .join-s4 .tree {
    width: 100%;
  }

  .join-s4 .tree .item h3 {
    font-size: 16px;
  }

  .join-s4 .tree .item i {
    width: 30px;
    height: 30px;
  }

  .join-s4 .tab-cont .flex {
    display: block;
  }

  .join-s4 .tab-cont .item {
    border-radius: 10px;
    padding: 20px !important;
    margin: 20px 0 0 !important;
  }

  .join-s4 .tab-cont .item p {
    font-size: 14px;
  }

  .c-title p {
    font-size: 14px;
  }

  .join-s5 .items {
    margin-top: 20px;
    display: block;
  }

  .join-s5 .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }
  .join-s5 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join-s5 .item:before {
    right: 20px;
  }

  .index-s1 {
    padding-bottom: 50px;
    margin-top: 0;
  }

  .index-s1 .b-button {
    display: none;
  }

  .index-s1 .bot-block {
    padding: 0;
  }

  .index-s1 .b-item h3 {
    font-size: 18px;
  }

  .index-s1 .left-box {
    width: 100%;
  }

  .index-s1 .left-box .box {
    padding: 0 20px 0 60px;
  }

  .index-s1 .left-box .box:before {
    left: 20px;
  }

  .index-s1 .left-box .buttons {
    display: none;
  }

  .index-s1 .right-box {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    height: auto;
  }

  .index-s1 .right-box .num {
    display: none;
  }

  .index-s1 .right-box .flex {
    display: block;
  }

  .index-s1 .pagination {
    text-align: center;
  }

  .index-s1 .pagination span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .index-s1 .b-item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .index-s1 .left-box .s-item a {
    font-size: 16px;
  }

  .index-s2 .flex {
    display: block;
  }

  .index-s2 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .index-s2 .para {
    font-size: 14px;
    margin: 15px 0;
  }

  .index-s2 .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .index-s3 .swiper {
    margin-top: 20px;
  }

  .index-s3 .item {
    padding: 0;
    height: auto;
  }

  .index-s3 .item a {
    padding: 40px 20px;
  }

  .index-s3 .item .icon {
    width: 100px;
    height: 100px;
  }

  .index-s3 .item .icon i {
    background-size: auto 80px;
  }

  .index-s3 .item span {
    font-size: 16px;
    margin-top: 10px;
  }

  .index-s3 .item h3 {
    margin-top: 10px;
  }

  .index-s3 .item p {
    display: block;
    opacity: 1;
  }

  .index-s3 .ope {
    margin-top: 20px;
  }

  .index-s4 .tab-tit {
    position: static;
    margin-top: 20px;
    height: auto;
  }

  .index-s4 .tab-cont {
    margin-top: 40px;
    padding: 0;
    height: auto;
  }

  .index-s4 .tab-cont h3 {
    font-size: 18px;
  }

  .index-s4 .tab-cont p {
    font-size: 14px;
    margin-top: 15px;
    padding-top: 15px;
  }

  .index-s4 .tab-cont .btn {
    margin-top: 20px;
  }

  .index-s4 .tab-tit .item {
    height: 100px;
    padding: 0 10px;
  }

  .index-s4 .tab-tit .item i {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .index-s4 .tab-tit .item h3 {
    font-size: 14px;
    margin-right: 50px;
  }

  .index-s4 .tab-tit .item span {
    font-size: 12px;
    margin-top: 10px;
  }

  .index-s4 .tab-tit .items {
    padding-bottom: 0;
  }

  .index-s5 .btns {
    display: none;
  }

  .index-s5 .items {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .index-s5 .item .hide {
    display: none;
  }

  .index-s5 .item .show .img-box {
    height: 64vw;
  }

  .index-s5 .item {
    height: auto;
  }

  .index-s5 .item .show h3 {
    font-size: 16px;
    margin-right: 5px;
  }

  .index-s5 .pagination span {
    background-color: #1839ad;
  }

  .index-s6 .txt-block {
    position: static;
    padding: 40px 5vw;
  }

  .index-s6 .para {
    margin-top: 15px;
    font-size: 14px;
  }

  .index-s6 .select {
    margin-top: 20px;
    height: 60px;
  }

  .index-s6 .select input {
    padding: 0 20px;
  }

  .index-s6 .select .hide {
    padding: 20px;
  }

  .index-s6 .select .hide li {
    font-size: 14px;
  }

  .index-s6 .map-block .info,
  .contact-s1 .info {
    width: 30px;
    height: 30px;
  }

  .index-s6 .map-block .box {
    width: 58vw;
    padding: 0;
    background-image: none;
    box-shadow: none;
    margin-left: 0;
    left: auto;
    bottom: auto;
    right: 200%;
    top: 50%;
    margin-top: -60px;
  }

  .index-s6 .map-block .box span {
    color: #666;
  }

  .index-s6 .map-block .box h3 {
    color: #333;
    font-size: 16px;
    margin: 10px 0;
  }

  .index-s6 .map-block .box .tel {
    color: #666;
  }

  .index-s6 .map-block .box:before {
    display: none;
  }

  .index-s6 .map-block .box .tel:before {
    background-image: url("../images/contact/icon-1-1.png");
  }

  .contact-s1 .box {
    display: none;
  }

  .contact-s1 .txt-box {
    position: static;
  }

  .contact-s1 .para {
    font-size: 14px;
    margin-top: 15px;
  }

  .contact-s3 form {
    margin-top: 20px;
    display: block;
  }

  .contact-s3 .box {
    margin-top: 10px;
  }

  .contact-s3 .box input, .contact-s3 .box select {
    height: 50px;
  }

  .contact-s3 .box textarea {
    height: 160px;
  }

  .contact-s3 .box input, .contact-s3 .box select, .contact-s3 .box textarea {
    font-size: 14px;
  }

  .contact-s2 .flex {
    display: block;
  }

  .contact-s2 .left-block {
    width: 100%;
    padding-right: 0;
  }

  .contact-s2 .para {
    font-size: 14px;
    margin-top: 15px;
  }

  .contact-s2 .item {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }

  .contact-s2 .item span {
    font-size: 30px;
  }

  .contact-s2 .item p {
    font-size: 14px;
  }

  .contact-s2 .right-block {
    width: 100%;
    margin-top: 20px;
  }

  .contact-s2 .right-block .dot .c-box {
    display: none;
  }

  .contact-s2 .right-block .dot span.addr {
    font-size: 12px;
    padding-left: 0;
  }

  .contact-s2 .right-block .dot .range {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }

  .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;
  }

  .campus-pop .main {
    padding: 0 5%;
  }

  .campus-pop .close {
    top: 15px;
    right: 15px;
  }

  .campus-pop .top-block {
    padding: 60px 20px 20px;
  }

  .campus-pop .top-block h3 {
    font-size: 20px;
  }

  .campus-pop .top-block .info {
    margin-top: 20px;
  }

  .campus-pop .bot-block {
    padding: 20px;
  }

  .campus-pop .bot-block .box h4 {
    font-size: 16px;
  }

  .campus-pop .bot-block a {
    margin-top: 20px;
    font-size: 14px;
  }

  .search-s2,
  .contact-s3,
  .contact-s2,
  .contact-s1 .txt-box,
  .index-s5,
  .index-s4 .wrapper,
  .index-s3,
  .index-s2,
  .join-s5,
  .join-s4 .wrapper,
  .join-s3,
  .join-s1,
  .news-s2,
  .news-s1,
  .product-s4,
  .product-s3,
  .product-s2,
  .product-s1,
  .news-s4,
  .news-s3,
  .about-s3,
  .about-s4,
  .about-s8,
  .about-s9,
  .about-s1,
  .about-s12,
  .about-s7,
  .about-s5,
  .about-s2 {
    padding: 40px 5vw;
  }
}

/*# sourceMappingURL=bundle.css.map */
