.one{
    background-color: #F8FDFF;
    padding-top: 1.041666666666vw;
}
.one .title h3{
    text-align: center;
    font-size: 1.875vw;
    font-weight: 700;
}
.one .title p{
    text-align: center;
    font-size: 1.4583333333vw;
    margin-top: 1.041666666666vw;
    color: #999;
}
.one .main .top{
    display: flex;
    margin-top: 1.5625vw;
}
.one .main .top .left,
.one .main .top .right{
    width: 50%;
}
.one .main .top .right{
    background-color: #035AAA;
    padding-top: 2.08333333333vw;
    padding-left:1.5625vw;
}
.one .main .top .right h4{
    font-size: 1.25vw;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-left: 0.52083333vw;
}
.one .main .top .right p{
    color: #fff;
    width: 32.8125vw;
    margin-top: 2.083333333vw;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    text-indent: 2em;
}
.one .main .top .right h4::after{
    width: 2.604166666vw;
    height: 3px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.041666666666vw;
}
.one .main .bottom{
    width: 68.229166666vw;
    margin: 4.1666666666vw auto 0;
}
.one .main .bottom .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one .main .bottom .list .item{
    display: flex;
    width: 48%;
    overflow: hidden;
    border-radius: 1.041666666666vw;
    margin-bottom: 1.5625vw;
}
.one .main .bottom .list .item .left{
    font-size: 2.395833333vw;
    padding: 1.5625vw 3.125vw;
    font-weight: 700;
    background-color: #01509D;
    color: #fff;
}
.one .main .bottom .list .item .right{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.9375vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    color: #747474;
    background-color: #F4F4F4;
}

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.five{
        width: 80%;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1480px){
    .five{
        width: 70% !important;
        margin-top: 70px !important;
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 1024px){
    body {
        padding-bottom: 0 !important;
    }
    .five .swiper-button-prev, .five .swiper-button-next{
        background-size: 70% 70%;
    }
    .one .main .top{
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
        flex-direction: column;
    }
    .one .main .bottom{
        width: 100%;
        padding: 0 30px;
    }
    .one .main .top .left, .one .main .top .right{
        width: 100%;
    }
    .one .main{
        margin-top: 30px;
    }
    .one .main .top .right{
        padding: 30px;
    }
    .one .main .top .right p{
        width: 100%;
    }
    .one .main .top .right h4{
        font-size: 20px;
    }
    .one .main .top .right p{
        font-size: 14px;
        line-height: 24px;
    }
    .one .main .bottom .list .item{
        width: 100%;
    }
    .one .title h3{
        font-size: 22px;
    }
}
@media screen and (max-width: 820px){
	.five {
        width: 80% !important;
    }
    .one .main .top .right p {
        font-size: 12px;
    }
    .one .main .top .right {
        padding: 20px;
    }
}

@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.five .swiper-button-next {
        right: -30px !important;
    }
    .five .swiper-button-prev {
        left: -30px !important;
    }
    .one .main .bottom,
    .one .main .top{
        padding: 0 20px;
    }
    .one .main .bottom .list .item .left {
        font-size: 22px;
        padding: 10px 20px;
    }
    .one .main .bottom .list .item .right{
        padding: 10px;
    }
    .one .main .bottom .list .item{
        margin-bottom: 20px;
        flex-direction: column;
    }
    .one .main .bottom .list .item .left br{
        display: none;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 