.case_bawz{
	text-align: center;
    position: absolute;
    top: 68%;
    left: 50%;
    z-index: 10;
    width: auto;
    height: auto;
    transform: translateX(-50%);
}
.case_bawz h2{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto 16px;
}
.case_bawz p{
	font-size: 14px;
	color: #ffffff;
}
.case_introduction {
    width: 1200px;
    height: auto;
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    margin-top: -67px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}
.contact_Us ul{
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #cccdcc;
}
.contact_Us ul li{
	float: left;
	display: inline-block;
	width: 33.3%;
	background: none;
	margin:5% 0;
	text-align: center;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.contact_Us ul li img{
	width: 50px;
    margin: 0 auto;
}
.contact_Us ul li p{
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	margin:20px auto 0px;
}
.contact_Us ul li em{
	font-size: 14px;
	color: #505050;
}
.contact_Us ol{
	display: block;
	width: 62.08%;
	margin: 0 auto;
}
.contact_Us ol h2{
	font-size: 16px;
    color: #505050;
    padding-left: 15px;
    margin-top: 4.6%;
    margin-bottom: 2%;
    border-left: 3px solid #D9261C;
}
.contact_Us ol li{
	display: block;
	width: 100%;
	margin-bottom: 2%;
}
.contact_Us ol li input{
	display: block;
	width: 99.6%;
	border: 1px solid #CCCDCC;
	line-height:48px;
	text-indent: 1.5%;
	font-size: 14px;
	color: #9b9b9b;
}
.contact_Us ol li textarea{
	display: block;
	width: 99.6%;
	border: 1px solid #CCCDCC;
	font-size: 14px;
	padding:0.5% 1.5%;
	/*color: #9b9b9b;*/
	line-height: 24px;
	height: 238px;
}
.contact_Us ol .submit{
	display: block;
	width: 99.6%;
	border: 1px solid #CCCDCC;
	line-height:48px;
	text-indent: 1.5%;
	font-size: 14px;
	color: #9b9b9b;
	width: 170px;
	height: 50px;
	background: #16466a;
	font-size: 18px;
	color: #fff;
	border-radius:5px;
	margin: 40px auto 50px;
	cursor: pointer;
	text-align: center;
}
.contact_Us ol .submit:hover{
	background: #003366;
}