* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	margin: 0;
	width: 1000px;
	height: 100%;
	color: #000;
	font: normal 36px Arial;
	background: #fff;
}

a {
	color: #790000;
}

a:hover {
	text-decoration: none;
}

.center {
	width: 1000px;
	margin: 0 auto;
}

nav {
	display: block;
	position: fixed;
	width: 1000px;
	height: 200px;
	z-index: 5;
	top: 0;
	background: url(../img/p-head-bg.jpg) top center no-repeat;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

nav .logo {
	display: block;
	position: absolute;
	left: 0;
	width: 570px;
	height: 150px;
	background: url(../img/logo.png) left no-repeat;
	background-size: contain;
	margin: 20px;
}

nav .close {
	display: block;
	width: 150px;
	height: 150px;
	background: #af7c4d url(../img/p-ico.png) 10px 20px;
	position: absolute;
	margin: 20px 0 0 830px;
	left: 0;
	z-index: 10;
}

nav .open {
	background: url(../img/p-ico.png) -126px 20px;
}

nav menu {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	background: rgba(0,0,0,0.75);
	padding: 170px 20px 20px 20px;
	z-index: 9;
}

.home menu {
	top: -28px;
}

nav menu li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

nav menu li a {
	display: block;
	height: 170px;
	font: bold 72px/170px 'Arial Narrow', Arial;
	color: #fff;
	text-decoration: none;
	padding: 0 30px;
}

nav menu li a:hover {
	background: rgba(206,165,86,0.75);
}

nav.home {
	height: 190px;
	position: absolute;
	background: none;
	box-shadow: none;
}

nav.home menu {
	margin: 30px 30px 0 0;
}

.mhead {
	display: block;
	width: 1000px;
	height: 2000px;
	background: url(../img/p-mhead-bg.jpg) top center no-repeat;
	color: #fff;
	padding-top: 270px;
}

.mhead .info {
	display: block;
	width: 1000px;
	height: 530px;
	margin: 0 auto;
	text-align: center;
}

.mhead .info h1 {
	padding: 0;
	margin: 0;
	font: bold 60px 'Arial';
}

.mhead .info hr {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #fff;
}

.mhead .info a {
	color: #ffced1;
	text-decoration: none;
}

.mhead .menu {
	display: block;
	width: 500px;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
}

.mhead .menu li {
	display: block;
	width: 500px;
	height: 400px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mhead .menu li:nth-child(1) {
	background: url(../img/mhead-menu-one.png) bottom center no-repeat;
}

.mhead .menu li:nth-child(2) {
	background: url(../img/mhead-menu-two.png) bottom center no-repeat;
}

.mhead .menu li:nth-child(3) {
	background: url(../img/mhead-menu-three.png) bottom center no-repeat;
}

.mhead .menu li a {
	display: block;
	width: 500px;
	height: 400px;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	text-align: center;
}

.mhead .menu li a b {
	display: block;
	font-size: 48px;
	margin-bottom: 110px;
}

.mhead .menu li a b span {
	display: block;
	font-size: 60px;
}

.mhead .menu li a .desc {
	display: none;
}

.mnews {
	display: block;
	width: 1000px;
}

.mnews .title {
    display: inline-block;
	height: 100px;
	background: #000;
	color: #fff;
	font: normal 100px/100px "Arial Narrow", Arial;
	padding: 0 20px;
    text-decoration: none;
    margin: 0 0 30px 100px;
}

.mnews .el {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.mnews .el .square {
	display: block;
	width: 1000px;
	height: 1000px;
	overflow: hidden;
}

.mnews .el .square a {
	display: table;
	width: 1000px;
	height: 1000px;
	position: absolute;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 40px 20px;
}

.mnews .el .square a .h1 {
	display: table-cell;
	font: normal 73px/72px "Arial Narrow", Arial;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	vertical-align: bottom;
}

.mnews .el .square a .desc {
	display: none;
}

.mnews .el .square img {
	display: block;
	margin: 0 auto;
	width: 1000px;
    height: 1000px;
}

.books {
	display: block;
	width: 100px;
}

.books .title {
    display: inline-block;
    height: 100px;
	background: #000;
	color: #fff;
	font: normal 100px/100px "Arial Narrow", Arial;
	padding: 0 20px;
    text-decoration: none;
    margin: 0 0 30px 100px;
}

.books .el {
    display: block;
	width: 1000px;
}

.books .el > div {
	display: block;
	width: 1000px;
	padding: 150px 20px 100px 20px;
	border-bottom: 2px solid #d0d0d0;
	font: normal 36px "Arial Narrow", Arial;
}

.mbooks .el > div {
	border-bottom: none;
}

.books .el > div > div {
	display: block;
}

.books .el div div img {
	display: block;
	width: 450px;
	height: 450px;
	margin: 0 60px 50px 0;
	float: left;
}

.books .el div div .h1 {
	display: block;
	width: 450px;
	font-size: 50px;
	line-height: 50px;
	color: #790000;
	padding-bottom: 25px;
	float: left;
}

.books .el div div .authors:before {
	display: block;
	content: '';
	font-size: 0;
	clear: left;
}

.books .el div div .authors, .books .el div div .text {
	display: block;
	padding-bottom: 25px;
}

.books .el div .bl {
	display: block;
	width: 960px;
	height: 140px;
	background: #790000;
	color: #fff;
	text-decoration: none;
	text-align: right;
	line-height: 140px;
	margin-top: 50px;
}

.books .el div .bl span {
	display: block;
	width: 320px;
	height: 140px;
	background: #ddbfbf;
	float: left;
	text-align: center;
}

.books .el div .lnk:after {
	display: inline-block;
	content: '';
	width: 150px;
	height: 130px;
	background: url(../img/p-ico.png) -290px -2px;
	float: right;
	margin-left: 10px;
}

.mfoot {
	display: block;
	width: 1000px;
	height: 1200px;
	background: url(../img/p-mfoot-bg.jpg) top center;
    background-size: cover;
	color: #fff;
	padding: 50px 20px 0 20px;
}

.mfoot a {
	color: #ffced1;
}

.mfoot .logo {
	display: block;
	margin: 0 auto;
	background: url(../img/logo-w.png) center no-repeat;
	width: 570px;
	height: 150px;
	background-size: contain;
}

.mfoot .text {
	display: block;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 40px 0;
}

.mfoot .phone {
	display: block;
	font-size: 72px;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.mfoot .mail {
	display: block;
	margin: 0 auto;
	width: 420px;
	text-align: center;
	text-decoration: none;
	padding: 70px 0 50px 0;
}

.mfoot hr {
	margin: 0 auto;
	width: 960px;
}

.mfoot .copy {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 15px 0;
}

.mfoot .create {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.mfoot .privacy {
    display: block;
    margin-bottom: 20px;
}

.mfoot .eighteen {
    border: solid 3px;
    text-align:  center;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    height:  100px;
    font: normal 50px/95px Arial;
}

header {
	display: block;
	width: 100%;
	margin-top: 200px;
	font: normal 18px "Arial Narrow", Arial;
}

header .href {
	display: block;
}

header .href a {
	display: none;
}

header .href h1 {
	color: #790000;
	border-bottom: 2px solid #790000;
	font-size: 72px;
	padding: 15px 0;
	margin: 0;
	text-align: center;
}

main {
	display: block;
	width: 1000px;
}

main .news {
	display: block;
	width: 1000px;
}

main .news > div {
	display: block;
	width: 1000px;
	height: 1000px;
}

main .news a {
	display: table;
	width: 1000px;
	height: 1000px;
	position: absolute;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
}

main .news a .h1 {
	display: table-cell;
	font: normal 72px/72px "Arial Narrow", Arial;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	vertical-align: bottom;
}

main .news a .desc {
	display: none;
}

main .news img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

main .news:before {
	display: block;
	content: '';
	clear: both;
	font-size: 0;
}

main .news .date {
	display: block;
	width: 300px;
	height: 150px;
	color: #fff;
	background: url(../img/p-ico.png) -482px -17px;
	font: normal 48px/150px "Arial Narrow", Arial;
	text-align: center;
	position: absolute;
}

main .detailed {
	display: block;
	width: 999px;
	min-height: 800px;
	margin: 0 auto;
}

main .detailed .right {
	display: none;
}

main .detailed .middle {
    display: block;
	width: 1000px;
	height: 480px;
	margin: 0 auto;
}

main .detailed .min {
    display: block;
    width: 1000px;
	height: 1000px;
	margin: 0 auto;
}

main .detailed .date {
	display: block;
	width: 300px;
	height: 150px;
	color: #fff;
	background: url(../img/p-ico.png) -482px -17px;
	font: normal 48px/150px "Arial Narrow", Arial;
	text-align: center;
}

main .detailed .mdate {
    display: block;
	width: 300px;
	height: 150px;
	color: #fff;
	background: url(../img/p-ico.png) -482px -17px;
	font: normal 48px/150px "Arial Narrow", Arial;
	text-align: center;
}

main .detailed .text {
	display: block;
	width: 1000px;
	padding: 20px;
}

main .detailed .mtext {
    display: block;
	width: 1000px;
	padding: 20px;
}

main .ptitle {
    display: block;
    width: 800px;
    height: 100px;
    background: #000;
	color: #fff;
	font: normal 100px/100px "Arial Narrow", Arial;
	padding: 0 20px;
    text-align: center;
    text-decoration: none;
    margin: 30px auto;
}

footer {
	display: table;
	width: 1000px;
	height: 636px;
	background: url(../img/p-footer-bg.jpg) top center no-repeat;
	color: #fff;
	text-align: center;
}

footer .left {
	width: 1000px;
	display: block;
	position: absolute;
	margin-top: 415px;
}

footer menu {
	display: none;
}

footer .right {
	width: 1000px;
	display: block;
	position: absolute;
	margin-top: 100px;
}

footer a {
	color: #ffced1;
}

footer .phone {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 72px;
	margin-bottom: 80px;
}

footer .copy {
	margin-bottom: 40px;
}

footer .privacy {
    display: block;
    margin-bottom: 20px;
}

footer .eighteen {
    border: solid 3px;
    text-align:  center;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    height:  100px;
    font: normal 50px/95px Arial;
}

#disclaimer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    z-index: 1000;
    font-size: 24px;
    line-height: 28px;
    padding: 40px 20px;
    color: #fff;
}

#disclaimer button {
    font-size: 50px;
    padding: 0 20px;
    position: absolute;
    margin: -70px 0 0 0;
}
