﻿body {
	margin: 0;
	min-width: 1554px;
}
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: 1554px;
    margin: 0 auto;
}

.header {
	background-image: url('../../../static/images/header/header-bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 321px;
	position: relative;
}

.logo-search-box {
	width: 100%;
	height: 263px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.logo-search-box .logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(60px, -50%);
	width: calc(100% * 0.148);
	max-width: 284px;
	height: 132px;
	background: url(../../../static/images/header/logo.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

.logo-search-box .text-img {
	width: calc(100% * 0.417);
	max-width: 795px;
	height: 197px;
	background: url(../../../static/images/header/header-title-bg.png) no-repeat center center;
	background-size: 100%;
}

.logo-search-box .tools {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translate(0, -50%);
	display: flex;
}

.tools ul li {
	width: 94px;
	height: 28px;
	border-radius: 14px;
	padding:0 15px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	background: #860000;
	box-shadow: inset 2px 2px 2px 0px rgba(3, 0, 0, 0.24), 1px 1px 3px 0px rgba(246, 0, 19, 0.7);
}

.tools ul li + li {
margin-top: 7px;
}

.tools ul li.lang {
}

.tools li>a {
	position: relative;
	display: block;
	color: #fff4b8;
	font-size: 18px;
	line-height: 26px;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
}

.tools ul li.lang>a {
}

.tools ul li.lang>a:after {
	position: absolute;
	width: 0;
	right: 0;
	transform: translate(0, -50%);
	top: 50%;
	content: "";
	border-top: 8px solid #fff4b8;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.language {
	display: none;
	width: 90px;
	height: 185px;
	padding-top: 35px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	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 a{
	padding-left: 24px;
}

.tools ul li.scbtn img {
	position: absolute;
	width: 17px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%) translateY(1px);
}

.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: rgba(113, 0, 0, 0.41);
	position: relative;
}

.nav-ul {
	display: flex;
}

.nav-ul li {
	flex: 1;
	position: relative;
}


.nav-ul li>a {
	display: block;
	line-height: 58px;
	text-align: center;
	color: #fffbf0;
	font-size: 24px;
	font-weight: 400;
}

.nav-ul li:hover > a {
	background: rgba(0, 0, 0, .5);
}

.nav-ul li.active>a {
	color: #f5e78a;
}

.nav-box .child {
	position: absolute;
	left: 0;
	right: 0;
	top: 58px;
	/* width: 100%; */
	text-align: center;
	line-height: 58px;
	overflow: hidden;
	background: #4c140a;
	z-index: 1000;
	display: none;
	box-sizing: border-box;
}

.nav-box .child p {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -1px;
}

.nav-box .child p:hover, .nav-box .child p.active{
	border-bottom: 1px solid #901c16;
	background-color: rgba(0, 0, 0, 0.3);
}

.nav-box .child strong a {
	color: #fff;
	font-weight: normal;
}

.nav-box .child p:hover strong a, .nav-box .child p.active strong a {
	color: #f5e78a;
}

/* 返回顶部 */
.to-top-box {
	position: fixed;
	right: 35px;
	bottom: 345px;
	display: none;
}

.to-top-box a {
	display: block;
}

.to-top-box img {
	display: block;
	width: 80px;
}
/* 抗战史的今天 */
.history-today {
	margin-left: 10px;
}
.history-today .banner-title {
    text-align: center;
    font-size: 16px;
	color: #f2eaad;
}
.history-today .date-round {
	/*加粗  宽高 61*/
	width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
	text-align: center;
	font-weight: bold;
	color: #faeaac;
	background: #860000;
	border-radius: 50%;
	box-shadow: inset 2px 2px 2px 0px rgba(3, 0, 0, 0.24), 2px 2px 3px 0px rgba(246, 0, 19, 0.7);
}

iframe[name="footerIframe"] {
    border: 0;
    width: 100%;
	min-width: 1554px;
    height: 337px;
    display: block;
}