@charset "utf-8";
/* CSS Document */

.main .col_left{
    width: 100%;
    overflow: hidden;
}
.header_con, .main_con, .footer_con, .col_full .con{
    padding: 0 0.53rem;
}

a:hover{
    color:#eb4444;
}


/* 专题 */
.header{
    background:#fff;
}
.header_con .col_left{
    margin-top: 0.48rem;
}
.header_con .col_right{
    margin-top: 1.07rem;
}
.header_con a{
    color:#999;
}
.header_con a:hover{
    color:#1763d4;
}
.header_con .shouye:hover:before{
    background-position: 2.453rem 5.76rem;
}
.header_con .shouye:before{
    background-position: 5.173rem 7.04rem;
}
.header_con .huiyuan:before{
    background-position: 4.133rem 7.04rem;
}
.header_con .huiyuan:hover:before{
    background-position: 1.413rem 5.76rem;
}
.header_con .rexian{
    color:#eb4444;
}

/*  */
.banner{
    position:relative;
}
.banner img{
 width:100%;
}
.banner .main_con{
    position:relative;
    height: 100%;
}
.banner .qrcode{
    position:absolute;
    right: 7%;
    padding: 0.133rem 0.133rem 0px 0.16rem;
    background: #fff;
    bottom: 25%;
}

.banner .i_title{
    position:absolute;
    left:0;
    right:0;
    top: 2.03rem;
    margin:auto;
    width: 80%;
}
.tbhtab{
    position:relative;
    /* height: 50vw; */
    /* padding: 0; */
    margin-top: 0.48rem;
    margin-bottom: 0.48rem;
    box-sizing: border-box;
}
.tbhtab .picScroll-left .tempWrap{
    width: 100% !important;
}
.tbhtab .picList .zh{
    position:relative;
    /* width: 280px !important; */
    margin: 0 5% 0.27rem;
    background: #fff;
    padding: 0.133rem;
    border: 0.03rem #d3d5d6 solid;
    box-sizing: border-box;
    box-shadow: 0.053rem 0.053rem 0.27rem rgba(160, 160, 160, 0.3);
}
.tbhtab .imgbox{
    width:100%;
    height: 2.45rem;
}
.tbhtab .imgbox:hover .title{
    bottom:0;
}
.tbhtab .title{
    width:100%;
    bottom: 0;
    line-height: 0.93rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.75s all;
}
.tbhtab .title a{
    color: #666;
    font-size: 0.4rem;
}

.tbh_title{
    position: relative;
    overflow: hidden;
    margin-bottom: 0.42rem;
}
.zixun .tbh_title h5{
    background-position: 0px -0.77rem;
    height: 1.7rem;
    float: left;
}
.tbh_title:after{
    border-bottom:0.03rem #ddd solid;
    content:"";
    height:0.03rem;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.tbh_title h5{
    text-align:center;
    background:url(../tbh_img/title.png) no-repeat center;
    width: 4.67rem;
    height: 1.7rem;
    font-size: 0 !important;
    margin: auto;
    background-size: 100%;
}

/* Brandsbox */
.Brandsbox{
    background: #f5f5f5;
    border:none;
    text-align:center;
    padding-bottom: 0.68rem;
    width: 100%;
    background-size: 100%;
    overflow: hidden;
    margin-top: 0.32rem;
}
.Brandsbox p{
    line-height: 0.8rem;
    margin-top: 0.53rem;
    color: #999;
    font-size: 0.37rem;
}
.Brandsbox li{
    width: 30%;
    margin-right: 4%;
    height: 1.33rem;
    margin-top: 0.32rem;
    box-shadow: 0.08rem 0.08rem 0.11rem rgba(221, 221, 221, 0.5);
    float: left;
    background: #fff;
}
.Brandsbox li:nth-child(3n){
    margin-right:0;
}

/* category */
.category .tbhtab{
    margin-top: 0;
    overflow: hidden;
}
.category .tbhtab li{
    float: left;
    margin: 0 2% 0.4rem;
    width: 48%;
}
.category .tbhtab .zh{
    margin:0;
}
.category .tbhtab li:nth-child(2n-1){
    margin-left:0;
}
.category .tbhtab li:nth-child(2n){
    margin-right:0;
}
