.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    border: 2.5px solid #fff;
    background-color: #fff0;
    opacity: 1;
}

.nums{
    width: 100%;
    padding: 130px 0;
    background-color: #CED6DC;
}
.nums .nums_ul{
    align-items: flex-start;
}
.nums .nums_ul li{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nums .nums_ul li::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 60%;
    background-color: #AABACD;
}
.nums .nums_ul li:last-child::after{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 135px;
    background-color: #AABACD;
}

.nums .nums_ul li .nums_sz{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 135px;
    border-radius: 135px;
    border: 2px solid #1F4A94;
    margin-bottom: 15px;
}
.nums .nums_ul li .nums_sz span{
    font-size: 54px;
    color: #1F4A94;
    font-weight: bold;
}
.nums .nums_ul li .nums_sz span:nth-child(2){
    font-size: 12px;
}

.nums .nums_ul li .nums_text{
    width: 70%;
    font-size: 18px;
    color: #1F4A94;
    text-align: center;
}

.we{
    width: 100%;
    justify-content: space-between;
}

.we .left{
    width: 48%;
}
.we .left .title{
    font-size: 36px;
    color: #666666;
    margin-bottom: 12px;
}
.we .left .text{
    font-size: 36px;
    color: #0B4D99;
    margin-bottom: 50px;
}
.we .left .we_p p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 15px;
}
.we .left .more{
    display: flex;
    margin: 30px 0;
}
.we .left .more a{
    display: flex;
    padding: 10px 35px;
    border: 1px solid #1F4A94;
    font-size: 16px;
    color: #1F4A94;
}
.we .left .more a:hover{
    box-shadow: 0 0 8px 1px #bdbdbd;
}
.we .right{
    width: 48%;
    padding: 0 40px 40px 0;
    background: url("../images/backg.png") no-repeat;
    background-size: auto auto;
    background-position: right bottom;
} 
.we .right img{
    width: 100%;
    height: auto;
}

.tour{
    background-color: #CED6DC;
    margin-bottom: 50px;
}
.tour .tour_con{
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}
.tour .tour_con .tour_bf{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.tour .tour_con .tour_bf .iconbofang{
    font-size: 70px;
    color: #0B4D99;
    transition: all .3s;
}
.tour .tour_con .tour_text{
    font-size: 36px;
    color: #202020;
    font-weight: bold;
}
.tour .tour_con .tour_bf .iconbofang:hover{
    transform: scale(1.05);
}

/* 视频弹窗 */
.video{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333333a6;
    z-index: 999;
    display: none;
}
.video .video_con{
    width: 600px;
    height: auto;
    margin: 200px auto;
}
.video .video_con .close{
    text-align: right;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-end;
}
.video .video_con .close i{
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.video .video_con .video_sp{
    width: 100%;
    height: auto;
}
.video .video_con .video_sp video{
    width: 100%;
    height: auto;
}


@media (max-width:767px){
    .nums{padding: 40px 0;}
    .nums .nums_ul li{width: 49%;margin-right: 2%;margin-bottom: 20px;}
    .nums .nums_ul li:nth-child(2n){margin-right: 0%;}
    .nums .nums_ul li .nums_sz{width: 100px;height: 100px;}
    .nums .nums_ul li .nums_sz span{font-size: 38px;}
    .nums .nums_ul li .nums_text{width: 90%;font-size: 14px;}
    .we{padding: 0 15px;}
    .we .left,.we .right{width: 100%;}
    .we .left .title,.we .left .text{font-size: 28px;}
    .we .left .text{margin-bottom: 20px;}
    .we .left .we_p p{font-size: 13px;line-height: 22px;}
    .we .left .more{margin: 20px 0;}
    .video{padding: 0 15px;}
    .video .video_con{width: 100%;}
    .links .links_ul li {margin-left: 20px;}
}


@media (max-width:991px) and (min-width:768px){
    .nums{padding: 50px 0;}
    .nums .nums_ul li .nums_sz{width: 110px;height: 110px;}
    .nums .nums_ul li .nums_sz span{font-size: 38px;}
    .nums .nums_ul li .nums_text{width: 90%;font-size: 12px;}
    .we{padding: 0 15px;}
    .we .left .text{margin-bottom: 30px;}
    .we .left .we_p p{font-size: 14px;line-height: 24px;}
}


@media (min-width:992px) and (max-width:1024px){
    .nums{padding: 50px 0;}
    .we{padding: 0 15px;}
}












