@charset "utf-8";

.topbar_submenu_wrap {
    position: absolute;
    left: -526px;
    top: 69px;
    opacity: 0;
    width: 1133px;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -3px 0 0 #fff, -6px 0 6px 0 rgba(0, 0, 0, 0.04), 6px 0 6px 0 rgba(0, 0, 0, 0.04), 0px 6px 6px 0 rgba(0, 0, 0, 0.04);
}

.main_li_p:hover .topbar_submenu_wrap {
    height: auto;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 1;
}

.topbar_submenu {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    cursor: default;
    width: 1133px;
    height: 365px;
    /* padding-left: 32px; */
}

.topbar_submenu_wrap .topbar_topmenu {
    width: 1133px;
    height: 22px;
    margin-bottom: 10px;
    margin-left: -32px;
    background: linear-gradient(180deg, #ababab 0, rgba(127, 57, 38, 0) 100%);
    opacity: .08;
}

.topbar_submenu_wrap .f-topmenu {
    display: inline-block;
    width: 272px;
    padding-left: 18px;
    height: 100%;
    vertical-align: top;
}

.topbar_submenu_wrap .topbar_topmenu_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    line-height: 15px;
    height: 31px;
    padding-left: 20px;
}

.main_li .topbar_submenu a {
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    color: #333;
}

.topbar_topmenu_content {
    width: 235px;
    height: 76px;
    padding-left: 20px;
    margin-bottom: 25px;
    padding-top: 11px;
    cursor: pointer;
    text-align: left;
}

.topbar_submenu_wrap .menu_svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 2px;
    margin-top: -5px;
}

.topbar_submenu_wrap .menu_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.topbar_submenu_wrap .menu_content {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    line-height: 0;
}

.topbar_submenu_wrap .f-topmenu-line {
    display: inline-block;
    width: 1px;
    height: 248px;
    background: #f5f5f5;
    position: relative;
    top: 46px;
    line-height: 0;
}