

/*******CSS reset*************/
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;}
.hidden{display:none;}
.jj_pic{ float:left; margin:0 10px 0 0;}
.nr_pic{ text-align:center; position:relative; width:100%;}
.red{ color:#f00; font-weight:bold; padding-left:10px;}
.nr_red{ color:#f00; font-weight:bold;}

.scale:hover img { transform: scale(1.1, 1.1);}
.scale img{ transition:transform 1s ease 0s}
#flash{ width:100%; float:left;}
#hyweb{ width:100%; float:left; padding:25px 0px;}
#nyweb{ width:100%; float:left; padding:25px 0px;}
#body{ width:1200px; margin-left:auto; margin-right:auto;}
#lxwm_nr { margin: 0 20px 20px;	font-size:14px;}
#lxwm_nr p { line-height: 35px; border-bottom: 1px dotted #ccc;	padding-left: 20px;}

#nav_bj{ background:#004196; height:58px; width:100%; float:left;}
#nav{ width:1200px; height:58px; float:left;}

.hyweb { width:100%; height:500px; position: relative; overflow:hidden; }
.hyweb li{ width:100%; height:500px;
	background-repeat: no-repeat;
	background-position: center top; text-align:center;
}
.hyweb li img{ border:0px;  width:100%; height:360px}
.hyweb li A{ width:100%;height:450px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num { width:100%; left:0px; bottom:15px; text-align:center; height:20px; line-height:20px; position: absolute; z-index: 10;	}
.hyweb .num li {display:inline-block;
	text-align:center;
	width:10px;
	height: 10px;
	line-height:0px;
	overflow:hidden;
	color:#04399D;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#04399D;transition:all 0.3s ease-in-out 0s;border-radius:10px; 	filter: Alpha(Opacity=90);
-moz-opacity:0.9; 		opacity:0.9;
}
.hyweb .num li.on {
		 background-color:#DB0600; color:#DB0600;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:450px;
	position: absolute;
	filter: Alpha(Opacity=60);
-moz-opacity:0.6; 		opacity:0.6;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(left.png);
	background-repeat: no-repeat;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(right.png);	
}

#ggbj{ height: 48px; background: #333333; width: 100%; float:left;}
#ggnr{ width: 1200px; height: 48px;}
#ggnr .left{ height: 48px; line-height: 48px; color: #fff;}
#ggnr .left a{ color: #fff; padding: 0 20px 0 0 ;}
#ggnr .left a:hover{ color: #dd0000;}
#ggnr .right{ width: 264px; line-height: 48px;}

.ss{ width:260px; height:32px; margin-top: 8px;}
.sou_left{float:left; background: #fff; border: none; width:200px; height:29px; text-align:left; color:#787878; line-height:28px; border:0px; outline:none;padding-left:10px;}
.ss_pic{ width:42px; height:32px; cursor:pointer; border:0px; margin:0px;
	float:right;
	background-image: url(ss.jpg);
	background-repeat: no-repeat;
	background-position: left top;outline:none;
}



