/* CSS Document */


/*banner*/
.banner{margin-top:-35px;background:#fff;padding-top:10px;padding-bottom:0px;}


/*main*/
.main{font-size:16px;background:#fff;}
.box1{width:380px;float:left;}
.bltop,.bltom{border:2px solid #908f8f; border-radius:8px;padding:15px;color:#00409a; font-weight:bold;font-size:17px;height:466px;}
.bltom{}
.bltop span,.bltom span{font-size:17px;  color:#fd8103}
.bltop a,.bltom a{font-size:17px; font-weight:bold; color:#fd8103}

.bltop span.sm,.bltom span.sm{ padding-right:10px;}
.bltom .catimg{ text-align:center}
.bltom .catimg span.sm{ padding-right:1px;}
/*.bltom .bcat a{font-size:16px; display:inline-block;background:;}*/

/*中间内容*/
.content{ border:2px solid #908f8f; border-radius:8px;color:#00409a; font-weight:bold;width:463px;float:left;margin-left:7px;margin-right:7px;height:1016px}

.content ul {padding:20px;padding-bottom:22px;}
.content ul li img{float:left;margin-right:10px;}
.content ul li h2{color:#fe1004;}


/*右边内容*/

.box3{border:2px solid #908f8f; border-radius:8px;color:#00409a; font-weight:bold;width:275px;float:left; text-align:center; overflow:hidden}

.box3 .dp{background:#3a3a3a; padding:8px 0; position:relative;height:35px;padding-top:7px;}

.box3 .dp .des{color:#fff;font-size:9px; text-align:left;padding-left:10px;}
.box3 .dp input[type="text"]{background:#4d4d4d;width:70%;border:none; border-radius:8px;color:#fff;font-size:8px;height:17px; line-height:17px; position:absolute;right:70px;top:28px;}
.box3  .dp input[type="submit"]{background:url(../images/index_14.png) no-repeat left  2px;width:62px;height:19px;border:none; position:absolute;right:3px;top:25px;}


/*message*/

.box3 .message{background:url(../images/rbg.png) repeat-y;font-size:11px;padding:10px 25px;text-align:left;}
.box3 input{padding-left:5px;}
.box3 .message h4{background:url(../images/index_19.png)  no-repeat;height:24px;}
.box3 .message .st{color:#999080; }
.box3 .message input[type="submit"]{background:url(../images/index_45.png) no-repeat;width:63px;  height:25px;border:none;}



/*banner轮播开始*/
.banner {
	clear:both;
	
	height: 245px;
	position: relative;
	clear: both;
	z-index: 1;
}
#full-screen-slider {
	width: 100%;
	height: 245px;
	float: left;
	position: relative
}
#slides {
	width: 100%;
	height: 245px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 4;
	float: left;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 47.5%;
	top: 182px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0;
	behavior: url(pie/PIE.htc);
	filter: alpha(opacity=70);
}
#pagination li {
	display: block;
	list-style: none;
	border-radius: 12px;
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 15px;
	behavior: url(pie/PIE.htc);
	background: #c3c1c1
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background:#6f6d6d;
}

/*banner轮播结束*/

