* {
    margin:0;
    padding:0;
    line-height:0;
}

body{
    background: -webkit-linear-gradient(180deg, rgb(228, 235, 238), rgb(202, 226, 232));
    background: linear-gradient(180deg, rgb(228, 235, 238), rgb(202, 226, 232));
}

.header {
    width: 100%;
    position: relative;
    z-index: 999;
	height: 3.6em;
	padding-top: 0.5em;
	background-color: rgb(65, 60, 95);
}

.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: 767px;
    margin: 0 auto;
    position: relative;
    background: url("../img/title_bg.jpg") top center no-repeat;
}

.title {
    width: 1200px;
    height: 767px;
    margin: 0 auto;
    position: relative;
}

.title00 {
    position: absolute;
    top: 490px;
    left: 40px;
    z-index: 0;
}

.h2{
    position: absolute;
    top: 595px;
    left: 55px;
    z-index: 0;
}

.title_discount{
    position: absolute;
    top: 574px;
    left: 535px;
    z-index: 0;
}

.btn_bg{
    width: 100%;
    height: 170px;
    margin: 0 auto;
    position: relative;
    background: url("../img/btn_bg.jpg") top center no-repeat;
}

.btn {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}

ul > li {
    display: inline-block;
    vertical-align: bottom;
}

.title {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}


.memo_bg{ 
    width: 100%;
    height: 302px;
    margin: 0 auto;
    position: relative;
    background: url("../img/memo_bg.jpg") top center no-repeat;
}

.memo {
    width: 1200px;
    height: 302px;
    margin: 0 auto;
    position: relative;
}

.section1_bg{ 
    width: 100%;
    height: 552px;
    margin: 0 auto;
    position: relative;
}

.section1 {
    width: 1200px;
    height: 552px;
    margin: 0 auto;
    position: relative;
    background: url("../img/section1_bg.jpg") top center no-repeat;
}

.section2_bg{ 
    width: 100%;
    height: 505px;
    margin: 0 auto;
    position: relative;
}

.section2 {
    width: 1200px;
    height: 505px;
    margin: 0 auto;
    position: relative;
    background: url("../img/section2_bg.jpg") top center no-repeat;
}

.section3_bg{ 
    width: 100%;
    height: 523px;
    margin: 0 auto;
    position: relative;
}

.section3 {
    width: 1200px;
    height: 523px;
    margin: 0 auto;
    position: relative;
    background: url("../img/section3_bg.jpg") top center no-repeat;
}

footer{
	width: 100%;
	height: 70px;
    position: relative;
    z-index: 999;
	background-color: rgb(65, 60, 95);
	padding-top: 1.5em;	
	text-align: center;
}

#top {
    width: 70px;
    height: 70px;
    border-radius:999em;
    background-color: #FFF;
    border: rgb(50, 62, 87) solid 1px;
    color: rgb(45, 55, 87);
    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;
}