﻿@charset "utf-8";


.jrs-head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 84px;
    display: flex;
    padding: 0px 24px 0px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 222;
}

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

.logo img {
    max-width: 202px;
}

.logo .blue {
    display: none;
}



.menu {
    height: 100%;
    margin-left: auto;
    margin-right: 36px;
}

.menu>ul>li {
    float: left;

}

.menu>ul>li>span {
    position: relative;
    height: 84px;
    display: block;
}

.menu>ul>li:last-child {
    margin-right: 30px;
}

.menu>ul>li>span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc(100% - 12px);
    height: 100%;
    background-color: var(--main-color);
    z-index: 2;
    transform: translateX(-50px) skew(-22deg);
    opacity: 0;
    transition: all .3s;
}

.menu>ul>li>span>a {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 4;
    transition: all .3s;
    display: block;
    height: 100%;
    padding: 0 24px;
    line-height: 84px;
}

.menu>ul>li.active>span::before,
.menu>ul>li.active::after,
.menu>ul>li:hover>span::before,
.menu>ul>li:hover>span::after {
    opacity: 1;
    transform: translateX(0) skew(-22deg);
}

.menu>ul>li.active>span>a,
.menu>ul>li:hover>span>a {
    color: #fff;
}

.menu>ul>li .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    display: flex;
    transition: all 0.4s ease-out;
    width: 100%;
    background-color: var(--main-color);
    background-image: url(../images/menu_bg.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 9;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

.menu>ul>li .sub-menu .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.sub-menu .max-width {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 45px 0 35px 0;
}

.sub-menu .menu_left h3 {
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
}

.sub-menu .menu_left span {
    color: rgba(255, 255, 255, 0.50);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.one_menu {
    flex: 1;
    max-width: 782px;
    
}
.one_menu .subnav {
width:100%;
}
.one_menu .subnav>ul{
    display: flex;
    flex-wrap: wrap;
}
.one_menu .subnav>ul>li {
float: left;
margin-right: 16px;
/* width: 33.33%; */
}
.subnav {
    width: 400px;
}

.subnav>ul>li>a {
    display: block;
    margin-bottom: 16px;
    max-width: 230px;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.subnav>ul>li>a>i {
    margin-left: 30px;
    position: relative;
    opacity: 0;
    width: 36px;
    height: 36px;
    transition: all .3s ease;
}

.subnav>ul>li>a span,
.subnav>ul>li>a i {
    display: inline-block;
    vertical-align: middle;
}

.subnav>ul>li>a i:before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/arrow-right.svg);
}

.subnav>ul>li>a svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 101;
    stroke-dashoffset: 101;
    transform: rotate(-90deg);
    transition: all .6s ease;
}

.subnav .menu_third {
    padding-bottom: 12px;
    overflow: hidden;
    display: none;
}

.subnav .menu_third a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 6px;
    white-space: nowrap;
}

.subnav .current .menu_third {
    overflow: visible;
    display: inline-block;
}

@media screen and (min-width: 1025px) {
    .subnav>ul>li.current>a i {
        opacity: 1;
    }

    .subnav>ul>li.current>a svg {
        stroke-dashoffset: 0;
    }

    .subnav>ul>li>a.default span {
        color: rgba(255, 255, 255, 0.5);
    }

    .menu_third>a.default {
        color: rgba(255, 255, 255, 0.5);
    }
}

/* 移动端导航 */
.menubar {
    position: relative;
    display: none;
    width: 21px;
    height: 18px;
    margin-top: 5px;
    margin-left: 16px;
    z-index: 99;
    cursor: pointer;
}

.menubar .bar {
    position: absolute;
    right: 0;
    top: 0;
    height: 2px;
    background: #fff;
    transition: all ease .3s;
}

.menubar .bar.bar01 {
    width: 13px;
}

.menubar .bar.bar02 {
    top: 6px;
    width: 17px;
}

.menubar .bar.bar03 {
    top: 12px;
    width: 21px;
}


/*search*/
.head_search {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 50%;
}

.head_search i {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}

.head_search i.sousuoend {
    background-image: url(../images/search_w.svg);
}

.head_search i.cuohao {
    display: none;
    background-image: url(../images/close_blue.svg);
}

.cuohao.act {
    color: #333;
}

.search_eject {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    padding: 50px 0;
    z-index: 302;
    display: none;
    background: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.search_eject .pcsearch {
    max-width: 900px;
    margin: 0 auto;
}

.sear_title {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.sebox_form {
    margin-top: 20px;
    padding: 18px 24px;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background: #FFF;
}

.sebox_form .pro_select_box {
    border-radius: 0;
    margin: 0;
    margin-right: 22px;
    background: transparent;
    padding: 0;
    width: 80px;
    height: 26px;
}

.sebox_form .pro_select_box .span input {
    background: transparent;
    border-radius: 0;
    width: 80px;
    height: 26px;
    padding: 0;
    color: var(--main-color);
}

.sebox_form .pro_select_box .drop_down_ {
    top: 45px;
}

.sebox_form .pro_select_box .span input::-webkit-input-placeholder {
    color: var(--main-color);
}

.sebox_form .pro_select_box .span input:-moz-placeholder {
    color: var(--main-color);
}

.sebox_form .pro_select_box .span input::-moz-placeholder {
    color: var(--main-color);
}

.sebox_form .pro_select_box .span input:-ms-input-placeholder {
    color: var(--main-color);
}

.sebox_input {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sebox_form .m_ser_l {
    flex: 1;
}

.sebox_form .sebox_input input {
    line-height: 26px;

}

.sebox_form .sebox_input input::-webkit-input-placeholder {
    color: rgba(101, 113, 136, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sebox_form .sebox_input input:-moz-placeholder {
    color: rgba(101, 113, 136, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sebox_form .sebox_input input::-moz-placeholder {
    color: rgba(101, 113, 136, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sebox_form .sebox_input input:-ms-input-placeholder {
    color: rgba(101, 113, 136, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sebox_input .m_submit {
    width: 20px;
    height: 20px;
    background-image: url(../images/search_black.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
}

@media screen and (max-width: 1200px) {
    .menu {
        display: none !important;
    }

    .head_right {
        margin-left: auto;
    }

    .menubar {
        display: inline-block;
    }

    .head_search {
        margin-right: 25px;
    }

}

@media screen and (max-width: 1024px) {
    .head_search {
        margin-right: 16px;
    }

}

@media screen and (max-width: 767px) {
    .jrs-head {
        padding-left: 16px;
    }

    .logo img {
        max-width: 180px;
    }

    .head_search {
        margin-right: 0px;
    }


}

/* 移动端导航 */
.gnb-all {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: var(--main-color);
   
    z-index: 9;
    overflow: hidden;
    transition: all ease .6s;
}

.gnb-all .container {
    height: 100%;
}

.gnb-all .all_bg {
    position: relative;
    margin-top: 84px;
    height: calc(100% - 84px);
    padding: 0 15px;
    display: block;
    overflow-y: auto;

}
.gnb-all .all_bg::before {
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url(../images/subtract.svg);
    background-repeat: no-repeat;
    background-position: center top;
}


.jrs-head.gnb-open .gnb-all {
    height: 100vh;
}

.jrs-head.gnb-open .logo {
    position: relative;
    z-index: 99;
}

.jrs-head.gnb-open .menubar .bar {
    background-color: var(--white-color);
}

.jrs-head.gnb-open .menubar .bar.bar01 {
    width: 30px;
    top: 6px;
    transform: rotate(45deg);
}

.jrs-head.gnb-open .menubar .bar.bar02 {
    display: none;
}

.jrs-head.gnb-open .menubar .bar.bar03 {
    width: 30px;
    top: 6px;
    transform: rotate(-45deg);
}

.all_bg {
    display: flex;
}


/*点击展开导航*/
.sidebar-menu {
    list-style: none;
    margin: 0;
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sidebar-menu>li>a {
    display: block;
    color: #fff;
    line-height: 22px;
}

.sidebar-menu>li>a>span {
    color: inherit;
    font-size: 18px;
}

.sidebar-menu>li>a>i {
    width: 18px;
    height: 22px;
    float: right;
    background-image: url(../images/menu_icon_pressed_one.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-menu>li.active>a>i {
    background-image: url(../images/menu_icon_open_one.svg);
}

.sidebar-menu>li>.treeview-menu li em {
    width: 18px;
    height: 22px;
    float: right;
    font-style: normal;
    background-image: url(../images/menu_icon_more.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-menu>li>.treeview-menu li i {
    width: 18px;
    height: 22px;
    float: right;
    background-image: url(../images/menu_icon_open_two.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-menu>li>.treeview-menu li.ico i {
    background-image: url(../images/menu_icon_more.svg);
}

.sidebar-menu>li .badge,
.sidebar-menu>li .label {
    margin-top: 3px;
    margin-right: 5px
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li.active>.treeview-menu {
    display: block
}

.sidebar-menu a {
    text-decoration: none;
    color: var(--white-color);
   
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-top: 8px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px
}

.sidebar-menu .treeview-menu>li {
    margin: 0;
    font-size: 16px;
}

.sidebar-menu .treeview-menu>li>a {
    padding: 7px 0px 7px 0;
    display: block;
    color: #fff;
}

.sidebar-menu .treeview-menu>li>.treeview-menu {
    border-left: 1px solid #F2F4F6;
}

.sidebar-menu .treeview-menu>li>.menu_open {
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.8;
}

.sidebar-menu .treeview-menu>li>.menu_open li {
    padding-bottom: 15px;
    border-left: 1px solid #F2F4F6;
    padding-left: 20px;
}

.sidebar-menu .treeview-menu>li>.menu_open li:last-child {
    padding-bottom: 0;
}

.sidebar-menu .treeview-menu>li>.treeview-menu>li>a {
    padding: 7px 0px 7px 0;
}

.sidebar-menu .treeview-menu>li.active>a i {
    background-image: url(../images/menu_icon_open_two.svg);
}

.sidebar-menu .treeview-menu>li>.menu_open li b {
    width: 18px;
    height: 22px;
    float: right;
    background-image: url(../images/user_icon_more.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.navtoggle {
    width: 32px;
    height: 100%;
    float: right;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.navtoggle span {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/nav_icon_menu_white.svg);
    font-size: 0;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.white_bg .navtoggle span,
.page_header .navtoggle span {
    background-image: url(../images/nav_icon_menu_grey.svg);
}

.white_bg .navtoggle.navleft span,
.page_header .navtoggle.navleft span {
    background-image: url(../images/menu_icon_close.svg);
}

.navleft span {
    background-image: url(../images/menu_icon_close.svg);
    background-size: 24px 24px;
}

.open_logo {
    width: 100%;
    height: 57px;
    padding: 10px 16px;
}

.open_logo a.img {
    display: inline-block;
    height: 100%;
}

.open_logo a.img img {
    max-height: 100%;
}

.menu_bottom {
    padding: 20px 16px;
    padding-bottom: 30px;
}

.menu_bottom ul {
    margin-right: -7px;
    margin-left: -7px;
}

.menu_bottom ul li {
    width: 50%;
    padding: 0 7px;
    float: left;
}

.menu_bottom ul li a {
    height: 48px;
    text-align: center;
    display: block;
    line-height: 48px;
    background: #F2F4F6;
    border-radius: 24px 24px 24px 24px;
}

.menu_bottom span {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    background-size: 20px 20px;
}

.menu_bottom .back_ico {
    background-image: url(../images/menu_icon_home.svg);
}

.menu_bottom .login_ico {
    background-image: url(../images/menu_icon_log.svg);
}

.menu_bottom .logout_ico {
    background-image: url(../images/user_icon_logout.svg);
}

.menud_footer {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 22px;
}

.menud_footer a {
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 22px;
}

.menud_footer span {
    font-size: inherit;
    color: inherit;
    white-space: nowrap;
}

.two_menu {
    display: block;
}

.two_menu .menu_open {
    display: block;
}

/* header hover */
.jrs-head.on,
.jrs-head.headerColor2,
.jrs-head.headerColor3 {
    background-color: var(--white);
}

.jrs-head.on .logo .white,
.jrs-head.headerColor2 .logo .white,
.jrs-head.headerColor3 .logo .white {
    display: none;
}

.jrs-head.on .logo .blue,
.jrs-head.headerColor2 .logo .blue,
.jrs-head.headerColor3 .logo .blue {
    display: inline-block;
}

.jrs-head.on .menu>ul>li>span>a,
.jrs-head.headerColor2 .menu>ul>li>span>a,
.jrs-head.headerColor3 .menu>ul>li>span>a {
    color: var(--dark);
}

.jrs-head.on .menu>ul>li.active>span>a,
.jrs-head.on .menu>ul>li:hover>span>a,
.jrs-head.headerColor2 .menu>ul>li.active>span>a,
.jrs-head.headerColor2 .menu>ul>li:hover>span>a,
.jrs-head.headerColor3 .menu>ul>li.active>span>a,
.jrs-head.headerColor3 .menu>ul>li:hover>span>a {
    color: #fff;
}

.jrs-head.on .head_search,
.jrs-head.headerColor2 .head_search,
.jrs-head.headerColor3 .head_search {
    background-color: #F0F2F7;
}

.jrs-head.on .head_search i.sousuoend,
.jrs-head.headerColor2 .head_search i.sousuoend,
.jrs-head.headerColor3 .head_search i.sousuoend {
    background-image: url(../images/search_black.svg);
}

.jrs-head.on .menubar .bar,
.jrs-head.headerColor2 .menubar .bar {
    background-color: var(--dark);
}

/* 移动端 */
.jrs-head.gnb-open .logo .blue {
display: none;
}
.jrs-head.gnb-open .logo .white {
    display: inline-block;
}
.jrs-head.gnb-open .menubar .bar {
    background-color: var(--white-color);
}

@media (max-width:767px) {
.jrs-head {
    position: fixed !important;
}


}