@charset "utf-8";

.service-container{
    width: 100%;
}

.ser-header{
    width: 100%;
    height: 400px;
    background: url("../images/fw_banner2.jpg") center no-repeat;
    padding-top: 200px;
}

.ser-summary{
    width: 1200px;
    height: 180px;
    margin: 0 auto 0;
}
.summary{
    width: 600px;
    height: 180px;
    background: rgba(0, 0, 0, .4);
    color: #FFFFFF;
}
.summary h2{
    padding: 20px 40px 0;
    font-size: 36px;
    font-weight: normal;
}
.summary p{
    padding: 20px 40px 0;
    font-size: 16px;
    line-height: 36px;
    color: #cccccc;
}
.ser-purchasing, .ser-bg, .ser-customization{
    width: 1200px;
    height: 660px;
    margin: 0 auto;
    padding: 0 50px;
}
.ser-left .ser-con{
    width: 550px;
    height: 500px;
    float: left;
}
.ser-left .ser-image{
    width: 550px;
    height: 500px;
    float: right;
}
.ser-right .ser-con{
    width: 550px;
    height: 500px;
    float: right;
}
.ser-right .ser-image{
    width: 550px;
    height: 500px;
    float: left;
}
.ser-con h2{
    width: 100%;
    height: 180px;
    background: url("../images/fw_icon_buy.png") left bottom no-repeat;
    background-size: 42px 42px;
    padding: 140px 60px 0;
    font-size: 30px;
    margin-bottom: 20px;
}
.ser-con h4{
    margin: 0px 0px 30px 60px; 
    color: #333;
}
.ser-con p{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
    margin-left: 60px;
    color: #666;
}
.ser-con span{
    font-size: 16px;
    line-height: 16px;
    margin-left: 70px;
    display: block;
    margin-top:30px;
    color: #666;
}
.ser-image a{
    width: 500px;
    height: 320px;
    display: flex;
    margin-top:200px;
    margin-left: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.ser-image a img{
    width: 100%;
    height: auto;
}
.ser-visit{
    width: 100%;
    background-color: #f7f7f7;
}
.ser-visit h2{
    background: url("../images/fw_icon_shangmen.png") left bottom no-repeat;
    background-size: 42px 42px;
}

.ser-customization h2{
    background: url("../images/fw_icon_dingzhi.png") left bottom no-repeat;
    background-size: 42px 42px;
}














