*{margin: 0px;padding: 0px;}
body{max-width:640px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px auto;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}

.head{
	width: 96%;
	padding: 3% 2%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head img{
	display: block;
	width: 100%;
}
.news_content a{color:#000;}
.news_content a:hover{color:#d2000b;}
.head .name{
	width: 70%;
}
.head  a{
	display: block;
}
.head .l_tbn{
	width: 30px;
}
.head .home{
	width: 30px;
}
 
.head  .nav{
	width: 100%;
	height:40px;
	overflow: hidden;
	background: #0e64bb;
}
.head  .nav ul li{
	float: left;
	width: 20%;
	text-align: center;
	padding-top:3%;
	padding-bottom: 3%;
}
.head .nav ul li a{
	color:#fff;
	font-size: 13px;
}
.slider{
	display:none;
}
.focus span{
	width:10px;
	height:10px;
	margin-right:10px;
	border-radius:50%;
	background:#ffffff;
	font-size:0}
.focus span.current{
	background:#d2000b;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:5%;
}
.title div{
	width: 30%;
	height: auto;
	margin: 0 auto;
}
.title div h3{
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.title div p{
	color:#666;
	font-size: 12px;
	text-align: center;
}
.title div span{
	display: block;
	width: 25px;
	height:3px;
	background: #0e64bb;
	margin: 0 auto;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 3%;
}
.nav ul li{
	float: left;
	width: 22.5%;
	margin-left: 2%;
}
.nav ul li img{
	width: 60px;
	margin: 0 auto;
	display: block;
}
.nav ul li p{
	text-align:center;
	color:#333333;
	font-size: 13px;
	margin-top: 3px;
}
.product{
	width: 100%;
	height: auto;
	background: #f5f5f5;
	margin-top: 40px;
	position: relative;
	padding-bottom: 30px;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -5%;
	float: left;
	
}
.title p{
	width: 37%;
	height: auto;
	overflow: hidden;
	font-size: 13px;
	padding-top: 2%;
	padding-bottom: 2%;
	border: 1px solid #a0a0a0;
	text-align: center;
	margin:0 auto;
	border-radius:15px;
	background: #fff;
}
.product .list{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .list ul li{
	float: left;
	width: 49%;
	height: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.product .list ul li:nth-child(2n){
	float: right;
}
.product .list ul li a{
	color:#333;
	font-size: 12px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .pic ul {
	width: 96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.product .pic ul li{
	float: left;
	width: 48%;
	margin-top: 1%;
	height: auto;
	overflow: hidden;
}
.product .pic ul li a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li img{
	width: 100%;
	height: 114px;
}
.product .pic ul li p{
	line-height: 30px;
 	
	padding-left: 15px;

 
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333333;
	font-size: 12px;
	background: url(../images/icon01.png)no-repeat left center;
}
.product .more{
	display: block;
	width: 35%;
	border: 1px solid #a0a0a0;
	text-align: center;
	margin:0 auto;
	margin-top:3%;
	background: #fff;
	padding-top: 2%;
	padding-bottom: 2%;
	border-radius:30px;
	color:#333;
	position: absolute;
	bottom:-16px;
	left: 50%;
	transform: translateX(-50%);
 
}


.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg01.png)no-repeat center;
	background-size: 100% 100%;
	margin-top: 40px;
}
.about .tit {
	margin-top: 20px;
}
.about .tit p{
	color:#fff;
	font-size: 16px;
	text-align: center;
}

.about .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.about .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about .info p{
	color:#fff;
	font-size: 12px;
	line-height:20px;
	text-indent: 1em;
}
.about a{
	display: block;
	width: 110px;
	height: 30px;
	background: #fff;
	text-align: center;
	color:#d2000b;
	font-size: 12px;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news .tit{
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #d2000b;
}
.news .tit p{
	color:#1a1a1a;
	font-size: 16px;
	float: left;
}
.news .tit a{
	display: block;
	float: right;
	color:#1a1a1a;
	background: #eeeeee;
	padding: 2px 4px;
}
.news ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 5px;
}
.news ul li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:nowrap;
}
.news ul li .time{
	width: 70px;
	height: 45px;
	background: #d2000b;
}
.news ul li .time p{
	color:#fff;
	font-size: 14px;
	margin-top: 4px;
	text-align: center;
}
.news ul li .time span{
	display: block;
	color:#fff;
	font-size: 12px;
	text-align: center;
}
.news ul li h4{
	width: 80%;
	margin-left: 10px;
	margin-right:10px;
	font-weight: normal;
	color:#000000;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 3%;
	float: left;
	margin-bottom: 17%;
}
.footer span{
	display: block;
	text-align: center;
	background: #cfcfcf;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 13px;
	color:#333333;
}
.footer p{
	float: left;
	width:68%;
	margin-top: 3%;
	margin-left: 2%;
}
.footer  img{
	float:right;
	width: 22%;
	margin-right: 2%;
	margin-top: 5%;
	border: 3px solid #cccccc;
}
.footer-nav{
	width: 100%;
	background:#d2000b;
	position: fixed;
 
	left: 0;
	bottom: 0;


}
.footer-nav .phone{
	position: absolute;
	left: 50%;
	margin-left: -28px;
	width: 56px;
	height: 56px;
}
.footer-nav .phone img{
	display: block;
	width:56px;
	height:56px;
}
.footer-nav ul li {
	float: left;
	width: 20%;
	height: auto;
}
.footer-nav ul li:nth-child(n+3){
	float: right;
}
.footer-nav ul li img{
	display: block;
	height: 30px;
	margin: 0 auto;
	margin-top: 3px;
}
.footer-nav ul li p{
	text-align: center;
	color:#fff;
	font-size: 12px;
	margin-bottom: 3px;
}
 
.fx{
	margin-top:-40px;
	position: absolute;
 	
	display:none;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}
 


.fy{width:95%;line-height:30px; font-size:12px; text-align:left; padding-left:5%;}
.xlr_pages{ margin:20px auto; text-align:center;}
.pagelist li{ color:#000; text-decoration:none; margin:5 8px; margin-right:5px; display:inline-block;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
.news h5,.product h5,.content h5{ text-align:center; line-height:30px; font-size:15px;}
.product_cont,.news_content,.infom{ width:96%; margin:2%;}
.productimg img,.product_cont img,.about .infom img{ max-width:100%; margin:0px auto;}
.p_c{ text-align:center; line-height:24px;}
 