﻿body {
	margin: 0;
	min-width: 1160px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input {
	outline: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #bb0000;
    line-height: 1.2;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

/*页面顶部*/
/*导航*/
#header {
	position: relative;
    z-index: 1000;
	max-width: 100%;
    min-width: 1160px;
    margin: 0 auto;
}
.logo-search-box {
	width: 100%;
	/* height: 210px; */
	height: 150px;
	position: relative;
	background-color: #95221e;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-search-box .logo {
	position: absolute;
	left: 25px;
    top: 27px;
    width: 210px;
    height: 98px;
    background: url(/static/images/logo.png) no-repeat left center;
	background-size: 100%;
	cursor: pointer;
}

.logo-search-box .text-img {
	width: 543px;
	height: 80px;
	background: url('/static/images/nettitle.png') no-repeat center center;
	background-size: 100%;
}

.logo-search-box .tools {
	position: absolute;
	top: 16px;
	right: 30px;
}

.tools ul li {
	float: left;
	height: 20px;
	margin-left: 5px;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}

.tools ul li.lang {
	width: 50px;
	height: 20px;
}

.tools li>a {
	position: relative;
	display: block;
	color: #fff0ad;
	font-size: 16px;
	line-height: 18px;
	overflow: hidden;
	padding-right: 10px;
	height: 100%;
	box-sizing: border-box;
}

.tools ul li.lang>a {
	line-height: 20px;
	color: #fff0ad;
}

.tools ul li>a:after {
	content: "";
	width: 0;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 6px;
	border-top: 6px solid #c2a680;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.language {
	display: none;
	width: 90px;
	height: 185px;
	position: absolute;
	top: 0;
	padding-top: 35px;
	left: -2px;
	box-sizing: border-box;
	z-index: 10002;
}

.language.now {
	display: block;
}

.language .language-in {
	width: 100%;
	height: 148px;
	padding-top: 4px;
	background: red url(../images/login-box.png) no-repeat center 4px;
}

.language .langlink {
	cursor: pointer;
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	padding: 0;
	text-align: center;
}

.language .langlink:hover {
	color: #c2a680;
}

.tools ul li.scbtn {
	width: 48px;
	height: 20px;
}

.tools ul li.scbtn img {
	display: inline-block;
	width: 17px;
	margin-top: 2px;
}

.tools ul li.scbtn .search {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 40px;
	border-radius: 2px;
}

.tools ul li.scbtn:hover .search {
	display: block;
}

.tools ul li.scbtn .search .search-in {
	background: #fff url(../images/search.png) center bottom no-repeat;
	width: 280px;
	height: 40px;
	border-radius: 2px;
}

.tools ul li.scbtn .search .kw {
	background: none;
	border: none;
	width: 240px;
	height: 100%;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	color: #000;
	font-size: 14px;
	float: left;
	box-sizing: border-box;
}

.tools ul li.scbtn .search .ok {
	background: url(../../common/images/sousuo.png) no-repeat center center;
	border: none;
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
}

.nav-box {
	background-color: #c81c23;
	position: relative;
}

.nav-ul {
	display: flex;
}

.nav-ul li {
	flex: 1;
	position: relative;
}


.nav-ul li>a {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.nav-ul li:hover > a {
	background: rgba(0, 0, 0, .5);
}

.nav-box .child {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50px;
	/* width: 100%; */
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	background: #4c140a;
	z-index: 1000;
	display: none;
	box-sizing: border-box;
}

.nav-box .child p {
	margin: 0;
	padding: 10px 0px;
	color: #fff;
	line-height: 20px;
	letter-spacing: -1px;
}

.nav-box .child p:hover{
	background-color: #2f0805;
}

.nav-box .child strong a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.nav-box .child p:hover strong a {
	color: #c2a680;
}

/* 返回顶部 */
.to-top-box {
	position: fixed;
	right: 55px;
	bottom: 230px;
	display: none;
}

.to-top-box a {
	display: block;
}

.to-top-box img {
	display: block;
	width: 80px;
}
/* 抗战史的今天 */
.history-today {
	position: absolute;
	/*top: 140px;*/
	right: 60px;
	top: 30%;	
	padding-right: 18px;
}
.history-today .banner-title {
    text-align: center;
    font-size: 16px;
	color: #f2eaad;
}
.history-today .date-round {
	width: 60px;
    height: 60px;
    margin: 3px auto 14px;
    background: url(/static/images/today.png) center center / contain no-repeat;
    font-size: 14px;
    line-height: 60px;
	text-align: center;
	color: #fff;
}

iframe[name="footerIframe"] {
    border: 0;
    width: 100%;
    height: 265px;
    display: block;
}


@media only screen and (max-width: 1160px){
	iframe[name="footerIframe"] {
		width: 1160px;
	}
}