/*
* @Author: Administrator
* @Date:   2016-08-18 13:34:56
* @Last Modified by:   Administrator
* @Last Modified time: 2016-08-26 16:59:35

/* header */

html,body{
	min-width: 320px;
	max-width: 760px;
	margin: 0 auto;
	overflow-x: hidden;

}

header{
	width: 100%;
	height: 3.61rem;
	background-color: #f6f6f6;
	padding: 0.421rem;
	box-sizing: border-box;
	border-bottom: 1px solid #a9cc54;
	margin-bottom: 0.3rem;
}
header .logo{
	height: 3rem;
	width: 100%;
	margin: -0.15rem 0rem 0rem 0rem;
	cursor: pointer;
}
header .logo_text{
	border-left: 1px solid #989898;
	height: 0.736em;
	padding: 0 0 0 0.42105263rem;
	display: inline-block;
	position: relative;
	top: 0.168rem;
}
header .logo_text img{
	height: 0.73684211rem;
	position: relative;
	top: -0.273rem;
}

header .header_right{
	float: right;
}
header .he_g{
	display: block;
	position: relative;
}
header .he_g {
	display: block;
	position: relative;
	top: 0.1rem;
}
.header_right img {
	height: 2.5rem;
	background: #a9cc54;
	border-radius: 0.2rem;
	position: relative;
	top: 0.15rem;
}


/* baneer åŒºåŸŸ */
section{
	width: 100%;
	height: 4.85rem;
	/* background-color: deepskyblue; */
}


.focus{ 
	width:100%;
	position:relative; 
	overflow:hidden;   
}

.focus .hd{ width:100%; height:8px;  position:absolute; z-index:1; bottom:10px; text-align:center;  }
.focus .hd ul{ overflow:hidden;  height:8px; text-align: center; }
.focus .hd ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 50%;
	margin-right: 10px;
	text-indent: 1000em;
}
.focus .hd ul li:last-child{
	margin-right: 0;
}
.focus .hd ul .on{ background:#099FDE;  }



.focus .bd{ position:relative; z-index:0; }


.focus{
	/*padding: 0 0.8rem;*/
	margin: 0.3rem 0.3rem 0.8rem 0.3rem;
}

.focus .bd li img {
	width: 96.31%;
	height: 7rem;
	display: block;
}
.on1{
	position: relative;
	left: 0.2rem;
}



/* å¯¼èˆª */
nav .caidan{
	z-index: 6;
	position: absolute;
	width: 16rem;
	top: 1.6rem;
	/* background: #666; */
	display: none;
}
nav .caidan li{
	z-index: 7;
	background-color: #797979;
	filter:alpha(opacity=98);
	-moz-opacity:0.98;
	-khtml-opacity: 0.98;
	opacity: 0.98;
	height: auto;
	border-bottom: 1px solid #fff;
	text-align: center;

}
nav .caidan li a{
	color: #fff;
	font-size: 0.9rem;
	display: inline-block;
	width: 100%;
	height: 80%;
	z-index:12;
}
nav .mask-close {
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #7f7f7f;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 2px;
	height: 21px;
	line-height: 21px;
	width: 21px;
	overflow: hidden;
	top: -1.1rem;
	right: 0.49894737rem;
}


/* åº•éƒ¨ */
.dibu {
    background: #999;
    height: 1.5rem;
    float: left;
    position: relative;
    bottom: 0.3rem;
    display: block;
    font-size: 0.5rem;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
}

.footer{
border-radius:8px;
	    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	height:60px;
	background-image: url("../images/bj.jpg");
	background-repeat: repeat-x;
    
}

.footer img{
	height:54px;
}

.nav li{
	width: 20%;
	display: inline-block;
	font-size: 0.55rem;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: relative;
	top:-0.15rem;
	box-sizing: border-box;



}
.nav li a{
	width:100%;
	display: inline-block;
	line-height: 42px;
	height: 20px;
	line-height: 20px;
	border-right:1px solid #aaa;
	box-sizing: border-box;
}
.nav li:nth-child(5) a{
	border:none;
	padding: 0;
 }
.nav{
	padding: 0 0.3rem;
}
.nav ul{
	background: url("../images/navs.gif");
	height: 42px;
	line-height: 42px;
}
.nav li a{
	color:#fff;
}
