.contact {
    background-image: url(../img/icon_32.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.map {
    position: relative;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

#dituContent {
    width: 100%;
    height: 549px;
    position: relative;
}

#dituContent img {
    max-width: none;
}

.map .contact-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    left: 0;
    content: '';
    background-color: #fff;
    z-index: 10;
}

.map .contact-wrap ul {
    text-align: center;
}

.map .contact-wrap li {
    display: inline-block;
    line-height: 100px;
    font-size: 20px;
    color: #333;
    padding-left: 40px;
    background-image: url(../img/icon_34.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 50px;
    position: relative;
}

.map .contact-wrap li:first-child {
    background-image: url(../img/icon_35.png);
    margin: 0 50px 0 0;
}

.map .contact-wrap li:last-child {
    background-image: url(../img/icon_33.png);
}

.map .contact-wrap li::before {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #999;
    content: '';
    left: 0;
    margin-left: -50px;
    margin-top: -8px;
}

.map .contact-wrap li:first-child::before {
    display: none;
}

.message {
    margin-top: 96px;
}

.message form {
    margin-top: 40px;
}

.message .form-wrap .form-group {
    margin-bottom: 20px;
}

.message .form-wrap input {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    border-radius: 2px;
    border: none;
}

.form-control:focus{
	box-shadow: none;
}

.message textarea {
    height: 200px;
    font-size: 18px;
    border: none;
}

.message .message-btn {
    margin-top: 5px;
}

.message .message-type {
    float: left;
    margin-top: 7px;
}

.message .message-type span {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
}

.message .message-type ul {
    line-height: 28px;
    display: inline-block;
}

.message .message-type input:checked {
    background: transparent;
}

.message .message-type label{
    font-size: 18px;
    color: #000;
}

.message .message-type input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: solid 1px #999;
    margin: 4px 6px 0 6px;
    padding: 0;
    position: relative;
    display: inline-block;
    line-height: 27px;
    /*文字对齐方式*/
    vertical-align: top;
    transition: background-color ease 0.1s;
}

.message .message-type input:checked::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 15px;
    width: 20px;
    background-image: url(../img/icon_36.png);
    background-repeat: no-repeat;
    background-position: center;
}

.message .submit{
    float: right;
}

.message .submit .btn {
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    width: 152px;
    border: 1px solid #BC2121;
    border-radius: 4px;
    font-size: 16px;
    color: #BC2121;
    background-color: transparent;
    transition: all 0.3s;
}

.message .submit .btn:hover{
    background-color: #BC2121;
    color: #fff;
}


.btn:active:focus, .btn:focus {
    outline: none;
}

@media (max-width: 992px) {
    .map .contact-wrap{
        position: static;
        height: auto;
    }
    
    .map .contact-wrap ul{
        text-align: left;
        padding: 1.5rem;
    }
    
    .map .contact-wrap li{
        line-height: 1.8;
        font-size: 1.5rem;
        margin: 0;
        display: block;
        padding-left: 2.5rem;
        background-size: 2rem;
    }
    .map .contact-wrap li:first-child{
        margin: 0;
    }
    .map .contact-wrap li::before{
        display: none;
    }
    
    #dituContent{
        height: 30rem;
    }
    
    .message{
        margin-top: 3.2rem;
    }
    
    .contact{
        padding: 3rem 0;
    }
    
    .message form{
        margin-top: 2rem;
    }
    
    .message .form-wrap input{
        height: 4.2rem;
        line-height: 4.2rem;
        font-size: 1.6rem;
    }
    
    .message textarea{
        height: 15rem;
        font-size: 1.6rem;
    }
    
    .message .form-control{
        padding: 0.5rem 1.2rem;
    }
    
    .message .message-type,
    .message .message-btn{
        float: none;
        margin: 0;
    }
    
    .message .submit{
        float: none;
    }
    
    .message .message-type span{
        font-size: 1.6rem;
        line-height: 2.7rem;
    }
    
    .message .submit .btn{
        width: 12rem;
        height: auto;
        line-height: 3.2rem;
        display: block;
        margin: 3rem auto 0;
    }
}

@media (max-width: 1222px) and (min-width: 992px){
    .map .contact-wrap li{
        margin: 0 10px;
        font-size: 18px;
    }
    .map .contact-wrap li:first-child{
        margin: 0;
    }
    .map .contact-wrap li::before{
        display: none;
    }
}