/*顶部导航栏*/
/*顶部导航栏*/
/*顶部导航栏*/
.navigator {
    width: 100%;
    height: 76px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid #eee;
    line-height: 1;
}
.navigator_content {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}
/*logo*/
.navigator .logo_wrap {
    float: left;
    width: 160px;
    height: 76px;
}
.navigator .logo {
    display: inline-block;
    width: 160px;
    height: 38px;
    margin-top: 18px;
    overflow: hidden;
}
/*导航*/
.navigator .enter {
    float: right;
    width: 620px;
    height: 76px;
}
/*入口按钮*/
.navigator .navigator_list {
    float: left;
    margin-top: 33px;
    font-size: 16px;
}
.navigator .navigator_item {
    display: inline-block;
    position: relative;
}
.navigator .navigator_item .trigger_btn {
    text-decoration: none;
    position: relative;
}
.navigator .navigator_item .trigger_btn span.hide {
    color: #fff;
    position: relative;
    z-index: 1;
}
.navigator .navigator_item .trigger_btn span.show {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #666;
    width: 110%;
    height: 100%;
    text-align: center;
}
.navigator .navigator_item .trigger_btn span.show.active,
.navigator .navigator_item .trigger_btn span.show:hover {
    color: #136da2;
    font-weight: bold;
}
.navigator .navigator_line {
    margin: 0 6px;
    color: #eee;
    position: relative;
    top: -3px;
}
/*下拉菜单*/
.navigator .navigator_item .menu_list {
    display: none;
    position: absolute;
    top: 30px;
    left: -70px;
    width: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    z-index: 2;
}
.navigator .navigator_item .menu_item {
    display: block;
    text-decoration: none;
    color: #666;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.navigator .navigator_item .menu_item.active,
.navigator .navigator_item .menu_item:hover {
    background-color: #136da2;
    color: #fff;
    font-weight: bold;
}
.navigator .navigator_item .menu_item.highlight {
    font-weight: bold;
}

/*微信二维码*/
.navigator .qrcode {
    position: relative;
    float: left;
    margin-top: 23px;
    margin-left: 30px;
}
.navigator .qrcode .trigger {
    width: 28px;
    height: 28px;
}
.navigator .qrcode .popup {
    display: none;
    position: absolute;
    top: 60px;
    left: -55px;
    width: 160px;
    height: 160px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

/*语言切换*/
.navigator .language_list {
    float: right;
    width: 130px;
    height: 38px;
    margin-top: 18px;
    line-height: 38px;
}
.navigator .language_item {
    color: #666;
    text-decoration: none;
}
.navigator .language_item.active,
.navigator .language_item:hover {
    font-weight: bold;
    color: #d5131c;
}
.navigator .language_line {
    margin: 0 5px;
    color: #eee;
}
/*用于占位，高度与navigator相同*/
.navigator_placeholder {
    width: 100%;
    height: 77px;
}
/*根据语言环境微调*/
/*根据语言环境微调*/
/*根据语言环境微调*/
.navigator.en .enter {
    width: 680px;
}
.navigator.en .navigator_item .menu_list {
    left: -35px;
}
@media screen and (max-width: 1400px) {
    .navigator_content {
        width: 100%;
        text-align: center;
    }
    .navigator .logo_wrap {
        display: inline-block;
        float: unset;
        position: relative;
        top: -20px;
        margin-right: 40px;
    }
    .navigator.en .enter {
        display: inline-block;
        float: unset;
    }
}
@media screen and (max-width: 980px) {
    .navigator {
        overflow-x: auto;
    }
    .navigator::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .navigator::-webkit-scrollbar-track {
        width: 6px;
        background: #eee;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .navigator::-webkit-scrollbar-thumb {
        background-color: rgba(144,147,153,.5);
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
        transition: background-color .3s;
        cursor: pointer;
    }
    .navigator::-webkit-scrollbar-thumb:hover {
        background-color: rgba(144,147,153,.3);
    }

    .navigator_content {
        width: 960px;
    }
    .navigator .logo_wrap {
        float: left;
        position: unset;
    }
    .navigator.en .enter {
        float: left;
    }
}


.footer_wrap {
    width: 100%;
    background-color: #333;
    color: #fff;
}
.footer {
    width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
}
/* logo信息 */
/* logo信息 */
/* logo信息 */
.footer .logo_info {
    float: left;
    width: 380px;
    line-height: 33px;
    text-align: center;
}
.footer .logo {
    width: 140px;
    height: 34px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    vertical-align: middle;
}
.footer .logo_info .slogan {
    color: #999;
}
/*版权声明*/
.footer .copyright {
    padding: 20px 0;
    text-align: center;
    color: #999;
    line-height: 24px;
}
/*联系方式*/
/*联系方式*/
/*联系方式*/
.footer .contact_wrap {
    float: left;
    width: 520px;
    margin-left: 80px;
}
.footer .contact_wrap .hr {
    height: 1px;
    background-color: #4d4d4d;
    margin: 10px 0;
}
/*业务咨询*/
/*业务咨询*/
.footer .business_card_item {
    margin-bottom: 10px;
    border: 1px solid #4d4d4d;
    border-radius: 12px;
}
.footer .business_card_item .infos {
    float: left;
    width: 320px;
    text-align: center;
}
.footer .business_card_item .info {
    height: 30px;
    line-height: 30px;
}
.footer .business_card_item .info .label {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
}
.footer.en .business_card_item .info .label {
    width: 150px;
}
.footer .business_card_item .info .text {
    display: inline-block;
    box-sizing: border-box;
}
.footer .business_card_item .info.name {
    font-weight: bold;
    font-size: 18px;
}
/*二维码*/
.footer .business_card_item .qrcode {
    float: right;
    width: 120px;
    height: 140px;
    margin-right: 40px;
    margin-top: 10px;
}
.footer .business_card_item .qrcode .img {
    width: 120px;
    height: 120px;
}
.footer .business_card_item .qrcode .label {
    text-align: center;
    line-height: 20px;
    color: #999;
}
/*办公地点*/
/*办公地点*/
.footer .office_address_list {}
.footer .office_address_item {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #4d4d4d;
    border-radius: 12px;
}
.footer .office_address_item .info {
    line-height: 30px;
}
.footer .office_address_item .info strong {}
.footer .office_address_item .info span {}
.footer .office_address_item .info span.line {}


/*链接*/
/*链接*/
/*链接*/
.footer .links {
    float: right;
    width: 400px;
    text-align: center;
    padding: 20px 0;
}
.footer .links a {
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.footer .links a:hover {
    text-decoration: underline;
}