/* 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 .wrap {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 57px;
}

.section .wrap .switch {
    display: flex;
    justify-content: center;
    padding: 90px 0 98px;
}

.section .wrap .switch .item {
    width: 153px;
    height: 47px;
    background: #FFFFFF;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section .wrap .switch .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
}

.section .wrap .switch .on {
    background: #0867AF !important;
}

.section .wrap .switch .on p {
    color: #FFFFFF !important;
}

.section .wrap .switch .item:not(:last-child) {
    margin-right: 34px;
}

.section .content .list {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    width: 1920px;
    padding:0 6%;
}
.section .content .list .item {
    width: 347px;
    height: 364px;
    background: #FFFFFF;
    padding: 36px 29px 0;
    margin-bottom: 57px;
}

.section .content .list .item:not(:nth-child(4n)) {
    margin-right: 60px;
}

.section .content .list .item p {
    font-size: 18px;
    font-family: Barlow;
    font-weight: 500;
    color: #666666;
    line-height: 33px;
    transition: 0.8s;
}

.section .content .list .item .img {
    margin: 68px 0 55px 0;
    text-align: center;
}

.section .content .list .item .img img {
    filter: brightness(.7);
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;
}

.section .content .list .item:hover .img img {
    filter: brightness(1);
    opacity: 1.03;
    transform: scale(1.03);
}

.section .content .list .item:hover p {
    font-size: 24px;
    font-family: Barlow;
    font-weight: 500;
    color: #0867AF;
    line-height: 33px;
}

.section .content .list .item:hover .down .iconfont {
    color: #0867AF;
}

.section .content .list .item .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section .content .list .item .down .iconfont {
    font-size: 20px;
    transition: 0.8s;
    cursor: pointer;

}

.section .content .list .item .down span {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
}


@media screen and (max-width: 2560px){
    .section .content .list .item{
        width: 24%;
    }
    .section .content .list .item:not(:nth-child(4n)){
        margin-right:1%;
    }
    .section .content .list{
        width: 100%;
        justify-content: start;
    }
    .section .content .list .item .img img {
        width: 40%;
    }
    .section .content .list .item{
        height: auto;
        padding-bottom: 20px;
    }
    .section .content .list .item{
        margin-bottom: 20px;
    }
}


@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 .content .list .item{
        width: 48%;
    }
    .section .content .list .item:not(:nth-child(4n)){
        margin-right:2%;
    }
    .section .content .list .item {
        margin-bottom: 10px;
    }
    .section .wrap .switch{
        padding: 40px 0 50px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .section .wrap .switch{
        justify-content: space-between;
        padding:30px 20px;
    }
	.section .wrap .switch .item {
        width: 48%;
        
    }
    .section .wrap .switch .item:not(:last-child) {
        margin-right: 0 !important;
    }
    .section .wrap .switch .item:not(:nth-child(2n)) {
        margin-right: 1%;
    }
    .section .wrap .switch .item:nth-child(n+3){
        margin-top: 10px;
    }
    .section .wrap .switch{
        flex-wrap: wrap;
    }
    .section .wrap .switch .item p{
        font-size: 12px;
        margin: 0 20px;
    }
    .section .wrap .switch .item:not(:last-child) {
        margin-right: 20px;
    }
    .section .content .list .item .img img {
        width: 60%;
    }
    .section .content .list .item:hover p{
        font-size: 16px;
    }
    .section .content .list .item .img {
        margin: 30px 0 30px 0;
    }
    .section .content .list .item p{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .section .content .list .item{
        padding: 20px 15px 0;
    }
    .section .content .list .item .down .iconfont {
        font-size: 16px;
    }
    .section .wrap .switch .item{
        height: 40px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}


