.section{
    overflow: hidden;
}
.section .wrap{
    width: 1680px;
    margin: 216px auto 95px;
}
.section .wrap .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 0 0 68px 0;
    text-align: center;
}
.section .wrap .content{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*居中*/
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
}
.section .wrap .content .text span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 0 0 55px 0;
    display: block;
    text-align: center;
}
.section .wrap .content .text p{
    width: 1005px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.section .wrap .content .picture{
    width: 629px;
    height: 466px;
    overflow: hidden;
}

.section .wrap .content .picture img:hover{
    transform: scale(1.1);
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.section .wrap{
        width: 90%;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}


@media screen and (max-width: 1024px){
    .section .wrap .content .text{
        width: 100%;
    }
    .section .wrap .content .text p{
        width: 100%;
    }
    .section .wrap{
        margin-top: 180px;
    }
    .section .wrap .title{
        margin-bottom: 30px;
    }
    .section .wrap .content .text span {
        margin-bottom: 40px;
    }
}



@media screen and (max-width: 820px){

}


@media screen and (max-width: 768px){
    .section .wrap {
        margin-top: 100px;
    }
}


@media screen and (max-width: 540px){
	.section .wrap .title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .section .wrap .content .text span {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .section .wrap .content .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .section .wrap {
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 