@charset 'utf-8';

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 44px 0;
}

header .logo {
  display: inline-block;
  width: 379px;
}

header .logo img {
  width: 100%;
}

.index1 {
  background: #f8f8f8 url('../media/img/index1-1.png') no-repeat left top/55% 100%;
  padding: 262px 0 79px;
}

.index1 .wrap {
  height: 100%;
}

.index1 .left {
  flex-direction: column;
  height: 100%;
  width: 30%;
}

.index1 .left h6 {
  font-size: 16px;
  color: #BCBCBC;
  font-weight: normal;
}

.index1 .left h1 {
  font-size: 60px;
  color: #FEFEFE;
  padding: 36px 0 52px;
}

.index1 .left b {
  display: inline-block;
  width: 39px;
  height: 4px;
  background: #FFFFFF;
}

.index1 .left ul {
  margin-top: 44px;
}

.index1 .left ul li {
  margin-bottom: 22px;
  font-size: 16px;
  color: #FFFFFF;
}

.index1 .left ul li::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}

.more {
  width: 160px;
  height: 51px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  transition: all ease 0.4s;
}

.more i {
  font-style: normal;
  margin-left: 13px;
  border-width: 6px;
  margin-right: -6px;
  border-radius: 2px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
}

.index1 .more:hover {
  color: #397EE0;
  background: #fff;
}

.index1 .more:hover i {
  border-color: transparent transparent transparent #397EE0;
}

.index1 .right {
  width: 66%;
}

.index1 .right img {
  width: 100%;
}

.gallery-thumbs {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.gallery-thumbs .swiper-slide {
  height: 108px;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide .imgbox {
  position: relative;
  width: 162px;
  height: 100%;
  background: #FFFFFF;
}

.gallery-thumbs .swiper-slide .imgbox::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.59);
  transition: all ease 0.4s;
  opacity: 0;
}

.gallery-thumbs .swiper-slide img {
  width: 50%;
}

.gallery-thumbs .swiper-slide .current-num {
  height: 100%;
  font-size: 27px;
  color: #397EE0;
  width: 90px;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: all ease 0.4s;
}

.gallery-thumbs .swiper-slide .current-num::before {
  content: '';
  display: block;
  width: 51px;
  height: 4px;
  background: #397EE0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
}

.gallery-thumbs .swiper-slide .current-num::after {
  content: '';
  display: block;
  width: 22px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .imgbox {
  border-left: 4px solid #397EE0;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .current-num {
  opacity: 1;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .imgbox::after {
  opacity: 1;
}

.position-nav {
  height: 68px;
  width: 100%;
}

.position-nav main {
  height: 68px;
  width: 100%;
  background: #fff;
  z-index: 50;
}

.position-nav main.fixed {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 5px #999;
}

.position-nav span {
  display: inline-block;
  padding: 0 10px;
  line-height: 68px;
  margin-right: 80px;
  cursor: pointer;
}

.position-nav span.current {
  border-top: 4px solid #397EE0;
}

.index2 {
  position: relative;
  background: #F0F0F0;
}

.index2 .line0 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: #397EE0;
}

.index2 .cen1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 755px;
  z-index: 2;
  background: url('../media/img/index2-2.png') no-repeat left top/24% 100%;
}

.index2 .cen2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../media/img/index2-1.png') no-repeat left top/56% 100%;
}

.index2 .content {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 156px;
  z-index: 4;
}

.index2 .wrap {
  height: 100%;
}

.index2 .wrap .left {
  padding-left: 117px;
  position: relative;
  z-index: 4;
}

.index2 .wrap .left h1 {
  color: #fff;
  font-size: 24px;
  margin-top: 62px;
  margin-bottom: 15px;
}

.index2 .wrap .left p {
  color: #666666;
}

.index2 .wrap .left .title {
  margin: 40px 0 30px;
  height: 16px;
  font-weight: bold;
}

.index2 .wrap .left ul {
  margin: 30px 0 0;
}

.index2 .wrap .left ul li {
  font-size: 16px;
  color: #666666;
  margin-bottom: 18px;
  line-height: 1.6;
}

.index2 .wrap .left ul li::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.index2 .wrap .left ol li {
  font-size: 16px;
  color: #666666;
  margin-bottom: 18px;
  line-height: 1.6;
}

.index2 .wrap .left ol li::before {

  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 9px;
  height: 1px;
  background: #000000;
  border-radius: 50%;
}

.index2 .right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}

.index2 .right .imgbox {
  width: 36%;
}

.index2 .right .imgbox img {
  width: 100%;
  max-height: 100%;
}

.index3 {
  padding: 117px 0 0;
}

.index3 .title h2 {
  margin-bottom: 14px;
  color: #397EE0;
  font-size: 24px;
  text-align: center;
}

.index3 .title p {
  font-size: 16px;
  color: #BABABA;
  margin-bottom: 68px;
  text-align: center;
}

.index3 main {
  position: relative;
  overflow: hidden;
}

.index3 .bg-box {
  width: 100%;
}

.index3 .bg-box img {
  width: 100%;
  display: none;
  opacity: 0;
}

.index3 .bg-box img.current {
  display: block;
  animation: shak 1s linear;
  animation-fill-mode: forwards;
}

@keyframes shak {
  form {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.index3 .switch-total {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index3 .switch-total .switch {
  width: calc(100% / 6);
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  padding: 50px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #fff;
}

.index3 .switch-total .switch:last-child {
  border-right: none;
}

.index3 .switch-total .switch h2 {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}

.index3 .switch-total .switch b {
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  display: inline-block;
  margin: 23px;
}

.index3 .switch-total .switch>div {
  transform: translate(0, 40%);
  transition: all ease 0.6s;
}

.index3 .switch-total .switch .intr {
  opacity: 0;
  transition: all ease 1s;
}

.index3 .switch-total .switch:hover>div {
  transform: translate(0, 0);
}

.index3 .switch-total .switch:hover .intr {
  opacity: 1;
}

.index3 .switch-total .switch .intr p,
.index3 .switch-total .switch .intr p span {
  line-height: 1.6;
  font-size: 14px !important;
  color: #FFFFFF;
}

.index3 .mobile {
  width: 100%;
  display: none;
}

.index3 .mobile img {
  width: 100%;
}

.index3 .mobile .intr {
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20%;
  text-align: center;
}

.index3 .mobile .intr h2 {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}

.index3 .mobile .intr b {
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  display: inline-block;
  margin: 23px;
}

.index3 .mobile .intr p,
.index3 .mobile .intr p span {
  line-height: 1.6;
  font-size: 14px !important;
  color: #FFFFFF;
}

.index3 .swiper-slide {
  cursor: pointer;
}

.index3 .swiper-button-next:after,
.index3 .swiper-button-prev:after {
  font-size: 25px;
}


.index4 {
  padding: 120px 0 0;
}

.index4 h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  margin-bottom: 46px;
}

table {
  border-spacing: 0;
  border-color: #000;
  border-collapse: separate;
  color: #000;
  max-width: 1343px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}

table th {
  width: 206px;
}

table td {
  padding: 10px 10px 10px 10px;
  line-height: 1.2;
}

table td:nth-last-of-type(2) {
  width: 220px;
  text-align: center;
}

.table-desc {
  max-width: 1343px;
  width: 100%;
  margin: 18px auto;
  padding-right: 112px;
}

.table-desc p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
}

.index4-border {
  height: 26px;
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.index4-border::after {
  content: '';
  display: block;
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../media/img/lantiao.png') no-repeat top right/100% 100%;
  z-index: 1;
}

.index5 {
  padding: 109px 0 0;
}

.index5>h2 {
  text-align: center;
  font-size: 24px;
  color: #397EE0;
}

.index5 .content {
  padding: 90px 19% 135px 25%;
}

.index5 .left {}

.index5 .left .info {
  margin-bottom: 54px;
  width: 50%;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.index5 .left h3 {
  font-size: 18px;
}

.index5 .left b {
  display: inline-block;
  margin: 22px 0;
  width: 21px;
  height: 4px;
  background: #DEDEDE;
}

.index5 .left p {
  line-height: 1.6;
  color: #888888;
  font-size: 14px;
}

.index5 .right {}

.index5 .right input {
  width: 291px;
  height: 41px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 18px;
  background: transparent;
  margin-bottom: 13px;
  font-size: 14px;
}

.index5 .right input::placeholder {
  color: #ACACAC;
}

.index5 .right textarea {
  width: 597px;
  height: 190px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 18px;
  background: transparent;
  resize: none;
}


.index5 .right textarea::placeholder {
  color: #ACACAC;
}

.index5 .right .more {
  margin-top: 27px;
  background: #397EE0;
}

.index5 .right .more:hover {
  color: #397EE0;
  background: transparent;
  border: 1px solid #397EE0;
}

.index5 .right .more:hover i {
  border-color: transparent transparent transparent #397EE0;
}

.input-error {
  border: 1px solid #f00 !important;
}

.kf {
  width: 128px;
  height: 128px;
  background: #7aaef7;
  border-radius: 50%;
  color: #fff;
  line-height: 1.6;
  position: fixed;
  right: 0;
  bottom: 10vh;
  z-index: 50;
}

.kf:focus {
  outline: none;
  background: #7aaef7;
}

.kf:hover {
  color: #fff;
}

.kf::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 20%;
  top: 20%;
}

/* 
*======================================================media===============================================================
*/
@media screen and (min-width:1920px) {
  .index2 .wrap .left h1 {
    background: #397EE0;
    width: max-content;
    padding: 10px;
  }
}

@media screen and (max-width:1919px) {
  .wrap {
    width: 90%;
  }

  .index1 .right {
    width: 60%;
  }

  .index1 .left {
    width: 35%;
  }
}

/* 
*---------------------------------------------1519
*/
@media screen and (max-width:1519px) {
  .index5 .left .info {
    width: 100%;
  }

  .index1 .left h1 {
    font-size: 50px;
  }

  .gallery-thumbs .swiper-slide {
    height: 87px;
  }

  .gallery-thumbs .swiper-slide .imgbox {
    width: 142px;
  }

  .gallery-thumbs .swiper-slide .current-num {
    font-size: 25px;
    width: 70px;
  }

  .gallery-thumbs .swiper-slide .current-num::before {
    width: 30px;
    height: 2px;
  }

  .gallery-thumbs .swiper-slide .current-num::after {
    width: 20px;
    height: 2px;
  }

  .index2 .right .imgbox {
    width: 33%;
  }

  .index2 .wrap .left ul li {
    font-size: 14px;
  }

  .index5 .content {
    padding: 90px 25% 135px;
  }

  .index5 .right {
    width: 100%;
  }

  .index5 .right input {
    width: 48%;
  }

  .index5 .right textarea {
    width: 100%;
  }

  .index5 .left {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-right: 0;
  }

  .index4 {
    padding: 120px 5% 0;
  }

  .index3 .switch-total .switch .intr p,
  .index3 .switch-total .switch .intr p span {
    font-size: 12px;
  }

  .index3 .switch-total .switch {
    padding: 10px;
  }

  .kf {
    width: 108px;
    height: 108px;
  }
}

/* 
*---------------------------------------------1280
*/
@media screen and (max-width:1100px) {

  .index5 .left .info {
    width: 50%;
  }

  .index1 .right {
    width: 100%;
    margin-top: 80px;
    position: relative;
    justify-content: flex-start;
  }

  .gallery-top {
    width: 70%;
    margin: 0;
  }


  .gallery-thumbs .swiper-slide .current-num {
    color: #fff;
  }

  .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .imgbox {
    border-left: 4px solid #fff;
  }

  .gallery-thumbs .swiper-slide .current-num::before {
    background: #fff;
  }

  .gallery-thumbs .swiper-slide .current-num::after {
    background: #fff;
  }

  .index1 .left {
    width: 100%;
  }

  .index1 {
    padding: 88px 0 79px;
  }

  .index1,
  .index2 {
    background: #397EE0;
  }

  .index2 .cen1,
  .index2 .cen2 {
    display: none;
  }

  .index2 .wrap .left h1 {
    color: #fff;
  }

  .index2 .wrap .left p {
    color: #fff;
  }

  .index2 .wrap .left .title {
    color: #fff;
  }

  .index2 .wrap .left ul li {
    color: #fff;
  }

  .index2 .wrap .left ul li::before {
    background: #fff;
  }

  .index2 .wrap .left ol li {
    color: #fff;
  }

  .index2 .wrap .left ol li::before {
    background: #fff;
  }

  .index1 .wrap {
    display: flex;
  }

  table {
    font-size: 14px;
  }

  .table-desc p {
    font-size: 12px;
  }

  .index2 .right {
    display: none;
  }

  .index2 .wrap .left {
    padding-left: 0;
  }

}

/* 
*---------------------------------------------991
*/
@media screen and (max-width:991px) {
  .index3 .mobile {
    display: block;
  }

  .index3 .pc {
    display: none;
  }

  .index3 {
    padding: 44px 0 0;
  }

  .index3 .title p {
    margin-bottom: 44px;
  }

  .kf {
    width: 88px;
    height: 88px;
    font-size: 14px;
  }

  .kf::after {
    display: none;
  }

}

/* 
*---------------------------------------------768
*/
@media screen and (max-width:768px) {

  .index2 .wrap .left ul li,
  .index2 .wrap .left ol li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .index2 .content {
    padding: 0 0 80px;
  }

  header .logo {
    width: 260px;
  }

  .gallery-thumbs .swiper-slide {
    height: 60px;
  }

  .gallery-thumbs .swiper-slide .imgbox {
    width: 100px;
  }

  .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .imgbox {
    border-left: 2px solid #fff;
  }

  .gallery-thumbs .swiper-slide .current-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    justify-content: center;
    font-size: 18px;
  }

  .gallery-thumbs .swiper-slide .current-num::before {
    display: none;
  }

  .gallery-thumbs .swiper-slide .current-num::after {
    left: 0;
    right: auto;
  }

  .index1 .left h1 {
    font-size: 36px;
    padding: 20px 0;
  }

  .more {
    width: 124px;
    height: 40px;
    border-radius: 6px;
    font-size: 15px;
  }

  .position-nav span {
    line-height: 68px;
    margin-right: 30px;
    font-size: 14px;
  }

  .index4 {
    padding: 88px 5% 0;
  }

  .index5 .content {
    padding: 88px 10% 88px;
  }

  table th {
    width: 157px;
    padding: 10px 10px 10px 10px;
  }


  .kf {
    width: 68px;
    height: 68px;
    font-size: 14px;
  }
}

/* 
*---------------------------------------------480
*/
@media screen and (max-width:480px) {
  .index1 .left h1 {
    font-size: 30px;
  }

  .index1 .left ul li {
    font-size: 14px;
  }

  .position-nav main {
    display: flex;
    justify-content: space-around;
  }

  .position-nav span {
    margin-right: 0px;
  }

  .index3 .mobile .intr {
    padding: 30px 10%;
  }

  .index3 .mobile .intr p,
  .index3 .mobile .intr p span {
    font-size: 12px;
  }

  .index3 .mobile img {
    min-height: 300px;
  }

  table td:nth-last-of-type(1) {
    width: 220px;
  }

  .table-desc {
    padding-right: 0;
  }

  .gallery-thumbs {
    height: 100%;
  }

  .index4 {
    padding: 35px 5% 0;
  }

  .index5 {
    padding: 35px 0 0;
  }

  .index5 .content {
    padding: 35px 10% 88px;
  }

  .index5 .left .info {
    width: 100%;
  }


  .index4-border {
    margin-top: 35px;
    height: 10px;
  }
}

.mobile .swiper-pagination-bullet-active {
  background: #FFF !important;
}