ul,ol{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
html{
	font-size: 12px;
}
a{
	color:#333;
}
a:hover{
	color:#D0000A;
}
p{
	margin: 0;
	line-height: 1.4;
}
.dux-page{
	height: 24px;
	text-align: center;
}
.dux-page a{
	border:1px solid #333;
	color:#333;
}
.num-page{
	margin-right: 5px;
}
/*分页*/
.pages_title{
	padding-top: 2rem;
	padding-bottom: 2rem;
	background:#c20000;
	text-align: center;
	border-bottom: 2px solid #fff;
}
.pages_title h1{
	font-size: 28px;
	color:#fff;
	margin-bottom: 0;
}
.pages_title p{
	font-size: 16px;
	line-height: 1.8;
	color:#c2c2c2;
	font-family: arial;
	font-weight: bold;
}
.pages_list ul li{
	font-size: 13px;
	line-height: 40px;
	padding: 5px;
	background:#f2f2f2;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.pages_list_active,.pages_list ul li:hover{
	background:#c20000;
}
.pages_list_active a,.pages_list ul li:hover a{
	color:#fff;
}

.pages_position{
	background: url(../images/page_line.png) repeat-x bottom;
	margin-bottom: 25px;
}
.pages_position span{
	margin-left: 5px;
	margin-right: 5px;
}
.pages_position ul li{
	float: left;
	font-size: 12px;
	line-height: 54px;
}
.pages_position ul li a{
	font-size: 12px;
	color:#888;
}
.pages_position ul li a:hover{
	color:#000;
	text-decoration: underline;
}


/*头部*/
#nav_bg{
	background: #000;
}
.top_phone{
	padding-top: 15px;
}
.top_phone p{
	font-weight: bold;
	font-size: 1.3rem;
	padding-top: 3px;
	margin-bottom: 5px;
}
.top_nav ul li{
	float: left;
	display: block;
	text-align: center;
	transition: all .6s; 
}
.top_nav ul li a{
	font-size: 14px;
	line-height: 45px;
	color:#fff;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.top_nav ul li:hover,.top_nav_active{
	background:#c20000!important;
}
.top_nav ul li:hover a,.top_nav_active a{
	color:#fff;
}
.search_box{
	background: #fff;
	padding: 2rem .5rem;
	overflow: hidden;
}
.search_box p{
	margin-top: 8px;
}
.search_box strong{
	font-size: 14px;
	line-height: 1.6;
	margin-right: 15px;
}
.search_box span{
	font-size: 14px;
	font-weight: normal;
}
.search_box form{
	width: 360px;
	float: right;
	max-width: 100%;
	overflow: hidden;
}
.search_box form input{
	display: block;
	width: 75%;
	float: left;
	outline: none;
	padding:0 5px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
.search_box form button{
	width: 20%;
	margin-left: 3%;
	float: right;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color:#fff;
	display: block;
	outline: none;
	border:none;
	background-color: #e02119;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center center;
	transition: background-color .6s;
	border-radius: 2px;
}
.search_box form button:hover{
	background-color:#FF0000;
}




/*主页*/
.index_icon>ul>li{
	padding: 1rem;
	position: relative;
}
.index_icon>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	box-shadow: 2px 2px 5px 2px #ccc;
	transition: background-color .5s;
	overflow: hidden;
}
.index_icon>ul>li>a:hover{
	background: #D0000A;
	color:#fff;
}
.index_icon>ul>li>a:hover p{
	color:#fff;
}
.index_icon>ul>li>a:hover .liubianxing,.index_icon>ul>li>a:hover .liubianxing:before,.index_icon>ul>li>a:hover .liubianxing:after,.index_icon>ul>li>a:hover .liubianxing span:before{
	background: #000!important;
	color:#fff!important;
}
.index_icon>ul>li>a img{
	transition: all .3s;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.index_icon>ul>li>a:hover img{
	transform: scale(1.1);
}
.index_icon>ul>li>a h3{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 2.4;
}
.index_icon>ul>li>a p{
	font-size: 1.1rem;
	color:#999;
}
.liubianxing{
	position: absolute;
	top:18px;
	right: 18px;
	margin: 1.2rem;
	transition: all .3s;
}
.liubianxing:before{
	position: absolute;
	height: 36px;
	width: 20px;
	left: 0;
	top: 0;
	z-index: 4;
	border-top: 1px solid #D0000A;
	border-bottom: 1px solid #D0000A;
	content: '';
	transform: rotate(59deg);
	transition: all .3s;
}
.liubianxing span{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 36px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 34px;
	border-top: 1px solid #D0000A;
	border-bottom: 1px solid #D0000A;
	color:#222;
	font-weight: 400;
	z-index: 5;
	transition: all .3s;
}
.liubianxing span:before{
	content: '\f105';
}
.liubianxing:after{
	position: absolute;
	height: 36px;
	width: 20px;
	left: 0;
	top: 0;
	z-index: 4;
	border-top: 1px solid #D0000A;
	border-bottom: 1px solid #D0000A;
	content: '';
	transform: rotate(-59deg);
	transition: all .3s;
}







.index_title{
	padding-top: 2rem;
	margin-bottom: 3rem;
}
.index_title h1{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
.index_title h1:after{
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	margin: 0 auto;
	background: #D0000A;
	position: relative;
	top: 9px;
}
.index_title div{
	height: 1px;
	width: 340px;
	margin: 2px auto;
	max-width: 100%;
	background: #ccc;
}
.index_title p{
	font-size: 1.4rem;
	line-height: 2;
	color:#000;
	text-align: center;
}

.pro_list ul li{
	padding: 10px;
	position: relative;
}
.pro_list ul li a{
	display: block;
	padding: 10px;
	padding-bottom: 0;
	border:1px solid #ccc;
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.pro_list ul li a:hover{
	border-color:#D0000A;
	box-shadow: 2px 2px 5px 2px #ccc;
}
.pro_list ul li a img{
	
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.pro_list ul li a p{
	text-align: center;
	font-size: 1.1rem;
	line-height: 2.4;
}


.news_Isimg{
	background: #fff;
}
.news_Isimg h3{
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.5;
}
.news_Isimg p{
	font-size: 1.2rem;
}
.news_Noimg{
	padding: 1.5rem;
	background: #fff;
}
.news_Noimg ul li{
	padding: 1rem;
	position: relative;
	display: block;
}
.news_Noimg ul li div{
	float: left;
	width: 80px;
	height:80px;
	background: #C20000;
	color:#fff;
	margin-right: 15px;
	margin-bottom: 1px;
}
.news_Noimg ul li div span{
	display: block;
	line-height: 50px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}
.news_Noimg ul li div p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.news_Noimg ul li h3{
	margin: 0;
	line-height: 30px;
	font-size: 1.3rem;
}
.news_Noimg ul li>p{
	font-size: 13px;
	color:#999;
	line-height: 24px;
}
.max_two{
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.company_more{
	float: right;
	display: block;
	width: 90px;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	background: #D0000A;
	color:#fff;
}
.company_more:hover{
	background: #000;
	color:#fff;
}
.bottom_nav{
	margin-top: 3rem;
	padding-bottom: 2rem;
	border-bottom:2px solid #fff;
}
.bottom_nav ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.bottom_nav ul li a{
	font-size: 14px;
	line-height: 34px;
	color:#fff;
}
.bottom_nav ul li:hover a{
	color: #D0000A;
}
.bottom_contact{
	color:#fff;
}
.bottom_contact h2{
	font-size: 1.4rem;
	line-height: 2;
}
.bottom_contact ul li{
	width: 50%;
	float: left;
	font-size: 13px;
	line-height: 2;
}
.erwm:after{
	content: '手机扫一扫进入网站';
	text-align: center;
	font-size: 14px;
	line-height: 3;
	color:#fff;
	display: block;
}

.pages_content {
	font-size: 1.2rem;
	line-height: 2;
	color:#5A5A5A;
}
.pages_content p{
	text-indent: 2em;
}
.news_list ul li{
	display: block;
	position: relative;
	padding: 1rem;
	border:1px solid #ccc;
	margin-bottom: 1rem;
	overflow: hidden;
}
.news_list ul li>div{
	float: left;
	width: 80px;
	height:80px;
	background: #C20000;
	color:#fff;
	margin-right: 15px;
	margin-bottom: 1px;
}
.news_list ul li div span{
	display: block;
	line-height: 50px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}
.news_list ul li div p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.news_list ul li h3{
	margin: 0;
	line-height: 30px;
	font-size: 1.3rem;
}
.news_list ul li>p{
	font-size: 13px;
	color:#999;
	line-height: 24px;
}
.news_data ul{
	display: table;
	margin: 1rem auto;
	text-align: center;
}
.news_data ul li{
	float: left;
	padding: 0 1.5rem;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color:#aaa;
}
.pages_neighbor{
	margin: 2rem auto;
	padding:15px 35px;
	background: #F2F2F2;
	color:#5A5A5A;
	font-size: 1.1rem;
}
.pages_neighbor>div{
	margin: .5rem 0;
}

.producst_list ul li{
	position: relative;
	padding: .5rem;
}
.producst_list ul li a{
	display: block;
	border:1px solid #ccc;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 3px;
}
.producst_list ul li a:hover img{
	transform: scale(1.1);
}
.producst_list ul li a img{
	max-width: 100%;
	transition: all .6s;
}
.producst_list ul li p{
	font-size: 12px;
	text-align: center;
	line-height: 3;
}











@media only screen and (max-width:640px ) {
	.html{
		font-size: 10px;
	}
	.top_box{
		padding: 0!important;
		height: 46px!important;
	}
	#logo img{
		height: 36px;
		margin-top: 2px;
	}
	.sidenav li{
		text-align: center;
		background: #000;
		border-bottom: 1px solid #fff;
	}
	.sidenav a{
		display: block;
		width: 100%;
		height: 100%;
		font-size: 13px;
		line-height: 40px;
		color:#fff;
	}
	.f16{
		font-size: 16px!important;
	}
	.f14{
		font-size: 14px!important;
	}
	.f12{
		font-size: 12px!important;
	}
	.NoMargin{
		margin: 0!important;
		margin-bottom: 5px!important;
	}
	.index_icon ul li{
		width: 50%;
	}
	.liubianxing{
		display: none!important;
	}
	.pro_list li,.producst_list li{
		width: 50%!important;
	}
	.index_icon ul li img{
		width: 100%;
	}
	.bottom_contact li{
		width: 100%!important;
	}
	.max-img img{
		max-width: 100%!important;
	}
	
}