.body{
    width: 1150px;
    margin: 0 auto;
}
.way{
    overflow: hidden;
    padding:50px 0;
}
.way .box{
    width:33%;
    float: left;
    text-align: center;
    color: #666;
}
.way .box .image{
    width:77px;
    height:77px;
    margin: 10px auto;
    background: #f6c042;
    border-radius:50%;
}
.way .box .image img{
    width: 100%;
    height: 100%;
}
.way .box h3{
    height:40px;
    line-height: 40px;font-size:20px;
}
.way .box .text{
    color: #666;font-size:18px;
}
.site{
    padding:50px 0;
}
.relation{

}
.relation .input{
    padding: 20px 0;
}
.relation .inp{
    width:26%;
    height: 45px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 6.5%;
}
.relation .inp::-webkit-input-placeholder,
.relation .inp::-moz-placeholder,
.relation .inp:-ms-input-placeholder,
.relation .inp:-moz-placeholder{
    color: #ccc;
}
.relation textarea{
    width: 1110px;
    height:200px;
    margin: 20px 0;
    padding:20px;
}
.relation button{
    width:150px;
    height: 50px;
    background: #307dc3;
    color: #fff;
    font-size: 20px;
    border: 0px ;
    text-align: center;
    display: block;
    margin: 20px auto 100px auto;
}
.relation .title{
    padding-bottom:30px;
}