.contact_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.contact_title{
	color: #8b8b8b;
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin: 0 auto 50px;
}
.contact_title h2{
	color: #000;
	font-size: 36px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}
.form_box{
	width: 100%;
	overflow:hidden;
	margin-bottom: 70px;
}
.form_box>li:last-of-type{
	padding: 0 45px 0 75px;
}
.form_box img{
	width: 100%;
}
.form_box p{
	line-height: 35px;
	color: #666;
	font-size: 14px;
	padding-left: 10px;
}
.form_box input{
	padding-left: 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	background-color: #edf1f4;
	margin-bottom: 5px;
}
.form_box textarea{
	padding-left: 10px;
	line-height: 30px;
	width: 100%;
	height: 120px;
	border: none;
	border-radius: 5px;
	background-color: #edf1f4;
}
form ul li:first-of-type{
	padding-right: 5px;
}
form ul li:last-of-type{
	padding-left: 5px;
}
form .button{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
form .submit{
	width: 165px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	background-color: #c8000f;
	padding: 0;
}
form .reset{
	width: 165px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	padding: 0;
	background-color: #8f8f8f;
	float: right;
}
.map_box{
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}
.map_box .map{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.map_box .contact_information{
	width: 50%;
	height: 345px;
	background-color: rgba(200,0,15,0.85);
	position: relative;
	top: 72.5px;
	z-index: 11;
	padding: 40px;
}
.information_text{
	width: 100%;
	overflow: hidden;
	padding: 18px;
	color: #fff;
	font-size: 14px;
}
.information_text{
	width: 100%;
	overflow: hidden;
}
.information_text ul{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.information_text li{
	float: left;
	font-size:12px;
	line-height: 20px;
	overflow: hidden;
}
.information_text li:last-of-type{
	float: right;
}
.information_text h5{
	margin-bottom: 5px;
	font-weight: bold;
}
@media only screen and (max-width:767px ) {
	.form_box>li:last-of-type{
		padding: 0;
	}
	.map_box .contact_information{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.contact_information img{
		width: 100%;
	}
	form .submit{
		width: 120px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-size: 14px;
		background-color: #c8000f;
		padding: 0;
	}
	form .reset{
		width: 120px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-size: 14px;
		padding: 0;
		background-color: #8f8f8f;
		float: right;
	}
	form ul li{
		padding: 0 !important;
	}
	.information_text ul{
		width: 100%;
		overflow: hidden;
		margin-top: 15px;
	}
	.information_text{
		width: 100%;
		overflow: hidden;
		padding: 10px;
		color: #fff;
		font-size: 12px;
	}
	.information_text li{
		width: 100%;
		overflow: hidden;
		float: none;
		line-height: 18px;
	}
	.information_text li:last-of-type{
		float: none;
		margin-top: 10px;
	}
}
@media only screen and (min-width:768px ) {
	.form_box>li:last-of-type{
		padding: 0 25px;
	}
	.map_box .contact_information{
		width: 100%;
		height: 345px;
		padding: 40px;
	}
}
@media only screen and (min-width:992px ) {
	.form_box>li:last-of-type{
		padding: 0 25px;
	}
	.map_box .contact_information{
		width: 50%;
		height: 345px;
		padding: 40px;
	}
}
@media only screen and (min-width:1200px ) {
	form .submit{
		margin-left: 30px;
	}
	form .reset{
		margin-right: 30px;
	}
}
.production_box{
	width: 100%;
	height: 680px;
	overflow: hidden;
	background: url(production_bg_02.jpg) no-repeat top center;
	background-size: 100%;
}
.production_title{
	width: 600px;
	margin: 65px auto 45px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.production_title h1{
	font-size: 36px;
	margin-bottom: 15px;
}
.production_banner{
	width: 100%;
	height: auto;
	position: relative;
}
.production_img{
	display: block;
	width: 100%;
	height: 195px;
	position: relative;
	overflow: hidden;
}
.production_img img{
	width: 100%;
	transition: all 0.5s;
}
.production_img h4{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,0.53);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
}
.production_img:hover h4{
	background-color: rgba(200,0,15,0.78);
}
.production_img:hover img{
	transform: scale(1.1);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(left_red.png);
	left: -70px;
	right: auto;
	width: 30px;
	height: 55px;
	background-size: auto 55px;
	margin-top: -27.5px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(right_red.png);
	right: -70px;
	left: auto;
	width: 30px;
	height: 55px;
	background-size: auto 55px;
	margin-top: -27.5px;
}

.swiper-button-next.swiper-button-disabled{
	background-image: url(right_white.png);
	opacity: 0.8;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev.swiper-button-disabled {
	background-image: url(left_white.png);
	opacity: 0.8;
	cursor: auto;
	pointer-events: none
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #C8000F;
}
@media only screen and (max-width:767px ) {
	.production_box{
		height: auto;
		padding-bottom: 30px;
	}
	.production_img{
		height: 160px;
	}
	.production_title h1{
	font-size: 20px;
	margin-bottom: 15px;
}
	.production_title{
		width: 100%;
		margin: 30px auto 15px;
		text-align: center;
		color: #fff;
		line-height: 20px;
	}
}
@media only screen and (min-width:768px ) {
	.production_img{
		height: 181.83px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		display: none;
	}
	
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		display: none;
	}
}
@media only screen and (min-width:992px ) {
	.swiper-pagination{
		display: none;
	}
	.production_img{
		height: 153.63px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -25px;
		display: block;
	}
	
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: -25px;
		display: block;
	}
}
@media only screen and (min-width:1200px ) {
	.production_img{
		height: 195px;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: -70px;
	}
	
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: -70px;
	}
}