.contact_banner{
	width: 100%;
	overflow: hidden;
}
.contact_banner img{
	width: 100% !important;
}
.contact_content{
	width: 100%;
	overflow: hidden;
	background-color: #fbfbfb;
}
.contact_title{
	width: 915px;
	padding: 55px 0 85px;
	margin: 0 auto;
	text-align: center;
	color: #909090;
	font-size: 14px;
	line-height: 20px;
}
.contact_title h1{
	font-size: 40px;
	color: #000;
	margin-bottom: 25px;
}
.contact_address{
	width: 100%;
	height: 580px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.one_bg{
	width: calc(50% + 70px);
	height: 740px;
	border: 2px solid #dc252a;
	border-right: none;
	border-radius: 50% 0 0 50%;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -80px;
	padding: 20px 0px 20px 20px;
	z-index: 10;
}
.two_bg{
	width: 100%;
	height: 100%;
	border-radius: 50% 0 0 50%;
	background-color: #dc252a;
	border: 25px solid #dc252a;
	border-right: none;
	overflow: hidden;
	line-height: 696px;
}
.two_bg img{
	width: 100%;
	height: 100%;
}
.company_address{
	width: 525px;
	padding: 0 30px;
	position: relative;
	top: 165px;
	z-index: 11;
}
.company_address .company_name{
	width: 410px;
	overflow: hidden;
}
.company_name img{
	width: 100%;
}
.company_address ul{
	margin-top: 15px;
	width: 100%;
	border-top: 1px solid #e3e3e3;
	color: #757575;
	font-size: 18px;
	line-height: 38px;
	padding-top: 15px;
}
.company_address ul li{
	padding-left: 70px;
}
.company_address ul li:nth-of-type(1){
	background-image: url(../img/address.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.company_address ul li:nth-of-type(2){
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.company_address ul li:nth-of-type(3){
	background-image: url(../img/fax_machine.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.company_address ul li:nth-of-type(4){
	background-image: url(../img/http.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.contact_words{
	width: 100%;
	padding: 60px 0 50px;
	text-align: center;
	background-color: #fff;
}
.contact_words h1{
	font-size: 40px;
	color: #000;
	margin-bottom: 15px;
}
.contact_words p{
	font-size: 14px;
	color: #909090;
}
form{
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
}
.words{
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	color: #808080;
}
.words_address{
	padding-left: 80px;
	overflow:hidden;
	position: relative;
}
.words_address li{
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 10px;
	position: relative;
}
.words_address li img{
	height: 100%;
	position: absolute;
	right: 0;
	bottom: -1px;
}
.words_address li input{
	width: calc( 100% - 85px);
	line-height: 60px;
	border: none;
	float: right;
}
.words_address li:nth-of-type(1) input{
	width: calc( 100% - 55px);
}
.words_address li:nth-of-type(4) input{
	width: calc( 100% - 70px);
}
.words_content{
	position: relative;
	overflow: hidden;
	padding: 0 35px 0 45px;
}
.words_content p{
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	position: absolute;
	top: 20px;
	left: 65px;
}
.words_content textarea{
	width: 100%;
	height: 250px;
	line-height: 30px;
	padding: 20px 15px;
	text-indent: 75px;
	background-color: ;
	border-color: #d9d9d9;
}
.submit{
	margin-top: 65px;
	width: 180px;
	height: 45px;
	background-color: #dc252a;
	color: #fff;
	border: none;
	font-size: 16px;
}
@media only screen and (max-width:767px ) {
	.contact_words p{
		width: 85%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.contact_title{
		width: 100%;
		padding: 35px 15px 35px;
		margin: 0 auto;
		text-align: center;
		color: #909090;
		font-size: 14px;
		line-height: 20px;
	}
	.contact_title h1{
		font-size: 30px;
		color: #000;
		margin-bottom: 25px;
	}
	.one_bg{
		width: 100%;
		height: auto;
		border: none;
		border-radius: 0;
		position: relative;
		top: 0;
		right: 0;
		margin-top: 0px;
		padding:0;
		z-index: 10;
	}
	.two_bg{
		width: 100%;
		height: auto;
		border-radius:0;
		background-color: #dc252a;
		border: none;
		overflow: hidden;
		line-height: 1px;
	}
	.two_bg img{
		width: 100%;
	}
	.contact_address{
		width: 100%;
		height: auto;
		padding-bottom: 50px;
		background-color: #fff;
		overflow: hidden;
		position: relative;
	}
	.company_address{
		width: 100%;
		padding: 0 ;
		position: relative;
		top: 25px;
		z-index: 11;
	}
	.company_address .company_name{
		width: 80%;
		overflow: hidden;
	}
	.company_address ul{
		margin-top: 15px;
		width: 100%;
		border-top: 1px solid #e3e3e3;
		color: #757575;
		font-size: 14px;
		line-height: 25px;
		padding-top: 15px;
	}
	.company_address ul li{
		padding-left: 35px;
	}
	.company_address ul li:nth-of-type(1){
		background-image: url(../img/address.png);
		background-repeat: no-repeat;
		background-position: 0px center;
		background-size: 20px;
	}
	.company_address ul li:nth-of-type(2){
		background-image: url(../img/phone.png);
		background-repeat: no-repeat;
		background-position: 0px center;
		background-size: 20px;
	}
	.company_address ul li:nth-of-type(3){
		background-image: url(../img/fax_machine.png);
		background-repeat: no-repeat;
		background-position: 0px center;
		background-size: 20px;
	}
	.company_address ul li:nth-of-type(4){
		background-image: url(../img/http.png);
		background-repeat: no-repeat;
		background-position: 0px center;
		background-size: 20px;
	}
	.contact_words{
		width: 100%;
		padding: 10px 0 30px;
		text-align: center;
		background-color: #fff;
	}
	.contact_words h1{
		font-size: 30px;
		color: #000;
		margin-bottom: 15px;
	}
	.words_address{
		padding-left: 0px;
		padding-right: 0;
		overflow:hidden;
		position: relative;
	}
	.words_content{
		position: relative;
		overflow: hidden;
		padding: 0;
		margin-top: 20px;
	}
	form{
		width: 100%;
		overflow: hidden;
		margin-top: 25px;
	}
	.words_address li{
		width: 100%;
		line-height: 40px;
		border-bottom: 1px solid #d9d9d9;
		padding-left: 0px;
		position: relative;
		font-size: 14px;
	}
	.words_address li input{
		width: calc( 100% - 75px);
		line-height: 40px;
		border: none;
		float: right;
	}
	.words_address li:nth-of-type(1) input{
		width: calc( 100% - 45px);
	}
	.words_address li:nth-of-type(4) input{
		width: calc( 100% - 60px);
	}
	.words_content p{
		font-size: 14px;
		color: #808080;
		line-height: 30px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.submit{
		margin-top: 25px;
		width: 140px;
		height: 30px;
		background-color: #dc252a;
		color: #fff;
		border: none;
		font-size: 14px;
	}
}
@media only screen and (min-width:768px ) {
	.words_address{
		padding-left: 0;
		padding-right: 20px;
		overflow:hidden;
		position: relative;
	}
	.words_content{
		position: relative;
		overflow: hidden;
		padding: 0 0px 0 20px;
	}
	.contact_title{
		width: 90%;
		padding: 55px 0 85px;
		margin: 0 auto;
		text-align: center;
		color: #909090;
		font-size: 14px;
		line-height: 20px;
	}
	.contact_title h1{
		font-size: 40px;
		color: #000;
		margin-bottom: 25px;
	}
}
@media only screen and (min-width:992px ) {
	.contact_title{
		width: 915px;
		padding: 55px 0 85px;
		margin: 0 auto;
		text-align: center;
		color: #909090;
		font-size: 14px;
		line-height: 20px;
	}
	.contact_title h1{
		font-size: 40px;
		color: #000;
		margin-bottom: 25px;
	}
	.company_address{
		width: 400px;
		padding: 0 ;
		position: relative;
		top: 165px;
		z-index: 11;
	}
	.company_address .company_name{
		width: 350px;
		overflow: hidden;
	}
	.words_address{
		padding-left: 80px;
		padding-right: 0;
		overflow:hidden;
		position: relative;
	}
	.words_content{
		position: relative;
		overflow: hidden;
		padding: 0 35px 0 45px;
	}
}
@media only screen and (min-width:1200px ) {
	.company_address{
		width: 525px;
		padding: 0 30px;
		position: relative;
		top: 165px;
		z-index: 11;
	}
	.company_address .company_name{
		width: 410px;
		overflow: hidden;
	}
}