.website_header_wrap {
    z-index: 1000;
    height: 81px;
    position: sticky;
    top: 0;
}

.bg1 {
    background: url(../../../img/home/banner/bg.png) no-repeat;
    background-size: 100% 828px;
}

.bg2 {
    background: url(../../../img/home/banner/bg2.png) no-repeat;
    background-size: 100% 828px;
}

.website_header_wrap .header_block {
    height: 100%;
    opacity: 1;
    transition: all .2s ease-out;
    border-bottom: 1px solid #E5E5E5;
    color: #fff;
}

.phone_nav {
    display: none;
}

.wap {
    display: none;
}

.activeBg {
    background: #fff;
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 2%);
}

.website_header_wrap .header_block .header_row .row_left,
.website_header_wrap .header_block .header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.website_header_wrap .header_block .header_row {
    max-width: 1400px;
    margin: 0 auto;
}

.line {
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 20px;
}

.text {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.header_logo {
    display: flex;
    align-items: center;
    padding-left: 16px;
    ;
}

.nav_group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0;
    height: 100%;
    margin-left: 40px;
}

.nav_group li {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin: 0 0.15rem;
    padding: 0 4px;
}

.nav_group li.active_this::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.nav_group li.active_this-blue::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 3px;
    background: #1A68FE;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.header_row .row_right {
    position: relative;
    display: flex;
    margin-left: 4px;
}

.row_right_btn {
    display: flex;
}

.second_btn {
    cursor: pointer;
    width: 88px;
    background: #ffffff;
}

.primary_btn {
    cursor: pointer;
    border-radius: 4px;
    padding: 0 20px;
}

.website_header_wrap .header_block .header_row .row_right .row_right_btn div {
    border-radius: 6px;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_card {
    width: 700px;
    height: 285px;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0px 3px 11px 1px rgba(0, 0, 0, 0.0800);
    opacity: 1;
    position: absolute;
    top: 80px;
    left: -200px;
    padding: 40px 10px;
    display: none;
    background-color: #fff;
}

.nav_group li:hover .nav_card {
    display: block;
}

.nav_card>div>div ul>li {
    margin: 10px 0;
}

.nav_card>div>div ul>li>a {
    color: #999 !important;
}

.nav_card>div>div ul>li>a:hover {
    color: #1A68FE !important;
}

.nav_card>div>div ul>li>.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.6;
}