@charset "utf-8";
/* CSS Document */
.bgc1{background-color:#ffb8b8;}
.bgc2{background-color:#b8e0ff;}
.bgc3{background-color:#b8ffe7;}
.bgc4{background-color:#f2ffb8;}
.bgc5{background-color:#ffe0b8;}
.bgc6{background-color:#d6b2d9;}

.kvBg{
	margin-top: 17px;
	width: 100%;
	background: url(../images/bg_photo.png) no-repeat center;
}
.kvBox{
	width: 960px;
	height: 578px;
	text-align:center;
	margin:0px auto 0px auto;
	overflow:hidden;
	background: url(../images/kv.png) no-repeat;
	position: relative;
}

.main{
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}


/*kv*************************************************************/

/*kv btn*/
#fade_pic .ad{
	display: block;
	position: absolute;
	top: 50px;
	left: 222px;
}

#fade_pic a.ad {
	position: absolute;
}

#fade_pic .ad{
/*	cursor: default;
*/}

#fade_pic .control {
	position: absolute;
	right: 62px;
	bottom: 92px;
}

#fade_pic .control a {
	display: inline-block;
	padding: 2px;
	margin: 0 6px;
	width:6px;
	height:6px;
	color: #a1a1a1;
	background: #a1a1a1;
	text-align: center;
	-webkit-text-size-adjust: none;
	text-indent:-9999px;
	font-size: 2px;
	text-decoration: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#fade_pic .control a.on {
	font-weight: bold;
	color: #c80000;
	background: #c80000;
}

/*main*************************************************************/

/*search*/
.search{
	background: url(../images/searchBg.gif) repeat-x;
	overflow: hidden;
	padding:10px 0;
}

.search .title{
	color: #fff;
	border-left: 3px solid #f00;
	display: inline-block;
	float: left;
	line-height: 30px;
	padding:0 20px 0 10px;
	margin-left: 33px;
}

.search select{
	float: left;
	padding: 5px;
	margin-right: 10px;
}
.search input{
	float: left;
	line-height: 25px;
	padding-left: 8px;
	width: 520px;
	height:20px;
}
.submit{
	float: left;
	background-color: #aa2307;
	width: 80px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 0 8px 0;
	border-bottom: 1px solid #e06b52;
	margin-left: 10px;
}

.submit a{
	color: #fff;
}


/*info*/
.info{
	float: left;
	width: 283px;
	text-align: left;
	margin-left: 30px;
}

.infoBlock h2{
	background: url(../images/tag01.gif) no-repeat 0 0;
	padding-left: 15px;
	font-size: 15px;
	clear: both;
}

.infoBlockCon{
	margin: 8px auto 10px auto;
}

.infoBlockCon.first{
	padding: 10px;
	padding-right: 0;
	background-color: #f1f1f1;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.imgBox{
	width: 84px;
	height: 84px;
	float: left;
	background-color: #fff;
	text-align: center;
}

.imgBox .center{
	width: 84px;
	height: 84px;
	display: table-cell;
	vertical-align: middle;
}

.pic .center{
	width: 280px;
	height: 160px;
	background-color: #efefef;
	text-align: center;
}
.pic .center{
	width: 280px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
}

.txt{
	float: left;
	width: 173px;
	margin-left: 10px;
	line-height: 20px;
}

.txt span{
	color: #dd0000;
}


.txt a:hover{
	color: #000;
}


/*news*/



.news{
	width: 360px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-left: 28px;
}


#tabs li{
	background: #ededed;
	border: 0;
	border-bottom: none;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 10px 10px;
	font-size: 15px;
	color: #999;
	cursor: pointer;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;

}
#tabs li:hover{
	color: #666;
}
#tabs li.enable{
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	color: #333;
}
#contents{
	background: #fff;
	border-top: 1px solid #ccc;
	clear: both;
	overflow: hidden;
	padding: 0;
}
#contents > div{
	display: none;
	text-align: justify;
	padding: 10px 0px;
}
#contents > div:first-of-type{
	display: block;
}

#contents ul li{
	width: 400px;
}

#contents ul li{
	border-bottom: 1px dotted #ccc;
}

#contents ul li a{
	background: url(../images/tag02.gif) no-repeat 10px 5px;
	padding-left: 23px;
	line-height: 43px;
}

#contents ul li a:hover{
	color: #000;
}

/*banner*/
.banner{
	width: 200px;
	float: right;
	margin-right: 30px;
}
.banner a img{
	margin-bottom: 5px;
}


