.main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about-title{
    text-align: center;
    font-size: 36px;
    color: #fd5964;
    margin-top: 60px;
}
.about-inf{
    width: 1100px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #888;
    line-height: 30px;
}
.map{
    height: 580px;
    width: 100%;
    background: url('../images/contact/tupian.png') 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}
.map-icon{
    width: 33px;
    height: 42px;
    position: absolute;
    left: 50.5%;
    top: 32.14%;
}
.map-icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.map-inf{
    width: 730px;
    height: 290px;
    background: #fff;
    box-sizing: border-box;
    margin: 305px auto 0;
    border-left: 6px solid #fd505b;
    padding: 30px 45px 0;
}
.map-dis{
    background: url("../images/contact/dizhi.png") 0 center no-repeat;
    background-size: 15px 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
}
.map-dis:nth-child(2){
    background: url("../images/contact/dizhi.png") 0 center no-repeat;
    background-size: 15px 20px;
}
.map-dis:nth-child(3){
    background: url("../images/contact/dizhi.png") 0 center no-repeat;
    background-size: 15px 20px;
}

.map-dis:nth-child(4){
    background: url("../images/contact/dianhua.png") 0 center no-repeat;
    background-size: 22px 16px;
}

.map-dis:nth-child(5){
    background: url("../images/contact/youxiang.png") 0 center no-repeat;
    background-size: 22px 16px;
}
.contact-name{
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
}
.contact-line{
    width: 100px;
    margin: 20px auto 0;
    height: 1px;
    background: #d8d8d8;
}
.contant-form{
    width: 1170px;
    margin: 35px auto 100px;
    overflow: hidden;
}
.contact-dis{
    width: 100%;
    height: 150px;
}
.contact-dis textarea{
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
}
.contact-inp-box{
    margin-top: 20px;
    height: 40px;
}
.contact-inp{
    width: 570px;
    float: left;
    height: 100%;
}
.right{
    float: right;
}
.contact-inp input{
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
}
.contact-btn{
    width: 150px;
    height: 40px;
    margin-top: 20px;
    background: #fd505b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}