#root {
    position: relative;
    overflow: hidden;
}

.common_title {
    font-size: 60px;
    font-weight: bold;
    color: #F2F0F0;
    text-align: center;
}

.common_top {
    font-size: 36px;
    color: #535353;
    position: relative;
    top: -75px;
}

.common_top::after {
    position: absolute;
    content: '';
    width: 31px;
    height: 5px;
    background: #008ED6;
    left: 48.5%;
    bottom: -30px;
}

.header_box {
    background: #fff;
    width: 100%;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.header_fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 50px 0 rgb(0 0 0 / 15%);
    z-index: 999;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container {
    margin: 0 auto;
}

.header {
    height: 64px;
    background-color: #fff;
    width: 100%;

}

.header_center {
    height: 100%;
    margin: 0 auto;
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_center img {
    width: 145px;
    height: 38px;
}

.header_center .nav_item .onepage-menu {
    display: flex;
    font-size: 16px;
    color: #777;
}

.header_center .nav_item .onepage-menu li a {
    padding: 15px;
}

.header_center .nav_item .onepage-menu li.current-menu-item a {
    color: #008ED5;
    font-weight: 600;
    position: relative;
}

.header_center .nav_item .onepage-menu li.current-menu-item a::after {
    position: absolute;
    content: "";
    left: 12px;
    bottom: -6px;
    width: 68px;
    height: 4px;
    background-color: #008ED5;
}

.content_box .swiper-img {
    width: 100%;
    height: 652px;
    
}


.content_box .swiper-slide-img {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.content_box .swiper-slide-img .title-box{
    position: absolute;
    left: 19%;
    top: 22%;
}
.content_box .swiper-img .title-box .banner-title {
    width: 317px;
    font-size: 49px;
    color: #FFFFFF;
    font-family: FZDaBiaoSong-B06S;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.content_box .swiper-img .title-box .banner-title-en {
    font-size: 36px;
    color: #FFFFFF;
    text-align: left;
}

.content_box .swiper-slide-img img {
    width: 100%;
    height: 100%;
}

.content_box .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.content_box .center_box {
    width: 100%;
    background: #f1f2f4;
}

.content_box .center_box .banner {
    margin: 0 auto;
    padding-top: 49px;
    padding-bottom: 60px;
}

.content_box .center_box .banner .tab_title {
    width: 167px;
    height: 46px;
    background: #008ED5;
    border-radius: 23px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 15px;
}

.content_box .center_box .banner .info-box {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 31px 39px 56px 33px;
    margin-top: 30px;
}

.content_box .center_box .banner .info-box .menu-line {
    font-size: 16px;
    color: #808080;
}

.content_box .center_box .banner .info-box .menu-line span {
    color: #008ED5;
}

.content_box .center_box .banner .info-box .info-content {
    margin-top: 30px;
}

.content_box .center_box .banner .info-box .info-content .info {
    text-indent: 2em;
    line-height: 44px;
}

.content_box .center_box .banner .info-box .info-content .info-3 span {
    font-weight: 600;
}

.content_box .center_box .banner .info-box .info-content .img-bg {
    width: 690px;
    height: 391px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
}

.content_box .center_box .banner .info-box .info-content .title-img {
    width: 177px;
    height: 28px;
    background: #008ED5;
    border-radius: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.content_box .center_box .banner .info-box .info-content{
    
}
.content_box .center_box .banner .info-box .info-content .content-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px dashed #808080;
    margin-top: 30px;
}
.content_box .center_box .banner .info-box .info-content .content-box:last-child{
    border-bottom: none;
    padding-bottom: 0;
} 
.content_box .center_box .banner .info-box .info-content .img-box{
    width: 215px;
    height: 153px;
    background: #008ED5;
}
.content_box .center_box .banner .info-box .info-content .content-text{
    
}
.content_box .center_box .banner .info-box .info-content .content-text .title{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.content_box .center_box .banner .info-box .info-content .content-text p{
    font-size: 16px;
    width: 856px;
    color: #808080;
    margin: 30px 0 20px;
}
.content_box .center_box .banner .info-box .info-content .content-text .time{
    font-size: 16px;
    color: #808080;
}
.footer {
    width: 100%;
    background-color: #1c1c1c;
}

.footer .footer_center {
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
    height: 254px;
    position: relative;
}

.footer_company {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #070707;
    color: #A4A4A4;
    font-size: 12px;
    text-align: center;
}

.footer .footer_center .footer_box {
    width: 100%;
    padding-left: 84px;
}

.footer .footer_center .qrcode {
    position: absolute;
    right: 2%;
    top: 19%;
}

.footer .footer_center .qrcode img {
    width: 134px;
    height: 134px;
    object-fit: cover;
}

.footer .footer_center .qrcode .title {
    font-size: 14px;
    color: #FFFFFF;
}

.footer .footer_center .footer_box .footer-main {
    display: inline-block;
    margin-right: 52px;
    vertical-align: top;
}

.footer_center .footer_box .footer-main h4 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 8px;
}

.footer .footer_center .footer_box .footer-main .footer-main-link {
    display: block;
    margin: 0;
    line-height: 2;
    font-size: 14px;
    color: #ccc;
}

.footer .footer_center .footer_box .footer-main .footer-main-links {
    display: block;
    margin: 0;
    line-height: 2;
    font-size: 14px;
    color: #ccc;
    flex-basis: 34%;
}

/* 最后一列不添加右边距 */
.footer .footer_center .footer_box .footer-main:last-child {
    margin-right: 0;
}