.contact_banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.banner_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.46);
}
@media only screen and (max-width:991px ) {
    #dituContent {
      height:300px;
    }
}
@media only screen and (min-width:992px ) {
	.contact_banner img{
		width: 100%;
	}
}
@media only screen and (min-width:1200px ) {
	.contact_banner img{
		width: auto;
	}
     #dituContent {
      height:600px;
    }
}
/*联系方式*/
.contact_box{
	width: 100%;
	overflow: hidden;
	padding: 75px 0 50px;
}
.contact_mode{
	width: 280px;
	overflow: hidden;
	float: left;
}
.contact_mode div{
	width: 100%;
	overflow: hidden;
	color: #808080;
	margin-bottom: 20px;
	padding-left: 24px;
}
.contact_mode h4{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}
.contact_mode div.contact_address{
	background: url(../img/contact_icon1.png) no-repeat 0 5px;
}
.contact_mode div.contact_phone{
	background: url(../img/contact_icon2.png) no-repeat 0 5px;
}
.contact_mode div.contact_Fax{
	background: url(../img/contact_icon3.png) no-repeat 0 5px;
}
.contact_mode div.contact_email{
	background: url(../img/contact_icon4.png) no-repeat 0 5px;
}
@media only screen and (max-width:767px ) {
	.contact_box{
		padding: 30px 0;
	}
}
/*联系留言*/
.contact_word{
	width: 820px;
	overflow: hidden;
	float: right;
}
.contact_word form{
	width: 100%;
	overflow: hidden;
}
.contact_word input{
	width: 400px;
	height: 45px;
	padding-left: 20px;
	border: 1px solid #d0d0d0;
	margin:0 16px 15px 0;
}
.contact_word input:nth-of-type(2n){
	margin-right: 0;
}
.contact_word textarea{
	width: 100%;
	height: 210px;
	border: 1px solid #d0d0d0;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.contact_word input[type = submit]{
	width: 125px;
	padding: 0;
	border: none;
	color: #FFFFFF;
	background-color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (max-width:991px ) {
	.contact_word{
		width: 455px;
	}
	.contact_word input{
		width: 100%;
		margin-right: 0;
	}
}
@media only screen and (max-width:767px ) {
	.contact_word{
		width: 100%;
		float: none
	}
}
@media only screen and (min-width:992px ) {
	.contact_word{
		width: 680px;
	}
	.contact_word input{
		width: 330px;
	}
}
@media only screen and (min-width:1200px ) {
	.contact_word{
		width: 820px;
	}
	.contact_word input{
		width: 400px;
	}
}

