body {
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 880px;
    background: url(../images/header-pic.png);
    display: flex;
    justify-content: center;
    padding-top: 30px;
    background-size: cover;
}

.title_group {
    display: flex;
    justify-content: center;
}

.service_card {
    width: 310px;
    height: 90px;
    border: 1px solid rgb(231, 235, 238);
    border-radius: 5px;
    padding: 40px 50px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

.service_card:hover {
    border-color: #008bf8;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.about_us_ability {
    margin-top: 40px;
    width: 535px;
    height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-radius: 5px;
}

.reach_out_group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 60px;
}

.reach_out_card {
    width: 255px;
    height: 65px;
    padding: 20px 50px;
    border: 1px solid grey;
    border-radius: 5px;
}

.strong {
    font-weight: 600;
}

.title {
    font-size: 40px;
}

.contact_button {
    height: 45px;
    width: 155px;
    background-color: rgb(53, 53, 222);
    color: #fff;
    border: 3px rgb(53, 53, 222) solid;
    border-radius: 20px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: 400ms;
}

.contact_button:hover {
    background-color: transparent;
}

.contact_button:hover span {
    color: rgb(53, 53, 222);
}

.news_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    font-size: 18px;
}

.detail_about_container {
    margin-left: 60px;
}

.service_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 680px;
    background-color: rgb(255, 255, 255);
}

.about_us_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    background-color: rgb(228, 237, 255);
padding:50px 0;
}

.about_us_pic {
    width: 615px;
    height: 730px;
object-fit:cover;
}

.potential_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 665px;
    background-color: rgb(245, 245, 245);
}

.news_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 460px;
    background-color: rgb(53, 53, 222);
}

.latest_news_title {
    margin-top: 95px;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

.latest_news_card {
    background-color: #fff;
    height: 85px;
    margin-top: -4px;
    padding: 35px 30px;
}

.latest_news_read {
    color: rgb(96, 184, 242);
    line-height: 30px;
    cursor: pointer;
    font-size: 18px;
}

.home_news_detail_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 200px;
    background-color: rgb(250, 250, 251);
}

.reach_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 300px;
    background-color: rgb(16, 33, 54);
}

.learn_more_button {
    margin-top: 60px;
    height: 45px;
    width: 125px;
    background-color: rgb(53, 53, 222);
    color: #fff;
    font-size: 16px;
    border: 3px solid rgb(53, 53, 222);
    border-radius: 20px;
    cursor: pointer;
    transition: 400ms;
}

.learn_more_button:hover {
    color: rgb(53, 53, 222);
    background-color: #fff;
}

.nav a {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid rgb(255, 255, 255, 0);
}


.p_line_height {
    line-height: 25px;
}

h1,
h2,
h3,
p {
    margin: 0;
}

.copyright {
    display: flex;
    align-items: center;
    color: rgb(49, 63, 79);
    justify-content: center;
}

.flex_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ml2x {
    margin-left: 20px;
}

.mr2x {
    margin-right: 20px;
}

/**/

.other_header {
    width: 100%;
    height: 415px;
    background: url(../images/other-header.png) no-repeat;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    background-size: cover;
}

.detail_service_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 925px;
    background-color: rgb(255, 255, 255);
}

.detail_about_ability {
    margin-top: 75px;
    width: 285px;
    height: 155px;
    background-color: #fff;
    border-radius: 5px;
}


.new_vision_word {
    margin-top: 15px;
    font-size: 14px;
}

.detail_about_ability_content {
    display: flex;
    justify-content: center;
}

.detail_about_ability_word {
    text-align: center;
    width: 240px;
    margin-top: 25px;
    font-size: 18px;
    line-height: 25px;
}

.detail_about_ability_content img {
    margin-top: -45px;
}

.detail_news_center_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
}

.news_card {
    display: flex;
    height: 250px;
    width: 100%;
    border-bottom: 1px solid rgb(220, 222, 230);
    cursor: pointer;
    align-items: center;
}

.news_card_pic {
    width: 250px;
    height: 170px;
    /* margin-top: 40px; */
    margin-right: 60px;
}

.news_card_date {
    /* margin-top: 70px; */
    color: #999;
    font-size: 18px;
}

.news_card_title {
    margin-top: 15px;
    /* width: 880px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 28px;
}

.common_button {
    background-color: rgb(53, 53, 222);
    color: #fff;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}

.news_read_more {
    width: 155px;
    height: 45px;

}

.detail_get_contact {
    width: 155px;
    height: 45px;
    border: 3px rgb(53, 53, 222) solid;
    transition: 400ms;
}

.detail_get_contact:hover {
    background-color: transparent;
}

.detail_get_contact:hover span {
    color: rgb(53, 53, 222);
}

.news_center_button_group {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.detail_careers_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 760px;
    background-color: rgb(228, 237, 255);
}

.detail_careers_card {
    width: 100%;
    display: flex;
    height: 720px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin-top: -60px;
    padding: 0px 60px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgb(220, 220, 220);
    box-sizing: border-box;

}

.careers_main_group {
    width: 1220px;
}

.detail_careers_title {
    font-size: 45px;
}

.detail_careers_right_content {
    width: 465px;
    margin-left: 65px;
}

.detail_careers_right_content p {
    line-height: 28px;
    color: rgb(84, 105, 127);
    font-size: 18px;
}

.detail_careers_right_content p:nth-child(n+2) {
    margin-top: 40px;
}

.detail_careers_left_content {
    width: 620px;
}

.detail_careers_left_content img {
    width: 100%;
    height: 350px;
    margin-top: 35px;
}

.news_detail_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    padding-bottom: 25px;
}

.news_detail_main_content {
    width: 1220px;
}

.news_detail_card {
    width: 100%;
    padding: 70px;
    border: 1px solid rgb(245, 245, 245);
    margin-top: -60px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgb(240, 240, 240);
    box-sizing: border-box;
}

.news_detail_card_title {
    font-size: 40px;
}

.news_detail_card_date {
    margin-top: 35px;
    color: rgb(51, 77, 103);
    font-size: 18px;
}

.news_detail_card_source {
    margin-top: 10px;
    color: rgb(51, 77, 103);
    font-size: 18px;
}

.news_detail_card_content {
    margin-top: 20px;
    /* color: rgb(118, 135, 153); */
    line-height: 35px;
    font-size: 20px;
}

.news_detail_card_content p {
    margin-bottom: 15px;
}

.contact_us_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 90px;
    height: 750px;
    background-color: rgb(255, 255, 255);
}

.contact_us_left_content {
    width: 500px;
}

.contact_us_left_content h2 {
    font-size: 40px;
}

.contact_us_left_content p {
    margin-top: 40px;
    line-height: 30px;
    font-size: 17px;
}

.contact_us_right_content {
    margin-left: 70px;
    width: 620px;
}

.label_group {
    margin-bottom: 10px;
}

.label_group span {
    margin-left: 5px;
    color: red;
}

.send_message {
    width: 180px;
    height: 45px;
    border: 3px rgb(53, 53, 222) solid;
    transition: 400ms;
}

.send_message:hover {
    background-color: transparent;
}

.send_message:hover span {
    color: rgb(53, 53, 222);
}

.company_icon {
    width: 34px;
    height: 34px;
}

.our_latest_news_group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0;
}

.our_latest_news_card {
    width: 300px;
    height: 430px;
    margin-top: 38px;
}

.our_latest_news_card img {
    width: 100%;
    height: 275px;
    margin: 0;
    cursor: pointer;
}

.report_content {
    width: 100%;
}

.report_content_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-top: 30px;
    width: 220px;
    height: 300px;
    border: 1px solid rgb(215, 223, 252);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    border-radius: 5px;
    /* padding: 20px; */
    box-sizing: border-box;
    transition: 0.5s;
}

.report_content_card:hover {
    transform: translateY(-10px);
}

.report_content_card_group {
    /* width: calc(100%/4); */
    margin-right: 100px;
}

.report_content_card_group:nth-child(4n) {
    margin-right: 0;
}

.report_content_card img {
    width: 140px;
    height: 190px;
}

.report_content_card span {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.pagination-box {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.what_we_do_content {
    width: 600px;
    color: rgb(77, 93, 109);
    text-align: center;
}

.about_us_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_title_describe {
    color: #fff;
    font-size: 18px;
    width: 605px;
    line-height: 35px;
    margin-top: 30px;
}

.index_h1 {
    width: 540px;
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}

.about_us_container {
    margin-left: 60px;
}

.service_title {
    margin-top: 75px;
}

.phone_logo {
    display: none;
}

.detail_service_content1 {
    font-size: 17px;
    width: 1190px;
    margin-left: 40px;
    margin-top: 35px;
}

.detail_service_content2 {
    font-size: 17px;
    width: 1190px;
    margin-left: 40px;
    margin-top: 65px;
}

.detail_career_button {
    display: flex;
    justify-content: flex-end;
}

.detail_career_button button {
    margin-top: 45px;

}

@media (max-width: 768px) {
    .reach_out_group {
        flex-direction: column;
    }

    .potential_img {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .index_title_describe {
        width: 100%;
    }

    .index_title_describe {
        width: 100%;
    }

    .about_us_pic {
        width: 100%;
        height: auto;
    }

    .about_us_ability {
        width: 100%;
        height: auto;
        padding: 10px 10px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .what_we_do_content {
        width: 100%;
    }

    .about_us_container {
        margin-left: 0px;
    }

    .service_bg {
        height: auto;
    }

    .about_us_bg {
        height: auto;
    }

    .potential_right_content {
        margin-left: 0px;
        margin-top: 20px;
        text-align: center;
    }

    .reach_bg {
        height: auto;
    }

    .index_h1 {
        width: 100%;
        font-size: 32px;
        line-height: 50px;
        margin-top: 20px;
    }

    .index_title_describe {
        margin-top: 20px;
        line-height: 30px;
    }

    .index_banner_container {
        padding: 0px;
        box-sizing: border-box;
        margin-top: 120px;
    }

    .learn_more_button {
        margin-top: 20px;
    }

    .header {
        height: auto;
        padding-bottom: 60px;
    }

    .about_us_container {
        margin-top: 20px;
    }

    .service_title {
        margin-top: 0px;
    }

    .what_we_do_content {
        margin-top: 20px;
    }

    .service_card {
        width: 100%;
        padding: 30px 45px;
        margin-top: 10px;
        text-align: center;
    }

    .service_bg {
        padding: 10px 0;
    }

    .title {
        text-align: center;
        font-size: 34px;
    }

    .potential_bg {
        height: auto;
        padding: 10px 0;
    }

    .reach_out_group {
        margin-top: 0px;
    }

    .reach_out_card {
        margin-top: 10px;
    }

    .reach_title {
        margin-top: 30px !important;
        text-align: center;
    }

    .latest_news_title {
        font-size: 34px;
        margin-top: 10px;
        text-align: center;
    }

    .header {
        padding-top: 0;
    }

    .header_flex {
        padding: 25px 10px;
        box-sizing: border-box;
    }

    .index_banner_container {
        padding: 0 10px;
    }

    .phone_logo {
        display: block;
    }

    .pc_logo {
        display: none;
    }

    .header_flex {
        background-color: #fff;
        width: 100%;
        position: fixed;
        top: 0;
    }

    .detail_service_bg {
        height: auto;
        padding: 10px 0;
    }

    .detail_service_content1 {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        padding: 0 10px;
    }

    .detail_service_content2 {
        font-size: 17px;
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        padding: 0 10px;
    }

    .other_header .main_group {
        padding: 0;
    }

    .other_main_title_describe {
        width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .other_main_title {
        width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .other_header {
        margin-top: 90px;
        padding-top: 0;
        height: auto;
        padding: 50px 0;
    }

    .other_main_title {
        margin-top: 0px;
        font-size: 44px;
    }

    .detail_about_ability {
        width: 100%;
    }

    .detail_about_container {
        margin-left: 0;
        margin-top: 20px;
    }

    .detail_careers_card {
        margin-top: 0px !important;
        height: auto;
        flex-direction: column;
        padding: 10px;
        box-sizing: border-box;
    }

    .other_main_title {
        margin-top: 0px !important;
    }

    .detail_careers_left_content {
        width: 100%;
    }

    .careers_main_group {
        width: 100%;
    }

    .detail_careers_title {
        font-size: 36px;
        text-align: center;
    }

    .detail_careers_left_content img {
        height: auto;
    }

    .detail_careers_right_content {
        width: 100%;
        margin-left: 0;
    }

    .detail_careers_bg {
        height: auto;
    }

    .detail_career_button {
        justify-content: center;
    }

    .detail_career_button button {
        margin: 20px 0;
    }

    .news_card {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    .news_card_pic {
        margin-right: 0;
        margin-bottom: 10px;
width:100%;
object-fit:cover;
    }

    .news_detail_card {
        margin-top: 0px;
        padding: 10px;
    }

    .news_detail_main_content {
        width: 100%;
    }

    .news_detail_card_title {
        font-size: 28px;
    }

    .news_detail_img {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }

    .news_detail_card_content p {
        margin-bottom: 10px !important;
    }

    .news_detail_card_content {
        font-size: 20px !important;
    }

    .contact_us_bg {
        height: auto;
        padding: 10px 0;
    }

    .contact_us_bg .main_group {
        flex-direction: column;
    }

    .contact_us_left_content {
        width: 100%;
    }

    .contact_us_left_content h2 {
        font-size: 32px;
    }

    .contact_us_right_content {
        margin-left: 0px;
        width: 100%;
    }

    .contact_us_left_content p {
        margin-top: 20px;

    }

    .home_news_detail_bg {
        display: none;
    }

    .news_bg {
        height: auto;
    }

    .our_latest_news_group {
        flex-direction: column;
    }

    .our_latest_news_card {
        width: 100%;
        margin-top: 10px;
    }

    .news_card_title {
        margin-top: 15px;
        /* width: 880px; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 24px;
    }
    .phone_drop_nav{
        list-style: none;
        margin: 10px 0;
    }
}