.contactus_tit {
	text-align: center;
	margin-bottom: 0.62rem;
}

.contactus_tit .big_tit {
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
}
.map img{
    width:auto;
}
.contactus_tit .small_tit {
	font-size: 0.16rem;
	color: #949494;
}

.contactus_list {
	display: flex;
}

.cts_items {
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	margin-right: 0.39rem;
	text-align: center;
	padding: 0.46rem 0 0.81rem 0;
	width: 3.21rem;
}

.cts_items .cts_text {
	padding-top: 0.23rem;
	padding-bottom: 0.26rem;
	font-size: 0.24rem;
}

.cts_texttop {

	font-size: 0.16rem;
}

.cts_items .icon {
	margin: 0 auto;
}

.cts_items .icon img {
	width: 0.44rem;
	margin: 0 auto;
}

.cts_items:nth-child(4) {
	margin-right: 0px;
}

/* 地图 */
.map {
	/* width: 19.2rem; */
	height: 6.46rem;
	margin-top: -1.86rem;
}
.map img{
	width:100%;
	height:100%;
	object-fit: cover;
}
/* 留言 */

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(104, 104, 104, 1);
	font-size: 0.14rem;
}

.contact_content {
	background-image: url("../images/contectus/messget.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.contact_message {
	padding: 0.98rem 0rem 1.21rem 0rem;
	width: 14rem;
	margin: 0 auto;
}
.mess_form{
	    display: flex;
	    flex-wrap: wrap;
		width: 10.54rem;
}
.mess_form .control-group{
	margin-right:0.62rem;
	    width: 4.96rem;
		margin-bottom:0.2rem;
}
.mess_form .control-group:nth-child(2n){
		margin-right:0rem;
}
.mess_tit {
	text-align: center;
	font-size: 0.36rem;
	color: #333333;
	margin-bottom:0.75rem;
}

.mess_form .p_lable {

	font-size: 0.16rem;
	color: #333;
	position:relative;
	/* padding-left:0.1rem; */
	margin-bottom:0.08rem;
}
.mess_form  .form_mast::before{
	    content: '*';
	    display: inline-block;
	    color: red;
	    top: 0;
	    /* position: absolute; */
}
.mess_form .p_input {
	width: 4.96rem;
	border: 0rem;
	width: 100%;
	line-height: 0.41rem;
	padding-left: 0.17rem;
	box-sizing: border-box;
	border: 0.01rem solid #DEDEDE;
	outline: none;
	width: 100%;
	border-radius: 0.02rem;
	margin-top:0.08rem;
	overflow: hidden;
}
.mess_form .e_textarea{
	width:100%;
}
.registerButtonDiv{
	padding:0.08rem 0.74rem 0.11rem 0.74rem;
	background: #0769B2;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	margin-top:0.55rem;
	color:#fff;
	cursor:pointer;
}
@media screen and (max-width:1024px){
    .contactus_tit .big_tit{
        font-size: 16px;
    }.contactus_tit .small_tit{
        font-size: 12px;
    }.map{
        width: 94%;
        margin: 0 auto;
            height: 4rem;
    }.cts_items{
        width: 48%;
        margin-right: 10px;
    margin-bottom: 10px;
    }.contactus_list{
            flex-wrap: wrap;
    }.cts_items:nth-child(2n){
        margin-right: 0;
    }.cts_items .icon img{
        width: auto;
    }.cts_items .cts_text{
        font-size: 14px;
    }.cts_texttop{
        font-size: 12px;
    }.contact_content{
        width: 100%;
    }.contact_message{
        width: 94%;
        margin: 0 auto;
    }.mess_tit{
        font-size: 16px;
    }.mess_form .p_lable{
        font-size: 14px;
    }.mess_form{
        width: 100%;
    }.mess_form .control-group{
        width: 48%;
        margin-right: 10px;
    }.mess_form .p_input{
        font-size: 12px;
    }.mess_form .control-group:nth-child(2n){
        margin-right: 0;
    }.registerButtonDiv{
        font-size: 12px;
        margin: 0 auto;
        margin-top: 10px;
    }input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	    color:#666;
	    font-size:12px;
    }

        input:-moz-placeholder,textarea:-moz-placeholder{
	        color:#666;
        	font-size:12px;
    }

        input::-moz-placeholder,textarea::-moz-placeholder{
	    color:#666;
	    font-size:12px;
    }
        input:-ms-input-placeholder,textarea:-ms-input-placeholder{
	        color:#666;
	        font-size:12px;
    }

}