.index_quality{
	height: auto;
	background-color:#fff ;
	background-image: none;
	padding-bottom: 70px;
}
.index_qualityTitle{
	width: 100%;
	max-width: 1120px;
	overflow: hidden;
	margin: 60px auto 35px;
	font-size: 14px;
	line-height: 20px;
	font-family: arial;
}
.index_qualityTitle h2{
	color: #b72024;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 30px;
}
.index_quality ul{
	width: 100%;
	height: 455px;
	overflow: hidden;
}
.index_quality ul li{
	height: 100%;
	overflow: hidden;
}
.index_quality ul li:nth-of-type(1){
	padding-right: 20px;
}
.index_quality ul li:nth-of-type(2){
	padding: 0 10px;
}
.index_quality ul li:nth-of-type(3){
	padding-left: 20px;
}
.index_quality ul li>div{
	width: 100%;
	height: 100%;
	padding: 35px 30px;
	overflow: hidden;
	background-color: #f6f6f6;
	text-align: left;
	font-size: 14px;
	font-family: arial;
	line-height: 25px;
	word-break:break-all;
	color: #545454;
}
.index_qualityImg{
	width: 100%;
	overflow: hidden;
}
.index_qualityImg img{
	width: 100%;
	transition: all 0.5s;
}
.index_quality ul li>div h3{
	font-size: 24px;
	font-weight: bold;
	color: #b72024;
	margin: 30px 0 15px;
	text-align: center;
}
.index_quality ul li>div a{
	display: block;
	width: 165px;
	height: 40px;
	line-height: 38px;
	margin:45px auto 0;
	text-align: center;
	background-color: #b72024;
	color: #fff;
	transition: all 0.5s;
	border: 1px solid #b72024;
}
.index_quality ul li>div:hover img{
	transform: scale(1.1);
}
.index_quality ul li>div a:hover{
	color: #b72024;
	background-color: #fff;
	line-height: 38px;
}
@media only screen and (max-width:767px ) {
	.index_quality ul{
		height: auto;
	}
	.index_quality ul li{
		margin-bottom: 15px;
	}
	.index_quality ul li:nth-of-type(1){
		padding-right: 0px;
	}
	.index_quality ul li:nth-of-type(2){
		padding: 0px;
	}
	.index_quality ul li:nth-of-type(3){
		padding-left: 0px;
		margin: 0;
	}
	.index_qualityTitle{
		font-size: 12px;
	}
	.index_qualityTitle p{
		text-align: justify;
	}
}
@media only screen and (min-width:768px ) {
	.index_quality ul{
		height: auto;
	}
	.index_quality ul li{
		margin-bottom: 15px;
	}
	.index_quality ul li:nth-of-type(1){
		padding-right: 0px;
	}
	.index_quality ul li:nth-of-type(2){
		padding: 0px;
	}
	.index_quality ul li:nth-of-type(3){
		padding-left: 0px;
		margin: 0;
	}
	.index_qualityTitle p{
		text-align: justify;
	}
}
@media only screen and (min-width:992px ) {
	.index_qualityTitle p{
		text-align: center;
	}
	.index_quality ul li{
		margin-bottom: 0px;
	}
	.index_quality ul li:nth-of-type(1){
		padding-right: 20px;
	}
	.index_quality ul li:nth-of-type(2){
		padding:0 10px;
	}
	.index_quality ul li:nth-of-type(3){
		padding-left: 20px;
	}
}
@media only screen and (min-width:1200px ) {

}
/*首页产品*/
.index_product{
	height: auto;
	padding-bottom: 50px;
	background-color: #f6f6f6;
}
.index_productTitle{
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	text-align: center;
	margin: 55px auto 45px;
	color: #282828;
	font-size: 14px;
	line-height: 25px;
}
.index_productTitle h2{
	color: #b72024;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 30px;
}
.index_product ul{
	width: 100%;
	overflow: hidden;
}
.index_product ul li{
	margin-top: 8px;
}
.index_product ul li:nth-of-type(4n+1){
	padding: 0 6px 0 0;
}
.index_product ul li:nth-of-type(4n+2){
	padding: 0 4px 0 2px;
}
.index_product ul li:nth-of-type(4n+3){
	padding: 0 2px 0 4px;
}
.index_product ul li:nth-of-type(4n){
	padding: 0 0 0 6px;
}
.index_product ul li>a{
	display: block;
	width: 100%;
	height: 340px;
	padding: 20px 30px;
	background-color: #fff;
	text-align: center;
}
.index_product ul li>a .index_productImg{
	width: 100%;
	overflow: hidden;
}
.index_productImg img{
	width: 100%;
	transition: all 0.5s;
}
.index_product ul li>a h4{
	font-size: 14px;
	color: #1c1c1c;
	margin-top: 20px;
	line-height: 20px;
}
.index_product ul li>a:hover .index_productImg img{
	transform: scale(1.1);
}
.index_product ul li>a:hover h4{
	color: #b72024;
}
.Jump{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #c8000f;
	text-align: center;
	line-height: 70px;
	margin: 70px auto 25px;
}
.index_product ul li>a h3{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
@media only screen and (max-width:767px ) {
	.index_productTitle{
		font-size: 12px;
		margin: 55px auto 25px;
	}
	.index_productTitle p{
		text-align: justify;
	}
	.index_product ul li{
		margin-top: 10px;
	}
	.index_product ul li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
	}
	.index_product ul li:nth-of-type(2n){
		padding: 0 0px 0 5px;
	}
	.Jump{
		margin: 40px auto 25px;
	}
}
@media only screen and (min-width:768px ) {
	.index_productTitle{
		font-size: 12px;
		margin: 55px auto 25px;
	}
	.index_productTitle p{
		text-align: justify;
	}
	.index_product ul li{
		margin-top: 9px;
	}
	.index_product ul li:nth-of-type(3n+1){
		padding: 0 6px 0 0;
	}
	.index_product ul li:nth-of-type(3n+2){
		padding: 0 3px;
	}
	.index_product ul li:nth-of-type(3n){
		padding: 0 0px 0 6px;
	}
	.index_product ul li>a{
		height: 325px;
		padding: 20px 10px;
	}
	.Jump{
		margin: 70px auto 25px;
	}
}
@media only screen and (min-width:992px ) {
	.index_product ul li>a{
		height: 270px;
		padding: 20px 30px;
	}
	.index_productTitle p{
		text-align: center;
	}
	.index_product ul li{
		margin-top: 8px;
	}
	.index_product ul li:nth-of-type(4n+1){
		padding: 0 6px 0 0;
	}
	.index_product ul li:nth-of-type(4n+2){
		padding: 0 4px 0 2px;
	}
	.index_product ul li:nth-of-type(4n+3){
		padding: 0 2px 0 4px;
	}
	.index_product ul li:nth-of-type(4n){
		padding: 0 0 0 6px;
	}
	.Jump{
		margin: 60px auto 25px;
	}
}
@media only screen and (min-width:1200px ) {
	.index_product ul li>a{
		height: 340px;
	}
	.Jump{
		margin: 70px auto 25px;
	}
}
/*首页新闻*/
.index_enNews{
	width: 100%;
	background-color: #fff;
	padding:70px 0 45px;
	font-family: arial;
}
.index_enNews .container>ul{
	width: 100%;
	height: 525px;
	overflow: hidden;
}
.index_enNews .container>ul li:nth-of-type(1){
	padding-right: 20px;
	height: 100%;
}
.index_enNews .container>ul li:nth-of-type(2){
	padding-left: 20px;
	height: 100%;
}
.index_newsTitle{
	width: 100%;
	margin-bottom: 30px;
}
.index_newsTitle h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_newsTitle div{
	width: 75px;
	height: 5px;
	background-color: #c8000f;
}
.productSite_img{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.productSite_img img{
	width: 100%;
	transition: all 0.5s;
}
.productSite_img:hover img{
	transform: scale(1.1);
}
.index_prductSite{
	width: 100%;
	overflow: hidden;
}
.index_prductSite a{
	display: block;
	width: 100px;
	height: 30px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px solid #c8000f;
	margin: 30px auto 0;
	color: #333333;
	font-weight: bold;
}
.index_news{
	width: 100%;
	height: calc(100% - 83px);
	overflow: hidden;
}
.news_text{
	padding: 15px 0;
	text-align: justify;
}
.news_text h4{
	font-size: 12px;
	margin-bottom: 10px;
}
@media only screen and (max-width:767px ) {
	.index_enNews .container>ul{
		height: auto;
	}
	.index_enNews .container>ul li:nth-of-type(1){
		padding: 0;
	}
	.index_enNews .container>ul li:nth-of-type(2){
		padding: 0;
		margin-top: 30px;
	}
	.index_news a{
		height: auto;
		padding-bottom: 5px;
	}
}
@media only screen and (min-width:768px ) {
	.index_enNews .container>ul{
		height: auto;
	}
	.index_enNews .container>ul li:nth-of-type(1){
		padding: 0;
	}
	.index_enNews .container>ul li:nth-of-type(2){
		height: 540px;
		padding: 0;
		margin-top: 30px;
	}
	.index_news a{
		height: 420px;
	}
}
@media only screen and (min-width:992px ) {
	.index_enNews .container>ul{
		height: 448px;
	}
	.index_enNews .container>ul li:nth-of-type(1){
		padding-right: 20px;
		height: 100%;
	}
	.index_enNews .container>ul li:nth-of-type(2){
		padding-left: 20px;
		height: 100%;
		margin-top: 0px;
	}
	.index_news a{
		height: 310px;
	}
}
@media only screen and (min-width:1200px ) {
	.index_enNews .container>ul{
		height: 525px;
	}
	.index_news a{
		height: 380px;
	}
}
.index_prductSite .swiper-slide{
	overflow: hidden;
}
