/* 轮播 */
.hw-banner {
    position: relative;
    height:460px;
    overflow: hidden;
}
.hw-banner .slides {
    position: relative;
    z-index: 1;
}
.hw-banner .slides li {
    height: 460px;
}
.hw-banner .slides li a{
    display: block;
    height: 460px;
}
.hw-banner .flex-control-nav {
    position: absolute;
    left:210px;
    right: 0px;
    margin: 0 auto;
    bottom: 20px;
    z-index: 2;
    text-align:center;
}
.hw-banner .flex-control-nav li {
    display: inline-block;
    margin: 0 9px;
    *display: inline;
    zoom: 1;
}
.hw-banner .flex-control-nav a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/control.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
}
.hw-banner .flex-control-nav .flex-active{
    background: url('../images/controlon.png') no-repeat;
}
/**公共样式****/
.hw-title{
    height: 90px;
    padding-top: 40px;
}
.hw-title .fl h3{
    font-size: 24px;
    color: #313131;
    display: inline-block;
    margin-right: 20px;
}
.hw-title .fl p{
    font-size: 14px;
    display: inline-block;
}
.hw-title .fr .minnav{
    padding-top: 10px;
}
.hw-title .fr .minnav ul{
}
.hw-title .fr .minnav ul li{
    float: left;
    padding: 0 20px;
    background: url('../images/minnav_bg.jpg') right center no-repeat;
}
.hw-title .fr .minnav ul li:last-child,.hw-title .fr .minnav ul li:nth-last-child(2){
    padding-right:0px;
    background: none;
}
.hw-title .fr .minnav ul li a{
    font-size: 14px;
    display: block;
    color: #313131;
    display: inline-block;
    position: relative;
}
.hw-title .fr .minnav ul li a:hover,.hw-title .fr .minnav ul li.active a{
    color: #b9a37f;
}
.hw-title .fr .minnav ul li.more{
    margin-left: 30px;
}
.hw-title .fr .viewmore{
    padding-top: 10px;
}
.hw-title .fr .viewmore a{
    font-size: 14px;
    color: #616161;
}
.hw-title .fr .viewmore a:hover{
    color: #b9a37f;
}
/**公共样式****/
.hw-yjd{
}
.hw-yjd .hw-yjd-box{
    padding-bottom: 60px;
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.hw-yjd .hw-yjd-box ul li{
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}
.hw-yjd .hw-yjd-box ul li:nth-child(4),.hw-yjd .hw-yjd-box ul li:nth-child(6){
    margin-right: 0px;
}
.hw-yjd .hw-yjd-box ul li .txt{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}
.hw-yjd .hw-yjd-box ul li .txt span{
    color: #313131;
    display:block;
    padding-bottom: 15px;
    position: relative;
}
.hw-yjd .hw-yjd-box ul li .txt span::after{
    content: '';
    display: block;
    height: 1px;
    background: #313131;
    position: absolute;
}
.hw-yjd .hw-yjd-box ul li .txt p{
    display: inline-block;
    font-size: 12px;
    color: #616161;
    margin-top: 15px;
}
.hw-yjd .hw-yjd-box ul li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
}
.hw-yjd .hw-yjd-box ul li:hover img{
     transform: scale(1.08);
}
.hw-yjd .hw-yjd-box ul li .big{
    width: 356px;
    height: 320px;
    position: relative;
}
.hw-yjd .hw-yjd-box ul li .big .pic{
    width: 356px;
    height: 320px;
    overflow: hidden;
}
.hw-yjd .hw-yjd-box ul li .big .txt{
    padding-top: 50px;
    text-align: center;
}
.hw-yjd .hw-yjd-box ul li .big .txt span{
    font-size: 24px;
}
.hw-yjd .hw-yjd-box ul li .big .txt span::after{
    width: 40px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%)
}
.hw-yjd .hw-yjd-box ul li .medium{
    width: 356px;
    height: 156px;
    position: relative;
}
.hw-yjd .hw-yjd-box ul li .medium .pic{
    width: 356px;
    height: 156px;
    overflow: hidden;
}
.hw-yjd .hw-yjd-box ul li .medium .txt{
    padding: 40px 17px 0 17px;
}
.hw-yjd .hw-yjd-box ul li .medium .txt span{
    font-size: 18px;
}
.hw-yjd .hw-yjd-box ul li .medium .txt span::after{
    width: 25px;
    left: 0;
    bottom: 0px;
}
.hw-yjd .hw-yjd-box ul li .small{
    width: 188px;
    height: 156px;
    position: relative;
}
.hw-yjd .hw-yjd-box ul li .small .pic{
    width: 188px;
    height: 156px;
    overflow: hidden;
}
.hw-yjd .hw-yjd-box ul li .small .txt{
    text-align: center;
    padding-top: 30px;
}
.hw-yjd .hw-yjd-box ul li .small .txt span{
    font-size: 18px;
}
.hw-yx{
}
.hw-yx .hw-yx-box{
    padding-bottom: 60px;
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.hw-yx .hw-yx-box ul li{
    float: left;
    margin: 0px 7px;
    overflow: hidden;
    position: relative;
}
.hw-yx .hw-yx-box ul li:hover{
    transform: translateY(-10px);
     transition: All 0.4s ease-in-out;
}
.hw-yx .hw-yx-box ul li .img{
    width: 306px;
    height: 204px;
    overflow: hidden;
}
/*.hw-yx .hw-yx-box ul li .img:hover{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transform: translateY(-10px);
}*/
.hw-yx .hw-yx-box ul li img{
    width: 100%;
}
.hw-yx .hw-yx-box ul li .text-truncate {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 242px;
    padding-bottom: 20px;
    font-size: 16px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hw-yx .hw-yx-box .eyes{
    position: absolute;
    right: 10px;
    bottom: 22px;
}
.hw-yx .hw-yx-box .eyes span{
    color: #999;
}
.hw-yx .hw-yx-box .eyes::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url("http://www.uqibang.com/template/home/css/../images/eyes.png") no-repeat;
    margin-right: 0px;
}
.hw-hot{
}
.hw-hot .hw-hot-box{
    padding-bottom: 60px;
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.hw-hot .hw-hot-left,.hw-hot .hw-hot-right{
    width: 200px;
    height: 300px;
    overflow: hidden
}
.hw-hot .hw-hot-medium{
    width: 880px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.hw-hot .hw-hot-medium .slides{
}
.hw-hot .hw-hot-medium .slides li{
    height: 300px;
    float: left;
}
.hw-hot .hw-hot-medium .slides li .box{
    width: 215px;
    height: 300px;
    float: left;
    position: relative;
    background: #f6f6f6;
    margin-right: 3px;
}
.hw-hot .hw-hot-medium .slides li last-child.box{
    width: 215px;
    height: 300px;
    float: left;
    position: relative;
    background: #f6f6f6;
    margin-right: 0px;
}
.hw-hot .hw-hot-medium .slides li .box .pic{
    width: 205px;
    height:205px;
    position: relative;
    overflow: hidden;
    padding: 8px 0 0 8px;
    /* background: #fafafa; */
}
.hw-hot .hw-hot-medium .slides li .box .pic a::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.hw-hot .hw-hot-medium .slides li .box .pic a:hover::after{
    opacity: 1;
    background: rgba(255, 255, 255,0.3)
}
.hw-hot .hw-hot-medium .slides li .box .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.hw-hot .hw-hot-medium .slides li .box .txt{
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 175px;
    text-align: center;
    transform: translateX(-50%)
}
.hw-hot .hw-hot-medium .slides li .box .txt a{
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hw-hot .hw-hot-medium .slides li .box .txt .price{
    width: 100%;
    height: 26px;
    line-height: 26px;
    background: #e6382f;
    padding: 1px;
    margin-top: 10px;
}
.hw-hot .hw-hot-medium .slides li .box .txt .price span{
    display: inline-block;
    width: 50%;
    height: 100%;
    float: left;
    font-size: 14px;
}
.hw-hot .hw-hot-medium .slides li .box .txt .price span small{
    font-size: 12px;
}
.hw-hot .hw-hot-medium .slides li .box .txt .price span:first-child{
    color: #ffffff;
    font-weight: bold;
}
.hw-hot .hw-hot-medium .slides li .box .txt .price span:last-child{
    color: #919191;
    background: #ffffff;
}
.hw-hot .hw-hot-medium .flex-direction-nav{
    position: absolute;
    z-index: 99;
    top:130px;
    left: 0px;
    width: 100%;
}
.hw-hot .hw-hot-medium .flex-direction-nav a{
    display: block;
    width: 20px;
    height:40px;
    background: url('../images/jt.png') center no-repeat;
    background-color: #d4d4d4;
    position: absolute;
}
.hw-hot .hw-hot-medium .flex-direction-nav a:hover{
    background: url('../images/jt.png') center no-repeat;
    background-color: #adadad;
}
.hw-hot .hw-hot-medium .flex-direction-nav .flex-prev{
     left: 11px;  
}
.hw-hot .hw-hot-medium .flex-direction-nav .flex-next{
    transform: rotate(180deg);
    right: 11px;
}
.hw-hot  .hw-hot-right{
    position: relative;
    overflow: hidden;
}
.hw-hot  .hw-hot-right .slides li {
    width: 200px;
    height: 300px;
    float: left;
}
.hw-hot  .hw-hot-right .slides li img{
    display: block;
    width: 200px;
    height: 300px;
}
.hw-hot  .hw-hot-right .flex-control-nav {
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    bottom: 10px;
    z-index: 2;
    text-align:center;
}
.hw-hot  .hw-hot-right .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.hw-hot  .hw-hot-right .flex-control-nav a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background:#c0c0c0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
}
.hw-hot  .hw-hot-right .flex-control-nav .flex-active{
   background: #e6382f;
}
.hw-hot .hw-hot-bottom{
    clear: both;
    padding-top: 68px;
    text-align: center;
}
.hw-hot .hw-hot-bottom .hw-hot-contact{
    display: block;
    width: 420px;
    height: 50px;
    text-align: center;
    line-height:46px;
    font-size: 16px;
    border: 2px solid #313131;
    margin: 0 auto;
    margin-bottom: 10px;
}
.hw-hot .hw-hot-bottom .hw-hot-contact:hover{
    background: #313131;
    color: #ffffff;
}
.hw-hot .hw-hot-bottom .hw-hot-zq{
    font-size: 14px;
    color: #b9a37f;
}
.hw-story{
}
.hw-story .hw-story-box{
    padding-bottom: 60px;
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.hw-story .hw-story-box ul{
}
.hw-story .hw-story-box ul li{
    width: 246px;
    float: left;
    margin-right: 12.5px;
}
.hw-story .hw-story-box ul li:last-child{
    margin-right: 0px;
}
.hw-story .hw-story-box ul li .pic{
    width: 246px;
    height: 246px;
    position: relative;
    overflow: hidden;
}
.hw-story .hw-story-box ul li .pic img{
    display: block;
    width: 246px;
    height: 246px;
    transition: all 0.8s ease-in-out;
}
.hw-story .hw-story-box ul li .pic img:hover{
    transform: scale(1.08)
}
.hw-story .hw-story-box ul li .pic p{
    position: absolute;
    left: 0px;
    bottom: -70px;
    width: 100%;
    height: 70px;
    padding: 10px 30px;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
    background: rgba(49,49,49,0.8);
    transition: all 0.4s ease-in-out;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hw-story .hw-story-box ul li .pic:hover p{
    bottom: 0px;
}
.hw-story .hw-story-box ul li .txt{
    text-align: center;
    color: #313131;
    height: 90px;
    padding-top: 20px;
    overflow: hidden;
}
.hw-story .hw-story-box ul li .txt h3{
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.hw-story .hw-story-box ul li .txt p{
    font-size: 14px;
    color: #919191;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hw-design{
    padding-bottom: 70px;
}
.hw-design .hw-design-box{
    height: 430px;
    overflow: hidden;
}
.hw-design .hw-design-box ul{
}
.hw-design .hw-design-box ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.hw-design .hw-design-box ul li:nth-child(4),.hw-design .hw-design-box ul li:nth-child(7){
    margin-right: 0px;
}
.hw-design .hw-design-box ul li .big{
    width: 390px;
    height: 430px;
    position: relative;
}
.hw-design .hw-design-box ul li .medium{
    width: 440px;
    height: 210px;
    position: relative;
}
.hw-design .hw-design-box ul li .small{
    width: 210px;
    height: 210px;
    position: relative;
}
.hw-design .hw-design-box ul li .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hw-design .hw-design-box ul li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.hw-design .hw-design-box ul li .txt{
    position: absolute;
}
.hw-design .hw-design-box ul li .big .txt{
    width: 260px;
    height: 80px;
    color: #ffffff;
    left: 0px;
    top: 170px;
    overflow: hidden;
}
.hw-design .hw-design-box ul li .big .txt span{
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    float: left;
    font-size: 18px;
    background: rgba(49, 49, 49, 0.9);
}
.hw-design .hw-design-box ul li .big .txt p{
    width: 180px;
    height: 80px;
    font-size: 14px;
    line-height: 28px;
    padding: 14px 20px;
    float: left;
    background: rgba(49, 49, 49, 0.7);
}
.hw-design .hw-design-box ul li .small .txt{
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #313131;
    padding-top: 30px;
}
.hw-design .hw-design-box ul li .small .txt h3{
    font-size: 24px;
}
.hw-design .hw-design-box ul li .small .txt p{
    font-size: 14px;
    margin-top: 5px;
}
.hw-design .hw-design-box ul li:nth-child(4) .txt,.hw-design .hw-design-box ul li:nth-child(5) .txt{
    color: #ffffff;
}
.hw-process{
    height: 260px;
   /* background-image:url('/template/pc/images/process.jpg');*/
    background: #1a222e;
    overflow: hidden;
}
.hw-process ul li{
    width: 220px;
    height: 260px;
    margin: 0 18px;
    background: #223446;
    float: left;
    padding-top: 75px;
    text-align: center;
}
.hw-process ul li .pic{
    height: 60px;
}
.hw-process ul li .pic img{
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto;
}
.hw-process ul li  .txt{
    padding-top: 40px;
}
.hw-process ul li  .txt p{
    font-size: 16px;
    color: #ffffff;
}
.hw-block-title{
    text-align: center;
    height: 90px;
    padding-top: 40px;
}
.hw-block-title h3{
    font-size: 24px;
    color: #313131;
}
.hw-module .hw-title{
    border-bottom: 1px solid #e6e6e6;
}
.hw-module .hw-title .fr .minnav ul li a{
    display: inline-block;
    position: relative;
}
.hw-module .hw-title .fr .minnav ul li a:hover::after,.hw-module .hw-title .fr .minnav ul li.active a::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b9a37f;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.hw-module .hw-title .fr .minnav ul li:last-child a::after{
    width: 0px;
}
.hw-module .hw-module-box{
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.hw-module .hw-module-box .hw-module-list{
    display: none;
}
.hw-module .hw-module-box .hw-module-list.active{
    display: block;
}
.hw-module .hw-module-ad{
    margin: 30px 0px;
    overflow: hidden;
}
.hw-module .hw-module-ad img{
    display: block;
    width: 100%;
    height: auto;
}
.hw-module .hw-module-box ul li{
    width: 246px;
    height: 360px;
    float: left;
    margin-right: 12.5px;
    margin-bottom: 65px;
    position: relative;
    overflow: hidden;
}
.hw-module .hw-module-box ul li:nth-child(5n){
    margin-right: 0px;
}
.hw-module .hw-module-box ul li .pic{
    width: 246px;
    height: 246px;
    background:#f4f4f4;
    overflow: hidden;
}
.hw-module .hw-module-box ul li .pic img{
    display: block;
    width: 246px;
    height: 246px;
    transition: all 0.8s ease-in-out;
    background: #f6f6f6;
}
.hw-module .hw-module-box ul li .pic img:hover{
     transform: scale(1.08);
}
.hw-module .hw-module-box ul li .txt1{
    height: 114px;
    padding: 18px 30px 0 30px;
    color: #313131;
    text-align: center;
    overflow: hidden;
}
.hw-module .hw-module-box ul li .txt1 h3{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hw-module .hw-module-box ul li .txt1 span{
    font-size: 16px;
    display: inline-block;
    padding: 10px 0px;
    font-weight: bold;
    color: #e56a69;
}
.hw-module .hw-module-box ul li .txt1 p{
    color: #919191;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hw-module .hw-module-box ul li .txt2{
     width: 100%;
     height: 70px;
     position: absolute;
     left: 0px;
     bottom:-114px;
     background: rgba(49, 49, 49, 1.0);
     color: #313131;
     padding: 12px 30px;
     transition: all 0.4s ease-in-out;
     overflow: hidden;
}
.hw-module .hw-module-box ul li .txt2 p{
    font-size: 12px;
    line-height:22px;
    color: #ffffff;
     overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hw-module .hw-module-box ul li.more .box{
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    bottom: 114px;
    transform: translateX(-50%);
    padding-top: 40px;
    text-align: center;
    border: 8px solid #707070;
    transition: all 0.2s ease-in-out;
}
.hw-module .hw-module-box ul li.more .box:hover{
    border: 8px solid #a0a0a0;
}
.hw-module .hw-module-box ul li.more .box p{
    font-size: 16px;
    color: #313131;
    line-height: 30px;
    padding: 0 10px;
     transition: all 0.2s ease-in-out;
}
.hw-module .hw-module-box ul li.more .box p span{
    font-size: 24px;   
    float: left;
}
.hw-module .hw-module-box ul li.more .box:hover p{
    color: #707070;
}
.hw-module .hw-module-box ul li .addppt{
    display: block;
    width: 65px;
    height: 20px;
    background: #313131;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display:none;
}
.hw-customized{
}
.hw-customized .hw-customized-box{
    padding-bottom: 60px;
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.hw-customized ul li{
    width: 300px;
    float: left;
    margin-right: 26.6666667px;
    margin-bottom: 30px;
}
.hw-customized ul li:nth-child(4n){
    margin-right: 0px;
}
.hw-customized ul li .pic{
    width: 300px;
    height: 180px;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 8px rgba(0,0,0,.02);
    border-radius: 8px;
    transition:all .3s ease;
}
.hw-customized ul li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.hw-customized ul li .pic:hover{
     transform: scale(1.08);
     border: none;
     box-shadow: 0 0 5px 3px rgba(0,0,0,0.09);
}
.hw-customized ul li .txt{
    height: 120px;
    padding: 20px 30px 0 30px;
    text-align: center;
    overflow: hidden;
}
.hw-customized ul li .txt .img{
    height: 54px;
}
.hw-customized ul li .txt .img img{
    display: block;
    width: auto;
    height: 54px;
    margin: 0 auto;
}
.hw-customized ul li .txt p{
    font-size: 14px;
    color: #616161;
    line-height: 24px;
    margin-top: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hw-customized .more{
    width: 420px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 0 auto;
}
.hw-customized .more a{
    display: block;
    font-size: 16px;
    color:#313131;
    border: 2px solid #313131;
}
.hw-customized .more a:hover{
    background: #313131;
    color: #ffffff;
}
.hw-partner{
    overflow: hidden;
}
.hw-partner .hw-partner-box ul li{
    width: 208px;
    height: 102px;
    float: left;
    margin-right: 6.4px;
    margin-bottom: 6.4px;
}
.hw-partner .hw-partner-box ul li:nth-child(6n){
    margin-right: 0px;
}
.hw-partner .hw-partner-box ul li img{
    display: block;
    width: 208px;
    height: 102px;
    background: #f4f4f4;
}
.hw-partner .hw-partner-box .more{
    width: 420px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin: 60px auto;
}
.hw-partner .hw-partner-box .more a{
    display: block;
    font-size: 16px;
    border: 2px solid #313131;
    color: #313131;
}
.hw-partner .hw-partner-box .more a:hover{
    background: #313131;
    color: #ffffff;
}
.hw-left-nav{
    position: absolute;
    width:36px;
    margin: 0 auto;
    right: 50%;
    margin-right: 655px;
    z-index: 99;
    top:690px
}
.hw-left-nav.fiexd{
    position: fixed;
    top: 62px!important;
}
.hw-left-nav ul li{
    /* width: 46px; */
    background-color: rgb(230, 230, 230);
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    position: relative;
}
.hw-left-nav ul li::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    border-left-color: transparent;
    top: 12px;
    left:30px;
}
.hw-left-nav ul li a{
    display: block;
    padding: 6px;
    font-size: 12px;
    color: #666666;
}
.hw-left-nav ul li.active,.hw-left-nav ul li:hover{
    background: #b9a37f;
}
.hw-left-nav ul li.active a,.hw-left-nav ul li:hover a{
    color: #ffffff;
}
.hw-left-nav ul li.active::after,.hw-left-nav ul li:hover::after{
    border-left-color: rgb(186, 164, 127);
}
/* .hw-left-nav ul li:last-child{
    background: #b9a37f;
    color: #ffffff;
}
.hw-left-nav ul li:last-child a{
    color:#ffffff;
    height: 46px;
}
.hw-left-nav ul li:last-child::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    border-bottom-color: #ffffff;
    top: 20px;
    left: 50%;
    transform: translateX(-50%)
} */