@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 15px "Verdana", Tahoma, Arial, 'Microsoft YaHei', "Lucida Grande", "Hiragino Sans GB", STHeiti, SimSun, sans-serif;
	color: #777;
	background: url("backg.jpg");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #555;
}
a:hover {
	color: #c61727;
}
img {
	border: none;
	vertical-align: bottom;
}
em, cite {
	font-style: normal;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

* input {
	vertical-align: middle;
	outline: none;
}
* textarea {
	resize: none;
	border-radius: 2px;
	outline: none;
	border: 1px solid #ccc;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
}
.wrap {
	margin: 0 auto;
	width: 1200px;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
.margin-none {
	margin: 0 !important;
}
.block {
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text-center {
	text-align: center;
}
/*--------------------header---------------------*/
/*header*/
.topbar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #fff;
	background: #333;
}
.topbar p {
	font-size: 14px;
	line-height: 40px;
}
.topbar em {
	font-style: normal;
	margin: 0 10px;
}
.topbar_link {
	float: right;
}
.topbar_link a {
	color: #fff;
}
.width {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.top-bg {
	position: relative;
	min-width: 1200px;
	width: 100%;
	height: 550px;
	background: url("top_bg.jpg") center top;
}
.top-nbg19 {
	background: url("yly_bg.jpg") no-repeat center top;
}
.top-nbg20 {
	background: url("jnss_bg.jpg") no-repeat center top;
}
.header {
	height: 60px;
	background: #c21d08;
}
.header .nav {
	margin-left: -20px;
	margin-right: -20px;
}
.header li {
	position: relative;
	float: left;
	padding: 22px 0;
}
.header li.cur a {
    color: #ff9;
}
.header li:nth-child(7) .submenu {
	display: none !important;
}
.header li:nth-child(8) .submenu {
	display: none !important;
}
.header li a {
	padding: 0 23px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	border-left: 1px solid #f9f9f9;
	display: block;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.header li:nth-child(1) a {
	border: none;
}
.header .submenu {
	z-index: 999;
	position: absolute;
	top: 60px;
	display: none;
	background: #a30000;
}
.header .submenu li {
	float: none;
	padding: 0;
	display: block;
}
.header .submenu li a {
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	border: none;
	display: block;
	text-align: center;
	text-shadow: none;
}
.header .submenu li:hover {
	background: #e9b145;
}
.header .submenu li:hover a {
	color: #c21d08;
}
/*-----------分页标题----------*/
.nav-two {
}
.nav-two li {
	padding: 0;
	width: 25%;
}
.nav-two li a {
	display: block;
	line-height: 60px;
	border: none;
	text-align: center;
}
.nav-two li:hover a, .nav-two li.current a {
	color: #000;
	background: #ffa200;
}
.menu-fun-main {
	padding: 22px 0;
}
.welcome {
	float: left;
	padding-top: 2px;
}
.welcome .wel-text {
	float: left;
	padding-right: 20px;
	color: #555;
	line-height: 25px;
}
.index-search {
    width: 375px;
}
.index-search form {
	float: left;
}
.index-search .search-keyword {
	float: left;
    padding: 12px 10px;
    color: #999;
    background: #fefefe;
    border: 1px solid #fefefe;
    border-right: none;
    width: 310px;
}
.index-search .search-btn {
	width: 42px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(search_btn.png) no-repeat center 12px #c21d08;
    text-indent: -999px;
}
.top-menu {
	float: right;
	width: 120px;
	line-height: 30px;
}
.top-menu a {
	color: #fff;
	text-align: center;
	background: #c21d08;
	display: block;
}
.top-menu a.menu-incur {
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
	background: url("dowm_icon.png") no-repeat 98px center #c21d08;
}
.bottom-menu {
	position: absolute;
	width: 120px;
	display: none;
}
.bottom-menu li {
	border-top: 1px solid #b14949;
}
.bottom-menu li a:hover {
	color: #e9b145;
	background: #bf1f1f;
}
/*--------------------index---------------------*/
.index-title-h h2 {
	padding-left: 38px;
	font-size: 18px;
	color: #222;
	line-height: 30px;
	background: url("index_tn_icon.png") no-repeat left center;
	text-align: left;
}
.index-title-h h2 a {
	float: right;
	margin-top: 4px;
	margin-left: 12px;
	padding-right: 8px;
	width: 60px;
	height: 26px;
	font-size: 13px;
	color: #fff;
	line-height: 26px;
	display: block;
	border: 1px solid #a30000;
	text-align: center;
	border-radius: 22px;
	background: #a30000 url("index_ricon.png") no-repeat 50px 10px;
}
.index-title-h h2 a:hover {
	background: #a30000 url("index_ricon_on.png") no-repeat 50px 10px;
	color: #fff;
	border-color: #a30000;
}
.index-box-one {
	padding-bottom: 50px;
	height: 349px;
}
.banner {
	position: relative;
	float: left;
	width: 539px;
	height: 349px;
}
.banner .pic img {
	width: 539px;
	height: 349px;
}

.banner .pic li p {
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    color: #FFF;
    font-size: 12px;
    text-indent: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.5);
}
.banner .pic li p a {
    color: #FFF;
    text-decoration: none;
}
.banner-btnw {
	z-index: 999;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.banner-btnw .banner_btn {
	float: right;
	padding: 6px;
}
.banner-btnw .banner_btn span {
	float: left;
	margin-left: 3px;
	width: 25px;
	height: 22px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	background: url("banner_ibg.png");
	display: block;
	cursor: pointer;
}
.banner-btnw .banner_btn span.cur {
	background: #a30000;
}
.top_news_right {
	width: 638px;
	height: auto;
	overflow: hidden;
	float: right;
	background: #fff;
	border: 1px solid #e9b145;
}
.news_tab {
	width: 638px;
	height: 348px;
	position: relative;
}
.news_tab div {
	position: absolute;
	top: 41px;
	left: 0;
	width: 640px;
}
.news_tab div {
	display: none;
}
.news_tab .block {
	display: block;
}
.news_tab .tab_tit {
	width: 640px;
	height: 40px;
	background: #f4f4f4;
	z-index: -1;
	border-bottom: 1px solid #ddd;
}
.news_tab h1 {
	float: left;
	width: 212px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 16px;
	cursor: pointer;
	background-color: #f4f4f4;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: normal;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#two3 {
	border-right: none;
}
#con_two_1 span a, #con_two_2 span a, #con_two_3 span a {
	float: right;
	padding-right: 5px;
}
.news_tab h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
	margin: 25px 20px 0px;
	border-bottom: 1px dotted #bbb;
}
.news_tab h2 span {
	font-size: 14px;
	line-height: 25px;
	display: block;
	margin: 10px 0 9px;
	text-align: left;
	font-weight: normal;
	color: #777;
}
.news_tab h2 span a {
	color: #c00;
}
.news_tab h2 a {
	color: #c00;
}
.news_tab .up {
	background: #fff;
	color: #000;
	border-top: 3px solid #c00;
	height: 38px;
	border-bottom: none;
}
.news_tab ul {
	list-style: none;
	padding: 0;
	height: 186px;
	margin-top: 12px;
}
.news_tab li {
	margin: 0px 20px;
	padding-left: 15px;
	background: url(index_list_idian.png) no-repeat 1px center;
}
.news_tab li a {
	display: inline;
	font-size: 15px;
	line-height: 2;
	text-decoration: none;
	text-indent: 10px;
	margin-right: 10px;
}
.news_tab li span {
	display: block;
	float: right;
	margin-right: 5px;
	color: #888;
	font-size: 12px;
    line-height: 30px;
}
.news_tab a.tab_title:link {
	color: #5a5a5a;
	text-decoration: none;
}
.news_tab a.tab_title:visited {
	color: #5a5a5a;
	text-decoration: none;
}
.news_tab a.tab_title:hover {
	color: #f00;
	text-decoration: none;
}
.news_tab a.tab_title:active {
	color: #5a5a5a;
	text-decoration: none;
}
.top_news_img {
	width: 500px;
	height: 100px;
	margin: 20px;
}
/*--------烈士陵园-------*/
.index-box-two {
	padding-bottom: 55px;
	height: 258px;
}
.index-about {
	float: left;
	padding-top: 3px;
	width: 539px;
}
.index-zh-con {
	float: right;
	width: 639px;
}
.index-abcon {
	padding: 12px 0 22px;
}
.index-abcon h2 {
	font-size: 18px;
	color: #c00000;
	line-height: 40px;
}
.index-abcon p {
	padding: 5px 12px;
    color: #777;
    text-indent: 2em;
    line-height: 1.8;
    font-size: 15px;
}
.index-about ul li {
	float: left;
	margin-left: 22px;
	padding: 0 5px 11px;
	width: 155px;
	border-bottom: 1px solid #dbdbdb;
}
.index-about ul li:nth-child(1) {
	margin: 0;
}
.index-about ul li a {
	font-size: 16px;
	color: #c00000;
	display: block;
    text-align: center;
}
.index-about ul li a em {
	float: right;
	color: #999;
}
/*--------服务指南-------*/
.indexzh-left {
	float: left;
	width: 308px;
}
.index-guide {
	height: 129px;
	color: #fff;
	background: #a30000;
}
.index-jbbg {
	height: 129px;
	color: #fff;
	background: url("index_jbbg.jpg");
}
.index-guide ul, .index-jbbg ul {
	padding: 20px 30px;
}
.index-guide h2, .index-jbbg h2 {
	padding-bottom: 16px;
	font-size: 18px;
	text-align: left;
}
.index-guide li, .index-jbbg li {
	float: left;
	width: 50%;
	line-height: 26px;
	background: url("right_icon.png") no-repeat left center;
}
.index-guide li a, .index-jbbg li a {
	padding-left: 15px;
	color: #fff;
}
.index-guide li a:hover, .index-jbbg li a:hover {
	color: #e9b145;
}
/*--------红色影音-------*/
.indexzh-right {
	float: right;
	width: 309px;
}
.indexzh-right h2 {
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	background: url("index_redv.jpg") no-repeat;
}
/*-------------纪念馆------------*/
.index-jng {
	height: 365px;
	background: url("index_jng.jpg") no-repeat center top;
}
.index-jng .index-title-h h2 {
	float: left;
	color: #fff;
}
.index-jng .index-title-h {
	padding-top: 45px;
	height: 60px;
}
.index-jng .index-title-h ul {
	float: right;
	padding-top: 7px;
}
.index-jng .index-title-h li {
	float: left;
	line-height: 16px;
}
.index-jng .index-title-h li.ijnb-li18 {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #fff;
}
.index-jng .index-title-h li a {
	font-size: 16px;
	color: #fff;
}
.index-jng .index-title-h li a:hover {
	color: #e9b145;
}
.index-jng .ijng-list li {
	float: left;
	margin-left: 22.5px;
	width: 283px;
}
.index-jng .ijng-list li:nth-child(1) {
	margin: 0;
}
.index-jng .ijng-list li span {
	width: 283px;
	height: 160px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.index-jng .ijng-list li img {
	min-width: 283px;
	height: 160px;
}
.index-jng .ijng-list li p {
	line-height: 46px;
	background: #fff;
	display: block;
	text-align: center;
	transition: 350ms;
}
.index-jng .ijng-list li:hover p {
	color: #e9b145;
	background: #c21d08;
	transition: 350ms;
}
.index-jng .ijng-list li .play {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -147px;
    width: 77px;
    height: 77px;
    z-index: 200;
    cursor: pointer;
    background: url(play.png) no-repeat;
}

/*-------------网上祭奠------------*/
.toptit {
	color: #ecbe1e;
	font-weight: bold;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: #333 0 2px 0;
	width: 100%;
	height: 90px;
	margin: 50px auto 20px;
	background: url(memorial_menu.png) center no-repeat;
}
.jidian_img_bg {
	width: 800px;
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px dotted #c21d08;
	margin: 0 auto;
}
.jidian_img_bg li {
	width: 33.3%;
	float: left;
	text-align: center;
	color: #d00;
	line-height: 2;
	letter-spacing: 2px;
}
.jidian_img_bg li span {
	display: block;
	width: 150px;
	width: 130px;
	overflow: hidden;
	border-radius: 10px;
	margin: 10px auto 15px;
}
.jidian_form {
	width: 580px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;
}
.jidian_form li {
	color: #555;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 1.5;
}
.jidian_form li:last-child {
    text-align: center;
}
.jidian_form li input {
	padding: 0px;
	border: none;
	font: 14px "Verdana", Tahoma, Arial, 'Microsoft YaHei', "Lucida Grande", "Hiragino Sans GB", STHeiti, SimSun, sans-serif;
}
.jidian_form li .text {
	width: 450px;
	border: 1px solid #e9b145;
	height: 35px;
	padding: 3px 8px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 4px;
}
.jidian_form li .text_con {
	width: 450px;
	border: 1px solid #e9b145;
	border-radius: 4px;
	padding: 8px;
	line-height: 2;
	font-size: 14px;
	font: 14px "Verdana", Tahoma, Arial, 'Microsoft YaHei', "Lucida Grande", "Hiragino Sans GB", STHeiti, SimSun, sans-serif;
}
.jidian_form li .text_con_re {
	width: 554px;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	padding: 8px 12px;
	line-height: 2;
	font-size: 14px;
	font: 14px "Verdana", Tahoma, Arial, 'Microsoft YaHei', "Lucida Grande", "Hiragino Sans GB", STHeiti, SimSun, sans-serif;
}
.jidian_form li .vcode {
	width: 80px;
	border: 1px solid #e9b145;
	height: 32px;
	padding: 3px 8px;
	line-height: 32px;
	padding: 3px 8px;
	font-size: 14px;
	border-radius: 4px;
}
.jidian_form li p {
	float: left;
}
.jidian_form .button {
	margin-top: 30px;
	width: 160px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	background: #d00;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
}
input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	outline: 0 !important;
	line-height: 20px;
	color: #d8d8d8;
}
input[type=radio]:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	font-size: 16px;
	color: #fff;
	border: 2px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
}
input[type=radio]:checked:after {
	content: "L";
	transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
	-webkit-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
	border-color: #e00;
	background-color: #d00;
}
.msg_content {}
.msg_content h2 {
	margin: 20px auto;
	color: #c21d08;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.msg_content h2 a {
	color: #c21d08;
}
.msg_content li {
	margin-bottom: 10px;
	padding: 20px 15px;
	border: 1px solid #e9b145;
	display: block;
	width: 100%;
	line-height: 2;
	background: #fefef4;
}
.msg_content p {
	text-align: right;
    line-height: 1.2;
	padding: 15px 0 0;
}
.msg_content .pub {
	float: left;
	width: 15%;
}
.msg_content .msg {
	float: right;
	width: 85%;
}
.msg_content .pub .red {
	color: #d00;
	font-weight: bold;
	letter-spacing: 1px;
}
.msg_content .pub .date {
	font-size: 12px;
}

/*-------------首页文章------------*/
.index-wzlist {
	padding: 50px 0 55px;
}
.index-wzlist .index-wz-box {
	float: left;
	margin-right: 22px;
	width: 385px;
	background: #fff;
}
.index-wzlist h2 {
	padding: 0 22px;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	background: url("inew_title_bg.jpg");
	text-align: left;
}
.index-wzlist h2 a {
	float: right;
	margin-top: 12px;
	padding-right: 8px;
	width: 50px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 22px;
	display: block;
	text-align: center;
	background: url("index_ricon_on.png") no-repeat 45px center;
}
.index-wzlist ul {
	padding: 22px 23px 12px;
	min-height: 136px;
}
.index-wzlist ul li.iwimg {
	padding-bottom: 12px;
	height: 90px;
	line-height: 22px;
}
.index-wzlist ul li.iwimg p {
	height: 90px;
    width: 158px;
}
.index-wzlist ul li.iwimg em {
	float: none;
	padding-top: 5px;
	font-size: 12px;
	color: #999;
	display: block;
}
.index-wzlist ul li span {
	float: left;
	max-width: 135px;
	height: 90px;
	overflow: hidden;
	display: block;
}
.index-wzlist ul li img {
	height: 100%;
}
.index-wzlist ul li p {
	float: left;
	padding-left: 12px;
}
.index-wzlist ul li em {
	float: right;
	font-size: 12px;
	color: #999;
}
.index-wzlist ul li.iwtext {
	padding-left: 15px;
	background: url("index_list_idian.png") no-repeat 1px center;
	line-height: 34px;
}
.index-wzlist ul li a {
	color: #333;
}
.index-wzlist ul li a:hover {
	color: #c00000;
}
/*--------------------通用---------------------*/
.inside-con {
	padding-bottom: 50px;
}
.con-left {
	float: left;
	width: 238px;
}
.menu-left {
	padding-bottom: 20px;
	width: 238px;
	background: #c21d08;
}
.menu-left h2 {
	padding-top: 15px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #e9b145;
	text-align: left;
	line-height: 60px;
}
.menu-left h2 a {
	color: #e9b145;
}
.menu-left .lmenu {
	padding-left: 5px;
	font-size: 16px;
	line-height: 56px;
}
.menu-left .lmenu li a {
	padding-left: 60px;
	color: #fff;
	display: block;
	transition: 500ms;
	background: url("menu_left_bg.png") no-repeat left center;
}
.menu-left .lmenu li:hover a, .menu-left .lmenu li.left-cur a {
	padding-left: 20px;
	color: #c21d08;
	background: url("menu_left_bg.png") no-repeat -47px center #f6f4d4;
	transition: 450ms;
}
.insi-jbbtn {
	float: left;
	margin-top: 21px;
	width: 238px;
	height: 160px;
	background: url("inside_jb_bg.jpg") no-repeat;
}
.insi-jbbtn h2 {
	padding-bottom: 17px;
	font-weight: bold;
	font-size: 20px;
	color: #e9b145;
	text-align: left;
}
.insi-jbbtn ul {
	padding: 27px 25px;
}
.insi-jbbtn ul li {
	float: left;
	width: 50%;
	line-height: 35px;
}
.insi-jbbtn ul li a {
	padding-left: 15px;
	font-size: 16px;
	color: #fff;
	background: url("right_icon.png") no-repeat left center;
}
.insi-jbbtn ul li a:hover {
	color: #e9b145;
}
.con-right {
	float: right;
	width: 920px;
}
.con-right p {
	color: #3c3c3c;
}
.page-title {
	height: 72px;
	border-bottom: 1px solid #e3d6a8;
	padding: 0 15px;
}
.page-title h2 {
	padding-left: 40px;
	float: left;
	font-size: 24px;
	font-weight: 600;
	color: #c21d08;
	line-height: 88px;
	background: url("index_tn_icon.png") no-repeat left center;
}
.art-subinfo {
	font-size: 12px;
    color: #666;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3d6a8;
}
.inisde-position {
	float: right;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-top: 40px;
	color: #be6000;
	line-height: 20px;
}
.inisde-position a {
	font-size: 14px;
	margin: 0 2px;
	color: #be6000;
}
.inisde-position a:hover {
	color: #c21d08;
}
.page-content {
	padding: 30px 20px;
	color: #3c3c3c;
	line-height: 2;
}
.page-content .tips {
	margin: 15px;
	text-align: center;
	font-size: 12px;
	color: #666;
	font-style: italic;
	letter-spacing: 1px;
}
.page-content img {
    width: expression(this.width > 768? 768: true) !important;
    max-width: 768px !important;
    height: auto !important;
    overflow: hidden;
	background: #fefbf0;
    margin: 0 auto 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

.page-content h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.video-con p {
	padding-top: 10px;
	text-align: center;
}
.con-jump {
	margin-bottom: 60px;
	text-align: center;
	line-height: 25px;
}
.con-jump li {
    float: left;
	color: #555;
	width: 100%;
    text-align: left;
	margin: 0 20px;
	display: inline-block;
}
/*--------------------关于---------------------*/
.about {
	padding: 0 0 10px;
}
#map {
	padding-bottom: 50px;
}
#map .mapcon{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	height: 400px;
}
/*--------------------纪念馆---------------------*/
.show-list {
	padding-top: 25px;
}
.show-list li {
	float: left;
	margin: 0 8.5px 20px;
	width: 258px;
	text-align: center;
	overflow: hidden;
}
.show-list li:nth-child(4n) {
	margin: 0;
}
.show-list li img {
	width: 100%;
	transition: 300ms;
}
.show-list li p {
	z-index: 9;
	line-height: 40px;
	display: block;
	background: #fff;
}
.show-list li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: 350ms;
}
.show-list li:hover p {
	color: #e9b145;
	background: #c21d08;
	transition: 350ms;
}
/*--------------------新闻---------------------*/
.news-list {
	padding: 5px 15px 10px;
}
.news-list li {
	line-height: 46px;
    padding-left: 28px;
    background: url(index_list_idian.png) no-repeat 13px center;
    border-bottom: 1px dotted #e3d6a8;
}
.news-list li a {
	color: #333;
}
.news-list li a:hover {
	color: #c00000;
}
.news-list li em {
	float: right;
	font-size: 12px;
	color: #999;
}
/*-------------------- 图片列表 ---------------------*/
.image-list {
	padding: 30px 0 0;
}
.image-list li {
	float: left;
	margin: 0 10px 20px;
	width: 353px;
    height: 350px;
	background: #fff;
}
.image-list li:first-child,
.image-list li:nth-child(3n+1) {
	margin: 0 10px 20px 0;
}
.image-list li:nth-child(3n) {
	margin: 0 0 20px 10px;
}
.image-list li span {
	text-align: center;
    margin: 15px auto;
    display: block;
    height: 240px;
}
.image-list li img {
	max-width: 320px;
    max-height: 240px;
}
.image-list li p {
	padding: 15px 20px;
	line-height: 25px;
	transition: 300ms;
    background: #eee;
    min-height: 50px;
    text-align: center;
}
.image-list li:hover p {
	color: #e9b145;
	background: #c21d08;
}
.image-list li em {
	color: #999;
    font-size: 12px;
	display: block;
	transition: 300ms;
}
.image-list li:hover em {
	color: #eee;
}
/*-------------------- 视频列表 ---------------------*/
.video-list {
	padding: 30px 0 0;
}
.video-list li {
	float: left;
	margin: 0 10px 20px;
	width: 353px;
    height: 257px;
	background: #fff;
}
.video-list li:first-child,
.video-list li:nth-child(3n+1) {
	margin: 0 10px 20px 0;
}
.video-list li:nth-child(3n) {
	margin: 0 0 20px 10px;
}
.video-list li span {
	text-align: center;
    margin: 15px auto;
    display: block;
    height: 178px;
}
.video-list li img {
	max-width: 320px;
    max-height: 178px;
}
.video-list li p {
	padding: 12px 20px;
	line-height: 25px;
	transition: 300ms;
    background: #eee;
    text-align: center;
}
.video-list li:hover p {
	color: #e9b145;
	background: #c21d08;
}
.video-list li em {
	color: #999;
    font-size: 12px;
	display: block;
	transition: 300ms;
}
.video-list li:hover em {
	color: #eee;
}
.video-list li .play {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -183px;
    width: 77px;
    height: 77px;
    z-index: 200;
    cursor: pointer;
    background: url(play.png) no-repeat;
}

/*--------------------英烈园---------------------*/

.typelist {
	width: 92%;
	height: 50px;
	margin: 10px auto 0;
}
.typelist ul {
	margin-top: 45px;
}
.typelist ul li {
	float: left;
	border: 1px solid #d4d4d4;
	width: 31%;
    margin-right: 20px;
}
.typelist ul li:last-child {
    margin-right: 0;
}
.typelist ul li a {
	color: #000;
	background: #ffe;
	display: block;
	padding: 10px 0;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
    text-align: center;
}
.typelist ul li a:hover {
	color: #fff;
	background: #e60012;
}
.typelist ul li .cur {
	color: #fff;
	background: #e60012;
}

.lyl-list {
	padding: 30px 0;
}
.lyl-list ul {
	padding: 115px 145px 0;
	background: url("yly_list_bgt.jpg") no-repeat center top;
}
.lyl-list ul li {
	float: left;
	margin: 5px 31px 40px;
	width: 170px;
    height: 76px;
	text-align: center;
	background: url("list_bg.png") no-repeat center top;
	box-shadow: 6px 1px 15px rgba(0,0,0,0.5);
}
.lyl-list ul li a {
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 76px;
}
.lyl-list ul li a:hover {
	color: #F00;
}
.lyl-list ul li img {
	width: 212px;
	height: 280px;
	margin-top: 15px;
}
.lyl-list ul li:nth-child(4n) {
	margin: 5px 0 30px 15px;
}
.lyl-list ul li p {
    height: 40px;
    line-height: 41px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lyl-list .bottom {
	height: 90px;
	background: url("yly_list_bgb.jpg") no-repeat center top;
}
.yly-jump {
	padding-top: 15px;
	height: 70px;
	color: #fff;
	background: url("yly_list_bgb.jpg") no-repeat;
	text-align: center;
}
.yly-jump li {
	margin: 0 2px;
	line-height: 28px;
	display: inline-block;
}
.yly-jump li a {
	padding: 0 10px;
	color: #444;
	display: block;
	background: #fff;
}
.yly-jump li:hover a, .yly-jump li.thisclass a {
	color: #fff;
	background: #434449;
}
.yly-jump li .pageinfo {
	color: #fff;
}
.yly-jump li.info {
	color: #fff;
}
.page-jump {
	padding-top: 20px;
	text-align: center;
}
.page-jump li {
	margin: 0 2px;
	line-height: 26px;
	display: inline-block;
}
.page-jump li a {
	padding: 0 9px;
	color: #444;
	display: block;
	background: #fff;
	border: 1px solid #434449;
}
.page-jump li:hover a, .page-jump li.thisclass a {
	color: #fff;
	background: #434449;
}
.page-jump li .pageinfo {
	color: #333;
}
/*----------内页----------*/
.yinglie-con {
	background: #e3d6a8
}
.yl-img-left {
	float: left;
	width: 238px;
}
.yl-img-con {
	margin: 40px auto;
    padding: 24px 31px 32px 26px;
    width: 106px;
    height: 188px;
    background: url(yl_in_bk.png) no-repeat left top;
}
.yl-img-con img {
	width: 100%;
	height: 187px;
}
.yl-img-con p {
	color: #000;
    text-align: center;
    width: 36px;
    font-size: 36px;
	font-weight: 600;
	margin: 20px auto;
}
.yl-con-right {
	float: right;
	padding: 15px 30px 0;
	width: 902px;
	background: #fdf9e9;
}
.yinglie-data {
	padding: 20px 0 17px 15px;
	border-bottom: 1px solid #e3d6a8;
	line-height: 36px;
}
.yinglie-data h3 {
	text-align: left;
    font-size: 20px;
    color: #333;
    font-weight: 600;
	padding-bottom: 10px;
}
.yinglie-data table {
	width: 100% !important;
}
.yinglie-data td {
	border: 1px solid #ffc;
	padding: 5px;
}
.yinglie-data h2 {
	font-size: 16px;
	font-weight: bold;
	color: #c00000;
	text-align: left;
}
.yinglie-data div {
    font-size: 16px;
    display: table;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #e3d6a8;
}
.yinglie-data div:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.yinglie-data ul li {
	float: left;
	width: 50%;
	color: #333;
}
.yinglie-data p#space {
	color: #333;
}
.yinglie-move {
	padding: 30px 15px 50px;
}
.yinglie-move a {
	padding-right: 15px;
    width: 110px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    background: url(wt_right.png) no-repeat 98px center #c21d08;
}
/*--------------------纪念碑---------------------*/
.jnb-list {
	min-height: 734px;
	background: url("jnb_bg.jpg") no-repeat center top;
}
.jnb-list ul {
	padding: 24px 25px 0;
}
.jnb-list ul li {
	float: left;
	position: relative;
	margin: 50px 15px 0;
	width: 180px;
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
}
.jnb-list ul li a {
	font-size: 12px;
	color: #333;
}
.jnb-list ul li a p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url("jnb_list_b.jpg");
}
/*---------纪念设施--------*/
.jls-title {
	padding-bottom: 30px;
	color: #555;
}
.jls-title h2 {
	padding-bottom: 20px;
	color: #c21d08;
}
.jls-title p {
	line-height: 25px;
}
.jls-title img {
	padding-right: 30px;
}
.jls-list {
	padding-bottom: 20px;
}
.jls-list h2 {
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	background: #a30000;
	text-align: left;
}
.jls-list h2 a {
	float: right;
	padding: 0 20px;
	font-size: 16px;
	display: block;
	background: #e9b145;
}
.jls-list h2 a:hover {
	color: #c00000;
}
.jls-list ul li {
	float: left;
	margin: 0 10px 26px 0;
	padding: 14px 13px 12px;
	width: 149px;
	height: 189px;
	text-align: center;
	background: url("list_bg.jpg") no-repeat center top;
}
.jls-list ul li:nth-child(6n) {
	margin-right: 0;
}
.jls-list ul li p {
	line-height: 30px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*--------------------anime---------------------*/
.jn-index {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.jn-index .jn-index-bg {
	-webkit-animation: effect 5s 1 linear;
	animation: effect 5s 1 linear;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.jn-con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*显示内容*/
.lieshi-name p {
	position: absolute;
	top: 25%;
	left: 49.6%;
	width: 1.2em;
	font-size: 14px;
	color: #c61727;
	line-height: 1.6em;
	text-align: center;
}
.jn-tools {
	position: absolute;
}
.jn-gn-re {
	position: relative;
}
.jn-xianhua, .jn-lazhu, .jn-xiang, .jn-jibai {
	display: none;
}
.jn-xianhua {
	margin: 0 0 0 6%;
}
.jn-tools .fl {
	float: left;
}
.jn-tools .fr {
	float: right;
}
.jn-tools .jn-lazhu {
	position: absolute;
	bottom: 0;
}
.jn-tools .jn-lazhu.fl {
	left: 33%;
}
.jn-tools .jn-lazhu.fr {
	right: 30%;
}
.jn-tools .jn-xiang {
	position: absolute;
	bottom: 0;
	left: 44.5%;
}
.jn-tools .jn-jibai {
	position: absolute;
	bottom: -3.5em;
	left: 44%;
}
/*点击功能*/
.jn-function {
	position: absolute;
	width: 100%;
}
.jn-option {
	margin: 0 auto;
	display: block;
}
.jn-option img {
	width: 100%;
}
.fun-ico {
	position: relative;
}
.fun-ico ul {
	position: absolute;
	bottom: 0;
	padding: 0 2.5%;
	width: 95%;
}
.fun-ico ul a {
	position: relative;
	float: left;
	padding-bottom: 0.5em;
	width: 25%;
	font-size: 12px;
	color: #ff0;
	display: block;
	text-align: center;
}
.fun-ico ul span {
	position: absolute;
	top: -3em;
	left: 0;
	width: 90%;
	color: #fff;
	line-height: 2em;
	text-align: center;
	background: #6ca73c;
	border: 1px solid #4b890f;
	border-radius: 0.5em;
}
.fun-ico img {
	margin: 0 auto;
	width: 38%;
	display: block;
}
/*小鸟*/
.jn-bird {
	position: relative;
	max-width: 100% !important;
	height: 100%;
}
.bird-img {
	position: absolute;
	display: none;
}
/*--------------------分页---------------------*/
.page {
	clear: both;
	padding: 10px;
	margin: 30px auto;
	text-align: center;
}
.page .pageList {
	text-align: center;
}
.page .pageList a {
	padding: 3px 20px;
	border: #DDD solid 1px;
	font-size: 16px;
	letter-spacing: 1px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	background: #f8f8f8;
	color: #666;
	margin: 0 2px;
}
.page .pageList .fuiOmit {
	font-size: 28px;
}
.page .searPage {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	line-height: 30px;
}
.page .searPage input[type="text"] {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.page .searPage input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.page .pageList a:hover {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	text-decoration: none;
}
.page .pageList .nowPage {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	margin-right: 7px;
}
/*--------------------底部---------------------*/
.index-link {
	height: 58px;
	line-height: 58px;
	background: #c21d08;
	text-align: center;
}
.index-link ul li {
	padding: 0 20px;
	display: inline-block;
}
.index-link ul li a {
	font-size: 14px;
	color: #fff;
}
.index-link ul li a:hover {
	color: #e9b145;
}
.footer {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #666;
	letter-spacing: 0.5px;
	line-height: 1.9;
	background: #eee;
}
.footer img {
	vertical-align: middle;
	margin-top: -3px;
    margin-right: -2px;
}
 @keyframes effect {
 0% {
transform:scale(0.8);
-webkit-transform:scale(0.8);
}
 100% {
transform:scale(0.9);
-webkit-transform:scale(0.9);
}
}
 @-webkit-keyframes effect {
 0% {
transform:scale(0.8);
-webkit-transform:scale(0.8);
}
 100% {
transform:scale(0.9);
-webkit-transform:scale(0.9);
}
}
