@charset "UTF-8";
.category-item .title{
    color:#fff;
    font-size:16px;
    padding-left: 35px;
}
.aui-container-bxo {
    background: #fff;
    margin: 0 auto 0;
    float: left;
    width:100%;
}

.aui-content-sidebar {
    position: relative;
    width:100%;
}

.aui-content-menu-head {
    position: relative;
    padding: 5px 0 7px;
    z-index: 999;
}

.aui-content-menu-head-list {
    /*width: 100%;*/
    padding-right:23px;
    position: relative;
    height: 34px;
    line-height: 34px;
    border-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aui-content-menu-head-list h2 {
    display: inline-block;
    padding-left: 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.aui-content-menu-head-list a {
    padding: 0 6px;
    width: 56px;
    height: 14px;
    font-size: 14px;
    margin: 0 5px 5px 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333;
}
.aui-content-menu-head-list a:hover{
    color:#0062ae;
}

.aui-content-menu-head-list-arrow {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 6px;
    height: 11px;
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.aui-content-sidebar .aui-content-main .active .aui-content-menu-head {
    /* -webkit-box-shadow: -3px 0 4px 2px rgba(0,0,0,.09);
    -moz-box-shadow: -3px 0 4px 2px rgba(0,0,0,.09);
    box-shadow: -3px 0 4px 2px rgba(0,0,0,.09);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; */
    background: rgba(225, 27, 16, 0.05);
    cursor: pointer;
}

.aui-ds {
    display: none;
}

.aui-content-menu .aui-content-menu-dow {
    position: absolute;
    left: 100%;
    top: 0;
    height: 675px;
    min-width: 667px;
    /* padding: 7px 10px 0 30px; */
    padding: 30px;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
    overflow-y: auto;
    /* -webkit-box-shadow: 2px 0 2px 2px rgba(0,0,0,.09)!important;
    -moz-box-shadow: 2px 0 2px 2px rgba(0,0,0,.09)!important;
    box-shadow: 2px 0 2px 2px rgba(0,0,0,.09)!important; */
    border: 1px solid #C62827;
    border-radius: 0 2px 2px 2px;
    line-height: 40px;
    margin-left: -1px;
}
.theme-default .aui-content-menu .aui-content-menu-dow{
    height: 480px;
}


.aui-content-menu-dow dl {
    /*margin: 0 0 17px;*/
}

.aui-content-menu-dow dl dt a {
    color:#207ad6;
}
.aui-content-menu-dow dl dt {
    position: relative;
    /*width: 70px;*/
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    /*margin: 0 0 6px;*/
    font-weight: bold;

}
.aui-content-menu-dow dt {
    display: inline-block;

}


.aui-content-menu-dow dl dt span {
    position: relative;
    display: inline-block;
    padding: 0;
    color: #121212;
}

.aui-content-menu-dow dl dd {
    color: #555;
    font-size: 0;
    overflow: hidden;
    display: inline;
    line-height: 0;
}
.aui-content-menu-dow dd {
    display: inline;
}
.aui-content-menu-dow dl dd a {
    display: inline-block;
    position: relative;
    /* margin-left: 10px; */
    padding: 0 11px;
    font-size: 14px;
    line-height: 28px;
    color: #777;
    white-space: nowrap;
}

/* .aui-content-menu-dow dl dd a:nth-of-type(1):before{
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #D8D8D8;
    top: 8px;
    left: 0;
} */


.aui-content-menu-dow dl dd .aui-a-curr {
    color: #666666;
}
.aui-content-menu-dow dl dd .aui-a-curr:hover {
    color: #207ad6;
}

.aui-content-sidebar .active:after {
    content: '';
    position: relative;
    top: 0;
    bottom: 0;
    /*right: -1px;*/
    width: 7px;
    height: 52px;
    background: #fff;
    z-index: 102;
}

.active {
    right: -1px;
}
.wrap-aui-content-main{
    overflow: auto;
    transform:rotateY(180deg);
}
.aui-content-main-box{
    overflow:hidden;
}
.aui-content-main{
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 2px;
    -ms-overflow-style:none;
}
.wrap-aui-content-main,
.aui-content-main-box,
.aui-container-bxo,
.aui-content-main{
    height: 675px;
}

/** 分类、导航 */
.site-list{
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 225px;
    width: 975px;
    text-align: center;
}
.site-a{
    flex-basis: 110px;
    margin-left:0;
    cursor:default;
    position: relative;
}
.site-a a.nav1-title{
    color:#333;
    cursor:pointer;
}
/*导航栏和类目 start*/
.site-header{
    background-color:#0062ae;
    height:60px;
    position: absolute;
    z-index: 99;
}
.site-header .category-item{
    position: absolute;
    font-size:16px;
    height:60px;
    line-height:60px;
    width:200px;
}
.category-item:hover{
    background-color:#015293;
}
.site-header .site-list{
    padding-top:0;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 975px;
    text-align: center;
    line-height: 60px;
}
.site-header .site-a{
    line-height:60px;
    flex-basis: 110px;
    margin-left:0;
    cursor:default;
}
.site-a a.nav1-title{
    display: inline-block;
    color:#fff;
    font-size:16px;
    font-weight: normal;
    cursor:pointer;
    height: 56px;
}
.site-a a.nav1-title:hover{
    border-bottom:2px solid #fff;
}
/*专区导航内容区box*/
.region-container-box {
    display: none;
    text-align: left;
    background: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    /*width: 225px;*/
}
/*.region-container-box ::-webkit-scrollbar-track {*/
/*    width: 0px;*/
/*    background: transparent;*/
/*    z-index: -1;*/
/*}*/
/*.region-container-box ::-webkit-scrollbar-thumb {*/
/*    width: 0px;*/
/*    background:black;*/
/*}*/
/*.region-container-box ::-webkit-scrollbar {*/
/*    width: 0px;*/
/*}*/
.region-container-main{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 480px;
    scrollbar-width:none;
    -ms-overflow-style:none;
    /*width: 223px;*/
}
/*三级导航*/
.region-container-main .region-third-nav-box {
    position: absolute;
    left: 0;
    top: 0;
    /*margin-left: 2px;*/
    height:480px;
    min-width: 667px;
    border: 1px solid red;
    /*padding: 7px 10px 0 30px;*/
    /*box-sizing: border-box;*/
    /*z-index: 1;*/
    /*background: #fff;*/
    /*overflow-y: scroll;*/
    /*-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;*/
    /*-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;*/
    /*box-shadow: 0 0 4px 2px rgba(0,0,0,.09)!important;*/
    /*border-radius: 2px;*/
    /*border-top-left-radius: 0;*/
}

.region-container-head-list{
    cursor:pointer;
    padding: 5px 0 7px;
    min-width:110px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index:999;
}
.region-container-head-list a{
    display: block;
    height: 100%;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
}
/*原版样式 end*/
.theme-default .site-header,
.theme-default .site-header .site-list{
    background-color:#fff;
    height:48px;
}
.theme-default .site-a a.nav1-title{
    color:#333;
    font-size:14px;
    font-weight:bold;
    height:auto;
}
.theme-default .site-a a.nav1-title:hover{
    color:#207ad6;
    border:0;
}
.theme-default .site-header .category-item{
    width:225px;
    height: 48px;
    line-height: 48px;
}
.theme-default .category-item .title{
    font-size:14px;
    color:#fff;
}
.fa-bars{
    padding-left: 38px;
    color: #eeeeee;
}
.theme-default .site-header .site-a{
    line-height: 48px;
}
.theme-default .aui-content-main{
    height:480px;
}
.theme-default .aui-content-menu-head-list-arrow{
    right:23px;
}
.scroll-menu{
    overflow-y:auto ;
}
.top-search .search-keyword{
    margin-top: 40px;
    width: 460px;
}
.aui-container-bxo{
    position: relative;
}
.home-category .aui-content-main{
    height: 0;
    transition: height 0.3s;
}
.home-category .aui-content-menu-head{
    position: static;
}
.ca-title{
    line-height: 20px;
    font-weight: bold;
    padding: 11px 10px 11px 30px;
    font-size: 14px;
    /* cursor: pointer; */
    position: relative;
    z-index: 1;
    font-size: 16px;
}
.home-category{
    display: flex;
    flex-direction: column;
    border: 1px solid #C62827;
}
.home-category > li ~ li{
    border-top: 1px solid #eee;
}
.home-category .li-link:hover{
    color: #C62827;
}
.half-center .ca-title,
.active-ca .ca-title{
    box-shadow: 0 5px 10px 0 #eeeeee;
    /* background-color: #C62827;
    color: #fff; */
}
.half-center .down-icon,
.active-ca .down-icon{
    transform: rotate(90deg);
}
.home-category [data-id="0"].active-ca .down-icon{
    transform: rotate(-90deg);
}
.home-category [data-id="0"] .down-icon{
    transform: rotate(90deg);
}
.active-ca + li .ca-title{
    box-shadow: 0 -5px 10px 0 #eeeeee;
}
.half-center li ~ li .aui-content-main{
    box-shadow: 0 5px 10px 0 #eeeeee inset;
}
.half-center li:last-child:after,
li:last-child.active-ca:after{
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    bottom: -11px;
    left: 0;
    box-shadow: 0 -5px 10px 0 #eeeeee;
}
.down-icon {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    position: relative;
    line-height: 18px;
    text-align: center;
    z-index: 1;
    font-weight: normal;
    transform: rotate(-90deg);
    box-sizing: border-box;
}
.down-icon:hover{
    border-color: #C62827;
}
.down-icon:hover > .icongengduo-min{
    color: #C62827;
}
.down-icon .icongengduo-min {
    color: #666666;
}
.down-icon .icongengduo-min {
    font-size: 12px;
}
.category-right-table td{
    font-size: 12px;
    line-height: normal;
    padding-bottom: 8px;
}
.category-right-table td a{
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 20px;
}
.category-right-table .aui-a-curr{
    color: #999;
}
.category-right-table .aui-a-curr:hover{
    color: #C62827;
}
.second-category-td{
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}