/*
 * @Author: fuy
 * @Date: 2020-06-23 11:18:19
 * @LastEditTime: 2020-06-23 14:42:01
 * @LastEditors: fuy
 * @Description: 产品列表页样式
 * @FilePath: /lihua/css/merchant.css
 */ 
/* poster */
.poster {
    width: 100%;
}

.poster img {
    width: 100%;
}
/* poster end */
/* box-1 */
.box-1 {
    width: 100%;
    height: 375px;
    background: url(../images/bg-08.png) repeat-x;
    padding-top: 50px;
}

.contact {
    width: 990px;
    height: 265px;
    margin: 0 auto;
    background: url(../images/bg-09.png);
}

.contact-l {
    width: 280px;
    height: 100%;
    float: left;
    color: #ffffff;
    padding-top: 75px;
}

.contact-l p {
    text-align: center;
    line-height: 50px;
    font-size: 32px;
}

.contact-l .contact-l-sub {
    font-size: 18px;
    color: #78bdea;
    letter-spacing: .2em;
}

.contact-r {
    width: 630px;
    height: 100%;
    float: left;
    color: #ffffff;
    padding-top: 75px;
    background: url(../images/ic-08.png) no-repeat 0px 70px;
    padding-left: 140px;
    margin-left: 75px;
}

.contact-r p {
    font-size: 32px;
}

.contact-r .phone {
    font-size: 48px;
}
/* box-1 end */
