/* banner */
.banner{
    width: 100%;
    padding: 100px 0 0 0;
}
.banner .wrap {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover!important;
    padding: 0 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .title{
    text-align: center;
}
.banner .title p{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}
.banner .wrap .line-wrap{
    width: 1371px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
}
.banner .wrap .line1{
    width: 613px;
    display: inline-block;
    height: 2px;
    transition: ease all 1s;
    background: linear-gradient(90deg,transparent,#ffffff);
}
.banner .wrap .line2{
    width: 613px;
    display: inline-block;
    height: 2px;
    transition: ease all 1s;
    background: linear-gradient(90deg,#ffffff,transparent);
}
.banner .title span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    opacity: 0.6;
    margin-top: 13PX;
}
/* section */
.section{
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 180px;
}

.section .wrap .contain{
    display: flex;
    padding-top: 140px;
    justify-content: center;
    margin-bottom: 20px;
}
.section .wrap .contain .content{
    position: relative;
    top: 140px;

}
.section .wrap .item1 .content{
    left: -40px;
    z-index: 2;

}
.section .wrap .item2 .content{
    left: 40px;
    z-index: 2;

}
.section .wrap .item3 .content{
    left: -40px;
    z-index: 2;


}
.section .wrap .contain .content-wrap{
    padding: 100px 0 0 94px;
    position: absolute;
    left: 0;
    top: 0;

}
.section .wrap .list{
    display: flex;
    margin-bottom: 31px;
    
}
.section .wrap .content .title{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-bottom: 30px;
}
.section .wrap .content .text{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    margin-bottom: 64px;

}
.section .wrap .content .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 125px;
}
.section .wrap .content .item:not(:nth-child(3n)){
    margin-right: 162px;
}
.section .wrap .content .item .point{
    width: 8px;
    height: 8px;
    background: #0867AF;
    border-radius: 50%;
    margin-right: 19px;
}
.section .wrap .content .item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
}
.section .contain .block{
    transform-style: preserve-3d;

  -webkit-perspective: 1000;

  -moz-perspective: 1000;

  -ms-perspective: 1000;

  perspective: 1000;

  
}
.section .contain .dd{
    transition: 0.8s;opacity: 1; transform: scale(1); 
}

.section .contain .dd:hover{
    opacity: 1.03;
    transform: scale(1.03);


}

@media screen and (max-width: 2560px){
	.section .wrap .content .item{
        width: auto;
    }
    .section .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 60px;
    }
    .banner .wrap .line-wrap {
        width: 1590px !important;
    }
    
    .section .wrap .contain .content-wrap{
        width: 100%;
        padding: 100px 30px 0 ;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	/* .section .wrap .item1 .content img{
        width: 500px;
    } */
    .section .contain .dd,
    .section .wrap .item1 .content img,
    .section .wrap .item2 .content img,
    .section .wrap .item3 .content img{
        width:43.75vw;
    }

    .section .wrap .contain .content{
        top: 7.29167vw;
    }
    .section .wrap .item1 .content{
        left: -2.08333vw;
    }
    .section .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 30px;
    }
    .section .wrap .list {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1792px){

    .section .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 20px;
    }
    .section .wrap .list {
        margin-bottom: 10px;
    }
    .section .wrap .content .text {
        margin-bottom: 40px;
    }
    .section .wrap .content .item .point {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1680px){

    .section .wrap .list{
        margin-bottom: 10px;
    }

    .section .wrap .contain .content-wrap {
        padding: 40px 20px 0;
    }
    .section .wrap .content .item p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.section .wrap .content .text{
        margin-bottom: 50px;
    }
    .section .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 20px;
    }
    .section .wrap .content .item p {
        font-size: 12px;
    }
    .section .wrap .content .text {
        line-height: 30px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1400px){
    .section .wrap .content .title {
        margin-bottom: 20px;
    }
    .section .wrap .content .text {
        font-size: 14px;
    }
    .section .wrap .content .text {
        line-height: 26px;
    }

}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){

    .section .wrap .contain{
        padding-top: 20px;
        flex-direction: column;
    }
    .section .wrap .contain,
    .section .wrap .contain .content,
    .section .wrap .item1 .content img,
     .section .wrap .item2 .content img,
      .section .wrap .item3 .content img{
        width: 100%;
    }

    .section .wrap .item1 .content,
    .section .wrap .item2 .content,
    .section .wrap .item3 .content{
        top: -30px;
        left: 0;
    }
    .section .wrap{
       padding: 0 60px;
    }
    .section{
        overflow: hidden;
        padding-bottom: 30px;
    }
    .section .contain .dd{
        width: 100%;
        /* display: none; */
    }
    .section .wrap .item2{
        flex-direction: column-reverse;
    }
    .section .wrap .content .item p {
        font-size: 14px;
    }
    .section .wrap .content .text{
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 768px){
    .section .wrap .content .item p {
        font-size: 12px;
    }
}


@media screen and (max-width: 540px){
    .banner .wrap .line-wrap {
        width: 1520px !important;
    }
    .section .wrap .contain .content-wrap {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;

    }
    .section .wrap .content .title{
        margin-bottom: 10px;
    }
	.section .wrap .content .text{
        font-size: 14px;
        line-height: 24px;
    }
    .section .wrap .content .item .point{
        margin-right: 6px;
    }
    .section .wrap .content .item{
        /* flex: 1; */
        width: auto;
    }
    .section .wrap {
        padding: 0 20px;
    }
    .section .wrap .item1 .content img,
     .section .wrap .item2 .content img,
      .section .wrap .item3 .content img{
        display: none;
      }
      .section .wrap .contain .content-wrap{
        position: relative;
        background-color: #ffffff;
        padding-bottom: 30px;
        border-bottom-left-radius: 60px;
      }
      .section .wrap .content .title {
        font-size: 20px;
      }
      .section .wrap .content .item p {
        font-size: 14px;
      }
      .section .wrap .content .item:not(:nth-child(3n)) {
        margin-right: 0px;
    }
    .section .wrap .list{
        flex-wrap: wrap;
    }
    .section .wrap .content .item{
        width: 100%;
    }
    .section .wrap .list {
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 414px){

}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}