.contact-description{
    margin-top: -400px;
}
.contact-description h2{
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-bottom: 30px;
}
.contact-description p{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-bottom: 20px;
}
.content-main{
    width: 1100px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    background: #FFF;
    height: 530px;
    position: relative;
    margin-top: 60px;
}
.content-main .left{
    width: 600px;
    float: left;
    margin-left: 40px;
    margin-top: 45px;
}
.content-main .left h2{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(38,38,38,1);
    margin-bottom: 25px;
}
.content-main .left input{
    display: block;
    width: 100%;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 20px;
    height: 50px;
}
.content-main .left textarea{
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #F0F0F0;
    margin-bottom: 20px;
}
.content-main .left button{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    border: none;
    background: #9B1C22;
}
.content-main .right{
    width: 420px;
    height: 530px;
    background: #9B1C22;
    float: right;
}
.content-main .right h2{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin-left: 40px;
    margin-top: 45px;
    margin-bottom: 20px;
}

.content-main .right>p{
    display: block;
    width: 340px;
    height: 25px;
    line-height: 25px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding-left: 35px;
    margin-bottom: 25px;
    margin-left: 40px;
}
.content-main .right p.phone{
    background: url("../images/f1.png") no-repeat center left;
}
.content-main .right p.fax{
    background: url("../images/f2.png") no-repeat center left;
}
.content-main .right p.email{
    background: url("../images/f3.png") no-repeat center left;
}
.content-main .right p.add{
    background: url("../images/f4.png") no-repeat center left;
}
.content-main .right div{
    width: 150px;
    margin: 0 auto;
    margin-top: 50px;
}
.content-main .right div img{
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}
.content-main .right div p{
    text-align: center;
    margin-top: 10px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.about-map{
    width: 100%;
    height: 400px;
    margin-top: 70px;
}
.contact-other{
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: url("../images/cob.png");
    padding-top: 80px;
}
.contact-other .item{
    display: inline-block;
    margin-right: 30px;
    width: 400px;
    height: 230px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    background: #FFF;
    margin-bottom: 80px;
    cursor: pointer;
}
.contact-other .item:last-of-type{
    margin-right: 0;
}
.contact-other .item h2{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(38,38,38,1);
    margin-top: 30px;
    margin-left: 30px;
    text-align: left;
    margin-bottom: 30px;
}
.contact-other .item p{
    width: 320px;
    display: block;
    box-sizing: border-box;
    padding-left: 35px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:25px;
    color:rgba(38,38,38,1);
    text-align: left;
    margin-left: 30px;
    margin-bottom: 20px;
}
.contact-other .item p:nth-of-type(1){
    background: url("../images/co1.png") no-repeat left top;
}
.contact-other .item p:nth-of-type(2){
    background: url("../images/co2.png") no-repeat left top;
}
.contact-other .item p:nth-of-type(2){
    background: url("../images/co3.png") no-repeat left top;
}