



/* banner */

.banner{
  height: 640px;
  width: 100%;
  background: url(../img/edi/banner.png);
  background-size: 100% 100%;
}
.banner-content{
  width: 1140px;
  margin: 0 auto;
  height: 100%;
}
.banner-right img{
  width: 490px;
}
.banner-left{
  padding-right: 60px;
}
.banner-txt{
  font-size: 40px;
  color: #fff;
}
.banner-txt span{
  margin-right: 45px;
}
.banner-title {
  font-size: 65px;
  font-weight: bold;
  margin: 10px 0 20px 0;
  color: #fff;
  text-shadow: 7px 7px 0 rgba(8,122,84,.5);
}
.banner-tip{
  font-size: 22px;
  color: #fff;
  line-height: 35px;
}
.banner-btn .btn{
  width: 290px;
  height: 50px;
  margin-top: 30px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 3px 3px 0 #ff8509;
  color: #fff;
  letter-spacing: 15px;
  cursor: pointer;
  background: linear-gradient(to bottom,#fed273,#ff850a);
}


/* 模块一 模块三*/

.common-section .list .item{
  width: 270px;
  height: 370px;
  justify-content: flex-start;
  padding-top: 40px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(38,186,135,.33) inset;
}
.common-section .list .item-title{
  font-size: 25px;
  font-weight: 700;
  color: #333;
}
.common-section .list .item-desc{
  padding: 5px 23px 0 23px;
  font-size: 22px;
  color: #666666;
  line-height: 1.4;
}



/* 模块二 */

.section-2{
  background: #fafafa;
}
.section-2 .inner{
  background-image: url(../image/s-2-4.png);
  background-size: 470px 564px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.section-2 .item{
  margin-bottom: 50px;
  max-width: 770px;
}
.section-2 .item:last-child{
  margin-bottom: 0;
}
.section-2 .item .icon-wrap{
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #60eaa9;
  margin-right: 15px;
  min-width: 52px;
}
.section-2 .item .icon-wrap img{
  width: 30px;
}
.section-2 .item-title{
  color: #26b786;
  font-size: 30px;
  font-weight: 700;
}
.section-2 .item-value{
  font-size: 22px;
  color: #666;
  margin-top: 3px;
}

/* 模块四 */
.section-4 .list .item{
  width: 270px;
  height: 370px;
  justify-content: flex-start;
  padding-top: 40px;
  cursor: pointer;
  border-radius: 10px;
}
.section-4 .list .item .image-wrap{
  height: 138px;
}
.section-4 .list .item-title{
  font-size: 25px;
  font-weight: 700;
  color: #26b786;
  margin-top: 20px;
}
.section-4 .list .item-desc{
  padding: 5px 23px 0 23px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 1.4;
}


/* 模块五 */
.section-5{
  background: #fafafa;
}
.section-5 .list{
  margin: 20px 0;
}
.section-5 .item{
  width: 150px;
  height: 150px;
  background: #fafafa;
  border-radius: 50%;
  border: 1px dashed #666;
  position: relative;transform-style: preserve-3d;

}
.section-5 .item:not(:last-child)::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateZ(-1px);
  height: 1px;
  z-index: 0;
  width: 100%;
  top: 50%;
  border-bottom: 1px dashed #666;
}
.section-5 .item:not(:last-child)::before{
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  top: calc(50% - 5px);
  height: 13px;
  background-image: url(../image/arrow.png);
  background-size: 6px 13px;
  background-position: calc(75% - 7px) 0;
  background-repeat: no-repeat;
}
.section-5 .value{
  width: 134px;
  height: 134px;
  border-radius: 100%;
  background: #3de593;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

/* 模块6 */
.section-6 .list{
  flex-wrap: wrap;
}
.section-6 .item{
  width: 20%;
  padding: 20px;
  min-height: 188px;
}
.section-6 .item .image-wrap{
  margin-bottom: 20px;
}
.section-6 .item .image-wrap img{
  width: 70%;
}

.section-6 .item:nth-child(odd){
  background: #fafafa;
}
.section-6 .item span{
  font-size: 18px;
  color: #666;
}
.section-6 .item:hover span{
  color: #26b786;
  text-decoration: underline;
}