/*DONGDING-about.css*/
.contact_wrapper{background:url(../images/contact_tb.png) no-repeat;padding-bottom:2%;}
.contact_head{padding: 2%;font-size: 1rem;}
.contact_head a{color: #fff;font-size: 1rem;}
.head_txt {
	display: table;
	width: 96%;
	padding: 0 2%;
}
.head_txt .left{width: 60%;font-size: 1rem;}
.head_txt .left p{width: 90%;line-height: 1.6rem;}
.head_txt .left .txt {
	margin: 4% 0;
}
.head_txt .left .txt li{padding: 1%;
	padding-left: 5%;
	font-size: 1.1rem;}
.head_txt .one {
	background: url(../images/cont_one.png) no-repeat left;
	background-size: 4%;
}
.head_txt .two {
	background: url(../images/cont_two.png) no-repeat left;
	background-size: 4%;
}
.head_txt .three {
	background: url(../images/cont_three.png) no-repeat left;
	background-size: 4%;
}
.head_txt .four {
	background: url(../images/cont_four.png) no-repeat left;
	background-size: 4%;
}
.head_txt .five {
	background: url(../images/cont_five.png) no-repeat left;
	background-size: 4%;
}
.head_txt .right{width: 40%;}
.head_txt .right .txt {
	padding: 4%;
	background: #3E5F8E;
	margin: 4% 0;
	position: relative;
	z-index: 3;border-radius: 0.5rem;
}
.head_txt .right .txts {
	position: relative;
	z-index: 2;
}

.head_txt .right .txts::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #da251d;
	background: -webkit-linear-gradient(top, #366DEA, #3969D9);
	background: -o-linear-gradient(bottom, #366DEA, #3969D9);
	background: -moz-linear-gradient(bottom, #366DEA, #3969D9);
	background: linear-gradient(to bottom, #366DEA, #3969D9);
	position: absolute;
	right: -0.4rem;
	bottom: -0.4rem;
	z-index: 1;
	border-radius: 0.5rem;
}
.head_txt .right .txt form {
	background: #fff;
	padding: 2% 4%;
}
.head_txt .right b{display: block;font-size: 1.6rem;}
.head_txt .right p{font-size: 1rem;margin: 2% 0;}
input::-webkit-input-placeholder{ /*WebKit browsers*/

	font-size: 16px;

	
	}
	
	input::-moz-input-placeholder{ /*Mozilla Firefox*/
	
	font-size: 16px;
	
	}
	
	input::-ms-input-placeholder{ /*Internet Explorer*/ 
	
		font-size: 16px;

	
	}
.head_txt .right input,.head_txt .right textarea,.yangsnb{display: block;width: 100%;margin: 2.5% 0;padding: 2% 0;background: #e3e3e3;color: #333;font-size: 1rem;text-indent: 1em;line-height: 1.6rem;border-radius: 0.5rem;}
.head_txt .right .submit_btn {
	background: #3E5F8E;
	display: block;
	width: 45%;
	margin:2.5% auto;
	color: #fff;
	text-indent: 0;cursor: pointer;
}
.head_txt .title h1{font-size: 2.4rem;margin:1rem 0;position: relative;z-index: 9999;}
.head_txt .title h1::before {
	content: "CONTACT US";
	position: absolute;
	font-size: 1.8rem;
	z-index: -1;
	bottom: -1rem;
	color: #666;
	font-weight: bold;
}
.yangsnb{background-color:#3E5F8E ; color: #fff;}

