﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
        -webkit-text-size-adjust: none;
}

body {
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	font-family: "微软雅黑";
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}


.clearfix {
	clear: both;
}

/*屏蔽UC浏览器底部广告*/
div[id^="_"] { display: none !important; }
#top {
	height: 210px;
	background-image: url(../images/topbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#top_inner {
	height: 160px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	position: relative;
}
#logo {
	height: 100px;
	width: 445px;
	position: absolute;
	left: 10px;
	top: 50px;
}
#top_right {
	float: right;
	height: 80px;
	width: 350px;
	color: #FFFFFF;
	padding-top: 40px;
}
#top_right_link {
	font-size: 14px;
	line-height: 32px;
	text-align: right;
	margin-bottom: 10px;
	color: #f3ccd0;
}
#top_right_link a {
	color: #f3ccd0;
	text-decoration: none;
}
#top_right_link a:hover {
	color: #ffffff;
}

#search_box {
	height: 30px;
	width: 215px;
	float: right;
	background-image: url(../images/search_boxbg.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#search_input {
	float: left;
	height: 28px;
	width: 178px;
        font-size:15px;
	line-height: 28px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#search_btn {
	float: left;
	height: 32px;
	width: 32px;
}
.nowrap {
	float: left;
	height: 28px;
	width: 174px;
	background-color: #FFFFFF;
	line-height: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
}

#menu {
	height: 50px;
	background-image: url(../images/menubg.png);
}
#menu_inner {
	height: 50px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

/*menu*/
#nav {margin:0 auto; width:1300px;display:block; position:absolute; z-index:152; height:50px;} /*主菜单最外层容器*/
/*主菜单项目*/
#nav .mainlevel {float:left; list-style:none/*IE6 only*/; height:auto;width:132px;} 
#nav .mainlevel1 {float:left; list-style:none/*IE6 only*/; height:auto;width:112px;}
#nav .mainlevel a {
	color:#FFF;
	font-family:'微软雅黑';
	font-size:18px;/*一级菜单链接*/
	line-height:50px;
	height:50px;
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	margin:0px;
}
#nav .mainlevel1 a {color:#FFF; font-family:'微软雅黑'; font-size:18px;  /*一级菜单链接*/;
                   line-height:50px; height:50px; display:block; padding:0; width:100%; text-align:center; margin:0px;
	}
#nav .mainlevel a:hover {
	text-decoration:none;
	background-image: url(../images/menu_li_hoverbg.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}
/*子菜单*/
#nav .mainlevel ul {
	display:none;
	background-color:#531b17;
	width:132px;
	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:15px;
	font-weight:normal; /*二级菜单链接*/
	border-bottom:#BBB dashed 1px;
	text-align:center;
	width:100%;
	line-height:40px;
	height:40px;
	margin:0;
	background-image: none;
}

/*鼠标经过子菜单*/
#nav .mainlevel ul li a:hover{background-color:#7c3833;background-image:none}

#menu2 {
	background-image: url(../images/menu2bg.png);
	height: 160px;
	background-repeat: repeat-x;
}
#menu2_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#menu2_block {
	height: 70px;
	width: 370px;
	float: left;
	color: #FFFFFF;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	padding: 15px;
	background-image: url(../images/menu2_blockbg.png);
	filter:alpha(Opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	transition: all 1s;
}
#menu2_block a {
       color:#ffffff;
       text-decoration: none;
}
#menu2_block:hover {
	filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1;
}
#menu2_block_pic {
	width: 160px;
	height: 70px;
	float: left;
}
#menu2_block_txt_title {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}
#menu2_block_txt {
	float: right;
	height: 70px;
	width: 190px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
}
#menu2_block_txt_list {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	font-size: 18px;
}
#menu2_block_txt_list li {
	font-size: 15px;
	list-style-type: none;
	line-height: 24px;
	padding-left: 5px;
}
#wrap_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}



#r1_right {
	float: right;
	width: 650px;
	height: 410px;
}
#r1_left {
	float: left;
	height: 400px;
	width: 600px;
	padding-top: 10px;
}

#r1_left ul li {float:left; display:block;}
#r1_left a {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
	color: #dddddd;
}
#r1_left a:hover {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
	color: #ffffff;
}
/*--Main Container--*/
.main_view {float: left;position: relative;}
/*--Window/Masking Styles--*/
.picshow_window {width:600px; height:390px; overflow: hidden; /*--Hides anything outside of the set width/height--*/position: relative;}
.picshow_reel {position: absolute;top: 0; left: 0;}
.picshow_reel li {width:600px; height:390px;  overflow:hidden; position:relative;}
.picshow_intro { width:600px; height:50px; background:url(../images/picshow_intro.png) repeat-x;; position:absolute; bottom:0; left:0;}
.picshow_intro p { line-height:130%; color:#fff; margin-left:20px; margin-right:20px; text-align:left;}
.picshow_intro_head {
	font-size:16px;
	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:25px;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(../images/picshow_page.png); width:14px; height:14px; float:left; margin-left:10px; cursor:pointer;}
.picshow_paging span.active { background:url(../images/picshow_page.png) right;}
#r1_right {
	float: right;
	height: 390px;
	width: 650px;
}

#block_xyxw {
}
#block_xyxw_top {
	height: 110px;
	background-image: url(bolangxian1.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#block_xyxw_top_title {
	height: auto;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#block_xyxw_pic {
	float: left;
	height: 369px;
	width: 554px;
}


#block_xyxw_pic ul li {float:left; display:block;}
#block_xyxw_pic a {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
	color: #dddddd;
}
#block_xyxw_pic a:hover {
	font-size:16px;
	margin-top:14px;
	font-weight: bold;
	color: #ffffff;
}
#block_xyxw_txt {
	float: right;
	height: 353px;
	width: 610px;
}
#block_xyxw_top_cn {
	font-size: 28px;
}

#block_xyxw_top_en {
	font-size: 14px;
	color: #999999;
}
#block_xyxw_key {
	height: 100px;
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
#block_xyxw_key_title {
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}
#block_xyxw_key_title a {
	color: #B82329;
}

#block_xyxw_key_des {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	text-indent: 2em;
}
#block_xyxw_key_des a {
	color: #999999;
}
#block_list {
	clear: both;
	padding: 5px;
}

#block_list li {
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	padding-left: 20px;
	list-style-type: none;
	font-size: 16px;
}
.date {
	float: right;
	color: #787878;
}
#more_btn {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 3px;
}
#more_btn a {
	display: block;
	width: 100px;
	border: 1px solid #b72f2d;
	font-size: 15px;
	line-height: 28px;
}
#more_btn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #b72f2d;
}
#wrap2_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#wrap2_block_l {
	float: left;
	width: 680px;
}
#wrap2_block_top {
	background-color: #f8edef;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7c3c7;
	height: 50px;
	margin-bottom: 15px;
}
#wrap2_block_top_l {
	font-size: 22px;
	float: left;
	padding-right: 20px;
	padding-left: 55px;
	background-image: url(../images/wrap2_block_top_lbg.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}
#wrap2_block_top_r {
	font-size: 15px;
	float: right;
	padding-right: 10px;
}
#tzgg_list li {
	display: block;
	height: 70px;
	list-style-type: none;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 12px;
}

#tzgg_date {
	height: 55px;
	width: 55px;
	font-family: "Century Gothic", "microsoft yahei", "hiragino sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 5px;
	padding-right: 3px;
}
#tzgg_date .day {
	font-size: 28px;
	line-height: 32px;
	padding-top: 2px;
}
#tzgg_date .month {
	font-size: 12px;
	line-height: 18px;
}
#tzgg_txt {
	height: 55px;
	width: 580px;
	float: right;
	margin-top: 5px;
}
#tzgg_txt .title {
	line-height: 36px;
	font-size: 18px;
}
#tzgg_txt .des {
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}
#wrap2_block_r {
	float: right;
	width: 560px;
}

#block_xsyg_list li {
	display: block;
	height: 95px;
	list-style-type: none;
	margin-bottom: 15px;
}

#block_xsyg_left {
	float: left;
	width: 73px;
	font-family: "Century Gothic", "microsoft yahei", "hiragino sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 75px;
	text-align: center;
	margin-top: 6px;
	margin-left: 5px;
	background-image: url(../images/block_xsyg_leftbg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
}
#block_xsyg_right {
	float: right;
	width: 460px;
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 15px;
	margin-right: 5px;
}
#block_xsyg_title {
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 2px;
}
#block_xsyg_date {
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	background-image: url(../images/xsyg_datebg.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 25px;
}
#block_xsyg_place {
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	background-image: url(../images/xsyg_placebg.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 25px;
}
#block_xsyg_left .day {
	font-size: 32px;
	line-height: 40px;
	padding-top: 3px;
}
#block_xsyg_left .month {
	font-size: 18px;
	line-height: 18px;
}
#menu3 {
	background-image: url(../images/menu3bg.png);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-bottom: 40px;
	height: 204px;
}
#menu3_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#menu3_inner li {
	float: left;
	height: 200px;
	width: 370px;
	margin-right: 28px;
	margin-left: 28px;
	display: block;
	list-style-type: none;
	border: 2px solid #f4bec4;
	position: relative;
	overflow: hidden;
}
#menu3_inner a {
	color: #eadcdc;
	display: block;
	height: 200px;
	width: 370px;
}

#menu3_inner img{
	cursor: pointer;
	transition: all 1s;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  
#menu3_inner img:hover{  
     transform: scale(1.1);  
} 
#menu3_txt {
	color: #FFFFFF;
	background-image: url(../images/menu3_txtbg.png);
	width: 370px;
	position: absolute;
	text-align: center;
	font-size: 20px;
	left: 0px;
	line-height: 50px;
	bottom: 0px;
	z-index: 100;
}

#wrap3 {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 50px;
}

#wrap3_inner {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#wrap3_block {
	float: left;
	width: 610px;
	margin-bottom: 40px;
}
#wrap3_block2 {
	float: left;
	width: 630px;
	padding-left: 60px;
	margin-bottom: 40px;
}
#wrap3_block_top {
	background-image: url(../images/wrap3_block_topbg.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 50px;
	margin-bottom: 10px;
}
#block_top_l1 {
	line-height: 50px;
	color: #FFFFFF;
	background-color: #b91226;
	float: left;
	height: 50px;
	font-size: 20px;
	width: 50px;
}

#block_top_l2 {
	line-height: 50px;
	color: #FFFFFF;
	background-color: #ed3c2a;
	float: left;
	height: 50px;
	font-size: 22px;
	padding-right: 20px;
	padding-left: 20px;
}
#block_top_r {
	line-height: 30px;
	background-color: #FFFFFF;
	padding-left: 10px;
	float: right;
	padding-top: 10px;
	font-size: 15px;
}

#bottom {
	clear: both;
	height: 150px;
	background-image: url(../images/bottombg.png);
	background-repeat: repeat-x;
}
#bottom_inner {
	height: 120px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom_innerbg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	line-height: 24px;
	color: #dcc8c8;
	padding-top: 30px;
	padding-left: 120px;
	position: relative;
}
#bottom_inner a {
	color: #dcc8c8;
	text-decoration: none;
}
#bottom_inner a:hover {
	color: #FFFFFF;
}
#bottom_link {
	width: 910px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #434344;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bottom_linkl {
	float: left;
	width: 70px;
}
#bottom_linkr {
	float: right;
	width: 840px;
}
#bottom_linkr a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#bottom_copy {
	width: 1070px;
	padding-top: 5px;
	clear: both;
}
#bottom_wxwb {
	position: absolute;
	z-index: 50;
	top: 22px;
	right: 0px;
	height: 120px;
	width: 240px;
}
#bottom_wxwb li {
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	float: left;
	width: 120px;
}


#totop {
	height: 43px;
	width: 43px;
	position: absolute;
	top: 38px;
	right: 25px;
}