body {
  background: #fff;
}

section .section-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
section .section-text {
  font-weight: lighter;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}

.banner .banner-box {
  position: relative;
  width: 100%;
  height: auto;
}
.banner .banner-box .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
}
.banner .banner-box .banner-video-bg video{
  width: 100%;
  height: auto;
  display: block;
}
.banner .banner-box .banner-content h1 {
  color: #ffffff;
  font-weight: 200;
  text-align: center;
  text-shadow: 1px 2px 3px #000;
}
.banner .banner-box .banner-content h1 b {
  font-weight: 700;
}
.banner .banner-box .banner-content .swiper-slide1-list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.banner .banner-box .banner-content .swiper-slide1-list li {
  text-align: center;
}
.banner .banner-box .banner-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 .banner-box .banner-content .swiper-slide1-list li p:last-child {
  color: #fff;
  font-weight: 200;
  text-shadow: 1px 2px 3px rgba(11, 10, 97, 0.64);
}
.banner .banner-box .banner-content .chukou-btn-box {
    display: flex;
    justify-content: center;
    column-gap: 85px;
}
.banner .banner-box .banner-content .chukou-btn {
  display: block;
  color: #fff;
  background: #f9bb0b;
  border-radius: 7px;
  text-align: center;
  margin-top: 55px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 0;
  width: 150px;
  cursor: pointer;
  pointer-events: all;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
.index-first {
  padding: 25px 0px;
  background: #fff;
  display: none;
}
.index-first .section-title a {
  color: #1d1e1e;
}
.index-first .section-text {
  color: #1d1e1e;
}
.index-first .pro-slider {
  margin-top: 24px;
}
.index-first .pro-slider .pro-slider-item {
  padding: 0 13px;
}
.index-first .pro-slider .pro-slider-item .first-product {
  position: relative;
  background: linear-gradient(0deg, #e5e5e5 0%, #ffffff 100%);
  border: solid 1px #d7d7d7;
  display: block;
  padding: 30px 0 20px;
}
.index-first .pro-slider .pro-slider-item .first-product:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.index-first .pro-slider .pro-slider-item .first-product h2 {
  color: #1d1e1e;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.index-first .pro-slider .pro-slider-item .first-product p {
  color: #6a6a6a;
  line-height: 30px;
  text-align: center;
}
.index-first .pro-slider .pro-slider-item .first-product .model-text {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.index-first .pro-slider .pro-slider-item .first-product .model-text span {
  width: 31.6%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  background: rgba(0,0,0,0.55);
  color: #fff;
}
.index-first .pro-slider .pro-slider-item .first-product .first-product-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-first .pro-slider .pro-slider-item .first-product .first-product-btn {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-first .pro-slider .pro-slider-item .first-product .first-product-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background: #f9bb0b;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
.index-first .pro-slider .pro-slider-item .first-product .first-product-btn a img {
  margin-left: 10px;
  width: 12px;
  height: auto;
  display: inline-block;
}
.index-first .pro-slider .pro-slider-item .first-product .first-product-btn a img:last-child {
  display: none;
}
.index-first .pro-slider .active .first-product {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.index-first .pro-slider .slick-next:before, .index-first .pro-slider .slick-prev:before {
  content: "";
}
.index-first .pro-slider .slick-next, .index-first .pro-slider .slick-prev {
  width: 45px;
  height: 60px;
  z-index: 2;
  /*opacity: 0;*/
}
/*.index-first .pro-slider .slick-next:hover, .index-first .pro-slider .slick-prev:hover {*/
/*    opacity: 1;*/
/*}*/
.index-first .pro-slider .slick-prev {
  left: 13px;
  background: url(/html/template/default/images/index/swiper_arrow.png) no-repeat;
  background-size: 100% 100%;
}
.index-first .pro-slider .slick-next {
  right: 13px;
  background: url(/html/template/default/images/index/swiper_arrow1.png) no-repeat;
  background-size: 100% 100%;
}

.index-second {
  padding: 30px 0;
  /*background: url(/html/template/default/images/index/second_bg.jpg) no-repeat;*/
  /*background-size: 100% 100%;*/
  background: #dddddd;
}
.index-second .second-content .section-title a {
  color: #333;
}
/*.index-second .second-content .section-text {*/
/*  color: #fefefe;*/
/*}*/
.index-second .second-content .second-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.index-second .second-content .second-tab .second-tab-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23.5%;
}
.index-second .second-content .second-tab .second-tab-list .nav-link {
  background: #f0f2fe;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 24px 0 24px 30px;
}
.index-second .second-content .second-tab .second-tab-list .nav-link .second-icon-2 {
  display: none;
}
.index-second .second-content .second-tab .second-tab-list .nav-link span {
  color: #2e2e2f;
  font-size: 25px;
  font-weight: lighter;
  margin-left: 10px;
}
.index-second .second-content .second-tab .second-tab-list .active {
  background: #3e53b5;
}
.index-second .second-content .second-tab .second-tab-list .active span {
  color: #fff;
  font-weight: 700;
}
.index-second .second-content .second-tab .second-tab-list .active .second-icon-1 {
  display: none;
}
.index-second .second-content .second-tab .second-tab-list .active .second-icon-2 {
  display: block;
}
.index-second .second-content .second-tab .second-tab-content {
  width: 75.9%;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top .top-item {
  display: block;
  overflow: hidden;
  border: 1px solid #fff;
  width: 49.6%;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top .top-item .img-box {
  overflow: hidden;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top .top-item .img-box .case-img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top .top-item:hover .img-box .case-img {
  transform: scale(1.05);
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top .top-item .case-title {
  background: #f0f2fe;
  color: #2e2e2f;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-weight: 300;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom{
  display: flex;
  justify-content: space-between;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom1 .bottom-item {
  width: 49.54%;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom2 .bottom-item {
  width: 32.8%;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom3 .bottom-item {
  width: 24.49%;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom4 .bottom-item {
  width: 19.45%;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item {
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item .bottom-img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item:hover .bottom-img {
  transform: scale(1.05);
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  max-width: 90%;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item .second-btn-grey {
  background: rgba(0, 28, 88, 0.6);
  background-size: 200% auto;
  transition: 0.5s;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item .second-btn-grey:hover {
  background-image: linear-gradient(to left, rgba(0, 28, 88, 0.7) 0%, rgba(116, 155, 240, 0.7) 51%, rgba(0, 28, 88, 0.7) 100%);
  background-position: center right;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item .second-btn-yellow {
  background: #f9bb0b;
  background-size: 200% auto;
  transition: 0.5s;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item .second-btn-yellow span {
  border-bottom: solid 1px #f2f2f2;
  margin-left: 5px;
}
.index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item .second-btn-yellow:hover {
  background-image: linear-gradient(to right, #f9bb0b 0%, #f6e1ad 51%, #f9bb0b 100%);
  background-position: center right;
}

.index-third {
  background: #fff;
  padding-top: 30px;
}
.index-third .third-content {
  position: relative;
}
.index-third .third-content .third-tab-content .tab-pane {
  position: relative;
}
.index-third .third-content .third-tab-content .tab-pane .third-tab-img {
  width: 100%;
  height: auto;
  display: block;
}
.index-third .third-content .third-tab-content .tab-pane .third-tab-content-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
  color: #181616;
  font-weight: 700;
  text-align: center;
}
.index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p {
  color: #181616;
  text-shadow: 0px 0px 2px rgba(9, 24, 98, 0.08);
  margin-top: 10px;
}
.index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p b {
  font-family: Impact;
  font-weight: 400;
  color: #4055b5;
}
.index-third .third-content .third-tab-content .tab-pane a {
  display: block;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper {
  width: 100%;
  height: 100%;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-img {
  width: 100%;
  height: auto;
  display: block;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
  color: #181616;
  font-weight: 700;
  text-align: center;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p {
  color: #181616;
  text-shadow: 0px 0px 2px rgba(9, 24, 98, 0.08);
  margin-top: 20px;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p b {
  font-family: Impact;
  font-weight: 400;
  color: #4055b5;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next, .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
  background: url(/html/template/default/images/index/baseSwiper_aeeow.png) no-repeat;
  background-size: 100% 100%;
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next:after, .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev:after {
  content: "";
}
.index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
  transform: rotate(180deg);
}
.index-third .third-content .third-tab-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-third .third-content .third-tab-list .nav {
  justify-content: space-between;
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.index-third .third-content .third-tab-list .nav .nav-link {
  display: block;
  background: rgba(62, 83, 181, 0.98);
  color: #fff;
  border-radius: 0;
  position: relative;
}
.index-third .third-content .third-tab-list .nav .nav-link b {
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(64, 48, 4, 0.15);
}
.index-third .third-content .third-tab-list .nav .nav-link p {
  display: none;
  display:block;/*wusong editor*/
}
.index-third .third-content .third-tab-list .nav .nav-link .object-link {
  position: absolute;
  display: block;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  background: none;
  font-family: "ËÎÌå", SimSun, serif;
}
.index-third .third-content .third-tab-list .nav .active {
  background: rgba(255, 193, 7, 0.98);
}
.index-third .third-content .third-tab-list .nav .active p {
  display: block;
  color: #fff;
  font-weight: lighter;
  margin-top: 5px;
  text-shadow: 1px 1px 1px rgba(64, 48, 4, 0.15);
}

.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: 16px;
  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: 16px;
  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: 20px;
  font-weight: bold;
  line-height: 34px;
  color: #333;
  padding: 8px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}

.index-sixth {
  background: url(/html/template/default/images/index/sixth_bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 55px;
}
.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;
}
.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;
  font-size: 28px;
  line-height: 1.5;
  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) {
  .banner .banner-box .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  .banner .banner-box .banner-content h1 {
    font-size: 30px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list {
    display: none;
  }
  .banner .banner-box .banner-content .chukou-btn {
    margin: 20px auto 0;
  }
  .index-first {
    padding: 30px 15px;
  }
  .index-first .pro-slider .pro-slider-item p {
    font-size: 18px;
  }
  .index-first .pro-slider .pro-slider-item .first-product .first-product-btn {
    bottom: 30px;
  }
  .index-second .second-content .second-tab {
    flex-direction: column;
  }
  .index-second .second-content .second-tab .second-tab-list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link {
    padding: 10px 0 10px 10px;
    width: 49%;
    margin-bottom: 10px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link span {
    font-size: 16px;
  }
  .index-second .second-content .second-tab .second-tab-content {
    width: 100%;
  }
  .index-third .third-content .third-tab-content .tab-pane img {
    min-height: 350px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text .text-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.7);
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 24px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text .text-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.7);
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    padding: 0 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p b {
    font-size: 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p {
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p b {
    font-size: 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next, .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    width: 25px;
    height: 45px;
  }
  .index-third .third-content .third-tab-list {
    margin-top: 25px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link {
    width: 48.5%;
	  padding: 30px 20px;
    margin-bottom: 20px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link b {
    font-size: 18px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link .object-link {
    bottom: 27px;
    right: 20px;
    font-size: 24px;
    line-height: 26px;
    width: 32px;
    height: 32px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-img {
    min-height: 350px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next {
    right: 0px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    left: 0px;
  }
  
  .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 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: 50px;
  }
  .index-sixth .index-sixth-list li p:last-child {
    font-size: 16px;
  }
  .index-sixth .index-form .form-item {
    margin-bottom: 20px;
  }
  .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) {
  .banner .banner-box .banner-content {
    padding-top: 60px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list {
    flex-wrap: wrap;
  }
  
  .banner .banner-box .banner-content .swiper-slide1-list li p:first-child {
    font-size: 30px;
    line-height: 36px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list li p:last-child {
    font-size: 14px;
  }
  .index-first {
    padding: 30px 0;
  }
  .index-first .container {max-width:566px !important;}
  .index-first .pro-slider .pro-slider-item h2 {
    font-size: 22px;
  }
  .index-first .pro-slider .pro-slider-item p {
    font-size: 16px;
  }
  .index-first .pro-slider .pro-slider-item .first-product .first-product-btn {
    bottom: 30px;
  }
  .index-second .second-content .second-tab {
    flex-direction: column;
  }
  .index-second .second-content .second-tab .second-tab-list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link {
    padding: 10px 0 10px 10px;
    width: 49%;
    margin-bottom: 10px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link img {
    width: 35px;
    height: 35px;
    display: inline-block;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link span {
    font-size: 16px;
  }
  .index-second .second-content .second-tab .second-tab-content {
    width: 100%;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text .text-box {
    padding: 20px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.7);
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 24px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text .text-box {
    padding: 20px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.7);
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 24px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p b {
    font-size: 24px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p b {
    font-size: 24px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next, .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    width: 25px;
    height: 45px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next {
    right: 10px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    left: 10px;
  }
  .index-third .third-content .third-tab-list {
    margin-top: 25px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link {
    width: 48.5%;
	  padding: 30px 20px;
    margin-bottom: 20px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link .object-link {
    bottom: 27px;
    right: 20px;
    font-size: 24px;
    line-height: 26px;
    width: 32px;
    height: 32px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link b {
    font-size: 18px;
  }
  
  .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: 20px;
  }
  .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) {
  .index-first {
    padding: 30px 0px;
  }
  .index-first .container {max-width:756px !important;}
  .index-first .pro-slider .pro-slider-item h2 {
    font-size: 22px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link {
    width: 32.5%;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text .text-box {
    padding: 30px 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 28px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text .text-box {
    padding: 30px 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 28px;
  }
  .index-third .third-content .third-tab-list {
    position: absolute;
    left: 0;
    z-index: 11;
    margin-top: 0;
    bottom: 20px;
  }
  /*.index-third .third-content .third-tab-list {*/
  /*  bottom: -42px;*/
  /*}*/
  .index-third .third-content .third-tab-list .nav .nav-link {
    width: 23.5%;
	  padding: 30px 15px 34px;
    margin-bottom: 0;
	  opacity: 0.98;
  }
  .index-third .third-content .third-tab-list .nav .nav-link .object-link {
    bottom: 32px;
    right: 15px;
  }
  
}
@media (min-width: 992px) {
  section .section-title {
    font-size: 30px;
  }
  .banner .banner-box .banner-content {
    padding-top: 100px;
  }
  .banner .banner-box .banner-content h1 {
    font-size: 38px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list li {
    width: 25%;
    margin-bottom: 0px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list li p:first-child {
    font-size: 36px;
    line-height: 40px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list li p:last-child {
    font-size: 20px;
  }
  .banner .banner-box .banner-content .banner-text {
    width: 70%;
  }
  .banner .bannerSwiper .swiper-pagination {
    bottom: 50px;
  }
  .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 135px;
  }
  .index-first {
    padding: 30px 0px;
  }
  .index-first .container {max-width:986px !important;}
  .index-first .pro-slider .pro-slider-item .first-product {
  	height: 565px;
  }
  .index-first .pro-slider .pro-slider-item .first-product .first-product-img {
  	position: absolute;
  	left: 0;
  	bottom: 10px;
  }
  .index-first .pro-slider .pro-slider-item .first-product .model-text {
  	margin: 10px 0 5px;
  }
  .index-second .second-content .second-tab {
    flex-direction: row;
  }
  .index-second .second-content .second-tab .second-tab-list {
    width: 23.5%;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link {
    width: 100%;
    margin-bottom: auto;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link:last-child {
    margin-bottom: 0;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link span {
    font-size: 16px;
  }
  .index-second .second-content .second-tab .second-tab-content {
    width: 75.9%;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p {
    font-size: 18px;
    line-height: 32px;
    padding: 0 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p {
    font-size: 18px;
    line-height: 32px;
    padding: 0 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 30px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 30px;
  }
  /*.index-third .third-content .third-tab-list {*/
  /*  bottom: -52px;*/
  /*}*/
  .index-third .third-content .third-tab-list .nav .nav-link {
	  padding: 36px 25px 40px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link .object-link {
    bottom: 36px;
    right: 25px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link b {
    font-size: 20px;
  }
  .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: 23.5px 20px 23px;
  }
  .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: 30px;
  }
  .index-sixth .partner-box {
    padding-bottom: 300px;
  }
  .index-sixth .partner-box .partner-list li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .banner .banner-box .banner-content {
    padding-top: 150px;
  }
  .index-first .container {
     max-width:1166px !important;
  }
  .index-first .pro-slider .pro-slider-item .first-product {
  	height: 652px;
  }
  .index-first .pro-slider .pro-slider-item h2 {
    font-size: 22px;
  }
  .index-second .second-content .second-tab .second-tab-list {
    width: 23.5%;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link {
    padding: 21px 0 14px 25px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link span {
    font-size: 20px;
  }
  .index-second .second-content .second-tab .second-tab-content {
    width: 75.9%;
  }
  .index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item span{
    font-size: 16px;
    line-height: 26px;
  }
  .index-third #strength3 .third-tab-content-text .text-box{
      background: none;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text .text-box {
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.85);
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 32px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text .text-box {
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.85);
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 32px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link {
	padding: 25px 35px 30px;
  }
  .index-third .third-content .third-tab-list .nav .nav-link .object-link {
    bottom: 23px;
    right: 35px;
    line-height: 33px;
    width: 38px;
    height: 38px;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  section .section-title {
    font-size: 32px;
  }
  section .section-text {
    font-size: 18px;
  }
  .banner .banner-box .banner-content {
    padding-top: 180px;
  }
  .banner .banner-box .banner-content h1 {
    font-size: 43px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list li p:first-child {
    font-size: 40px;
    line-height: 60px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list li p:last-child {
    font-size: 18px;
  }
  .index-first .container {max-width:1346px !important;}
  .index-first .pro-slider .pro-slider-item .first-product {
    padding: 25px 0 10px;
    height: 565px;
  }
  .index-first .pro-slider .pro-slider-item h2 {
    font-size: 22px;
  }
  .index-first .pro-slider .pro-slider-item .first-product .first-product-btn {
    bottom: 15px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link {
    padding: 18px 0 18px 25px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link img {
    width: 45px;
    height: 45px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link span {
    font-size: 20px;
  }
  .index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item span{
    font-size: 18px;
    line-height: 28px;
  }
  .index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top .top-item .case-title {
    font-size: 18px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text .text-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 45px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 34px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p {
    font-size: 18px;
    line-height: 36px;
    padding: 0 20px;
    font-weight: lighter;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p b {
    font-size: 26px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text .text-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 45px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 32px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p {
    font-size: 20px;
    line-height: 36px;
    padding: 0 20px;
    font-weight: lighter;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p b {
    font-size: 26px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next, .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    width: 57px;
    height: 85px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next {
    right: 80px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    left: 80px;
  }
  .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: 50px;
    line-height: 60px;
  }
  .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-left .left-item .news-info {
    padding: 24px 20px 25px;
  }
  .index-fifth .index-fifth-content .content-right .news-info .icon-box {
    right: 30px;
    bottom: 10px;
  }
  .index-sixth h2 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  section .section-title {
    font-size: 34px;
  }
  section .section-text {
    font-size: 20px;
  }
  .banner .banner-box .banner-content {
    padding-top: 220px;
  }
  .index-first .pro-slider .pro-slider-item h2 {
    font-size: 23px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 34px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p {
    font-size: 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next {
    right: 150px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    left: 150px;
  }
  .index-sixth h2 {
    font-size: 34px;
  }
}
@media (min-width: 1800px) {
  section .section-title {
    font-size: 36px;
  }
  section .section-text {
    font-size: 22px;
  }
  .banner .banner-box .banner-content {
    padding-top: 255px;
  }
  .index-first .container {max-width:1466px !important;}
  .index-first .pro-slider .pro-slider-item .first-product {
  	height: 610px;
  }
  .banner .banner-box .banner-content h1 {
    font-size: 50px;
  }
  .banner .banner-box .banner-content .swiper-slide1-list li p:first-child {
    font-size: 45px;
    line-height: 60px;
  }
  .banner .banner-box .banner-content .chukou-btn {
    width: 180px;
    font-size: 18px;
    line-height: 30px;
  }
  .index-first .pro-slider .pro-slider-item .first-product {
    padding: 30px 0px 10px;
  }
  .index-first .pro-slider .pro-slider-item h2 {
    font-size: 24px;
  }
  .index-first .pro-slider .pro-slider-item .first-product .first-product-btn {
    bottom: 20px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link span {
    font-size: 23px;
  }
  .index-second .second-content .second-tab .second-tab-list .nav-link {
    padding: 20.5px 0 23.5px 25px;
  }
  .index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-bottom .bottom-item span{
    font-size: 20px;
    line-height: 30px;
  }
  .index-second .second-content .second-tab .second-tab-content .tab-pane .second-tab-pane-content .content-top .top-item .case-title {
    font-size: 20px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 36px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p {
    font-size: 22px;
    line-height: 36px;
    padding: 0 15px 0 25px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text p b {
    font-size: 30px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text h1 {
    font-size: 36px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p {
    font-size: 22px;
    line-height: 36px;
    padding: 0 15px 0 25px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text p b {
    font-size: 28px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text .text-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 45px;
  }
  .index-third .third-content .third-tab-content .tab-pane .third-tab-content-text h1 {
    font-size: 36px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-wrapper .swiper-slide .base-text .text-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 45px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-next {
    right: 180px;
  }
  .index-third .third-content .third-tab-content .tab-pane a .baseSwiper .swiper-button-prev {
    left: 180px;
  }
  .index-third .third-content .third-tab-list .nav .active p {
    font-size: 20px;
  }
  .index-fifth .index-fifth-content .content-left .left-item .news-info {
    padding: 30px 20px 30px;
  }
  .index-sixth h2 {
    font-size: 36px;
  }
}/*# sourceMappingURL=index.css.map */