<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.head-top{
    width: 100%;
    background: linear-gradient(-83deg,#FF4F0D,#FF9201);
    height: 30px;
}
.h_line_30{
    line-height: 30px;
    float: left;
}

.head-hr{
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 25px;
    margin-top: 25px;
}
.h_30{
    height: 30px;
    float: left;
}
.head-top .head-top-box{
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
.head-top .head-top-box.head-top-right{
    float: right;
}
.head-top .head-top-box span{
    padding-right: 10px;
}
.head-top .head-top-box a{
    font-size: 12px;
    color: #fff;
    /* border-right: 1px #fff solid; */
    /* padding: 0 10px; */
}
.a-border-r{
    border-right: 1px rgba(255,255,255,1) solid; 
}
.head-top .head-top-box.head-top-right a{
    padding: 0 17px;

}
.head-top .head-top-box a:last-child{
    border-right: 0px #fff solid;
}
.head-top .h_30 a{
    border-right: 0px #fff solid;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    background: #FF9201;
}
.head-top .head-top-box .h_30 a{
    padding: 0 9px 0 4px;
}
.head-top .head-top-box .h_30 a:first-child{
    padding: 0 4px 0 9px;
}
.head-top .h_30 a i{
    font-size: 20px;
    float: left;
    margin-right: 4px;
}
.head-search-box{
    padding: 25px 0 25px 0;
    font-size: 0;
}
.search-box{
    width: 324px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -15px;
    margin-left: 40px;
}
.head-search-box .logo{
    vertical-align: bottom;
    height: 70px;
}
.language-box{
    width: 78px;
    height: 26px;
    background: rgba(255,146,1,1);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    opacity: 1;
    float: right;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    /* margin-top: -63px; */
}
.language-box a{
    color: #fff;
}
.language-box a i{
    vertical-align: -2px;
}
.language-box:hover .language-list{
    height: 26px;
    opacity: 1;
}
.language-list{
    line-height: 26px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    height: 0;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255,146,1,1);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.language-list a{
    color: #FF9201;
}
.bg-none{
    background: none;
}
.search-box input{
    width: 324px;
    padding: 0 10px 0 95px;
    height: 34px;
    border: 1px solid #4E8C7F;
    box-sizing: border-box;
    border-radius: 40px;
    overflow: hidden;
}
.search-box button{
    position: absolute;
    right: 0;
    height: 34px;
    bottom: 0;
    background: #4E8C7F;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
    border: none;
}
.search-box button[type="submit"]{
    background: transparent;
    color: #4E8C7F;
}
.search-box button img{
    vertical-align: middle;
}
.search-box .search-types{
    margin: 0;
    padding: 5px 4px;
    display: none;
}
.search-box .search-types li{
    display: inline-block;
    padding: 1px 6px;
    float: left;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    background: #CCCCCC;
    margin-right: 8px;
}

.search-error{
    color: #E92D2D;
    font-size: 12px;
    display: none;
}
.search-box .search-types li.active{
    background: #FF9201;
    color: #fff;
}
.search-box .search-types li:not(.active):hover{
    background: #FF9201;
    color: #fff;
}
.search-type-select{
    position: absolute;
    bottom: 0;
    left: 0;
}
.search-type-select .dropdown-toggle {
    position: relative;
    border-radius: 50px 0 0 50px;
    outline: none;
    width: 82px;
    padding: 0;
}
.search-type-select .dropdown-toggle:hover{
    color: #fff;
}
.search-type-select .dropdown-toggle:active,.search-type-select .dropdown-toggle:focus{
    border: 0;
    outline: none;
    color: #fff;
}
.search-type-select .dropdown-toggle .caret{
    /* position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px; */
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.search-type-select .dropdown-menu li.active a,.search-type-select .dropdown-menu&gt;li&gt;a:hover,.search-type-select .dropdown-menu&gt;li&gt;a:focus{
    background: #fff0db;
    color: #333;
}
.search-type-select  .caret{
    border-top: 4px solid #fff;
}
input#navSearch.input-error::placeholder{
    color: #f00;
}
input#navSearch.input-error::-webkit-input-placeholder{
    color: #f00;
}
.search-type-select .dropdown-menu&gt;li&gt;a{
    padding: 8px 20px;
    cursor: pointer;
    outline: none;
    height: auto !important;
    line-height: 1.42857143 !important;
}
.search-type-select .dropdown-menu{
    padding:0;
    border: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 120px;
    padding: 0px 0px;
}
.search-button{
    height: 40px;
    display: inline-block;
    color: #FF6504;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    font-weight: bold;
    border: 1px #FF6504 solid;
    font-size: 14px;
}
.search-button i{
    font-size: 22px;
    margin-right: 9px;
    float: left;
    font-weight: normal;
}
.part-search-box{
    display: inline-block;
    border-radius: 20px;
    position: relative;
    line-height: 34px;
	height:34px;
    line-height: 1;
    /* margin-right: 20px; */
    font-size: 12px;
}
.part-search-box input{
    width: 280px;
    padding-right: 80px;
    line-height: 34px;
	height:34px;
    padding-left: 16px;
    border: 0;
    border-radius: 20px;
    border: 1px #4E8C7F solid;
}
.search-index-title .icon-more{
    margin-top: 20px;
    float: none;
    border-radius: 20px;
    display: inline-block;
}
.search-index-title  a.a-more{
    vertical-align: top;
    margin-left: 20px;
    float: right;
}   
.search-index-title .dis-inb.fr{
    /* width: 412px; */
}
.part-search-box i{
    width: 50px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    background: #4E8C7F;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 60px;
}
.head-top .head-top-box span.bardge{
    height: 14px;
    background: #fff;
    color: #ff6209;
    text-align: center;
    padding: 0;
    padding: 0px 3px;
    border-radius: 14px;
    line-height: 13px;
    display: inline-block;
    vertical-align: 6px;
    margin-left: -3px;
    font-weight: bold;
}
.inquiry-left{
    width: 888px;
    float: left;
    border: 1px #E6E6E6 solid;
    background: #fff;
}
.inquiry-right{
    float: right;
    width:312px;
    height: 322px;
    background:url("../img/index-bg.png") no-repeat;
    background-size: cover;
    opacity:1;
    overflow: hidden;
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    background-position: center;
}
.inquiry-right .inquiry-form{
    background: #FFF7F0;
    border-radius: 6px;
    padding: 16px 14px 5px;
    margin-top: 70px;
}
.inquiry-right img.bg{
    mix-blend-mode: soft-light; 
    position: absolute;
    left: -50px;
    bottom: 0;
  }
.index-title&gt;span.title{
    font-size: 24px;
    font-weight: bold;
    color: #262626;
    padding-left: 18px;
    position: relative;
}
.index-title .index-title-tip{
    vertical-align: 2px;
}
.index-title&gt;span.title::before{
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    bottom: -8px;
    background: #FF9201; */
}
.inquiry-list{
    display: inline-block;
    margin-left: 123px;
}
.inquiry-list&gt;div{
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.inquiry-list&gt;div i{
    float: left;
    font-size: 18px;
    color: #808080;
    font-weight: normal;
    margin-right: 5px;
}
.inquiry-content{
    background: #fff;
    height: 220px;
    overflow: auto;
    margin: 20px 28px 20px;
}
.inquiry-content-list,.xp-content-list{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.inquiry-content-list li,.xp-content-list .xp-content-li-box{
    width: 167px;
    display: inline-block;
    margin: 20px 56px 20px 0;
}
.inquiry-content-list li a.inquiry-btn ,.xp-content-list li a.inquiry-btn{
    background: #FF9201;
    padding: 2px 6px;
    float: right;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-top: -3px;
}
.xp-content-list li{
    padding: 10px 25px;
    display: inline-block;
    float: left;
    border-top: 2px solid rgba(255,146,1,0.1);
    border-right: 2px solid rgba(255,146,1,0.1);
    border-bottom: 2px solid transparent;;
    margin-top: -2px;
}

.xp-content-list li:nth-child(4n+1){
    padding-left: 0;
}
.xp-content-list li:nth-child(4n){
    padding-right: 0;
    border-right: 0
}
.xp-content-list li:nth-child(-n+4){
    border-top: 0;
    padding-top: 0px;
}
.xp-content-list li:nth-last-child(-n+4) {
    /* padding-bottom: 0; */
    border-bottom: 2px solid rgba(255,146,1,0.1);
}
.xp-content-list li a.inquiry-btn{
    float: none;
}
.xp-content-list .xp-content-li-box{
    background: rgba(128,128,128,0.05) url(../images/xunpan_bg.png) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 10px;
    margin: 0;
}
.xp-content-list .xp-content-li-box .xp-content-li-title{
    width: 152px;
    overflow: hidden;
    white-space: nowrap;
}
.inquiry-content-list li:nth-child(4n) {
    margin-right: 0;
}
.inquiry-content-list li div:not(.inquiry-end-date){
    margin: 5px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xp-content-list{

}
.inquiry-right-title{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding-left: 16px;
    letter-spacing: 2px;
    text-shadow: 0px 2px 4px rgba(255,79,13,1);
}
.inquiry-right-title::before{
    content: '';
    position: absolute;
    left: 0px;
    width: 6px;
    top: 5px;
    background: #fff;
    height: 36px;
}
.inquiry-text{
    line-height: 22px;
    letter-spacing: 1px;
}
.inquiry-form input[type="text"],.inquiry-form input[type="number"]{
    width: 100%;
    height: 34px;
    padding: 0 10px;
    background: #fff;
    border: 0;
    border:1px solid #E6E6E6;
}
.inquiry-form .inquiry-form-btn{
    text-align: center;
}
.inquiry-form .inquiry-form-btn button{
    width: 100%;
    height: 38px;
    background: #FF6504;
    color: #fff;
    letter-spacing: 5px;
    font-size: 18px;
    border: 0;
}
.domestics-content-box{
    padding: 20px 16px 20px 16px;
    background: #fff;
}
.domestics-title-box{
    border-bottom: 1px #FF9201 solid;
    background: transparent;
}
.domestics-content-box div.domestics-title{
    display: inline-block;
    float: left;
    width: 112px;
    height: 34px;
    line-height: 34px;
    background:#FF9201;
    color: #fff;
    font-size: 20px;
    text-shadow:0px 1px 2px rgba(0,0,0,0.35);
    text-align: center;
    font-weight: bold;
}
.domestics-title-list{
    display: inline-block;
    float: right;
    max-width: 80%;
    line-height: 30px;
}
.domestics-title-list span,.hot-word span{
    margin: 0 12px;
    color: #005AA0;
    cursor: pointer;
}
.domestics-title-list span.cor41{
    color: #4162FF;
    margin: 0 5px;
}
.domestics-title-list span:hover,.hot-word span:hover{
    color: #FF9201;
}
.hot-word span{
    color: #005AA0;
}
.domestics-title-list .icon-more{
    display: inline-block;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0px;
    background:#4162FF;
    margin-top: 7px;
}
.domestics-content-left{
    width: 264px;
    float: left;
    margin-right: 30px;
    height: 274px;
}
.domestics-content-right{
    width: 872px;
    float: left;
}
.domestics-companys{
    margin: 0;
}
.domestics-companys li:not(:last-child){
    margin-bottom: 13px;
}

.domestics-companys li .domestics-companys-index{
    display: inline-block;
    float: left;
    width: 36px;
    margin-right: 8px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #FF6504;
    border-radius: 2px;
}
.domestics-companys li .domestics-companys-name{
    display: inline-block;
    float: left;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px #B3B3B3 dashed;
    padding: 0 0 12px;
    color: #4D4D4D;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.domestics-companys li .domestics-companys-name:hover{
    color: #FF6504;
}
.domestics-companys li:last-child .domestics-companys-name{
    border-bottom: 0
}
.domestics-list {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.domestics-list li{
    width: 130px;
    display: inline-block;
    float: left;
    margin-right: 18px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.domestics-list li:nth-child(6n){
    margin-right: 0;
}
.domestics-list li div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.domestics-list li:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);

}
.domestics-list li:hover .img-box{
    border-color: #FF6D04;
}
.domestics-list li:hover div{
    color: #FF6D04;
}
.img-box{
    width: 130px;
    height: 98px;
    line-height: 86px;
    text-align: center;
    overflow: hidden;
    border: 1px #E6E6E6 solid;
    padding: 5px;
}
.img-box img{
    max-width: 80%;
    max-height: 100%;
}
.brand-box .bd ul{
    width: 100%;
    padding: 1px 0 ;
    margin: 0 0 -2px 0;
}
.brand-box .bd ul li{
    width: 199.5px;
    height: 117px;
    border-top: 1px #e5e5e5 solid;
    margin-top: -1px;
}
.brand-box .bd ul li:nth-child(6n){
    border-right: 0;
}
.brand-box .bd ul li .pic{
    height: 117px;
    line-height: 117px;
}
.classify-list  li{
    /* width: 140px;
    margin-right: 24px; */
}
.classify-list .img-box{
    /* width: 140px;
    height: 106px;
    line-height: 103px; */
}

.brand-box .ulWrap ul li:nth-child(8),
.brand-box .ulWrap ul li:nth-child(9),
.brand-box.ulWrap ul li:nth-child(10),
.brand-box .ulWrap ul li:nth-child(11),
.brand-box .ulWrap ul li:nth-child(12),
.brand-box .ulWrap ul li:nth-child(13),
.brand-box .ulWrap ul li:nth-child(14) {
    border-bottom: 1px #e5e5e5 solid;
}
.hot-word{
    display: inline-block;
    float: right;
    line-height: 82px;
    margin-right: 20px;
}
.classify-img{
    position: relative;
    border: 1px #E6E6E6 solid;
    height: 100%;
}
.classify-content-box .domestics-content-left{
    width: 264px;
}
.classify-content-box .domestics-content-right{
    /* width: 796px */
}
.classify-img img{
    width: 100%;
    height: 100%;
}
.classify-img .classify-title{
    padding: 0 18px;
    position: absolute;
    bottom: 10px;
    color: #fff;
}
.classify-img .classify-title h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2PX;
    text-shadow:0px 2px 4px rgba(0,0,0,0.35);
    padding: 0 0px 0 10px;
    position: relative;
    margin: 0 0 5px;
}
.classify-img .classify-title div{
    text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
}
.classify-img .classify-title h2 span{
    position: relative;
    z-index: 10;
}
.classify-img .classify-title h2::before{
    position: absolute;
    content: '';
    height: 17px;
    left: 0;
    width: 148px;
    background: #FF9201;
    bottom: -2px;
    z-index: 0;
}
.classify-news-title{
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size:18px;
    line-height:50px;
    background:rgba(0,0,0,0.5);
    right: 0;
    left: 0;
    height: 50px;
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.classify-content-box{
    /* border-bottom: 2px #FF9201 solid; */
    margin: 0 16px;
    padding: 16px 0;
}
.classify-content-box:last-child{
    border-bottom:0
}
.news-content-box{
    padding: 5px 16px 48px 16px;

}
.news-content-box .domestics-content-left{
    width: 350px;
    margin-right: 32px;
}
.news-content-box .domestics-content-right{
    width: 784px;
}
.news-list{
    margin: 0;
}
.news-list li{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px #e6e6e6 solid;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
.news-list li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.news-list li .news-list-title span{
    display: block;
    color: #999999;
    width: 60px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    margin-right: 16px;
}
.news-list li .news-list-content h3{
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 0;
    max-width: 610px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.news-list li:hover .news-list-content h3{
    color: #FF9201;
}
.news-list-title{
    width:62px;
    height:62px;
    border:1px solid rgba(255,146,1,0.5);
    float: left;
}
.news-list-title .news-list-date{
    color: #FF6504;
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-family: '寰蒋闆呴粦';
    letter-spacing: -1px;
    margin-top: 9px;
}
.news-list-content{
    float: left;
    margin-left: 10px;
    width: 690px;
}
.news-list-content .news-list-p{
    float: left;
    max-width: 675px;
    height: 35px;
    font-size: 12px;
    overflow: hidden;
    color: #808080;
    margin-top: 8px;
}
.inquiry-content::-webkit-scrollbar  
{  
    width: 4px;  
    height: 4px;  
    opacity: 0;
}
.inquiry-content:hover::-webkit-scrollbar  {
    opacity: 1;
}
.pagebar-box{
    text-align: right;
}
.pagebar-box a{
    background: transparent;
    border: 0;
    text-align: center;
    border-radius: 26px;
    margin: 0;
    min-width: 26px;
    width: auto;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    color: #666;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.pagebar-box span{
    color: #666;
}
.filter-list-box {
    width: 800px;
    position: relative;
}
.filter-list-box .filters-links-box a{
    color: #4D4D4D;
    padding: 0 16px;
    display: block;
    background: #fff;
    line-height: 48px;
}

.filter-list-box .filters-links a{
    display: inline-block;
    float: left;
    line-height: 1.7;

}
.filter-list-box .filters-links-box a:hover,.filter-list-box .filters-links-box a.active{
    color: #FF6504;
}

.nav-choose{
    height:20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    padding: 0 10px;
    line-height: 18px;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    display: inline-block;
    margin-right: 4px;
}
.nav-choose i{
    font-size: 12px;
    cursor: pointer;
}
.nav-choose i:hover{
    color: #FF6504;
}
.banner-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 400px;
    background: #333;
}
.banner-content-box{
    background: #fff;
    margin: 8px 8px 0;
    padding: 0 13px;
    height: 142px;
    border-radius:4px;
}
.banner-content-title{
    padding: 10px 0 15px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.banner-content-title i{
    margin-right: 2px;
    font-weight: normal;
}
.small-icon{
    font-size: 12px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    display: inline-block;
    vertical-align: 1px;
    letter-spacing: -3px;
}
.banner-content-list,.banner-newxp{
    width: 100%;
    overflow: hidden;
    height: 100px;
}
.banner-content-list ul{
    margin: 0;
}
.banner-content-list li{
    position: relative;
    padding: 0px 0px 14px 12px;
    color: #4D4D4D;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.banner-content-list li::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #4161ff;
    border-radius: 5px;
    top: 7px;
    left: 0;
}
.banner-content-list.no-round li{
    padding-left: 0;
}
.banner-content-list.no-round li::before{
    background: transparent;
}
.banner-content-list .w_182{
    width: 182px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
.banner-newxp{
    display: inline-block;
    width: 100%;
    padding-left: 3px;
    font-size: 0;
}
.banner-newxp ul{
    text-align: justify;
    margin: 0;
}
.banner-newxp li{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 30%;
}
/* .banner-newxp ul:before {
    content: "";
    display: inline-block;
    height: 100%;
} */
.banner-newxp ul:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.xp-count{
    color:rgba(99,178,60,1);
    width:49px;
    height:18px;
    line-height: 18px;
    background:rgba(243,243,243,1);
    border:1px solid rgba(99,178,60,0.3);
    border-radius:9px;
    margin: 6px auto;
}

.boutique-box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.boutique-box .boutique-list{
    width: 590px;
    float: left;
    margin-right: 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
}
.boutique-box .boutique-list:nth-child(2n){
    margin-right: 0px;
}
.boutique-box .boutique-img-box{
    position: relative;
    float: left;
    width: 186px;
}
.boutique-box .boutique-img-box img{
    width: 186px;
    height: 321px;
    vertical-align: top;
}
.boutique-box .boutique-img-box h1{
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 13px 17px;
    background: rgba(93, 57, 0,0.3);
    border-radius: 0 0 32px 0;
}
.boutique-box .boutique-img-box h1:nth-child(2){
    background: rgba(60, 0, 92,0.3);
}
.boutique-box .boutique-img-box h1:nth-child(3){
    background: rgba(0, 79, 82,0.3);
}
.boutique-box .boutique-img-box h1:nth-child(4){
    background: rgba(103, 58,0,0.3);
}
.boutique-box .boutique-img-box h1 span{
    display: block;
    font-family: 'Arial';
    font-weight: lighter;
    font-size: 12PX;
    letter-spacing: 0px;
    margin-top: 4px;
}
.boutique-box .boutique-list-box{
    float: left;
}
.boutique-box .boutique-product-box{
    width: 404px;
    height: 235px;
    border-bottom: 1px #F1F1F1 solid;
}
.boutique-box .boutique-product-list {
    float: left;
    width: 33.33%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #f1f1f1 #fff #fff;
    transition:  all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.boutique-box .boutique-list-box.amd-list-box .boutique-product-img{
    margin-top: 0;
    height: 127px;
    line-height: 108px;
}
.boutique-box .boutique-list-box.amd-list-box .boutique-product-box{
    height: 321px;
}
.boutique-box .boutique-list-box.amd-list-box .boutique-product-list{
    height: 50%;
    cursor: pointer;
    border-color: #fff #f1f1f1 #f1f1f1 #fff;
}
.boutique-box  .boutique-list-box.amd-list-box .boutique-product-list:nth-child(3n) {
    border-right-color: #fff 
}
.boutique-box  .boutique-list-box.amd-list-box .boutique-product-list:nth-child(4),
.boutique-box  .boutique-list-box.amd-list-box .boutique-product-list:nth-child(5) ,
.boutique-box  .boutique-list-box.amd-list-box .boutique-product-list:nth-child(6) ,
.boutique-box.brand-list-box .boutique-product-list:nth-child(4),
.boutique-box.brand-list-box .boutique-product-list:nth-child(5) ,
.boutique-box.brand-list-box .boutique-product-list:nth-child(6)  {
    border-bottom-color:  #fff
}


.boutique-box.brand-list-box .boutique-product-list{
    width: 140px;
    height: 160px;
    border-color: #fff #dbdbdb  #dbdbdb  #fff
}
.boutique-box.brand-list-box .boutique-product-img{
    line-height: 124px;
    height: 128px;
    margin-top: 0;
    overflow: hidden;
}
.boutique-box.brand-list-box .boutique-img-box{
    width: 178px;
}
.boutique-box.brand-list-box .boutique-list{
    width: 598px;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px #dbdbdb solid;
}
.boutique-box.brand-list-box .boutique-product-list:nth-child(3n) {
    border-right-color: #fff 
}
.boutique-box.boutique-list-box .boutique-product-list:hover,.boutique-box  .boutique-list-box.amd-list-box .boutique-product-list:hover{
    border-color: #FF9201
}
.boutique-box.brand-list-box .boutique-product-box{
    border-bottom: 0;
    width: 420px;
}
.boutique-box.brand-list-box{
    /* border-radius: 10px; */
    /* overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.16);
    margin-bottom: 20px; */
}
.boutique-box.brand-list-box .boutique-product-a{
    width: 420px;
}
.boutique-box.boutique-list-box.brand-list-box  .boutique-list {
    border-radius:0;
    box-shadow:unset;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.16);
    margin-bottom: 20px;
}
.boutique-box.brand-list-box .boutique-img-box img {
    width: 178px;
    height: 321px;
    vertical-align: top;
}
.boutique-box .boutique-list{
    margin-bottom: 20px;
}
.boutique-box .boutique-list:nth-last-child(2),.boutique-box .boutique-list:nth-last-child(1){
    margin-bottom: 0px;
}
.boutique-box .boutique-product-list:hover{
    border-color: #FF9201 #FF9201 #FF9201 #FF9201;
}
.boutique-box .boutique-product-img{
    width: 100%;
    height: 132px;
    text-align: center;
    line-height: 116px;
    margin-top: 22px;
}
.boutique-box.brand-list-box .boutique-product-img img{
    width: 60%;
}
.boutique-box .boutique-product-img img{
    width: 75%;
    max-height: 100%;
}
.boutique-box .boutique-product-name{
     color: #303030;
     font-size: 12px;
     text-align: center;
     font-weight: bold;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     padding: 0 10px;
}
.boutique-box .boutique-product-link{
    width: 61px;
    height: 24px;
    background: #FF9201;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    border-radius: 3px;
    line-height: 23.5px;
}
.boutique-box .boutique-product-a{
    margin: 20px 0;
    width: 404px;
    height: 46px;
    overflow: hidden;
}
.boutique-box .boutique-product-a .more{
    color: #FF6504;
}
.boutique-box .boutique-product-a a{
    display: inline-block;
    padding: 3px 0px 3px 13px;
    color: #666666;
    font-size: 12px;
    float: left;
    width: 67px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.boutique-box .boutique-product-a a::after{
    /* content: '&gt;'; */
}
.boutique-box .boutique-product-a a:hover{
    color: #ff6209;
}
.boutique-box .EPAL-img-box img{
    height: 294px;
}
.boutique-box .EPAL-img-box h1{
    top: 29px;
    left: 30px;
    background: transparent;
    padding: 0;
    font-style: italic;
    font-size: 23px;
    font-family: 'Hiragino Sans GB' !important;
    font-weight: normal;
    letter-spacing: 0;
}
.boutique-box .EPAL-img-box h1 .EPAL-link{
    width: 48px;
    height: 21px;
    font-size: 13px;
    color: #A16F1D;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 25px;
    font-style: normal;
    background: rgba(255,202,117,0.4);
    background: -moz-linear-gradient(top, rgba(255,250,244,0.4) 0%, rgba(255,202,117,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,250,244,0.4)), color-stop(100%,rgba(255,202,117,0.4)));
    background: -webkit-linear-gradient(top, rgba(255,250,244,0.4) 0%, rgba(255,202,117,0.4) 100%);
    background: -o-linear-gradient(top, rgba(255,250,244,0.4) 0%, rgba(255,202,117,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(255,250,244,0.4) 0%, rgba(255,202,117,0.4) 100%);
    background: linear-gradient(top, rgba(255,250,244,0.4) 0%, rgba(255,202,117,0.4) 100%);
    border: 1px solid rgba(210, 160, 81, 1);
    box-shadow: 0px 1px 1px 0px rgba(111,75,0,0.4);
}
.boutique-box .EPAL-img-box h1 span::after{
    position: absolute;
    content: '';
    left: 0;
    width: 33px;
    height: 2px;
    background: #fff;
    top: 8px;
}
.boutique-box .EPAL-img-box h1 span{
    position: relative;
    padding-top: 20px;
    font-size: 13px;
}
.boutique-box .EPAL-img-box .EPAL-type{
    position: absolute;
    bottom: 37px;
    left: 30px;
}
.boutique-box .EPAL-img-box .EPAL-type a{
    border: 1px #fff solid;
    padding: 4px 10px;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    margin-right: 4px;
    width: 70px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.boutique-box .EPAL-list-box .boutique-product-img{
    height: 100px;
    line-height: 100px;
    margin-top: 0;
}
.boutique-box .EPAL-list-box .boutique-product-list{
    height: auto;
}
.boutique-box .EPAL-list-box .boutique-product-name{
    padding: 14px 0;
}
.boutique-box .EPAL-list-box .boutique-product-box {
    border-bottom: 0;
}
.boutique-box  .EPAL-list-box .boutique-product-list:nth-child(-n+3){
    border-bottom-color: #f1f1f1;
}
.boutique-box  .EPAL-list-box .boutique-product-list:hover{
    border-bottom-color:#FF9201;
}
.supplier-box .boutique-list{
    padding: 25px 22px;
    position: relative;
    height: 196px;
}
.supplier-box .boutique-list h2{
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}
.supplier-box .boutique-list h2 span{
    font-size: 15px;
    font-weight: bold;
    background: #FF6504;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    color: #fff;
    padding: 1.5px 3px;
}
.supplier-box .supplier-content-left{
    width: 400px;
    float: left;
    margin-top: 27px;
}
.supplier-box  .supplier-img-box{
    display: inline-block;
    float: left;
    width: 91px;
    height: 91px;
    border: 1px #FFEEE4 solid;
    background: #FFFDFB;
    text-align: center;
    line-height: 87px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.supplier-box  .supplier-img-box:hover{
    border: 1px #FF9201 solid;
}
.supplier-box  .supplier-img-box:not(:last-child){
    margin-right: 12px;
}
.supplier-box  .supplier-img-box img{
    max-width: 80%;
    max-height: 80%;
}
.supplier-box .supplier-content-right{
    float: right;
    width: 144px;
    text-align: center;
    margin-top: 30px;
}
.supplier-box .supplier-content-right .supplier-goods-number{
    width: 82px;
    height: 82px;
    margin: 0 auto;
    background: #E9EAEC;
    border-radius: 100%;
    font-size: 12px;
    color: #666666;
}
.supplier-box .supplier-content-right .supplier-goods-number div{
    font-size: 30px;
    color: #FF6700;
    padding-top: 10px;
}
.supplier-list-box .boutique-list {
    border: 1px #EEEBEE solid;
}
.boutique-box.supplier-list-box  .boutique-list{
    margin-bottom: 17px;
    margin-right: 17px;
    width: 591.5px;
}
.boutique-box.supplier-list-box .boutique-list:nth-child(2n) {
    margin-right: 0px;
}
.supplier-link{
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #ff9201;
    color: #fff;
}
.supplier-link:hover{
    color: #fff;
}
.supplier-link::after{
    content: '';
    border-top: 20px transparent solid;
    border-bottom: 24px #ff9201 solid;
    border-left: 20px solid transparent;
    position: absolute;
    left: -20px;
    top: -20px;
}
.login-nav{
    padding: 33px 20px 20px;
}
.login-nav span{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.login-nav span:nth-child(2n){
    margin-right: 0;
}
.login-nav i{
    margin-right: 3px;
}
.login-tel-box{
    font-size: 22px;
    color: #FAFAFA;
    text-align: center;
}
.login-tel-box i{
    font-size: 22px;
    margin-right: 10px;
}
.brand-column-box  .boutique-list{
    width: 100%;
    margin-right: 0;
}
.brand-column-box  .EPAL-img-box img{
    height: 498px;
}
.brand-column-box .boutique-product-list{
    width: 25%;
}
.brand-column-box .boutique-product-box{
    width: 1014px;
}
.brand-column-box  .EPAL-list-box .boutique-product-list{
    width: 237px;
    margin-left: 16px;
    border: 0;
}
.brand-column-box .EPAL-list-box .boutique-product-img{
    border: 3px transparent solid;
    width: 100%;
    height: 178px;
    line-height: 174px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;

}
.brand-column-box .EPAL-list-box .boutique-product-name{
    color: #4D4D4D;
    font-size: 14px;
    height: 38px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 8px 0 26px;
    text-align: left;
    white-space: normal;
}
.brand-column-box .boutique-list-box{
    margin-top: 2px;
}
.brand-column-box .boutique-list,.brand-column-box .boutique-list:nth-last-child(2), .brand-column-box .boutique-list:nth-last-child(1){
    background: transparent;
    margin-bottom: 32px;
}
.brand-column-box .EPAL-img-box{
    background: #000 center no-repeat;
    background-size: cover;
    background-blend-mode: overlay ;
    width: 186px;
    height: 498px;
    border-radius:10px 0px 0px 10px;
    box-shadow:0px 3px 6px rgba(0,0,0,0.2);
}
.brand-column-box .EPAL-img-box-red{
    background-color: #D5050D;
}
.brand-column-box .EPAL-img-box-blue{
    background-color: #0083E8;
}
.brand-column-box .EPAL-img-box-green{
    background-color: #027A54;
}
.brand-column-box .brand-logo{
    padding: 20px 24px;
}
.brand-column-box .brand-logo img{
    max-width: 100%;
    height: auto;
}
.brand-column-box .brand-product-type li{
    padding: 0px 24px 28px;
    text-shadow:0px 2px 4px rgba(0,0,0,0.45);
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.brand-column-box .brand-product-type li i{
    position: absolute;
    right: 5px;
    top: -3px;
    font-size: 19px;
    /* font-weight: bold; */
    color: #fff;
    text-shadow: unset;
}
.brand-column-box .boutique-product-img img {
    max-width: 80%;
    max-height: 100%;
}
.EPAL-list-box-red .boutique-product-img:hover{
    border-color: #E00C1E;
}
.EPAL-list-box-blue .boutique-product-img:hover{
    border-color: #007DE4;
}
.EPAL-list-box-green .boutique-product-img:hover{
    border-color: #037E54;
}
.brand-box{
    background: #FAFAFA;
}
.brand-box .bd{
    overflow: unset;
}
.brand-box .bd ul li{
    background: rgba(126,126,126,0.06);    box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
    width: 169px;
    height: 169px;
    border: 0;
    margin-right: 3px;
    margin-top: 0;
    border: 3px transparent solid;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.brand-box .bd ul li:nth-child(6),.brand-box .bd ul li:nth-child(12),.brand-box .bd ul li:nth-child(18){
    margin-right:0
}
.brand-list-box .bd ul li .pic{
    line-height: 165px;
    height: 100%;
}
.brand-list-box .bd ul li .pic img{
    max-width: 80%;
}
.brand-list-box .bd ul li:hover{
    border: 3px #ff6209 solid;
}
.brand-list-box .bd ul li:nth-child(2),.brand-list-box .bd ul li:nth-child(12),.brand-list-box .bd ul li:nth-child(15){
    width: 340px;

}
.brand-list-box .bd ul li:nth-child(4),
.brand-list-box .bd ul li:nth-child(6),
.brand-list-box .bd ul li:nth-child(7),
.brand-list-box .bd ul li:nth-child(10),
.brand-list-box .bd ul li:nth-child(12),
.brand-list-box .bd ul li:nth-child(14),
.brand-list-box .bd ul li:nth-child(16){
    background: #fff;
    box-shadow:0px 6px 10px rgba(0,0,0,0.25);
}
.brand-list-box.multipleColumn .bd ul{
    overflow: unset;
}
.brand-list-box .bd ul{
    margin: 0;
}
.brand-list-box .ulWrap{
    display: inline-block;
}
.boutique-list-box .boutique-img-box h1{
    font-size: 24px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
    background: transparent;
}
.boutique-box.boutique-img-box h1 span{
    letter-spacing: 5px;
    text-shadow: 0 0;
}
.boutique-box.boutique-list-box .boutique-list{
    border-radius: 10px 0px 10px 0px;
    overflow: hidden;
    box-shadow:0px 2px 4px rgba(0,0,0,0.16);
}
.boutique-box.boutique-list-box .boutique-list:nth-child(2) .boutique-product-a .more,
.boutique-box.boutique-list-box .boutique-list:nth-child(3) .boutique-product-a .more,
.boutique-box.boutique-list-box .boutique-list:nth-child(2) .go-link,
.boutique-box.boutique-list-box .boutique-list:nth-child(3) .go-link
{
    color: #4E8C7F;
}
.boutique-box.boutique-list-box .boutique-list:nth-child(2) .boutique-product-link,
.boutique-box.boutique-list-box .boutique-list:nth-child(3) .boutique-product-link{
    background: #4E8C7F;
}
.boutique-box.boutique-list-box .go-link{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.16);
    right: 15px;
    bottom: 15px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #FF9201;
}
.boutique-box.boutique-list-box .go-link i{
    font-size: 23px;
}
.boutique-image-list ul{
    display: inline-block;
    width: 100%;
}
.boutique-image-list li{
    width:288px;
    height:202px;
    border-radius:5px;
    display: inline-block;
    float: left;
    position: relative;
    box-shadow: 0 3px 14px rgba(0,0,0,0.25);
    cursor: pointer;
}
.boutique-image-list li img{
    filter: grayscale(100%);
    width: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.boutique-image-list li:hover{
    box-shadow: 0 3px 14px rgba(255, 146, 1, 0.75)
}
.boutique-image-list li:hover img{
    filter: grayscale(0);

}
.boutique-image-list li:not(:last-child){
    margin-right: 16px;
}
.boutique-image-list .boutique-image-title{
    position: absolute;
    bottom: 20px;
    right: 32px;
    text-align: center;

}
.boutique-image-list .boutique-image-title h2{
    text-shadow:0px 2px 4px rgba(0,0,0,0.85);
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.boutique-image-list .boutique-image-title{
    font-size: 12px;
    color: #ccc;
    letter-spacing: 5px;
}
.suppliers-box{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.suppliers-box h3{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.suppliers-box .suppliers{
    display: inline-block;
    width: 50%;
    background: #fff;
    color: #666666;
    font-size: 16px;
    padding: 0 50px 0 24px;
    text-align: left;
    border-radius: 20px 0 0 20px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    float: left;
    margin-bottom: 4px;
    border: 1px #F0F0F0 solid;
}
.suppliers-box .suppliers:nth-child(2n){
    border-radius: 0 20px 20px  0;
    margin-left: -3px;
    border-left: 2px #E6E6E6 solid;
}
.suppliers-box .a-more{
    float: right;
    margin-top: -5px;
}
.suppliers-box .icon-more{
    float: unset;
    margin-left: 0;
    display: inline-block;
}
.suppliers-box li{
    height: 45px;
    overflow: hidden;
}
.fixed{
    position: fixed;
    top: 630px;
}
.fixed img{
    width: 150px;
}
.fixed.fixed-left{
    left:calc((100% - 1200px) / 2 - 170px );
}
.fixed.fixed-right{
    right:calc((100% - 1200px) / 2 - 170px );
}
.cate-menu-list{
    float: right;
    margin-top: 20px;
}
.cate-menu-list li{
    margin-left: 20px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
.cate-menu-list li.active a,.cate-menu-list li:hover a{
    background: rgba(255, 144, 1, 0.1);
    color: #FF9001;
}
.cate-menu-list li a{
    display: block;
    font-size: 16px;
    padding: 0px 10px;
    color: #4D4D4D;
    font-weight: bold;
}
.cate-menu-list li a i{
    margin-right: 5px;
}
.amd-ad{
    padding-top: 10px;
}
.amd-ad .amd-ad-ul{
    font-size: 0;
}
.amd-ad .amd-ad-ul li{
    display: inline-block;

    width: 390px;
    height: 190px;
    margin-right: 14px;
}
.amd-ad .amd-ad-ul li:last-child{
    margin-right: 0px;
}
.amd-ad .amd-ad-ul li a{
    display: block;
}
.amd-ad .amd-ad-ul li img{
    min-width: 100%;
    min-height: 100%;
}
.brand-nav-box{
    background: url(../images/nav-bg.png) no-repeat;
    background-size: 100%;
    background-position: top left;
    display: inline-block;
    width: 100%;
    padding: 16px 0 16px 253px;
    margin-bottom: 40px;
}
.brand-nav-box .brand-nav{
    display: inline-block;
    float: left;
    margin-right: 16px;
    width: 220px;
    height: 160px;
    position: relative;
    cursor: pointer;
}
.brand-nav-box .brand-nav img{
    width: 100%;
    vertical-align: top;
}
.brand-nav-box .brand-nav:last-child{
    margin-right: 0;
}

.brand-nav-title-box{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.35);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.brand-nav-title{
    width: 164px;
    height: 60px;
    border: 2px solid #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -82px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.brand-nav-box .brand-nav:hover .brand-nav-title-box{
    background: rgba(0, 0, 0, 0);
}
.brand-nav-box .brand-nav:hover .brand-nav-title{
    background: rgba(249, 156, 8, 0.65);
    border: 0px solid  rgba(249, 156, 8, 0.65);
}</pre></body></html>