.contact{
    width: 100%;
}
.contact img{
    vertical-align: middle;
    width: 100%;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.main h2{
    text-align: center;
    margin-top: 40px;
    color: #231815;
    font-size: 68px;
    font-weight: normal;
}
.main p{
    text-align: center;
    font-size: 20px;
    
}
.main div{
    width: 1200px;
    height: 193px;
    margin-top: 70px;
    padding-left: 30px;
    box-sizing: border-box;
}
.main div ul{
    height: 193px;
    float: left;
    padding-left: 30px;
    border-left: 1px solid #b9c0c6;
    box-sizing: border-box;
}
.main div ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-left:30px; 
}
.main div ul li:first-child{
    padding-left:0; 
}
.main div ul li img{
    position: absolute;
    top: 3px;
    left: 0;
}
.contactWay{
    width: 350px;
}
.address{
    width: 470px;
}
.website{
    width: 350px;
}