/* 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;
}
/* sectionOne */
.sectionOne {
    width: 100%;
    height: auto;
    background: #EFF0F4;
}

.sectionOne .wrap {
    position: relative;
    text-align: center;
    padding: 0 0 113px;

}

.sectionOne .wrap .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sectionOne .wrap .content p {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    padding: 96px 0 32px;
}

.sectionOne .wrap .content span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    width: 800px;
}

.sectionOne .wrap .img {
    display: flex;
    width: 1120px;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 38%;

}

.sectionTwo .wrap {
    width: 1147px;
    margin: 0 auto;
    padding-bottom: 68px;
}

.sectionTwo .wrap .content {
    margin: 100px 0 78px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionTwo .content p {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-bottom: 37px;
}

.sectionTwo .content span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    width: 825px;
}
.sectionTwo .table .item{
    padding:22px 0 0 26px;
    margin-bottom: 30px;
    /*box-shadow: 0 0 7px 0 rgba(0,0,0,0.14);*/
}
.sectionTwo .table .item .top p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    transition: 0.6s;
    padding-left: 20px;
}

.sectionTwo .table .item .top {
    display: flex;
    margin-bottom: 12px;
}

.sectionTwo .table .item .line {
    width: 1095px;
    height: 1px;
    background: #333333;
    opacity: 0.16;
    margin-bottom: 29px;
}

.sectionTwo .table .drop {
    position: relative;
    margin-left: 930px;
    cursor: pointer;
}

.sectionTwo .table .drop div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 10px;
    background: #5A6370;
    transition: 0.6s;
}

.sectionTwo .table .drop div:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}
.sectionTwo .table .text{
    display: none;
    padding-left: 20px;
    padding-bottom: 50px;
}
.sectionTwo .table .text .one{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}
.sectionTwo .table .text .two p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
}
.sectionTwo .table .text .two .tel{
    margin-top: 35px;
}
.sectionTwo .table .text .three{
    margin-top: 30px;
}
.sectionTwo .table .text .three p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
}
.sectionTwo .table .text .three span{
    font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 33px
}

.sectionTwo .table .item .active .drop div:first-child{
    opacity: 0;
}
.sectionTwo .table .item .active .drop div{
color: #0867AF;
    
}
.sectionTwo .table .item .active p{
color: #0867AF;
transform: translateX(7px) scale(1.2);

}

@media screen and (max-width: 2560px){
    .sectionTwo .wrap{
        width: 59.73959vw;
        text-align: center;
    }
    .sectionTwo .wrap img{
        width: 100%;
    }
    .sectionTwo .table .item .line{
        width: 100%;
    }
    .sectionTwo .table .item .top{
        justify-content: space-between;
    }
    .sectionTwo .table .drop{
        width: 16px;
        margin-left: 0;
    }
    .sectionOne .wrap .img{
        width: 58.333333vw;
    }
    .sectionOne .wrap .content span{
        width: 41.666667vw;
    }
    .sectionTwo .table .text p{
        text-align: left;        
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.sectionTwo .table .item{
        padding-left: 0;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.sectionOne .wrap .content p{
        padding-top: 40px;
    }
    .sectionOne .wrap .content span,
    .sectionTwo .content span {
        font-size: 14px;
    }
    .sectionOne .wrap{
        padding-bottom: 50px;
    }
    .sectionOne .wrap{
        bottom: 43%
    }
}

@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){
    .sectionTwo .wrap{
        width: 100%;
        padding: 0 60px;
    }
    .sectionOne .wrap .img,
    .sectionTwo .content span{
        width:100%;
    }
    .sectionOne .wrap .img{
        padding: 0 60px;
    }
    .sectionOne .wrap .content span {
        width: 70%;
        font-size: 12px;
        line-height: 20px;
    }
    .sectionOne .wrap .content p {
        font-size: 24px;
    }
    .sectionOne .wrap .content p {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sectionTwo .wrap .content {
        margin: 50px 0 30px;
    }
    .sectionOne .wrap .img img{
        width: 30px;
    }
    .sectionTwo .content span {
        font-size: 12px;
        line-height: 20px;
    }
    .sectionTwo .content p{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sectionTwo .table .item .top p{
        padding-left: 10px;
    }
    .sectionTwo .table .item .top p {
        font-size: 16px;
    }
    .sectionTwo .table .item .top{
        margin-bottom: 0;
    }
    .sectionTwo .table .item{
        padding-top: 10px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.sectionOne .wrap .img,
    .sectionTwo .wrap{
        padding: 0 20px;
    }
    .sectionTwo .table .item .active p{
        transform: translateX(7px) scale(1.1);
    }
    .sectionTwo .wrap .content{
        margin-top: 20px;
    }
    .sectionTwo .table .text{
        padding-bottom: 10px;
    }
    .sectionTwo .table .text{
        padding-right: 20px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}

