
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  padding-top: 6.25rem;
}

.wrapper {
  margin: 0 12.5vw;
  position: relative;
  z-index: 2;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.wrapper-1 {
  margin: 0 9.375vw;
  position: relative;
  z-index: 2;
}
.wrapper-1:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1025px) {
  .dom-loaded .header li .drop-nav {
    transition: all .3s ease;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0;
  padding: 0 3.125rem;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .header.down li a.single {
    line-height: 5rem;
  }
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo img {
  display: block;
  height: 2.75rem;
}
.header .main {
  display: flex;
  align-items: center;
}
.header li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.125rem;
}
.header li a.single {
  display: block;
  font-size: 1.125rem;
  line-height: 6.25rem;
  color: #333;
  transition: all .3s ease;
}
.header li .drop-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7.5rem;
  width: 15rem;
  background-color: #fff;
  padding: 1.5vw 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.header li .drop-nav a {
  display: block;
  font-size: 1rem;
  line-height: 3.75;
  color: #333;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .header li .drop-nav a:hover {
    color: #fff;
    background-color: #215eca;
  }
}
.header li.active a.single {
  color: #215eca;
}
@media screen and (min-width: 1025px) {
  .header li:hover a.single {
    color: #215eca;
  }
  .header li:hover .drop-nav {
    opacity: 1;
    visibility: visible;
  }
}
.header .tel {
  margin-right: 2rem;
  font-size: 1.125rem;
  color: #333;
  font-family: 'Arial';
}
.header .tel:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .search {
  margin-right: 2rem;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/icon-2.png");
}
.header .lang {
  position: relative;
}
.header .lang span {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/icon-3.png");
}
.header .lang .hide {
  position: absolute;
  width: 90px;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
}
.header .lang .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .lang .hide a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
  background-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .header .lang .hide a:hover {
    background-color: #215eca;
  }
}
.header .lang:hover .hide {
  opacity: 1;
  visibility: visible;
}

.footer .top-block {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/img-1.jpg");
}
.footer .top-block .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .box h3 {
  margin-top: 1.25rem;
}
.footer .box h3 a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
}
.footer .box h3:nth-of-type(1) {
  margin-top: 0;
}
.footer .box .link {
  margin-top: 15px;
}
.footer .box .link:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 15px;
}
.footer .box .link a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin-top: 1.25rem;
  transition: opacity .3s ease;
}
.footer .box .link a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .footer .box .link a:hover {
    opacity: 1;
  }
}
.footer .tab-wrap {
  width: 23.75rem;
}
.footer .tab-tit {
  border-bottom: 1px solid #a7a8a9;
  font-size: 0;
}
.footer .tab-tit span {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 2;
  padding: 0 1.25rem;
  color: #fff;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
}
.footer .tab-tit span.active {
  border-color: #a7a8a9;
}
.footer .tab-cont {
  margin-top: 20px;
}
.footer .tab-cont .child {
  display: none;
}
.footer .tab-cont .child.active {
  display: block;
}
.footer .tab-cont .para {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.5;
}
.footer .tab-cont .para p {
  margin-top: 1rem;
}
.footer .tab-cont .para p:nth-of-type(1) {
  margin-top: 0;
}
.footer .ewm {
  width: 9.375rem;
}
.footer .ewm .img-box {
  border-radius: 5px;
  overflow: hidden;
}
.footer .ewm img {
  display: block;
  width: 100%;
}
.footer .ewm p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin-top: 1rem;
}
.footer .bot-block {
  padding: 2.5rem 0;
  background-color: #0b2d73;
}
.footer .bot-block .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bot-block p span, .footer .bot-block p a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}
.footer .bot-block p a {
  margin-left: 10px;
}
.footer .share {
  font-size: 0;
}
.footer .share a {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .share a.wechat {
  background-image: url("/statics/home_en/images/share-1.png");
}
.footer .share a.sina {
  background-image: url("/statics/home_en/images/share-2.png");
}
.footer .share a.qq {
  background-image: url("/statics/home_en/images/share-3.png");
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #215eca;
  display: none;
}
.fixed-search .close {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/close-1.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);
}

@media screen and (max-width: 1680px) {
  .header li {
    margin-right: 2rem;
  }

  .fixed-search h3 {
    font-size: 50px;
  }

  .fixed-search input {
    height: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .box .link a,
  .footer .tab-cont .para,
  .footer .ewm p {
    font-size: 12px;
  }

  .fixed-search h3 {
    font-size: 40px;
  }

  .fixed-search input {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header li,
  .header .tel,
  .header .search {
    margin-right: 1rem;
  }

  .footer .tab-wrap {
    width: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-search .close {
    top: 5%;
    right: 5%;
  }

  .fixed-search h3 {
    font-size: 30px;
  }

  .fixed-search input {
    height: 60px;
    border-bottom-width: 2px;
  }

  .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: #215eca;
    -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;
  }

  .header {
    padding: 0 5vw;
    height: 60px;
  }

  .header .flex {
    height: 100%;
    margin-right: 44px;
  }

  .header .search {
    margin-right: 20px;
  }

  .header .tel {
    display: none;
  }

  .header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 30px;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
  }
  .header .nav.active {
    left: 0;
  }

  .header li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .header li a.single {
    font-size: 16px;
    line-height: 50px;
  }

  .header li i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/statics/home_en/images/icon-4.png");
  }

  .header li .drop-nav {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    display: none;
  }

  .header li .drop-nav a {
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .header li .drop-nav a:last-of-type {
    border: none;
  }

  .footer .box {
    display: none;
  }

  .footer .top-block {
    padding: 3rem 0;
  }

  .footer .tab-wrap {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .wrapper {
    margin: 0 5vw;
  }

  .footer .top-block {
    padding: 30px 0;
  }

  .footer .ewm {
    display: none;
  }

  .footer .tab-wrap {
    width: 100%;
  }

  .footer .tab-tit {
    text-align: center;
  }

  .footer .bot-block {
    padding: 20px 0;
  }

  .footer .share {
    display: none;
  }

  .footer .bot-block p {
    text-align: center;
  }
}
.c-banner {
  position: relative;
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-banner h3 {
  font-size:3.625rem;
  color: #fff;
  font-weight:bold
}
.c-banner h4 {
  font-size: 1.125rem;
  color: #fff;
  font-family: 'Arial';
  margin-top: 1rem;
}

.subnav {
  position: relative;
  font-size: 0;
  z-index: 2;
}
.subnav .flex {
  background-color: #fff;
  margin-top: -3.2875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.125vw;
  box-shadow: 0 0 2vw rgba(203, 203, 203, 0.35);
}
.subnav .left-box a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1.125rem;
  line-height: 6.575rem;
  margin-left: 3.125vw;
  transition: color .3s ease;
}
.subnav .left-box a:nth-of-type(1) {
  margin-left: 0;
}
.subnav .left-box a:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #215eca;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
}
.subnav .left-box a.active:after {
  transform: scaleX(1);
}
@media screen and (min-width: 1025px) {
  .subnav .left-box a:not(.active):hover {
    color: #215eca;
  }
}
.subnav .right-box span, .subnav .right-box a {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  color: #555555;
}
.subnav .right-box span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/contact/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.subnav .right-box a {
  transition: color .3s ease;
}
.subnav .right-box a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/contact/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0;
}
.subnav .right-box a:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .subnav .right-box a:hover {
    color: #215eca;
  }
}
.subnav form {
  width: 40%;
  display: flex;
}
.subnav input {
  width: calc(100% - 9.375rem);
  height: 3.125rem;
  padding: 0 1.125rem;
  font-size: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px 0 0 5px;
}
.subnav button {
  width: 9.375rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  background-color: #215eca;
  border-radius: 0 5px 5px 0;
}
.subnav button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/team/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.625rem 0 0;
}

.c-title h3 {
  font-size: 2.5rem;
}
.c-title h3:after {
  content: '';
  width: 40px;
  height: 4px;
  display: block;
  margin-top: 1.5rem;
}
.c-title.gray h3 {
  color: #333;
}
.c-title.gray h3:after {
  background-color: #215eca;
}
.c-title.white h3 {
  color: #fff;
}
.c-title.white h3:after {
  background-color: #fff;
}
.c-title.center {
  text-align: center;
}
.c-title.center h3:after {
  margin-left: auto;
  margin-right: auto;
}

.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: 38px;
  text-align: center;
  border: 1px solid #d9d9d9;
  transition: all .3s ease;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #215eca;
  background-color: #215eca;
  color: #fff;
}

.c-crumbs {
  padding: 0 3.125vw;
  background-color: #fff;
  border-top: 1px solid #fafafa;
}
.c-crumbs .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-crumbs .left-box span, .c-crumbs .left-box a {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 4.375rem;
  color: #555555;
}
.c-crumbs .left-box span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/contact/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.c-crumbs .left-box a {
  transition: color .3s ease;
}
.c-crumbs .left-box a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/contact/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0;
}
.c-crumbs .left-box a:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-crumbs .left-box a:hover {
    color: #215eca;
  }
}
.c-crumbs .right-box a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1.125rem;
  line-height: 4.375rem;
  margin-left: 3.125vw;
  transition: color .3s ease;
}
.c-crumbs .right-box a:nth-of-type(1) {
  margin-left: 0;
}
.c-crumbs .right-box a:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #215eca;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
}
.c-crumbs .right-box a.active:after {
  transform: scaleX(1);
}
@media screen and (min-width: 1025px) {
  .c-crumbs .right-box a:not(.active):hover {
    color: #215eca;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  width: 200px;
  line-height: 50px;
  font-size: 14px;
  color: #ebeef5;
  padding: 0 20px;
  background-color: #215eca;
  border-radius: 3px;
  transition: all .3s ease;
}
.c-btn:after {
  content: '';
  width: 54px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/news/icon-1.png");
}
.c-btn.white {
  background-color: #fff;
  color: #215eca;
}
.c-btn.white:after {
  background-image: url("/statics/home_en/images/news/icon-1-1.png");
}
@media screen and (min-width: 1025px) {
  .c-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(24, 57, 173, 0.3);
  }
}

.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 .cont {
  width: 80%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
.campus-pop .close {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/close-1.png");
  position: absolute;
  top: 0;
  right: -56px;
  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: 3.75rem 2.5rem;
  background-color: #215eca;
}
.campus-pop .top-block h3 {
  font-size: 2.25rem;
  color: #fff;
}
.campus-pop .top-block .info {
  margin-top: 2.5rem;
  font-size: 0;
}
.campus-pop .top-block .info span {
  font-size: 1rem;
  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: 3.75rem 2.5rem;
  background-color: #fff;
}
.campus-pop .bot-block .scroll {
  max-height: 36vh;
  overflow: auto;
  padding-right: 2vw;
}
.campus-pop .bot-block .box {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  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: 1.5rem;
  color: #333333;
}
.campus-pop .bot-block .box .para {
  font-size: 1rem;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}

.index-page {
  margin-top: -1.25rem;
}

.home-swiper {
  height: calc(100vh - 5rem);
}

.section {
  font-size: 0;
  position: relative;
  height: calc(100vh - 5rem);
  overflow: hidden;
}
.section.last-slide {
  height: auto !important;
}

.index-s1 .item {
  position: relative;
  overflow: hidden;
}
.index-s1 .item .img-box {
  height: calc(100vh - 5rem);
}
.index-s1 .item img,.index-s1 .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  z-index: 2;
}
.index-s1 .item h3 {
  font-size: 3.75rem;
  color: #fff;
 
}
.index-s1 .item h4 {
  font-size: 2.5rem;
  color: #fff;
 
  margin-top: 10px;
}
.index-s1 .item p {
  font-size: 1.125rem;
  color: #fff;
  font-family: 'Arial';
  margin-top: 10px;
}
.index-s1 .item p span {
  font-size: 1.25rem;
  font-family: 'Arial';
}
.index-s1 .ope {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.index-s1 .ope span.curr {
  font-size: 1.75rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.index-s1 .ope i, .index-s1 .ope span.total {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  transform: translateY(0.4rem);
}
.index-s1 .ope i {
  margin: 0 5px;
}
.index-s1 .ope .button {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/index/icon-1.png");
  opacity: 0.5;
  transition: opacity .3s ease;
  cursor: pointer;
}
.index-s1 .ope .button:hover {
  opacity: 1;
}
.index-s1 .ope .button-prev {
  margin-left: 10px;
  transform: rotateY(180deg);
}
.index-s1 .ope .button-next {
  margin-left: 5px;
  margin-right: 10px;
}
.index-s1 .ope:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index-s1 .pagination {
  position: absolute;
  left: 0;
  bottom: 10vh;
  font-size: 0;
  z-index: 2;
}
.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 60px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.index-s1 .pagination span:before, .index-s1 .pagination span:after {
  content: '';
  width: 60px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
}
.index-s1 .pagination span:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.index-s1 .pagination span:after {
  background-color: #e6002d;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.index-s1 .pagination span.active:after {
  transform: scaleX(1);
}

.index-s2 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/index/img-1.jpg");
}
.index-s2 .cell-box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-s2 .flex {
  display: flex;
}
.index-s2 .c-title {
  width: 37%;
}
.index-s2 .right-box {
  width: 63%;
}
.index-s2 h4 {
  font-size: 2rem;
  color: #333;
}
.index-s2 .para {
  font-size: 1rem;
  line-height: 2;
  color: #808080;
  margin-top: 1.75rem;
}
.index-s2 .c-btn {
  margin-top: 5rem;
}
.index-s2 .items {
  margin-top: 11.25rem;
  display: flex;
  justify-content: space-between;
}
.index-s2 .item span {
  font-size: 4rem;
  color: #333;
  font-family: 'Arial';
  transition: all .3s ease;
}
.index-s2 .item i {
  font-size: 1.25rem;
  color: #333;
  font-style: normal;
}
.index-s2 .item p {
  font-size: 1rem;
  color: #808080;
  line-height: 2;
  margin-top: 1vw;
}
@media screen and (min-width: 1025px) {
  .index-s2 .item:hover span {
    color: #215eca;
    text-shadow: 0 15px 10px rgba(39, 89, 212, 0.3);
  }
}

.index-s3 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/index/img-2.jpg");
}
.index-s3 .cell-box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-s3 .items {
  margin: 0 -9.375vw;
  padding: 3rem 9.375vw 7.5rem;
}
.index-s3 .item {
  height: auto;
  border-radius: 5px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: background .3s ease;
}
.index-s3 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background: url("/statics/home_en/images/index/img-3.png") center bottom no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s3 .item .box {
  padding: 1.5rem 2rem 2rem;
  position: relative;
  z-index: 2;
}
.index-s3 .item h3 {
  width: 6.5rem;
  height: 8.5rem;
  line-height: 8.5rem;
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: 'Arial';
  background-image: url("/statics/home_en/images/index/icon-2.png");
}
.index-s3 .item .para {
  margin-top:-10px;
  margin-left: 4rem;
  overflow: hidden;
  font-size:14px!important;
  line-height:22px!important;
  color: #333;
  transition: color .3s ease;
}
.index-s3 .item p {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}
.index-s3 .item p:nth-of-type(1) {
  margin-top: 0;
}
.index-s3 .item span:nth-of-type(1) {
  white-space: nowrap;
  margin-right: 10px;
}
.index-s3 .item.active {
  background-color: #215eca;
}
.index-s3 .item.active:before {
  opacity: 1;
}
.index-s3 .item.active .para {
  color: #fff;
}
.index-s3 .bot-box {
  position: relative;
}
.index-s3 .bot-box .line {
  position: absolute;
  left: -9.375vw;
  right: -9.375vw;
  top: calc(1.4375rem - 1px);
  height: 2px;
  background-image: url("/statics/home_en/images/index/icon-3.png");
}
.index-s3 .bot-box .line span {
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #980e0e;
  transition: width .3s ease;
}
.index-s3 .year {
  margin: 0 -9.375vw;
  padding: 0 calc(9.375vw + 9.375rem) 0 9.375vw;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index-s3 .s-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.index-s3 .s-box i {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  margin: 0 auto;
  position: relative;
}
.index-s3 .s-box i:before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #215eca;
  border-radius: 50%;
  transition: all .3s ease;
}
.index-s3 .s-box i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #980e0e;
  background-color: #e3edea;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  transition: all .3s ease;
}
.index-s3 .s-box span {
  display: block;
  font-size: 18px;
  color: #215eca;
  margin-top: 5px;
  font-family: 'Arial';
}
.index-s3 .s-box.active i:before {
  opacity: 0;
}
.index-s3 .s-box.active i:after {
  opacity: 1;
}
.index-s3 .s-box.active span {
  color: #980e0e;
}
.index-s3 .button-next {
  width: 2.875rem;
  height: 2.875rem;
  background-color: #8f1414;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/index/icon-4.png");
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.index-s4 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/index/img-4.jpg");
}
.index-s4 .cell-box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-s4 .top-block {
  position: relative;
  height: 60%;
  overflow: hidden;
}
.index-s4 .top-block .items {
  margin-top: 2.5rem;
  width: 50%;
  margin-left: 0;
}
.index-s4 .top-block .item span {
  font-size: 1.125rem;
  color: #cccccc;
  font-family: 'Arial';
}
.index-s4 .top-block .item h3 {
  font-size: 2.25rem;
  margin: 2.5rem 0;
}
.index-s4 .top-block .item a:hover {
  box-shadow: none;
}
.index-s4 .top-block .pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-s4 .top-block .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s4 .top-block .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s4 .top-block .pagination span.active {
  background-color: #8f1414;
}
.index-s4 .bot-block {
  height: 40%;
  border-top: 1px solid #e7e7e7;
}
.index-s4 .bot-block .item a {
  display: flex;
  align-items: center;
}
.index-s4 .bot-block .item .img-box {
  width: 51.28%;
  overflow: hidden;
}
.index-s4 .bot-block .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s4 .bot-block .item .txt-box {
  width: 48.72%;
  padding: 0 2.5rem;
}
.index-s4 .bot-block .item span {
  font-size: 1.125rem;
  color: #cccccc;
  font-family: 'Arial';
}
.index-s4 .bot-block .item h3 {
  font-size: 1.5rem;
  color: #333;
  margin-top: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .index-s4 .bot-block .item:hover img {
    transform: scale(1.1);
  }
}
.index-s4 .button {
  width: 2.875rem;
  height: 2.875rem;
  background-color: #8f1414;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/index/icon-4.png");
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -1.4375rem;
}
.index-s4 .button.swiper-button-disabled {
  visibility: hidden;
}
.index-s4 .button-prev {
  left: -6.25rem;
  transform: rotateY(180deg);
}
.index-s4 .button-next {
  right: -6.25rem;
}

.index-s5 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/index/img-6.jpg");
}
.index-s5 .cell-box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-s5 .para {
  font-size: 1rem;
  line-height: 2;
  color: #444444;
  width: 36%;
  margin-top: 1.75rem;
}
.index-s5 form {
  margin-top: 17.25rem;
  display: flex;
}
.index-s5 .box {
  width: calc((100% - 14.875rem) / 2);
  position: relative;
  margin-right: 2.1875rem;
}
.index-s5 .box:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -0.75rem;
  z-index: 3;
  transition: all .3s ease;
}
.index-s5 .box input {
  width: 100%;
  height: 4.5rem;
  border: 2px solid #656565;
  border-radius: 3px;
  background-color: #f8f8f6;
  font-size: 1.125rem;
  color: #333;
  padding: 0 20px 0 4.5rem;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.index-s5 .box:nth-of-type(1):before {
  background-image: url("/statics/home_en/images/index/icon-6.png");
}
.index-s5 .box:nth-of-type(1).open:before {
  background-image: url("/statics/home_en/images/index/icon-6-on.png");
}
.index-s5 .box:nth-of-type(2):before {
  background-image: url("/statics/home_en/images/index/icon-7.png");
}
.index-s5 .box:nth-of-type(2).open:before {
  background-image: url("/statics/home_en/images/index/icon-7-on.png");
}
.index-s5 .box ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 2.5rem 5rem;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  display: none;
  z-index: 2;
}
.index-s5 .box ul li span {
  display: block;
  font-size: 1.125rem;
  line-height: 3.75rem;
  color: #555555;
  cursor: pointer;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s5 .box ul li span:hover {
    color: #215eca;
  }
}
.index-s5 .box ul .link {
  padding: 1rem 2rem;
  border-top: 1px solid #ededec;
}
.index-s5 .box ul .link a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 2;
  color: #555555;
  transition: color .3s ease;
}
.index-s5 .box ul .link a:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/index/icon-8.png");
  opacity: 0;
  transition: opacity .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s5 .box ul .link a:hover {
    color: #215eca;
  }
  .index-s5 .box ul .link a:hover:after {
    opacity: 1;
  }
}
.index-s5 .box.open input {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.index-s5 .box.open ul {
  display: block;
}
.index-s5 a.btn {
  display: inline-block;
  width: 10.5rem;
  text-align: center;
  line-height: 4.5rem;
  background-color: #215eca;
  border-radius: 3px;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
}

.index-s6 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/index/img-7.jpg");
}
.index-s6 .cell-box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-s6 .items {
  margin-top: 3rem;
  display: flex;
}
.index-s6 .item {
  width: calc((100% - 6rem) / 3);
  margin-left: 3rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 5rem 2.5rem;
  transition: all .3s ease;
}
.index-s6 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/index/img-8.png");
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 1;
}
.index-s6 .item:after {
  content: '';
  width: 3.75rem;
  height: 3.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.index-s6 .item .txt {
  margin-right: 5rem;
}
.index-s6 .item h3 {
  font-size: 1.5rem;
  color: #333;
  transition: color .3s ease;
}
.index-s6 .item p {
  font-size: 1rem;
  color: #999999;
  margin-top: 1rem;
  transition: color .3s ease;
}
.index-s6 .item:nth-of-type(1):after {
  background-image: url("/statics/home_en/images/index/icon-5-1.png");
}
@media screen and (min-width: 1025px) {
  .index-s6 .item:nth-of-type(1):hover:after {
    background-image: url("/statics/home_en/images/index/icon-5-1-on.png");
  }
}
.index-s6 .item:nth-of-type(2):after {
  background-image: url("/statics/home_en/images/index/icon-5-2.png");
}
@media screen and (min-width: 1025px) {
  .index-s6 .item:nth-of-type(2):hover:after {
    background-image: url("/statics/home_en/images/index/icon-5-2-on.png");
  }
}
.index-s6 .item:nth-of-type(3):after {
  background-image: url("/statics/home_en/images/index/icon-5-3.png");
}
@media screen and (min-width: 1025px) {
  .index-s6 .item:nth-of-type(3):hover:after {
    background-image: url("/statics/home_en/images/index/icon-5-3-on.png");
  }
}
.index-s6 .item:nth-of-type(1) {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .index-s6 .item:hover {
    background-color: #215eca;
  }
  .index-s6 .item:hover:before {
    opacity: 1;
  }
  .index-s6 .item:hover h3, .index-s6 .item:hover p {
    color: #fff;
  }
}
.index-s6 .info {
  margin-top: 4.375rem;
  position: relative;
}
.index-s6 .info h3 {
  font-size: 1.5rem;
  color: #333;
}
.index-s6 .info p {
  font-size: 1rem;
  margin-top: 1.125rem;
  color: #666;
}
.index-s6 .info p a {
  color: #215eca;
}
.index-s6 .info .c-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-detail {
  background-color: #f9f9fa;
  padding: 6.25vw 0;
}
.team-detail .share {
  float: left;
  margin-left: -60px;
  width: 60px;
  position: sticky;
  top: 120px;
}
.team-detail .share a {
  width: 24px;
  height: 24px;
  display: block;
  margin-top: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.team-detail .share a:nth-of-type(1) {
  margin-top: 0;
}
.team-detail .share a.wechat {
  background-image: url("/statics/home_en/images/team/share-1.png");
}
.team-detail .share a.wechat:hover {
  background-image: url("/statics/home_en/images/team/share-1-on.png");
}
.team-detail .share a.sina {
  background-image: url("/statics/home_en/images/team/share-2.png");
}
.team-detail .share a.sina:hover {
  background-image: url("/statics/home_en/images/team/share-2-on.png");
}
.team-detail .share a.qq {
  background-image: url("/statics/home_en/images/team/share-3.png");
}
.team-detail .share a.qq:hover {
  background-image: url("/statics/home_en/images/team/share-3-on.png");
}

.team-s1 {
  background-color: #fff;
  padding: 0 3.75rem 3.75rem;
  border-top: 1px solid transparent;
}
.team-s1 .head-img {
  width: 8.125rem;
  height: 8.125rem;
  margin: -4.0625rem auto 0;
  border-radius: 50%;
  overflow: hidden;
}
.team-s1 .head-img img {
  display: block;
  width: 100%;
}
.team-s1 .name {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0;
}
.team-s1 .name span {
  font-size: 2.25rem;
  color: #333;
}
.team-s1 .name i {
  font-style: normal;
  font-size: 1.75rem;
  color: #a0a0a0;
  margin-left: 10px;
}
.team-s1 .info {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.team-s1 .item {
  width: 240px;
  border: 1px dashed #8fade4;
  margin-left: 1.125rem;
  padding: 1.5rem;
  text-align: center;
}
.team-s1 .item:nth-of-type(1) {
  margin: 0;
}
.team-s1 .item:nth-of-type(1) h3 {
  margin-top: 1.8rem;
}
.team-s1 .item i {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.team-s1 .item p {
  font-size: 1rem;
  color: #333;
  margin-top: 1rem;
}
.team-s1 .item h3 {
  font-size: 1rem;
  color: #333;
  margin-top: .5rem;
}
.team-s1 .item.addr i {
  background-image: url("/statics/home_en/images/team/icon-1-1.png");
}
.team-s1 .item.email i {
  background-image: url("/statics/home_en/images/team/icon-1-2.png");
}
.team-s1 .item.tel i {
  background-image: url("/statics/home_en/images/team/icon-1-3.png");
}
.team-s1 .item.fax i {
  background-image: url("/statics/home_en/images/team/icon-1-4.png");
}
.team-s1 .para {
  text-align: center;
  font-size: 1.125rem;
  color: #555;
  margin-top: 2.5rem;
}

.team-s2 {
  margin-top: 2.25rem;
  display: flex;
  align-items: flex-start;
}
.team-s2 .left-box {
  width:26.56%;
  margin-right: 1.875rem;
}
.team-s2 .left-box .link {
  background-color: #fff;
  padding: 1.5rem;
}
.team-s2 .left-box .item {
  display: flex;
  align-items: center;
  background-color: #215eca;
  margin-top: 0.75rem;
  padding: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.team-s2 .left-box .item .txt {
  width: calc(100% - 3.75rem);
}
.team-s2 .left-box .item h3 {
  font-size: 1.375rem;
  color: #fff;
}
.team-s2 .left-box .item h4 {
  font-size: 0.875rem;
  color: #fff;
}
.team-s2 .left-box .item i {
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
}
.team-s2 .left-box .item i:before {
  content: '';
  width: 6.25rem;
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 40%;
  top: 50%;
  margin-top: -1.5625rem;
  transform: rotate(35deg);
  transform-origin: left center;
}
.team-s2 .left-box .item i:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.team-s2 .left-box .item:nth-of-type(1) {
  margin-top: 0;
}
.team-s2 .left-box .item:nth-of-type(1) i:after {
  background-image: url("/statics/home_en/images/team/icon-2-1.png");
}
.team-s2 .left-box .item:nth-of-type(2) i:after {
  background-image: url("/statics/home_en/images/team/icon-2-2.png");
}
.team-s2 .left-box .item:nth-of-type(3) i:after {
  background-image: url("/statics/home_en/images/team/icon-2-3.png");
}
.team-s2 .left-box .box {
  background-color: #fff;
  margin-top: 1.5vw;
  padding: 2.5vw 1.5vw 1vw;
}
.team-s2 .left-box .box h3 {
  font-size: 1.125rem;
  color: #333;
}
.team-s2 .left-box .box a.img {
  display: block;
  position: relative;
  margin: 2vw 0 1vw;
}
@media screen and (min-width: 1025px) {
  .team-s2 .left-box .box a.img:hover img {
    transform: scale(1.1);
  }
}
.team-s2 .left-box .box .img-box {
  overflow: hidden;
  min-height:50px 
}
.team-s2 .left-box .box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.team-s2 .left-box .box h4 {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  color: #fff;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  z-index: 2;
}
.team-s2 .left-box .box a.link {
  display: block;
  font-size: 1rem;
  color: #555555;
  border-bottom: 1px dashed #d5d5d5;
  padding: 1vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.team-s2 .left-box .box a.link:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1vw 0 0;
}
.team-s2 .left-box .box a.link:last-of-type {
  border: none;
}
@media screen and (min-width: 1025px) {
  .team-s2 .left-box .box a.link:hover {
    color: #215eca;
  }
}
.team-s2 .right-box {
  width: 72.5%;
  padding: 3.125vw 3.125vw 6.25vw;
  background-color: #fff;
}
.team-s2 .sec {
  margin-top: 3.125vw;
}
.team-s2 .sec:nth-of-type(1) {
  margin-top: 0;
}
.team-s2 .sec h3 {
  font-size: 1.5rem;
  color: #353535;
  margin-bottom:1.5rem;
}
.team-s2 .sec h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: #215eca;
  display: block;
  margin-top: 1rem;
}
.team-s2 .edu-list {
  font-size: 0;

}
.team-s2 .edu-list span {
  display:block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #555555;
  margin-right: 5.625rem;
  position: relative;
  padding-left:0px;
  margin-top: 10px;
  width:100%;
  box-sizing: border-box
}
.team-s2 .edu-list span:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #555555;
  position: absolute;
  left: 0;
  top: calc(.75rem - 2px);
}
.team-s2 .work-list {
  font-size: 0;
}
.team-s2 .work-list p {
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top:10px;
}
.team-s2 .work-list p:nth-of-type(1) {
  margin-top: 0;
}
.team-s2 .work-list p span {
  width: 20rem;
  position: relative;
  padding-left: 12px;
}
.team-s2 .work-list p span:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #555555;
  position: absolute;
  left: 0;
  top: calc(.75rem - 2px);
}
.team-s2 .area-list {
  font-size: 1rem;
  line-height: 2;
  color: #555;
}

.team-s3 {
  margin-top: -3.2875rem;
  padding: calc(6.25vw + 3.2875rem) 0 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/news/img-4.jpg");
}
.team-s3 .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6.25vw;
}
.team-s3 .item {
  width: calc((100% - 4.01rem) / 3);
  margin-top: 2rem;
  margin-right: 2rem;
  position: relative;
  border: 1px solid #e8e9ea;
  border-bottom-width: 9px;
  border-radius: 3px;
}
.team-s3 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/team/img-3.jpg");
  z-index: 1;
}
.team-s3 .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #16419a, #215eca);
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.team-s3 .item a {
  display: block;
  padding: 2.5rem;
  position: relative;
  z-index: 3;
}
.team-s3 .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-s3 .item .title span {
  font-size: 1rem;
  padding: 0 1.5rem;
  line-height: 2.5rem;
  color: #4b4c4e;
  background-color: #eaebed;
  border-radius: 1.25rem;
  white-space: nowrap;
  margin-left: 10px;
  transition: all .3s ease;
}
.team-s3 .item h3 {
  font-size: 1.875rem;
  color: #4b4c4e;
  transition: color .3s ease;
}
.team-s3 .item .para {
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #f3f3f4;
  border-bottom: 1px solid #f3f3f4;
  font-size: 1rem;
  color: #92959c;
  line-height: 2;
  transition: all .3s ease;
}
.team-s3 .item span.more {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  color: #333;
  transition: color .3s ease;
}
.team-s3 .item span.more:after {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 .5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/team/icon-4.png");
  transition: all .3s ease;
}
@media screen and (min-width: 769px) {
  .team-s3 .item:nth-of-type(1), .team-s3 .item:nth-of-type(2), .team-s3 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .team-s3 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .team-s3 .item:hover:after {
    opacity: 1;
  }
  .team-s3 .item:hover .title span {
    background-color: #e9eef8;
    color: #215eca;
  }
  .team-s3 .item:hover h3 {
    color: #fff;
  }
  .team-s3 .item:hover .para {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .team-s3 .item:hover span.more {
    color: #fff;
  }
  .team-s3 .item:hover span.more:after {
    background-image: url("/statics/home_en/images/team/icon-4-on.png");
  }
}

.about-s1 {
  padding-top: 15vw;
}
.about-s1 .top-block {
  position: relative;
}
.about-s1 .left-box {
  width: 87%;
  padding: 5vw 33.5vw 4vw 4vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-1.jpg");
}
.about-s1 .para {
  font-size: 1.125rem;
  line-height: 2;
  color: #fff;
  opacity: 0.8;
  margin-top: 2rem;
}
.about-s1 .c-btn {
  margin-top: 2.5rem;
}
.about-s1 .right-box {
  position: absolute;
  top: -5vw;
  right: 0;
  width: 49.2%;
  height: 100%;
  overflow: hidden;
}
.about-s1 .right-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s1 .right-box:hover img {
    transform: scale(1.1);
  }
}
.about-s1 .bot-block {
  padding: 6.25vw 0;
  display: flex;
  justify-content: space-between;
}
.about-s1 .bot-block .item {
  max-width: 18%;
}
.about-s1 .bot-block .item span {
  font-size: 4rem;
  color: #333;
  font-family: 'Arial';
  transition: all .3s ease;
}
.about-s1 .bot-block .item i {
  font-size: 1.25rem;
  color: #333;
  font-style: normal;
}
.about-s1 .bot-block .item p {
  font-size: 1rem;
  color: #808080;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .about-s1 .bot-block .item:hover span {
    color: #215eca;
    text-shadow: 0 15px 10px rgba(39, 89, 212, 0.3);
  }
}

.about-s2 {
  padding-top: 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-3.jpg");
  background-attachment: fixed;
}
.about-s2 .wrapper {
  height: 36vw;
  max-height: 700px;
}
.about-s2 .items {
  position: absolute;
  bottom: -2vw;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
.about-s2 .item {
  flex: 1;
  padding: 4.5vw 3.125vw;
}
.about-s2 .item .box {
  position: relative;
  transition: padding .3s ease;
}
.about-s2 .item i {
  display: block;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-s2 .item h3 {
  font-size: 2rem;
  color: #fff;
  margin-top: 1.5rem;
}
.about-s2 .item p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 1.25rem;
}
.about-s2 .item a {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.about-s2 .item:nth-of-type(1) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-4.jpg");
}
.about-s2 .item:nth-of-type(1) i {
  background-image: url("/statics/home_en/images/about/icon-1.png");
}
.about-s2 .item:nth-of-type(2) {
  background-color: #434953;
  transform: translateY(3.5vw);
}
.about-s2 .item:nth-of-type(2) i {
  background-image: url("/statics/home_en/images/about/icon-2.png");
}
@media screen and (min-width: 1025px) {
  .about-s2 .item:hover .box {
    padding-bottom: 5vw;
  }
  .about-s2 .item:hover a {
    opacity: 1;
  }
}

.about-s3 {
  padding: 11.5vw 0 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-5.jpg");
}
.about-s3 .cont {
  position: relative;
  margin-top: 8vw;
}
.about-s3 .airplane {
  position: absolute;
  top: 70px;
  width: 86%;
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dashed #cecfcf;
  transform: rotate(-20deg);
  z-index: 1;
}
.about-s3 .airplane:before {
  content: '';
  position: absolute;
  left: 0;
  width: 30%;
  height: 3px;
  top: -2px;
  background-image: linear-gradient(-90deg, rgba(244, 246, 248, 0), #f4f6f8);
}
.about-s3 .airplane:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30%;
  height: 3px;
  top: -2px;
  background-image: linear-gradient(90deg, rgba(244, 246, 248, 0), #f4f6f8);
}
.about-s3 .airplane img {
  width: 114px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: translateX(-100%);
  transition: left .6s ease;
}
.about-s3 .tab-cont {
  width: 40.625rem;
  height: 20rem;
  margin: 0 auto;
  padding: 0 3.125vw;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1vw 2vw rgba(22, 65, 154, 0.3);
  background-image: linear-gradient(180deg, #6a8ce0, #285ad4);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-s3 .tab-cont .child {
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s3 .tab-cont .child.active {
  display: block;
}
.about-s3 .tab-cont h3 {
  position: relative;
  text-align: center;
  font-size: 3.75rem;
  color: #fff;
  font-family: 'Arial';
}
.about-s3 .tab-cont .para {
  margin-top: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
  max-height: 10rem;
  overflow: auto;
  padding-right: 20px;
  margin-right: -20px;
}
.about-s3 .tab-cont p {
  display: inline-block;
  text-align: left;
}
.about-s3 .year {
  max-width: 1200px;
  margin: 3.125vw auto 0;
  position: relative;
  z-index: 2;
}
.about-s3 .year .item {
  position: relative;
}
.about-s3 .year .item .box {
  text-align: center;
  cursor: pointer;
}
.about-s3 .year .item .box:before {
  content: '';
  width: 25px;
  height: 32px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/about/icon-4.png");
  opacity: 0;
  transform: translateY(10px);
  transition: all .3s ease;
}
.about-s3 .year .item .box .dot {
  width: 16px;
  height: 16px;
  margin: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/about/icon-5-1.png");
  transition: all .3s ease;
}
.about-s3 .year .item .box h3 {
  font-size: 1.5rem;
  line-height: 1;
  color: #1e2835;
  opacity: .5;
  font-family: 'Arial';
  transform: scale(0.75);
  transition: all .3s ease;
}
.about-s3 .year .item .line {
  position: absolute;
  left: 100%;
  top: 62px;
  width: 100px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/about/img-7.png");
}
.about-s3 .year .item .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #215eca;
}
@media screen and (min-width: 1025px) {
  .about-s3 .year .item:hover .box h3 {
    opacity: 1;
    color: #215eca;
  }
}
.about-s3 .year .item.active .box:before {
  opacity: 1;
  transform: translateY(0);
}
.about-s3 .year .item.active .box .dot {
  background-image: url("/statics/home_en/images/about/icon-5-2.png");
}
.about-s3 .year .item.active .box h3 {
  transform: scale(1);
  color: #215eca;
  opacity: 1;
}
.about-s3 .year .item.active .line:after {
  width: 100%;
  transition: all 2s ease;
}
.about-s3 .button {
  position: absolute;
  top: 8vw;
  width: 44px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/about/prev.png");
  transition: all .3s ease;
  cursor: pointer;
  z-index: 2;
}
.about-s3 .button:hover {
  background-image: url("/statics/home_en/images/about/prev-1.png");
}
.about-s3 .button-prev {
  left: 0;
}
.about-s3 .button-next {
  right: 0;
  transform: rotateY(180deg);
}

.about-s4 {
  padding: 15vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-6.jpg");
  background-attachment: fixed;
}
.about-s4 .para {
  max-width: 1030px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.8;
  margin: 3.125vw auto 0;
  text-align: center;
}

.about-s5 {
  margin-top: -3.2875rem;
  padding: calc(6.25vw + 3.2875rem) 0 6.25vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/about/img-9.jpg");
  background-size: 100% auto;
}
.about-s5 .para {
  text-align: center;
  margin: 1.5vw auto 0;
  font-size: 1rem;
  line-height: 2;
  color: #555555;
  max-width: 1096px;
}
.about-s5 .img-box {
  max-width: 1096px;
  margin: 2vw auto 0;
}
.about-s5 img {
  display: block;
  width: 100%;
}

.about-s6 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-10.jpg");
  background-attachment: fixed;
}
.about-s6 .items {
  margin-top: 6.25vw;
  display: flex;
  flex-wrap: wrap;
}
.about-s6 .item {
  position: relative;
  width: calc((100% - 6.26vw) / 3);
  margin-top: 3.125vw;
  margin-right: 3.125vw;
  border-radius: 6px;
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  transition: transform .3s ease;
}
.about-s6 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-12.jpg");
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.about-s6 .item .box {
  padding: 3.125vw 2vw;
  position: relative;
  z-index: 2;
}
.about-s6 .item span {
  font-size: 5rem;
  display: block;
  font-family: 'Arial';
}
.about-s6 .item span.show {
  color: #eeeeee;
  transition: opacity .3s ease;
}
.about-s6 .item span.hide {
  color: #fff;
  position: absolute;
  right: 2vw;
  top: 0;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 3;
  transition: none;
}
.about-s6 .item h3 {
  font-size: 1.5rem;
  color: #333;
  margin-top: 2.5vw;
  transition: color .3s ease;
}
.about-s6 .item h3:after {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  margin: 1rem 0;
  background-image: linear-gradient(90deg, #215eca, #ba46a5);
}
.about-s6 .item p {
  font-size: 1rem;
  line-height: 2;
  color: #808080;
  transition: color .3s ease;
}
@media screen and (min-width: 760px) {
  .about-s6 .item:nth-of-type(1), .about-s6 .item:nth-of-type(2), .about-s6 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .about-s6 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-s6 .item:hover {
    transform: translateY(-10px);
  }
  .about-s6 .item:hover:before {
    opacity: 1;
  }
  .about-s6 .item:hover span.show {
    opacity: 0;
    transition: none;
  }
  .about-s6 .item:hover span.hide {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .about-s6 .item:hover h3, .about-s6 .item:hover p {
    color: #fff;
  }
}

.about-s7 {
  margin-top: -3.2875rem;
  padding: calc(6.25vw + 3.2875rem) 0 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/about/img-13.jpg");
}
.about-s7 .swiper {
  position: relative;
  margin-top: 3.125vw;
}
.about-s7 .item {
  background-color: #fff;
}
.about-s7 .item .flex {
  display: flex;
}
.about-s7 .item .img-box {
  width: 50%;
  min-height: 25.3125vw;
  overflow: hidden;
}
.about-s7 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-s7 .item .txt-box {
  width: 50%;
  padding: 3.125vw;
}
.about-s7 .item h3 {
  font-size: 2rem;
  color: #333;
}
.about-s7 .item p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
  margin-top: 20px;
}
.about-s7 .button {
  width: 46px;
  height: 46px;
  background-color: #bfc1d1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/about/icon-6.png");
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-s7 .button:hover {
    background-color: #215eca;
  }
}
.about-s7 .button-prev {
  left: -100px;
}
.about-s7 .button-next {
  right: -100px;
  transform: rotateY(180deg);
}

.about-s8 {
  padding: 6.25vw 0 9.375vw;
}
.about-s8 .bot-block {
  margin-top: 4.5vw;
}
.about-s8 .year {
  width: 100%;
  background-color: #fff;
  z-index: 5;
}
.about-s8 .year:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  left: 0;
}
.about-s8 .year .swiper {
  margin: 0 -9.375vw;
  position: relative;
}
.about-s8 .year .swiper:before, .about-s8 .year .swiper:after {
  content: '';
  width: 9.375vw;
  height: 100%;
  background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  z-index: 2;
}
.about-s8 .year .swiper:before {
  left: 0;
}
.about-s8 .year .swiper:after {
  right: 0;
  transform: rotateY(180deg);
}
.about-s8 .year .items {
  padding: 0 9.375vw;
}
.about-s8 .year .item {
  padding: 3rem 0;
  margin-bottom: 1px;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: padding .3s ease;
}
.about-s8 .year .item span {
  font-size: 4.375rem;
  line-height: 1.5;
  color: #d8dddf;
  font-family: 'Arial';
  background-color: #fff;
}
.about-s8 .year .item.active {
  border-color: #215eca;
  background-color: #fff;
}
.about-s8 .year.active {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.about-s8 .year.active .item {
  padding: 10px 0;
}
.about-s8 .year.active .item span {
  font-size: 2.5rem;
}
.about-s8 .lists {
  padding-top: 7vw;
  position: relative;
}
.about-s8 .lists:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #215eca;
  position: absolute;
  left: 50%;
  top: 0;
}
.about-s8 .lists:after {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/about/icon-7.png");
}
.about-s8 .list {
  position: relative;
  width: 50%;
}
.about-s8 .list:before {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  top: -18px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/about/icon-7.png");
}
.about-s8 .list .box {
  margin-top: 2vw;
}
.about-s8 .list .box:nth-of-type(1) {
  margin-top: 0;
}
.about-s8 .list .box span {
  padding-left: 20px;
  display: block;
  font-size: 1.25rem;
  color: #666666;
  font-family: 'Arial';
}
.about-s8 .list .box .para {
  margin-top: 10px;
}
.about-s8 .list .box p {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}
.about-s8 .list .box p:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-s8 .list .img-box {
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-top: 2vw;
}
.about-s8 .list img {
  display: block;
  width: 100%;
}
.about-s8 .list:nth-of-type(odd) {
  padding-right: 7vw;
}
.about-s8 .list:nth-of-type(odd):before {
  right: 0;
  transform: translateX(50%);
}
.about-s8 .list:nth-of-type(even) {
  margin-left: 50%;
  padding-left: 7vw;
}
.about-s8 .list:nth-of-type(even):before {
  left: 0;
  transform: translateX(-50%);
}

.contact-s1 {
  position: relative;
  margin-top: -3.2875rem;
}
.contact-s1 .img-box {
  position: relative;
}
.contact-s1 .img-box img {
  display: block;
  width: 100%;
}
.contact-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-top: 3.4375rem;
}
.contact-s1 .para {
  font-size: 1.25rem;
  line-height: 2;
  color: #333333;
  margin: 2vw 0;
}
.contact-s1 .ewm {
  width: 122px;
}
.contact-s1 .ewm img {
  display: block;
  width: 100%;
}
.contact-s1 .info {
  width: 2.875rem;
  height: 4.0625rem;
  position: absolute;
  bottom: 33.07%;
  right: 33.59%;
  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("/statics/home_en/images/contact/icon-3.png");
}
.contact-s1 .box {
  position: absolute;
  bottom: 6.25rem;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  width: 50rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  box-shadow: 0 10px 30px rgba(33, 94, 202, 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 #215eca;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.contact-s1 .box .img {
  width: 42.5%;
}
.contact-s1 .box .txt {
  width: 57.5%;
  padding: 0 2.5vw;
  background-image: linear-gradient(135deg, #004ea2, #1b6fca);
}
.contact-s1 .box span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.contact-s1 .box h3 {
  font-size: 1.5rem;
  color: #fff;
  margin: 10px 0;
}
.contact-s1 .box .tel {
  font-size: 1rem;
  color: #fff;
}
.contact-s1 .box .tel:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/contact/icon-4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.contact-s2 {
  padding: 6.25vw 0;
}
.contact-s2 .items {
  margin-top: 3.5vw;
  display: flex;
}
.contact-s2 .item {
  width: calc((100% - 1.5vw) / 2);
}
.contact-s2 .item .top-box {
  position: relative;
  padding-left: 15.7%;
}
.contact-s2 .item .top-box img {
  display: block;
  width: 100%;
}
.contact-s2 .item .info {
  width: 15.7%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-s2 .item .info img {
  filter: grayscale(1);
  transition: all .3s ease;
}
.contact-s2 .item .info span {
  width: 3.75rem;
  font-weight: bold;
  font-size: 3.125rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-s2 .item h3 {
  font-size: 1.75rem;
  color: #333;
  margin-top: 2vw;
}
.contact-s2 .item .para {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #808080;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .contact-s2 .item:nth-of-type(2) {
    margin-left: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .contact-s2 .item:hover .info img {
    filter: grayscale(0);
  }
}

.join-s1 {
  position: relative;
  margin-top: -3.2875rem;
  padding: calc(6.25vw + 3.2875rem) 0 6.25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/join/img-1.jpg");
}
.join-s1 .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.5vw;
}
.join-s1 .item {
  position: relative;
  width: calc((100% - 3.01vw) / 3);
  margin-top: 1.5vw;
  margin-right: 1.5vw;
  padding: 2vw;
  background-color: #fff;
  border: 1px solid #e3e4e7;
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s ease;
}
.join-s1 .item:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: #eaebed;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
}
.join-s1 .item .addr {
  font-size: 1rem;
  line-height: 20px;
  color: #92959c;
  position: relative;
  padding-left: 30px;
  transition: color .3s ease;
}
.join-s1 .item .addr:before {
  content: '';
  width: 12px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/join/icon-1.png");
  position: absolute;
  left: 0;
  top: 2px;
  transition: all .3s ease;
}
.join-s1 .item h3 {
  font-size: 1.5rem;
  color: #4b4c4e;
  margin-top: 25px;
  transition: color .3s ease;
}
.join-s1 .item .para {
  font-size: 1rem;
  line-height: 2rem;
  color: #92959c;
  height: 8rem;
  margin-top: 25px;
  overflow: hidden;
  transition: color .3s ease;
}
.join-s1 .item span {
  display: inline-block;
  font-size: 1.125rem;
  color: #4b4c4e;
  margin-top: 2vw;
  transition: color .3s ease;
}
.join-s1 .item span:after {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/join/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
.join-s1 .item .p-1,
.join-s1 .item .p-2 {
  display: none;
}
@media screen and (min-width: 769px) {
  .join-s1 .item:nth-of-type(1), .join-s1 .item:nth-of-type(2), .join-s1 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .join-s1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .join-s1 .item:hover {
    background-color: #215eca;
  }
  .join-s1 .item:hover:after {
    background-color: #16419a;
  }
  .join-s1 .item:hover .addr, .join-s1 .item:hover h3, .join-s1 .item:hover .para, .join-s1 .item:hover span {
    color: #fff;
  }
  .join-s1 .item:hover .addr:before {
    background-image: url("/statics/home_en/images/join/icon-1-1.png");
  }
  .join-s1 .item:hover span:after {
    background-image: url("/statics/home_en/images/join/icon-2-1.png");
  }
}

.news-s1 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/news/img-1.jpg");
}
.news-s1 .title {
  font-size: 2.5rem;
  color: #333;
  font-weight: bold;
}
.news-s1 .swiper {
  margin-top: 2vw;
  position: relative;
  background-color: #fff;
}
.news-s1 .item a {
  display: flex;
  align-items: center;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.news-s1 .item .img-box {
  width: 50%;
  height: 29.6875vw;
}
.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: 5rem;
  line-height: 1;
  padding-bottom: 10px;
  font-family: 'Arial';
  color: #215eca;
  border-bottom: 3px solid #215eca;
}
.news-s1 .item .date i {
  font-style: normal;
  font-size: 1.375rem;
  font-family: 'Arial';
  color: #215eca;
  padding: 0 0 10px 15px;
}
.news-s1 .item h3 {
  font-size: 1.625rem;
  color: #333333;
  max-height: 3.9rem;
  overflow: hidden;
  margin-top: 1.5vw;
}
.news-s1 .item p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.625rem;
  max-height: 4.875rem;
  overflow: hidden;
  margin-top: 1vw;
}
.news-s1 .item .c-btn {
  margin-top: 1.5vw;
}
@media screen and (min-width: 1025px) {
  .news-s1 .item:hover img {
    transform: scale(1.05);
  }
}
.news-s1 .button {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  border-radius: 50%;
  background-color: #bfc1d1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/statics/home_en/images/news/icon-2.png");
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s1 .button:hover {
    background-color: #215eca;
  }
}
.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: 1rem;
  color: #898989;
  font-family: 'Arial';
}
.news-s1 .page .curr {
  color: #215eca;
  font-size: 2rem;
}

.news-s2 {
  padding: 4.5vw 0 6.25vw;
  background-position: center bottom;
  background-image: url("/statics/home_en/images/news/img-4.jpg");
  background-size: 100% auto;
}
.news-s2.pd {
  margin-top: -3.2875rem;
  padding: calc(6.25vw + 3.2875rem) 0 6.25vw;
}
.news-s2 .info {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 6.25vw;
}
.news-s2 .info .txt-box {
  width: 50%;
  padding: 6.25vw 3.125vw;
}
.news-s2 .info .para {
  font-size: 1.125rem;
  line-height: 2;
  color: #888888;
  margin-top: 1.5vw;
}
.news-s2 .info .img-box {
  width: 50%;
}
.news-s2 .info .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-s2 .items {
  margin-bottom: 4.5vw;
}
.news-s2 .item {
  border-top: 1px solid #eeeeee;
}
.news-s2 .item a {
  padding: 1.5vw 0;
  display: flex;
  align-items: center;
}
.news-s2 .item:last-of-type {
  border-bottom: 1px solid #eeeeee;
}
.news-s2 .item .img-box {
  width: 24.5%;
  overflow: hidden;
}
.news-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.news-s2 .item .txt-box {
  width: 75.5%;
  padding-left: 3.125vw;
}
.news-s2 .item .date {
  font-size: 1rem;
  color: #9d9d9d;
  font-family: 'Arial';
}
.news-s2 .item h3 {
  font-size: 1.625rem;
  color: #000;
  margin-top: 1vw;
}
.news-s2 .item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #818181;
  margin-top: 1vw;
}
@media screen and (min-width: 1025px) {
  .news-s2 .item:hover img {
    transform: scale(1.1);
  }
}

.news-s3 img {
  display: block;
  width: 100%;
}

.news-s4 {
  background-color: #f7f7f7;
  padding-bottom: 4.5vw;
}
.news-s4 .flex {
  margin-top: -3.5vw;
  display: flex;
  align-items: flex-start;
}
.news-s4 .left-block {
  width: 72.5%;
}
.news-s4 .left-block .top-block {
  background-color: #fff;
  padding: 4vw 2vw;
}
.news-s4 .left-block .bot-block {
  margin-top: 3.125vw;
  border-top: 3px solid #215eca;
  background-color: #fff;
  padding: 1.5vw 2vw;
}
.news-s4 .left-block .bot-block a {
  display: block;
  font-size: 1rem;
  color: #333333;
  line-height: 2;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s4 .left-block .bot-block a:hover {
    color: #215eca;
  }
}
.news-s4 .left-block .title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.news-s4 .left-block .date {
  font-size: 1.125rem;
  color: #000;
  margin-top: 1.5vw;
}
.news-s4 .left-block .para {
  margin-top: 3.125vw;
}
.news-s4 .left-block .field-tip {
  font-size: 1.125rem;
  color: #000;
  margin-top: 1.5vw;
}
.news-s4 .left-block .field-para {
  font-size: 1rem;
  line-height: 2;
  color: #555;
  margin-top: 1.5vw;
}
.news-s4 .left-block a.back {
  width: 167px;
  display: block;
  margin: 3.125vw auto 0;
}
.news-s4 .left-block a.back img {
  display: block;
  width: 100%;
}
.news-s4 .right-block {
  width: calc(27.5% - 1.875rem);
  margin-left: 1.875rem;
}
.news-s4 .right-block.sticky {
  position: sticky;
  top: 100px;
}
.news-s4 .right-block .pages {
  background-color: #fff;
}
.news-s4 .right-block a.page {
  display: block;
  padding: 2vw;
  position: relative;
  border-top: 3px solid #f7f7f7;
  transition: all .3s ease;
}
.news-s4 .right-block a.page span {
  font-size: 1.25rem;
  color: #333;
  transition: color .3s ease;
}
.news-s4 .right-block a.page h3 {
  font-size: 1.25rem;
  color: #333;
  margin-top: 1rem;
  transition: color .3s ease;
}
.news-s4 .right-block a.page p {
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.5;
  margin-top: 10px;
  transition: color .3s ease;
}
.news-s4 .right-block a.page .date {
  font-size: 0.875rem;
  color: #9d9d9d;
  margin-top: 15px;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s4 .right-block a.page:hover {
    border-color: #2b6ad9;
    background-color: #1a4dad;
  }
  .news-s4 .right-block a.page:hover span, .news-s4 .right-block a.page:hover h3, .news-s4 .right-block a.page:hover p, .news-s4 .right-block a.page:hover .date {
    color: #fff;
  }
}
.news-s4 .right-block .box {
  background-color: #fff;
  margin-top: 1.5vw;
  padding: 2.5vw 1.5vw 1vw;
}
.news-s4 .right-block .box:nth-of-type(1) {
  margin-top: 0;
}
.news-s4 .right-block .box h3 {
  font-size: 1.125rem;
  color: #333;
}
.news-s4 .right-block .box a.img {
  display: block;
  position: relative;
  margin: 2vw 0 1vw;
}
@media screen and (min-width: 1025px) {
  .news-s4 .right-block .box a.img:hover img {
    transform: scale(1.1);
  }
}
.news-s4 .right-block .box .img-box {
  overflow: hidden;
}
.news-s4 .right-block .box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.news-s4 .right-block .box h4 {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  color: #fff;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  z-index: 2;
}
.news-s4 .right-block .box a.link {
  display: block;
  font-size: 1rem;
  color: #555555;
  border-bottom: 1px dashed #d5d5d5;
  padding: 1vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.news-s4 .right-block .box a.link:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1.25rem 0 0;
}
.news-s4 .right-block .box a.link:last-of-type {
  border: none;
}
@media screen and (min-width: 1025px) {
  .news-s4 .right-block .box a.link:hover {
    color: #215eca;
  }
}

.case-s1 {
  margin-top: -3.2875rem;
  padding: calc(6.25vw + 3.2875rem) 0 6.25vw;
  background-position: center bottom;
  background-image: url("/statics/home_en/images/news/img-4.jpg");
  background-size: 100% auto;
}
.case-s1 .items {
  display: flex;
  flex-wrap: wrap;
  margin: 3.5vw auto 4.5vw;
}
.case-s1 .item {
  width: calc((100% - 1.51vw) / 2);
  position: relative;
  margin-top: 1.5vw;
  border-radius: 5px;
  background-color: #fff;
  padding: 2vw;
  border-left: 6px solid #215eca;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(124, 124, 124, 0.1);
}
.case-s1 .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("/statics/home_en/images/news/img-8.jpg");
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.case-s1 .item span {
  display: block;
  font-size: 1rem;
  color: #cccccc;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.case-s1 .item h3 {
  font-size: 1.375rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
@media screen and (min-width: 769px) {
  .case-s1 .item:nth-of-type(1), .case-s1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .case-s1 .item:nth-of-type(odd) {
    margin-right: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .case-s1 .item:hover:before {
    opacity: 1;
  }
  .case-s1 .item:hover span, .case-s1 .item:hover h3 {
    color: #fff;
  }
}

.performance-s1 {
  padding: 6.25vw 0;
  background-color: #f7f9fc;
}
.performance-s1 .link {
  margin: 2vw -7px 0;
  display: flex;
  flex-wrap: wrap;
}
.performance-s1 .link a {
  width: calc(14.285% - 14px);
  margin: 7px;
  text-align: center;
  font-size: 1rem;
  color: #555555;
  line-height: 3.125rem;
  border: 1px solid #e1e3e7;
  border-radius: 24px;
  transition: all .3s ease;
}
.performance-s1 .link a.active {
  background-color: #215eca;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .performance-s1 .link a:hover {
    background-color: #215eca;
    color: #fff;
  }
}
.performance-s1 .items {
  margin: 4.5vw 0;
  display: flex;
  flex-wrap: wrap;
}
.performance-s1 .item {
  width: calc((100% - 3.01vw) / 3);
  margin-top: 1.5vw;
  margin-right: 1.5vw;
  padding: 4vw 2vw;
  border-radius: 10px;
  text-align: center;
  background-image: url("/statics/home_en/images/performance/img-1-1.jpg");
  box-shadow: 0 0 30px rgba(78, 78, 78, 0.1);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
.performance-s1 .item h3 {
  font-size: 1.625rem;
  color: #333;
  line-height: 1.5;
  transition: color .3s ease;
}
@media screen and (min-width: 769px) {
  .performance-s1 .item:nth-of-type(1), .performance-s1 .item:nth-of-type(2), .performance-s1 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .performance-s1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .performance-s1 .item:hover {
    background-image: url("/statics/home_en/images/performance/img-1-2.jpg");
  }
  .performance-s1 .item:hover h3 {
    color: #fff;
  }
}

.field-s1 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/statics/home_en/images/join/img-1.jpg");
}
.field-s1 .items {
  margin-top: 2.5vw;
  display: flex;
  flex-wrap: wrap;
}
.field-s1 .item {
  width: calc((100% - 60px) / 4);
  height: 11.46vw;
  margin-top: 3.125vw;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background .3s ease;
}
.field-s1 .item a {
  display: block;
  height: 100%;
  position: relative;
}
.field-s1 .item a:before, .field-s1 .item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease;
}
.field-s1 .item a:before {
  background-image: linear-gradient(135deg, white, 70%, rgba(255, 255, 255, 0.2));
  z-index: 1;
}
.field-s1 .item a:after {
  background-image: linear-gradient(135deg, #215eca, 70%, rgba(33, 94, 202, 0.2));
  z-index: 2;
  opacity: 0;
}
.field-s1 .item .img-box {
  height: 100%;
}
.field-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity .3s ease;
}
.field-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
}
.field-s1 .item .icon {
  width: 3.75rem;
  height: 3rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/statics/home_en/images/field/icon-2.png");
  margin-bottom: 2rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.field-s1 .item i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.field-s1 .item h3 {
  font-size: 1.5rem;
  color: #333333;
  margin-top: -5rem;
  transition: all .3s ease;
}
@media screen and (min-width: 769px) {
  .field-s1 .item:nth-of-type(1), .field-s1 .item:nth-of-type(2), .field-s1 .item:nth-of-type(3), .field-s1 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .field-s1 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .field-s1 .item:hover {
    background-color: #215eca;
  }
  .field-s1 .item:hover a:before {
    opacity: 0;
  }
  .field-s1 .item:hover a:after {
    opacity: 1;
  }
  .field-s1 .item:hover img {
    opacity: 0.7;
  }
  .field-s1 .item:hover .icon {
    opacity: 1;
  }
  .field-s1 .item:hover h3 {
    color: #fff;
    margin-top: 0;
  }
}

.field-section {
  margin-top: 6.25vw;
}
.field-section h4 {
  font-size: 2.125rem;
  color: #333;
}
.field-section h4:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: #215eca;
  display: block;
  margin-top: 1vw;
}
.field-section .field-items {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
}
.field-section .field-item {
  width: calc((100% - 3.5rem) / 3);
  margin-top: 1.75rem;
  margin-right: 1.75rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex
}
.field-section .field-item:before, .field-section .field-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease;
}
.field-section .field-item:before {
  background-image: linear-gradient(135deg, white, 70%, rgba(255, 255, 255, 0.2));
  z-index:2;
}
.field-section .field-item:after {
  background-image: linear-gradient(135deg, #215eca, 70%, rgba(33, 94, 202, 0.2));
  z-index:3;
  opacity: 0;
}
.field-section .field-item .img-box {
  height: 100%;
  position: absolute;
  left:0px;
  top:0px;
  z-index:1 
}
.field-section .field-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: opacity .3s ease;
}
.field-section .field-item .txt-box {
  position:relative;
  top: 0;
  left: 0;
  width: 100%;
  height:auto;
  text-align: center;
  padding: 1vw 1.5vw;
  z-index:4;
  min-height:170px;
}
.field-section .field-item span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  transition: color .3s ease;
}
@media screen and (min-width: 769px) {
  .field-section .field-item:nth-of-type(1), .field-section .field-item:nth-of-type(2), .field-section .field-item:nth-of-type(3) {
    margin-top: 0;
  }
  .field-section .field-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .field-section .field-item:hover:before {
    opacity: 0;
  }
  .field-section .field-item:hover:after {
    opacity: 1;
  }
  .field-section .field-item:hover img {
    opacity: 0.5;
  }
  .field-section .field-item:hover span {
    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: #215eca;
}
.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: #215eca;
  font-style: italic;
}
.search-s2 .item h3 {
  font-size: 1.25rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.search-s2 .item span {
  display: inline-block;
  font-size: 16px;
  color: #215eca;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #215eca;
  }
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 14px;
  }

  .about-s7 .button-prev,
  .news-s1 .button-prev {
    left: -80px;
  }

  .about-s7 .button-next,
  .news-s1 .button-next {
    right: -80px;
  }

  .index-s2 .c-btn {
    margin-top: 3.125rem;
  }

  .index-s2 .items {
    margin-top: 6.25rem;
  }

  .index-s3 .items {
    padding: 3rem 9.375vw 5rem;
  }

  .index-s3 .item .box {
    padding: 1.5rem 2rem 3rem;
  }

  .about-s3 .year .item .line {
    width: 80px;
  }

  .search-s2 .tip {
    font-size: 17px;
  }

  .search-s2 .item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }

  .c-btn {
    width: 160px;
    line-height: 42px;
  }

  .c-btn:after {
    width: 43px;
    height: 20px;
    margin-top: -10px;
  }

  .search-s2 .tip {
    font-size: 16px;
  }

  .search-s2 .item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  .about-s2 .item a {
    opacity: 1;
    position: relative;
    margin-top: 2rem;
  }

  .subnav .right-box {
    display: none;
  }

  .contact-s2 .item .info img {
    filter: grayscale(0);
  }

  .about-s7 .button-prev, .news-s1 .button-prev {
    left: -60px;
  }

  .about-s7 .button-next, .news-s1 .button-next {
    right: -60px;
  }

  .performance-s1 .link a {
    width: auto;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-banner img {
    height: 50vw;
    object-fit: cover;
  }

  .c-banner h3 {
    font-size: 2rem;
  }

  .subnav .flex {
    margin: 0 -5vw;
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .subnav .left-box .m {
    white-space: nowrap;
  }

  .subnav .left-box a {
    font-size: 14px;
    line-height: 20px;
    padding: 1rem;
    margin: 0;
    text-align: center;
    white-space: normal;
    width: 33.33vw;
  }

  .subnav .left-box a:after {
    height: 1px;
  }

  .about-s3 .year .item .line {
    width: 50px;
  }

  .about-s1 {
    padding-top: 4rem;
  }

  .about-s1 .left-box {
    width: 100%;
    padding: 4rem 2rem;
  }

  .about-s1 .right-box {
    width: 100%;
    position: static;
  }

  .c-title h3 {
    font-size: 2.4rem;
  }

  .c-title h3:after {
    width: 24px;
    height: 2px;
    margin-top: 1rem;
  }

  .about-s1 .para {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .about-s1 .bot-block {
    flex-wrap: wrap;
  }

  .about-s1 .bot-block .item {
    max-width: 45%;
    width: 45%;
    margin-top: 2rem;
  }
  .about-s1 .bot-block .item:nth-of-type(1), .about-s1 .bot-block .item:nth-of-type(2) {
    margin-top: 0;
  }

  .about-s1 .bot-block .item span {
    font-size: 3rem;
  }

  .about-s1 .bot-block .item i {
    font-size: 1.4rem;
  }

  .about-s1 .bot-block .item p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .about-s2 .wrapper {
    height: auto;
  }

  .about-s2 .items {
    position: static;
    margin-top: 2rem;
    display: block;
  }

  .about-s2 .item:nth-of-type(2) {
    transform: none;
  }

  .about-s2 .item {
    padding: 4rem 2rem;
  }

  .about-s2 .item h3 {
    font-size: 1.8rem;
  }

  .about-s2 .item p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .about-s3 .cont {
    margin-top: 2rem;
  }

  .about-s3 .airplane {
    display: none;
  }

  .about-s3 .tab-cont {
    width: 100%;
    height: auto;
    padding: 4rem 2rem;
  }

  .about-s3 .tab-cont .para {
    font-size: 1.4rem;
    line-height: 1.5;
    height: 8.4rem;
  }

  .about-s3 .buttons {
    display: none;
  }

  .about-s3 .year {
    margin-top: 2rem;
  }

  .about-s4 .para {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .case-s1 {
    margin-top: 0;
    background-size: cover;
  }

  .case-s1 .items {
    margin: 2rem 0 4rem;
    display: block;
  }

  .case-s1 .item {
    width: 100%;
    padding: 2rem;
    margin-top: 2rem;
  }
  .case-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .case-s1 .item span {
    font-size: 1.4rem;
  }

  .case-s1 .item h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .contact-s1 {
    margin-top: 0;
  }

  .contact-s1 .txt-box {
    position: static;
    width: 100%;
  }

  .contact-s1 .para {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 2rem 0;
  }

  .contact-s1 .img-box {
    display: none;
  }

  .contact-s2 {
    padding: 0 0 4rem;
  }

  .contact-s2 .items {
    display: block;
    margin-top: 2rem;
  }

  .contact-s2 .item {
    width: 100%;
  }
  .contact-s2 .item:nth-of-type(2) {
    margin-top: 4rem;
  }

  .contact-s2 .item h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .contact-s2 .item .para {
    font-size: 1.4rem;
  }

  .about-s5 {
    margin-top: 0;
  }

  .about-s5 .para {
    font-size: 1.4rem;
    margin-top: 2rem;
    line-height: 1.5;
  }

  .about-s5 .img-box {
    margin-top: 2rem;
  }

  .about-s6 .items {
    margin-top: 2rem;
    display: block;
  }

  .about-s6 .item {
    width: 100%;
    margin: 2rem 0 0;
  }
  .about-s6 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s6 .item .box {
    padding: 2rem;
  }

  .about-s6 .item h3 {
    margin-top: 1rem;
    font-size: 1.8rem;
  }

  .c-crumbs {
    display: none;
  }

  .news-s3 img {
    height: 50vw;
    object-fit: cover;
  }

  .news-s4 .flex {
    margin-top: -2rem;
    display: block;
  }

  .news-s4 .left-block {
    width: 100%;
  }

  .news-s4 .left-block .top-block {
    padding: 4rem 2rem;
  }

  .news-s4 .left-block .title {
    font-size: 2.4rem;
  }

  .news-s4 .left-block .field-tip {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .news-s4 .left-block .field-para {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .field-section {
    margin-top: 4rem;
  }

  .field-section h4:after {
    width: 24px;
    height: 2px;
    margin-top: 1.5rem;
  }

  .field-section h4 {
    font-size: 1.8rem;
  }

  .field-section .field-items {
    margin-top: 2rem;
  }

  .field-section .field-item {
    width: 100%;
    height: 10rem;
    margin: 1rem 0 0;
  }
  .field-section .field-item:nth-of-type(1) {
    margin-top: 0;
  }

  .field-section .field-item .txt-box {
    padding: 0 2rem;
  }

  .field-section .field-item span {
    font-size: 1.4rem;
  }

  .news-s4 .left-block a.back {
    display: none;
  }

  .news-s4 .left-block .bot-block {
    margin-top: 2rem;
    padding: 1rem;
  }

  .news-s4 .left-block .bot-block a {
    font-size: 1.4rem;
  }

  .news-s4 .right-block {
    width: 100%;
    margin: 2rem 0 0;
  }

  .news-s4 .right-block .box {
    padding: 2rem;
    margin-top: 2rem;
  }

  .news-s4 .right-block .box h3 {
    font-size: 1.8rem;
  }

  .news-s4 .right-block .box a.img {
    margin: 1rem 0;
  }

  .news-s4 .right-block .box h4 {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .news-s4 .right-block .box a.link {
    font-size: 1.4rem;
    padding: 1rem 0;
  }

  .field-s1 {
    background-size: cover;
  }

  .field-s1 .items {
    margin-top: 2rem;
  }

  .field-s1 .item {
    width: calc(50% - .5rem);
    height: 10rem;
    margin: 1rem 0 0;
  }
  .field-s1 .item:nth-of-type(1), .field-s1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .field-s1 .item:nth-of-type(even) {
    margin-left: 1rem;
  }

  .field-s1 .item h3 {
    font-size: 1.6rem;
    padding: 0 1rem;
  }

  .about-s7 {
    margin-top: 0;
  }

  .about-s7 .swiper {
    margin-top: 2rem;
  }

  .about-s7 .button {
    display: none;
  }

  .about-s7 .item .flex {
    display: block;
  }

  .about-s7 .item .img-box {
    width: 100%;
    min-height: auto;
  }

  .about-s7 .item .txt-box {
    width: 100%;
    padding: 2rem;
  }

  .about-s7 .item h3 {
    font-size: 1.8rem;
  }

  .about-s7 .item p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .about-s7 .pagination {
    margin-top: 2rem;
    text-align: center;
    font-size: 0;
  }
  .about-s7 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 2px;
  }
  .about-s7 .pagination span.active {
    background-color: #215eca;
  }

  .about-s8 .bot-block {
    margin-top: 2rem;
  }

  .about-s8 .year {
    display: none;
  }

  .about-s8 .h {
    display: none;
  }

  .about-s8 .lists {
    padding-top: 0;
  }

  .about-s8 .lists:before {
    display: none;
  }

  .about-s8 .list {
    width: 100%;
    margin: 4rem 0 0;
  }
  .about-s8 .list:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s8 .list:nth-of-type(odd) {
    padding-right: 0;
  }

  .about-s8 .list:before {
    display: none;
  }

  .about-s8 .list:nth-of-type(even) {
    margin-left: 0;
    padding-left: 0;
  }

  .about-s8 .list .box span {
    font-size: 1.4rem;
  }

  .about-s8 .list .box p {
    font-size: 1.4rem;
    line-height: 20px;
  }

  .about-s8 .list .box {
    margin-top: 2rem;
  }

  .about-s8 .list .img-box {
    margin-top: 1rem;
  }

  .about-s8 .lists:after {
    display: none;
  }

  .join-s1 {
    margin-top: 0;
  }

  .join-s1 .items {
    margin-bottom: 4rem;
  }

  .join-s1 .item {
    width: 100%;
    margin: 2rem 0 0;
    padding: 2rem;
  }
  .join-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join-s1 .item .addr {
    font-size: 1.4rem;
  }

  .join-s1 .item h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .join-s1 .item .para {
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .join-s1 .item span {
    font-size: 1.4rem;
  }

  .news-s4 .left-block .date {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .news-s4 .left-block .para {
    margin-top: 2rem;
  }

  .news-s4 .right-block a.page {
    padding: 2rem;
  }

  .news-s4 .right-block a.page span,
  .news-s4 .right-block a.page h3 {
    font-size: 1.4rem;
  }

  .news-s4 .right-block a.page p,
  .news-s4 .right-block a.page .date {
    font-size: 1.2rem;
  }

  .news-s1 .title {
    font-size: 2.4rem;
  }

  .news-s1 .swiper {
    margin-top: 2rem;
  }

  .news-s1 .button {
    display: none;
  }

  .news-s1 .item a {
    display: block;
  }

  .news-s1 .item .img-box {
    width: 100%;
    height: 50vw;
  }

  .news-s1 .item .txt-box {
    width: 100%;
    padding: 2rem;
  }

  .news-s1 .item .date span {
    font-size: 3.6rem;
  }

  .news-s1 .item .date i {
    font-size: 1.2rem;
    padding: 0 0 0 10px;
  }

  .news-s1 .item h3 {
    font-size: 1.8rem;
    max-height: 4.32rem;
    margin-top: 1rem;
  }

  .news-s1 .item p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-height: 4.8rem;
    margin-top: 1rem;
  }

  .news-s1 .item .c-btn {
    margin-top: 1rem;
  }

  .news-s1 .page {
    transform: translateY(calc(-100% - 16px));
  }

  .news-s2 {
    background-size: 100% 100%;
  }

  .news-s2 .items {
    margin-bottom: 4rem;
  }

  .news-s2 .item:nth-of-type(1) a {
    padding-top: 0;
  }
  .news-s2 .item:last-of-type {
    border: none;
  }
  .news-s2 .item:last-of-type a {
    padding-bottom: 0;
  }

  .news-s2 .item a {
    padding: 4rem 0;
    display: block;
  }

  .news-s2 .item .img-box {
    width: 100%;
  }

  .news-s2 .item .txt-box {
    width: 100%;
    padding: 1.5rem 0 0;
  }

  .news-s2 .item .date {
    font-size: 1.4rem;
  }

  .news-s2 .item h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  .news-s2 .item p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .news-s2.pd {
    margin-top: 0;
    padding: 4rem 0;
  }

  .news-s2 .info {
    margin-bottom: 4rem;
    display: block;
  }

  .news-s2 .info .txt-box {
    width: 100%;
    padding: 2rem;
  }

  .news-s2 .info .para {
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 1rem;
  }

  .news-s2 .info .img-box {
    width: 100%;
  }

  .performance-s1 .link a {
    margin: 2px;
  }

  .performance-s1 .link {
    margin: 2rem -2px 0;
  }

  .performance-s1 .items {
    margin: 2rem 0 4rem;
  }

  .performance-s1 .item {
    width: 100%;
    padding: 4rem 2rem;
    margin: 2rem 0 0;
  }
  .performance-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .comm-page li {
    margin: 1px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .team-detail {
    padding: 8rem 0 4rem;
  }

  .team-detail .share {
    display: none;
  }

  .team-s1 {
    padding: 0 2rem 2rem;
  }

  .team-s1 .head-img {
    width:12rem;
    height:14rem;
    margin-top: -4rem;
  }

  .team-s1 .name span {
    font-size: 2rem;
  }

  .team-s1 .name i {
    font-size: 1.4rem;
  }

  .team-s1 .info {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    justify-content: space-between;
  }

  .team-s1 .item {
    width: calc(50% - .5rem);
    margin: 1rem 0 0;
  }
  .team-s1 .item:nth-of-type(1), .team-s1 .item:nth-of-type(2) {
    margin-top: 0;
  }

  .team-s1 .item h3 {
    font-size: 1.4rem;
  }

  .team-s1 .item p {
    font-size: 1.2rem;
  }

  .team-s1 .para {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    line-height: 24px;
  }

  .team-s2 {
    margin-top: 2rem;
    display: block;
  }

  .team-s2 .left-box {
    display: none;
  }

  .team-s2 .right-box {
    width: 100%;
    padding: 2rem;
  }

  .team-s2 .sec h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .team-s2 .sec h3:after {
    width: 24px;
    height: 2px;
    margin-top: 1rem;
  }

  .team-s2 .sec {
    margin-top: 4rem;
  }

  .team-s2 .edu-list span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .team-s2 .edu-list span:before {
    top: calc(.9rem - 2px);
  }

  .team-s2 .work-list p {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-left: 12px;
  }

  .team-s2 .work-list p span {
    display: block;
    width: 100%;
    margin-left: -12px;
  }

  .team-s2 .area-list {
    font-size: 1.4rem;
  }

  .subnav form {
    width: 90%;
    margin: 1rem auto;
  }

  .team-s3 {
    margin-top: 0;
  }

  .team-s3 .items {
    margin-bottom: 4rem;
  }

  .team-s3 .item {
    width: 100%;
    margin: 2rem 0 0;
  }

  .team-s3 .item a {
    padding: 2rem;
  }

  .team-s3 .item h3 {
    font-size: 1.8rem;
  }

  .team-s3 .item .para {
    padding: 1rem 0;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .team-s3 .item span.more {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .index-page {
    margin-top: 0;
  }

  .home-swiper {
    height: auto;
  }

  .section {
    height: auto;
  }

  .index-s1 .item .img-box {
    height: 60vw;
  }

  .index-s1 .ope {
    display: none;
  }

  .index-s1 .pagination {
    bottom: 1rem;
  }

  .index-s1 .item h3 {
    font-size: 2rem;
  }

  .index-s1 .item h4 {
    font-size: 1.6rem;
  }

  .index-s1 .item p {
    font-size: 1rem;
  }

  .index-s1 .item .txt-box {
    padding-top: 0;
  }

  .index-s1 .pagination span {
    width: 30px;
  }

  .index-s1 .pagination span:before, .index-s1 .pagination span:after {
    width: 30px;
  }

  .index-s2 .flex {
    display: block;
  }

  .index-s2 .c-title {
    width: 100%;
  }

  .index-s2 .right-box {
    width: 100%;
    margin-top: 2rem;
  }

  .index-s2 h4 {
    font-size: 1.6rem;
  }

  .index-s2 .para {
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 1.5rem;
  }

  .index-s2 .c-btn {
    margin-top: 2rem;
  }

  .index-s2 .items {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .index-s2 .item {
    max-width: 45%;
    width: 45%;
    margin-top: 2rem;
  }
  .index-s2 .item:nth-of-type(1), .index-s2 .item:nth-of-type(2) {
    margin-top: 0;
  }

  .index-s2 .item span {
    font-size: 3rem;
  }

  .index-s2 .item i {
    font-size: 1.4rem;
  }

  .index-s2 .item p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .index-s3 .items {
    margin: 0;
    padding: 4rem 0 2rem;
  }

  .index-s3 .item h3 {
    font-size: 2rem;
  }

  .index-s3 .item .para {
    font-size: 1.2rem;
  }

  .index-s3 .bot-box {
    display: none;
  }

  .index-s3 .pagination,
  .index-s4 .bot-block .pagination {
    font-size: 0;
    text-align: center;
  }
  .index-s3 .pagination span,
  .index-s4 .bot-block .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    transition: all .3s ease;
  }
  .index-s3 .pagination span:nth-of-type(1),
  .index-s4 .bot-block .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .index-s3 .pagination span.active,
  .index-s4 .bot-block .pagination span.active {
    background-color: #8f1414;
  }

  .index-s4 .top-block {
    height: auto;
    padding: 8rem 0 4rem;
  }

  .index-s4 .top-block .items {
    width: 100%;
    margin-top: 2rem;
  }

  .index-s4 .top-block .pagination {
    position: static;
    margin-top: 2rem;
  }

  .index-s4 .top-block .item h3 {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }

  .index-s4 .top-block .item span {
    font-size: 1.4rem;
  }

  .index-s4 .top-block .pagination span {
    width: 6px;
    height: 6px;
    margin-left: 5px;
    background-color: #ccc;
  }

  .index-s4 .bot-block {
    height: auto;
    padding: 4rem 0 8rem;
  }

  .index-s4 .button {
    display: none;
  }

  .index-s4 .bot-block .item .img-box {
    width: 40%;
  }

  .index-s4 .bot-block .item .txt-box {
    width: 60%;
    padding: 0 0 0 1.5rem;
  }

  .index-s4 .bot-block .item span {
    font-size: 1.2rem;
  }

  .index-s4 .bot-block .item h3 {
    font-size: 1.6rem;
  }

  .index-s4 .bot-block .pagination {
    margin-top: 2rem;
    text-align: left;
  }

  .index-s5 .para {
    width: 100%;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 2rem;
  }

  .index-s5 form {
    margin-top: 4rem;
    display: block;
  }

  .index-s5 .box {
    width: 100%;
    margin-bottom: 1rem;
  }

  .index-s5 .box input,
  .index-s5 a.btn {
    font-size: 1.4rem;
  }

  .index-s6 .items {
    margin-top: 4rem;
    display: block;
  }

  .index-s6 .item {
    display: block;
    width: 100%;
    padding: 4rem 2rem;
    margin: 1rem 0 0;
  }
  .index-s6 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s6 .item h3 {
    font-size: 1.8rem;
  }

  .index-s6 .item p {
    font-size: 1.4rem;
  }

  .index-s6 .info {
    margin-top: 4rem;
  }

  .index-s6 .info h3 {
    font-size: 1.8rem;
  }

  .index-s6 .info p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .index-s6 .info .c-btn {
    position: relative;
    margin-top: 2rem;
  }

  .campus-pop .main {
    padding: 0 5%;
  }

  .campus-pop .cont {
    width: 100%;
  }

  .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 .scroll {
    max-height: 50vh;
  }

  .campus-pop .bot-block .box {
    margin-top: 20px;
    padding-top: 20px;
  }

  .campus-pop .bot-block .box h4 {
    font-size: 16px;
  }

  .campus-pop .bot-block .box .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .campus-pop .bot-block a {
    margin-top: 20px;
    font-size: 14px;
  }

  .index-s6,
  .index-s5,
  .index-s3,
  .index-s2 {
    padding: 8rem 0;
  }

  .team-s3,
  .performance-s1,
  .news-s2,
  .news-s1,
  .join-s1,
  .about-s8,
  .about-s7,
  .field-s1,
  .about-s6,
  .about-s5,
  .contact-s1 .txt-box,
  .case-s1,
  .about-s4,
  .about-s3,
  .about-s2
  .about-s1 .bot-block {
    padding: 4rem 0;
  }
}

@media screen and (max-width:1366px){
.index-s3 .item .box {
  padding: 1rem;
}
}

@media screen and (max-width:1280px){
.index-s3 .items {
  padding:1.5rem 9.375vw;
}
.index-s3 .item h3{width: 5.5rem;height: 7.5rem;line-height:7.5rem }
.index-s3 .item .para{margin-top:-18px;font-size:12px !important }

}
@media screen and (max-width:768px){
.index-s3 .item .para{height:310px;overflow-y: auto }

}

.team-s2 .left-box .box{margin-top:0px}
    .left-team{width:100%;position: relative}
    .left-pic{float:left;width:26.56%;overflow: hidden;height:27.29vw}
    .left-pic img{width:100%;height:100%;object-fit:cover }
    .left-cont{float:right;width:68.5%;}
    .left-info{float:left;width: auto;overflow: hidden}
    .left-info span{width:100%;display: block;overflow: hidden;font-size:30px;color:#222}
    .left-info p{width:100%;display: block;overflow: hidden;font-size:20px;color:#666;margin-top:12px }
    .left-wx{float: right;width: auto;}
    .left-wx img{width:108px; display: block;overflow: hidden;box-shadow:0px 4px 12px 5px rgba(0,0,0,0.08);height: auto;border-radius:5px }
    .left-wx span{width: 100%;text-align: center;overflow: hidden;font-size:14px;color:#0c1c2c;opacity:0.5;display: block;margin-top:15px    }
    .left-cont ul{float:left;width:100%;overflow: hidden;margin-top:30px;border-top:1px #e4e4e5 solid}
    .left-cont ul li{float:left;width:100%;overflow: hidden;padding:0.9vw 0px;line-height:24px;border-bottom:1px #e4e4e5 solid}
    .left-cont ul li samp{float:left;width:30px;height:24px;overflow: hidden;position: relative}
    .left-cont ul li samp img{width: auto;height: auto;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
    .left-cont ul li span{float:right;width:calc(100% - 42px);overflow: hidden;font-size:16px;color:#555   }
    .team-s2 .left-box .box h3 {font-size: 1.5rem;font-weight: bold;}
    @media screen and (max-width:1366px){
    .left-info span{font-size:24px;}
    .left-info p{font-size:16px;color:#666;margin-top:10px }
    .left-wx img{width:90px; }
    .left-wx span{margin-top:12px}
    .left-cont ul{margin-top:20px;}
    .left-cont ul li{padding:0.5vw 0px;line-height:22px;}
    .left-cont ul li samp{width:25px;height:22px;}
    .left-cont ul li samp img{width:65% }
    .left-cont ul li span{width:calc(100% - 32px);font-size:14px; }
    }
    @media screen and (max-width:1000px){
    .left-cont{width:100%;margin-top:20px}
    .left-info{position: absolute;left:35%;top:0px}
    .left-wx{position: absolute;left:35%;top:10vw}
    .left-cont ul li{padding:1.2vw 0px;line-height:22px;}
    .share{display:none}
    }
    @media screen and (max-width:1000px){
    .left-pic{width:140px;height:21vw}
    .left-pic img{width:100%;height:100%;object-fit:cover }
    .left-info{width:calc(100% - 170px);position: absolute;left:auto;top:10px;right:0px}
    .left-info span{font-size:22px;}
    .left-info p{font-size:14px; }
    .left-wx{width:calc(100% - 170px);position: absolute;left:auto;top:90px;right:0px}
    .left-wx img{width:70px }
    .left-wx span{text-align: left}
    .left-cont{margin-top:12px}
    .left-cont ul li{padding:2vw 0px }
    .left-team{transform: translateY(-20px)}
    }
    @media screen and (max-width:768px){
    .left-pic{height:auto}
    
    }
/*# sourceMappingURL=bundle.css.map */
