/* 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: #f6f6f6;

}
.section .wrap {
    width: 1400px;
    background: #f6f6f6;
    padding: 0 0 159px;
    margin: 0 auto;
}

.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 .wrap .line{
    width: 1400px;
    height: 1px;
    background: #000000;
    opacity: 0.37;
    margin-bottom: 36px;
}
.section .wrap .content{
    text-align: center;
}

.section .wrap .content .item .itemWrap{
    display: flex;
    position: relative;
    align-items: center;
    margin-top:26px;
    margin-bottom: 10px;
    justify-content: space-between;
    padding-right: 24px;
}
.section .wrap .content .item-line{
    width: 1400px;
    height: 1px;
    background: #000000;
    opacity: 0.15;

}
.section .wrap .content .item p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 69px;
    margin-left: 30px;
    transition: 0.8s;

}
.section .wrap .content .item .right{
    display: flex;
    align-items: center;
}
.section .wrap .content .item .right span{
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #666666;
    line-height: 69px;
    margin-right: 42px;
    transition: 0.8s;

}
.section .wrap .content .item .right .iconfont{
    font-size: 20px;
    transition: 0.8s;
    cursor: pointer;

}

.section .wrap .content .item:hover span{
    color: #0867AF!important;
    transform: scale(1.3);

}
.section .wrap .content .item:hover .iconfont{
    color: #0867AF;
}
.section .wrap .content .item:hover p{
    transform: scale(1.3);
    color: #0867AF;

}

@media screen and (max-width: 2560px){

    .section .wrap .switch .item {
        width: auto;
        padding: 0 20px;
    }
    .banner .wrap .line-wrap {
        width: 1520px !important;
    }
    .section .wrap{
        width: 100%;
        padding: 0 6% 159px;
    }
    .section .wrap .line{
        width: 100%;
    }
    .section .wrap .content .item .itemWrap{
        justify-content: space-between;
    }
    .section .wrap .content .item-line{
        width: 100%;
    }
    .section .wrap .content .item p{
        margin-right: 0;
    }
    .section .wrap .content .item:hover p{
        transform: scale(1.1);
    }
    .section .wrap .content .item:hover span{
        transform: scale(1.1);
    }
}


@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 .switch{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section .wrap .switch .item{
        width: 48%;
    }
    .section .wrap .switch .item:nth-child(n+3){
        margin-top: 10px;
    }
    .section .wrap .switch .item:not(:last-child) {
        margin-right: 0;
    }
    .section .wrap .content .item .right span,
    .section .wrap .content .item p{
        line-height: 40px;
    }

    .wrap .content .item p{
        flex: 1;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .section .wrap .content .item p {
        margin-right: 40px;
        margin-left: 0;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .section .wrap .switch{
        justify-content: space-between;
        padding:30px 0px;
    }
	.section .wrap .switch .item {
        width: 100%;
        margin-top: 10px;
    }
    .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{
        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 .wrap .switch .item{
        height: 40px;
    }
    .section .wrap .content .item p {
        font-size: 14px;
    }
    .section .wrap .content .item p{
        margin-left: 0;
    }
    .section .wrap .content .item .right span,
    .section .wrap .content .item p{
        line-height: 20px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	.section .wrap .content .item p {
        font-size: 12px;
    }
    .section .wrap .content .item .right span {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px){
	
}


