﻿@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: 6rem;   
}
.clearfix:before,.clearfix:after {
   content: "";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}
.clearfix{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#f0f0f0; 
    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 {
    text-decoration: none;
	color:inherit;
}

/*公共类*/
.w {
    width: 100%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	clear:both;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
    z-index: 9999;
}
.fixed {
	position:fixed;
	bottom: 0;
    left: 0;
	z-index:9999;
}
/*导航*/
.header {
	width: 100%;
	height: 4rem;
    background-color:#4C4C4C;
	position:fixed;
	top: 0;
	left: 0;
	z-index:9999;
}
.header h3{
	width:15%;
    color: #dec37e;
    line-height:4rem;
    font-size: 25px;
    cursor: pointer;
}
.header span{
	width:85%;
	line-height:4rem;
	display:block;
}
.header span img {
	display:inline-block;
}
#nav {
	width:100%;
	background-color:#fff;
	position:absolute;
	top:4rem;
	z-index:9999;	
}
#nav li {
	border-bottom:1px solid #dec37e;
}
#nav li a {
	height:3rem;
	line-height:3rem;
	color:#000;
	font-size:1.5rem;
	display:block;
    padding:0 2%;
}
#nav a:hover {
	color:#fff;
	background-color:#dec37e;
}
#nav a.active{
	color:#fff;
	background-color:#dec37e;
}

/*banner*/
.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;
}
.imain {
	margin-top:4rem;
    background-color: #2f2f2f;
    overflow: hidden;
}
/*产品中心*/
.tit {
    background: url(../images/tit.png) center center no-repeat;
    background-size: 35%;
    margin: 3% 0;
}
.tit h3 {
    line-height: 1.5rem;
    font-size:1.5rem;
    color:#dec37e;
}
.tit span {
    line-height: 1rem;
    color:#5b5037;
    font-size:1rem;
}
.ipro_type ul li {
    float: left;
    width:28.5%;
    margin:1% 2.4%;
    text-align: center;   
}
.ipro_type ul li a {
    display: block;
    overflow: hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #ebebeb;
    color: #000;  
    border-radius: 1.5rem;
}
.ipro_type ul li a:hover {
    background-color: #dec37e;
}
.ipro_list {
    width:98%;
    margin:2% auto;
}
.ipro_list li {
    float:left;
    width:48%;
    margin:1%;
    text-align: center;
    position: relative;
}
.ipro_list li a{
    display: block;
}
.ipro_list li a img {
    display: inline;
}
.ipro_list li a span {
    color: #fff;
    display: block;
    line-height: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dec37e;
    opacity:0.7;
    filter:Alpha(opacity=70);
    color:#000;
    text-align: center;
    z-index: 998;
    width: 100%;
}
.more {
    width: 30%;
    border: 1px solid #dec37e;
    margin: 3% auto;
}
.more a {
    display: block;
    font-size: 1rem;
    color: #dec37e;
    line-height: 2rem;
}
/*关于我们*/
.iabout {
    width:100%;
    background:url(../images/ab.jpg) no-repeat top center;
    background-size: 100% auto;
    padding:2%;
    height: auto;
    max-height: 242px;
}
.ab_tit {
    width: 40%;
    background:url(../images/ab_t.png) left 30% no-repeat;
    line-height: 6rem;
	color: #dec37e;
    margin-left: 3%;
    padding-left: 12%;
    background-size: 15% auto;
}
.ab_tit h3{
    font-size: 1.5rem;   
}
.ab_tit span{
    display: block;
    font-size: 1rem;
    line-height: 3rem;
}
.abtxt {
    font-size: 1rem;
    width: 95%;
	margin:0 auto;
    color: #fff;
    line-height: 2rem;
    height: 6rem;
    overflow: hidden;
}
/*新闻列表*/
.inews {
    width: 96%;
    margin: 2% auto;
}
.inews_col {
    margin:1% 0;
}
.time {
    width: 22%;
    background: #0d0d0d;
    font-size: 1rem;
    text-align: center;
    height: 8rem;
    color: #fff;
    padding: 3%;
}
.time i {
    display: block;
    line-height: 3rem;
    font-size: 1.5rem;
}
.time time {
    display: block;
    line-height: 3rem;
}
.newstxt {
    width: 78%;
	margin:0 auto;
    padding: 0 0 0 2%;
    color:#fff;
    line-height: 2rem;
    height: 8rem;
    background: #222;
}
.newstxt h3 {
    font-size: 1.5rem;
    height: 2.5rem;
	line-height: 2.5rem;
    overflow: hidden;
}
.newstxt h3 a{
    color: #f0f0f0;
}
.newstxt p {
    display: block;
    overflow: hidden;
    color: #a9a9a9;
    font-size: 1rem;
}
/*联系我们*/
.icont {
    background:url(../images/cont.jpg) no-repeat top center;
    background-size: cover;
    padding:2% 0;
}
.icont ul li {
    line-height: 3rem;
    margin: 2% 0 0 3%;
    padding: 0 8%;
    color: #b0afae;
    font-size: 1.3rem;
}
.icont ul li:nth-child(1) {
    background: url(../images/tel.png) left center no-repeat;
    background-size: 5% auto;
}
.icont ul li:nth-child(2) {
    background: url(../images/dz.png) left center no-repeat;
    background-size: 5% auto;
}
/*内页*/
.abo_con {
	background:#fff;
	width:96%;
	margin:3% auto;
	padding:2%;
}
.abo_con p {
	line-height:2rem;
	font-size:1.5rem;
}
.abo_con img {
	display:block;	
	max-width:100%;
	height:auto;
}
/*详细*/
.news_con {
	background:#fff;
	width:96%;
	margin:3% auto;
	padding: 2%;
}
.news_con h1{
	line-height: 3rem;
    font-size: 2rem;
}
.news_con img {
	display:block;	
	max-width:100%;	
	height:auto;
}
.news_con p{
	line-height:30px;
}
.news_con hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #a0a0a0;
}
.pro_img img {
	margin:1rem 0;
}
.tag {
	padding: 1%;
	background-color: #f3f3f3;
}
.tag a{
	color:#000;
}
.share {
	margin:2% 0;
}
/*底部*/
.bottom {
	width:100%;
	height:3.5rem;
	margin-top: 1rem;
	background-color:#2f2f2f;
}
.backtop{
	padding:2%;
}
.backtop a{
	color:#fff;
	font-size:1.5rem;
	font-weight:bold;
}
.backtop a:hover{
	color: #fff!important;
}
.backtop a em{
	display: inline-block;
}
.weizg {
	height:2rem;
	line-height:3rem;
}
.weizg a{
	color:#000;
}
.footer {
    width: 100%;
    height: 5rem;
    background-color:#2f2f2f;
}
.footer ul {
    overflow: hidden;
    padding-top: 1rem;
}
.footer ul li i {
    font-size:2rem;
    color: #fff;
}
.footer ul li a {
    display: block;
    color: #fff;
}
.footer ul li a:hover{
	color:#fff!important;
}
.footer ul li p{
	font-size:1rem;
}
/*分页*/
.pages{
	margin:20px auto;
}
.pages ul{
	color:#fff;
}
.pages ul li{
	border:1px solid #dec37e;
	padding:5px 10px;
	display:inline;
}
.pages ul li a {
	color:#f0f0f0;
}
.pages ul li:hover{
	background:#5b5037;
}