@charset "UTF-8";
/* CSS Document */
*, *:after, *:before {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
.bookIndex {
	height: 53.5rem;
	width: 100%;
	position: relative;
}
.bookinfo {
	overflow: hidden;
	position: absolute;
}
.bookinfo.one {
	width: 51%;
	height: 35rem;
	left: 0;
}
.bookinfo .bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	position: absolute;
}
.bookinfo:hover .bg, .bookinfo.four .fourbox:hover .bg {
	background: rgba(0,0,0,.8);
}
.bookinfo .img{
	height: 100%;
}
.bookinfo .font {
	width: 100%;
	position: absolute;
	padding: 3rem 4rem;
	left: 0;
	top: 0;
	line-height: 180%;
	color: #fff;
}
.bookinfo .font h4, .bookinfo .font h6 {
	color: rgba(255,255,255,.6);
}
.bookinfo .font p {
	width: 88%;
	color: rgba(255,255,255,.8);
	margin-top: 2.5rem
}
.bookinfo .font hr {
	text-align: left;
	width: 38%;
	margin: 1.5rem 0;
	border-top: 5px solid #eee;
}
.bookinfo:hover img, .bookinfo.four .fourbox:hover img {
	-webkit-transform: scale(1.1) rotate(-5deg);
	-moz-transform: scale(1.1) rotate(-5deg);
	-o-transform: scale(1.1) rotate(-5deg);
}
.bookinfo.one .font hr {
	opacity: 0;
	margin-top: 7rem;
}
.bookinfo.one:hover .font {
	top: 10%;
}
.bookinfo.one:hover .font hr {
	opacity: 1;
	margin-top: 2rem;
}
.bookinfo.two {
	width: 47%;
	height: 26.5rem;
	right: 0;
}
.bookinfo.two .font {
	top: inherit;
	bottom: -3%;
}
.bookinfo.two .bg {
	background: rgba(220,18,18,.8);
}
.bookinfo.two:hover .font {
	bottom: 25%;
}
.bookinfo.two:hover .font hr {
	margin-top: -5.5rem
}
.bookinfo.two:hover p {
	margin-top: 3.5rem;
}
.bookinfo.tress {
	width: 51%;
	height: 17rem;
	bottom:0;

}
.bookinfo.tress .font {
	top: 2rem
}
.bookinfo.tress .font hr {
	opacity: 0;
	width: 30%;
}
.bookinfo.tress .font:hover {
	top: 1rem
}
.bookinfo.tress .font:hover hr {
	opacity: 1;
}
.bookinfo.four {
	width: 47%;
	height: 25.5rem;
	right: 0;
	bottom: 0;
}
.bookinfo.four .fourbox {
	width: 48%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.bookinfo.four .fourbox:last-child {
	right: 0;
}
.bookinfo.four .font {
	padding-left: 0;
	padding-right: 0;
	top: 25%;
}
.bookinfo.four:hover img {
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
}
.bookinfo.four:hover .bg {
	background: rgba(0,0,0,.6);
}
.bookinfo.four hr {
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
}
.bookinfo.four .fourbox:hover .font {
	top: 20%;
}
.bookinfo.four .fourbox:hover hr {
	opacity: 1
}
.bookinfo.four .fourbox:last-child .font {
	text-align: right;
	padding-right: 3rem;
	bottom: -5%;
	top: inherit;
}
.bookinfo.four .fourbox:last-child .font h3 {
	margin-top: 0
}
.bookinfo.four .fourbox:last-child hr {
	margin-right: 0;
}
.bookinfo.four .fourbox:last-child:hover .font {
	bottom: 5%;
}
.copyright {
	padding: 1.5rem 0;
}

@media (min-width: 1023px) {
.toplogo {
	padding: 1.5rem 0;
	height: 6.5rem;
}
.nav-list {
	margin: .3rem 1rem 0 0;
}
	.navs ul{
		padding-right: 1rem;
	}
.navs>ul>li {

	padding: 0 .75rem;
}
	
.navs>ul>li>a {
	color: #333;
	padding: 0 .2rem;
	line-height: 2rem;
	display: inline-block;
}
.navs>ul>li.current >a, .navs>ul>li> a:hover {
	background-color: transparent;
	color: #d21d31;
}
.navs>ul>li.current >a {
	border-bottom: 2px solid #d21d31;
}
.navs ul li ul {
	width: 120%;
	left:-10%;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
	.navs ul li ul li{
		width: 118%;
	}
	.navs ul li ul li a{
		font-size: .8rem;
	}
.navs ul li ul:before {
	font-family: 'Glyphicons Halflings';
	content: "\e253";
	text-shadow: 0 0 5px rgba(0,0,0,.1);
	position: absolute;
	top: -1.7rem;
	left: 50%;
	margin-left: -.3rem;
	color: #fff;
	z-index: -1
}
	.navs ul li ul li ul{
	width: 100%;

	}
}

@media (max-width: 1199px) and (min-width: 992px) {
h1 {
	font-size: 2rem;
}
h4 {
	font-size: 1.4rem
}
.navs>ul>li {
	padding: 0 .5rem;
}
.navs>ul>li>a {
	padding: 0 .1rem;
}
.bookIndex {
	height: 46rem;
}
.bookinfo .font p {
	margin-top: 1.5rem;
	width: 95%;
}
	.bookinfo.one{
		height: 30rem;
	}
	.bookinfo.two{
		height: 23rem;
	}
	.bookinfo.tress{
		height: 15rem;
	}
	.bookinfo.four{
		height: 21.7rem;
	}
	.bookinfo.tress .font{
		padding-top: 2rem;
		padding-bottom: 0;
	}
}

@media (max-width: 992px) {
h1 {
	font-size: 1.8rem;
}
h4 {
	font-size: 1.2rem
}
.nav-toggle {
	color: #d21d31;
}
.nav-list {
	padding-right: 2rem;
	margin-top: .3rem
}
.nav-toggle {
	font-size: 1.1rem;
}
.glyphicon {
	top: .15rem
}
.copyright {
	padding: 1rem 0;
	text-align: center;
}
	.bookIndex{
		height: auto;
	}
	.bookinfo{
		padding: 0 !important;
	}
	.bookinfo.one, .bookinfo.two{
		float: left;
		width: 48.5%;
		height: 28rem;
		position: relative;
	}
	.bookinfo.two{
		float: right;
	}
	.bookinfo.tress, .bookinfo.four{
		float: left;
		width: 100%;
		position: relative;
		margin-top: 1.2rem
	}
	.bookinfo .font{
		line-height: 150%;
	}
	.bookinfo .font p{
		width: 100%;
		margin-top: 1.5rem;
		font-size: .75rem;
	}
	.bookinfo .img img{
		width: 100%;
	}
	.bookinfo.two .img img{
		height: 100%;
		width: auto;
	}
	.bookinfo.tress{
		height: 12rem;
	}
	.bookinfo.tress .font{
		padding: 1rem 4rem;
		text-align: center
	}
	.bookinfo.four{
		height: 18rem;
	}
	.bookinfo.four .fourbox{
		width: 48.5%;
	}
	.bookinfo.four .font{
		top:18%;
	}
	.bookinfo.four .fourbox:last-child .font{
		bottom:0;
	}
	.bookinfo.four .fourbox .font hr{
		display: none;
	}
	.bookinfo.two:hover .font hr {
        margin-top: -6.5rem;
    }
	.bookinfo.tress .font hr{
		margin: 1rem auto;
		width: 18%;
	}
	.bookinfo.four .fourbox:hover:first-child .font{
		top:10%;
	}
}

@media (max-width: 541px) {
	h1 {
       font-size: 1.6rem;
    }
	h6, h4{
      font-size: .85rem;
	}
.nav-list {
	padding-right: .2rem;
	margin-top: 0;
}
.nav-toggle {
	font-size: 1rem;
}
	.bookinfo.two hr, .bookinfo.one hr, .bookinfo.two .font p{
		display: none;
	}
	.bookinfo .font{
		padding:  1rem 2rem
	}
	.bookinfo.two .font{
		text-align: center;
	}
	.bookinfo.four .fourbox:last-child .font{
		padding-right: 1.5rem
	}
	.bookinfo.four .fourbox .font hr{
		display:  inherit;
	}
	.bookinfo .font hr {
       margin: 1rem auto;
       border-top: 3px solid #eee;
     }
	.bookinfo.tress, .bookinfo.two {
		width: 100%;
        height: 9rem;
		margin-top: .8rem;
    }
	.bookinfo.four{
		margin-top: .8rem;
	}
	.bookinfo.four .fourbox:last-child .font{
		bottom:-10%;
	}
	.bookinfo .font p{
		margin-top: 1rem;
	}
	.bookinfo.tress .font{
		top:1rem;
	}
	.bookinfo.tress:hover .font{
		top:0;
	}

	.bookinfo.one{
		width: 100%;
		height: 14rem
	}
	.bookinfo.two .img img{
		height:auto;
		width: 100%;
	}
	.bookinfo.two .font{
		bottom:8%;
	}
	.bookinfo.two:hover .font{
		bottom:0%;
	}
	.bookinfo.two:hover .font h4{
		margin: 1.4rem 0
	}
	.bookinfo.four .font{
		top:26%;
	}
	.bookinfo.four{
		height: 15rem;
	}
}

.copyright a {
    margin: 0 0 0 1rem;
}