body {
  background: #fff;
}

section .section-title {
  font-weight: 700;
  text-align: center;
}
section .section-text {
  font-weight: lighter;
  text-align: center;
  margin-top: 10px;
}

.banner .bannerSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-bg video{
  width: 100%;
  height: auto;
  display: block;
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
  color: #ffffff;
  font-weight: 200;
  text-align: center;
  text-shadow: 1px 2px 3px #000;
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 b {
  font-weight: 700;
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li {
  text-align: center;
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:first-child {
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(to bottom, #fff 60%, #f8e4ac);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:last-child {
  color: #fff;
  font-weight: 200;
  text-shadow: 1px 2px 3px rgba(11, 10, 97, 0.64);
}
.index-first {
  padding: 30px 0;
  background: #fff;
}
.index-first .section-title a {
  color: #1d1e1e;
}
.index-first .section-text {
  color: #1d1e1e;
}
.index-first .mySwiper {
  margin-top: 24px;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product {
  position: relative;
  background: linear-gradient(0deg, #e5e5e5 0%, #ffffff 100%);
  border: solid 1px #d7d7d7;
  display: block;
  height: 100%;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product h2 {
  color: #1d1e1e;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product p {
  color: #6a6a6a;
  line-height: 28px;
  text-align: center;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 40px;
  background: #f9bb0b;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn a img {
  margin-left: 10px;
}
.index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn a img:last-child {
  display: none;
}
.index-first .mySwiper .swiper-wrapper .active .first-product {
  background: #f9bb0b;
  border: solid 1px #f9bb0b;
}
.index-first .mySwiper .swiper-wrapper .active .first-product h2 {
  color: #fff;
  text-shadow: 1px 2px 2px rgba(19, 19, 19, 0.28);
}
.index-first .mySwiper .swiper-wrapper .active .first-product p {
  color: #fff;
  text-shadow: 1px 2px 2px rgba(19, 19, 19, 0.28);
}
.index-first .mySwiper .swiper-wrapper .active .first-product .first-product-btn a {
  background: #fff;
  color: #141414;
}
.index-first .mySwiper .swiper-wrapper .active .first-product .first-product-btn a img:first-child {
  display: none;
}
.index-first .mySwiper .swiper-wrapper .active .first-product .first-product-btn a img:last-child {
  display: inline-block;
}
.index-first .mySwiper .swiper-button-next, .index-first .mySwiper .swiper-button-prev {
  width: 50px;
  height: 74px;
  background: url(../images/index/swiper_arrow.png) no-repeat;
  background-size: 100% 100%;
}
.index-first .mySwiper .swiper-button-next:after, .index-first .mySwiper .swiper-button-prev:after {
  content: "";
}
.index-first .mySwiper .swiper-button-next {
  transform: rotate(180deg);
}

.index-fourth {
  background: #fff;
}
.index-fourth .section-title a {
  color: #010101;
}
.index-fourth .section-text {
  color: #010101;
}
.index-fourth .index-fourth-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.index-fourth .index-fourth-tab .fourth-tab-content {
  overflow: hidden;
}
.index-fourth .index-fourth-tab .fourth-tab-content .fourth-tab-img img {
  transform: scale(1);
  transition: all 0.5s;
  width: 100%;
  height: auto;
  display: none;
}
.index-fourth .index-fourth-tab .fourth-tab-content .fourth-tab-img img:hover {
  transform: scale(1.05);
}
.index-fourth .index-fourth-tab .fourth-tab-content .active img {
  display: block;
}
.index-fourth .index-fourth-tab .fourth-tab-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link {
  width: 100%;
  background: #f2f2f2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: #fff 1px solid;
  border-radius: 0;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link:first-child {
  border-top: none;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left h3 {
  color: #181819;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left p {
  color: #010101;
  margin-top: 13px;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right {
  display: flex;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right a {
  display: inline-block;
  font-size: 16px;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right .btn-left {
  border: 1px #bab8b8 dashed;
  color: #565656;
  text-align: center;
}
.index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right .btn-right {
  background: #fff;
  color: #575757;
  text-align: center;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active {
  background: #3f51b5;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-left h3 {
  color: #fff;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-left p {
  color: rgba(255, 255, 255, 0.78);
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-right {
  color: #fff;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-left {
  text-shadow: 1px 1px 1px rgba(64, 48, 4, 0.15);
  font-weight: 700;
  color: #fff;
  background: #f9bb0b;
  background-size: 200% auto;
  transition: 0.5s;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-left:hover {
  background-image: linear-gradient(to right, #f9bb0b 0%, #f6e1ad 51%, #f9bb0b 100%);
  background-position: center right;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-right {
  background: #3f51b5;
  border: solid 1px rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  background-size: 200% auto;
  transition: 0.5s;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-right:hover {
  background-image: linear-gradient(to right, #3f51b5 0%, #697be2 51%, #3f51b5 100%);
  background-position: center right;
}
.index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-right:hover span {
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

.index-fifth {
  background: #fff;
  padding: 30px 0;
}
.index-fifth .section-title a, .index-fifth .section-text {
  color: #010101;
}
.index-fifth .index-fifth-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
.index-fifth .index-fifth-content .content-left .left-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: solid 1px #efeff7;
}
.index-fifth .index-fifth-content .content-left .left-item:last-child {
  margin-bottom: 0;
}
.index-fifth .index-fifth-content .content-left .left-item .news-time {
  width: 19.4%;
  background: #efeff7;
  color: #636362;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-fifth .index-fifth-content .content-left .left-item .news-time b {
  font-weight: normal;
  font-family: CTHeiTiSJ;
}
.index-fifth .index-fifth-content .content-left .left-item .line-vr {
  width: 1px;
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 1px solid #b2d5f647;
  display: none;
}
.index-fifth .index-fifth-content .content-left .left-item .news-info {
  width: 80.5%;
  position: relative;
}
.index-fifth .index-fifth-content .content-left .left-item .news-info .news-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-fifth .index-fifth-content .content-left .left-item .news-info .news-desc {
  color: #676565;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-fifth .index-fifth-content .content-left .left-item .news-info .icon-box {
  position: absolute;
  z-index: 1;
}
.index-fifth .index-fifth-content .content-left .left-item .news-info .icon-box img:last-child {
  display: none;
}
.index-fifth .index-fifth-content .content-left .active {
  background: #3f51b5;
}
.index-fifth .index-fifth-content .content-left .active .news-time {
  background: none;
  color: #fff;
}
.index-fifth .index-fifth-content .content-left .active .line-vr {
  display: block;
}
.index-fifth .index-fifth-content .content-left .active .news-info .news-title {
  color: #fff;
}
.index-fifth .index-fifth-content .content-left .active .news-info .news-desc {
  color: #e1eefa;
}
.index-fifth .index-fifth-content .content-left .active .news-info .icon-box img:first-child {
  display: none;
}
.index-fifth .index-fifth-content .content-left .active .news-info .icon-box img:last-child {
  display: block;
}
.index-fifth .index-fifth-content .content-right {
  border: solid 1px #efeff7;
  overflow: hidden;
}
.index-fifth .index-fifth-content .content-right .news-img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.index-fifth .index-fifth-content .content-right .news-img:hover {
  transform: scale(1.02);
}
.index-fifth .index-fifth-content .content-right .news-title {
  position: relative;
  background: rgba(0, 0, 0, 0.58);
  margin-top: -52px;
  z-index: 11;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 6px 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-fifth .index-fifth-content .content-right .news-info {
  position: relative;
}
.index-fifth .index-fifth-content .content-right .news-info .news-time {
  color: #636362;
  font-size: 16px;
}
.index-fifth .index-fifth-content .content-right .news-info .news-desc {
  color: #676565;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-fifth .index-fifth-content .content-right .news-info .icon-box {
  position: absolute;
  z-index: 1;
}
.index-fifth .index-fifth-content .content-right .news-info .icon-box img:last-child {
  display: none;
}
.index-fifth .index-fifth-content .content-right:hover {
  background: #3f51b5;
}
.index-fifth .index-fifth-content .content-right:hover .news-info .news-time {
  color: #fff;
}
.index-fifth .index-fifth-content .content-right:hover .news-info .news-desc {
  color: #e1eefa;
}
.index-fifth .index-fifth-content .content-right:hover .news-info .icon-box img:first-child {
  display: none;
}
.index-fifth .index-fifth-content .content-right:hover .news-info .icon-box img:last-child {
  display: block;
}
.index-fifth .special-list {
  margin-top: 30px;
}
.index-fifth .special-list .special-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.index-fifth .special-list .special-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.index-fifth .special-list .special-item img:hover {
  transform: scale(1.02);
}
.index-fifth .special-list .special-item p {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  color: #333;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}

.index-sixth {
  background: url(../images/index/sixth_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0;
}
.index-sixth .section-title a, .index-sixth .section-text {
  color: #010101;
}
.index-sixth .index-sixth-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.index-sixth .index-sixth-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-sixth .index-sixth-list li p:first-child {
  font-size: 18px;
  color: #171717;
  display: flex;
  align-items: center;
}
.index-sixth .index-sixth-list li p:first-child b {
  font-family: Impact;
  margin-right: 5px;
  color: #f9bb0b;
  font-weight: normal;
}
.index-sixth .index-sixth-list li p:last-child {
  color: #1f1e1e;
  margin-top: 10px;
  text-align: center;
}
.index-sixth form {
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-sixth form .form-item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.index-sixth form .form-item .required {
  position: absolute;
  left: 10px;
  top: 14px;
  color: #ff0000;
  font-size: 20px;
}
.index-sixth form .form-left,.index-sixth form .form-right {
  width: 100%;
}
.index-sixth form .form-item input {
  width: 100%;
  height: 60px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  padding: 10px 20px;
}
.index-sixth form .form-right .imBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-sixth form .form-right .imBox .imtypeBox {
  width: 30.5%;
}
.index-sixth form .form-right .imBox .imtypeBox select {
  width: 100%;
  height: 60px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  opacity: 0.8;
  padding: 10px 20px;
}
.index-sixth form .form-right .imBox .imvalueBox {
  width: 65.2%;
}
.index-sixth form .form-right .imBox .imvalueBox-1 {
  display: flex;
  justify-content: space-between;
}
.index-sixth form .form-right .imBox .imvalueBox-1 input {
  width: 47%;
}
.index-sixth form .form-right .imBox .imvalueBox-2 {
  display: none;
}
.index-sixth form .form-right .textBox {
  width: 100%;
}
.index-sixth form .form-right .textBox textarea {
  width: 100%;
  height: 240px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  padding: 10px 20px;
}
.index-sixth form .submit-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-sixth form .submit-box .btn-submit {
  background-color: #f9bb0b;
  color: #fff;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 28px;
  background-size: 200% auto;
  transition: 0.8s;
  max-width: 333px;
}
.index-sixth form .submit-box .btn-submit:hover {
  background-image: linear-gradient(to right, #f9bb0b 0%, #f3d171 51%, #f9bb0b 100%);
  background-position: center right;
}
.index-sixth .index-form {
  margin-top: 50px;
}
.index-sixth .index-form .material {
  position: relative;
}
.index-sixth .index-form .material .material-select {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: 10px;
  background: #fff;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  z-index: 111;
}
.index-sixth .index-form .material .material-select:focus {
  box-shadow: none;
  border: none;
}
.index-sixth .index-form .material .select-arrow {
  position: absolute;
  right: 20px;
  top: 14px;
  pointer-events: none;
}
.index-sixth .index-form .form-control {
  border-radius: 0;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
}
.index-sixth .index-form .form-control::placeholder {
  color: #1d1d1d;
}
.index-sixth .index-form .form-control:focus {
  box-shadow: none;
}
.index-sixth .index-form .submit button {
  background-color: #3f51b5;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  font-weight: lighter;
  font-size: 20px;
  line-height: 28px;
  background-size: 200% auto;
  transition: 0.8s;
}
.index-sixth .index-form .submit button:hover {
  background-image: linear-gradient(to right, #3f51b5 0%, #8f9deb 51%, #3f51b5 100%);
  background-position: center right;
}
.index-sixth h2 {
  color: #1f1e1e;
  text-align: center;
  font-weight: 700;
  margin-top: 42px;
}
.index-sixth .partner-box {
  position: relative;
  padding-bottom: 300px;
}
.index-sixth .partner-box .partner-list {
  margin-top: 30px;
}
.index-sixth .partner-box .partner-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #d8d9d4;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
}
.index-sixth .partner-box .partner-list li img {
  display: block;
  width: auto;
  height: auto;
}
.index-sixth .partner-box .partner-list li img:hover {
  transform: scale(1.2);
}
.index-sixth .partner-box .partner-list li:before {
  content: "";
  display: table;
}
.index-sixth .partner-box .partner-list li:after {
  clear: both;
}
.index-sixth .partner-box ul:before {
  content: "";
  display: table;
}
.index-sixth .partner-box ul:after {
  clear: both;
}
.index-sixth .partner-box:before {
  content: "";
  display: table;
}
.index-sixth .partner-box:after {
  clear: both;
}

.footer {
  clear: both;
}

@media (max-width: 575px) {
  section .section-title {
    font-size: 24px;
  }
  section .section-text {
    font-size: 16px;
    line-height: 30px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
    font-size: 24px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list {
    display: none;
  }
  .index-first {
    padding: 30px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product {
    padding: 30px 0;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 20px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn {
    bottom: 30px;
  }
  .index-fourth {
    padding-top: 0px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-content {
    width: 100%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list {
    width: 100%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link {
    padding: 20px;
    flex-wrap: wrap;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left {
    width: 100%;
    padding-left: 0px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left h3 {
    font-size: 18px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left p {
    font-size: 16px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left p span:first-child {
    margin-right: 15px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right {
    width: 100%;
    margin-top: 20px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right a {
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-left {
    font-size: 16px;
  }
  .index-fifth .index-fifth-content .content-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-fifth .index-fifth-content .content-left .left-item {
    margin-bottom: 30px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-time {
    width: 28%;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-time b {
    font-size: 40px;
    line-height: 40px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info {
    width: 71.9%;
    padding: 20px 20px 40px 20px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .news-desc {
    -webkit-line-clamp: 2;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .news-desc {
    -webkit-line-clamp: 2;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .icon-box {
    bottom: 10px;
    right: 20px;
  }
  .index-fifth .index-fifth-content .content-right {
    width: 100%;
  }
  .index-fifth .index-fifth-content .content-right .news-title {
    padding-left: 20px;
  }
  .index-fifth .index-fifth-content .content-right .news-info {
    padding: 20px 20px 40px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .icon-box {
    right: 20px;
    bottom: 20px;
  }
  .index-sixth .index-sixth-list {
    margin-top: 35px;
  }
  .index-sixth .index-sixth-list li {
    width: 33%;
  }
  .index-sixth .index-sixth-list li p:first-child {
    line-height: 50px;
    font-size: 16px;
  }
  .index-sixth .index-sixth-list li p:first-child b {
    font-size: 40px;
  }
  .index-sixth .index-sixth-list li p:last-child {
    font-size: 16px;
  }
  .index-sixth form {
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px;
  }
  .index-sixth form .form-item {
    margin-bottom: 20px;
  }
  .index-sixth form .form-right .textBox textarea {
    height: 150px;
  }
  .index-sixth .partner-box {
    padding-bottom: 300px;
  }
  .index-sixth .partner-box .partner-list li {
    width: 25%;
    height: 100px;
  }
  .index-sixth .partner-box .partner-list li img {
    max-width: 70%;
  }
}
@media (min-width: 576px) {
  section .section-title {
    font-size: 30px;
  }
  section .section-text {
    font-size: 18px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    padding-top: 120px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
    font-size: 30px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list {
    display: none;
  }
  .index-first {
    padding: 30px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product {
    padding: 30px 0;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 20px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn {
    bottom: 30px;
  }
  .index-fourth {
    padding-top: 15px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-content {
    width: 100%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list {
    width: 100%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link {
    padding: 30px;
    flex-wrap: wrap;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left {
    width: 100%;
    padding-left: 0px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left h3 {
    font-size: 18px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left p {
    font-size: 16px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left p span:first-child {
    margin-right: 15px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right {
    width: 100%;
    margin-top: 20px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right a {
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-left {
    font-size: 16px;
  }
  .index-fifth .index-fifth-content .content-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-fifth .index-fifth-content .content-left .left-item {
    margin-bottom: 30px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-time b {
    font-size: 40px;
    line-height: 40px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info {
    padding: 20px 20px 40px 20px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .icon-box {
    bottom: 10px;
    right: 20px;
  }
  .index-fifth .index-fifth-content .content-right {
    width: 100%;
  }
  .index-fifth .index-fifth-content .content-right .news-title {
    padding-left: 20px;
  }
  .index-fifth .index-fifth-content .content-right .news-info {
    padding: 20px 20px 40px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .icon-box {
    right: 20px;
    bottom: 20px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .news-desc {
    -webkit-line-clamp: 2;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .news-desc {
    -webkit-line-clamp: 2;
  }
  .index-sixth .index-sixth-list li {
    width: 32%;
  }
  .index-sixth .index-sixth-list li p:first-child {
    line-height: 55px;
  }
  .index-sixth .index-sixth-list li p:first-child b {
    font-size: 55px;
  }
  .index-sixth .index-sixth-list li p:last-child {
    font-size: 17px;
  }
  .index-sixth .index-form .form-item {
    margin-bottom: 20px;
  }
  .index-sixth .partner-box {
    padding-bottom: 450px;
  }
  .index-sixth .partner-box .partner-list li {
    width: 25%;
    height: 150px;
  }
  .index-sixth .partner-box .partner-list li img {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    padding-top: 140px;
  }
  .index-first {
    padding: 30px 70px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link {
    padding: 25px 20px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left {
    width: 55%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right {
    width: 45%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  section .section-title {
    font-size: 32px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    padding-top: 150px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
    font-size: 38px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list {
    display: flex;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li {
    width: 25%;
    margin-bottom: 0px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:first-child {
    font-size: 34px;
    line-height: 50px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:last-child {
    font-size: 18px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .banner-text {
    width: 70%;
  }
  .banner .bannerSwiper .swiper-pagination {
    bottom: 50px;
  }
  .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 135px;
  }
  .index-first {
    padding: 30px 50px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide {
    height: 660px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product {
    padding: 30px 0;
  }
  .index-fourth .index-fourth-tab {
    max-width: 960px;
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-fifth .index-fifth-content .content-left {
    margin-bottom: 0;
    width: 49%;
  }
  .index-fifth .index-fifth-content .content-left .left-item {
    margin-bottom: 20px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-time b {
    font-size: 40px;
    line-height: 40px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info {
    padding: 20px 20px 30px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .icon-box {
    bottom: 10px;
    right: 20px;
  }
  .index-fifth .index-fifth-content .content-right {
    width: 49%;
  }
  .index-fifth .index-fifth-content .content-right .news-title {
    padding-left: 20px;
  }
  .index-fifth .index-fifth-content .content-right .news-info {
    padding: 20px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .news-desc {
    -webkit-line-clamp: 1;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .news-desc {
    -webkit-line-clamp: 1;
  }
  .index-fifth .index-fifth-content .content-right .news-info .icon-box {
    right: 20px;
    bottom: -15px;
  }
  .index-fifth .special-list .special-item {
    margin-bottom: 0;
  }
  .index-sixth .index-sixth-list li {
    width: 22%;
  }
  .index-sixth .index-form .form-item {
    margin-bottom: 0px;
  }
  .index-sixth h2 {
    font-size: 32px;
  }
  .index-sixth .partner-box {
    padding-bottom: 300px;
  }
  .index-sixth .partner-box .partner-list li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    padding-top: 220px;
  }
  .index-first {
    padding: 30px 70px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 24px;
  }
  .index-fourth .index-fourth-tab {
    max-width: none;
    padding: 0;
  }
  .index-fourth .index-fourth-tab .fourth-tab-content {
    width: 48%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list {
    width: 52%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link {
    height: 25%;
    padding: 8px 16px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .news-desc {
    -webkit-line-clamp: 2;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .news-desc {
    -webkit-line-clamp: 2;
  }
  .index-fifth .index-fifth-content .content-right .news-info .icon-box {
    bottom: -10px;
  }
  .index-sixth form .form-left,.index-sixth form .form-right {
    width: 49%;
  }
}
@media (min-width: 1360px) {
  .index-first .mySwiper .swiper-wrapper .swiper-slide {
    height: 752px;
  }
}
@media (min-width: 1400px) {
  section .section-title {
    font-size: 34px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    padding-top: 220px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
    font-size: 48px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:first-child {
    font-size: 45px;
    line-height: 60px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:last-child {
    font-size: 20px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li:hover p:first-child {
    font-size: 52px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li:hover p:last-child {
    font-size: 22px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product {
    padding: 30px 0 0;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 22px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn {
    bottom: 15px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-content {
    width: 50.25%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list {
    width: 49.75%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link {
    height: 25%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left {
    width: 58%;
    padding-left: 10px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right {
    width: 42%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right a {
    width: 142px;
  }
  .index-fifth .index-fifth-content .content-left .left-item {
    margin-bottom: 30px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-time b {
    font-size: 60px;
    line-height: 60px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info {
    padding: 30px 30px 30px 35px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info .icon-box {
    bottom: 20px;
    right: 30px;
  }
  .index-fifth .index-fifth-content .content-right {
    width: 48.7%;
  }
  .index-fifth .index-fifth-content .content-right .news-title {
    padding-left: 30px;
  }
  .index-fifth .index-fifth-content .content-right .news-info {
    padding: 20px 30px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .icon-box {
    right: 30px;
    bottom: 10px;
  }
  .index-sixth {
    padding: 50px 0 55px;
  }
  .index-sixth h2 {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  section .section-title {
    font-size: 36px;
  }
  section .section-text {
    font-size: 20px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:first-child {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content {
    padding-top: 300px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 25px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide p {
    font-size: 18px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn {
    bottom: 20px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left {
    width: 55%;
    padding-left: 20px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left h3 {
    font-size: 20px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left p span:first-child {
    margin-right: 25px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right {
    width: 45%;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right a {
    width: 162px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .active .link-right .btn-left {
    font-size: 18px;
  }
  .index-sixth h2 {
    font-size: 36px;
  }
}
@media (min-width: 1800px) {
  section .section-title {
    font-size: 40px;
    font-weight: 700;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
    font-size: 55px;
  }
  .banner .bannerSwiper .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide1-list li p:first-child {
    font-size: 50px;
    line-height: 60px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 30px;
  }
  .index-first .mySwiper .swiper-wrapper .swiper-slide .first-product .first-product-btn {
    bottom: 30px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-left p {
    font-size: 18px;
  }
  .index-fourth .index-fourth-tab .fourth-tab-list .nav-link .link-right a {
    width: 182px;
  }
  .index-sixth h2 {
    font-size: 40px;
  }
}