/* 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%;
}
.section .wrap{
    width: 1186px;
    margin: 156px auto 0;
}
.section .wrap .title p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-bottom: 21px;
    font-weight: bold;
}
.section .wrap .title span{
    font-size: 14px;
    font-family: Barlow;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    margin-bottom: 19px;
    opacity: 0.8;
}
.section .wrap .title .line{
    width: 1180px;
    height: 1px;
    background: #000000;
    opacity: 0.12;
    margin-bottom: 46px;
}
.section .wrap .content{
    margin-bottom: 38px;
}
.section .wrap .content p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    opacity: 0.8;
}
.section .wrap .content p:nth-child(1){
    margin-bottom: 20px;
}
.section .wrap .content p:nth-child(2){
    margin-bottom: 20px;
}
.section .wrap .content p:nth-child(3){
    text-align: right;
}
.section .wrap .line2{
    width: 1186px;
height: 1px;
background: #000000;
opacity: 0.12;
margin-bottom: 23px;
}
.section .wrap img{
    margin-bottom: 41px;
    opacity: 1; transform: scale(1); transition: 0.8s;
}
.section .wrap img:hover{
    opacity: 1.03;
    transform: scale(1.03);
}
.section .bottom p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    cursor: pointer;
    transition: 0.6s;
}
.section .bottom p:hover{
    color: 0867AF;
}
.section .bottom{
    margin-bottom: 61px;
}

@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){
	
}

@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: 820px){
    .section .wrap{
        width: 100%;
        padding: 0 60px;
        margin-top: 50px;
    }
    .section .wrap .content p img{
        width: 100%;
    }
    .section .wrap .title span,
    .section .wrap .title p{
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.section .wrap{
        padding: 0 20px;
    }
    .section .wrap .content p {
        font-size: 14px;
    }
    .section .wrap .title p {
        font-size: 20px;
    }
    .section .wrap .content p {
        font-size: 12px;
        line-height: 30px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}