/*body {
	color: #222;
	-webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

body,
button,
input,
select,
textarea {
	font-family: MicrosoftYaHei, Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
	font-size: 62.5%;
	line-height: 1.5;
}

img {
	vertical-align: bottom;
}

ol,
ul {
	list-style: none;
}

html,
body {
	width: 100%;
	height: 100%;
}
*/
html,
body.init,body.init .mm-page,body.init #page {
	width: 100%;
	min-height: 100%;max-height: 100%;visibility: visible;height: 100%; 
}
.section-btn > li { position:relative; color:#FFFFFF;}
.section-btn > li > div:nth-child(2) {
  position: absolute;
  right: 110%;
  top: 0;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap; display:none;
}
.section-btn > li.on> div:nth-child(2){ display:block;}
.section-btn > li.on {

    cursor: default;

}

body.init .section-wrap {
	width: 100%;
	min-height: 100%;max-height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);height: 100%; float:left;

}

body.init .section-wrap .section {
	position: relative;
	width: 100%;
	min-height: 100%;max-height: 100%;
/*	background-position: center center;
	background-repeat: no-repeat;*/
	overflow: hidden; float:left; clear:both;box-sizing:border-box;
}
.section-wrap  .section.foot #footer{ margin-top:0px;}
/*.section-wrap  .section.foot{ clear:both;background-color:#13924D;}*/

/*.section-wrap .section>div{ height:100%;box-sizing:border-box;}*/
.section-wrap .section .title.active .tit {
	opacity: 1;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
	-webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

body.init .put-section-0 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

body.init .put-section-1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

body.init .put-section-2 {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%); background-color:#000000;
}

body.init .put-section-3 {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
}
body.init .put-section-4 {
	transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
}
body.init .put-section-5 {
	transform: translateY(calc(420px - 500%));
	-webkit-transform: translateY(calc(420px - 500%));
}

@media screen and (max-width :768px){


body.init .put-section-5 {
	transform: translateY(calc(-250px - 400%));
	-webkit-transform: translateY(calc(-250px - 400%));
}
}
/*body.init .put-section-5 {
	transform: translateY(-500%);
	-webkit-transform: translateY(-500%);
}*/
/*body.init .put-section-6 {
	transform: translateY(-600%);
	-webkit-transform: translateY(-600%);
}*/
body.init .section-btn {
	width: 14px;
	position: fixed;
	margin-top: -65px;
	right: 1%;
	top: 50%;
	white-space: nowrap; display:block; z-index:22; 
}

.section-btn li {

   cursor: pointer;
	color: #999999;border-radius: 100%;
	font-size: 14px; position:relative; width:25px; height:25px; 
}
.section-btn li:after{ z-index:1; border-radius: 100%;content:''; position:absolute; top:50%; left:50%; margin-left:-2.5px; margin-top:-2.5px; width:5px; height:5px; background-color:#ffffff;}
.section-btn li.on {
	color: #fff;background-color:rgba(255,255,255,0.2);
}
body.init .put-section-2 +.section-btn li:after{ background-color:#666;}
body.init .put-section-2 +.section-btn li.on{background-color:rgba(0,0,0,0.1);}
.arrow {
	opacity: 1;
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #004898;
	border: 1px solid #004898;
	cursor: pointer;
	overflow: hidden;
}

.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@keyframes arrow {

	0%,
	100% {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

@-webkit-keyframes arrow {

	0%,
	100% {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

/* 媒体查询设置字体 */
/*@media only screen and (min-width:320px) and (orientation:portrait) {
        html {
            font-size: 12px;
        }
    }
 
    @media only screen and (min-width:360px) and (orientation:portrait) {
        html {
            font-size: 15px;
        }
    }
 
    @media only screen and (min-width:400px) and (orientation:portrait) {
        html {
            font-size: 18px;
        }
    }
 
    @media only screen and (min-width:600px) and (orientation:portrait) {
        html {
            font-size: 24px;
        }
    }
 
    @media only screen and (max-width:768px) and (orientation:portrait) {}
 
    @media only screen and (min-width:480px) and (orientation:landscape) {
        html {
            font-size: 12px;
        }
    }
 
    @media only screen and (min-width:580px) and (orientation:landscape) {
        html {
            font-size: 13px;
        }
    }
 
    @media only screen and (min-width:730px) and (orientation:landscape) {
        html {
            font-size: 16px;
        }
    }
 
    @media only screen and (min-width:900px) and (orientation:landscape) {
        html {
            font-size: 21px;
        }
    }
 
    @media only screen and (min-width:992px) {
        html {
            font-size: 24px;
        }
    }
	
	textarea {
		resize: none;
	}

*/