﻿.top-video {
  position: relative;
}

.top-video img,
.top-video video {
  display: block;
  width: 100%;
  height: auto;
}

.top-video .mid-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.top-video .mid-info h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.top-video .mid-info img {
  cursor: pointer;
  width: 74px;
  height: 74px;
  margin: 60px 0 120px 0;
}


.top-slider {
  position: relative;
  padding: 90px 0;
  background: url(../image/index-slider-bg.jpg) no-repeat center / cover;
}

.top-slider .swiper-slide {
  position: relative;
  height: 700px;
  padding-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-slider .swiper-slide img {
  display: block;
  width: 88%;
  height: auto;
  margin: 0 auto;
}

.top-slider .swiper-slide .btns-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-slider .swiper-slide .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.top-slider .swiper-slide .desc h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
  margin-bottom: 30px;
}

.top-slider .swiper-slide .desc h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
}

.top-slider .swiper-slide .desc p {
  font-size: 24px;
  line-height: 36px;
}

.top-slider .swiper-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 46px;
  margin-top: -23x;
  background: url(../image/icon-silder-left.png) no-repeat center / 46px;
  z-index: 1;
}

.top-slider .swiper-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  height: 46px;
  margin-top: -23x;
  background: url(../image/icon-silder-right.png) no-repeat center / 46px;
  z-index: 1;
}

.mid-news {
  position: relative;
  padding: 100px 0;
  background: url(../image/index-news.bg.png) no-repeat center / cover;
}

.mid-news h2 {
  color: #2E333C;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 51px;
  padding: 10px 0 20px 0;
}

.mid-news .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 60px 0;
}

.mid-news .list .item {
  width: 30%;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.mid-news .list .item img {
  display: block;
  width: 100%;
  height: 258px;
  object-fit: cover;
}

.mid-news .list .item .info {
  padding: 15px;
}

.mid-news .list .item .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #2E333C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-top: 5px;
}

.mid-news .list .item .info a:hover {
  color: #CB252A;
}

.mid-news .list .item .info p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 12px;
  overflow: hidden;
}

.mid-news .list .item .info p.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}

.mid-news .list .item .info a {
  color: #999;
}

.mid-news .list .item .info a.more {
  padding-right: 18px;
  background: url(../image/icon-btn-right.png) no-repeat center right / auto 16px;
}

.mid-news .list .item .info a.more:hover {
  background-image: url(../image/icon-btn-right-on.png);
}



.sub-form {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, #E3E3E3, #FFF);
}

.sub-form .info {
  position: relative;
  padding: 20px 0 40px 0;
  display: flex;
  align-items: center;
}

.sub-form .info .top {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  color: #CB252A;
  letter-spacing: 5px;
  text-align: center;
}

.sub-form .info .row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #666;
  justify-content: center;
}

.sub-form .info .row>div {
  width: 220px;
  padding: 0 30px;
  border-right: 1px solid #999;
}

.sub-form .info .row>div:last-of-type {
  border: 0;
}

.sub-form .info .row p {
  text-align: center;
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-form .info .row p b {
  font-size: 32px;
  font-weight: bold;
  color: #CB252A;
}

.sub-form .info .row p span {
  font-size: 16px;
  color: #CB252A;
  margin-left: 4px;
}

.sub-form .info img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.sub-form .vals {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 1px 3px 9px rgba(102, 102, 102, 0.05);
}

.sub-form .vals h2 {
  color: #2E333C;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.sub-form .vals .row {
  margin-top: 28px;
  position: relative;
}

.sub-form .vals .row .code-img {
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 30px;
}

.sub-form .vals .form-group {
  background: #F4F5F9;
  border-radius: 8px;
  align-items: center;
  padding: 3px 15px;
  margin-top: 18px;
}


.sub-form .vals .form-group .col-form-label {
  color: #2E333C;
  font-size: 14px;
  width: 30%;
}

.sub-form .vals .form-group .form-control {
  background: none;
  border: 0;
  font-size: 14px;
  padding: 0;
}

.sub-form .ver-item input {
  background: #F4F5F9;
  border: none;
  font-size: 14px;
}

.sub-form .vals .textarea {
  height: 80px;
  background: #F4F5F9;
  border-radius: 8px;
  padding: 10px;
  border: 0;
  margin-top: 5px;
}


@media screen and (max-width:1180px) {
  .top-video .mid-info img {
    margin: 60px 0 0 0;
  }

  .top-slider .swiper-slide .desc {
    padding: 0 20px;
  }

  .top-slider .swiper-prev {
    left: 20px;
  }

  .top-slider .swiper-next {
    right: 20px;
  }

  .mid-news .list {
    padding: 0 2%;
    flex-wrap: wrap;
  }

  .mid-news .list .item {
    width: 32%;
  }

  .mid-news .list .item img {
    height: 22vw;
  }

  .sub-form {
    padding: 80px 20px 80px 0;
  }
}


@media screen and (max-width:1024px) {

  .top-video img,
  .top-video video {
    height: 60vw;
    object-fit: cover;
  }

  .top-video .mid-info h2 {
    font-size: 6vw;
  }

  .top-slider .swiper-slide .desc h2 {
    font-size: 6vw;
  }

  .top-slider .swiper-slide .desc h3 {
    font-size: 5vw;
  }

  .top-slider .swiper-slide .desc p {
    font-size: 4vw;
  }

  .sub-form .vals {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .sub-form .info .row>div{
    width: auto;
  }
}

@media screen and (max-width:800px) {
  .sub-form {
    padding: 40px 20px 60px 20px;
  }

  .sub-form>.row {
    flex-direction: column;
  }

  .sub-form .vals {
    flex: 1;
    max-width: none;
    margin-top: 40px;
  }

  .sub-form .info img {
    padding: 30px 0;
  }
}

@media screen and (max-width:640px) {
  .top-video .mid-info img {
    margin: 6vw 0 0 0;
    width: 12vw;
    height: 12vw;
  }

  .mid-news .list .item {
    width: 96%;
    margin: 12px 2%;
  }

  .mid-news .list .item img {
    height: 42vw;
  }

  .sub-form .info .row>div {
    padding: 0 15px;
  }

  .sub-form .info .row p b {
    font-size: 6vw;
  }
}

@media screen and (max-width:460px) {
  .sub-form{
    padding: 40px 10px 60px 10px;
  }
  .sub-form .info .row>div{
    padding: 0 10px;
  }
  .sub-form .info .row p{
    font-size: 14px;
  }
  .sub-form .info .top{
    font-size: 8vw;
  }
}


.ver-item  #checkcode{
    width: 100% ! IMPORTANT;
}

.ver-item #checkCodeImg{
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 30px;
}