@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham Bold.otf");
}
@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham Book.otf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-linemove {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% + 48px);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
body {
  padding-top: 6.25rem;
}

.wrapper {
  position: relative;
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 9;
  transition: background .3s ease;
}
@media screen and (min-width: 1025px) {
  .header.inner, .header.down {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .header.inner .logo img.show, .header.down .logo img.show {
    opacity: 0;
  }
  .header.inner .logo img.hide, .header.down .logo img.hide {
    opacity: 1;
  }
  .header.inner li a.single, .header.down li a.single {
    color: #333;
  }
  .header.inner .lang a.btn, .header.down .lang a.btn {
    color: #333;
  }
  .header.inner .lang a.btn:before, .header.down .lang a.btn:before {
    background-image: url("../images/icon-1-2.png");
  }
  .header.inner .lang a.btn:after, .header.down .lang a.btn:after {
    border-top-color: #333;
  }
  .header.inner a.search, .header.down a.search {
    background-image: url("../images/icon-2-2.png");
  }
  .header.down li a.single {
    line-height: 5rem;
  }
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  position: relative;
}
.header .logo img {
  height: 3.75rem;
  transition: opacity .3s ease;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .ope {
  display: flex;
  align-items: center;
}
.header li {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.125rem;
}
.header li:nth-of-type(1) {
  margin-left: 0;
}
.header li a.single {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  line-height: 6.25rem;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .header li:hover a.single, .header li.active a.single {
    color: #1f9fe2;
  }
}
.header .lang {
  margin: 0 2.5rem 0 5rem;
  position: relative;
}
.header .lang a.btn {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.header .lang a.btn:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1-1.png");
  transition: all .3s ease;
}
.header .lang a.btn:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  transition: all .3s ease;
  display: none;
}
.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: #1f9fe2;
  }
}
.header .lang:hover .hide {
  opacity: 1;
  visibility: visible;
}
.header a.search {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2-1.png");
  margin-left: 20px;
}

.footer {
  font-size: 0;
  position: relative;
}
.footer:before {
  content: '';
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  position: absolute;
  top: 0;
  left: 0;
}
.footer .top-block {
  background-color: #f5f5f5;
  padding: 5.625rem 0;
}
.footer .top-block .flex {
  display: flex;
  justify-content: space-between;
}
.footer .box:nth-of-type(2) .link {
  width: 220px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.footer .box:nth-of-type(2) .s-box {
  width: 48%;
}
.footer .box h3 {
  font-size: 1.25rem;
  color: #333;
}
.footer .box h3:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #1f9fe2;
  margin: 1.25rem 0;
  display: block;
}
.footer .box a {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-top: 1rem;
  transition: color .3s ease;
}
.footer .box a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .footer .box a:hover {
    color: #1f9fe2;
  }
}
.footer .line {
  width: 1px;
  background-color: #cccccc;
}
.footer .ewm {
  display: flex;
  align-items: center;
}
.footer .ewm .img-box {
  width: 7.5rem;
}
.footer .ewm img {
  display: block;
  width: 100%;
}
.footer .ewm p {
  font-size: 14px;
  color: #808080;
  margin-left: 1.875rem;
}
.footer .tel {
  font-size: 2.25rem;
  color: #333;
  font-family: 'Gotham Bold';
  margin-top: 1.875rem;
}
.footer .para {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-top: 1.875rem;
}
.footer .para p {
  margin-top: 0.625rem;
}
.footer .para p:nth-of-type(1) {
  margin-top: 0;
}
.footer .mid-block {
  background-color: #f5f5f5;
}
.footer .mid-block .flex {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #ccc;
  padding: 1.875rem 0;
}
.footer .mid-block span {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  width: 80px;
  font-weight: bold;
}
.footer .mid-block .ship {
  width: calc(100% - 80px);
}
.footer .mid-block .ship a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  transition: color .3s ease;
}
.footer .mid-block .ship a:after {
  content: '';
  width: 2px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-color: #8b8b8b;
  margin: 0 10px;
}
.footer .mid-block .ship a:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer .mid-block .ship a:hover {
    color: #1f9fe2;
  }
}
.footer .bot-block {
  background-color: #e6e6e6;
}
.footer .bot-block .flex {
  padding: 1.875rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bot-block p span, .footer .bot-block p a {
  font-size: 14px;
  color: #808080;
  margin-right: 10px;
}
.footer .bot-block p a {
  display: inline-block;
}
.footer .bot-block .share a {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.875rem;
  transition: all .3s ease;
}
.footer .bot-block .share a:nth-of-type(1) {
  margin-left: 0;
}
.footer .bot-block .share a.in {
  background-image: url("../images/share-1.png");
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .share a.in:hover {
    background-image: url("../images/share-1-on.png");
  }
}
.footer .bot-block .share a.fb {
  background-image: url("../images/share-2.png");
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .share a.fb:hover {
    background-image: url("../images/share-2-on.png");
  }
}
.footer .bot-block .share a.ytb {
  background-image: url("../images/share-3.png");
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .share a.ytb:hover {
    background-image: url("../images/share-3-on.png");
  }
}
.footer .bot-block .share a.twi {
  background-image: url("../images/share-4.png");
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .share a.twi:hover {
    background-image: url("../images/share-4-on.png");
  }
}
.footer .bot-block .share a.wechat {
  background-image: url("../images/news/share-1.png");
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .share a.wechat:hover {
    background-image: url("../images/news/share-1-on.png");
  }
}
.footer .bot-block .share a.sina {
  background-image: url("../images/news/share-2.png");
}
@media screen and (min-width: 1025px) {
  .footer .bot-block .share a.sina:hover {
    background-image: url("../images/news/share-2-on.png");
  }
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  display: none;
}
.fixed-search .close {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fixed-search .box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.fixed-search h3 {
  text-align: center;
  font-size: 3.75rem;
  color: #fff;
  margin-bottom: 4.5vw;
}
.fixed-search form {
  position: relative;
}
.fixed-search input {
  display: block;
  width: 100%;
  height: 6.25rem;
  border-bottom: 4px solid #fff;
  background-color: transparent;
  padding: 0 1.875rem;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12rem;
  height: 100%;
  font-size: 1.5rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .header li {
    margin-left: 2rem;
  }

  .header .lang {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }

  .header {
    height: 60px;
    padding: 0 5vw;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header .wrapper,
  .header .flex {
    height: 100%;
  }
  .header .flex {
    margin-right: 44px;
  }
  .header .logo img {
    height: 30px;
  }
  .header .logo img.show {
    opacity: 0;
  }
  .header .logo img.hide {
    opacity: 1;
  }
  .header .lang {
    margin: 0;
  }
  .header .lang a.btn {
    color: #333;
  }
  .header .lang a.btn:before {
    background-image: url("../images/icon-1-2.png");
  }
  .header .lang a.btn:after {
    border-top-color: #333;
  }
  .header a.search {
    background-image: url("../images/icon-2-2.png");
  }

  .header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 70%;
    height: 100%;
    background-color: #fff;
    padding: 70px 0;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header .nav.active {
    left: 30%;
  }

  .header li {
    display: block;
    padding: 0 30px;
    margin: 0;
  }

  .header li a.single {
    line-height: 40px;
    font-size: 16px;
    color: #333;
  }

  .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: #1f9fe2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .footer .box,
  .footer .line {
    display: none;
  }

  .footer .top-block .flex {
    justify-content: center;
  }

  .footer .top-block {
    padding: 30px 0;
  }

  .footer .ewm .img-box {
    width: 9rem;
  }

  .footer .tel {
    font-size: 20px;
    margin-top: 1.5rem;
  }

  .footer .para {
    margin-top: 1.5rem;
  }

  .footer .mid-block .flex {
    display: block;
    padding: 1.5rem 0;
  }

  .footer .mid-block span {
    width: 100%;
    display: block;
  }

  .footer .mid-block .ship {
    width: 100%;
    margin-top: 1rem;
  }

  .footer .bot-block .flex {
    padding: 1.5rem 0;
    display: block;
  }

  .footer .bot-block .share {
    margin-top: 1rem;
  }

  .footer .bot-block .share a {
    width: 16px;
    height: 16px;
  }

  .fixed-search button {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90vw;
  }
}
.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%;
}
.c-banner h3 {
  font-size: 3rem;
  color: #fff;
}

.c-crumbs {
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
}
.c-crumbs .flex {
  display: flex;
  justify-content: space-between;
}
.c-crumbs span, .c-crumbs a {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 3.75rem;
  color: #333;
}
.c-crumbs a {
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .c-crumbs a:hover {
    color: #1f9fe2;
  }
}
.c-crumbs .left-box span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #333;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}
.c-crumbs .right-box a {
  position: relative;
  margin-right: 6.25rem;
}
.c-crumbs .right-box a:before {
  content: '';
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
.c-crumbs .right-box a:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #cccccc;
  position: absolute;
  right: -3.125rem;
  top: 50%;
  margin-top: -6px;
}
.c-crumbs .right-box a:last-of-type {
  margin-right: 0;
}
.c-crumbs .right-box a:last-of-type:after {
  display: none;
}
.c-crumbs .right-box a.active:before {
  opacity: 1;
}

.c-title h3 {
  font-size: 2.25rem;
}
.c-title.gray {
  color: #333;
}
.c-title.white {
  color: #fff;
}
.c-title.center {
  text-align: center;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 60px;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #fff;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  color: #fff;
}

.index-more {
  width: 240px;
  padding: 2px;
  display: block;
  background-image: linear-gradient(90deg, #1f9fe2, #69d636);
  transition: all .3s ease;
}
.index-more span {
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  transition: all .3s ease;
}
.index-more span:after {
  content: '';
  width: 9px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  transition: all .3s ease;
}
.index-more.color span {
  color: #fff;
}
.index-more.color span:after {
  background-image: url("../images/index/icon-1-1.png");
}
.index-more.transparent span {
  background-color: #fff;
  color: #1f9fe2;
}
.index-more.transparent span:after {
  background-image: url("../images/index/icon-1-2.png");
}
@media screen and (min-width: 1025px) {
  .index-more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(31, 159, 226, 0.3);
  }
  .index-more:hover span {
    background-color: transparent;
    color: #fff;
  }
  .index-more:hover span:after {
    background-image: url("../images/index/icon-1-1.png");
  }
}

.index-title h3 {
  font-size: 3rem;
  color: #333;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.png") center no-repeat;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video-pop .close:hover {
  transform: rotate(180deg);
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  max-width: 75vw;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.index-s1 {
  position: relative;
  margin-top: -6.25rem;
}
.index-s1 .item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index-s1 .item .img-box {
  height: 100%;
}
.index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-s1 .item .txt {
  position: relative;
}
.index-s1 .item .txt:before {
  content: '';
  width: 19.1875rem;
  height: 18.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/img-1.png");
  position: absolute;
  left: 18.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: none;
}
.index-s1 .item h3 {
  font-size: 3.75rem;
  line-height: 1.25;
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.index-s1 .index-more {
  margin-top: 6.25rem;
}
.index-s1 .pagination {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  right: 0;
}
.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 1.125rem;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s1 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s1 .pagination span.active {
  background-color: #fff;
}

.index-s2 {
  padding: 6.25vw 0;
}
.index-s2 .para {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #666666;
  margin-top: 1.5rem;
}
.index-s2 .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.25rem;
}
.index-s2 .item {
  position: relative;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
.index-s2 .item .img-box {
  overflow: hidden;
}
.index-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s2 .item .show {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  z-index: 2;
  transition: opacity .3s ease;
}
.index-s2 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
  z-index: 3;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s2 .item .hide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  opacity: 0.9;
  z-index: 1;
}
.index-s2 .item .box {
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-s2 .item h3 {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.index-s2 .item p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  margin-top: 10px;
}
.index-s2 .item span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .index-s2 .item:nth-of-type(1), .index-s2 .item:nth-of-type(2), .index-s2 .item:nth-of-type(3) {
    margin-top: 0;
    width: calc((100% - 3.01rem) / 3);
  }
  .index-s2 .item:nth-of-type(1) p, .index-s2 .item:nth-of-type(2) p, .index-s2 .item:nth-of-type(3) p {
    max-height: 80px;
  }
  .index-s2 .item:nth-of-type(4), .index-s2 .item:nth-of-type(5), .index-s2 .item:nth-of-type(6), .index-s2 .item:nth-of-type(7) {
    width: calc((100% - 4.51rem) / 4);
  }
  .index-s2 .item:nth-of-type(4) p, .index-s2 .item:nth-of-type(5) p, .index-s2 .item:nth-of-type(6) p, .index-s2 .item:nth-of-type(7) p {
    max-height: 60px;
  }
  .index-s2 .item:nth-of-type(4) span, .index-s2 .item:nth-of-type(5) span, .index-s2 .item:nth-of-type(6) span, .index-s2 .item:nth-of-type(7) span {
    margin-top: 1rem;
  }
  .index-s2 .item:nth-of-type(1), .index-s2 .item:nth-of-type(4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .index-s2 .item:hover img {
    transform: scale(1.1);
  }
  .index-s2 .item:hover .show {
    opacity: 0;
  }
  .index-s2 .item:hover .hide {
    opacity: 1;
  }
}
.index-s2 .index-more {
  margin-top: 2.5rem;
}

.index-s3 {
  position: relative;
  min-height: 52vw;
  border-top: 1px solid transparent;
}
.index-s3 img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index-s3 img.sbg {
  width: 62.35%;
  position: absolute;
  top: 12.5vw;
  left: 17vw;
  z-index: 2;
}
.index-s3 .txt-box {
  position: absolute;
  top: 6.25vw;
  left: 0;
  right: 0;
  z-index: 3;
}
.index-s3 .txt-box .para {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #666666;
  margin-top: 1.5rem;
}
.index-s3 .index-more {
  margin-top: 6.25rem;
}
.index-s3 .tab-tit {
  width: 62.35%;
  position: absolute;
  top: 12.5vw;
  left: 17vw;
  z-index: 5;
}
.index-s3 .year {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.index-s3 .year:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2-1.png");
}
.index-s3 .year:after {
  content: '';
  width: 2.375rem;
  height: 3.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.png");
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s3 .year span {
  font-size: 1rem;
  color: #1f9fe2;
  position: absolute;
  right: 100%;
  bottom: 100%;
  transition: opacity .3s ease;
}
.index-s3 .year:nth-of-type(1) {
  top: 29.8vw;
  left: 10%;
}
.index-s3 .year:nth-of-type(2) {
  top: 11.2vw;
  left: 37%;
}
.index-s3 .year:nth-of-type(3) {
  top: 8.3vw;
  left: 53%;
}
.index-s3 .year:nth-of-type(4) {
  top: 5.8vw;
  left: 60%;
}
.index-s3 .year:nth-of-type(5) {
  top: 5.2vw;
  left: 68%;
}
.index-s3 .year:nth-of-type(6) {
  top: 3.9vw;
  left: 84%;
}
.index-s3 .year.active span {
  opacity: 0;
}
.index-s3 .year.active:after {
  opacity: 1;
}
.index-s3 .tab-cont {
  position: relative;
  margin-top: 27vw;
  padding-bottom: 6.25vw;
  text-align: right;
  z-index: 4;
}
.index-s3 .tab-cont .child {
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont .child.active {
  display: block;
}
.index-s3 .tab-cont .block {
  position: relative;
  display: inline-block;
  width: 45rem;
  text-align: left;
}
.index-s3 .tab-cont span {
  display: block;
  text-align: center;
  font-size: 15rem;
  font-family: 'Gotham Bold';
  color: transparent;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 10px 30px rgba(28, 158, 227, 0.3);
}
.index-s3 .tab-cont .box {
  background-color: #fff;
  padding: 2.5rem;
  margin-top: -7rem;
  position: relative;
  z-index: 2;
}
.index-s3 .tab-cont h3 {
  font-size: 1.5rem;
  color: #333;
  font-family: 'Gotham Book';
}
.index-s3 .tab-cont .para {
  font-size: 1.125rem;
  color: #333;
  margin-top: 1rem;
}
.index-s3 .button {
  width: 12px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4.png");
  position: absolute;
  top: 7rem;
  margin-top: -10px;
  cursor: pointer;
  z-index: 2;
}
.index-s3 .button-prev {
  left: 0;
}
.index-s3 .button-next {
  right: 0;
  transform: rotateY(180deg);
}

.index-s4 {
  padding: 6.25vw 0;
}
.index-s4 .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-s4 .link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  color: #666;
  margin-left: 3.75rem;
  padding-bottom: 12px;
}
.index-s4 .link a:nth-of-type(1) {
  margin-left: 0;
}
.index-s4 .link a:after {
  content: '';
  width: 24px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s4 .link a.active {
  color: #333;
}
.index-s4 .link a.active:after {
  opacity: 1;
}
.index-s4 .bot-block {
  margin-top: 2.5rem;
}
.index-s4 .bot-block .child {
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s4 .bot-block .child.active {
  display: block;
}
.index-s4 .items {
  display: flex;
}
.index-s4 .item {
  width: calc((100% - 6rem) / 3);
  margin-left: 3rem;
  border: 1px solid #e6e6e6;
}
.index-s4 .item:nth-of-type(1) {
  margin-left: 0;
}
.index-s4 .item .img-box {
  overflow: hidden;
}
.index-s4 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s4 .item .txt-box {
  position: relative;
  padding: 2.5rem 2.5rem 0;
}
.index-s4 .item .txt-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s4 .item h3 {
  font-size: 1.125rem;
  line-height: 2rem;
  height: 4rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.index-s4 .item span {
  display: block;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
  border-top: 1px solid #e6e6e6;
  position: relative;
  font-size: 1rem;
  font-family: 'Gotham Book';
  color: #808080;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.index-s4 .item span:after {
  content: '';
  width: 9px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-5.png");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-s4 .item:hover img {
    transform: scale(1.1);
  }
  .index-s4 .item:hover .txt-box:before {
    opacity: 1;
  }
  .index-s4 .item:hover h3, .index-s4 .item:hover span {
    color: #fff;
  }
  .index-s4 .item:hover span {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .index-s4 .item:hover span:after {
    background-image: url("../images/index/icon-5-1.png");
  }
}
.index-s4 .index-more {
  margin-top: 2.5rem;
}

.news-s1 {
  padding: 4.5vw 0 6.25vw;
  background-color: #f5f5f5;
}
.news-s1 .share {
  float: left;
  margin-left: -60px;
  position: sticky;
  top: 100px;
}
.news-s1 .share a {
  display: block;
  width: 24px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.news-s1 .share a.wechat {
  background-image: url("../images/news/share-1.png");
}
.news-s1 .share a.wechat:hover {
  background-image: url("../images/news/share-1-on.png");
}
.news-s1 .share a.sina {
  background-image: url("../images/news/share-2.png");
}
.news-s1 .share a.sina:hover {
  background-image: url("../images/news/share-2-on.png");
}
.news-s1 .block {
  display: flex;
  align-items: flex-start;
}
.news-s1 .left-block {
  width: 66.66%;
  background-color: #fff;
  padding: 0 3.75rem 3.75rem;
}
.news-s1 .right-block {
  width: calc(33.33% - 2.5rem);
  margin-left: 2.5rem;
  position: sticky;
  top: 100px;
  background-color: #fff;
  padding: 3.75rem 2.5rem;
}
.news-s1 .right-block h3 {
  font-size: 1.5rem;
  color: #333;
  position: relative;
}
.news-s1 .right-block h3:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  margin-top: -0.75rem;
  background-image: linear-gradient(0deg, #1c9ee3, #7ee319);
}
.news-s1 .right-block .link {
  margin-top: 1.5rem;
}
.news-s1 .right-block .link a {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-left: 15px;
  margin-top: 1rem;
  transition: color .3s ease;
}
.news-s1 .right-block .link a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #1f9fe2;
  position: absolute;
  left: 0;
  top: calc(0.75rem - 2px);
}
.news-s1 .right-block .link a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .news-s1 .right-block .link a:hover {
    color: #1f9fe2;
  }
}
.news-s1 .top-box {
  padding: 3.125rem 0;
  border-bottom: 4px solid #e6e6e6;
}
.news-s1 .top-box h3 {
  font-size: 2.25rem;
  color: #333;
}
.news-s1 .top-box .date {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  color: #ccc;
}
.news-s1 .top-box .date:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.625rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-2.png");
}
.news-s1 .mid-box {
  padding: 2.5rem 0 4.375rem;
}
.news-s1 .back {
  position: relative;
}
.news-s1 .back:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
}
.news-s1 .back a {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.news-s1 .back span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-3.png");
}
.news-s1 .back i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.news-s1 .page {
  display: flex;
  justify-content: space-between;
}
.news-s1 .page a {
  display: block;
  width: 12.5rem;
  line-height: 3.75rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  font-size: 1.125rem;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s1 .page a:hover {
    background-color: #1f9fe2;
    border-color: #1f9fe2;
    color: #fff;
  }
}

.news-s2 {
  padding: 6.25vw 0;
}
.news-s2 .flex {
  position: relative;
  margin-top: 2.5rem;
  padding: 2.5rem;
  background-color: #f5f5f5;
}
.news-s2 .left-box {
  width: 70%;
}
.news-s2 .item {
  position: relative;
  display: none;
}
.news-s2 .item.active {
  display: block;
}
.news-s2 .item .img-box {
  overflow: hidden;
}
.news-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.news-s2 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  z-index: 2;
}
.news-s2 .item h3 {
  font-size: 1.5rem;
  color: #fff;
  width: calc(100% - 160px);
}
.news-s2 .item span {
  font-size: 1.125rem;
  font-family: 'Gotham Book';
  color: #fff;
}
.news-s2 .item .icon {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.png");
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .news-s2 .item:hover img {
    transform: scale(1.05);
  }
}
.news-s2 .right-box {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  width: 28%;
  padding-left: 2.5rem;
}
.news-s2 .right-box .link {
  display: block;
  position: relative;
  background-color: #fff;
  margin-top: 10px;
}
.news-s2 .right-box .link:nth-of-type(1) {
  margin-top: 0;
}
.news-s2 .right-box .link:before {
  content: '';
  width: 0.4375rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-4.png");
  transform: translate(-1.25rem, -50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s2 .right-box .link:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s2 .right-box .link .box {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}
.news-s2 .right-box .link h3 {
  font-size: 1.125rem;
  color: #333;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s2 .right-box .link:hover:before, .news-s2 .right-box .link:hover:after {
    opacity: 1;
  }
  .news-s2 .right-box .link:hover h3 {
    color: #fff;
  }
}
.news-s2 .right-box .link.active:before, .news-s2 .right-box .link.active:after {
  opacity: 1;
}
.news-s2 .right-box .link.active h3 {
  color: #fff;
}
.news-s2 .scroll {
  height: 100%;
  overflow: auto;
  margin: 0 -1.25rem;
  padding: 0 1.25rem;
}

.news-s3 {
  padding-bottom: 6.25vw;
}
.news-s3 .swiper {
  margin-top: 2.5rem;
  position: relative;
}
.news-s3 .b-items {
  position: relative;
}
.news-s3 .b-items .item {
  position: relative;
  height: 100%;
}
.news-s3 .b-items .item img {
  display: block;
  width: 100%;
}
.news-s3 .b-items .item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  z-index: 2;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 2rem;
  display: none;
}
.news-s3 .s-items {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 70px;
  z-index: 2;
}
.news-s3 .s-items .item {
  position: relative;
  padding: 4px;
  cursor: pointer;
}
.news-s3 .s-items .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s3 .s-items .item .img-box {
  position: relative;
  z-index: 2;
}
.news-s3 .s-items .item img {
  display: block;
  width: 100%;
}
.news-s3 .s-items .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
}
.news-s3 .s-items .item.swiper-slide-thumb-active:before {
  opacity: 1;
}
.news-s3 .s-items .button {
  width: 20px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-5.png");
  position: absolute;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
  z-index: 2;
}
.news-s3 .s-items .button-prev {
  left: 25px;
  transform: rotateY(180deg);
}
.news-s3 .s-items .button-next {
  right: 25px;
}
.news-s3 .s-items .pagination {
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: none;
}
.news-s3 .s-items .pagination span {
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 2px;
  background-color: #e6e6e6;
  margin-left: 10px;
  cursor: pointer;
}
.news-s3 .s-items .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.news-s3 .s-items .pagination span.active {
  background-color: #1f9fe2;
  width: 36px;
  height: 4px;
}

.news-s4 {
  padding-bottom: 6.25vw;
}
.news-s4 .items {
  margin-top: 2.5rem;
}
.news-s4 .item {
  position: relative;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-s4 .item:nth-of-type(1) {
  margin-top: 0;
}
.news-s4 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s4 .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5rem 3.75rem;
  z-index: 2;
}
.news-s4 .item h3 {
  width: calc(100% - 80px);
  font-size: 1.5rem;
  color: #333;
  transition: color .3s ease;
}
.news-s4 .item h3:before {
  content: '';
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-6-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1.5rem 0 0;
  transition: all .3s ease;
}
.news-s4 .item span {
  font-size: 1rem;
  color: #1f9fe2;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s4 .item:hover:before {
    opacity: 1;
  }
  .news-s4 .item:hover h3 {
    color: #fff;
  }
  .news-s4 .item:hover h3:before {
    background-image: url("../images/news/icon-6-2.png");
  }
  .news-s4 .item:hover span {
    color: #fff;
  }
}

.product-s1.pd1 {
  padding: 2.5rem 0 6.25vw;
}
.product-s1.pd2 {
  padding: 3.75rem 0 6.25vw;
  background-color: #f5f5f5;
}
.product-s1 .flex {
  display: flex;
  align-items: flex-start;
}
.product-s1 .left-box {
  width: 25%;
  background-color: #fff;
}
.product-s1 .left-box.mt {
  margin-top: -10rem;
}
.product-s1 .left-box h3 {
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  font-size: 3rem;
  line-height: 7.5rem;
  color: #fff;
  padding: 0 2.5rem;
}
.product-s1 .left-box .items {
  padding: 2.5rem;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.product-s1 .left-box .item h4 {
  padding: 1.25rem 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.product-s1 .left-box .item h4 a {
  color: #333;
  transition: color .3s ease;
}
.product-s1 .left-box .item h4 a:hover {
  color: #1f9fe2;
}
.product-s1 .left-box .item h4 i {
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.product-s1 .left-box .item .link {
  padding: 1.25rem 2.5rem;
  display: none;
}
.product-s1 .left-box .item .link a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .product-s1 .left-box .item .link a:hover {
    color: #1f9fe2;
  }
}
.product-s1 .left-box .item.active h4 a {
  color: #1f9fe2;
}
.product-s1 .left-box .item.active .link {
  display: block;
}
.product-s1 .right-box {
  width: 75%;
  padding-left: 2.5rem;
}
.product-s1 form {
  height: 3.75rem;
  border: 1px solid #e6e6e6;
  position: relative;
}
.product-s1 input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  font-size: 14px;
  color: #808080;
}
.product-s1 button {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/product/icon-1.png");
  cursor: pointer;
}
.product-s1 .b-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.product-s1 .b-item {
  width: calc((100% - 4.5rem) / 4);
  margin-top: 2.5rem;
  margin-right: 1.5rem;
}
.product-s1 .b-item .img-box {
  overflow: hidden;
}
.product-s1 .b-item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.product-s1 .b-item h3 {
  font-size: 1.5rem;
  color: #333;
  padding: 1.5rem;
}
@media screen and (min-width: 769px) {
  .product-s1 .b-item:nth-of-type(1), .product-s1 .b-item:nth-of-type(2), .product-s1 .b-item:nth-of-type(3), .product-s1 .b-item:nth-of-type(4) {
    margin-top: 0;
  }
  .product-s1 .b-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .product-s1 .b-item:hover img {
    transform: scale(1.1);
  }
}
.product-s1 .s-1 {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.product-s1 .s-1 .img-box {
  width: 45%;
  overflow: hidden;
}
.product-s1 .s-1 img {
  display: block;
  width: 100%;
}
.product-s1 .s-1 .txt-box {
  width: 55%;
  padding: 0 3.75rem;
}
.product-s1 .s-1 h3 {
  font-size: 1.5rem;
  color: #1f9fe2;
}
.product-s1 .s-1 .para {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-top: 2rem;
}
.product-s1 .s-2 {
  margin-top: 2.5rem;
  background-color: #fff;
}
.product-s1 .s-2 .title {
  font-size: 2rem;
  color: #fff;
  padding: 1.5rem 2.5rem;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.product-s1 .s-2 .blocks {
  padding: 3.75rem 2.5rem;
}
.product-s1 .s-2 .block {
  margin-top: 3.75rem;
}
.product-s1 .s-2 .block:nth-of-type(1) {
  margin-top: 0;
}
.product-s1 .s-2 h3 {
  font-size: 1.5rem;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.product-s1 .s-2 h3:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, #1c9ee3, #7ee319);
}
.product-s1 .s-2 table {
  width: 100%;
  margin-top: 2rem;
}
.product-s1 .s-2 table thead {
  background-color: #f5f5f5;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.product-s1 .s-2 table th {
  font-size: 1.125rem;
  color: #333;
  padding: 1.125rem 2.5rem;
  text-align-last: left;
}
.product-s1 .s-2 table th:nth-of-type(1) {
  width: 45%;
}
.product-s1 .s-2 table th:nth-of-type(2) {
  width: 55%;
}
.product-s1 .s-2 table tbody tr {
  border-bottom: 2px solid #e6e6e6;
}
.product-s1 .s-2 table td {
  padding: 1rem 2.5rem;
  font-size: 1rem;
  color: #333;
}
.product-s1 .s-2 .tip {
  padding: 1.25rem 2.5rem 0;
  font-size: 1rem;
  color: #1f9fe2;
}

.about-s1 {
  padding: 6.25vw 0;
}
.about-s1 .items {
  display: flex;
  margin-top: 3.75rem;
}
.about-s1 .item {
  width: calc((100% - 3.76rem) / 2);
  position: relative;
  border-radius: 3.75rem 0 3.75rem 0;
  overflow: hidden;
}
.about-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-s1 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
}
.about-s1 .item h3 {
  font-size: 1.5rem;
  color: #fff;
}
.about-s1 .item p {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 1.25rem;
}
.about-s1 .item:nth-of-type(2) {
  margin-left: 3.75rem;
}
@media screen and (min-width: 1025px) {
  .about-s1 .item:hover img {
    transform: scale(1.1);
  }
}

.about-s2 {
  padding-bottom: 6.25vw;
}
.about-s2 .item {
  padding: 5.5625rem 0;
  position: relative;
}
.about-s2 .item .para {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-top: 2rem;
}
.about-s2 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.about-s2 .item:first-of-type {
  padding-top: 0;
}
.about-s2 .item:last-of-type {
  padding-bottom: 0;
}
.about-s2 .item:last-of-type:after {
  display: none;
}

.about-s3 {
  padding: 6.25vw 0;
}
.about-s3 .flex {
  display: flex;
  align-items: flex-start;
}
.about-s3 .txt-box {
  width: 50%;
  padding-right: 3.75rem;
}
.about-s3 .para {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-top: 1.5rem;
}
.about-s3 .img-box {
  width: 50%;
  overflow: hidden;
}
.about-s3 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s3 .img-box:hover img {
    transform: scale(1.05);
  }
}

.about-s4 {
  padding-bottom: 6.25vw;
}
.about-s4 .items {
  display: flex;
  margin-top: 2.5rem;
}
.about-s4 .item {
  width: calc((100% - 3.1rem) / 3);
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}
.about-s4 .item .img-box {
  overflow: hidden;
}
.about-s4 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-s4 .item .txt-box {
  padding: 2.5rem;
  padding-bottom: 0;
}
.about-s4 .item .date {
  color: #1f9fe2;
  font-size: 1.25rem;
  font-family: 'Gotham Book';
}
.about-s4 .item h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .about-s4 .item:nth-of-type(1), .about-s4 .item:nth-of-type(2), .about-s4 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .about-s4 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-s4 .item:hover img {
    transform: scale(1.1);
  }
}

.about-s5 {
  padding: 6.25vw 0;
}
.about-s5 .para {
  font-size: 1.125rem;
  color: #333;
  line-height: 2;
  margin-top: 2rem;
}
.about-s5 .img-box {
  position: relative;
  overflow: hidden;
  margin-top: 2.8125rem;
}
.about-s5 .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-s5 .img-box a {
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.png");
}
@media screen and (min-width: 1025px) {
  .about-s5 .img-box:hover img {
    transform: scale(1.05);
  }
}

.about-s6 {
  padding: 6.25vw 0 calc(6.25vw + 5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-8.jpg");
  background-attachment: fixed;
}
.about-s6 .tab-wrap {
  margin-top: 2.5rem;
  position: relative;
}
.about-s6 .year {
  position: absolute;
  right: 5rem;
  top: -4.375rem;
  bottom: -4.375rem;
  width: 20rem;
  padding: 2.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-10.jpg");
  box-shadow: 0 10px 30px rgba(28, 158, 227, 0.3);
}
.about-s6 .year .swiper {
  padding: 2.25rem 0;
  position: relative;
}
.about-s6 .year .items {
  height: 30.24rem;
}
.about-s6 .year .item {
  text-align: center;
  cursor: pointer;
}
.about-s6 .year .item span {
  display: block;
  font-size: 1.25rem;
  font-family: 'Gotham Bold';
  line-height: 3.75rem;
  color: #fff;
  opacity: 0.2;
  transition: all .3s ease;
}
.about-s6 .year .item.active span {
  font-size: 2rem;
  opacity: 1;
}
.about-s6 .year .button {
  width: 1.625rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-2.png");
  position: absolute;
  left: 50%;
  margin-left: -13px;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity .3s ease;
  z-index: 2;
}
.about-s6 .year .button:hover {
  opacity: 1;
}
.about-s6 .year .button-prev {
  top: 0;
}
.about-s6 .year .button-next {
  bottom: 0;
  transform: rotateX(180deg);
}
.about-s6 .tab-cont {
  min-height: 30.24rem;
  background-color: #fff;
  padding: 5rem 29.375rem 5rem 5rem;
}
.about-s6 .tab-cont .child {
  display: none;
}
.about-s6 .tab-cont .child.active {
  display: block;
}
.about-s6 .tab-cont .child.active .info {
  animation-delay: .1s;
}
.about-s6 .tab-cont .flex {
  display: flex;
  align-items: flex-start;
}
.about-s6 .tab-cont span, .about-s6 .tab-cont .info {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s6 .tab-cont span {
  width: 16.25rem;
  font-size: 4.5rem;
  font-family: 'Gotham Bold';
  color: transparent;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  -webkit-background-clip: text;
  background-clip: text;
}
.about-s6 .tab-cont .info {
  width: calc(100% - 16.25rem);
}
.about-s6 .tab-cont h3 {
  font-size: 1.5rem;
  color: #333;
}
.about-s6 .tab-cont .para {
  font-size: 1.125rem;
  color: #666;
  line-height: 2;
  margin-top: 1.5rem;
}
.about-s6 .tab-cont .img-box {
  width: 20rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
.about-s6 .tab-cont .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s6 .tab-cont .img-box:hover img {
    transform: scale(1.1);
  }
}

.about-s7 {
  padding: 6.25vw 0;
}
.about-s7 .img-box {
  width: 83.33%;
  margin: 2.5rem auto 0;
}
.about-s7 img {
  display: block;
  width: 100%;
}

.about-s8 {
  padding: 6.25vw 0;
  background-color: #f5f5f5;
}
.about-s8 .items {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.about-s8 .item {
  width: calc((100% - 3.01rem) / 3);
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}
.about-s8 .item .img-box {
  overflow: hidden;
}
.about-s8 .item img {
  display: block;
  width: 100%;
}
.about-s8 .item h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .about-s8 .item:nth-of-type(1), .about-s8 .item:nth-of-type(2), .about-s8 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .about-s8 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.research-s1 {
  padding: 6.25vw 0;
}
.research-s1 .flex {
  display: flex;
  align-items: center;
}
.research-s1 .img-box {
  width: 50%;
  overflow: hidden;
}
.research-s1 .img-box img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease;
}
@media screen and (min-width: 1025px) {
  .research-s1 .img-box:hover img {
    transform: scale(1.05);
  }
}
.research-s1 .txt-box {
  width: 50%;
  padding-left: 3.75rem;
}
.research-s1 .para {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-top: 1.5rem;
}

.research-s2 {
  padding: 6.25vw 0;
  background-color: #f5f5f5;
}
.research-s2 .flex {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.research-s2 .left-box {
  width: 25%;
  border-right: 1px solid #d9d9d9;
}
.research-s2 .right-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.research-s2 .b-box {
  text-align: center;
  margin-top: 3.75rem;
}
.research-s2 .b-box:nth-of-type(1) {
  margin-top: 0;
}
.research-s2 .b-box span {
  font-size: 5rem;
  color: #333;
  font-family: 'Gotham Book';
}
.research-s2 .b-box p {
  font-size: 1rem;
  color: #333;
  margin-top: 1.25rem;
}
.research-s2 .s-box {
  width: 33.33%;
  text-align: center;
  margin-top: 5.625rem;
}
.research-s2 .s-box:nth-of-type(1), .research-s2 .s-box:nth-of-type(2), .research-s2 .s-box:nth-of-type(3) {
  margin-top: 0;
}
.research-s2 .s-box span {
  font-size: 3rem;
  color: #333;
  font-family: 'Gotham Book';
}
.research-s2 .s-box p {
  font-size: 1rem;
  color: #333;
  margin-top: 1.25rem;
}

.research-s3 {
  padding: 6.25vw 0;
}
.research-s3 .items {
  margin-top: 2.5rem;
}
.research-s3 .item {
  padding: 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
.research-s3 .item:nth-of-type(1) {
  border-top: 1px solid #e6e6e6;
}
.research-s3 .item .flex {
  display: block;
  position: relative;
  padding-right: 180px;
  transition: margin .3s ease;
}
.research-s3 .item h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  padding: 1.25rem 0;
}
.research-s3 .item span {
  position: absolute;
  font-size: 1.25rem;
  font-family: 'Gotham Book';
  line-height: 1.5rem;
  color: #666;
  right: 0;
  top: 50%;
  margin-top: -0.75rem;
}
@media screen and (min-width: 1025px) {
  .research-s3 .item:hover .flex {
    margin: 0 -10px;
  }
}

.research-s4 {
  padding: 6.25vw 0;
}
.research-s4 .items {
  display: flex;
}
.research-s4 .item {
  width: calc((100% - 3.75rem) / 2);
  border: 1px solid #e6e6e6;
}
.research-s4 .item:nth-of-type(2) {
  margin-left: 3.75rem;
}
.research-s4 .item .img-box {
  overflow: hidden;
}
.research-s4 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.research-s4 .item .txt-box {
  padding: 2.5rem 3.75rem;
}
.research-s4 .item h3 {
  font-size: 2.25rem;
}
.research-s4 .item .para {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .research-s4 .item:hover img {
    transform: scale(1.05);
  }
}

.research-s5 {
  padding: 6.25vw 0;
}
.research-s5 .swiper {
  margin-bottom: 3.75rem;
}
.research-s5 .info {
  background-color: #f5f5f5;
  position: relative;
}
.research-s5 .info a {
  display: flex;
}
.research-s5 .info .img-box {
  width: 66.66%;
  overflow: hidden;
}
.research-s5 .info img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.research-s5 .info .txt-box {
  width: 33.34%;
  padding: 3.75rem;
}
.research-s5 .info .date span {
  font-size: 5.625rem;
  font-family: 'Gotham Bold';
  color: transparent;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  -webkit-background-clip: text;
  background-clip: text;
}
.research-s5 .info .date i {
  font-style: normal;
  color: #bfbfbf;
  font-size: 1.5rem;
  font-family: 'Gotham Book';
}
.research-s5 .info h3 {
  font-size: 1.5rem;
  color: #333;
  margin-top: 3rem;
}
.research-s5 .info p {
  font-size: 1rem;
  line-height: 2;
  color: #666666;
  max-height: 6rem;
  overflow: hidden;
  margin-top: 1.125rem;
}
.research-s5 .items {
  margin-bottom: 2.5rem;
}
.research-s5 .item {
  position: relative;
}
.research-s5 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.research-s5 .item .flex {
  display: block;
  position: relative;
  padding: 0 220px 0 40px;
  border-bottom: 1px solid #e6e6e6;
  transition: margin .3s ease;
}
.research-s5 .item h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  padding: 1.25rem 0;
  transition: color .3s ease;
}
.research-s5 .item span {
  position: absolute;
  font-size: 1.25rem;
  font-family: 'Gotham Book';
  line-height: 24px;
  color: #666;
  right: 40px;
  top: 50%;
  margin-top: -12px;
  transition: color .3s ease;
}
.research-s5 .item:nth-of-type(1) .flex {
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 1025px) {
  .research-s5 .item:hover:before {
    opacity: 1;
  }
  .research-s5 .item:hover .flex {
    margin: 0 -10px;
    border-color: transparent;
  }
  .research-s5 .item:hover h3, .research-s5 .item:hover span {
    color: #fff;
  }
}
.research-s5 .button {
  width: 3.75rem;
  height: 3.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.jpg");
  position: absolute;
  top: 50%;
  margin-top: -1.875rem;
  cursor: pointer;
  z-index: 2;
  transition: all .3s ease;
}
.research-s5 .button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.research-s5 .button-prev {
  left: 2.5rem;
  transform: rotateY(180deg);
}
.research-s5 .button-next {
  right: calc(33.34% + 2.5rem);
}
.research-s5 .num {
  position: absolute;
  right: 0;
  top: -3rem;
  font-size: 1.5rem;
  font-family: 'Gotham Book';
  color: #bfbfbf;
}
.research-s5 .num .curr {
  color: transparent;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  -webkit-background-clip: text;
  background-clip: text;
}

.contact-s1 {
  padding-top: 5vw;
}
.contact-s1 .items {
  margin-top: 2rem;
  display: flex;
}
.contact-s1 .item {
  width: calc((100% - 3.1rem) / 3);
  padding: 5rem 3.75rem;
  text-align: center;
  background-color: #f5f5f5;
  margin-left: 1.4rem;
  transition: all .3s ease;
}
.contact-s1 .item:nth-of-type(1) {
  margin: 0;
}
.contact-s1 .item i {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-s1 .item p {
  font-size: 1rem;
  color: #333;
  margin-top: 1.5rem;
}
.contact-s1 .item:nth-of-type(1) i {
  background-image: url("../images/contact/icon-1-1.png");
}
.contact-s1 .item:nth-of-type(2) i {
  background-image: url("../images/contact/icon-1-2.png");
}
.contact-s1 .item:nth-of-type(3) i {
  background-image: url("../images/contact/icon-1-3.png");
}
@media screen and (min-width: 1025px) {
  .contact-s1 .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}

.contact-s2 {
  padding-top: 5vw;
}
.contact-s2 .flex {
  display: flex;
  align-items: center;
}
.contact-s2 .txt-box {
  width: 32%;
}
.contact-s2 .item {
  padding: 1.25rem 0;
  position: relative;
}
.contact-s2 .item:nth-of-type(1) {
  padding-top: 0;
}
.contact-s2 .item h3 {
  font-size: 1.5rem;
  color: #333;
}
.contact-s2 .item .para {
  font-size: 1rem;
  color: #808080;
  line-height: 1.5;
  margin-top: 10px;
}
.contact-s2 .item .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  overflow: hidden;
}
.contact-s2 .item .line:after {
  content: '';
  width: 48px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  animation: o-linemove 2.1s linear infinite;
}
.contact-s2 .item:nth-of-type(2) .line:after {
  animation-delay: .7s;
}
.contact-s2 .item:nth-of-type(1) .line:after {
  animation-delay: 1.4s;
}
.contact-s2 .img-box {
  width: 66%;
  margin-left: 2%;
}
.contact-s2 img {
  display: block;
  width: 100%;
}

.contact-s3 {
  padding: 9.375vw 0 6.25vw;
}
.contact-s3 form {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-s3 .box {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .contact-s3 .box:nth-of-type(1), .contact-s3 .box:nth-of-type(2), .contact-s3 .box:nth-of-type(3) {
    margin-top: 0;
  }
  .contact-s3 .box:nth-of-type(1), .contact-s3 .box:nth-of-type(2), .contact-s3 .box:nth-of-type(3), .contact-s3 .box:nth-of-type(4), .contact-s3 .box:nth-of-type(5), .contact-s3 .box:nth-of-type(6) {
    width: calc((100% - 3rem) / 3);
  }
  .contact-s3 .box:nth-of-type(7) {
    width: 100%;
  }
  .contact-s3 .box:nth-of-type(8), .contact-s3 .box:nth-of-type(9) {
    width: calc((100% - 1.5rem) / 2);
  }
}
.contact-s3 .box input, .contact-s3 .box textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #808080;
  border: 2px solid #e6e6e6;
  cursor: pointer;
}
.contact-s3 .box input {
  height: 3.75rem;
  padding: 0 20px;
}
.contact-s3 .box textarea {
  height: 11.875rem;
  padding: 10px 20px;
  resize: none;
}
.contact-s3 .box .layui-form-select dl {
  top: 100%;
}
.contact-s3 .box .layui-form-select dl dd.layui-this {
  background-color: #1f9fe2;
}
.contact-s3 .box .layui-form-select dl dd {
  font-size: 14px;
}
.contact-s3 .box button {
  width: 100%;
  height: 3.75rem;
  font-size: 1rem;
  color: #fff;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  cursor: pointer;
}
.contact-s3 .box .tips {
  position: relative;
  font-size: 1rem;
  color: #cccccc;
  padding: 1.5rem 6.25rem 0 1.5rem;
}
.contact-s3 .box .num {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.contact-s3 .box img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: calc(100% - 4px);
  cursor: pointer;
}

.recruit-s1 {
  padding: 6.25vw 0;
  position: relative;
  z-index: 3;
}
.recruit-s1 .para {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-top: 2rem;
}
.recruit-s1 .items {
  display: flex;
  margin-top: 10rem;
}
.recruit-s1 .item {
  width: 25%;
  position: relative;
}
.recruit-s1 .item .img-box {
  width: 15rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: top .3s ease;
  z-index: 2;
}
.recruit-s1 .item .img-box img {
  display: block;
  width: 100%;
  transition: all .3s ease;
}
.recruit-s1 .item .img-box img.hide {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-s1 .item .img-box h3 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  transform: translateY(-50%);
}
.recruit-s1 .item .info {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding: 10rem 2.5rem 2.5rem;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .recruit-s1 .item .info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1025px) {
  .recruit-s1 .item {
    height: 15rem;
  }
  .recruit-s1 .item:hover .img-box {
    top: -7.5rem;
  }
  .recruit-s1 .item:hover .img-box img.show {
    opacity: 0;
  }
  .recruit-s1 .item:hover .img-box img.hide {
    opacity: 1;
  }
  .recruit-s1 .item:hover .info {
    opacity: 1;
  }
}

.recruit-s2 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/recruit/img-1.jpg");
}
.recruit-s2 .img-box {
  width: 83.34%;
  margin: 3.75rem auto 0;
}
.recruit-s2 .img-box img {
  display: block;
  width: 100%;
}

.recruit-s3 {
  padding: 6.25vw 0;
}
.recruit-s3 .link {
  text-align: center;
}
.recruit-s3 .link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  color: #666;
  margin-left: 3.75rem;
  padding-bottom: 12px;
}
.recruit-s3 .link a:nth-of-type(1) {
  margin-left: 0;
}
.recruit-s3 .link a:after {
  content: '';
  width: 24px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  opacity: 0;
  transition: opacity .3s ease;
}
.recruit-s3 .link a.active {
  color: #333;
}
.recruit-s3 .link a.active:after {
  opacity: 1;
}
.recruit-s3 .tab-cont {
  margin-top: 2.5rem;
}
.recruit-s3 .tab-cont .child {
  display: none;
}
.recruit-s3 .tab-cont .child.active {
  display: block;
}
.recruit-s3 .item {
  border-top: 2px solid #e6e6e6;
  position: relative;
  font-size: 0;
  z-index: 1;
}
.recruit-s3 .item:last-of-type {
  border-bottom: 2px solid #e6e6e6;
}
.recruit-s3 .item:before, .recruit-s3 .item:after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  position: absolute;
  left: 0;
  transform: scaleX(0);
  transition: transform .5s ease;
}
.recruit-s3 .item:before {
  top: -2px;
  transform-origin: left center;
}
.recruit-s3 .item:after {
  bottom: -2px;
  transform-origin: right center;
}
.recruit-s3 .item .show {
  padding: 2rem 5rem 2rem 2.5rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.recruit-s3 .item .show:after {
  content: '';
  width: 0.875rem;
  height: 0.5625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-5.png");
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -5px;
  transition: all .3s ease;
}
.recruit-s3 .item .show .tit {
  width: 30%;
}
.recruit-s3 .item .show .info {
  width: calc((70% - 9.375rem) / 3);
}
.recruit-s3 .item .show h3 {
  font-size: 1.5rem;
  color: #333;
  padding-right: 1rem;
}
.recruit-s3 .item .show span {
  display: block;
  font-size: 1rem;
  color: #333;
}
.recruit-s3 .item .show span.gray {
  color: #808080;
  margin-bottom: 10px;
}
.recruit-s3 .item .show a {
  display: block;
  width: 9.375rem;
  font-size: 1rem;
  line-height: 3rem;
  color: #1f9fe2;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/recruit/img-3.png");
  background-size: 100% 100%;
  text-align: center;
  transition: all .3s ease;
}
.recruit-s3 .item .hide {
  padding: 1rem 5rem 3.125rem 2rem;
  position: relative;
  display: none;
}
.recruit-s3 .item .hide .close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-6.png");
  right: 2.5rem;
  top: 50%;
  margin-top: -0.5rem;
  transition: all .3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .recruit-s3 .item .hide .close:hover {
    transform: rotate(90deg);
  }
}
.recruit-s3 .item .hide .blocks {
  margin-left: 30%;
}
.recruit-s3 .item .hide .block {
  margin-top: 3.125rem;
}
.recruit-s3 .item .hide .block:nth-of-type(1) {
  margin-top: 0;
}
.recruit-s3 .item .hide h4 {
  font-size: 1.5rem;
  color: #1f9fe2;
}
.recruit-s3 .item .hide .para {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-top: 10px;
}
.recruit-s3 .item.active {
  z-index: 2;
}
.recruit-s3 .item.active:before, .recruit-s3 .item.active:after {
  transform: scaleX(1);
}
.recruit-s3 .item.active .show:after {
  opacity: 0;
}

.search-s2 {
  padding: 6.25vw 0;
}
.search-s2 .tip {
  font-size: 1.125rem;
  color: #333;
}
.search-s2 .items {
  margin: 2.5rem 0;
}
.search-s2 .item {
  border-bottom: 1px solid #e6e6e6;
}
.search-s2 .item a {
  display: block;
  padding: 2.5rem 0;
}
.search-s2 .item h3 {
  font-size: 1.5rem;
  color: #333;
  transition: color .3s ease;
}
.search-s2 .item p {
  font-size: 1rem;
  line-height: 2;
  color: #808080;
  margin-top: 1rem;
}
.search-s2 .item span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
  font-family: 'Gotham Book';
}
.search-s2 .item:nth-of-type(1) a {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover h3 {
    color: #1f9fe2;
  }
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 14px;
  }

  .index-more {
    width: 200px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  .recruit-s1 .item .info {
    opacity: 1;
  }

  .recruit-s1 .item .img-box {
    top: -7.5rem;
  }

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

  .index-s1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-banner img {
    height: 50vw;
    object-fit: cover;
  }

  .c-banner h3 {
    font-size: 2.4rem;
  }

  .c-crumbs .left-box {
    display: none;
  }

  .c-crumbs .flex {
    justify-content: center;
  }

  .c-crumbs .right-box a:before {
    height: 2px;
    bottom: 0;
  }

  .c-crumbs span, .c-crumbs a {
    font-size: 1.4rem;
    line-height: 4rem;
  }

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

  .about-s3 .txt-box {
    width: 100%;
    padding: 0;
  }

  .c-title h3 {
    font-size: 2.4rem;
  }

  .about-s3 .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .about-s3 .img-box {
    width: 100%;
    margin-top: 2rem;
  }

  .about-s4 {
    padding-bottom: 4rem;
  }

  .about-s4 .items {
    display: block;
    margin-top: 2rem;
  }

  .about-s4 .item {
    width: 100%;
    margin: 4rem 0 0;
  }
  .about-s4 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s4 .item .txt-box {
    padding: 2rem 0 0;
  }

  .about-s4 .item .date {
    font-size: 1.4rem;
  }

  .about-s4 .item h3 {
    font-size: 1.6rem;
  }

  .about-s1 .items {
    display: block;
    margin-top: 2rem;
  }

  .about-s1 .item {
    width: 100%;
    border-radius: 2rem 0 2rem 0;
  }

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

  .about-s1 .item .txt-box {
    padding: 2rem;
  }

  .about-s1 .item h3 {
    font-size: 1.6rem;
  }

  .about-s1 .item p {
    font-size: 1.4rem;
  }

  .about-s2 {
    padding-bottom: 4rem;
  }

  .about-s2 .item .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .about-s5 .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .about-s5 .img-box {
    margin-top: 2rem;
  }

  .about-s5 .img-box a {
    width: 4rem;
    height: 4rem;
  }

  .about-s6 .tab-wrap {
    margin-top: 2rem;
  }

  .about-s6 .year {
    position: static;
    width: 100%;
    padding: 2rem;
  }

  .about-s6 .year .swiper {
    padding: 0;
  }

  .about-s6 .year .items {
    height: 4rem;
  }

  .about-s6 .year .button {
    display: none;
  }

  .about-s6 .tab-cont {
    padding: 2rem;
  }

  .about-s6 .tab-cont .flex {
    display: block;
  }

  .about-s6 .tab-cont span {
    display: inline-block;
    width: auto;
    font-size: 3.6rem;
  }

  .about-s6 .tab-cont .info {
    width: 100%;
    margin-top: 2rem;
  }

  .about-s6 .tab-cont h3 {
    font-size: 1.6rem;
  }

  .about-s6 .tab-cont .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .about-s7 .img-box {
    margin: 2rem 0 0;
    width: 100%;
  }

  .about-s8 .items {
    display: block;
    margin-top: 2rem;
  }

  .about-s8 .item {
    width: 100%;
    margin: 4rem 0 0;
  }
  .about-s8 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s8 .item h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
  }

  .contact-s1 {
    padding-top: 4rem;
  }

  .contact-s1 .items {
    margin-top: 2rem;
    display: block;
  }

  .contact-s1 .item {
    width: 100%;
    margin: 2rem 0 0;
    padding: 4rem;
  }
  .contact-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s1 .item i {
    width: 3.6rem;
    height: 3.6rem;
  }

  .contact-s1 .item p {
    font-size: 1.6rem;
  }

  .contact-s2 {
    padding-top: 4rem;
  }

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

  .contact-s2 .txt-box {
    width: 100%;
  }

  .contact-s2 .item {
    padding: 2rem 0;
  }

  .contact-s2 .item h3 {
    font-size: 1.6rem;
  }

  .contact-s2 .item .para {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .contact-s2 .img-box {
    width: 100%;
    margin: 2rem 0 0;
  }

  .contact-s3 form {
    margin-top: 2rem;
    display: block;
  }

  .contact-s3 .box:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s3 .box input, .contact-s3 .box textarea {
    border-width: 1px;
    font-size: 1.4rem;
  }

  .contact-s3 .box input {
    height: 4rem;
  }

  .contact-s3 .box .tips {
    font-size: 1.2rem;
  }

  .contact-s3 .box .tips {
    padding: 1rem 8rem 0 1rem;
  }

  .contact-s3 .box button {
    font-size: 1.4rem;
  }

  .research-s5 .swiper {
    margin-bottom: 4rem;
  }

  .research-s5 .num {
    position: static;
    text-align: right;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .research-s5 .button {
    display: none;
  }

  .research-s5 .info a {
    display: block;
  }

  .research-s5 .info .img-box {
    width: 100%;
  }

  .research-s5 .info .txt-box {
    width: 100%;
    padding: 2rem;
  }

  .research-s5 .info .date span {
    font-size: 3.6rem;
  }

  .research-s5 .info .date i {
    font-size: 1.6rem;
  }

  .research-s5 .info h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .research-s5 .info p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    height: 7.2rem;
    max-height: none;
    margin-top: 1rem;
  }

  .research-s5 .items {
    margin-bottom: 4rem;
  }

  .research-s5 .item .flex {
    padding: 2rem 0;
    display: block;
  }

  .research-s5 .item span {
    display: block;
    position: static;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .research-s5 .item h3 {
    font-size: 1.6rem;
    padding: 0;
  }

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

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

  .research-s4 .items {
    display: block;
  }

  .research-s4 .item {
    width: 100%;
  }

  .research-s4 .item:nth-of-type(2) {
    margin: 2rem 0 0;
  }

  .research-s4 .item .txt-box {
    padding: 2rem;
  }

  .research-s4 .item h3 {
    font-size: 2rem;
  }

  .research-s4 .item .para {
    font-size: 1.4rem;
  }

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

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

  .research-s1 .txt-box {
    width: 100%;
    padding: 2rem 0 0;
  }

  .research-s1 .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .research-s2 .flex {
    display: block;
    margin-top: 2rem;
  }

  .research-s2 .left-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .research-s2 .left-box:nth-of-type(1) {
    padding-top: 0;
  }

  .research-s2 .b-box {
    width: 45%;
    margin-top: 0;
  }

  .research-s2 .b-box span {
    font-size: 3.6rem;
  }

  .research-s2 .b-box p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .research-s2 .right-box {
    width: 100%;
    padding-top: 2rem;
    justify-content: space-between;
  }

  .research-s2 .s-box {
    width: 33.33%;
    margin-top: 2rem;
  }

  .research-s2 .s-box span {
    font-size: 2.4rem;
  }

  .research-s2 .s-box p {
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  .research-s3 .item {
    padding: 0;
  }

  .research-s3 .item .flex {
    padding: 2rem 0;
  }

  .research-s3 .item span {
    display: block;
    position: static;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .research-s3 .item h3 {
    font-size: 1.6rem;
    padding: 0;
  }

  .news-s2 .flex {
    margin-top: 2rem;
    padding: 2rem;
  }

  .news-s2 .left-box {
    width: 100%;
    display: none;
  }

  .news-s2 .item .txt-box {
    padding: 2rem;
    display: block;
  }

  .news-s2 .item h3 {
    width: 100%;
    font-size: 1.6rem;
  }

  .news-s2 .item span {
    font-size: 12px;
  }

  .news-s2 .item .icon {
    width: 4rem;
    height: 4rem;
    top: 5rem;
  }

  .news-s2 .right-box {
    position: static;
    width: 100%;
    padding: 0;
  }

  .news-s2 .scroll {
    margin: 0;
    padding: 0;
  }

  .news-s2 .right-box .link h3 {
    font-size: 1.6rem;
  }

  .news-s3 {
    padding-bottom: 4rem;
  }
  .news-s3 .pagination {
    text-align: center;
    font-size: 0;
    margin-top: 2rem;
  }
  .news-s3 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 2px;
    transition: all .3s ease;
  }
  .news-s3 .pagination span.active {
    background-color: #1f9fe2;
  }

  .news-s3 .s-items {
    position: static;
    padding: 2rem;
    display: none;
  }

  .news-s3 .b-items .item h3 {
    display: block;
  }

  .news-s4 {
    padding-bottom: 4rem;
  }

  .news-s4 .items {
    margin-top: 2rem;
  }

  .news-s4 .item a {
    padding: 2rem;
    display: block;
  }

  .news-s4 .item h3 {
    width: 100%;
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 2rem;
    position: relative;
  }
  .news-s4 .item h3:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .news-s4 .item span {
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem;
    margin-left: 30px;
  }

  .news-s1 {
    padding: 2rem 0 4rem;
  }

  .news-s1 .share {
    display: none;
  }

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

  .news-s1 .left-block {
    width: 100%;
    padding: 0 2rem 4rem;
  }

  .news-s1 .top-box {
    padding: 2rem 0;
  }

  .news-s1 .top-box h3 {
    font-size: 2rem;
  }

  .news-s1 .top-box .date {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .news-s1 .mid-box {
    padding: 2rem 0 4rem;
  }

  .news-s1 .page {
    margin-top: 4rem;
  }

  .news-s1 .page a {
    font-size: 1.4rem;
  }

  .news-s1 .right-block {
    width: 100%;
    margin: 2rem 0 0;
    padding: 2rem;
  }

  .news-s1 .right-block h3 {
    font-size: 2rem;
  }

  .news-s1 .right-block h3:before {
    left: -2rem;
  }

  .news-s1 .right-block h3:before {
    margin-top: -1.2rem;
  }

  .news-s1 .right-block .link {
    margin-top: 2rem;
  }

  .news-s1 .right-block .link a {
    font-size: 1.4rem;
  }

  .news-s1 .right-block .link a:before {
    top: 9px;
  }

  .product-s1.pd1 {
    padding: 0 0 4rem;
  }

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

  .product-s1 .left-box {
    width: 100%;
  }

  .product-s1 .left-box h3 {
    font-size: 2.4rem;
    line-height: 6rem;
    padding: 0 2rem;
  }

  .product-s1 .left-box.mt {
    margin-top: -6rem;
  }

  .product-s1 .left-box .items {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
  }

  .product-s1 .left-box .item .link {
    display: none !important;
  }

  .product-s1 .left-box .item h4 {
    font-size: 1.4rem;
    padding-right: 20px;
    margin-right: 20px;
  }

  .product-s1 .right-box {
    width: 100%;
    padding: 0;
    margin-top: 4rem;
  }

  .product-s1 form {
    height: 4rem;
  }

  .product-s1 button {
    width: 4rem;
    height: 4rem;
  }

  .product-s1 .b-items {
    margin-top: 2rem;
  }

  .product-s1 .b-item {
    width: calc(50% - 1rem);
    margin: 4rem 2rem 0 0;
  }
  .product-s1 .b-item:nth-of-type(1), .product-s1 .b-item:nth-of-type(2) {
    margin-top: 0;
  }
  .product-s1 .b-item:nth-of-type(even) {
    margin-right: 0;
  }

  .product-s1 .b-item h3 {
    font-size: 1.6rem;
    padding: 1rem 0 0;
  }

  .product-s1 .s-1 {
    display: block;
  }

  .product-s1 .s-1 .img-box {
    width: 100%;
  }

  .product-s1 .s-1 .txt-box {
    width: 100%;
    padding: 2rem;
  }

  .product-s1 .s-1 h3 {
    font-size: 1.6rem;
  }

  .product-s1 .s-1 .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .product-s1 .s-2 {
    margin-top: 2rem;
  }

  .product-s1 .s-2 .title {
    padding: 1.5rem 2rem;
  }

  .product-s1 .s-2 .blocks {
    padding: 2rem;
  }

  .product-s1 .s-2 h3 {
    font-size: 1.8rem;
  }

  .product-s1 .s-2 h3:before {
    width: 4px;
  }

  .product-s1 .s-2 table td {
    padding: 1rem;
  }

  .product-s1 .s-2 table th {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .product-s1 .s-2 table td {
    font-size: 1.2rem;
  }

  .product-s1 .s-2 .tip {
    padding: 1rem 1rem 0;
    font-size: 1.4rem;
  }

  .recruit-s1 .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .recruit-s1 .items {
    display: block;
    margin-top: 9.5rem;
  }

  .recruit-s1 .item {
    width: 100%;
    margin-top: 9.5rem;
  }
  .recruit-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .recruit-s1 .item .info {
    padding: 9.5rem 2rem 2rem;
  }

  .recruit-s1 .item .img-box h3 {
    font-size: 1.6rem;
  }

  .recruit-s2 .img-box {
    width: 100%;
    margin: 2rem 0 0;
  }

  .recruit-s3 .link a {
    font-size: 1.6rem;
  }

  .recruit-s3 .link a:after {
    height: 4px;
  }

  .recruit-s3 .tab-cont {
    margin-top: 2rem;
  }

  .recruit-s3 .item .show {
    padding: 2rem 5rem 2rem 0;
  }

  .recruit-s3 .item .show .info {
    display: none;
  }

  .recruit-s3 .item .show .tit {
    width: calc(100% - 10rem);
  }

  .recruit-s3 .item .show h3 {
    font-size: 1.6rem;
  }

  .recruit-s3 .item .hide {
    padding: 0 0 2rem;
  }

  .recruit-s3 .item .hide .close {
    display: none;
  }

  .recruit-s3 .item .hide .blocks {
    margin-left: 0;
  }

  .recruit-s3 .item .hide h4 {
    font-size: 1.6rem;
  }

  .recruit-s3 .item .hide .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .recruit-s3 .item .hide .block {
    margin-top: 2rem;
  }

  .index-s1 .item h3 {
    font-size: 2rem;
  }

  .index-s1 .item .txt:before {
    display: none;
  }

  .index-s1 .index-more {
    margin-top: 2rem;
  }

  .index-more {
    width: 140px;
  }

  .index-more span {
    line-height: 40px;
    font-size: 14px;
  }

  .index-s1 .pagination {
    bottom: 1rem;
  }

  .index-s2 .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .index-s2 .items {
    display: block;
    margin-top: 2rem;
  }

  .index-s2 .item {
    margin: 2rem 0 0;
  }
  .index-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s2 .item .hide {
    display: none;
  }

  .index-s2 .item .show {
    font-size: 1.6rem;
    padding: 2rem;
  }

  .index-s2 .index-more {
    margin-top: 2rem;
  }

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

  .index-s4 .link {
    margin-top: 2rem;
  }

  .index-s4 .link a {
    font-size: 1.6rem;
    margin-left: 2rem;
  }

  .index-s4 .link a:after {
    height: 4px;
  }

  .index-s4 .bot-block {
    margin-top: 2rem;
  }

  .index-s4 .items {
    display: block;
  }

  .index-s4 .item {
    width: 100%;
    margin: 2rem 0 0;
  }
  .index-s4 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s4 .item .txt-box {
    padding: 2rem 2rem 0;
  }

  .index-s4 .item h3 {
    font-size: 1.6rem;
  }

  .index-s4 .item span {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }

  .index-s4 .index-more {
    margin-top: 2rem;
  }

  .index-s3 img.bg {
    display: none;
  }

  .index-s3 img.sbg {
    display: none;
  }

  .index-s3 .tab-tit {
    display: none;
  }

  .index-s3 .txt-box {
    position: relative;
    top: auto;
  }

  .index-s3 {
    height: auto;
    min-height: auto;
  }

  .index-s3 .index-more {
    margin-top: 2rem;
  }

  .index-s3 .tab-cont {
    margin-top: 2rem;
    padding-bottom: 0;
  }

  .index-s3 .tab-cont span {
    font-size: 6rem;
    text-align: left;
  }

  .index-s3 .tab-cont .block {
    width: 100%;
    padding: 0 0 4rem;
  }

  .index-s3 .tab-cont .box {
    background-color: transparent;
    margin-top: 0;
  }

  .index-s3 .tab-cont h3 {
    display: none;
  }

  .index-s3 .tab-cont .box {
    padding: 0;
  }

  .index-s3 .tab-cont .para {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .index-s3 .button {
    top: auto;
    margin-top: 0;
    bottom: 0;
  }

  .index-s3 .button-next {
    right: auto;
    left: 40px;
  }

  .search-s2 .tip {
    font-size: 1.4rem;
  }

  .search-s2 .item h3 {
    font-size: 1.6rem;
  }

  .search-s2 .item span {
    font-size: 1.4rem;
  }

  .search-s2 .item a {
    padding: 2rem 0;
  }

  .search-s2 .items {
    margin: 2rem 0 4rem;
  }

  .index-s4,
  .index-s3,
  .index-s2,
  .recruit-s3,
  .recruit-s2,
  .recruit-s1,
  .news-s2,
  .research-s3,
  .research-s2,
  .research-s1,
  .research-s4,
  .research-s5,
  .contact-s3,
  .about-s8,
  .about-s7,
  .about-s6,
  .about-s3,
  .about-s1,
  .about-s2 .item,
  .about-s5,
  .search-s2 {
    padding: 4rem 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
