* {
    margin:0;
    padding:0;
    line-height:0;
}

.header {
    width: 100%;
    position: relative;
    z-index: 999;
	height: 3.6em;
	padding-top: 0.5em;
	background-color: #456075;
}

.mosttx {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}

.title_bg {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
    background: url("../images/00-bg.jpg") top center no-repeat;
}

.title {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.title00 {
    position: absolute;
    top: 145px;
    left: 355px;
    z-index: 0;
}

.h2{
    position: absolute;
    top: 343px;
    left: 317px;
    z-index: 0;
}

.title_discount{
    position: absolute;
    top: 461px;
    left: 277px;
    z-index: 0;
}

.btn_bg1{
    width: 100%;
    height: 163px;
    margin: 0 auto;
    position: relative;
    background: #1f8860;
}

.btn_bg2{
    width: 100%;
    height: 163px;
    margin: 0 auto;
    position: relative;
    background: #396f9c;
}

.btn_bg3{
    width: 100%;
    height: 163px;
    margin: 0 auto;
    position: relative;
    background: #c77a36;
}

.btn {
    width: 1200px;
    height: 163px;
    margin: 0 auto;
    position: relative;
	background: url("../images/btn-title.png") top center no-repeat;
}

ul > li {
    display: inline-block;
    vertical-align: bottom;
}

.title {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}


.memo_bg{ 
    width: 100%;
    height: 428px;
    margin: 0 auto;
    position: relative;
    background: url("../images/a-book-contentbg.jpg") top center no-repeat;
}

.memo_bg2{ 
    width: 100%;
    height: 428px;
    margin: 0 auto;
    position: relative;
    background: url("../images/b-book-contentbg.jpg") top center no-repeat;
}

.memo_bg3{ 
    width: 100%;
    height: 428px;
    margin: 0 auto;
    position: relative;
    background: url("../images/c-book-contentbg.jpg") top center no-repeat;
}

.memo {
    width: 1200px;
    height: 428px;
    margin: 0 auto;
    position: relative;
}

.section1_bg{ 
    width: 100%;
    height: 2209px;
    margin: 0 auto;
    position: relative;
	background: url("../images/book-bg.jpg") top center no-repeat;
}

.section1 {
    width: 1200px;
    height: 2209px;
    margin: 0 auto;
    position: relative;    
}

footer{
	width: 100%;
	height: 70px;
    position: relative;
    z-index: 999;
	background-color: #456075;
	padding-top: 1.5em;	
	text-align: center;
}

#top {
    width: 70px;
    height: 70px;
    border-radius:999em;
    background-color: #456075;
    border: rgb(255, 255, 255) solid 2px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9999;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}
