#about {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff
}

#about .about_box {
    margin: 0 auto;
    position: relative;
    width: 1200px
}

#about .about_box .box_top {
    width: 60%;
    text-align: center;
    margin: 90px auto 0
}

#about .about_box .box_top .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px
}

#about .about_box .box_top .text {
    font-size: 21px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #090e28;
    line-height: 30px
}

#about .about_box .box_content {
    width: 100%;
    text-align: center;
    margin: 90px auto 0;
    height: 579px;
    background: url(../pages/about/bgmap.png)
}

#about .about_box .box_content .content_describe {
    margin: 0 auto;
    text-align: center;
    width: 45%
}

#about .about_box .box_content .content_describe .title {
    font-size: 36px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px
}

#about .about_box .box_content .content_describe .text {
    font-size: 18px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 30px
}

#about .about_box .box_content .national_flag {
    text-align: center;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#about .about_box .box_content .national_flag .img_dv {
    width: 66px;
    height: 66px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(13, 18, 60, .23);
    border-radius: 8px;
    margin-right: 35px
}

#about .about_box .box_content .national_flag .img_dv:last-child {
    margin-right: 0
}

#about .about_box .box_content .national_flag img {
    width: 54px;
    margin-top: 6px
}

#about .about_box .box_content .data_box {
    width: 80%;
    margin: 70px auto 0;
    display: flex
}

#about .about_box .box_content .data_box .data_left {
    text-align: left
}

#about .about_box .box_content .data_box .data_left .num {
    font-size: 72px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 80px
}

#about .about_box .box_content .data_box .data_left .text {
    margin-left: 15px;
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content .data_box .shu {
    height: 70px;
    width: 5px;
    margin: 20px 90px;
    opacity: .29;
    background: #2666db;
    border-radius: 3px
}

#about .about_box .box_content .data_box .data_right {
    text-align: left
}

#about .about_box .box_content .data_box .data_right .num {
    font-size: 72px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 80px
}

#about .about_box .box_content .data_box .data_right .text {
    font-size: 30px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #2666db;
    line-height: 30px
}

#about .about_box .box_content2 {
    width: 80%;
    margin: 0 auto 100px;
    padding: 20px 40px;
    box-shadow: 0 0 27px 0 rgba(13, 18, 60, .13)
}

#about .about_box .box_content2 .content2_imglist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

#about .about_box .box_content2 .content2_imglist .img_box {
    width: 25%;
    margin-top: 40px
}

#about .about_box .box_content2 .content2_imglist .img_box img:hover {
    transform: scale(1.2);
    transition: all .6s ease
}

#about .about_box .box_content2 .content2_imglist .img_box img {
    transition: all .6s ease
}

#about .about_box .box_content2 .content2_imglist .img_box1 img,
#about .about_box .box_content2 .content2_imglist .img_box2 img {
    width: 80%
}

#about .about_box .box_content2 .content2_imglist .img_box3 img {
    width: 90%
}

#about .about_box .box_content2 .content2_imglist .img_box4 img {
    width: 80%
}

#about .about_box .box_content2 .content2_imglist .img_box5 img {
    width: 60px;
    height: 60px;
    margin-bottom: 40px
}

#about .about_box .box_content2 .content2_imglist .img_box6 img {
    width: 87px;
    height: 64px;
    margin-bottom: 40px
}

#about .about_box .box_content2 .content2_imglist .img_box7 img {
    width: 80%;
    margin-bottom: 40px
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box {
    width: 33%;
    text-align: center;
    margin: 0 0 40px
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box img {
    margin: 0;
    text-align: center
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box1 img {
    width: 146px;
    margin-top: 40px
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box2 img {
    width: 202px;
    margin-top: 40px
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box3 img {
    width: 166px;
    margin-top: 40px
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box4 img {
    width: 287px
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box5 img {
    width: 152px
}

#ja_body #about .about_box .box_content2 .content2_imglist .img_box6 img {
    width: 250px
}

#about .about_box .box_content3 {
    width: 80%;
    margin: 0 auto 100px
}

#about .about_box .bottomargin {
    margin-bottom: 130px
}

#about .about_box .box_content3 .title {
    font-size: 48px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #0f0f20;
    line-height: 48px;
    margin-bottom: 30px;
    text-align: center
}

#about .about_box .box_content3 .people_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px
}

#about .about_box .box_content3 .people_listswiper {
    display: none
}

#about .about_box .box_content3 .people_list .people_item {
    width: 100%;
    text-align: center
}

#about .about_box .box_content3 .people_list .people_item .imgtop {
    width: 100%;
    height: 140px;
    text-align: center
}

#about .about_box .box_content3 .people_list .people_item .title {
    font-size: 18px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin-bottom: 0
}

#about .about_box .box_content3 .links {
    display: flex;
    justify-content: center;
    align-items: center
}

#about .about_box .box_content3 .links a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #aaa9b4;
    margin-right: 40px
}

#about .about_box .box_content3 .links a:last-child {
    margin-right: 0
}

#about .about_box .box_content3 .links a span {
    width: 15px;
    height: 30px;
    color: #000
}

#about .about_box .box_content3 .links a:hover {
    background: #000
}

#about .about_box .box_content3 .links a:hover span {
    color: #fff
}

#about .about_box .box_content3 .contact_usBtn {
    width: 148px;
    height: 51px;
    border: 2px solid #000;
    background: #fff;
    margin-left: 50%;
    margin-top: 24px;
    transform: translateX(-50%);
    font-size: 18px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #000
}

#about .about_box .box_content3 .contact_usBtn:hover {
    background: #000
}

#about .about_box .box_content3 .contact_usBtn:hover a {
    color: #fff
}

#about .about_box .box_content3 .contact_usBtn a {
    font-size: 18px;
    font-family: Nunito-Light;
    font-weight: 300;
    color: #000
}
#about .colorBlue {
    color: #105adb;
}
@media screen and (max-width: 768px) {
    #about .about_box {
        width: 100%
    }

    #about .about_box .box_top {
        width: 90%;
        text-align: center;
        margin: 70px auto 0
    }

    #about .about_box .box_top .title {
        font-size: 28px
    }

    #about .about_box .box_top .text {
        font-size: 16px;
        line-height: 24px
    }

    #about .about_box .box_content {
        width: 100%;
        height: 100%;
        margin-top: 50px
    }

    #about .about_box .box_content .content_describe {
        margin: 0 auto;
        text-align: center;
        width: 90%
    }

    #about .about_box .box_content .content_describe .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 18px
    }

    #about .about_box .box_content .content_describe .text {
        font-size: 14px;
        line-height: 24px
    }

    #about .about_box .box_content .national_flag {
        flex-wrap: wrap;
        width: 80%
    }

    #about .about_box .box_content .national_flag .img_dv {
        margin-right: 40px;
        margin-bottom: 25px
    }

    #about .about_box .box_content .national_flag .img_dv:nth-child(3),
    #about .about_box .box_content .national_flag .img_dv:nth-child(6) {
        margin-right: 0
    }

    #about .about_box .box_content .data_box {
        width: 90%;
        margin: 50px auto 0;
        display: block
    }

    #about .about_box .box_content .data_box .data_left {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_left .num {
        font-size: 48px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 80px
    }

    #about .about_box .box_content .data_box .data_left .text {
        margin-left: 15px;
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content .data_box .shu {
        width: 70px;
        height: 5px;
        margin: 40px auto;
        opacity: .29;
        background: #2666db;
        border-radius: 3px
    }

    #about .about_box .box_content .data_box .data_right {
        text-align: center
    }

    #about .about_box .box_content .data_box .data_right .num {
        font-size: 48px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 80px
    }

    #about .about_box .box_content .data_box .data_right .text {
        font-size: 30px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #2666db;
        line-height: 30px
    }

    #about .about_box .box_content2 .content2_imglist .img_box,
    #ja_body #about .about_box .box_content2 .content2_imglist .img_box {
        width: 50%;
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #ja_body #about .about_box .box_content2 .content2_imglist .img_box img {
        width: 80%;
        margin: 0
    }

    #about .about_box .box_content2 .content2_imglist .img_box img {
        margin: 0 auto
    }

    #about .about_box .box_content2 {
        margin-bottom: 50px;
        padding: 0;
        box-shadow: none
    }

    #about .about_box .box_content3 {
        width: 90%;
        margin: 0 auto 50px
    }

    #about .about_box .box_content3 .people_list {
        display: none
    }

    #about .about_box .box_content3 .people_listswiper {
        display: block
    }

    .swiper-container {
        padding: 0
    }

    .swiper-slide {
        width: 50%
    }

    #about .about_box .box_content3 .people_listswiper .people_item {
        text-align: center
    }

    #about .about_box .box_content3 .title {
        font-size: 28px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 30px;
        margin-bottom: 40px
    }

    #about .about_box .box_content3 .people_listswiper .people_item img {
        width: 100px;
        height: 140px
    }

    #about .about_box .box_content3 .people_listswiper .people_item .title {
        font-size: 15px;
        font-family: Nunito-Bold;
        font-weight: 700;
        color: #000;
        line-height: 26px;
        margin-bottom: 5px
    }

    #about .about_box .box_content3 .people_listswiper .prevnext {
        height: 40px;
        width: 100px;
        margin: 20px auto 0;
        position: relative
    }

    #about .about_box .box_content3 .people_listswiper .prevnext .swiper-button-prev {
        left: 0 !important
    }

    #about .about_box .box_content3 .people_listswiper .prevnext .swiper-button-next {
        right: 0 !important
    }

    #about .about_box .box_content3 .people_listswiper .swiper-button-next:after,
    #about .about_box .box_content3 .people_listswiper .swiper-button-prev:after {
        font-size: 24px;
        color: #0f0f20
    }
}

.Subscribe h2 {
    font-size: 36px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #000;
    line-height: 48px
}

.Subscribe {
    width: 740px;
    margin: 0 auto
}

.Subscribe h2 {
    margin-bottom: 39px;
    text-align: center !important
}

.Subscribe .search {
    margin-bottom: 85px;
    height: auto;
    padding: 0;
    text-align: center
}

.Subscribe .search input {
    flex: 6;
    background: #fff;
    border: 2px solid #d8d8d8;
    margin-right: 30px;
    height: 73px;
    outline: none;
    padding-left: 29px;
    color: #9a9999
}

.Subscribe .search input::-webkit-input-placeholder {
    color: #9a9999
}

.Subscribe .search button {
    width: 200px;
    height: 73px;
    margin: 0 auto;
    background: linear-gradient(69deg, #3ef2be, #2458dd 76%);
    color: #fff;
    font-size: 24px;
    font-family: Nunito-Bold;
    font-weight: 700;
    color: #fffdfd;
    line-height: 48px;
    outline: none;
    border: none
}

.Subscribe .search button:hover {
    background: linear-gradient(88deg, #2355de, #3ef5be)
}

@media screen and (max-width: 768px) {
    .Subscribe {
        width: 297px;
        margin: 0 auto
    }

    .Subscribe h2 {
        font-size: 27px;
        line-height: 36px;
        text-align: center !important
    }

    .Subscribe .search input {
        width: 100%;
        height: 47px;
        background: #fff;
        border: 2px solid #d8d8d8;
        margin-bottom: 10px
    }

    .Subscribe .search button {
        width: 132px;
        height: 48px;
        background: linear-gradient(69deg, #3ef2be, #2458dd 76%);
        font-size: 16px
    }
}