/* 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%;
    
    margin: 156px auto 60px;
}
.section .top{
    width: 1680px;
    margin: 0 auto;
}
.section .title{
    font-size: 40px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
margin-bottom: 90px;
}
.section .switch{
    display: flex;
    position: relative;
    width: fit-content;
    margin-bottom: 18px;

}
.section .switch::after{
    position: absolute;
    left: 41%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 1px;
height: 23px;
background: #000000;
opacity: 0.1;
}
.section .switch p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-right: 39px;
    position: relative;
    cursor: pointer;
}
.section .switch .active-p::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 63px;
    height: 1px;
    background: #0867AF;
}
.section  .line{
    width: 1800px;
height: 1px;
background: #000000;
opacity: 0.18;
margin: 0 auto 66px;

}
.section .contain .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.section .contain .list .item1 img:hover{
    opacity: 1.1;
    transform: scale(1.1);
}
.section .contain .list .item1 img{
    width: 522px;
    height: 344px;
    margin-bottom: 42px;
    opacity: 1; transform: scale(1); transition: 0.8s;
}
.section .contain .list .item1 .date{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
    margin-bottom: 23px;
}
.section .contain .list .item1 p{
    font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
margin-bottom: 18px;
}
.section .contain .list .item1 span{
    width: 496px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 25px
}
.section .contain .list .item2{
    width: 522px;
    height: 425px;
    background: #F9FAFC;
    


}
.section .contain .list .item2 .date{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
    margin-bottom: 158px;

}
.section .contain .list .item2 p{
    font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
margin-bottom: 40px;
}
.section .contain .list .item2 span{
    font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
}
.section .contain .list .item2 .bottom{
    display: flex;
    
}
.section .contain .list .item2 .bottom .icon{
    width: 26px;
height: 26px;
background: #0867AF;
border-radius: 50%;
margin-left: 306px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.section .contain .list .item2 .bottom .icon-xiangyou{
    color: #FFFFFF;
}
.section .contain .list .item2 .item-wrap{
    padding: 72px 0 80px 59px;
    background: #F9FAFC;
}
.section .contain .list .con{
    width: 522px;
}
.section .contain .list .con:not(:nth-child(3n)){
    margin-right: 87px;
}
.section .contain .list .con .item:first-child{
    margin-bottom: 87px;
    display: block;
}
.section .contain .list .item{
    margin-bottom: 90px;
    cursor: pointer;
}
/* .section .contain .list .item{
    position: absolute;
    width: 202px;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 18px;
    top: 0;
    left: 40%;
} */
.section .detail-swiper{
    overflow: hidden;
    width: 1769px;
    margin: 0 auto;
}
/* 轮播切换效果 */
.section .detail-swiper .swiper-slide  .contain {
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px);
}
.section .detail-swiper .swiper-slide-active .contain {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
/* 底部点 */
.section .wrap .bottom2 {
    display: flex;
    width: 100%;
margin: 79px;
    justify-content: center;
}
.section .wrap  .bottom2 .point{
    width: 8px;
    height: 8px;
    background: #0867AF;
    cursor: pointer;
}

.section .wrap  .bottom2 .one{
    opacity: 0.2;
    margin-right: 7px;
}
.section .wrap  .bottom2 .two{
    opacity: 0.5;
    margin-right: 7px;

}
@media screen and (max-width: 2560px){
	.section .contain .list .item2 .bottom .icon{
        margin-left: 0;
    }
    .section .contain .list .item2 .bottom{
        justify-content: space-between;
    }
    .section .contain .list .item2 .item-wrap{
        padding: 72px 30px 80px 30px
    }
    .section .switch .active-p::before{
        width: 100%;
    }
    .section .switch::after {
        left: 44%;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1920px){
	.section .wrap{
        margin-top: 30px;
    }
    .section .title{
        margin-bottom: 20px;
    }
    .section .title {
        font-size: 36px;
    }
}
@media screen and (max-width: 1856px){
    .section .top{
        width: 87.5vw;
    }
    .section .detail-swiper{
        width: 	92.13541vw;
    }
    .section .line{
        width: 93.75vw;
    }
    .section .contain .list .con,
    .section .contain .list .item{
        width: 27.1875vw;
    }
    .section .contain .list .item img{
        width: 100%;
        height: auto;
    }
    .section .contain .list .item2 .bottom{
        justify-content: space-between;
    }
    .section .contain .list .item2 .bottom .icon{
        margin-left: 0;
    }
    .section .contain .list .item2 .item-wrap{
        padding: 72px 30px 80px 30px;
    }
    .section .contain .list .con:not(:nth-child(3n)) {
        margin-right: 4.53125vw;
    }

}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
    .section .contain .list .item1 p,
    .section .contain .list .item2 p {
        font-size: 14px;
    }
    .section .wrap{
        margin-top: 80px;
    }
    .section .title{
        margin-bottom:50px;
    }
    .section .contain .list .item2 .item-wrap{
        padding-bottom: 0;
    }
    .section .contain .list .item2{
        height: 380px;
    }
    .section .contain .list .item2 .item-wrap{
        height: 380px;
    }
    .section .contain .list .item1 .date{
        margin-bottom: 10px;
    }
}

@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 .contain .list .con{
        width: 48%;
    }
    .section .contain .list .con:not(:nth-child(3n)){
        margin-right: 0;
    }    
    .section .contain .list .con:not(:nth-child(2n)){
        margin-right: 2%;
    }
    .section .contain .list .item {
        width: 100%;
    }
    .section .contain .list .item1 img:hover {
        /* opacity: 1.1; */
        transform: scale(1);
    }
    .section .contain .list .con:nth-child(n+3){
        width: 100%;
        margin-top: 50px;
        display: flex;
    }
    .section .contain .list .con:nth-child(n+3) .item{
        width: 48%;
        margin-right: 2% !important;
    }
    .section .contain .list .item{
        margin-bottom: 30px !important;
    }
    .section .wrap .bottom2{
        margin: 0;
    }
    .section .wrap {
        margin-top: 30px;
    }
    .section .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .section .contain .list .item2{
        height: auto;
    }
    .section .contain .list .item2 .item-wrap{
        height: auto;
        padding-bottom: 30px;
        padding-top: 65px
    }
    .section .contain .list .item2 .date {
        margin-bottom: 135px;
    }
}


@media screen and (max-width: 768px){
	.section .contain .list .item2 .date {
        margin-bottom: 120px;
    }
}


@media screen and (max-width: 540px){
	.section .contain .list .item2 .date {
        margin-bottom: 60px;
    }

    .section .contain .list .item2 .item-wrap {
        height: 50%;
    }
    .section .contain .list .item2 .item-wrap{
        padding-top: 50px;
    }
    .section .contain .list .item1 p,
    .section .contain .list .item2 p {
        font-size: 12px;
    }
    .section .contain .list .item2 p {
        margin-bottom: 20px;
    }
    .section .contain .list .item2 .date {
        margin-bottom: 84px;
    }
    .section .contain .list .item1 span {
        font-size: 12px;
    }
    .section .contain .list .item1 p{
        margin-bottom: 8px;
    }
    .section .contain .list .item2 .item-wrap{
        padding-left: 20px;
        padding-right: 20px;
    }
    .section .contain .list .item1 img{
        margin-bottom: 20px;
    }
    .section .wrap {
        margin-top: 20px;
    }
    .section .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section .switch p {
        font-size: 16px;
    }
    .section .switch{
        margin-bottom: 6px;
    }
    .section .switch .active-p::before{
        bottom: -6px;
    }
    .section .contain .list .con:nth-child(n+3) {
        margin-top: 20px;
    }
    .section .switch::after {
        left: 44%;
    }
}


@media screen and (max-width: 414px){
	.section .contain .list .item2 .date {
        margin-bottom: 47px;
    }

    .section .contain .list .item2 p {
        margin-bottom: 10px;
    }
    .section .switch p {
        font-size: 14px;
    }
    .section .contain .list .item2 .item-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section .contain .list .item2 span {
        font-size: 12px;
    }
    .section .contain .list .item2 .bottom .icon {
        width: 15px;
        height: 15px;
    }
    .section .contain .list .item2 .bottom{
        align-items: center;
    }
    .section .contain .list .item2 .bottom .icon-xiangyou{
        font-size: 12px;
    }
}

@media screen and (max-width: 375px){
	.section .contain .list .item2 .item-wrap {
        padding-top: 30px;
    }

    .section .contain .list .item1 span{
        line-height: 20px;
    }
    .section .contain .list .item2 p {
        margin-bottom: 16px;
    }
    .section .switch p {
        margin-right: 20px;
    }
    .section .switch::after {
        left: 46%;
    }
    .section .top {
        width: 92.5vw;
    }
}

@media screen and (max-width: 360px){
	
}

