html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft YaHei";
    font-size:14px;   
}
ul,ol {
    list-style: none;
}
a {
    text-decoration: none;    
}
a:hover{
	text-decoration: none;
}

/* mobile index */
/* product */

.bigbox{
	width: 100%;
	padding: 0% 0% 20% 0%;	
}
.middlebox{
	width: 97%;
	margin: 0 auto;
}

.m_title{
	/*background: #d71d22;*/
	border-bottom: solid 1px #ececec;
	height: 32px;
	margin-top: 16px;
	overflow: hidden;
}
.m_title i{	
	display: block;
    float: left;
    margin: 7px 0px 0px 10px;
}
.m_title span{
	font-size: 0.2rem;
	color: #696767;
	line-height: 32px;
	padding-left: 12px;
    font-weight: bold;
	border-left: solid 4px #fe980f;
}
.m_title img.icon-ctrl{
	float: right;
	margin: 9px 10px 0px 0px;
}

.pro_lists{
	overflow: hidden;
	margin-top: 4%;
}
.pro_lists li{	   
    width: 50%;
    float: left;
    text-align: center;        
}
.pro_lists li img{
	width: 95%;    
    height: auto;
}
.pro_lists li span{
	line-height: 40px;
	color: #333;
}
.pro_lists li a:focus{
	color: #333;
}

/* about us */

.changtu{
	margin: 4% 0%;
}
.changtu img{
	width: 97%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.text_content p{
	text-indent: 28px;
	line-height: 30px;
}

/* news */

.news_list{	
	margin-top: 4%;
}
.news_list li{
	overflow: hidden;
	margin-bottom: 4%;
}
.news_list li .small_img{
	width: 35%;
	float: left;
}
.news_list li .small_img img{
	width: 100%;
	height: auto;
	float: left;
}
.news_list li .infont{
	width: 65%;
	float: left;
	padding-left: 8px;	
}
.news_list li .infont span{
	font-weight: bold;
	font-size: 0.18rem;
	line-height: 30px;
	color: #333;
}
.news_list li a:focus{
	color: #333;
}
.news_list li .infont p{
	color: #757575;
	font-size: 13px;
}

/* contact us */

.address p{
	line-height: 28px;
}
.address p:last-child{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}

/* mobile 底部导航  */

.moble_footer{
	width: 100%;
	height: 60px;
	background: #fe980f;
	padding: 8px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.moble_footer li{
	float: left;
	width: 25%;
	text-align: center;
}
.moble_footer li span{
	color: #fff;
	line-height: 30px;
}


/* css 内页 */

.details_bigtu{
	width: 97%;
	padding: 4%;
	border: solid 1px rgba(0,0,0,0.2);
	height: auto;
	margin: 0 auto;
}
.anglebox{
	margin-top: 4%;
}
.anglebox span{
	display: block;
	text-align: center;
	line-height: 30px;
}
.details_bigtu img{
	width: 100%;
	height: auto;	
}
.details_content p{
	line-height: 30px;
}

.fanhui{
	border: solid 1px rgba(0,0,0,0.3);
	background: #dedede;
	width: 25%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	margin: 3% auto;	
}
.fanhui a{
	color: #333;
}
.fanhui a:focus{
	color: #333;
}

.news_items img{
	width: 100%;
	height: auto;	
}
.new_list_box li{
	margin: 4% 0%;	
}
.new_title{
	padding: 0% 1%;
}
.new_title strong{	
	font-size: 15px;
	line-height: 36px;	
	color: #333;
}
.new_title p{
	line-height: 20px;
	color: #757575;
}

.news_details h3{
	margin-top: 6%;
}
.num span{
	color: #707070;
	line-height: 26px;
}
.item_content p{
	line-height: 30px;
}
