@font-face {
  font-family: 'DINPro-Light';
  src: url("/static/home/fonts/DINPro-Light.otf");
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url("/static/home/fonts/DINPro-Regular_0.otf");
}
@font-face {
  font-family: 'DINPro-Medium';
  src: url("/static/home/fonts/DINPro-Medium.otf");
}
/*视频播放*/
.mvLayBg{position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:60; display:none;}
.mvClose { background: url(/static/home/images/close_w.svg) no-repeat center center; display: inline-block; height: 52px; width: 52px; border: 1px solid rgba(255,255,255,0.6); position:fixed; right: 2vw; top: 2vw; border-radius:50%; transition:all 0.5s ease-in-out; z-index:80; background-size:28px auto; cursor:pointer; display:none;}
.mvClose:hover{transform:rotate(180deg);}
.mvBox{position: fixed;top: 50%;left: 50%;max-height: 80vw;max-width: 80vw; transform:translate(-50%, -50%); z-index:70; display:none}
.mvBtn{cursor:pointer;}
@media (max-width:1799px){
.mvClose{height: 40px; width: 40px; background-size:22px auto;}
}
@media (max-width:767px){
.mvBox{max-height: 90vw;max-width: 90vw;}
.mvClose{ right:15px; top:15px;}
}
@keyframes mouse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale {
  0%,85%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes o-banner-1 {
  0% {
    stroke-dashoffset: 3615;
  }
  10% {
    stroke-dashoffset: 0;
  }
}
@keyframes range-1 {
  0% {
    opacity: .8;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: .8;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes about {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
.wrapper {
  width: 87.5vw;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

body {
  padding-top: 136px;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top-block {
  background-color: #30303e;
}
.header .top-block a {
  font-size: 14px;
  line-height: 50px;
  color: rgba(221, 221, 221, 0.7);
  transition: line-height .3s ease;
}
.header .top-block a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 15px 0 0;
}
.header .top-block a.tel:before {
  background-image: url("/static/home/images/icon-1.png");
}
.header .top-block a.user:before {
  background-image: url("/static/home/images/icon-2.png");
}
.header .bot-block {
  padding: 18px 0;
  transition: padding .3s ease;
}
.header a.logo img {
  display: block;
  height: 42px;
}
.header .nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1vw;
}
.header .nav li a.single {
  display: block;
  font-size: 18px;
  color: #26263a;
  line-height: 50px;
  font-weight: bold;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .header .nav li:hover a, .header .nav li.active a {
    color: #ff9600;
  }
}
.header form {
  width: 240px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: height .3s ease;
}
.header form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  color: #888888;
  background-color: transparent;
}
.header form button {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/icon-3.png");
  cursor: pointer;
}
.header.down .top-block a {
  line-height: 40px;
}
.header.down .bot-block {
  padding: 10px 0;
}
.header.down .nav li a.single {
  line-height: 40px;
}
.header.down form {
  height: 40px;
}

/* footer */
.footer {
  font-size: 0;
  padding: 4.5vw 0;
  background-color: #2a2a33;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/static/home/images/img-1.png");
}
.footer .top-block {
  display: flex;
  justify-content: space-between;
}
.footer .bot-block {
  margin-top: 4.5vw;
}
.footer .info img {
  display: block;
  height: 60px;
}
.footer .info p {
  font-size: 16px;
  color: #fff;
  margin-top: 3.5vw;
}
.footer .box {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.125vw;
}
.footer .box:nth-of-type(1) {
  margin-left: 0;
}
.footer .box h3 {
  font-size: 16px;
  color: #fff;
}
.footer .box .link {
  margin-top: 1.5vw;
}
.footer .box a {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: rgba(240, 240, 240, 0.5);
  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: #fff;
  }
}
.footer .box .ewm {
  width: 120px;
}
.footer .box .ewm img {
  display: block;
  width: 100%;
}
.footer .box p {
  text-align: center;
  font-size: 14px;
  color: rgba(240, 240, 240, 0.5);
  margin-top: 15px;
}
.footer .copyright {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer .copyright a {
  color: #fff;
  display: inline-block;
}
.footer a.page {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  color: rgba(240, 240, 240, 0.5);
  padding-bottom: 10px;
  position: relative;
  margin-left: 12.5vw;
  transition: color .3s ease;
}
.footer a.page:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #eee034, #3a3173);
}
.footer a.page:hover {
  color: #fff;
}

/* login */
.login-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: none;
}
.login-pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.login-pop .main {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 90%;
  max-width: 380px;
  padding: 60px 45px;
  border-radius: 10px;
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/img-4.jpg");
}
.login-pop .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/recruit/icon-3.png");
  cursor: pointer;
}
.login-pop h3 {
  text-align: center;
  font-size: 28px;
  color: #2e2858;
}
.login-pop form {
  margin-top: 35px;
}
.login-pop .box {
  margin-top: 18px;
}
.login-pop .box:nth-of-type(1) {
  margin-top: 0;
}
.login-pop input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e3e3e3;
  padding: 0 15px;
}
.login-pop button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #2e2858;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  body {
    padding-top: 126px;
  }

  .header .nav li {
    margin: 0 10px;
  }

  .header .nav li a.single {
    font-size: 16px;
    line-height: 40px;
  }

  .header form {
    height: 40px;
  }

  .footer .box {
    margin-left: 2.5vw;
  }

  .footer .info p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .header .nav li {
    margin: 0 6px;
  }

  .header .nav li a.single {
    font-size: 15px;
  }

  .footer .box {
    margin-left: 2vw;
  }

  .footer .box .ewm {
    width: 100px;
  }

  .footer .info img {
    height: 50px;
  }

  .footer .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header form {
    width: 180px;
  }

  .header form input {
    font-size: 12px;
  }

  .header form button {
    width: 40px;
  }

  .header .nav li {
    margin: 0 5px;
  }

  .header .nav li a.single {
    font-size: 14px;
  }

  .footer .box h3 {
    font-size: 14px;
  }

  .footer .box a {
    font-size: 12px;
    max-width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 118px;
  }

  .header .top-block a {
    line-height: 40px;
  }

  .header form {
    margin-right: 44px;
  }

  .header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 45px 45px;
    margin-left: 0;
    z-index: 3;
    overflow: auto;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  .header .nav.active {
    left: 0;
  }

  .header .nav li {
    display: block;
    text-align: left;
    margin: 0;
  }

  .header .nav li a.single {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 6.25vw;
    top: 72px;
    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: #2e2858;
    -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;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }

  .wrapper {
    width: 100%;
  }

  .header .top-block {
    padding: 0 20px;
  }

  .header .top-block a {
    font-size: 12px;
    line-height: 24px;
  }

  .header .top-block a:before {
    width: 12px;
    height: 12px;
    margin: -2px 10px 0 0;
  }

  .header a.logo img {
    height: 30px;
  }

  .header .bot-block {
    padding: 5px 20px;
  }

  .header form {
    width: 160px;
    height: 30px;
  }

  .header form button {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
  }

  .header form input {
    padding: 0 10px;
  }

  .mNavBtn {
    top: 36px;
  }

  .footer {
    padding: 30px 20px;
  }

  .footer .block {
    display: none;
  }

  .footer .top-block {
    display: block;
  }

  .footer .info img {
    height: 40px;
    margin: 0 auto;
  }

  .footer .info p {
    text-align: center;
    margin-top: 10px;
  }

  .footer .bot-block {
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
  }

  .footer a.page {
    display: none;
  }
}
.c-banner {
  position: relative;
}
.c-banner .img-box {
  overflow: hidden;
}
.c-banner .img-box img {
  display: block;
  width: 100%;
  animation: o-scale 20s linear infinite;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 6.25vw;
}
.c-banner h3 {
  font-size: 52px;
}
.c-banner p {
  font-size: 22px;
  margin-top: 20px;
}
.c-banner form {
  margin-top: 2.5vw;
  max-width: 590px;
  height: 60px;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 0 60px 0 210px;
  position: relative;
}
.c-banner form:before {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  position: absolute;
  left: 210px;
  top: 50%;
  margin-top: -15px;
}
.c-banner select {
  width: 210px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #808080;
  padding: 0 20px;
  cursor: pointer;
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/news/icon-2.png");
}
.c-banner input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #808080;
}
.c-banner button {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/news/icon-3.png");
  cursor: pointer;
}
.c-banner.gray h3, .c-banner.gray p {
  color: #1f232d;
}
.c-banner.white h3, .c-banner.white p {
  color: #fff;
}

.c-crumb {
  font-size: 0;
  margin-top: -60px;
}
.c-crumb .cont {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-crumb a {
  font-size: 14px;
  line-height: 60px;
  color: #888888;
}
.c-crumb a:before {
  content: '';
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/home.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0 0;
}
.c-crumb span {
  position: relative;
  width: 24px;
  height: 32px;
  border: 1px dotted #000;
  border-radius: 12px;
}
.c-crumb span:after {
  content: '';
  width: 2px;
  height: 8px;
  background-color: #2e2858;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: mouse 1s linear infinite;
}

.c-subnav {
  font-size: 0;
}
.c-subnav .cont {
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.c-subnav a {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  color: #888888;
  position: relative;
  transition: all .3s ease;
}
.c-subnav a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #2e2858;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transition: all .3s ease;
}
.c-subnav a.active {
  color: #2e2858;
}
.c-subnav a.active:after {
  transform: scaleX(1);
}
@media screen and (min-width: 1025px) {
  .c-subnav a:hover {
    color: #2e2858;
  }
}

.c-filter {
  font-size: 0;
  padding-top: 2vw;
  text-align: center;
  position: relative;
  z-index: 3;
}
.c-filter .box {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  height: 60px;
  margin-right: 20px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.c-filter .box:after {
  content: '';
  width: 9px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/news/icon-2.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
.c-filter .box input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  padding: 0 20px;
  font-size: 16px;
  color: #808080;
  background-color: transparent;
  cursor: pointer;
}
.c-filter .box ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: left;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.c-filter .box ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 14px;
  color: #808080;
  line-height: 54px;
  text-align: center;
  transition: all .3s ease;
  cursor: pointer;
}
.c-filter .box ul li:hover {
  background: #2e2858;
  color: #fff;
}
.c-filter .box:nth-of-type(3):after {
  display: none;
}
.c-filter .box.open ul {
  display: block;
}
.c-filter a {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  line-height: 58px;
  border: 1px solid #dddddd;
  font-size: 16px;
  background-color: #2e2858;
  color: #fff;
}

.c-section-s1 {
  margin-bottom: 6.25vw;
}
.c-section-s1 .item {
  margin-top: 10px;
  font-size: 0;
  background-color: #f7f7f7;
  transition: all .3s ease;
}
.c-section-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
.c-section-s1 .item a {
  display: block;
  padding: 3.125vw;
}
.c-section-s1 .item .box {
  position: relative;
}
.c-section-s1 .item .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 440px;
  overflow: hidden;
}
.c-section-s1 .item img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease;
}
.c-section-s1 .item .date {
  font-size: 16px;
  color: #2e2858;
  transition: color .3s ease;
}
.c-section-s1 .item h3 {
  font-size: 24px;
  color: #333333;
  transition: color .3s ease;
}
.c-section-s1 .item p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  max-height: 64px;
  overflow: hidden;
  margin-top: 20px;
  transition: color .3s ease;
}
.c-section-s1 .item span {
  display: block;
  width: 180px;
  border: 2px solid #333;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  color: #1f232d;
  transition: all .3s ease;
}
.c-section-s1 .item span:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/search/icon-1-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
  transition: all .3s ease;
}
.c-section-s1 .item.img .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 450px);
  padding-left: 3.125vw;
}
.c-section-s1 .item.img h3, .c-section-s1 .item.img span {
  margin-top: 2vw;
}
.c-section-s1 .item.txt .txt-box {
  width: 70%;
  max-width: 1080px;
}
.c-section-s1 .item.txt h3 {
  margin-top: 20px;
}
.c-section-s1 .item.txt span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
}
@media screen and (min-width: 1025px) {
  .c-section-s1 .item:hover {
    background-color: #2e2858;
  }
  .c-section-s1 .item:hover img {
    transform: scale(1.1);
  }
  .c-section-s1 .item:hover .date, .c-section-s1 .item:hover p {
    color: #dddddd;
  }
  .c-section-s1 .item:hover h3 {
    color: #fff;
  }
  .c-section-s1 .item:hover span {
    border-color: #2e2858;
    background-color: #fff;
    color: #2e2858;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(46, 40, 88, 0.3);
  }
  .c-section-s1 .item:hover span:after {
    background-image: url("/static/home/images/search/icon-1-2.png");
  }
}

.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;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #2e2858;
  background-color: #2e2858;
  color: #fff;
}

.index-main {
  background-color: #eeeeee;
}

.index-s1 {
  position: relative;
  overflow: hidden;
}
.index-s1 .b-swiper {
  position: relative;
  z-index: 1;
}
.index-s1 .b-item {
  position: relative;
}
.index-s1 .b-item .img-box {
  overflow: hidden;
  position: relative;
}
.index-s1 .b-item .ani {
  width: 60vw;
  height: 60vw;
  max-width: 1149px;
  max-height: 1149px;
  position: absolute;
  left: -32vw;
  top: 50%;
  transform: translateY(-50%);
}
.index-s1 .b-item .ani img {
  display: block;
  width: 100%;
}
.index-s1 .b-item .ani span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eee034;
  border-radius: 50%;
  opacity: 0;
  animation: range-1 1.5s linear infinite;
}
.index-s1 .b-item .ani span:nth-of-type(1) {
  transform-origin: 49% 49%;
}
.index-s1 .b-item .ani span:nth-of-type(2) {
  transform-origin: 51% 49%;
  animation-delay: .5s;
}
.index-s1 .b-item .ani span:nth-of-type(3) {
  transform-origin: 49% 51%;
  animation-delay: 1s;
}
.index-s1 .b-item .ani svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.index-s1 .b-item .ani circle {
  stroke-width: 1px;
  stroke: #eee034;
  fill: none;
  stroke-dasharray: 3615;
  opacity: 0;
  animation: range-1 1.5s linear infinite;
}
.index-s1 .b-item .ani circle:nth-of-type(1) {
  transform-origin: 49% 49%;
}
.index-s1 .b-item .ani circle:nth-of-type(2) {
  transform-origin: 51% 49%;
  animation-delay: .5s;
}
.index-s1 .b-item .ani circle:nth-of-type(3) {
  transform-origin: 49% 51%;
  animation-delay: 1s;
}
.index-s1 .b-item img.bg {
  display: block;
  width: 100%;
  animation: o-scale 20s linear infinite;
}
.index-s1 .b-item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 4vw;
  z-index: 2;
}
.index-s1 .b-item h3 {
  font-size: 52px;
  color: #fff;
}
.index-s1 .b-item .para {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin-top: 2vw;
  max-width: 600px;
}
.index-s1 .pagination {
  position: absolute;
  bottom: 10vw;
  left: 0;
  right: 0;
  width: 87.5vw;
  max-width: 1680px;
  margin: 0 auto;
  font-size: 0;
  z-index: 2;
}
.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-1-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
.index-s1 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s1 .pagination span.active {
  background-image: url("/static/home/images/about/icon-1-2.png");
}
.index-s1 .news {
  width: 600px;
  position: absolute;
  left: 6.25vw;
  bottom: 0;
  z-index: 3;
}
.index-s1 .news .box {
  position: relative;
  background-color: #2e2858;
  border-left: 4px solid #eee034;
  padding: 0 70px 0 30px;
  font-size: 0;
}
.index-s1 .news .box:before {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.index-s1 .s-swiper {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  height: 60px;
}
.index-s1 .s-swiper a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s1 .buttons {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
}
.index-s1 .button {
  width: 11px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-7.png");
  cursor: pointer;
}
.index-s1 .button-next {
  transform: rotateX(180deg);
  margin-top: 10px;
}

.index-s2 {
  padding: 20px 0 0 6vw;
  font-size: 0;
}
.index-s2 .cont {
  background-color: #fff;
  border: 1px solid #dddddd;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/index/img-9.png");
  background-size: 100% auto;
}
.index-s2 .cont:before {
  content: '';
  width: 20px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 65%;
  background-color: #eeeeee;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  z-index: 1;
}
.index-s2 .left-box {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  position: relative;
  z-index: 2;
  padding: 6.25vw 3.125vw;
}
.index-s2 .right-box {
  display: inline-block;
  vertical-align: top;
  width: calc(35% - 20px);
  margin-left: 20px;
  position: relative;
  z-index: 2;
  padding: 6.25vw 3.125vw;
}
.index-s2 h3 {
  font-size: 28px;
  color: #2e2858;
}
.index-s2 .para {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #20202f;
}
.index-s2 .info {
  margin-top: 3.125vw;
}
.index-s2 .info .box {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.125vw;
  padding-left: 3.125vw;
  border-left: 1px solid #dddddd;
}
.index-s2 .info .box:nth-of-type(1) {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.index-s2 .info .box span {
  font-size: 48px;
  color: #3a3173;
  font-family: 'DINPro-Light';
}
.index-s2 .info .box i {
  font-style: normal;
  font-size: 16px;
  color: #565656;
  margin-left: 10px;
}
.index-s2 .tip .box {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #20202f;
}
.index-s2 .tip .box:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s2 .tip .box:nth-of-type(1):before {
  background-image: url("/static/home/images/index/icon-4-1.png");
}
.index-s2 .tip .box:nth-of-type(2):before {
  background-image: url("/static/home/images/index/icon-4-2.png");
}
.index-s2 a.more {
  display: block;
  width: 200px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #2e2858;
  margin-top: 3.125vw;
  transition: transform .3s ease;
}
.index-s2 a.more:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 1025px) {
  .index-s2 a.more:hover {
    transform: translateY(-5px);
  }
}

.index-s3 {
  padding-top: 20px;
  font-size: 0;
}
.index-s3 .tab-tit {
  padding: 0 6vw;
}
.index-s3 .tab-tit .items {
  border: 1px solid #dddddd;
  border-bottom: none;
  background-color: #fff;
}
.index-s3 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  position: relative;
  height: 10.5vw;
  cursor: pointer;
  transition: background .3s ease;
}
.index-s3 .tab-tit .item:after {
  content: '';
  width: 1px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 2vw;
  bottom: 2vw;
  transition: all .3s ease;
}
.index-s3 .tab-tit .item:last-of-type:after {
  display: none;
}
.index-s3 .tab-tit .item i {
  display: block;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s3 .tab-tit .item span {
  font-size: 16px;
  color: #333333;
  display: block;
  margin-top: 20px;
  text-align: center;
  transition: color .3s ease;
}
.index-s3 .tab-tit .item:nth-of-type(1) i {
  background-image: url("/static/home/images/index/icon-5-1-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(1).active i {
  background-image: url("/static/home/images/index/icon-5-1-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(2) i {
  background-image: url("/static/home/images/index/icon-5-2-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(2).active i {
  background-image: url("/static/home/images/index/icon-5-2-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(3) i {
  background-image: url("/static/home/images/index/icon-5-3-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(3).active i {
  background-image: url("/static/home/images/index/icon-5-3-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(4) i {
  background-image: url("/static/home/images/index/icon-5-4-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(4).active i {
  background-image: url("/static/home/images/index/icon-5-4-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(5) i {
  background-image: url("/static/home/images/index/icon-5-5-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(5).active i {
  background-image: url("/static/home/images/index/icon-5-5-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(6) i {
  background-image: url("/static/home/images/index/icon-5-6-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(6).active i {
  background-image: url("/static/home/images/index/icon-5-6-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(7) i {
  background-image: url("/static/home/images/index/icon-5-7-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(7).active i {
  background-image: url("/static/home/images/index/icon-5-7-2.png");
}
.index-s3 .tab-tit .item:nth-of-type(8) i {
  background-image: url("/static/home/images/index/icon-5-8-1.png");
}
.index-s3 .tab-tit .item:nth-of-type(8).active i {
  background-image: url("/static/home/images/index/icon-5-8-2.png");
}
.index-s3 .tab-tit .item.active {
  background-color: #2e2858;
}
.index-s3 .tab-tit .item.active:after {
  opacity: 0;
}
.index-s3 .tab-tit .item.active span {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .index-s3 .tab-tit .item:hover {
    background-color: #2e2858;
  }
  .index-s3 .tab-tit .item:hover:after {
    opacity: 0;
  }
  .index-s3 .tab-tit .item:hover span {
    color: #fff;
  }
}
.index-s3 .tab-cont {
  padding-right: 6vw;
}
.index-s3 .tab-cont .child {
  position: relative;
  display: none;
}
.index-s3 .tab-cont .child.active {
  display: block;
}
.index-s3 .tab-cont .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.index-s3 .tab-cont .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: o-scale 20s linear infinite;
}
.index-s3 .tab-cont .txt-box {
  width: 66.66%;
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/index/img-11.png");
  padding: 6.25vw;
}
.index-s3 .tab-cont h3, .index-s3 .tab-cont .para, .index-s3 .tab-cont .btn {
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont h3 {
  font-size: 28px;
  color: #ffffff;
  animation-delay: .1s;
}
.index-s3 .tab-cont h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-image: linear-gradient(90deg, #eee034, #3a3173);
  margin: 20px 0;
}
.index-s3 .tab-cont .para {
  font-size: 16px;
  line-height: 30px;
  color: #bbbbbb;
  height: 240px;
  overflow: hidden;
  animation-delay: .2s;
}
.index-s3 .tab-cont .btn {
  margin-top: 3.125vw;
  animation-delay: .3s;
}
.index-s3 .tab-cont a.more {
  display: block;
  width: 200px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #2e2858;
  transition: transform .3s ease;
}
.index-s3 .tab-cont a.more:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 1025px) {
  .index-s3 .tab-cont a.more:hover {
    transform: translateY(-5px);
  }
}

.index-s4 {
  padding: 20px 0 0 6vw;
}
.index-s4 .cont {
  position: relative;
  padding: 6.25vw 3.125vw;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/index/img-7.jpg");
  background-size: 100% auto;
  border: 1px solid #dddddd;
}
.index-s4 h3 {
  font-size: 28px;
  color: #2e2858;
}
.index-s4 h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-image: linear-gradient(90deg, #eee034, #3a3173);
  margin-top: 20px;
}
.index-s4 .block {
  margin: 20px -3.125vw 0 0;
  position: relative;
}
.index-s4 .item {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.125vw;
  border: 1px solid #dddddd;
}
.index-s4 .item .img-box {
  position: relative;
  overflow: hidden;
}
.index-s4 .item .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 35, 45, 0.8);
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.index-s4 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s4 .item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 2;
  transition: all .3s ease;
}
.index-s4 .item span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transition: all .3s ease;
}
.index-s4 .item span:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-1.png");
  display: block;
  margin: 20px auto 0;
}
.index-s4 .item .txt-box {
  padding: 20px;
}
.index-s4 .item p {
  font-size: 16px;
  line-height: 30px;
  color: #20202f;
  height: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .index-s4 .item:hover .img-box:before {
    opacity: 1;
  }
  .index-s4 .item:hover h4 {
    opacity: 0;
  }
  .index-s4 .item:hover span {
    opacity: 1;
  }
  .index-s4 .item:hover img {
    transform: scale(1.1);
  }
}
.index-s4 .buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15vw;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 40%, white);
  z-index: 2;
}
.index-s4 .button {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/next-1.png");
  cursor: pointer;
  opacity: .5;
  transition: all .3s ease;
}
.index-s4 .button:hover {
  opacity: 1;
}
.index-s4 .button-prev {
  transform: rotateY(180deg);
}
.index-s4 .button-next {
  margin-top: 3.125vw;
}
.index-s4 a.more {
  position: absolute;
  right: 3.125vw;
  top: 6.25vw;
  display: block;
  width: 200px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background-color: #2e2858;
  transition: transform .3s ease;
}
.index-s4 a.more:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 1025px) {
  .index-s4 a.more:hover {
    transform: translateY(-5px);
  }
}

.index-s5 {
  padding: 20px 0 0 6vw;
}
.index-s5 .cont {
  padding: 6.25vw 3.125vw;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/index/img-5.jpg");
  background-size: 100% auto;
  border: 1px solid #dddddd;
}
.index-s5 h3 {
  font-size: 28px;
  color: #2e2858;
}
.index-s5 h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-image: linear-gradient(90deg, #eee034, #3a3173);
  margin-top: 20px;
}
.index-s5 .block {
  margin: 20px -3.125vw 0 0;
  position: relative;
}
.index-s5 .item {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.125vw;
}
.index-s5 .item .title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/index/img-6.jpg");
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border-left: 4px solid #eee034;
}
.index-s5 .item .link {
  padding-left: 20px;
}
.index-s5 .item .link a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  padding-right: 30px;
  border-bottom: 1px solid #dddddd;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/index/icon-2.png");
  transition: all .3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1025px) {
  .index-s5 .item .link a:hover {
    color: #2e2858;
    font-weight: bold;
  }
}
.index-s5 .item .btn {
  text-align: right;
  padding-top: 20px;
}
.index-s5 .item .btn a {
  display: inline-block;
  font-size: 16px;
  color: #2e2858;
  font-weight: bold;
}
.index-s5 .item .btn a:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
}
.index-s5 .buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15vw;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), 40%, white);
  z-index: 2;
}
.index-s5 .button {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/next-1.png");
  cursor: pointer;
  opacity: .5;
  transition: all .3s ease;
}
.index-s5 .button:hover {
  opacity: 1;
}
.index-s5 .button-prev {
  transform: rotateY(180deg);
}
.index-s5 .button-next {
  margin-top: 3.125vw;
}

.index-s6 {
  padding: 20px 6vw 0 0;
}
.index-s6 .cont {
  position: relative;
  max-width: 1800px;
}
.index-s6 .img-box {
  overflow: hidden;
}
.index-s6 .img-box img {
  display: block;
  width: 100%;
}
.index-s6 .txt-box {
  width: 31.25vw;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 3.125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/index/img-2.png");
}
.index-s6 h3 {
  font-size: 28px;
  color: #fff;
}
.index-s6 h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-image: linear-gradient(90deg, #eee034, #3a3173);
  margin: 20px 0;
}
.index-s6 .para {
  font-size: 16px;
  line-height: 2;
  color: #bbbbbb;
}
.index-s6 p {
  margin-top: 10px;
}
.index-s6 p:nth-of-type(1) {
  margin-top: 0;
}
.index-s6 p span {
  color: #fff;
}

.index-s7 {
  padding: 20px 6vw 6vw;
}
.index-s7 .cont {
  display: flex;
}
.index-s7 .left-box {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/index/img-3.jpg");
  padding: 6.25vw 3.125vw;
}
.index-s7 .left-box h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.index-s7 .left-box h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #cccccc;
  margin: 20px auto;
}
.index-s7 .left-box p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  text-align: center;
}
.index-s7 .left-box a {
  display: block;
  width: 200px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #2e2858;
  margin: 3.125vw auto 0;
  transition: transform .3s ease;
}
.index-s7 .left-box a:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (min-width: 1025px) {
  .index-s7 .left-box a:hover {
    transform: translateY(-5px);
  }
}
.index-s7 .right-box {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/index/img-4.jpg");
  border: 1px solid #dddddd;
  padding: 3.125vw;
}
.index-s7 .right-box h3 {
  font-size: 28px;
  color: #2e2858;
  text-align: center;
}
.index-s7 .right-box h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-image: linear-gradient(90deg, #eee034, #3a3173);
  margin: 20px auto;
}
.index-s7 .items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.index-s7 .item {
  width: 33.33%;
  position: relative;
  margin: -1px 0 0 -1px;
  z-index: 1;
}
.index-s7 .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.index-s7 .item .img-box {
  overflow: hidden;
}
.index-s7 .item img {
  display: block;
  width: 100%;
}
.index-s7 .item a {
  display: block;
  height: 100%;
  background-color: #2e2858;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index-s7 .item span {
  font-size: 16px;
  color: #dddddd;
}
.index-s7 .item span:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/index/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .index-s7 .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}

.dynamic-page {
  background-color: #eeeeee;
}
.dynamic-page .c-banner form {
  padding-left: 0 !important;
}
.dynamic-page .c-banner form:before {
  display: none;
}

.dynamic-page-s1 {
  padding-top: 3.125vw;
  font-size: 0;
}
.dynamic-page-s1 .cont {
  background-color: #fff;
  padding: 3.125vw 0;
}
.dynamic-page-s1 .box {
  position: relative;
}
.dynamic-page-s1 .img-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 3.125vw);
  margin-left: 3.125vw;
  overflow: hidden;
}
.dynamic-page-s1 .img-box img {
  display: block;
  width: 100%;
  animation: o-scale 20s linear infinite;
}
.dynamic-page-s1 .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 5vw;
}
.dynamic-page-s1 .date {
  position: absolute;
  left: 5vw;
  top: -1vw;
  background-color: #2e2858;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  border-radius: 6px;
  z-index: 2;
}
.dynamic-page-s1 .date b {
  font-size: 36px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.dynamic-page-s1 h3 {
  font-size: 32px;
  color: #1f232d;
}
.dynamic-page-s1 p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
  margin: 2vw 0;
}
.dynamic-page-s1 span {
  display: block;
  width: 180px;
  background-color: #2e2858;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  transition: all .3s ease;
}
.dynamic-page-s1 span:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/search/icon-1-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .dynamic-page-s1 span:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(46, 40, 88, 0.3);
  }
}

.dynamic-page-s2 {
  padding: 10px 0 6.25vw;
}

.news-page-s1 {
  font-size: 0;
  padding: 3.125vw 0 6.25vw;
}
.news-page-s1 .items {
  margin-bottom: 6.25vw;
}
.news-page-s1 .item {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  transition: all .3s ease;
}
.news-page-s1 .item:nth-of-type(1) {
  border-top: 1px solid #e8e8e8;
}
.news-page-s1 .item:after {
  content: '';
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/news/icon-4-1.png");
  position: absolute;
  right: 3.125vw;
  top: 50%;
  margin-top: -20px;
  transition: all .3s ease;
}
.news-page-s1 .item a {
  display: block;
  padding: 2vw 200px 2vw 3.125vw;
}
.news-page-s1 .item span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #2e2858;
  transition: color .3s ease;
}
.news-page-s1 .item span:nth-of-type(1) {
  margin-right: 2vw;
}
.news-page-s1 .item h3 {
  font-size: 24px;
  color: #222222;
  margin: 20px 0;
  transition: color .3s ease;
}
.news-page-s1 .item p {
  font-size: 16px;
  color: #666666;
  transition: color .3s ease;
}
@media screen and (min-width: 1024px) {
  .news-page-s1 .item:hover {
    margin: 0 -10px;
    background-color: #2e2858;
  }
  .news-page-s1 .item:hover:after {
    background-image: url("/static/home/images/news/icon-4-2.png");
  }
  .news-page-s1 .item:hover span {
    color: #dddddd;
  }
  .news-page-s1 .item:hover h3 {
    color: #fff;
  }
  .news-page-s1 .item:hover p {
    color: #dddddd;
  }
}

.news-detail-s1 img {
  display: block;
  width: 100%;
}

.news-detail-s2 {
  font-size: 0;
  background-color: #eeeeee;
  padding-bottom: 6.25vw;
}
.news-detail-s2 .main {
  max-width: 1440px;
  margin-top: -14vw;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-s2 .top-block .date {
  font-size: 18px;
  color: #fff;
}
.news-detail-s2 .top-block h3 {
  font-size: 50px;
  color: #fff;
  margin-top: 15px;
}
.news-detail-s2 .bot-block {
  background-color: #fff;
  margin-top: 2.5vw;
  padding: 4.5vw 0;
}
.news-detail-s2 .left-box {
  width: calc(100% - 410px);
  display: inline-block;
  vertical-align: top;
  padding: 0 3.125vw;
  border-right: 1px solid #e6e6e6;
}
.news-detail-s2 .left-box .other {
  margin-top: 24px;
  border-top: 1px solid #e6e6e6;
  padding-top: 3.125vw;
}
.news-detail-s2 .left-box .other a {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #1e2835;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-detail-s2 .left-box .other a div {
  display: none;
}
@media screen and (min-width: 1025px) {
  .news-detail-s2 .left-box .other a:hover {
    color: #2e2858;
  }
}
.news-detail-s2 .right-box {
  position: sticky;
  top: 180px;
  width: 410px;
  display: inline-block;
  vertical-align: top;
  padding: 0 3.125vw;
  border-left: 1px solid #e6e6e6;
  margin-left: -1px;
}
.news-detail-s2 .right-box h3 {
  font-size: 24px;
  color: #2e2858;
}
.news-detail-s2 .right-box .link {
  margin-top: 2vw;
}
.news-detail-s2 .right-box .link a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 1.5vw;
  padding-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease;
}
.news-detail-s2 .right-box .link a:nth-of-type(1) {
  margin-top: 0;
}
.news-detail-s2 .right-box .link a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
@media screen and (min-width: 1025px) {
  .news-detail-s2 .right-box .link a:hover {
    color: #2e2858;
    transform: translateX(-10px);
  }
}
.news-detail-s2 .right-box a.back {
  display: block;
  margin-top: 2.5vw;
  width: 180px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #2e2858;
  transition: all .3s ease;
}
.news-detail-s2 .right-box a.back:after {
  content: '';
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/news/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .news-detail-s2 .right-box a.back:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(46, 40, 88, 0.3);
  }
}

.search-page-s1 {
  position: relative;
}
.search-page-s1 .img-box {
  overflow: hidden;
}
.search-page-s1 img {
  display: block;
  width: 100%;
  animation: o-scale 20s linear infinite;
}
.search-page-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-page-s1 h3 {
  font-size: 52px;
  color: #1f232d;
}

.search-page-s2 .cont {
  background-color: #f7f7f7;
  padding: 2.4vw;
}
.search-page-s2 .tip {
  font-size: 16px;
  color: #333;
}
.search-page-s2 form {
  position: relative;
  display: block;
  margin-top: 20px;
  height: 50px;
  border: 1px solid #eeeeee;
  background-color: #fff;
}
.search-page-s2 input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  background-color: transparent;
}
.search-page-s2 button {
  width: 135px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2e2858;
  cursor: pointer;
}

.search-page-s3 {
  padding: 4vw 0 6.25vw;
}
.search-page-s3 .tip {
  font-size: 20px;
  color: #333;
}
.search-page-s3 .c-section-s1 {
  margin-top: 3.125vw;
}

.user-page {
  background-color: #eeeeee;
}
.user-page .c-subnav a {
  width: 33.33%;
}

.user-page-s1 {
  padding: 3.125vw 0 6.25vw;
}
.user-page-s1 .items {
  margin-bottom: 6.25vw;
}
.user-page-s1 .item {
  margin-top: 10px;
  background-color: #fff;
  padding: 2vw 3.125vw;
  transition: background .3s ease;
}
.user-page-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
.user-page-s1 .item .box {
  position: relative;
  padding-right: 300px;
}
.user-page-s1 .item h3 {
  font-size: 24px;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.user-page-s1 .item h3:before {
  content: '';
  width: 42px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 20px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/user/icon-1-1.png");
  transition: all .3s ease;
}
.user-page-s1 .item a {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 180px;
  border: 2px solid #333;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  color: #1f232d;
  transition: all .3s ease;
}
.user-page-s1 .item a:after {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/user/icon-2-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .user-page-s1 .item:hover {
    background-color: #2e2858;
  }
  .user-page-s1 .item:hover h3 {
    color: #fff;
  }
  .user-page-s1 .item:hover h3:before {
    background-image: url("/static/home/images/user/icon-1-2.png");
  }
  .user-page-s1 .item:hover a {
    background-color: #fff;
    border-color: #fff;
  }
  .user-page-s1 .item:hover a:after {
    background-image: url("/static/home/images/user/icon-2-2.png");
  }
}

.contact-page {
  background-color: #eeeeee;
}

.contact-page-s1 {
  padding-top: 20px;
  font-size: 0;
}
.contact-page-s1 .cont {
  position: relative;
}
.contact-page-s1 .img-box {
  overflow: hidden;
}
.contact-page-s1 .img-box img {
  display: block;
  width: 100%;
}
.contact-page-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 3.125vw;
}
.contact-page-s1 h3 {
  font-size: 32px;
  color: #1f232d;
}
.contact-page-s1 .box {
  max-width: 600px;
  margin-top: 3.125vw;
  padding: 3.125vw;
  background-color: #fff;
}
.contact-page-s1 .title {
  font-size: 24px;
  color: #1f232d;
}
.contact-page-s1 .para {
  font-size: 16px;
  line-height: 2;
  color: #1f232d;
  margin-top: 30px;
}
.contact-page-s1 .para a {
  display: inline-block;
  color: #ff9600;
}
.contact-page-s1 .info {
  margin-top: 30px;
  padding-top: 30px;
  margin-left: -1.5625vw;
  margin-right: -1.5625vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  border-top: 1px solid #dcdcdc;
}
.contact-page-s1 .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.contact-page-s1 .item p {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  font-weight: bold;
}
.contact-page-s1 .item p:after {
  content: '';
  width: 20px;
  height: 4px;
  background-color: #fff038;
  display: block;
  margin-top: 15px;
}
.contact-page-s1 .tel {
  font-size: 32px;
  line-height: 1;
  color: #1f232d;
  font-family: 'DINPro-Regular';
}

.contact-page-s2 {
  padding: 2.5vw 0 6.25vw;
  position: relative;
  z-index: 2;
}
.contact-page-s2 .map {
  height: 33vw;
}

.recruit-page {
  background-color: #eeeeee;
}

.recruit-page-s1 {
  padding: 20px 0;
}
.recruit-page-s1 .cont {
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/recruit/img-2.jpg");
  background-size: auto 100%;
  padding: 6.25vw 3.125vw;
}
.recruit-page-s1 h3 {
  font-size: 32px;
  color: #1f232d;
}
.recruit-page-s1 .para {
  font-size: 18px;
  line-height: 24px;
  color: #1f232d;
  margin-top: 3.125vw;
}
.recruit-page-s1 p {
  margin-top: 25px;
}
.recruit-page-s1 p:nth-of-type(1) {
  margin-top: 0;
}
.recruit-page-s1 p:before {
  content: '';
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/recruit/icon-1.png");
  margin: -2px 20px 0 0;
}

.recruit-page-s2 {
  padding-bottom: 6.25vw;
  font-size: 0;
}
.recruit-page-s2 .cont {
  display: flex;
  justify-content: space-between;
}
.recruit-page-s2 .left-box, .recruit-page-s2 .right-box {
  width: calc(50% - 10px);
}
.recruit-page-s2 .left-box .top-block {
  background-image: url("/static/home/images/recruit/img-3.jpg");
}
.recruit-page-s2 .left-box .top-block a {
  color: #37325f;
}
.recruit-page-s2 .right-box {
  position: relative;
}
.recruit-page-s2 .right-box .top-block {
  height: 100%;
  padding-bottom: 6.25vw;
  background-image: url("/static/home/images/recruit/img-5.jpg");
}
.recruit-page-s2 .right-box .top-block a {
  color: #f19200;
}
.recruit-page-s2 .right-box .scroll {
  max-height: 600px;
}
.recruit-page-s2 .right-box .next {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2a2a33;
  padding: 0 2vw;
  border-top-left-radius: 2vw;
  font-size: 16px;
  color: #fff;
  line-height: 4.16vw;
  cursor: pointer;
}
.recruit-page-s2 .top-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-page-s2 .top-block .items {
  padding: 4.5vw 3.125vw;
}
.recruit-page-s2 .top-block .item {
  display: none;
}
.recruit-page-s2 .top-block .item.active {
  display: block;
}
.recruit-page-s2 .top-block .box {
  position: relative;
}
.recruit-page-s2 .top-block .scroll {
  overflow: auto;
  padding-right: 20px;
  margin-top: 2vw;
}
.recruit-page-s2 .top-block h3 {
  font-size: 32px;
  color: #fff;
}
.recruit-page-s2 .top-block .info {
  margin-top: 2vw;
}
.recruit-page-s2 .top-block .info:nth-of-type(1) {
  margin-top: 0;
}
.recruit-page-s2 .top-block h4 {
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/recruit/icon-2.png");
}
.recruit-page-s2 .top-block .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin: 20px 0 0 30px;
}
.recruit-page-s2 .top-block a {
  width: 150px;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .recruit-page-s2 .top-block a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
}
.recruit-page-s2 .bot-block {
  margin-top: 20px;
  padding: 4.5vw 3.125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/recruit/img-4.jpg");
}
.recruit-page-s2 .bot-block .info {
  margin-top: 2vw;
}
.recruit-page-s2 .bot-block .info:nth-of-type(1) {
  margin-top: 0;
}
.recruit-page-s2 .bot-block .info h3 {
  font-size: 18px;
  color: #1f232d;
}
.recruit-page-s2 .bot-block .info p {
  font-size: 16px;
  line-height: 2;
  color: #1f232d;
  margin-top: 10px;
}

.recruit-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: none;
}
.recruit-pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.recruit-pop .main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #fff;
  padding: 4.5vw 6.25vw;
}
.recruit-pop .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/recruit/icon-3.png");
  cursor: pointer;
}
.recruit-pop .title {
  font-size: 42px;
  color: #ff9600;
  border-bottom: 2px solid #ff9600;
  text-align: center;
  padding-bottom: 2vw;
}
.recruit-pop .job-tit {
  position: relative;
  border-right: 1px solid #e6e6e6;
  margin-top: 2.5vw;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/recruit/img-6.jpg");
}
.recruit-pop .job-tit h3 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 48px;
}
.recruit-pop .job-tit span {
  position: absolute;
  left: 20px;
  top: -10px;
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}
.recruit-pop .job-tip {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}
.recruit-pop .job-info {
  margin-top: 2vw;
  font-size: 0;
}
.recruit-pop .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 1.1vw);
}
.recruit-pop .item h3 {
  font-size: 18px;
  color: #ff9600;
  text-align: center;
}
.recruit-pop .item .box {
  margin-top: 10px;
  position: relative;
  border: 1px solid #e8e8e8;
  transition: all .3s ease;
}
.recruit-pop .item .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.recruit-pop .item .box a {
  display: block;
  padding: 30px 10px;
  text-align: center;
  font-size: 14px;
  color: #cccccc;
  font-weight: bold;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.recruit-pop .item .box a:before {
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}
.recruit-pop .item .box span {
  color: #ff9600;
  transition: color .3s ease;
}
.recruit-pop .item:nth-of-type(1) .box:before {
  background-image: url("/static/home/images/recruit/img-7.png");
}
.recruit-pop .item:nth-of-type(1) .box a:before {
  background-image: url("/static/home/images/recruit/icon-4-1.png");
}
@media screen and (min-width: 1025px) {
  .recruit-pop .item:nth-of-type(1):hover .box a:before {
    background-image: url("/static/home/images/recruit/icon-4-2.png");
  }
}
.recruit-pop .item:nth-of-type(2) {
  margin-left: 2vw;
}
.recruit-pop .item:nth-of-type(2) .box:before {
  background-image: url("/static/home/images/recruit/img-8.png");
}
.recruit-pop .item:nth-of-type(2) .box a:before {
  background-image: url("/static/home/images/recruit/icon-5-1.png");
}
@media screen and (min-width: 1025px) {
  .recruit-pop .item:nth-of-type(2):hover .box a:before {
    background-image: url("/static/home/images/recruit/icon-5-2.png");
  }
}
@media screen and (min-width: 1025px) {
  .recruit-pop .item:hover .box {
    background-color: #ff9600;
  }
  .recruit-pop .item:hover .box a {
    color: #fff;
  }
  .recruit-pop .item:hover .box a span {
    color: #fff;
  }
}

.service-page-s1 {
  font-size: 0;
  position: relative;
  padding: 6.25vw 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/static/home/images/service/img-2.jpg");
}
.service-page-s1 .items {
  width: 56vw;
  margin: 0 auto;
  padding: 0 7.3vw;
}
.service-page-s1 .item {
  display: none;
}
.service-page-s1 .item.active {
  display: block;
}
.service-page-s1 .item .img-box, .service-page-s1 .item .txt-box {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.service-page-s1 .item .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 10.5vw;
  max-width: 200px;
  animation-delay: .1s;
}
.service-page-s1 .item .img-box img {
  display: block;
  width: 100%;
}
.service-page-s1 .item .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 10.5vw);
  padding-left: 3.125vw;
  animation-delay: .2s;
}
.service-page-s1 .item h3 {
  font-size: 32px;
  color: #1f232d;
}
.service-page-s1 .item .para {
  font-size: 16px;
  line-height: 2.5;
  color: #1f232d;
  margin-top: 2vw;
}
.service-page-s1 .item p:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  display: inline-block;
  vertical-align: top;
  margin: 18px 10px 0 0;
}
.service-page-s1 .button {
  width: 22vw;
  height: 13.5vw;
  background-color: #f6f6f7;
  position: absolute;
  top: 10vw;
  cursor: pointer;
}
.service-page-s1 .button:before {
  content: '';
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/service/icon-2.png");
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.service-page-s1 .button .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.service-page-s1 .button .txt i {
  display: block;
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.service-page-s1 .button .txt span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.service-page-s1 .prev {
  left: 0;
  border-radius: 0 6.8vw 6.8vw 0;
}
.service-page-s1 .prev:before {
  left: 3.5vw;
}
.service-page-s1 .prev .txt {
  right: 5.5vw;
}
.service-page-s1 .next {
  right: 0;
  border-radius: 6.8vw 0 0 6.8vw;
}
.service-page-s1 .next:before {
  right: 3.5vw;
  transform: rotateY(180deg);
}
.service-page-s1 .next .txt {
  left: 5.5vw;
}

.about-page {
  background-color: #eeeeee;
}
.about-page .c-subnav a {
  width: 20%;
}

.about-page-s1 {
  margin-top: 20px;
}
.about-page-s1 .cont {
  background-color: #fcfcfc;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/about/img-2.png");
  background-size: 100% auto;
  display: flex;
}
.about-page-s1 .txt-box {
  width: 66.66%;
  padding: 6.25vw 3.125vw;
}
.about-page-s1 .img-box {
  width: 33.34%;
  background-color: #fff;
  text-align: center;
}
.about-page-s1 h4 {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s1 h3 {
  font-size: 28px;
  color: #1f232d;
  margin-top: 10px;
}
.about-page-s1 .scroll {
  height: 270px;
  overflow: auto;
  padding-right: 2.5vw;
  margin-top: 2vw;
}
.about-page-s1 .tip {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s1 .para {
  font-size: 16px;
  line-height: 2.5;
  color: #666;
  margin-top: 20px;
}
.about-page-s1 .img {
  position: relative;
}
.about-page-s1 img {
  width: 100%;
  max-width: 560px;
}
.about-page-s1 img.ani {
  position: absolute;
  top: 0;
  left: 0;
  animation: about 1s linear infinite;
}

.about-page-s2 {
  font-size: 0;
}
.about-page-s2 .cont {
  background-color: #292934;
  padding: 3.125vw 0;
  border-bottom: 6px solid #fff038;
}
.about-page-s2 .item {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  position: relative;
  padding: 3.125vw 2vw;
  text-align: center;
}
.about-page-s2 .item:after {
  content: '';
  width: 1px;
  height: 160px;
  background-color: #303748;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page-s2 .item:last-of-type:after {
  display: none;
}
.about-page-s2 .item .bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/img-4.gif");
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.about-page-s2 .item .txt-box {
  position: relative;
  z-index: 2;
}
.about-page-s2 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #dddddd;
  height: 72px;
  overflow: hidden;
}
.about-page-s2 .item span {
  font-size: 80px;
  line-height: 1;
  color: #fff;
  font-family: 'DINPro-Regular';
}
@media screen and (min-width: 1025px) {
  .about-page-s2 .item:hover .bg-box {
    opacity: 1;
  }
}

.about-page-s3 .cont {
  display: flex;
}
.about-page-s3 .txt-box {
  width: 33.33%;
  background-color: #fff;
  padding: 6.25vw 3.125vw;
}
.about-page-s3 h4 {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s3 h3 {
  font-size: 28px;
  color: #1f232d;
  margin-top: 10px;
}
.about-page-s3 .para {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 2vw;
}
.about-page-s3 .num {
  font-size: 80px;
  color: #1f232d;
  font-family: 'DINPro-Regular';
  line-height: 1;
  margin: 2vw 0;
}
.about-page-s3 .tip {
  font-size: 16px;
  color: #1f232d;
}
.about-page-s3 .img-box {
  width: 66.66%;
  position: relative;
}
.about-page-s3 .items {
  height: 100%;
}
.about-page-s3 .item .img {
  height: 100%;
  overflow: hidden;
}
.about-page-s3 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: o-scale 20s linear infinite;
}
.about-page-s3 .pagination {
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.about-page-s3 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-1-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
.about-page-s3 .pagination span.active {
  background-image: url("/static/home/images/about/icon-1-2.png");
}

.about-page-s4 {
  margin-top: 20px;
}
.about-page-s4 .cont {
  background-color: #fff;
  padding: 6.25vw 3.125vw 15.625vw;
  border-bottom: 6px solid #fff038;
  text-align: center;
}
.about-page-s4 .cont:after {
  content: '';
  width: 8vw;
  height: 8vw;
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin: 2vw auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-2.png");
}
.about-page-s4 h4 {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s4 h3 {
  font-size: 28px;
  color: #1f232d;
  margin-top: 10px;
}
.about-page-s4 .para {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 2vw;
}

.about-page-s5 {
  font-size: 0;
}
.about-page-s5 .cont {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/about/img-6.jpg");
  text-align: center;
}
.about-page-s5 .box {
  display: inline-block;
  vertical-align: top;
  width: 34vw;
  max-width: 650px;
  position: relative;
}
.about-page-s5 .box h4 {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s5 .box .para {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-top: 15px;
}
.about-page-s5 .box .para:after {
  content: '';
  width: 28px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-3.png");
}
.about-page-s5 .box .img-box {
  overflow: hidden;
}
.about-page-s5 .box img {
  display: block;
  width: 100%;
  animation: o-scale 20s linear infinite;
}
.about-page-s5 .box-1 {
  transform: translateY(-6.25vw);
  z-index: 2;
}
.about-page-s5 .box-1 .txt-box {
  padding: 6.25vw 3.125vw;
  background-color: #eeeeee;
}
.about-page-s5 .box-1 .para:after {
  display: block;
  margin: 2vw auto 0;
}
.about-page-s5 .box-2 {
  transform: translateY(-12.5vw);
  margin-left: -3.125vw;
  z-index: 1;
}
.about-page-s5 .box-2 .txt-box {
  padding: 3.125vw;
  background-color: #fff;
}
.about-page-s5 .box-2 .para:after {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
}

.about-page-s6 {
  margin-top: 20px;
  font-size: 0;
}
.about-page-s6 .cont {
  padding: 6.25vw 3.125vw;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/about/img-9.jpg");
  background-size: 100% auto;
}
.about-page-s6 h4 {
  font-size: 18px;
  color: #1f232d;
  text-align: center;
}
.about-page-s6 h3 {
  font-size: 28px;
  color: #1f232d;
  margin-top: 10px;
  text-align: center;
}
.about-page-s6 .items {
  margin-top: 2vw;
}
.about-page-s6 .item {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  position: relative;
  margin: -1px 0 0 -1px;
  z-index: 1;
}
.about-page-s6 .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.about-page-s6 .item .img-box {
  overflow: hidden;
}
.about-page-s6 .item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .about-page-s6 .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}

.about-page-s7 {
  margin-top: 20px;
  font-size: 0;
}
.about-page-s7 .cont {
  background-color: #fff;
  display: flex;
}
.about-page-s7 .left-box {
  width: 66.66%;
  padding: 6.25vw 3.125vw;
}
.about-page-s7 .right-box {
  width: 33.33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/about/img-12.jpg");
  padding: 6.25vw 3.125vw;
}
.about-page-s7 h3 {
  font-size: 28px;
  color: #1f232d;
}
.about-page-s7 .scroll {
  margin-top: 2vw;
  height: 220px;
  overflow: auto;
  padding-right: 20px;
}
.about-page-s7 .tip {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s7 .para {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.about-page-s7 .item {
  text-align: center;
  position: relative;
}
.about-page-s7 .item p {
  font-size: 16px;
  color: #dddddd;
  line-height: 24px;
}
.about-page-s7 .item .num {
  margin-top: 20px;
}
.about-page-s7 .item span {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  font-family: 'DINPro-Regular';
}
.about-page-s7 .item:nth-of-type(2) {
  margin-top: 2vw;
  padding-top: 2vw;
}
.about-page-s7 .item:nth-of-type(2):before {
  content: '';
  width: 8vw;
  height: 1px;
  background-color: #303748;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about-page-s8 {
  position: relative;
  margin-top: 20px;
  font-size: 0;
  z-index: 2;
}
.about-page-s8 .cont {
  position: relative;
}
.about-page-s8 .tab-cont {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/about/img-13.jpg");
  border-top: 6px solid #fff038;
  padding: 6.25vw 3.125vw calc(70px + 6.25vw);
}
.about-page-s8 .tab-cont h4, .about-page-s8 .tab-cont h3, .about-page-s8 .tab-cont .para {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-page-s8 .tab-cont h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  animation-delay: .1s;
}
.about-page-s8 .tab-cont h3 {
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  animation-delay: .2s;
}
.about-page-s8 .tab-cont .para {
  max-width: 1200px;
  font-size: 16px;
  line-height: 30px;
  color: #dddddd;
  text-align: center;
  height: 180px;
  overflow: hidden;
  margin: 2vw auto 0;
  animation-delay: .3s;
}
.about-page-s8 .child {
  display: none;
}
.about-page-s8 .child.active {
  display: block;
}
.about-page-s8 .tab-tit {
  position: absolute;
  bottom: -70px;
  left: 3.125vw;
  right: 3.125vw;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #fff;
  padding: 0 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.about-page-s8 .item {
  position: relative;
  padding: 25px 0;
  text-align: center;
  cursor: pointer;
}
.about-page-s8 .item i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .5;
  transition: all .3s ease;
}
.about-page-s8 .item span {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
}
.about-page-s8 .item:after {
  content: '';
  width: 80%;
  max-width: 120px;
  height: 4px;
  background-color: #ffec2d;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.about-page-s8 .item.active i {
  opacity: 1;
}
.about-page-s8 .item.active span {
  font-weight: bold;
}
.about-page-s8 .item.active:after {
  transform: scaleX(1);
}
@media screen and (min-width: 1025px) {
  .about-page-s8 .item:hover i {
    opacity: 1;
  }
  .about-page-s8 .item:hover:after {
    transform: scaleX(1);
  }
}
.about-page-s8 .button {
  width: 11px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/prev-1.png");
  position: absolute;
  top: 50%;
  margin-top: -10px;
  transition: all .3s ease;
  cursor: pointer;
}
.about-page-s8 .button:hover {
  background-image: url("/static/home/images/about/prev-2.png");
}
.about-page-s8 .button-prev {
  left: 30px;
}
.about-page-s8 .button-next {
  right: 30px;
  transform: rotateY(-180deg);
}

.about-page-s9 .cont {
  padding: calc(70px + 6.25vw) 3.125vw 6.25vw;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/about/img-10.jpg");
}
.about-page-s9 h4 {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s9 h3 {
  font-size: 28px;
  color: #1f232d;
  margin-top: 10px;
}
.about-page-s9 .img-box {
  margin-top: 3.125vw;
}
.about-page-s9 img {
  display: block;
  width: 100%;
  max-width: 1554px;
  margin: 0 auto;
}

.about-page-s10 {
  margin-top: 20px;
  padding-bottom: 6.25vw;
}
.about-page-s10 .top-block {
  padding: 6.25vw 3.125vw 3.125vw;
  background-color: #fff;
  text-align: center;
}
.about-page-s10 .top-block h4 {
  font-size: 18px;
  color: #1f232d;
}
.about-page-s10 .top-block h3 {
  font-size: 28px;
  color: #1f232d;
  margin-top: 10px;
}
.about-page-s10 .items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.about-page-s10 .item {
  width: calc((100% - 30px) / 3);
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
  padding: 4.5vw 2.5vw;
  background-color: #fff;
  transition: all .3s ease;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .about-page-s10 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.about-page-s10 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("/static/home/images/about/img-14.png");
  background-size: 100% auto;
  z-index: 1;
  transition: all .3s ease;
}
.about-page-s10 .item:after {
  content: '';
  position: absolute;
  left: -2vw;
  top: -2vw;
  width: 14vw;
  height: 14vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/img-4.gif");
  opacity: 0;
}
.about-page-s10 .item .box {
  position: relative;
  z-index: 3;
  transition: transform .3s ease;
}
.about-page-s10 .item h3 {
  font-size: 28px;
  color: #1f232d;
  transition: color .3s ease;
}
.about-page-s10 .item p {
  font-size: 16px;
  line-height: 2;
  color: #1f232d;
  margin-top: 20px;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-page-s10 .item:hover {
    background-color: #292934;
  }
  .about-page-s10 .item:hover:before {
    opacity: 0;
  }
  .about-page-s10 .item:hover:after {
    opacity: 1;
    transition: all .3s ease;
    transition-delay: .3s;
  }
  .about-page-s10 .item:hover .box {
    transform: translateY(-20px);
  }
  .about-page-s10 .item:hover h3, .about-page-s10 .item:hover p {
    color: #fff;
  }
}

@media screen and (max-width: 1600px) {
  .index-s1 .b-item h3,
  .c-banner h3,
  .search-page-s1 h3 {
    font-size: 42px;
  }

  .index-s1 .b-item .para,
  .c-banner p {
    font-size: 20px;
  }

  .index-s1 .s-swiper a {
    font-size: 15px;
  }

  .index-s1 .news {
    width: 540px;
  }

  .index-s2 h3,
  .index-s3 .tab-cont h3,
  .index-s4 h3,
  .index-s5 h3,
  .index-s6 h3,
  .index-s7 .left-box h3,
  .index-s7 .right-box h3 {
    font-size: 24px;
  }

  .index-s2 .para,
  .index-s2 .info .box i,
  .index-s2 .tip .box,
  .index-s3 .tab-cont .para {
    font-size: 15px;
  }

  .index-s2 a.more,
  .index-s3 .tab-cont a.more,
  .index-s4 a.more,
  .index-s7 .left-box a {
    width: 180px;
    font-size: 15px;
  }

  .index-s2 .info .box span {
    font-size: 40px;
  }

  .index-s3 .tab-tit .item i {
    height: 40px;
  }

  .index-s3 .tab-tit .item span {
    font-size: 15px;
  }

  .index-s4 .item h4,
  .index-s4 .item p,
  .index-s4 .item span {
    font-size: 15px;
  }

  .index-s5 .item .title,
  .index-s5 .item .link a {
    font-size: 15px;
    left: 54px;
  }

  .index-s4 .button,
  .index-s5 .button {
    width: 46px;
    height: 46px;
  }

  .index-s6 .para {
    font-size: 15px;
  }

  .index-s5 .item .btn a {
    font-size: 15px;
  }

  .index-s6 p {
    margin-top: 5px;
  }

  .index-s7 .left-box p {
    font-size: 15px;
  }

  .index-s7 .item span {
    font-size: 15px;
  }

  .index-s7 .item span:after {
    margin: -2px 0 0 10px;
  }

  .c-crumb {
    margin-top: -54px;
  }

  .c-crumb .cont {
    padding: 0 54px;
  }

  .c-crumb a {
    line-height: 54px;
  }

  .c-subnav a {
    font-size: 15px;
    line-height: 54px;
  }

  .about-page-s1 h4,
  .about-page-s3 h4,
  .about-page-s4 h4,
  .about-page-s6 h4,
  .about-page-s8 .tab-cont h4,
  .about-page-s1 .tip,
  .about-page-s7 .tip,
  .about-page-s5 .box h4,
  .about-page-s9 h4,
  .about-page-s10 .top-block h4 {
    font-size: 16px;
  }

  .about-page-s1 h3,
  .about-page-s3 h3,
  .about-page-s4 h3,
  .about-page-s6 h3,
  .about-page-s7 h3,
  .about-page-s8 .tab-cont h3,
  .about-page-s9 h3,
  .about-page-s10 .top-block h3,
  .about-page-s10 .item h3 {
    font-size: 24px;
  }

  .about-page-s1 .para,
  .about-page-s2 .item p,
  .about-page-s7 .para,
  .about-page-s7 .item p,
  .about-page-s3 .para,
  .about-page-s3 .tip,
  .about-page-s4 .para,
  .about-page-s5 .box .para,
  .about-page-s8 .tab-cont .para,
  .about-page-s8 .item span,
  .about-page-s10 .item p {
    font-size: 15px;
  }

  .about-page-s1 .para {
    line-height: 2;
  }

  .about-page-s2 .item span,
  .about-page-s3 .num,
  .about-page-s7 .item span {
    font-size: 70px;
  }

  .service-page-s1 .item h3 {
    font-size: 26px;
  }

  .service-page-s1 .item .para {
    font-size: 15px;
    line-height: 2;
  }

  .service-page-s1 .item p:before {
    margin: 13px 10px 0 0;
  }

  .service-page-s1 .button .txt i {
    width: 46px;
    height: 46px;
  }

  .service-page-s1 .button .txt span {
    font-size: 15px;
  }

  .service-page-s1 .button:before {
    width: 46px;
    height: 46px;
  }

  .c-banner select {
    width: 180px;
  }

  .c-banner form {
    height: 54px;
    padding: 0 54px 0 180px;
  }

  .c-banner button {
    width: 54px;
  }

  .c-banner form:before {
    left: 180px;
  }

  .c-banner select,
  .c-banner input,
  .c-filter .box input,
  .c-filter a {
    font-size: 15px;
  }

  .c-filter .box {
    width: 200px;
    height: 54px;
  }

  .c-filter a {
    width: 200px;
    line-height: 52px;
  }

  .news-page-s1 .item span {
    font-size: 15px;
  }

  .news-page-s1 .item h3 {
    font-size: 20px;
  }

  .news-page-s1 .item p {
    font-size: 15px;
  }

  .dynamic-page-s1 .date b {
    font-size: 30px;
  }

  .dynamic-page-s1 .date {
    font-size: 16px;
  }

  .dynamic-page-s1 h3 {
    font-size: 26px;
  }

  .dynamic-page-s1 p {
    font-size: 15px;
  }

  .dynamic-page-s1 span,
  .c-section-s1 .item span,
  .news-detail-s2 .right-box a.back,
  .user-page-s1 .item a {
    width: 160px;
  }

  .c-section-s1 .item .img-box {
    width: 400px;
  }

  .c-section-s1 .item.img .txt-box {
    width: calc(100% - 400px);
  }

  .c-section-s1 .item .date {
    font-size: 15px;
  }

  .c-section-s1 .item h3 {
    font-size: 20px;
  }

  .c-section-s1 .item p {
    font-size: 15px;
    line-height: 30px;
    height: 60px;
  }

  .news-detail-s2 .top-block .date {
    font-size: 16px;
  }

  .news-detail-s2 .top-block h3 {
    font-size: 40px;
  }

  .news-detail-s2 .left-box .other a {
    font-size: 15px;
  }

  .news-detail-s2 .right-box h3 {
    font-size: 20px;
  }

  .news-detail-s2 .right-box .link a {
    font-size: 15px;
  }

  .user-page-s1 .item h3 {
    font-size: 20px;
  }

  .recruit-page-s1 h3,
  .recruit-page-s2 .top-block h3 {
    font-size: 26px;
  }

  .recruit-page-s1 .para {
    font-size: 16px;
  }

  .recruit-page-s1 p {
    margin-top: 20px;
  }

  .recruit-page-s2 .top-block a {
    width: 120px;
    font-size: 15px;
    line-height: 40px;
  }

  .recruit-page-s2 .top-block h4,
  .recruit-page-s2 .bot-block .info h3 {
    font-size: 16px;
  }

  .recruit-page-s2 .top-block .para {
    font-size: 15px;
    margin-top: 15px;
  }

  .recruit-page-s2 .bot-block .info p,
  .recruit-page-s2 .right-box .next {
    font-size: 15px;
  }

  .recruit-pop .title {
    font-size: 36px;
  }

  .recruit-pop .job-tit h3,
  .recruit-pop .item h3 {
    font-size: 16px;
  }

  .contact-page-s1 h3 {
    font-size: 26px;
  }

  .contact-page-s1 .title {
    font-size: 20px;
  }

  .contact-page-s1 .para {
    font-size: 15px;
  }

  .contact-page-s1 .tel {
    font-size: 26px;
  }

  .contact-page-s1 .item p {
    font-size: 15px;
  }

  .search-page-s2 .tip {
    font-size: 15px;
  }

  .search-page-s2 input,
  .search-page-s2 button {
    font-size: 15px;
  }

  .search-page-s3 .tip {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .index-s1 .b-item h3,
  .c-banner h3,
  .search-page-s1 h3 {
    font-size: 36px;
  }

  .index-s1 .b-item .para,
  .c-banner p {
    font-size: 18px;
  }

  .index-s2 h3,
  .index-s3 .tab-cont h3,
  .index-s4 h3,
  .index-s5 h3,
  .index-s6 h3,
  .index-s7 .left-box h3,
  .index-s7 .right-box h3 {
    font-size: 20px;
  }

  .index-s2 .para,
  .index-s2 .info .box i,
  .index-s2 .tip .box,
  .index-s3 .tab-cont .para {
    font-size: 14px;
  }

  .index-s2 .info .box span {
    font-size: 32px;
  }

  .index-s2 a.more,
  .index-s3 .tab-cont a.more,
  .index-s4 a.more,
  .index-s7 .left-box a {
    width: 160px;
    font-size: 14px;
    line-height: 46px;
  }

  .index-s3 .tab-tit .item i {
    height: 36px;
  }

  .index-s3 .tab-tit .item span {
    font-size: 14px;
  }

  .index-s4 .item h4,
  .index-s4 .item p,
  .index-s4 .item span {
    font-size: 14px;
  }

  .index-s4 .item p {
    line-height: 24px;
    height: 48px;
  }

  .index-s4 .button,
  .index-s5 .button {
    width: 40px;
    height: 40px;
  }

  .index-s5 .item .title,
  .index-s5 .item .link a {
    font-size: 14px;
    line-height: 50px;
  }

  .index-s5 .item .btn a {
    font-size: 14px;
  }

  .index-s6 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .index-s7 .left-box p {
    font-size: 14px;
  }

  .index-s7 .item span {
    font-size: 14px;
  }

  .about-page-s1 h4,
  .about-page-s3 h4,
  .about-page-s4 h4,
  .about-page-s6 h4,
  .about-page-s8 .tab-cont h4,
  .about-page-s1 .tip,
  .about-page-s7 .tip,
  .about-page-s5 .box h4,
  .about-page-s9 h4,
  .about-page-s10 .top-block h4 {
    font-size: 15px;
  }

  .about-page-s1 h3,
  .about-page-s3 h3,
  .about-page-s4 h3,
  .about-page-s6 h3,
  .about-page-s7 h3,
  .about-page-s8 .tab-cont h3,
  .about-page-s9 h3,
  .about-page-s10 .top-block h3,
  .about-page-s10 .item h3 {
    font-size: 20px;
  }

  .about-page-s1 .para,
  .about-page-s2 .item p,
  .about-page-s7 .para,
  .about-page-s7 .item p,
  .about-page-s3 .para,
  .about-page-s3 .tip,
  .about-page-s4 .para,
  .about-page-s5 .box .para,
  .about-page-s8 .tab-cont .para,
  .about-page-s8 .item span,
  .about-page-s10 .item p {
    font-size: 14px;
  }

  .about-page-s2 .item span,
  .about-page-s3 .num,
  .about-page-s7 .item span {
    font-size: 60px;
  }

  .service-page-s1 .item h3 {
    font-size: 20px;
  }

  .service-page-s1 .item .para {
    font-size: 14px;
  }

  .service-page-s1 .item p:before {
    margin: 12px 10px 0 0;
  }

  .service-page-s1 .button .txt span {
    font-size: 14px;
  }

  .service-page-s1 .button .txt i {
    width: 40px;
    height: 40px;
  }

  .service-page-s1 .button:before {
    width: 40px;
    height: 40px;
  }

  .c-banner select, .c-banner input, .c-filter .box input, .c-filter a {
    font-size: 14px;
  }

  .news-page-s1 .item span {
    font-size: 14px;
  }

  .news-page-s1 .item h3 {
    font-size: 18px;
  }

  .news-page-s1 .item p {
    font-size: 14px;
  }

  .news-detail-s2 .top-block .date {
    font-size: 15px;
  }

  .news-detail-s2 .top-block h3 {
    font-size: 30px;
  }

  .news-detail-s2 .right-box h3 {
    font-size: 18px;
  }

  .news-detail-s2 .right-box .link a {
    font-size: 14px;
  }

  .news-detail-s2 .left-box .other a {
    font-size: 14px;
  }

  .dynamic-page-s1 span, .c-section-s1 .item span, .news-detail-s2 .right-box a.back, .user-page-s1 .item a {
    width: 140px;
    font-size: 14px;
  }

  .dynamic-page-s1 span, .news-detail-s2 .right-box a.back {
    line-height: 46px;
  }

  .c-section-s1 .item span,
  .user-page-s1 .item a {
    line-height: 40px;
  }

  .dynamic-page-s1 .date b {
    font-size: 24px;
  }

  .dynamic-page-s1 .date {
    font-size: 15px;
  }

  .dynamic-page-s1 h3 {
    font-size: 20px;
  }

  .dynamic-page-s1 p {
    font-size: 14px;
  }

  .c-section-s1 .item .date {
    font-size: 15px;
  }

  .c-section-s1 .item h3 {
    font-size: 18px;
  }

  .c-section-s1 .item p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }

  .c-section-s1 .item .img-box {
    width: 360px;
  }

  .c-section-s1 .item.img .txt-box {
    width: calc(100% - 360px);
  }

  .user-page-s1 .item h3 {
    font-size: 18px;
  }

  .recruit-page-s1 h3, .recruit-page-s2 .top-block h3 {
    font-size: 20px;
  }

  .recruit-page-s1 .para {
    font-size: 15px;
  }

  .recruit-page-s1 p {
    margin-top: 15px;
  }

  .recruit-page-s1 h3, .recruit-page-s2 .top-block h3 {
    font-size: 18px;
  }

  .recruit-page-s2 .top-block h4, .recruit-page-s2 .bot-block .info h3 {
    font-size: 15px;
  }

  .recruit-page-s2 .top-block .para {
    font-size: 14px;
    margin-top: 10px;
  }

  .recruit-page-s2 .bot-block .info p, .recruit-page-s2 .right-box .next {
    font-size: 14px;
  }

  .recruit-page-s2 .top-block a {
    width: 100px;
    font-size: 14px;
    line-height: 36px;
  }

  .recruit-pop .title {
    font-size: 30px;
  }

  .recruit-pop .job-tit h3, .recruit-pop .item h3 {
    font-size: 15px;
  }

  .contact-page-s1 h3 {
    font-size: 20px;
  }

  .contact-page-s1 .title {
    font-size: 18px;
  }

  .contact-page-s1 .para {
    font-size: 14px;
  }

  .contact-page-s1 .tel {
    font-size: 22px;
  }

  .contact-page-s1 .item p {
    font-size: 14px;
  }

  .search-page-s2 .tip {
    font-size: 14px;
  }

  .search-page-s2 input,
  .search-page-s2 button {
    font-size: 14px;
  }

  .search-page-s3 .tip {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .index-s4 .item,
  .index-s5 .item {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .index-s1 .b-item .txt-box {
    padding: 0 20px;
  }

  .index-s1 .b-item h3, .c-banner h3, .search-page-s1 h3 {
    font-size: 20px;
  }

  .index-s1 .b-item .para, .c-banner p {
    font-size: 14px;
    line-height: 24px;
  }

  .index-s1 .news {
    position: static;
    width: 100%;
  }

  .index-s1 .s-swiper a {
    font-size: 14px;
    line-height: 40px;
  }

  .index-s1 .s-swiper {
    height: 40px;
  }

  .index-s1 .pagination {
    bottom: 50px;
    width: 100%;
    padding: 0 20px;
  }

  .index-s1 .pagination span {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }

  .index-s1 .b-item img.bg {
    height: 70vw;
    object-fit: cover;
  }

  .index-s2 {
    padding: 0;
  }

  .index-s2 .cont {
    border: none;
  }

  .index-s2 .cont:before {
    display: none;
  }

  .index-s2 .left-box {
    width: 100%;
    padding: 40px 20px;
  }

  .index-s2 .para {
    line-height: 24px;
    margin-top: 15px;
  }

  .index-s2 .info {
    margin-top: 15px;
  }

  .index-s2 .info .box {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 10px;
  }
  .index-s2 .info .box:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s2 .info .box span {
    font-size: 28px;
  }

  .index-s2 a.more, .index-s3 .tab-cont a.more, .index-s4 a.more, .index-s7 .left-box a {
    width: 130px;
    line-height: 40px;
  }

  .index-s2 a.more {
    margin-top: 20px;
  }

  .index-s2 .right-box {
    width: 100%;
    margin: 0;
    padding: 0 20px 40px;
  }

  .index-s2 .tip .box {
    line-height: 24px;
    margin-top: 15px;
  }

  .index-s3 {
    padding-top: 0;
    margin-top: 6px;
  }

  .index-s3 .tab-tit {
    padding: 0;
  }

  .index-s3 .tab-tit .items {
    border: none;
  }

  .index-s3 .tab-tit .item {
    height: auto;
    padding: 10px;
  }

  .index-s3 .tab-tit .item:after {
    right: -1px;
    display: none;
  }

  .index-s3 .tab-tit .item i {
    height: 26px;
  }

  .index-s3 .tab-tit .item span {
    margin-top: 10px;
  }

  .index-s3 .tab-cont {
    padding: 0;
  }

  .index-s3 .tab-cont .txt-box {
    width: 100%;
    padding: 40px 20px;
  }

  .index-s3 .tab-cont h3:after {
    margin: 15px 0;
    width: 30px;
    height: 2px;
  }

  .index-s3 .tab-cont .para {
    line-height: 24px;
    height: auto;
  }

  .index-s3 .tab-cont .btn {
    margin-top: 15px;
  }

  .index-s4,
  .index-s5 {
    padding: 0;
  }

  .index-s4 h3:after,
  .index-s5 h3:after {
    width: 30px;
    height: 2px;
    margin-top: 15px;
  }

  .index-s4 .cont,
  .index-s5 .cont {
    padding: 40px 20px;
    border: none;
  }

  .index-s4 a.more {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }

  .index-s4 .block,
  .index-s5 .block {
    margin: 20px 0 0;
  }

  .index-s4 .buttons,
  .index-s5 .buttons {
    display: none;
  }

  .index-s4 .pagination,
  .index-s5 .pagination {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
  }

  .index-s4 .pagination span,
  .index-s5 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #e1e1e1;
    transition: all .3s ease;
    cursor: pointer;
  }
  .index-s4 .pagination span.active,
  .index-s5 .pagination span.active {
    background-color: #2e2858;
  }

  .index-s5 .item .btn a:after {
    margin: -2px 0 0 10px;
  }

  .index-s5 .item .btn {
    padding-right: 2px;
  }

  .index-s5 {
    margin-top: 6px;
  }

  .index-s6 {
    padding: 0;
  }

  .index-s6 .img-box {
    display: none;
  }

  .index-s6 .txt-box {
    position: static;
    width: 100%;
    padding: 40px 20px;
  }

  .index-s6 h3:after {
    width: 30px;
    height: 2px;
    margin: 15px 0;
  }

  .index-s7 {
    padding: 0;
  }

  .index-s7 .cont {
    display: block;
  }

  .index-s7 .left-box {
    width: 100%;
    padding: 40px 20px;
  }

  .index-s7 .left-box h3:after,
  .index-s7 .right-box h3:after {
    width: 30px;
    height: 2px;
    margin: 15px auto;
  }

  .index-s7 .left-box p {
    line-height: 24px;
  }

  .index-s7 .left-box a {
    margin: 20px auto 0;
  }

  .index-s7 .right-box {
    width: 100%;
    padding: 40px 20px;
    border: none;
  }

  .index-s7 .item span {
    font-size: 12px;
  }

  .c-crumb {
    display: none;
  }

  .c-banner .img-box img {
    height: 70vw;
  }

  .c-banner .txt-box {
    padding: 0 20px;
  }

  .c-subnav a {
    font-size: 12px;
    line-height: 36px;
  }

  .c-subnav a:after {
    height: 1px;
  }

  .about-page-s1 {
    margin-top: 0;
  }

  .about-page-s1 .cont {
    display: block;
    background-color: #fff;
  }

  .about-page-s1 .txt-box {
    width: 100%;
    padding: 40px 20px;
  }

  .about-page-s1 .scroll {
    margin-top: 15px;
    height: auto;
    padding-right: 0;
  }

  .about-page-s1 .para {
    margin-top: 10px;
  }

  .about-page-s1 .img-box {
    width: 100%;
    padding: 0 20px 40px;
  }

  .about-page-s2 .item {
    width: 50%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .about-page-s2 .item:nth-of-type(1), .about-page-s2 .item:nth-of-type(2) {
    margin-top: 0;
  }

  .about-page-s2 .cont {
    padding: 40px 0;
  }

  .about-page-s2 .item span, .about-page-s3 .num, .about-page-s7 .item span {
    font-size: 30px;
  }

  .about-page-s2 .item p {
    line-height: 20px;
    height: 60px;
    margin-bottom: 10px;
  }

  .about-page-s3 .cont {
    display: block;
  }

  .about-page-s3 .txt-box {
    width: 100%;
    padding: 40px 20px;
  }

  .about-page-s3 .img-box {
    width: 100%;
  }

  .about-page-s3 .pagination {
    bottom: 10px;
  }

  .about-page-s3 .pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .about-page-s3 .para {
    line-height: 24px;
    margin-top: 15px;
  }

  .about-page-s3 .num {
    margin: 15px 0;
  }

  .about-page-s4 {
    margin-top: 0;
  }

  .about-page-s4 .cont {
    padding: 40px 20px;
  }

  .about-page-s4 .para {
    margin-top: 15px;
    line-height: 24px;
  }

  .about-page-s4 .cont:after {
    width: 80px;
    height: 80px;
    margin: 15px auto 0;
  }

  .about-page-s5 .cont {
    padding: 40px 20px;
  }

  .about-page-s5 .box {
    width: 100%;
    margin: 0 auto;
  }

  .about-page-s5 .box-1 {
    transform: none;
  }

  .about-page-s5 .box-2 {
    transform: none;
    margin: 20px 0 0;
  }

  .about-page-s5 .box-1 .txt-box,
  .about-page-s5 .box-2 .txt-box {
    padding: 40px 20px;
  }

  .about-page-s5 .box .para {
    line-height: 24px;
  }

  .about-page-s5 .box-1 .para:after {
    margin: 15px auto 0;
  }

  .about-page-s6 {
    margin-top: 0;
  }

  .about-page-s6 .cont {
    padding: 40px 20px;
  }

  .about-page-s6 .items {
    margin-top: 20px;
  }

  .about-page-s6 .item {
    width: 33.33%;
  }

  .about-page-s7 {
    margin-top: 6px;
  }

  .about-page-s7 .cont {
    display: block;
  }

  .about-page-s7 .left-box {
    width: 100%;
    padding: 40px 20px;
  }

  .about-page-s7 .scroll {
    margin-top: 15px;
    padding-right: 0;
    height: auto;
  }

  .about-page-s7 .para {
    line-height: 24px;
    margin-top: 15px;
  }

  .about-page-s7 .right-box {
    width: 100%;
    padding: 40px 20px;
  }

  .about-page-s7 .item:nth-of-type(2) {
    margin-top: 40px;
    padding-top: 40px;
  }

  .about-page-s7 .item:nth-of-type(2):before {
    width: 80px;
  }

  .about-page-s8 {
    margin-top: 0;
  }

  .about-page-s8 .tab-cont {
    padding: 40px 20px;
  }

  .about-page-s8 .tab-cont .para {
    line-height: 24px;
    margin-top: 15px;
    height: auto;
  }

  .about-page-s8 .tab-tit {
    position: static;
    padding: 0;
  }

  .about-page-s8 .button {
    display: none;
  }

  .about-page-s8 .item {
    padding: 10px;
  }

  .about-page-s8 .item i {
    height: 30px;
  }

  .about-page-s8 .item span {
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .about-page-s8 .item:after {
    width: 100%;
    height: 2px;
    max-width: 100%;
  }

  .about-page-s9 .cont {
    padding: 40px 20px;
  }

  .about-page-s9 .img-box {
    margin-top: 20px;
  }

  .about-page-s10 {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .about-page-s10 .top-block {
    padding: 40px 20px 20px;
    background-color: transparent;
  }

  .about-page-s10 .items {
    padding: 0 20px;
  }

  .about-page-s10 .item {
    width: 100%;
    padding: 20px;
    margin: 20px 0 0;
  }
  .about-page-s10 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-page-s10 .item p {
    line-height: 24px;
    margin-top: 15px;
  }

  .c-subnav a {
    width: 25%;
  }

  .service-page-s1 .button {
    display: none;
  }

  .service-page-s1 {
    padding: 40px 20px;
  }

  .service-page-s1 .items {
    width: 100%;
    padding: 0;
  }

  .service-page-s1 .item .img-box {
    width: 60px;
    height: 60px;
    display: block;
  }

  .service-page-s1 .item .txt-box {
    width: 100%;
    padding: 20px 0 0;
  }

  .service-page-s1 .item .para {
    line-height: 24px;
    margin-top: 15px;
  }

  .service-page-s1 .item p:before {
    margin: 10px 10px 0 0;
  }

  .c-banner form {
    height: 40px;
    margin-top: 20px;
    padding: 0 50px 0 100px;
  }

  .c-banner input {
    padding: 0 10px;
  }

  .c-banner select {
    width: 100px;
    padding: 0 10px;
    background-position: calc(100% - 10px) center;
  }

  .c-banner form:before {
    left: 100px;
  }

  .c-banner button {
    width: 50px;
  }

  .c-filter {
    padding: 20px 20px 0;
  }

  .c-filter .box {
    width: calc(50% - 5px);
    height: 40px;
    margin-right: 10px;
  }
  .c-filter .box:nth-of-type(2) {
    margin-right: 0;
  }
  .c-filter .box:nth-of-type(3) {
    width: calc(100% - 90px);
    margin-top: 10px;
  }

  .c-filter .box input {
    padding: 0 10px;
  }

  .c-filter a {
    width: 80px;
    line-height: 38px;
    margin-top: 10px;
  }

  .c-filter .box ul {
    padding: 10px;
  }

  .c-filter .box ul li {
    width: 50%;
    font-size: 12px;
    line-height: 30px;
  }

  .news-page-s1 {
    padding: 20px 0 40px;
  }

  .news-page-s1 .items {
    margin-bottom: 40px;
  }

  .news-page-s1 .item a {
    padding: 20px;
  }

  .news-page-s1 .item span:nth-of-type(1) {
    margin-right: 10px;
  }

  .news-page-s1 .item h3 {
    font-size: 16px;
    margin: 15px 0;
  }

  .news-page-s1 .item p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }

  .news-page-s1 .item:after {
    right: 20px;
    display: none;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
  }

  .comm-page li {
    margin: 0 1px;
  }

  .news-detail-s1 {
    display: none;
  }

  .news-detail-s2 {
    padding: 20px 20px 40px;
  }

  .news-detail-s2 .main {
    margin-top: 0;
  }

  .news-detail-s2 .top-block .date {
    font-size: 14px;
    color: #333;
  }

  .news-detail-s2 .top-block h3 {
    font-size: 18px;
    color: #333;
  }

  .news-detail-s2 .bot-block {
    margin-top: 20px;
    padding: 20px 0 40px;
  }

  .news-detail-s2 .left-box {
    width: 100%;
    padding: 0 20px;
  }

  .news-detail-s2 .left-box .other {
    margin-top: 20px;
    padding-top: 20px;
  }

  .news-detail-s2 .right-box {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }

  .news-detail-s2 .right-box .link {
    margin-top: 20px;
  }

  .news-detail-s2 .right-box .link a {
    margin-top: 10px;
  }

  .news-detail-s2 .right-box a.back {
    margin-top: 20px;
  }

  .dynamic-page-s1 span, .c-section-s1 .item span, .news-detail-s2 .right-box a.back, .user-page-s1 .item a {
    width: 120px;
  }

  .dynamic-page-s1 span, .news-detail-s2 .right-box a.back {
    line-height: 40px;
  }

  .dynamic-page-s1 {
    padding-top: 20px;
  }

  .dynamic-page-s1 .cont {
    padding: 20px;
  }

  .dynamic-page-s1 .date {
    display: none;
  }

  .dynamic-page-s1 .img-box {
    width: 100%;
    margin-left: 0;
  }

  .dynamic-page-s1 .txt-box {
    width: 100%;
    padding: 20px 0 0;
  }

  .dynamic-page-s1 h3 {
    font-size: 16px;
  }

  .dynamic-page-s1 p {
    line-height: 24px;
    height: 48px;
    margin: 15px 0;
    overflow: hidden;
  }

  .dynamic-page-s2 {
    padding: 20px 0 40px;
  }

  .c-section-s1 {
    margin-bottom: 40px;
  }

  .c-section-s1 .item {
    margin-top: 20px;
  }

  .c-section-s1 .item a {
    padding: 20px;
  }

  .c-section-s1 .item .img-box {
    width: 100%;
  }

  .c-section-s1 .item.img .txt-box {
    width: 100%;
    padding: 20px 0 0;
  }

  .c-section-s1 .item .date {
    font-size: 12px;
  }

  .c-section-s1 .item h3 {
    font-size: 16px;
  }

  .c-section-s1 .item p {
    margin-top: 15px;
  }

  .c-section-s1 .item.img h3, .c-section-s1 .item.img span {
    margin-top: 15px;
  }

  .c-section-s1 .item span, .user-page-s1 .item a {
    line-height: 36px;
  }

  .c-section-s1 .item.txt .txt-box {
    width: 100%;
  }

  .c-section-s1 .item.txt span {
    position: static;
    margin-top: 15px;
  }

  .user-page-s1 {
    padding: 20px 20px 40px;
  }

  .user-page-s1 .items {
    margin-bottom: 40px;
  }

  .user-page-s1 .item {
    padding: 20px;
    margin-top: 20px;
  }

  .user-page-s1 .item .box {
    padding: 0;
  }

  .user-page-s1 .item a {
    position: static;
    display: block;
    margin-top: 20px;
  }

  .user-page-s1 .item h3 {
    font-size: 16px;
  }

  .user-page-s1 .item h3:before {
    width: 24px;
    height: 24px;
    margin: -2px 10px 0 0;
  }

  .recruit-page-s1 {
    padding: 0;
  }

  .recruit-page-s1 .cont {
    padding: 40px 20px;
  }

  .recruit-page-s1 .para {
    font-size: 14px;
    margin-top: 20px;
  }

  .recruit-page-s1 p {
    margin-top: 10px;
  }

  .recruit-page-s2 .cont {
    display: block;
  }

  .recruit-page-s2 .left-box, .recruit-page-s2 .right-box {
    width: 100%;
  }

  .recruit-page-s2 .top-block .items {
    padding: 40px 20px;
  }

  .recruit-page-s2 .top-block .scroll {
    padding-right: 0;
    margin-top: 40px;
  }

  .recruit-page-s2 .top-block .para,
  .recruit-page-s2 .bot-block .info p {
    line-height: 24px;
  }

  .recruit-page-s2 .top-block .info {
    margin-top: 20px;
  }

  .recruit-page-s2 .bot-block {
    margin-top: 0;
    padding: 40px 20px;
  }

  .recruit-page-s2 .bot-block .info {
    margin-top: 20px;
  }

  .recruit-page-s2 .right-box .top-block {
    padding-bottom: 40px;
  }

  .recruit-page-s2 .right-box .next {
    line-height: 40px;
    padding: 0 20px;
    border-top-left-radius: 20px;
  }

  .recruit-pop .main {
    padding: 40px 20px;
  }

  .recruit-pop .title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .recruit-pop .job-tit {
    margin-top: 20px;
  }

  .recruit-pop .job-info {
    margin-top: 20px;
  }

  .recruit-pop .item {
    display: block;
    width: 100%;
  }

  .recruit-pop .item:nth-of-type(2) {
    margin: 10px 0 0;
  }

  .recruit-pop .close {
    top: 20px;
    right: 20px;
  }

  .contact-page-s1 {
    padding: 40px 20px;
    background-color: #fff;
  }

  .contact-page-s1 .img-box {
    display: none;
  }

  .contact-page-s1 .txt-box {
    position: static;
  }

  .contact-page-s1 .box {
    padding: 0;
    margin-top: 20px;
  }

  .contact-page-s1 .title {
    font-size: 16px;
  }

  .contact-page-s1 .para {
    margin-top: 15px;
  }

  .contact-page-s1 .info {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }

  .contact-page-s1 .para {
    line-height: 24px;
  }

  .contact-page-s2 .map {
    height: 70vw;
  }

  .contact-page-s2 {
    padding: 0;
  }

  .search-page-s1 .txt-box {
    padding: 0 20px;
  }

  .search-page-s2 .cont {
    padding: 20px;
  }

  .search-page-s2 form {
    height: 40px;
  }

  .search-page-s2 input {
    padding: 0 10px;
  }

  .search-page-s2 button {
    width: 80px;
    height: 40px;
  }

  .search-page-s3 {
    padding: 20px 20px 40px;
  }

  .search-page-s3 .c-section-s1 {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=bundle.css.map */
