﻿@charset "UTF-8";
/*css 初始化开始 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: "SimSun","宋体",Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 12px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
    color: #000;
    overflow-x: hidden;
	overflow-y:auto;
    width: 100%;
	margin:0 auto;
    max-width: 640px;
    min-width: 320px;
    height: 100%;
    font-family: Microsoft YaHei;
	padding-bottom: 80px;
}
.clear:before,.clear:after {
   content: "";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}
.clear{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#666666; 
    text-decoration: none; 
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:12px;
}
a:hover {
	color:#ff692b!important;
    text-decoration: none;
}

/*公共类*/
.w {
    width: 100%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	clear:both;
}
.tal {
    text-align:left;
}
.tac {
    text-align:center;
}
.tar {
    text-align:right;
}
.hide {
    display:none;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
	z-index: 9999;
}
.fixed {
	position:fixed;
	bottom: 0;
    left: 0;
	z-index:9999;
}
/*导航*/
.header {
	width: 100%;
    max-height: 50px;
	background:#ff692c;
	position:fixed;
	top: 0;
    left: 0;
	z-index:9999;
}
.header h3{
    color: #fff;
    padding: 12px;
    font-size: 25px;
    cursor: pointer;
}
.header span{
	font-size:20px;
	line-height:50px;
	color:#fff;
}
.nav {
	width:30%;
	background:#1f212d;
}
.nav a {
	color:#fff;
}
.nav a:hover {
	background-color:transparent;
}

/*banner*/
.banner {
    width:100%;	
    height:240px;
	overflow:hidden;
	margin-top:50px;
}
.banner img {
	width:100%;
	height:240px;
}

.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}

.imenu {
	width:100%;
	margin:0 auto;
	background:#f5f5f5;
	padding:30px 0;
}
.imenu-img {
	display:inline-block;
	background-color:#ffc908;
	border-radius: 50%;
}
.imenu p {
	line-height:30px;
}
.imenu p a {
	font-size:12px;
	display:inline-block;
	font-weight:700;
}

.iabout{
	background-color:#f5f5f5;
}
.itit h3{	
	height:60px;
	line-height:60px;
}
.itit h3 >em{
	width:6px;
	height:30px;
	background:#ff692b;
	display:block;
	margin: 15px 0;
}
.itit h3 >span {
	padding-left:15px;
	font-size:20px;
	font-weight:700;
	color:#ff692b;
}
.iabout p{
	margin:0 auto;
	line-height:35px;
}

.itype {
	background-color: #f5f5f5;
    margin:0 auto;
	padding:10px 0;
}
.itype-img {
	width:80px;
	height:80px;
	margin:0 auto;
}
.itype p {
	line-height:30px;
}
.itype p a {
	font-size:16px;
	display:inline-block;
	font-weight:700;
}
/*热销产品*/
.iprolist {
   margin-top:10px; 
}
.iprolist p{
	height:35px;
	line-height:35px;
}
.iprolist p a{
	text-overflow:ellipsis;
	overflow:hidden;
}
.ipro-img img{
	max-height:216px;	
}
/*首页新闻*/
.inews{
	padding:0 15px;
}
.inews_l {
	width:50%;
	display:inline-block;
}
.inews_l span{
	line-height:45px;
	font-size: 16px;
}
.inews_l h3{
	font-size:16px;
}
.inews_l p{
	line-height:30px;
}
.inews_c{
	width:10%;
	height: 140px;
	background:url(../images/news_bg.png) no-repeat;
}
.inews_r {
	width:40%;
	text-align:right;
	padding:10px 0px;
}
.inews_r img {
	display:inline;
	max-height:120px;
}

.bottom {
	width:100%;
	height:45px;
	margin-top:10px;
	background-color:#ff692b;
}
.backtop{
	padding:10px;
}
.backtop a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:10px;
}
.backtop a:hover{
	color: #fff!important;
}
.backtop a em{
	display: inline-block;
    width: 13px;
    height: 7px;
    background: url(../images/back.png) no-repeat;
}
.foot {
	height:30px;
	line-height:30px;
}
.footer {
    width: 100%;
    height: 60px;
    background-color:#ff692b;
}
.footer ul {
    overflow: hidden;
    padding-top: 10px;
}
.footer ul li i {
    font-size:20px;
    color: #fff;
}
.footer ul li a {
    display: block;
    color: #fff;
}
.footer ul li a:hover{
	color:#fff!important;
}
.footer ul li p{
	font-size:12px;
}

.pages{
	margin:20px auto;
}
.pages ul li{
	border:1px solid #e0e0e0;
	padding:5px 10px;
	display:inline;
}
.pages ul li:hover{
	background:#e0e0e0;
}
/*新闻资讯*/
.newslist{
	width:95%;
	margin:0 auto;
}
.newslist ul li {
	height:40px;
	line-height:40px;
	background:url(../images/dot.png) left 12px no-repeat;
	border-bottom:1px dotted #e0e0e0;
}
.newslist ul li a{
	width:65%;
	display:block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding-left: 15px;
}
.newslist ul li span{
	width:30%;
	text-align:right;
}

/*详细页面*/
.news_con h1{
	line-height:45px;
	font-size: 16px;
}
.news_con p{
	line-height:30px;
}
/*产品详细*/
.pro_img img{
	display:inline;
}

.mt50{
	margin-top:50px;
}