#state {
    padding-top: 20px;
    margin: 0 auto;
    /*background-color: #fff;*/
    position: relative;font-size:16px;
}
#state h2 {
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 700;
}
#state .col-md-4 {
    width: 32%;
    margin-left: 2%;
    height: 190px;
    background-color: #ECEDED;
    /*margin-bottom: 120px;*/
    margin-bottom: 30px;
    text-align: center;
    /*color: #AFAFAF;*/
}
#state .col-md-4:hover {
    transform: scale(1.3);
    transition: transform 1s;
    background-color: #fff;
}
#state .col-md-4 img {
    display: block;
    margin: 29px auto;

}
#state .col-md-4 h4 {
    font-size: 18px;
}
#state .col-md-4 .xian {
    width: 37px;
    height: 5px;
    background-color: #888787;
    margin: 10px auto;
}
#state .col-md-3 {
    width: 23%;
    margin-left: 2%;
    height: 190px;
    background-color: #ECEDED;
    /*margin-bottom: 120px;*/
    margin-bottom: 30px;
    text-align: center;
    /*color: #AFAFAF;*/
}
#state .col-md-3:hover {
    transform: scale(1.3);
    transition: transform 1s;
    background-color: #fff;
}
#state .col-md-3 img {
    display: block;
    margin: 29px auto;

}
#state .col-md-3 h4 {
    font-size: 18px;
}
#state .col-md-3 .xian {
    width: 37px;
    height: 5px;
    background-color: #888787;
    margin: 10px auto;
}

#state .col-md-6{
    width: 48%;
    margin-right: 2%;
    height: 240px;
    background-color: #ECEDED;
    /*margin-bottom: 120px;*/
    margin-bottom: 30px;
    text-align: center;
    /*color: #AFAFAF;*/
}
#state .col-md-6:hover {
    transform: scale(1.3);
    transition: transform 1s;
    background-color: #fff;
}
#state .col-md-6 img {
    display: block;
    margin: 29px auto;

}
#state .col-md-6 h4 {
    font-size: 20px;
}
#state .col-md-6 .xian {
    width: 37px;
    height: 5px;
    background-color: #888787;
    margin: 10px auto;
}

form {
    height: auto;
    /*color: #727272;*/
}
.message {
    text-align: center;
    font-size: 32px !important;
    padding-bottom: 55px;
    color: #000;
}
form .col-md-12 input {
    margin-top: 8px;
    margin-bottom: 20px;
    height: 32px;
}
form div {
    float: left;
    width: 50%;
}
form textarea {
    margin-top: 8px;
    height: 108px;
    width: 88%;
}
form i {
    display: inline-block;
    width: 70px;
}
form input {
    width: 88%;
    float: left;
}
form .submit {
    list-style: none;
    text-decoration: none;
    border: none;
    height: 42px;
    background-color: #727272;
    color: #DADADA;
    transform: translateY(-42px);
}
form .submit:hover {
    background-color: #000;
    color: #fff;
}
form span {
    width: 200px;
    display: block;font-size:16px;
}
.John{line-height:25px;font-size:16px;}
@media screen and (max-width: 768px){
    .message {
        padding-top: 28px;
    }
    form div {
        float: none;
        width: auto;
    }
    form .submit {
        transform: translate(0);
    }
}

@media screen and (max-width: 1024px) {
    form .col-md-12 input {
        margin-top: 10px;
        margin-bottom: 20px;
        height: 38px;
    }
	#state{margin-top: 0px;}
	#state .col-md-6{width:100%;margin-left:0;height:auto;padding-top:5px;padding-bottom:10px;}
	#state .col-md-3{width:100%;margin-left:0;padding-top:5px;padding-bottom:10px;}
}
@media screen and (min-width:768px){
    .vers{
        margin-top: -3.5rem;
    }

}
.vers1{
    display: flex;
    align-items:  center;
}
#changeImg{
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
        .img-mob {
    margin-top: 50px;
        }
}