

.sec:nth-child(2n) {
  background: #F9FAFF;
}


.sec1-1 .item-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.sec1-1 .item{
	
	width: 28%;
    text-align: center;
    margin: 30px 2% 20px 2%;
}

.sec1-1 .item img {
    width: 76px;
    display: inline-block;
}

.sec1-1 .item .title{
	font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 10px auto 0px auto;
}

.sec1-1 .item .desc{
	font-size: 14px;
    line-height: 22px;
    color: #7E899B;
    padding: 5px 15px;
}


.sec1 .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec1 .item {
  width: 572px;
  height: 146px;
  box-sizing: border-box;
  padding: 26px 33px 0 26px;
  background: #fff;
  box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.04);
  margin-top: 50px;
  display: flex;
  transition: .5s;
}

.sec1 .item:hover{	
	box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(to right, #f4f7fa, #fff);
	transform: translateY(-5px);
}

.sec1 .item:nth-child(-n+2) {
  margin-top: 0;
}

.sec1 .item .left-img {
  width: 76px;
  flex-shrink: 0;
  margin-right: 46px;
}

.sec1 .item .right-text .title {
  font-size: 20px;
  color: #333;
  line-height: 27px;
  font-weight: bold;
}

.sec1 .item .right-text .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}

.sec2 .item-box01 {
  height: 560px;
}

.sec2 .item-box01 .item {
	float:left;
	width:25%;
}

.sec2 .item-box01 .pic{
	border-radius: 10px;
	margin:10px 30px 10px;
	box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.04);
	
}

.sec2 .item-box01 .pic img{
	border-radius: 10px;	
}

.sec2 .item-box01 .desc {
	
	font-size: 16px;
    margin: 30px 30px 0px;
    text-align: center;
}




.sec3 .sec-content {
  padding: 0;
}

.sec3 .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #E5E5E5;
  padding: 60px 0;
}

.sec3 .item-content:last-child {
  margin-top: 0;
}

.sec3 .item-content .img {
  width: 680px;
  flex-shrink: 0;
}

.sec3 .item-content .text {
  width: 486px;
  padding-left: 12px;
}

.sec3 .item-content .text .title {
  font-size: 24px;
  color: #333;
  line-height: 33px;
  position: relative;
  padding-bottom: 20px;
}

.sec3 .item-content .text .title::after {
	content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #004BE1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec3 .item-content .desc {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
}

.sec3 .item-content .btn {
    display: block;
    width: 125px;
    height: 35px;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    border: solid 1px #004BE1;
    margin-top: 50px;
    font-size: 14px;
    color: #004BE1;
}

.sec3 .item-content .btn:hover{
	
	color: #fff;
	background: linear-gradient(to right, #4591FF, #004BE1);
}


.sec4 .item {
  height: 128px;
  margin-top: 50px;
  padding-left: 40px;
  margin-right: 106px;
}

.sec4 .item:nth-child(-n+2) {
  margin-top: 0;
}

.sec4 .item:nth-child(2n) {
  margin-right: 0;
}

.sec4 .item .img {
  width: 86px;
  margin-right: 40px;
}

.sec4 .item .text {
  width: 365px;
}

.sec4 .item .title {
  font-size: 20px;
  line-height: 27px;
  color: #333;
}

.sec4 .item .desc {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.sec5 .swiper-thumbs .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.sec5 .swiper-thumbs .swiper-wrapper .swiper-slide {
  width: 200px;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top: solid 4px transparent;
}

.sec5 .swiper-thumbs .swiper-wrapper .swiper-slide img {
  width: 150px;
}

.sec5 .swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-top-color: #004BE1;
  background: #f5f6fa;
}

.sec5 .swiper-gallery {
  height: 516px;
  border-radius: 6px;
}

.sec5 .swiper-gallery .swiper-slide {
  width: 1200px;
  height: 515px;
  background: linear-gradient(182deg, rgba(131, 223, 0, 0.37) 9%, #00BC62 76%, #00C265 96%);
}

.sec5 .swiper-gallery .swiper-slide .logo {
  width: 153px;
  margin: auto;
  padding-top: 105px;
}

.sec5 .swiper-gallery .swiper-slide .name {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
}

.sec5 .swiper-gallery .swiper-slide .desc {
  width: 755px;
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.sec5 .swiper-gallery .swiper-slide .btn {
  display: block;
  width: 125px;
  height: 35px;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  border: solid 1px #fff;
  margin: 30px auto 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.sec5 .swiper-pagination {
  bottom: 60px;
}

.sec5 .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  background: rgba(216, 216, 216, 0.8);
  margin: 0 3px;
  border-radius: 0;
}

.sec5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}