/*轮换图样式*/
 .banner{width: 1200px;margin: 0 auto;overflow: hidden;height:220px;
 position:relative;}
 .img-box img{float:left;overflow: hidden;}
 .btn{position: absolute;left:980px;bottom: 5px;
 color: #fff;text-align: center;}
 .btn li{width: 20px;height: 20px;
        border-radius: 50%;background: #f0f;
        display: inline-block;
        cursor: pointer;
		opacity:0.3;
		filter:alpha(opacity=50); 
        }
 .btn .Red{width: 20px;height: 20px;
     border-radius: 50%;background:red;display: inline-block;}

/*轮换图二的样式*/
.container{
	width:790px;
	height: 250px;
	overflow: hidden;
	position:relative;
	margin: 0 auto;
	margin-top: 30px;
}
.arrow-left,.arrow-right{
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
	position:absolute;
	top:50%;
	margin-top: -16px;
	
}
.arrow-left{
	background:url(../img/arrow_left.png) no-repeat;
	left: 0;
	margin-left: 20px;
}
.arrow-right{
	background:url(../img/arrow_right.png) no-repeat;
	right: 0;
	margin-right: 20px;
}
.container dl{
	position: absolute;
	left:0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-left:2%;
}

/*无缝滚动新闻*/
.gund-box{
	width: 400px;height:30px;
	margin: 20px;
	position: relative;
    border:1px solid red;
    overflow: hidden;
    }
.content{
	width: 300px;
	height:30px;
	position:absolute;
	left:0;top:0;
	}
.content dd{
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	}

.box{
	background: url(../img/gs_icon.png) no-repeat left center;
	padding-left:30px;
}
.winBox{
	width:300px;
	height:40px;
	position: relative;
	overflow: hidden;
	}
.scroll{
	width:1200px;
	position:absolute;
	left:0px;top:0;
	}
.scroll li{
	float:left;
	width: 110px;
	line-height: 40px;
	padding:0 5px;
	}

/*tab卡*/
.J-tab{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.panel-lage{
	float:left;
	width: 190px;
	overflow: hidden;
}
.panel-main{
	float: right;
	width: 800px;
	overflow: hidden;
}
.cate-one{
	border: 1px solid #f4e8d9;
	background: #fbe9c6;
    height: 266px;
    width: 100%;
}
.cate-left{
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #f5f5f5;
    }
 .cate-left a{
 	 background-color: #fbe9c6;
 	 text-align: center;
 	 display: block;
     color: #666;
    text-decoration: none;
 } 
 .cate-left.z-crt a {
    color: #fff;
    font-weight: 700;
    background-color: #f0cfa6;
} 

.cate-main{
	width: 800px;
	position: relative;
	height: 250px;
	padding-top: 34px;

}
.cate-title{
	float: left;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}
.cate-title a {
    color: #333;
    display: block;
    height: 30px;
    padding: 0 10px;
    text-decoration: none;   
    }
.cate-title.z-crt{
    border-top: 3px solid #c81623;
    border-left: 1px solid #c81623;
    border-right: 1px solid #c81623;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    }
    
.J_card2{
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
}
.cate-title.z-last a:hover{
	color:#C81623;
	text-decoration:underline;
}

/*无缝滚图*/
.warrpBox{
	width:800px;
    height:150px;
    margin: 0 auto;
    position:relative;
    overflow:hidden; 
}
.Imgbox{
	 width:2400px;
     position:absolute;
}
.Imgbox li{float:left}
.Imgbox li img{
	width:200px;
	height:150px;
}

/*进度条*/
.bg{
	position: absolute;
	top:300px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	background:#1c1c1c;
	border-radius:2px;
	height: 4px;
}
.line{
	height: 100%;width: 0;
	position: relative;
	background:#06c;
	border-radius: 2px;
	box-shadow: 0 0 20px blue;
}

/*验证注册页*/
.content-form{
	width: 800px;
	margin: 0 auto;
}
#reg-form .input-text{
	margin-top: 10px;
	line-height: 30px;
	width: 240px;
	outline: none;
}
#reg-form .input-code{
	width: 120px;
	float: left;
}
.vCode{
	float:left;
}
.clearfix{
	clear: both;
	padding-top: 10px;
}
.Btn{
    background-color: #ff942c;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 8px 20px;
    margin-top: 10px;
    display:inline-block;
}
.err{
	color:red;
}
.ok{
	color: darkgreen;
}
.defulat{
	color:#70bae8;
}
.border-box{
	border: 1px solid #70bae8;
}
.border-burl{
	border: 1px solid red;
}

