html,
body {
    width: 100vw;
}

body {
    /* min-width: 1400px; */
}

.clear {
    clear: both;
}

/* 头部=============================================================================================== */
#header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    top: 0;
    z-index: 10;

    /* overflow: hidden; */

    /* background: rgba(0, 0, 0, 0.1); */
    /* border-bottom: 1px solid #DDDDDD; */
}

.header_center {
    /* width: 1200px; */
    /* width: 62.5%; */
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    display: flex;
}

.logo {
    /* float: left; */
    display: inline-block;
    /* width: 315px; */
    width: 26%;
    height: 60px;
    /* opacity: 0.35; */
    padding-top: 36px;
    box-sizing: border-box;
}

.nav {
    display: flex;
    /* float: left; */
    height: 60px;
    line-height: 60px;
    /* margin-left: 100px; */

    position: relative;
    flex: 1;
}

.nav li {
    list-style: none;
    display: inline-block;
    /* width: 20%; */
    /*    padding: 0 12px; */
    padding: 0 21px;
}

.nav .slide_line {
    width: 90px;
    height: 3px;
    position: absolute;
    /* left: 0; */
    top: 56px;
    background: #00b3da;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav li a {
    white-space: nowrap;
    display: flex;
    /* width: 90px; */
    width: 100%;
    height: 60px;
    margin-top: 27px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    align-items: center;
    /* border: 3px solid transparent; */
}

/* .nav li a:hover {
    color: #00B3DA;
} */

.clear {
    clear: both;
}

.login_area {
    /* float: right; */
    /* display: inline; */
    /* display: inline-block; */
    /* margin-left: 5%; */
    /* width: 45%; */
    display: flex;
    margin-top: 40px;
}

.bar_login,
.agent_login {
    /* display: inline-block; */
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
    background: #00b3da;
    border-radius: 2px;
}

.agent_login {
    margin-left: 10px;
}

.dividing_line {
    display: inline-block;
    width: 1px;
    height: 14px;
    color: #dadada;
    margin: 0 10px;
}

.register {
    display: inline-block;
    width: 54px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #00b3da;
    text-decoration: none;
    margin-left: 20px;
    /* padding: 5px 10px; */
    border-radius: 2px;
}

/* new */
#header {
    width: 100%;
    /* height: 160px;
    line-height: 160px; */
    height: 100px;
    line-height: 100px;

    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
}

.header_center {
    width: 100%;
    max-width: 1200px;

    /* width:70%; */
    /* height: 160px;
    line-height: 160px; */
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    display: flex;
}

.nav {
    /* height: 160px;
    line-height: 160px; */
    height: 100px;
    line-height: 100px;
}

.nav .slide_line {
    top: 120px;
}

.logo {
    /* height: 160px; */
    height: 100px;
}
.bar_login,
.agent_login {
    /* width: 30%; */
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #bebebe;
    color: #000;
}
.agent_login:last-child {
    background-color: #5fc2fe;
    color: #fff;
    border: 1px solid #5fc2fe;
}
.header_center {
    position: relative;
}
.header-right {
    position: absolute;
    left: 104%;
    top: 27px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.header-right img {
    display: block;
    margin-right: 10px;
}

/* 右侧悬浮窗======================================================================================================================== */
.floatWindow {
    /* width: 49px;
    height: 58px; */
    position: fixed;
    top: 39%;
    right: 88px;
    z-index: 100;
    /* cursor: pointer; */
    /* background: url(../image/icon_customerservice_default.png) no-repeat center center; */
    width: 104px;
    height: 220px;
    background: url(../image/icon_customerservice_press.png) no-repeat center center;
    background-size: contain;
    transition: "all 0.5s";
    transform: "scale(1.13)";
    cursor: pointer;
}

/* 
.floatWindow_hover {
    width: 185px !important;
    height: 255px !important;
    background: url(../image/icon_customerservice_press.png) no-repeat center center !important;
} */

/* .online_customer_service {
    display: none;
} */

.service_ul {
    position: absolute;
    border-radius: 16px !important;
    box-shadow: 0px 8px 32px -20px rgba(0, 0, 0) !important;
    background-color: #fff;
    display: none;

    top: -167px;
    right: 104px;
}
.floatWindow:hover .service_ul {
    display: block;
}
.service_ul {
    background-size: cover;
    padding: 32px 64px;
}
.service_ul .contacts {
    margin-top: 30px;
}
.designWin_text {
    text-align: center;
    color: #666;
    font-weight: 400;
}
.service_ul .contacts img {
    height: 100px;
    width: 100px;
    max-width: none;
}
.service_ul .contact_text {
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 22px;
    margin-top: 16px;
}
.service_ul .sec_sub {
    color: #000;
    font-size: 24px;
    text-align: center;
}

.service_ul img {
    width: 115px;
    height: 115px;
}
.contacts {
    margin-top: 80px;
    display: flex;
    align-items: center;
}
.contact {
    margin-right: 32px;
}
.contact:last-child {
    margin-right: 0px;
}

/* 尾部========================================================================================================================== */
#footer {
    width: 100%;
    height: 340px;
    background: #26292d;
}

.footer_center {
    max-width: 1200px;
    height: 340px;
    margin: 0 auto;
}

.contact_us {
    width: 100px;
    /* height: 450px; */
    padding-left: 20px;
    /* float: left; */
}

.contact_us_p1 {
    color: #ffffff;
    font-size: 24px;
    /* padding-top: 200px; */
    padding-top: 100px;
}

.contact_us_p2 {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.6;
    /* margin-top: 20px; */
}

.contact_icon {
    width: 140px;
    /* height: 450px; */
    float: left;
    margin-left: 100px;
}

.contact_icon .qq,
.contact_icon .weixin {
    float: left;
    /* padding-top: 270px; */
    padding-top: 170px;
    cursor: pointer;
}

.contact_icon .weixin {
    margin-left: 40px;
}

.company_profile {
    float: left;
    margin-left: 130px;
    width: 700px;
    /* height: 450px; */
}

.company_name {
    color: #ffffff;
    font-size: 16px;
    /* padding-top: 200px; */
    padding-top: 100px;
    margin-bottom: 42px;
}

.company_profile_list {
    width: 700px;
    /* height: 190px; */
    height: 180px;
}

.company_profile_li {
    float: left;
    width: 335px;
    list-style: none;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 20px;
    padding-right: 14px;
}

/* new */
.footer_center {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer_left {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
}

.contact_us {
    padding-left: 0px;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_us_p1 {
    padding-top: 0px;
    color: #9599af;
    font-size: 20px;
}

.contact_us_p2 {
    margin-left: 50px;
    color: #9599af;
    font-size: 18px;
    opacity: 1;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.contact_us_p2 img {
    display: block;
    margin-right: 10px;
}

.company {
    margin-top: 20px;
    color: #9599af;
    font-size: 16px;
}
.company a {
    color: #9599af;
    font-size: 16px;
    text-decoration: none;
}
.company a:hover {
    text-decoration: underline;
}
.ercode {
    margin-top: 56px;
    display: flex;
}
.ertext_p1 {
    color: #9599af;
    margin-bottom: 20px;
}
.ertext_p2 {
    color: #9599af;
}
/* copyright======================================================================================================================= */
#copyright {
    width: 100%;
    height: 60px;
    background: #f8f8f8;
}

.copyright_center {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.copyright_center p {
    font-size: 12px;
    color: #666666;
}

/* new */
#footer {
    width: 100%;
    height: 180px;
    background: #26292d;
}

.footer_center {
    width: 80%;
    height: 180px;
    margin: 0 auto;
    max-width: 1200px;
}
.er_img {
    width: 92px;
    height: 92px;
    margin-top: -19px;
    margin-right: 40px;
    position: relative;
}
.er_img img {
    width: 100%;
    height: 100%;
}

.er_img-hover {
    display: none;
    position: absolute;
    top: -358px;
    left: 50%;
    transform: translateX(-46%);
    width: 270px;
    height: 364px;
    padding: 14px 18px 30px;
    background: url(../image/hover_bg.png) no-repeat;
    background-size: 100%;
    align-items: center;
    box-sizing: border-box;
    z-index: 110;
}
.er_img-hover img {
    height: auto;
}

.contact:hover .er_img-hover {
    display: flex;
}
.er_img:hover .er_img-hover {
    display: flex;
}
.a_meun {
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    display: none;
    box-shadow: 4px 8px 32px -20px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    width: 150px;
}
.nav li .a_meun a:hover {
    background-color: #efefef;
}

.nav li .a_meun a {
    padding: 0px;
    height: auto;
    line-height: 40px;
    margin: 0px;
    display: flex
;
    justify-content: center;
    width: 100%;
    font-size: 15px;

}
@media all and (max-width: 1000px) {
    #footer {
        position: fixed;
        bottom: 0px;
    }
    .footer_center {
        max-width: 100%;
        width: 80%;
    }
    .container {
        padding: 0px 20px;
    }
    .step_img {
        max-width: 100%;
    }
}
.float_vxpublic {
    position: absolute;
    z-index: 99;
    bottom: 39px;
    right: 68px;
    background: url(../image/ercode_vpublic.png);
    height: 340px;
    width: 270px;
}

.float_vxpublic_img {
    height: 232px;
    width: 232px;
    margin: 20px auto;
    display: block;
}
.float_vxpublic_text {
    font-size: 16px;
    margin: 10px auto;
    text-align: center;
    color: #333;
    margin-top: 20px;
}
.float_vxpublic_text_sub {
    font-size: 14px;
    margin-top: 10px;
    color: #666666;
}
.sub_left {
    color: #66b1ff;
    margin-right: 5px;
    font-weight: 500;
}

.yxds_x {
    color: #ffac39 !important;
}
