.loginhover {
}

.loginhover:hover {
    background: #BF4234;
}

.header_menu_div {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu {
    width: 1200px;
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: space-between;
}

.header_menu_index {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.header_menu_index_size {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: start;
}

.header_menu_index_size_home {
    background-image: url('../img/Slice75@2x-1.png');
    background-repeat: no-repeat;
    background-position: left;
    width: 50px;
    background-size: 16px;
    text-align: right;
}

.header_menu_index_size a {
    margin-right: 12px;
}

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

.header_menu_modi {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.header_menu_index_lable {
    line-height: 55px;
}

.header_menu_m {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_menu_login_bt {
    display: inline-block;
    width: 60px;
    height: 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px #E9E9E9 solid;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    text-decoration: none;
}

.header_menu_login {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.header_menu_login_sjx {
    margin-top: 8px;
    margin-left: 5px;
}

/*办公室弹窗*/
.header_office_ct_show {
    display: none;
    z-index: 999;
    position: absolute;
    top: 49px;
    left: 0;
}

.header_office_ct {
    width: 408px;
    height: 220px;
    display: flex;
    background: #fff;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.header_office_div {
    width: 204px;
}

.header_office_cgs_t {
    width: 204px;
    height: 50px;
    background: linear-gradient(90deg, #6B8AFF 0%, #234EEF 100%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 0;
}

.header_office_gys_t {
    width: 204px;
    height: 50px;
    background: linear-gradient(142deg, #F68F45 0%, #F36626 100%);;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 0 0;
}

.header_office_size {
    width: 100%;
    height: 172px;
    display: flex;
    flex-direction: column;
}

.header_office_size_left {
    border-right: 1px solid #E4E4E4;
}

.header_office_size_right {
    border-left: 1px solid #E4E4E4;
}

.header_office_size a {
    width: 184px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #234EEF;
}

.header_office_size_hover {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.header_office_size_hover a {
    color: #333333;
}

.header_office_size_hover a:hover {
    color: #DB4E3E;
    background-color: #F5F7FB;
}

.header_menu_menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 55px;
}

.header_menu_index_qg {
    background-image: url('../img/Slice4.png');
    background-repeat: no-repeat;
    background-position: right;
    width: auto;
    padding-right: 15px;
}

.header_menu_index_qg_sjx {
    margin-top: 27px;
    margin-left: 5px;
}

.header_menu_out_login_bt {
    display: inline-block;
    width: 60px;
    height: 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px #DB4E3E solid;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    text-decoration: none;
}

.header_menu_city_prent {
    display: none;
    width: 486px;
    height: 328px;
    position: absolute;
    top: 49px;
    left: 72px;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E6E6E6;
}

.header_menu_city_prent_zxy {
    display: none;
    width: 486px;
    height: 328px;
    position: absolute;
    top: 49px;
    left: 0px;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E6E6E6;
}

.header_menu_city {
    display: flex;
    padding: 30px;
}

.header_menu_city_region {
    height: 268px;
    width: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.header_menu_city_region span {
    display: inline-block;
    width: 50px;
    height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
}

.header_menu_city_line {
    display: flex;
    height: 268px;
    border: 1px solid #E8E8E8;
}

.header_menu_city_pro {
    height: 268px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
}

.header_menu_city_pro_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: start;
}

.header_menu_city_pro_row span {
    display: inline-block;
    width: 50px;
    height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
}

.header_menu_city_pro span:hover {
    color: #333333;
    background: #E8E8E8;
}

.header_menu_er_label {
    position: relative;
}

.header_menu_er {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 182px;
    height: 178px;
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    z-index: 1;
    position: absolute;
    line-height: 100%;
    top: 55px;
    left: -50px;
}

.header_menu_er_new {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 182px;
    height: 178px;
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    z-index: 1;
    position: absolute;
    line-height: 100%;
    top: 55px;
    left: -50px;
}

.header_menu_er_img {
    width: 122px;
    height: 122px;
    background: #C4C4C4;
    border-radius: 8px;
}

.header_menu_er_img_new {
    width: 158px;
    height: 158px;
    border-radius: 8px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header_menu_menu_solid {
    width: 1px;
    height: 15px;
    background: #cccccc;
}

.header_menu_service_item_list {
    top: 49px;
    left: -20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 180px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E6E6E6;
    padding: 20px;
    line-height: 20px;
}


.header_menu_div_new {
    width: 100%;
    height: 110px;
    background: rgba(239, 240, 242, 0.5);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.www-content-middle-menu {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.www-content-middle-menu .logo_area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.www-content-middle-menu .logo_area .logo {
    height: 65px;
    border: 0px;
}

.www-content-middle-menu .logo_area .area {
    margin-left: 30px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.www-content-middle-menu .logo_area .area i.location_icon {
    background-image: url('../../img/location_icon.png');
    background-repeat: no-repeat;
    background-position: right;
}