@charset "utf-8";

/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,strong,th,var 
{font-style:normal;font-weight:normal} 
ol,ul {list-style:none; overflow:hidden;} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 
q:before,q:after {content:''} 
abbr,acronym { border:0}

/*public*/
body{font:14px/2 microsoft yahei,simsun,tahoma,\5b8b\4f53,sans-serif; background-color:#eee;color:#2b2b2b;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a{color:#2b2b2b; text-decoration:none}

.clearfix:after{ content:"\20"; height:0px; visibility:hidden; display:block; clear:both;}
.clearfix{ zoom:1;}

.w750{max-width:750px; margin:0 auto; overflow:hidden;}
.h90{height:66px;}

/*头部*/

.header{}
.focus{ max-width:750px; margin-top:9px; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:10px;  position:absolute; z-index:1; bottom:7px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:10px; padding:3px 5px;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{ display:inline-block; width:6px; height:6px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; background:#8C8C8C; top: 0;  vertical-align:top; overflow:hidden;   }
.focus .hd ul .on{ background:#ee712f;  }

.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;  background:url(images/loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }


/*导航按钮*/
.menu{padding-top:15px; padding-bottom:11px; background:#fff;border-bottom:1px solid #dedede;}
.menu ul{overflow:hidden;}
.menu ul li{float:left;  width:25%; }
.menu ul li a{float: left; font-size:14px; color:#888; display:inline-block; text-align:center;}
.menu ul li .txt{width:100%; height:30px; line-height:30px;}
.menu ul li .img{width:60%;  padding:0 20%;}
.menu img{width:100%;}


/*首页产品*/
.index-product{margin-top:10px; background:#fff; border-top:1px solid #dedede;padding-bottom:5px;}
.pro-tit{height:50px; padding: 0 15px; line-height:50px;}
.pro-tit h2{font-size:21px; font-family:"\9ED1\4F53"; width:50%; float:left;}
.pro-tit a{display:inline-block;width:15%; float:right; text-align:right; color:#888; font-size:14px; height:50px; line-height:50px;}
.pro-tit .more i{font-style:normal; font-family:v; margin-left:5px;}

.pro-list img{width:100%;}
.pro-list{padding:0 15px; }
.pro-list ul{overflow:hidden;}
.pro-list ul li{ margin-bottom:9px; }
.pro-box{border:1px solid #efefef; overflow:hidden; }
.pro-box .img{float:left; width:30%; padding:5px; }
.pro-box .tit{float:right; padding-left:2%; padding-right:2%; width: 60%;}
.pro-box .tit h3{font-size:16px; font-family:"Microsoft YaHei", Arial, sans-serif; color:#333; font-weight:normal;}
.pro-box .tit p{color:#ee712f;}

/*news*/
.index-news{margin-top:10px; background:#fff; border-top:1px solid #dedede;}
.news-tit{height:50px; padding: 0 15px; line-height:50px;}
.news-tit h2{font-size:21px; font-family:"\9ED1\4F53"; width:50%; float:left; }
.news-tit a{display:block;width:15%; float:right; text-align:right; color:#888; font-size:14px; height:50px; line-height:50px;}
.news-tit .more i{font-style:normal; font-family:v; margin-left:5px;}

.news-list{padding:0 15px 20px 15px;}
.news-list ul{overflow:hidden;}
.news-list ul li{padding:3px 0; line-height: 22px;}

/*footer-menu*/
.footer{width:100%; position:fixed; overflow:hidden; height:60px; border-top:1px solid #ddd; margin:0 auto; bottom:0; background-color:#fff; padding-top:5px; z-index:99999; cursor: pointer;}
.footer ul{}
.footer ul li{float:left; width:25%; text-align: center; position: relative; display: table; }
.footer ul li img{width:30%; padding:0 20%; }
.footer-txt{height:24px;}
.footer-txt a{font-size:14px; height:24px;}

