body {
  background-color: #f7f9fa;
}

.banner {
  background-image: url(../images/b2.jpg);
}

.banner .banner-title .line {
  background: #fff;
}

.banner .banner-title {
  color: #fff;
}


.banner .banner-title .titles .etitle {
  margin-top: 16px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

.classify {
  min-width: 210px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.classify .hr {
  width: 52px;
  height: 3px;
  background: #2fa962;
  margin-top: 15px;
  border-radius: 16px;
  position: relative;
}

.classify .hr:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #2fa962;
  right: -8px;
  position: absolute;
  top: 0;
}

.classify h1 {
  font-size: 36px;
  color: #130f28;
  line-height: 1;
}

.classify.w {
  align-items: center;

}

.classify.w h1 {
  color: #fff;

}

.classify.w .hr {
  background: #ffff;
  margin-bottom: 0;
  /* margin-left: 15px; */
}

.classify.w .hr:after {
  background: #fff;
}



/* 
.classify img {
  width: 40px;
  height: 3px;
} */
.bg1 {
  background-image: url(../images/quanweiyun-bg.svg);
  background-size: cover;
}

.section1 {
  padding: 0 0 20px;
}

.section1 .classify {
  align-items: flex-start;
}

.intro_about_itr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro_about_itr .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 45px;
}

.intro_about_itr .txt h1 {
  font-size: 32px;
  line-height: 1;
}

.intro_about_itr .txt .des p {
  color: #333;
  line-height: 1.6;
}

.primary {
  display: block;
  width: 96px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background-color: #2fa962;
  color: #fff;
  border-radius: 4px;
  margin-top: 30px;
  float: right;
}

.intro_about_itr .video {
  padding-bottom: 62.5%;
  background: url(../images/logocard5.png) center center;
  background-size: 100% auto;

}



.intro_about_num {
  margin-top: 60px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;

}

.intro_about_num div[class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
}

.statisticItem {
  flex: 1 1;
  font-weight: 700;
  background-color: #fff;
  margin-left: 21px;
  padding: 16px;
  color: #333;
  transition: all .3s;
  box-shadow: 0 0 20px 0 rgba(45, 45, 45, .16);
}

.statisticItem:first-child {
  margin-left: 0;
}

.statisticItem .middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.statisticItem .center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 26px;
}


.statisticItem .center .icon {
  width: 50px;
  margin-right: 10px;

}

.statisticItem .center .icon img {
  width: 100%;
  vertical-align: top;
}

.statisticItem .center .number {
  text-align: center;
  font-weight: 700;
  color: #6b7284;
  font-size: 36px;
}



.section2 {
  padding: 60px 0 60px;
}

.section2 .classify {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.section2 .classify .hr {
  margin-top: 15px;
}

.section2 .py-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section2 .py-list .item {
  padding: 22px;
  width: 288px;
  height: 110px;
  background-color: #fff;
  border: 1px solid rgba(60, 70, 77, 0.1);
  border-left: none;
  border-bottom: none;
}

.section2 .py-list .item :nth-child(-n+5) {
  border-top: none;
}

.section2 .py-list .item:nth-child(4n) {
  margin-right: 0;
}

.section2 .py-list .item .img {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 5.2rem; */
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

.section2 .py-list .item .img img {
  max-height: 70%;
  max-width: 70%;
}

.section2 .py-list .item .t {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 24px;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.section2 .py-bottom {
  margin-top: 30px;
  text-align: center;
}

.section2 .py-bottom a {
  color: #1c7b46;
  cursor: pointer;
  font-size: 14px;
}



.section5 {
  padding: 40px 0 0;
}

.section5 .head {
  padding: 20px 0;
  font-weight: 800;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}

.section5 .card-box {
  display: flex;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.section5 .card-box div[class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
}

.section5 .card-box .dataCard {
  height: 100%;
  padding: 32px 20px;
  flex: 1 1;
  margin-left: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px 0 rgb(45 45 45 / 16%);
  position: relative;
  background-color: #fff;
}

.section5 .card-box .dataCard:first-child {
  margin-left: 0;
}

.section5 .card-box .dataCard img {
  width: 80%;
}

.section5 .card-box .dataCard .triangle {
  width: 12px;
  height: 12px;
  object-fit: cover;
  position: absolute;
  top: 20px;
  right: 20px;
}







.section8 .wrap {
  padding: 60px 0 10px;
  margin-bottom: 60px;
}


.section8 .Regional {
  display: flex;
  margin-top: 60px;
}


.section8 .regionalChart {
  width: 940px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.section8 .regionalChart .map-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.section8 .head {
  padding: 15px 20px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}


.section8 .regionalChart .map {
  width: 720px;
  width: 800px;
  height: 650px;

  margin: -30px auto 0;
}

.section8 .regionalChart #chart {
  display: none;
  height: 240px;
  width: 240px;
}


.section8  .card {
  width: 440px;
  width: 365px;
  padding: 15px 15px 40px;
  background-color: #2fa962;
  border-radius: 10px;
  border:0;
}

.section8 .card .head {
  padding: 15px 0;
  margin-bottom: 15px;
  color: #fff;
}


.section8 .card .input-group {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;

}

.section8 .card .input {
  height: 42px;
  padding: 0 15px;
  border: 0;
  flex-grow: 1;
  font-size: 14px;
}

.section8 .card .input:focus {
  outline: none;
}


.section8 .card .btn {
  border: 0;
  height: 42px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 0 2px 2px 0;
  color: #2fa962;
  background: #fff;
  /* text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%); */
}

.list {
  height: 430px;
  overflow-y: auto;
  padding-right: 15px;
}

.list::-webkit-scrollbar {
	width: 2px;
	height: 450px;
	background: #fff;
}

.list::-webkit-scrollbar-track {
	background: rgba(255,255,255);
	border-radius: 2px;
}

.list::-webkit-scrollbar-thumb {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}
.list li {
  color: #fff;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.8);
  line-height: 1.5;
  padding: 15px 0;
  font-weight: 600;
}

.list li .ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list li span {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  align-items: center;
  font-weight: 400;

}

.list li span img {
  height: 16px;
  margin-right: 10px;
}




.bg {
  background: url(../images/customer_bg.jpg) center center;
  background-size: cover;
}

.footer {
  position: unset;
  background: #2fa962;
  padding: 20px 0;
}










.about-index-s8 {
  position: relative;
  background: url(../images/ad.png);
  background-size: 100% 100%;

}

.about-index-s8 .classify {
  align-items: flex-start;

}

.about-index-s8 .txt-box {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}

.about-index-s8 .left-box {
  width: 39%;
  padding: 70px 50px;
  background: linear-gradient(90deg, #2fa962, #036423);


}

.about-index-s8 .left-box h3 {
  font-size: 24px;
  color: #fff;
}

.about-index-s8 .left-box .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin: 2vw 0;
}






/*1200-1440 xl*/
@media (max-width:1440px) {
  .intro_about_itr .txt {
    padding-right: 50px;
  }
}

/* 992-1200 lg*/
@media (max-width:1200px) {}


/* 768-992 md */
@media (max-width:992px) {}


/* 576px-768 sm */
@media (max-width:768px) {}

/* 375-576 */
@media (max-width:576px) {
  .wrap {
    width: 100%;
  }
  .banner{
    display: none;
  }
  .main{
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .classify{
    width: 100%;
  }
  .txt{
    width: 100%;
    float: left;
    padding-right: 0px !important;
  }
  .section8,
  .bg{
    display: none;
  }
  .intro_about_itr .txt .des p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .intro_about_itr .video{
    display: none;
  }
  .section5 .card-box{
    display: block;
  }
  .section5 .card-box div[class*='col']{
    margin-bottom: 10px;
  }
  .about-index-s8{
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .about-index-s8 .left-box{
    width: 100%;
    margin-top: 66px;
    padding: 20px;
  }
  .about-index-s8 .left-box h3{
    font-size: 18px;
  }
  .about-index-s8 .left-box .para{
    font-size: 14px;
  }
  .classify h1{
    font-size: 30px !important;
  }
  .about-index-s8 .txt-box{
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .section5{
    padding-top: 20px;
  }
}




