body {
    margin: 0;
}

.mian_contain {
    overflow: hidden;
}

.header_big_box{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; 
    z-index: 999;
}

.senction_header .nav a{
    font-family: Arial, "Helvetica Neue", Helvetica;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}


.senction_header{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
}

.senction_header .logo_img{
    width: 15%;
    padding: 10px 0;
}

.senction_header .logo_img img{
    height: 34px;
}

.senction_header .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    list-style: none;
}
.senction_header .nav a{
    text-decoration: none;
    color: #000000;
}

.senction_header .nav a:hover{
    color:#0170b9;
}

.senction_header .moble_icons .close_icon {
    display: none;
}

.senction_header .moble_icons .normal_icon{
    display: none;
}

.senction_header .nav_mobile{
    display: none;
}

.section_one {
    position: relative;
    background-color: #ffffff;
    background-image: url(https://www.hansrobot.net/themes/cn/default/assets/images/ztybg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0px 250px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
    margin-top: 70px;
}

.section_one .section_background_mark {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    /* background-image: linear-gradient(70deg, #C4CBD3 40%, #f2f5f7 100%); */
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 0;
}

.section_one .section_one_continer_text {
    max-width: 1000px;
    position: relative;
    top: -120px;
}

.section_one_continer_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 4;
}

.section_one_continer_text .section_one_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.section_one_continer_text .section_one_title {
    font-size: 40px;
    color: #000000;
    margin: 10px;
}

.section_one_continer_text .section_one_desc {
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.section_one_btn_box .section_one_btn {
    display:none;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    fill: #0170b9;
    color: #0170b9;
    background-color: #ffffff;
    text-decoration: none;
}

.section_one_btn_box {
    margin-top: 50px;
}

.section_two {
    position: relative;
    background-color: #E7EAF1;
}

.section_two .section_two_contain {
    display: flex;
    justify-content: space-between;
    align-content: center;
    max-width: 1200px;
    margin: auto;
    margin-top: -80px;
    z-index: 7;
    position: relative;
}

.section_two .section_two_contain .section_two_box_item {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;

}

.section_two .section_two_contain .section_two_box_item .box_item_icon img{
    height: 60px;
}

.section_two .box_item_text_content {
    text-align: center;
}

.section_two .box_item_text_content h3 {
    padding: 10px 13px;
    font-size: 22px;
}

.section_two .box_item_text_content p {
    padding: 10px 13px;
    font-size: 15px;
    padding-top: 0;
    color: #7a7a7a;
}

.section_three {
    padding-top: 100px;
    background-color: #E7EAF1;
}

.section_three .section_three_contain .contain_content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.section_three .section_three_contain .contain_content .contain_title {
    font-size: 30px;
}

.section_three .section_three_contain .contain_content .contain_desc {
    font-size: 15px;
    color: #7a7a7a;
}

.section_three .section_three_contain .contain_box_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.section_three .section_three_contain .contain_box_text .contain_box_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
}

.section_three .section_three_contain .contain_box_text .contain_box_left .img_box img {
    height: 500px;
    object-fit: cover;
}

.section_three .section_three_contain .contain_box_text .contain_box_left .title_box {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    color: #7a7a7a;
}

.section_three .section_three_contain .contain_box_text .contain_box_right {
    width: 49%;
    /* border: 1px solid; */
    background-color: var(--e-global-color-astglobalcolor4);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.06);
}


.contain_box_right .elementor-accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.elementor-accordion-item .elementor-tab-title {
    display: flex;
    align-items: center;
    padding: 20px;
}

.elementor-accordion-item .elementor-tab-content {
    padding: 0px 30px;
    background-color: #f5f5f5;
}



.elementor-accordion-item .elementor-tab-content p {
    font-size: 15px;
    color: #7a7a7a;
    margin: 25px 0;
    line-height: 25px;
}

.elementor-accordion-item .elementor-tab-title span img {
    width: 20px;
    margin-right: 15px;
    margin-top: 3px;
}

.elementor-accordion-item .elementor-tab-title h2 {
    font-size: 15px;
}


.elementor-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.elementor-tab-content.expanded {
    max-height: 500px;
    /* 可以根据内容的高度调整 */
}

.elementor-tab-title {
    cursor: pointer;
}

.section_shape {
    transform: rotate(180deg);
    overflow: hidden;
    width: 100%;
    background-color: #E7EAF1;
}

.section_shape svg {
    height: 80px;
    width: 100vw;
    fill: #f5f5f5;
}

.section_four {
    background-color: #f5f5f5;
}

.section_four .from_where{
    display: none;
}

.section_four .section_four_contain {
    max-width: 1200px;
    padding-top: 100px;
    margin: auto;
    padding-bottom: 80px;
}

.section_four .section_four_contain .section_four_contain_text {
    margin-bottom: 50px;
}

.section_four .section_four_contain .section_four_contain_text .contain_title {
    font-size: 30px;
    margin: 0;
    text-align: center;
}

.section_four .section_four_items_box {
    display: flex;
    align-items: center;
}

.section_four .section_four_items_box .item_box_one {
    width: 50%;
}

.section_four .section_four_items_box .item_box_one .item_contain {
    margin: 20px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.06);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 5px;
}

.section_four .section_four_items_box .item_box_one .item_contain .text_contain {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 25px;
    height: 110px;
}

.section_four .section_four_items_box .item_box_one .item_contain .icon_box {
    display: flex;
    align-items: center;
}


.section_four .section_four_items_box .item_box_one .item_contain .icon_box_a{
    display: block;
    text-decoration: none;
    color: #000;
}

.section_four .section_four_items_box .item_box_one .item_contain .icon_box_a:hover{
    color: #003686;
}


.section_four .section_four_items_box .item_box_one .item_contain .icon_box .img_renwu {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}

.section_four .section_four_items_box .item_box_one .item_contain .icon_box .img_renwu img {
    width: 100%;
    height: 100%;
}

.section_four .section_four_items_box .item_box_one .item_contain .icon_box .detian_xinxi .name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section_four .section_four_items_box .item_box_one .item_contain .icon_box .detian_xinxi .from_where {
    font-size: 13px;
    color: #54595f;
}

.section_five .five_contain {
    max-width: 1200px;
    margin: auto;
    margin-top: 80px;
    padding-bottom: 80px;
}

.section_five .five_contain .five_contain_text {
    text-align: center;
}

.section_five .five_contain .five_contain_text h2 {
    font-size: 30px;
}

.section_five .five_contain .five_contain_text p {
    font-size: 16px;
    line-height: 25px;
    color: #7a7a7a;
}

.section_five .five_contain .five_contain_parners .parners_column_items {
    display: flex;
    align-items: center;
}

.section_five .five_contain .five_contain_parners .parners_column_items .item_box {
    width: 20%;
}

.section_five .five_contain .five_contain_parners .parners_column_items .item_box .item_contain_img {
    margin: 10px;
    box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.06);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 5px;
}

.section_five .five_contain .five_contain_parners .parners_column_items .item_box .item_contain_img img {
    width: 100%;
    height: 100%;
}

.section_six .six_contain {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding-bottom: 100px;
}

.section_six .six_contain .btn_contact {
    padding: 20px 40px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #003686;
    border-radius: 50px;
    text-decoration: none;
}

.section_six .six_contain .btn_contact:hover {
    background-color: #0586dd;
}


.section_footer{
    background-color: #f9fafc;
    padding-top: 60px;
}

.footer_copy_right{
    background-color: #f9fafc;
}

.section_footer .footer_main {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-start;
}

.section_footer .footer_main a:hover {
    color: #000 !important;
}


.section_footer .footer_main .footer_nav {
    display: flex;
    align-items: flex-start;
}

.section_footer .footer_main .footer_nav dl {
    margin: 0;
}

.section_footer .footer_main .footer_nav dl dt {
    margin-bottom: 20px;
}

.section_footer .footer_main .footer_nav dl dt a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.section_footer .footer_main .footer_nav dl {
    margin-right: 40px;
}

.section_footer .footer_main .footer_nav dl dd {
    margin: 0;
    margin-bottom: 10px;
}

.section_footer .footer_main .footer_nav dl dd a {
    transition: color .3s linear;
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
    font-size: 14px;
    font-family: Arial;
}

.section_footer .footer_main .footer_contact .footer_contact_title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-family: "Montserrat-Medium";
}

.section_footer .footer_main .footer_contact .footer_contact_phone {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    font-family: "Montserrat-Medium";
}

.section_footer .footer_main .footer_contact .footer_email a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-family: "Montserrat-Medium";
}

.section_footer .footer_main .footer_contact .footer_social{
    margin-top: 10px;
}

.section_footer .footer_main .footer_contact .footer_social ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0;
}

.section_footer .footer_main .footer_contact .footer_social ul li{
    margin-right: 26px;
}

.section_footer .footer_main .footer_contact .footer_social ul li svg{
    width: 18px;
}

.section_footer .footer_main .footer_contact .footer_social ul li a:hover svg path{
    fill: rgba(0, 0, 0, .5);
}

.footer_copy_right{
    padding: 10px 0;
    padding-top: 200px;
    padding-bottom: 50px;
}

.footer_copy_right .copy_contain{
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer_copy_right .copy_contain a{
    text-decoration: none;
}

.footer_copy_right .copy_contain .copy_right{
    font-size: 12px;
    color: rgba(0,0,0,.2);
}

.footer_copy_right .copy_contain .copy_right a{
    font-size: 12px;
    color: rgba(0,0,0,.2);
}

.footer_copy_right .copy_contain  .ft-link{
    margin-left: 30px;
}


.footer_copy_right .copy_contain  .ft-link span{
    font-size: 12px;
    color: rgba(0,0,0,.2);
}

.footer_copy_right .copy_contain  .ft-link a{
    font-size: 12px;
    color: rgba(0,0,0,.2);
}


.elementor-accordion-item .elementor-tab-title:hover h2{
    color:#003686 !important;
}

.footer_copy_right .copy_contain .ft-link a{
    margin-right: 20px;
}

@media (max-width:760px) {

    .footer_copy_right .copy_contain .copy_right{
        line-height: 1.5em;
         margin-bottom: 10px;
    }


    .footer_copy_right .copy_contain .ft-link a{
        margin-right: 10px;
    }

    .section_one_continer_text .section_one_title {
        font-size: 26px;
        font-weight: normal;
        font-family: Arial;
    }

    .section_one_continer_text .section_one_desc{
        font-size: 16px;
    }

    .section_one .section_one_continer_text {
        position: unset;
        top: unset;
    }

    .senction_header .nav{
        display: none;
    }

    .senction_header .logo_img{
        margin-left: 20px;
    }

    .senction_header .moble_icons .normal_icon{
        display: block;
    }

    .senction_header .moble_icons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

    .senction_header .moble_icons img{
        height: 20px;
    }

    .m-menu i {
        transition: all .3s linear;
        display: block;
        width: 22px;
        height: 2px;
        background-color: #000;
        margin: 5px 0;
    }

    .senction_header .nav_mobile {
        list-style: none;
        position: fixed;
        top: 45px;
        right: 0px;
        z-index: 999;
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 100%;
    }

    .senction_header .nav_mobile .nav_mobile_ul{
        list-style: none;
        padding: 120px 24px 24px 24px;

    }

    .senction_header .nav_mobile .nav_mobile_ul li{
        margin-bottom: 30px;
    }

    .senction_header .nav_mobile .nav_mobile_ul li a{
        font-size: 20px;
    }

    .senction_header .nav_mobile a{
        text-decoration: none;
        color: #000000;
        line-height: 30px;
    }

    .senction_header .nav_mobile a:hover{
        color:#0170b9;
    }

    .mian_contain .section_one {
        padding: 50px 10px;
    }

    .section_two .section_two_contain {
        display: block;
        margin-top: 0;
    }

    .section_two .section_two_contain .section_two_box_item {
        width: 100%;
        margin-top: 10px;
    }

    .section_three .section_three_contain .contain_box_text {
        display: block;
    }

    .section_three .section_three_contain .contain_box_text .contain_box_left {
        width: 100%;
    }

    .section_three .section_three_contain .contain_box_text .contain_box_right {
        width: 100%;
    }

    .section_three_contain {
        padding: 10px;
    }

    .section_four .section_four_items_box {
        display: block;
    }

    .section_four .section_four_items_box .item_box_one {
        width: 100%;
    }

    .section_four .section_four_items_box .item_box_one .item_contain .text_contain {
        height: 155px;
    }

    .section_five .five_contain .five_contain_parners .parners_column_items .item_box .item_contain_img {
        margin: 5px;
    }

    .section_footer .footer_main .footer_nav{
        display: none;
    }

    .section_footer .footer_main .footer_contact{
        margin: auto;
    }

    .footer_copy_right .copy_contain{
        display: block;
        text-align: center;
    }

    .footer_copy_right .copy_contain .ft-link{
        margin: 0;
    }

    .footer_copy_right{
        padding-top: 10px;
    }

    .footer_copy_right .copy_contain{
        text-align: left;
        padding:0;
        max-width: 312px;
        margin: 0 20px;
    }

    .section_footer .footer_main .footer_contact .footer_contact_phone{
        margin-bottom: 0;
    }

    .section_footer .footer_main .footer_contact .footer_contact_title{
        margin-bottom: 0;
    }

}



@media(min-width:960px) {

    .header-lang {
    position: relative;
    z-index: 1;
    padding-right: 0;
    display: flex;
    align-items: center;
    margin-left: 40px;
    }
    .header-lang::after {
    right: -20px;
    }
    .header-lang .icons {
    width: 20px;
    height: 20px;
    cursor: pointer;
    }
    .header-lang .icons img {
    width: 100%;
    height: 100%;
    color: #333;
    transition: all 0.4s;
    }
    .header-lang .skiptranslate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    }
    .header-lang .skiptranslate .goog-te-gadget-simple {
    width: 20px;
    opacity: 0;
    }
    .header-lang .skiptranslate .goog-te-gadget-simple span {
    display: none;
    }
    .header-lang .lang-ul {
    width: 120px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 10px 3px 3px;
    display: none;
    }
    .header-lang .lang-ul::before {
    content: '';
    width: 100%;
    height: calc(100% - 7px);
    background: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    }
    .header-lang .lang-ul a {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    color: #000;
    }
    .header-lang .lang-ul a:last-child {
    border-bottom: none;
    }
    .header-lang:hover .lang-ul {
    display: block;
    }
}
@media (max-width:959px) {
    .header-lang{
        display: none;
    }
}
