body {
    padding-top: 92px !important;
    box-sizing: border-box !important;
}

.header_box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
}

.header_box .pc_header_box {
    width: 100%;
    height: 92px;
    display: block;
}

.mobile_header_box {
    display: none;
}

.header_box .pc_header_box .header_area {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_box .pc_header_box .header_area .content {
    display: flex;
    height: 100%;
    align-items: center;
}

.header_box .pc_header_box .header_area .logo {
    width: 218px;
    height: 50px;
}

.header_box .pc_header_box .header_area .menu_list {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 50px;
}

.header_box .pc_header_box .header_area .menu_list li {
    width: 90px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header_box .pc_header_box .header_area .menu_list li::after {
    position: absolute;
    content: '';
    width: 32px;
    height: 3px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.header_box .pc_header_box .header_area .menu_list li a:hover {
    color: #1472FF;
}

.mobile_menu {
    display: none
}

.header_box .pc_header_box .header_area .menu_list li a {
    color: #333333;
    cursor: pointer;
}

.header_box .pc_header_box .header_area .opreate_box {
    display: flex;
    align-items: center;
}

.header_box .pc_header_box .header_area .opreate_box .contact {
    font-size: 14px;
    color: #1a1a1a;
    background-image: url("../img/contact6.png");
    background-size: 10px 12px;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
    padding-left: 30px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.header_box .pc_header_box .header_area .opreate_box .contact::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #d6d6d6;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.header_box .pc_header_box .header_area .opreate_box .opreate_btn {
    width: 57px;
    height: 28px;
    background-color: #5372e7;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.header_box .pc_header_box .header_area .opreate_box .register {
    background-color: #ffffff;
    color: #1a1a1a;
    width: 68px;
}

.footer_box {
    width: 100%;
    background-color: #080e28;
}

.footer_box .company_content_box {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.footer_box .mobile_content_box {
    display: none;
}

.footer_box .company_content_box .logo {
    /* width: 265px;
      height: 50px; */
}

.footer_box .copyright {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.footer_box .company_content_box .opreate_list li {
    font-size: 16px;
    color: #ffffff
}

.footer_box .company_content_box .opreate_list li:first-child {
    margin-bottom: 30px;
    font-weight: bold;
}

.footer_box .company_content_box .opreate_list li a {
    font-size: 14px;
    line-height: 36px;
    color: #e5e6eb;
}

.footer_box .company_content_box .opreate_list .opreate_list_img {
    width: 120px;
    height: 120px;
    margin-right: 25px;
}

.footer_box .company_content_box .opreate_list .qr_code {
    display: flex;
    text-align: center;
}

.footer_box .company_content_box .opreate_list .qr_code h5 {
    margin-top: 15px;
    font-size: 14px;
}

.info_collection_area {
    width: 100%;
    height: 465px;
}

.info_collection_area .content_area {
    width: 920px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_collection_area .content_area .left_area {
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.info_collection_area .content_area .left_area img {
    width: 232px;
    height: 184px;
    margin-left: 40px;
    margin-top: 15px;
}

.info_collection_area .content_area .right_area {
    width: 322px;
}

.info_collection_area .content_area .right_area .input_box, .register_model .register_area .content_box .input_box {
    width: 322px;
    height: 42px;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.info_collection_area .content_area .right_area .input_box input, .register_model .register_area .content_box .input_box input {
    width: 100%;
    font-size: 16px;
    color: #333333;
    background: none;
}

.info_collection_area .content_area .right_area .input_box input::-webkit-input-placeholder,
.register_model .register_area .content_box .input_box input::-webkit-input-placeholder {
    color: #808080;
    font-size: 16px;
}

.info_collection_area .content_area .right_area .input_box input::-moz-input-placeholder,
.register_model .register_area .content_box .input_box input::-webkit-input-placeholder {
    color: #808080;
    font-size: 16px;
}

.info_collection_area .content_area .right_area .input_box input::-ms-input-placeholder,
.register_model .register_area .content_box .input_box input::-webkit-input-placeholder {
    color: #808080;
    font-size: 16px;
}

.info_collection_area .content_area .right_area .submit_btn, .register_model .register_area .content_box .submit_btn {
    width: 322px;
    height: 42px;
    background-color: #5372e7;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 50px;
}

.area_title {
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333946;
}

.subhead_title {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 1px;
    color: #787e8b;
}

.area_title::after {
    position: absolute;
    content: '';
    width: 64px;
    height: 2px;
    background-image: linear-gradient(270deg,
    #32a8d4 0%,
    #3250d4 100%),
    linear-gradient(
            #000000,
            #000000);
    background-blend-mode: normal,
    normal;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bottom_opreate {
    display: none;
}

.info_collection_area .content_area .right_area .mobile_title {
    display: none;
}

/* 侧边栏 */
.right_nav_new {
    position: fixed;
    width: 50px;
    right: 0;
    top: 50%;
    margin-top: -123px;
    z-index: 100;
}

.fixed_right_box {
    position: relative;
}

.right_nav_box .zx {
    display: inline-block;
    background: url('../img/rz_right_icon1.png') no-repeat center center;
    width: 30px;
    height: 100%;
    vertical-align: middle;
    transition: 0.8s all;
}

.right_nav_box .phone {
    display: inline-block;
    background: url('../img/rz_right_icon2.png') no-repeat center center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transition: 0.8s all;
}

.right_nav_box .qq {
    display: inline-block;
    background: url('../img/rz_right_icon3.png') no-repeat center center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transition: 0.8s all;
}

.right_nav_box .weixin {
    display: inline-block;
    background: url('../img/rz_right_icon4.png') no-repeat center center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transition: 0.8s all;
}

.right_nav_box .scor_top {
    display: inline-block;
    background: url('../img/rz_right_icon5.png') no-repeat center center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    transition: 0.8s all;
}

.right_nav li span {
    margin-left: 12px;
}

.right_nav_box {
    position: relative;
}

.right_nav_box li {
    position: absolute;
    transition: 0.8s background-color;
    background-color: #535353;
    height: 46px;
    padding: 0 12px;
    white-space: nowrap; /*border-top-left-radius: 20px;border-bottom-left-radius: 20px;*/
}

.right_nav_box li.li1 {
    top: 0;
}

.right_nav_box li.li2 {
    top: 50px;
}

.right_nav_box li.li3 {
    top: 100px;
}

.right_nav_box li.li4 {
    top: 150px;
}

.right_nav_box li.li5 {
    top: 200px;
}

.right_nav_box li.li1 a {
    padding-top: 0;
    display: block;
}

.right_nav_box li.li2 a {
    padding-top: 8px;
    display: block;
}

.right_nav_box li.li3 a {
    padding-top: 8px;
    display: block;
}

.right_nav_box li.li4 a {
    padding-top: 8px;
    display: block;
}

.right_nav_box li.li5 a {
    padding-top: 8px;
    display: block;
}

.right_nav_box li:hover {
    background-color: #5372e7
}

.right_nav_box li:hover a {
    color: #fff !important;
}

.right_nav_box li a {
    color: #fff;
    font-size: 16px;
}

.right_nav_box .ewm_pic {
    position: absolute;
    right: 70px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
    background-color: #fff;
    padding: 10px;
}

.right_nav_box .ewm_pic img {
    display: block;
    width: 120px;
    height: 120px;
}

.right_nav_box .ewm_pic.act {
    visibility: visible;
    opacity: 1;
}

.right_nav_box li.li3:hover .ewm_pic {
    visibility: visible;
    opacity: 1;
}

.register_model {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}

.register_model .shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    transition: all .3s;
}

.register_model.active .shade {
    opacity: 1;
}

.register_model .model_box {
    width: 920px;
    height: 585px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 1002;
    opacity: 0;
    transition: all .3s;
}

.register_model.active .model_box {
    opacity: 1;
    top: 50%;
}

.register_model .register_area, .register_model .success_area {
    width: 100%;
    height: 100%;
    display: flex;
}

.register_model .success_area {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.register_model .success_area .icon {
    width: 367px;
    height: 261px;
}

.register_model .success_area .text {
    font-size: 28px;
    line-height: 42px;
    color: #333333;
    margin-top: 60px;
    width: 320px;
    text-align: center;
}

.register_model .register_area .icon {
    width: 420px;
    height: 100%;
}

.register_model .register_area .content_box {
    width: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.register_model .register_area .content_box .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 40px;
}

.register_model .cancel_btn {
    width: 54px;
    height: 54px;
    position: absolute;
    top: -27px;
    right: -27px;
}


.menu_list li:hover .header_nav {
    opacity: 1;
    height: min-content;
}

.header_nav {
    position: fixed;
    top: 92px;
    left: 0;
    width: 775px;
    height: 0px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    opacity: 0;
    z-index: 1010;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header_nav {
    width: 100%;
}
.header_nav_flex{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.header_nav .header_nav_content {
    /* padding: 10px 0 0; */
    width: 30%;
}

.header_nav .header_nav_layout {
    /* width: 215px; */
}

.header_nav .header_nav_title {
    width: 94%;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
}

/* .header_nav_content {
    padding: 40px 0 0 44px;
    overflow: hidden;
} */

.header_nav_content::after {
    content: "";
    display: table;
    clear: both;
}

.header_nav_layout {
    /* float: left;
    width: 240px;
    margin-bottom: 24px; */
    width: 100%;
    height: 57px;
}

.header_nav_item {
    float: left;
    font-size: 16px;
    color: #333 !important;
    line-height: 1;
    padding: 10px 10px 10px 54px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header_nav_item:hover {
    box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.2);
}

.header_nav_item.active,
.header_nav_item:hover,
.header_nav_item:link,
.header_nav_item:visited {
    color: #333;
}

.header_nav_item img {
    position: absolute;
    left: 28px;
    top: 50%;
    max-height: 26px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* 手机端样式 */
@media screen and (max-width: 750px) {
    html, body {
        overflow-x: hidden;
    }

    .right_nav_new {
        display: none !important;
    }

    body {
        padding-bottom: 1.33rem !important;
        padding-top: 1.33rem !important;
        box-sizing: border-box !important;
    }

    .right_nav_new {
        display: none !important;
    }

    .header_box .pc_header_box {
        display: none;
    }

    .mobile_menu {
        position: fixed;
        right: -13.32rem;
        top: 0;
        width: 6.27rem;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        display: block;
        transition: all .3s;
        max-height: 100%;
        overflow-y: auto;
    }

    .mobile_menu .menu_item {
        width: 100%;
        /*height:1.17rem;*/
        height: auto;
        padding: 0 .4rem;
        box-sizing: border-box;
        line-height: 1.17rem;
        color: #ffffff;
    }

    .mobile_menu .menu_item a {
        font-size: .37rem;
        color: #ffffff;
    }

    .mobile_menu_active {
        right: 0;
    }

    .bottom_opreate {
        width: 100%;
        height: 1.33rem;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #ffffff;
        z-index: 999;
        display: flex;
        align-items: center;
        padding: 0 .93rem;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .bottom_opreate .opreate_btn {
        width: 3.6rem;
        height: .96rem;
        background-color: #5372e7;
        border-radius: .48rem;
        font-size: .37rem;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom_opreate .opreate_btn img {
        width: .53rem;
        height: .53rem;
        margin-right: .2rem;
    }

    .cancel_btn {
        width: 100%;
        height: 1.6rem;
        background-image: url('../img/icon-close.png');
        background-position: right .4rem top 50%;
        background-repeat: no-repeat;
        background-size: .48rem .48rem;
    }

    .mobile_header_box {
        display: flex;
        width: 100%;
        height: 1.33rem;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .mobile_header_box .logo {
        width: 2.91rem;
        height: .67rem;
    }

    .mobile_header_box .contact {
        display: flex;
        align-items: center;
        font-size: .43rem;
        line-height: .64rem;
        color: #5372e7;
    }

    .mobile_header_box .contact .icon {
        width: .48rem;
        height: .48rem;
        margin-right: .13rem;
    }

    .mobile_header_box .contact a {
        color: #5372e7;
    }

    .mobile_header_box .menu_icon {
        width: .53rem;
        height: .48rem;
    }

    .footer_box .copyright {
        width: 100%;
        height: 1.82rem;
        background-color: #313239;
        flex-direction: column;
        font-size: .27rem;
        color: #ffffff;
        line-height: .83rem;
        display: block;
    }

    .footer_box .company_content_box {
        display: none;
    }

    .footer_box .mobile_content_box {
        width: 100%;
        height: 3.44rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer_box .mobile_content_box li {
        font-size: .32rem;
        color: #abadc2;
        margin-top: .4rem;
        display: flex;
        align-items: center;
    }

    .footer_box .mobile_content_box li .icon {
        width: .37rem;
        height: .37rem;
        margin-right: .27rem;
    }

    .footer_box .mobile_content_box li:first-child {
        margin-top: 0;
    }

    .info_collection_area {
        width: 100%;
        height: 7.12rem;
    }

    .info_collection_area .content_area {
        width: 100%;
        justify-content: center;
    }

    .info_collection_area .content_area .left_area {
        display: none;
    }

    .info_collection_area .content_area .right_area {
        width: 8.67rem;
    }

    .info_collection_area .content_area .right_area .input_box {
        width: 8.67rem;
        height: .88rem;
        background-color: #f2f2f2;
        border-radius: .05rem;
        margin-bottom: .27rem;
        padding: 0 .27rem;
    }

    .info_collection_area .content_area .right_area .input_box input {
        font-size: .37rem;
        text-align: center;
    }

    .info_collection_area .content_area .right_area .input_box input::-webkit-input-placeholder,
    .register_model .register_area .content_box .input_box input::-webkit-input-placeholder {
        font-size: .37rem;
    }

    .info_collection_area .content_area .right_area .input_box input::-moz-input-placeholder,
    .register_model .register_area .content_box .input_box input::-webkit-input-placeholder {
        font-size: .37rem;
    }

    .info_collection_area .content_area .right_area .input_box input::-ms-input-placeholder,
    .register_model .register_area .content_box .input_box input::-webkit-input-placeholder {
        font-size: .37rem;
    }

    .info_collection_area .content_area .right_area .submit_btn {
        width: 8.67rem;
        height: .88rem;
        background-color: #5372e7;
        border-radius: .05rem;
        line-height: .88rem;
        font-size: .37rem;
        margin-top: .67rem;
    }

    .info_collection_area .content_area .right_area .mobile_title {
        width: 100%;
        text-align: center;
        display: block;
        font-size: .43rem;
        color: #000000;
        margin-bottom: .8rem;
    }

    .area_title {
        height: .8rem;
        font-size: .43rem;
        letter-spacing: .03rem;
    }

    .subhead_title {
        font-size: .32rem;
        margin-top: .27rem;
        letter-spacing: .01rem;
    }

    .area_title::after {
        width: .85rem;
        height: .03rem;
    }

    .menu_body {
        padding-left: 5px;
    }

    .menu_body_layout {
        display: flex;
        align-items: center;
    }

    .menu_body_layout a {
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
    }

    .menu_body_layout img {
        width: 26px;
        margin-right: 15px;
        margin-left: 10px;
    }
}
