@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
        -webkit-text-size-adjust: none;
}

body {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	font-family: "微软雅黑";
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}


.clearfix {
	clear: both;
}
.date {
	float: right;
}

/*屏蔽UC浏览器底部广告*/
div[id^="_"] { display: none !important; }
#top {
	height: 110px;
	width: 1440px;
	margin-right: auto;
	margin-left: auto;
}
#top_r1 {
	color: #FFFFFF;
	text-align: right;
	line-height: 18px;
	margin-top: 18px;
}
#top_r1 a {
	color: #FFFFFF;
}
#logo {
	float: left;
	height: 70px;
	width: 500px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	margin-top: 7px;
}
#logo a {
	display: block;
	height: 70px;
	width: 500px;
}

#menu {
	float: left;
	height: 36px;
	width: 855px;
	margin-top: 20px;
	color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
}
/*menu*/
#nav {margin:0 auto; width:855px;display:block; position:absolute; z-index:152; height:60px;} /*主菜单最外层容器*/
/*主菜单项目*/
#nav .mainlevel {float:left; list-style:none/*IE6 only*/; height:auto;width:95px;} 
#nav .mainlevel1 {float:left; list-style:none/*IE6 only*/; height:auto;width:90px;}
#nav .mainlevel a {
	color:#FFF;
	font-family:'微软雅黑';
	font-size:18px;/*一级菜单链接*/
	line-height:36px;
	height:36px;
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	margin:0px;
}
#nav .mainlevel1 a {color:#FFF; font-family:'微软雅黑'; font-size:18px;  /*一级菜单链接*/;
                   line-height:60px; height:60px; display:block; padding:0; width:100%; text-align:center; margin:0px;
	}
#nav .mainlevel a:hover {
	text-decoration:none;
}
/*子菜单*/
#nav .mainlevel ul {
	display:none;
	background-color:#054194;
	width:95px;
	margin:0px;
	padding:0;
} 
#nav .mainlevel li {width:100%; list-style:none;/*IE6 only*/; height:auto; padding:0;}
/*子菜单连接*/
#nav .mainlevel ul li a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal; /*二级菜单链接*/
	text-align:center;
	width:100%;
	line-height:36px;
	margin:0;
	background-image: none;
}

/*鼠标经过子菜单*/
#nav .mainlevel ul li a:hover{background-color:#0c246a;background-image:none}
#search {
	float: left;
	height: 32px;
	width: 32px;
	margin-top: 19px;
	background-image: url(search_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 20px;
}
#search a {
	display: block;
	height: 32px;
	width: 32px;
}

#search_box {
	height: 36px;
	width: 238px;
	border: 1px solid #0c246a;
	margin-bottom: 20px;
	margin-top: 10px;
}
#search_input {
	float: left;
	height: 36px;
	width: 202px;
	background-color: #FFFFFF;
	line-height: 36px;
}

#search_btn {
	float: left;
	height: 36px;
	width: 36px;
	line-height: 36px;
}
.nowrap {
	float: left;
	height: 36px;
	width: 200px;
	background-color: #FFFFFF;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner {
	height: 400px;
	width: 1440px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main_r1 {
	height: 760px;
	width: 1440px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
#r1_xwjj {
	float: left;
	height: 760px;
	width: 660px;
	margin-left: 20px;
}

#r1_xwjj_top {
	height: 73px;
	padding-top: 22px;
}
#r1_xwjj_title {
	line-height: 40px;
	float: left;
	height: 40px;
	width: 150px;
	background-image: url(xwjj_titlebg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-size: 32px;
	color: #003366;
}
#main_more {
	float: right;
	height: 20px;
	width: 70px;
	margin-top: 22px;
	margin-right: 15px;
}
#r1_xwjj_block {
	height: 650px;
	width: 560px;
	background-image: url(xwjj_blockbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 50px;
	padding-left: 50px;
}

#xwjj_pic {
	height: 390px;
	width: 560px;
}
#pic_image {
	float: left;
	height: 350px;
	width: 560px;
	margin-top: 40px;
}
#pic_image ul li {float:left; display:block;}
#pic_image a {
	font-size:15px;
	margin-top:14px;
	font-weight: bold;
	color: #dddddd;
}
/*--Main Container--*/
.main_view {float: left;position: relative;}
/*--Window/Masking Styles--*/
.picshow_window {width:560px; height:350px;  overflow: hidden; /*--Hides anything outside of the set width/height--*/position: relative;}
.picshow_reel {position: absolute;top: 0; left: 0;}
.picshow_reel li {width:560px; height:350px;  overflow:hidden; position:relative;}
.picshow_intro { width:560px; height:50px; background:url(picshow_intro.png) repeat-x;; position:absolute; bottom:0; left:0;}
.picshow_intro p { line-height:130%; color:#fff; margin-left:10px; margin-right:20px; text-align:left;}
.picshow_intro_head {
	font-size:15px;
	margin-top:14px;
	font-weight: bold;
}
a.tpxw {
	font-size:16px;
	margin-top:15px;
	font-weight: bold;
	color: #FFFFFF;
}
/*--Paging Styles--*/
.picshow_paging {position: absolute;bottom:20px; right:15px;z-index: 100; /*--Assures the paging stays on the top layer--*/text-align: center;display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.picshow_paging span { display:block; background:url(picshow_page.png); width:14px; height:14px; float:left; margin-left:10px; cursor:pointer;}
.picshow_paging span.active { background:url(picshow_page.png) right;}
#xwjj_list {
	margin-top: 10px;
}

#xwjj_list li {
	font-size: 18px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
}
#r1_tzgg {
	float: right;
	height: 760px;
	width: 660px;
	margin-right: 20px;
}
#r1_tzgg_title {
	line-height: 40px;
	float: left;
	height: 40px;
	width: 150px;
	background-image: url(tzgg_titlebg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-size: 32px;
	color: #003366;
}
#r1_tzgg_block {
	height: 600px;
	background-image: url(tzhd_blockbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}
#tzgg_list {
	background-image: url(tzgg_listbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 552px;
	width: 434px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
}

#tzgg_key {
	height: 128px;
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}

#tzgg_date1 {
	float: left;
	width: 60px;
	color: #003366;
	margin-top: 25px;
	background-image: url(tzgg_datebg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#tzgg_txt {
	float: right;
	width: 335px;
	margin-right: 10px;
	font-size: 22px;
	line-height: 40px;
	margin-top: 25px;
}
#date1_day {
	font-size: 36px;
	text-align: center;
	line-height: 45px;
}
#date1_month {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #666666;
}
#tzgg_li li {
	display: block;
	list-style-type: none;
	height: 128px;
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}
#tzgg_date2 {
	float: left;
	width: 101px;
	margin-top: 25px;
	background-image: url(tzgg_datebg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
}

#tzgg_txt2 {
	float: right;
	width: 295px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 36px;
	margin-top: 25px;
}
#date2_year {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	text-align: right;
}
#date2_month {
	font-size: 36px;
	line-height: 40px;
	color: #003366;
}
#main_r2 {
	height: 730px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#r1_xsyg_top {
	height: 55px;
	padding-top: 15px;
}
#xsyg_left {
	float: left;
	height: 630px;
	width: 105px;
}
#xsyg_left li {
	display: block;
	height: 105px;
	width: 105px;
	list-style-type: none;
	background-image: url(xsyg_left_libg.png);
	background-repeat: no-repeat;
	font-size: 64px;
	line-height: 105px;
	color: #003366;
	text-align: center;
	padding-top: 47px;
	padding-bottom: 48px;
	background-position: center 47px;
}
#xsyg_right {
	float: right;
	height: 630px;
	width: 1250px;
}
#xsyg_right li {
	background-image: url(xsyg_right_libg.png);
	background-repeat: no-repeat;
	display: block;
	height: 139px;
	list-style-type: none;
	background-position: center 35px;
	padding-top: 30px;
	padding-bottom: 31px;
	padding-right: 35px;
	padding-left: 35px;
}

#xsyg_date {
	font-size: 32px;
	line-height: 50px;
	margin-top: 20px;
	color: #003366;
}
#main_r4 {
	background-image: url(main_r3bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-size: cover;
	height: 650px;
	clear: both;
}
#main_r4_inner {
	height: 650px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

#xsyg_txt {
	font-size: 24px;
	color: #737373;
}

#yxcl_top {
	background-image: url(yxcl_topbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 40px;
}
#yxcl_main {
	height: 380px;
	margin-top: 20px;
}
#yxcl_main li {
	display: block;
	float: left;
	height: 380px;
	width: 313px;
	list-style-type: none;
	padding-right: 18px;
	padding-left: 19px;
}
#yxcl_top {
	height: 36px;
	padding-top: 45px;
	padding-bottom: 45px;
}
#yxcl_title {
	height: 66px;
	font-size: 33px;
	line-height: 66px;
	color: #FFFFFF;
	text-align: center;
}
#yxcl_block {
	height: 284px;
	width: 273px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(yxcl_libg1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#yxcl_pic {
	height: 122px;
	padding-bottom: 10px;
}
#yxcl_txt {
	font-size: 18px;
	height: 72px;
}
#yxcl_txt2 {
	font-size: 18px;
	height: 72px;
}

#yxcl_txt2 a {
	color: #ffffff;
}
#yxcl_info {
	height: 40px;
	font-style: italic;
	margin-top: 10px;
}
#yxcl_date {
	width: 150px;
	font-family: Georgia;
	font-style: italic;
	height: 40px;
	float: left;
}
#yxcl_day {
	font-size: 40px;
	line-height: 40px;
	width: 60px;
	float: left;
}
#yxcl_month {
	float: left;
	width: 90px;
	height: 24px;
	line-height: 24px;
	padding-top: 16px;
}
#main_more2 {
	float: right;
	height: 20px;
	width: 70px;
	margin-top: 20px;
}
#yxcl_block2 {
	height: 284px;
	width: 273px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(yxcl_libg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
#bottom {
	background-color: #080b5d;
	height: 150px;
}
#bottom_inner {
	color: #FFFFFF;
	height: 109px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 41px;
}
#bottom_logo {
	background-image: url(bottom_logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 68px;
	width: 480px;
}
#bottom_copy {
	float: right;
	width: 700px;
	font-size: 15px;
	line-height: 34px;
}