.bg-f0{
    background: #f0f0f0;
}
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    vertical-align: middle;
}
.bannerpa{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    padding-top: 110px;
}
.bannerpa h1{
    font-size: 30px;
    color:#333;
    font-weight: 400;
}
.bannercurmt{
    margin-top:25px;
}
.bannercurmt a{
    font-size: 14px;
    color:#757575;
}
.bannercurmt i{
    font-size: 14px;
    color:#757575;
    margin: 0 10px;
}
.culistul{
    margin-top: 50px;
    width: 100%;
}
.culistul li{
    width: 100%;
    margin-bottom: 30px;
}
.culistul li .culistimg{
    float: left;
    width: 25%;
    height: 230px;
    overflow: hidden;
}
.culistul li .culistimg img{
    width: 100%;
    height: 230px;
    vertical-align: middle;
    transition: all .5s linear;
}
.culistul li .culistcont{
    float: left;
    padding: 30px 2%;
    width: 75%;
    height: 230px;
    background: #fff;
}
.culistul li .culistcont h4{
    font-size: 24px;
    color:#333;
    font-weight: 400;
}
.culistul li .culistcont p{
    margin-top: 30px;
    height: 90px;
    line-height: 25px;
    font-size: 14px;
    color:#999;
}
.culistul li .culistcont a{
    font-size: 14px;
    color:#333;
    text-decoration: underline;
}
.culistul li:hover .culistimg img{
    transform: scale(1.1);
}
.culistul li:hover .culistcont h4{
    color:#219ed9;
}

/*促销活动详情页*/
.cusubbig{
    padding: 0 0 74px;
}

.susubtop{
    padding: 50px 60px 70px;
    background: #fff;
}
.susubtop h1{
    font-size: 30px;
    color:#333;
    font-weight: 400;
}
.susubtop>span{
    padding: 20px 0 30px;
    font-size: 14px;
    color:#757575;
}

.susubtop>p{
    padding-bottom: 30px;
    line-height: 25px;
    font-size: 14px;
    color:#474747;
}

.cusubdown{
    margin-top: 20px;
    padding: 0 50px;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cusubdown>a.arr{
    font-size: 14px;
    color:#6d6d6d;
}
.cusubdown>a.lst{
    font-size: 14px;
    color:#228bc3;
}
.cusubdown>a.lst i{
    width: 14px;
    height: 11px;
    background: url("../images/blueheng.png") no-repeat center center;
    margin-left:8px;
}

.cusubdown>a.arr i{
    width: 31px;
    height: 17px;
}
.bigleft{
    background: url("../images/bigleft.png") no-repeat center center;
    margin: 0 8px -4px 0;
}
.bigright{
    background: url("../images/bigright.png") no-repeat center center;
    margin: 0 0 -4px 8px;
}

/*品牌专区*/
.brandul{
    width: 100%;
    margin: 50px 0 40px;
}
.brandul li{
    float: left;
    width: 15%;
    margin-right: 1.5%;
    margin-bottom: 30px;
    border:1px solid #dedede;
}
.brandul li:nth-child(6n){
    margin-right: 0;
}
.brandul li .bdimg{
    width: 100%;
}
.brandul li .bdimg img{
    width: 100%;
}
.brandul li .bdct{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color:#333;
    text-align: center;
    border-top: 1px solid #dedede;
    background: #fff;
}
.brandul li:hover{
    border:1px solid #219ed9;
}
.brandul li:hover .bdct{
    color:#219ed9;
    background: #f2f2f2;
    border-top:1px solid #219ed9;
}
.branbtn{
    padding: 10px 0 70px;
    text-align: center;
}
.branbtn>a{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    background: #228bc3;
}

/*品牌专区详情页*/
.brandbg{
    padding: 40px 0;
    background: #9dc55b;
}
.brandbgimg{
    float: left;
    width: 200px;
    height: 150px;
}
.brandbgimg img{
    width: 100%;
}
.brandct{
    float: right;
    width: 80%;
}
.brandct h4{
    padding-bottom: 10px;
    font-size: 24px;
    color:#fff;
    font-weight: 400;
}
.brandct>p{
    line-height: 25px;
    font-size: 14px;
    color:#fff;
}
.branbig h5{
    padding: 40px 0 30px;
    font-size: 22px;
    color:#333;
    font-weight: 400;
}
.brandcont{
    padding-bottom: 110px;
}
.brandcont table{
    width: 100%;
    border:1px solid #e5e5e5;
    border-top:none;
}
.brandcont table tr th{
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color:#fff;
    text-align: left;
    background: #228bc3;
}
.brandcont table tr td{
    padding: 20px 0 20px 30px;
    font-size: 12px;
    color:#228bc3;
    text-align: left;
    background: #fff;
    border-top:1px solid #e5e5e5;
}
.brandcont table tr:hover td{
    background: #f4fbff;
}

/*文献*/
.literbig{
    padding: 40px 0 50px;
}
.lintercont{
    padding: 0 30px;
    height: 600px;
    background: #fff;
}
.lintertle{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.lintersearch{
    width: 45%;
}
.lintersearch h4{
    padding: 30px 0;
    font-size: 24px;
    color:#333;
    font-weight: 400;
}

.linterint{
    width: 100%;
}

.linterint input{
    float: left;
    padding: 0 10px;
    width: 80%;
    height: 50px;
    font-size: 14px;
    color:#333;
    border:1px solid #dedede;
}
.linterint>a{
    float: left;
    width: 18%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color:#fff;
    text-align: center;
}
.bg-green{
    background: #9dc55b;
}

.bg-blue{
    background: #228bc3;
}
.lintercont .litertab{
    width: 100%;
}
.lintercont .litertab tr th{
    padding: 20px 0 20px 30px;
    font-size: 14px;
    color:#585858;
    text-align: left;
    border-bottom: 2px solid #e5e5e5;
}
.lintercont .litertab tr td{
    padding: 16px 0 16px 30px;
    font-size: 14px;
    color:#585858;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}



