* {
    box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	margin: 0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	color: #000;
	font: normal 18px Arial;
	background: #fff;
}

a {
	color: #790000;
}

a:hover {
	text-decoration: none;
}

.center {
	width: 1000px;
	margin: 0 auto;
}

nav {
	display: block;
	position: fixed;
	min-width: 1000px;
	width: 100%;
	height: 80px;
	z-index: 5;
	top: 0;
	background: url(../img/l-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: 160px;
	height: 40px;
	background: url(../img/logo.png) left no-repeat;
	background-size: contain;
	margin: 20px 0 0 30px;
}

nav .close {
	display: none;
}

nav menu {
	display: table;
	position: absolute;
	left: auto;
	right: 0;
	height: 40px;
	list-style: none;
	padding: 0;
	background: rgba(64,0,0,0.35);
	margin: 20px 30px 0 0;
}

nav menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

nav menu li a {
	display: block;
	width: auto;
	height: 40px;
	/*font: normal 18px/37px 'Arial Narrow', 'Open Sans Condensed', Arial;*/
    font: normal 18px/37px 'Arial Narrow', Arial;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
    white-space: nowrap;
}

nav menu li a:hover {
	border-bottom: 3px solid #790000;
}

nav.home {
	height: 120px;
	position: absolute;
	background: none;
	box-shadow: none;
}

nav.home .logo {
	width: 250px;
	height: 70px;
	margin: 30px 0 0 30px;
}

nav.home menu {
	margin: 30px 30px 0 0;
}

.mhead {
	display: block;
	width: 100%;
	height: 800px;
	background: url(../img/l-mhead-bg.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 190px;
}

.mhead .info {
	display: block;
	width: 800px;
	height: 310px;
	margin: 0 auto;
	text-align: center;
}

.mhead .info h1 {
	padding: 0;
	margin: 0;
}

.mhead .info hr {
	border: 1px solid #fff;
}

.mhead .info a {
	color: #ffced1;
	text-decoration: none;
}

.mhead .menu {
	display: table;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
}

.mhead .menu li {
	display: table-cell;
	width: 333px;
	height: 300px;
	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: 333px;
	height: 300px;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}

.mhead .menu li a b {
	display: block;
	font: normal 30px "Arial Narrow", Arial;
	margin-bottom: 60px;
}

.mhead .menu li a b span {
	display: block;
	font-size: 30px;
}

.mhead .menu li a .desc {
	display: none;
}

.mhead .menu li a::before {
	display: none;
	position: absolute;
	content: '';
	width: 52px;
	height: 52px;
	background: url(../img/l-ico.png) -8px -4px;
	margin: 330px 0 0 120px;
}

.mhead .menu li a:hover {
	position: absolute;
	background: rgba(64,0,0,0.75);
	background: linear-gradient(to bottom,  transparent 0%,  transparent 10%,  rgba(64,0,0,0.75) 40%, rgba(64,0,0,0.75) 100%);
	padding-top: 370px;
	height: 800px;
	z-index: 1;
	top: 0;
}

.mhead .menu li a:hover::before {
	display: block;
}

.mhead .menu li a:hover .desc {
	display: block;
}

.mnews {
	display: block;
	width: 100%;
    padding-top: 60px;
}

.mnews .title {
	display: inline-block;
    height: 50px;
	background: #000;
	color: #fff;
	font: normal 30px/50px "Arial Narrow", Arial;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	margin: -60px 0 0 -200px;
    text-decoration: none;
}

.mnews .el {
    display: table;
	width: 1000px;
	margin: 0 auto;
}

.mnews .el .square {
	display: block;
	width: 333px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.mnews .el .square a {
	display: table;
	width: 333px;
	height: 400px;
	position: absolute;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
}

.mnews .el .square a:before {
	display: none;
	position: absolute;
	content: '';
	width: 52px;
	height: 52px;
	background: url(../img/l-ico.png) -8px -4px;
	margin: 300px 0 0 140px;
}

.mnews .el .square a .h1 {
	display: table-cell;
	font: normal 26px/28px "Arial Narrow", Arial;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	vertical-align: bottom;
}

.mnews .el .square a .desc {
	display: none;
	font: normal 18px/18px "Arial Narrow", Arial;
}

.mnews .el .square img {
	display: block;
    width: 400px;
    height: 400px;
	margin-left: -34px;
}

.mnews .el .square a:hover {
	display: table-row;
	background: rgba(0,0,0,0.67);
}

.mnews .el .square a:hover::before {
	display: block;
}

.mnews .el .square a:hover .desc {
	display: block;
	margin-top: 30px;
}

.mnews .el:before {
    display: block;
    content: '';
    clear: both;
}

.books {
	display: block;
	width: 100%;
	min-height: 800px;
}

.books .el {
	display: table;
	width: 1000px;
	margin: 0 auto;
}

.books .title {
    display: inline-block;
    height: 50px;
	background: #000;
	color: #fff;
	font: normal 30px/50px "Arial Narrow", Arial;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -200px;
    text-decoration: none;
}

.books .el > div {
	display: table-cell;
	float: left;
	width: 333px;
	padding: 0 17px 0 16px;
	border-right: 1px solid #d0d0d0;
	margin: 60px 0 50px 0;
	font: normal 18px "Arial Narrow", Arial;
}

.books .el > div:nth-child(3n) {
	border-right-color: #fff;
}

.books .el > div > div {
	display: block;
	height: 1100px;
	overflow: hidden;
}

.books .el div div img {
	display: block;
	margin-bottom: 50px;
}

.books .el div div .h1 {
	display: block;
	font-size: 22px;
	line-height: 25px;
	color: #790000;
	padding-bottom: 25px;
}

.books .el div div .authors, .books .el div div .text {
	display: block;
	padding-bottom: 25px;
}

.books .el div .bl {
	display: block;
	width: 300px;
	height: 51px;
	background: #790000;
	color: #fff;
	text-decoration: none;
	text-align: right;
	line-height: 50px;
	margin-top: 50px;
}

.books .el div .bl span {
	display: block;
	width: 100px;
	height: 51px;
	background: #ddbfbf;
	float: left;
	text-align: center;
}

.books .el div .lnk:after {
	display: inline-block;
	content: '';
	width: 51px;
	height: 51px;
	background: url(../img/l-ico.png) -9px -4px;
	float: right;
	margin-left: 10px;
}

.mfoot {
	display: block;
	width: 100%;
	height: 800px;
	background: url(../img/l-mfoot-bg.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 210px;
	font-size: 14px;
}

.mfoot a {
	font-size: 14px;
	color: #ffced1;
}

.mfoot .logo {
	display: block;
	margin: 0 auto;
	background: url(../img/logo-w.png) center no-repeat;
	width: 313px;
	height: 88px;
	background-size: contain;
}

.mfoot .text {
	display: block;
	width: 420px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 30px 0;
}

.mfoot .phone {
	display: block;
	font-size: 36px;
	margin: 0 auto;
	width: 420px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.mfoot .mail {
	display: block;
	margin: 0 auto;
	width: 420px;
	text-align: center;
	text-decoration: none;
	padding: 30px 0;
}

.mfoot hr {
	margin: 0 auto;
	width: 360px;
}

.mfoot .copy {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 15px 0;
}

.mfoot .create {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.mfoot .eighteen {
    border: solid 3px;
    text-align:  center;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 50px;
    height:  50px;
    font: normal 20px/45px Arial;
}

header {
	display: block;
	width: 100%;
	min-height: 60px;
	margin-top: 80px;
	font: normal 18px "Arial Narrow", Arial;
}

header .href {
	display: table;
}

header .href a {
	display: table-cell;
	color: #959595;
	border-bottom: 1px solid #cdcdcd;
	text-decoration: none;
	vertical-align: middle;
	padding: 15px 0;
}

header .href a:after {
	display: inline;
	content: "→";
	margin: 0 5px;
}

header .href a:first-child {
	padding-left: 30px;
}
/*
header .href a:last-child {
	color: #790000;
	border-bottom: 1px solid #790000;
	font-size: 30px;
}

header .href a:last-child:after {
	display: none;
}
*/

header .href h1 {
	color: #790000;
	border-bottom: 1px solid #790000;
	font-size: 30px;
	padding: 15px 0;
	margin: 0;
}

main {
	display: block;
	width: 100%;
}

main .news {
	display: block;
	width: 999px;
	margin: 0 auto;
}

main .news > div {
	display: block;
	width: 333px;
	height: 333px;
	float: left;
}

main .news a {
	display: table;
	width: 333px;
	height: 333px;
	position: absolute;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
}

main .news a:before {
	display: none;
	position: absolute;
	content: '';
	width: 52px;
	height: 52px;
	background: url(../img/l-ico.png) -8px -4px;
	margin: 240px 0 0 130px;
}

main .news a .h1 {
	display: table-cell;
	font: normal 24px/24px "Arial Narrow", Arial;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	vertical-align: bottom;
}

main .news a .desc {
	display: none;
	font: normal 16px/16px "Arial Narrow", Arial;
}

main .news img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

main .news a:hover {
	display: table-row;
	background: rgba(0,0,0,0.67);
}

main .news a:hover::before {
	display: block;
}

main .news a:hover .desc {
	display: block;
	margin-top: 30px;
}

main .news:after {
	display: block;
	content: '';
	clear: both;
	font-size: 0;
}

main .news .date {
	display: block;
	width: 100px;
	height: 51px;
	position: absolute;
	color: #fff;
	background: url(../img/l-ico.png) -88px -8px;
	font: normal 18px/51px "Arial Narrow", Arial;
	text-align: center;
}

main .detailed {
	display: block;
	width: 999px;
	min-height: 800px;
	margin: 0 auto;
}

main .detailed .right {
	display: block;
	width: 400px;
	height: 800px;
	position: absolute;
	margin-left: 599px;
}

main .detailed .middle {
    display: block;
	width: 800px;
	height: 400px;
	margin: 0 auto;
}

main .detailed .min {
    display: block;
    width: 400px;
	height: 400px;
	margin: 0 auto;
}

main .detailed .date {
	display: block;
	width: 100px;
	height: 51px;
	position: absolute;
	color: #fff;
	background: url(../img/l-ico.png) -88px -8px;
	font: normal 18px/51px "Arial Narrow", Arial;
	text-align: center;
	margin-left: 599px;
	z-index: 2;
}

main .detailed .mdate {
    display: block;
	width: 100px;
	height: 51px;
	position: absolute;
	color: #fff;
	background: url(../img/l-ico.png) -88px -8px;
	font: normal 18px/51px "Arial Narrow", Arial;
	text-align: center;
	z-index: 2;
    margin-top: -400px;
}

main .detailed .text {
	display: block;
	position: relative;
	width: 699px;
	min-height: 800px;
	background: #fff;
	background: linear-gradient(to right,  #fff 0,  #fff 599px,  rgba(255,255,255,0.75) 600px,  rgba(255,255,255,0.75) 633px,  rgba(255,255,255,0.5) 633px,  rgba(255,255,255,0.5) 666px,  rgba(255,255,255,0.25) 666px,  rgba(255,255,255,0.25) 699px);
	z-index: 1;
	padding: 30px 100px 30px 10px;
}

main .detailed .mtext {
    display: block;
	width: 1000px;
	padding: 30px 100px 30px 10px;
}

main .ptitle {
    display: block;
    width: 200px;
    height: 50px;
	background: #000;
	color: #fff;
	font: normal 30px/50px "Arial Narrow", Arial;
	padding: 0 20px;
	margin: 10px auto;
    text-decoration: none;
    text-align: center;
}

footer {
	display: table;
	width: 100%;
	height: 200px;
	background: url(../img/l-footer-bg.jpg) top center no-repeat;
	font: normal 14px Arial;
	color: #fff;
}
footer .left {
	width: 33%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}

footer menu {
	width: 34%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	list-style: none;
	font-size: 18px;
}

footer menu a {
	font: normal 18px "Arial Narrow", Arial;
	text-decoration: none;
}

footer .right {
	width: 33%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 50px;
}

footer a {
	color: #ffced1;
}

footer .phone {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 36px;
}

footer .privacy {
    display: block;
    margin-bottom: 10px;
}

footer .eighteen {
    border: solid 3px;
    text-align: center;
    display: inline-block;
    
    border-radius: 50%;
    width: 50px;
    height:  50px;
    font: normal 20px/45px 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: 12px;
    line-height: 14px;
    padding: 20px;
    color: #fff;
}

#disclaimer button {
    font-size: 20px;
    position: absolute;
    margin: -40px 0 0 -20px;
}
