body{
	
	width:100%;
	/*overflow:hidden;*/
	padding: 0;
	margin: 0;
}

.container { width:6.4rem; margin:0 auto;}
ul,li{list-style-type:none; text-transform:capitalize;}/*input,select,*/button,img{vertical-align:middle;}
select {vertical-align:top;}

/*定位*/
.fl{float:left;}.fr{float:right;}.fht{float:inherit;}
.tl{text-align:left;}.tc{text-align:center;}.tr{text-align:right;}
.cb{line-height:0px; clear:both; height:0px;font-size:0px; over-flow:hidden;}.cl{clear:left;}.cr{clear:rigth;}
.clearfix{display:inline-block;clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.hide{ display:none;}

/*互动*/
.hd_select {font-size: 0.24rem; padding: 0; margin: 0;background: none;
/*	background:#e8cab0;*/
	border-radius:0.03rem;
	border:2px solid #b5674a;
	font-family:"微软雅黑";
	padding: 0.06rem;
	background: #e0dcd6;
	line-height: 0.8rem;
	height: 0.8rem;
	}
a.a_select {display: block; font-size: 0.24rem; background: #b5674a;-moz-border-radius: 0.06rem; -webkit-border-radius: 0.06rem;border-radius:0.06rem; width: 4rem; text-align: center; line-height: 0.7rem; color: #FFF; font-family:"微软雅黑";}

.page{
	width:100%;
	height:100%;
	position:absolute;
	font-size:100px;
	text-align:center;
}

.page .wrap{
	height:500px;
}

.page-1-1{ background:#cbc4b7 url(../images/p0_bg.jpg);background-size:100% auto;}
.page-1-2{ background:#383737 url(../images/right2.jpg);background-size:100% auto;}
.page-2-1{ background:#383737 url(../images/index1.jpg);background-size:100% auto;}
.page-2-2{ background-color:#9261BF;}
.page-3-1{ background:#383737 url(../images/index2.jpg);background-size:100% auto;}
.page-3-2{ background-color:#F3533C;}
.page-4-1{ background:#383737 url(../images/index3.jpg);background-size:100% auto;}
.page-4-2{ background-color:#FFBF50;}
.page-5-1{ background:#383737 url(../images/index4.jpg);background-size:100% auto;}
.page-6-1{ background:#383737 url(../images/index5.jpg);background-size:100% auto;}
.page-7-1{ background:#383737 url(../images/index6.jpg);background-size:100% auto;}

/*首页动画*/
/*柳树上下*/
 @-webkit-keyframes bounce-down {
  0% {-webkit-transform: translateY(-0.2rem);/*opacity:0.8;*/}
  50% {-webkit-transform: translateY(0rem);}
  100% {-webkit-transform: translateY(-0.1rem);}
 }
 
 @keyframes bounce-down {
  0% {transform: translateY(-0.2rempx);/*opacity:0.8;*/}
  50% {transform: translateY(0rem);}
  100% {transform: translateY(-0.1rem);}
 }
.img_1_bounce-down {
	-webkit-animation: bounce-down ease 1.5s both infinite;
	animation: bounce-down ease 1.5s both infinite;
	}

/*柳树左右摆动*/
@-webkit-keyframes swinging{
	0% { -webkit-transform: rotate(0); opacity: 0;}
	5% { -webkit-transform: rotate(5deg); }
	10% { -webkit-transform: rotate(-4.5deg); }
	15% { -webkit-transform: rotate(4deg); }
	20% { -webkit-transform: rotate(-3.5deg); opacity: 1;}
	25% { -webkit-transform: rotate(3deg); }
	30% { -webkit-transform: rotate(-2.5deg); }
	35% { -webkit-transform: rotate(3deg); }
	40% { -webkit-transform: rotate(-1.5deg); }
	45% { -webkit-transform: rotate(1deg); }
	50% { -webkit-transform: rotate(0); } /* Come to rest at 50%. The rest is just stillness */
	100% { -webkit-transform: rotate(0); opacity: 1;}
}
@-moz-keyframes swinging{
	0% { -moz-transform: rotate(0); opacity: 0;}
	5% { -moz-transform: rotate(5deg); }
	10% { -moz-transform: rotate(-4.5deg); }
	15% { -moz-transform: rotate(4deg); }
	20% { -moz-transform: rotate(-3.5deg); opacity: 1;}
	25% { -moz-transform: rotate(3deg); }
	30% { -moz-transform: rotate(-2.5deg); }
	35% { -moz-transform: rotate(3deg); }
	40% { -moz-transform: rotate(-1.5deg); }
	45% { -moz-transform: rotate(1deg); }
	50% { -moz-transform: rotate(0); } /* Come to rest at 50%. The rest is just stillness */
	100% { -moz-transform: rotate(0); opacity: 1;}
}
@keyframes swinging{
	0% { transform: rotate(0); opacity: 0;}
	5% { transform: rotate(5deg); }
	10% { transform: rotate(-4.5deg); }
	15% { transform: rotate(4deg); }
	20% { transform: rotate(-3.5deg); opacity: 1;}
	25% { transform: rotate(3deg); }
	30% { transform: rotate(-2.5deg); }
	35% { transform: rotate(3deg); }
	40% { transform: rotate(-1.5deg); }
	45% { transform: rotate(1deg); }
	50% { transform: rotate(0); } /* Come to rest at 50%. The rest is just stillness */
	100% { transform: rotate(0); opacity: 1;}
}
.img_1_bounce-left {
	-webkit-animation:swinging 40s ease-in-out 0s infinite;
	-moz-animation:swinging 40s ease-in-out 0s infinite;
	animation:swinging 40s ease-in-out 0s infinite;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transform-origin:50% 0;
	}
.img_1_bounce-left2 {
	-webkit-animation:swinging 40s ease-out  0s infinite;
	-moz-animation:swinging 40s ease-out  0s infinite;
	animation:swinging 40s ease-out  0s infinite;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transform-origin:50% 0;
	}
.img_1_bounce-left3 {
	-webkit-animation:swinging 40s ease-out  0s infinite;
	-moz-animation:swinging 40s ease-out  0s infinite;
	animation:swinging 40s ease-out  0s infinite;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transform-origin:50% 0;
	}

/*浮萍动画*/
@-webkit-keyframes nudge {
	/*0% {opacity: 0;}
	50% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 1;}*/
  0%{
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            
  }
  50% {
    -webkit-transform: translate(0.03rem, 0);
            transform: translate(0.03rem, 0);
  }
  80% {
    -webkit-transform: translate(-0.03rem, 0);
            transform: translate(-0.03rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
           
  }
}
@keyframes nudge {
	/*0% {opacity: 0;}
	50% {opacity: 1;}
	80% {opacity: 1;}
	100% {opacity: 1;}*/
  0%{
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
           
  }
  50% {
    -webkit-transform: translate(0.03rem, 0);
            transform: translate(0.03rem, 0);
  }
  80% {
    -webkit-transform: translate(-0.03rem, 0);
            transform: translate(-0.03rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            
  }
}
/*.img_1_bounce-up {
	-webkit-animation:nudge 2s ease-out  0s infinite;
	-moz-animation:nudge 2s ease-out  0s infinite;
	animation:nudge 2s ease-out  0s infinite;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transform-origin:50% 0;
	}*/
.img_1_bounce-up {
	-webkit-animation:nudge 4s ease-out  0s infinite;
	animation:nudge 4s ease-out  0s infinite;

	}
.img_1_bounce-up2 {
	-webkit-animation:nudge 5s ease-out  0s infinite;
	animation:nudge 5s ease-out  0s infinite;
	}

/*浮萍间显现*/
.pt-page-fp7 {
	-webkit-animation:nudge 4s ease-out  0s infinite;
	animation:nudge 4s ease-out  0s infinite;
}
.pt-page-fp8 {
	-webkit-animation:nudge 5s ease-out  0s infinite;
	animation:nudge 5s ease-out  0s infinite;
}
.pt-page-fp9 {
	-webkit-animation:nudge 3s ease-out  0s infinite;
	animation:nudge 3s ease-out  0s infinite;
}


/*鱼*/
.pt-page-moveFromTop_yu {
	-webkit-animation: moveFromTop 4s ease-out;
	animation: moveFromTop 4s ease-out;
}

.move_yu {

    background: url(../images/p0_yu_1.png) top no-repeat;
    background-size: cover;
    height: 7.4rem;
    width: 3.7rem;
    overflow: hidden;
    top: 0;
    left: 0;
    display: block;
    position: absolute;

    -webkit-animation: Run 1s steps(1,end) infinite;
    
}
@-webkit-keyframes Run{
    0%{
        background-position: 0 0px;
    }
    50%{
        background-position: 0 -3.7rem;
    }
    /*50%{
        background-position: 0 -7.4rem;
    }
    75%{
        background-position: 0 -11.1rem;
    }*/

    100%{ background-position: 0 0px;
    }
}
@keyframes Run{
    0%{
        background-position: 0 0px;
    }
    50%{
        background-position: 0 -3.7rem;
    }
    /*50%{
        background-position: 0 -7.4rem;
    }
    75%{
        background-position: 0 -11.1rem;
    }*/

    100%{ background-position: 0 0px;
    }
}

/*鱼游动*/
#yy
{
/*width: 0.1rem;
height: 0.1rem;
background: #101010;*/
height: 3.7rem;
width: 3.7rem;
overflow: hidden;
position:absolute;

background: url(../images/p0_yu_1.gif) top no-repeat;
background-size: 3.7rem 3.7rem;
animation:mymove 15s  ease-in-out 0s 1 alternate forwards;
-webkit-animation:mymove 15s  ease-in-out 0s 1 alternate forwards; /*Safari and Chrome*/
}

@keyframes mymove
{
from {left:100%;top:20%}
to {left:40%;top:50%}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:100%;top:20%}
to {left:40%;top:50%}
/*from {left:6.4rem;top:2rem}
to {left:2.5rem;top:4.7rem}*/
}


/**/
.pt-page-moveFromBottom_youyu {
	-webkit-animation: moveFromBottom 4s ease both 12s;
	animation: moveFromBottom 4s ease both 12s;
}

.pt-page-moveFromBottom_title {
	-webkit-animation: moveFromBottom 2s ease-out;
	animation: moveFromBottom 2s ease-out;
}

.pt-page-moveFromBottom_more {
	-webkit-animation: moveFromBottom 2s ease both 2s;
	animation: moveFromBottom 2s ease both 2s;
}

/*诗的出现等待*/
.pt-page-moveFromLeft_2 {
	-webkit-animation: moveFromLeft 1s ease both 0.5s;
	animation: moveFromLeft 1s ease both  0.5s;
}
.pt-page-moveFromLeft_3 {
	-webkit-animation: moveFromLeft 1s ease both 1s;
	animation: moveFromLeft 1s ease both  1s;
}
.pt-page-moveFromLeft_4 {
	-webkit-animation: moveFromLeft 1s ease both 1.5s;
	animation: moveFromLeft 1s ease both  1.5s;
}
.pt-page-moveFromLeft_5 {
	-webkit-animation: moveFromLeft 1s ease both 2s;
	animation: moveFromLeft 1s ease both  2s;
}
.pt-page-moveFromLeft_6 {
	-webkit-animation: moveFromLeft 1s ease both 2.5s;
	animation: moveFromLeft 1s ease both  2.5s;
}
.pt-page-moveFromLeft_7 {
	-webkit-animation: moveFromLeft 1s ease both 3s;
	animation: moveFromLeft 1s ease both  3s;
}

/*横向诗*/
.pt-page-moveFromBottom_1 {
	-webkit-animation: moveFromBottom 1s ease both 0.5s;
	animation: moveFromBottom 1s ease both 0.5s;
}
.pt-page-moveFromBottom_2 {
	-webkit-animation: moveFromBottom 1s ease both 1s;
	animation: moveFromBottom 1s ease both 1s;
}
.pt-page-moveFromBottom_3 {
	-webkit-animation: moveFromBottom 1s ease both 1.5s;
	animation: moveFromBottom 1s ease both 1.5s;
}
.pt-page-moveFromBottom_4 {
	-webkit-animation: moveFromBottom 1s ease both 2s;
	animation: moveFromBottom 1s ease both 2s;
}
.pt-page-moveFromBottom_5 {
	-webkit-animation: moveFromBottom 1s ease both 2.5s;
	animation: moveFromBottom 1s ease both 2.5s;
}
.pt-page-moveFromBottom_6 {
	-webkit-animation: moveFromBottom 1s ease both 3s;
	animation: moveFromBottom 1s ease both 3s;
}
.pt-page-moveFromBottom_7 {
	-webkit-animation: moveFromBottom 1s ease both 3.5s;
	animation: moveFromBottom 1s ease both 3.5s;
}

/*互动*/
.pt-page-moveFromBottom_hudong {
	-webkit-animation: moveFromBottom 3s ease both 0.5s;
	animation: moveFromBottom 3s ease both 0.5s;
}
.pt-page-moveFromBottom_hudong_2 {
	-webkit-animation: moveFromBottom 3s ease both 1s;
	animation: moveFromBottom 3s ease both 1s;
}
.pt-page-moveFromBottom_hudong_3 {
	-webkit-animation: moveFromBottom 3s ease both 1.5s;
	animation: moveFromBottom 3s ease both 1.5s;
}
@-webkit-keyframes opacity_hd {
	0% {opacity: 0; }
	100% { opacity: 1; }
}
@keyframes opacity_hd {
	0% {opacity: 0; }
	100% { opacity: 1; }
}
.pt-page-moveFromBottom_hudong_4 {
	-webkit-animation: opacity_hd 3s ease both 5s;
	animation: opacity_hd 3s ease both 5s;
}



/*瀑布流*/
 #div1 { margin:1rem auto 1rem auto; position:relative; }
.box { float:left; padding:0.05rem; border:1px solid #ccc; background:#f7f7f7; /*box-shadow:0 0 0.08rem #ccc;*/ }
.box:hover { box-shadow:0 0 0.1rem #999; }
.box img { width:2.3rem; }
.box p {font-size: 0.14rem; font-family: "微软雅黑"; line-height: 0.24rem; width: 2.3rem;}

/*p1*/
.p1 {background:url(../images/p1.jpg) top; background-attachment:fixed;background-size:100% auto;}


/*p2*/
.p2 {background:url(../images/p2.jpg) top; background-attachment:fixed;background-size:100% auto;}


/*p3*/
.p3 {background:url(../images/p3.jpg) top; background-attachment:fixed;background-size:100% auto;}
.p3 .txt p{font-size: 0.2rem; line-height: 0.36rem; color: #FFF; font-family: "微软雅黑"; text-indent: 2em; text-align: justify;}

/*p4*/
.p4 {background:url(../images/p4.jpg) top; background-attachment:fixed;background-size:100% auto;}
.p4 .txt p{font-size: 0.2rem; line-height: 0.36rem; color: #FFF; font-family: "微软雅黑"; text-indent: 2em; text-align: justify;}

/*p5*/
.p5 {background:url(../images/p5.jpg) top; background-attachment:fixed;background-size:100% auto;}
.p5 .txt p{font-size: 0.2rem; line-height: 0.36rem; color: #FFF; font-family: "微软雅黑"; text-indent: 2em; text-align: justify;}


.mui-bar-nav {width:100%;background:rgba(0,0,0,0); position:fixed; z-index: 60; top: 0;}
.mui-bar-nav { font-size: 0.01rem; }
.mui-bar-nav.active{
    background:rgba(0,0,0,0.8);
    transition: background 1s;
         * Firefox 4 */
           -moz-transition:background 1s;
         /* Safari and Chrome */
         -webkit-transition:background 1s;
         /* Opera */
          -o-transition:background 1s;

           }
.mui-bar-nav a.back {padding-left: 0.1rem; padding-top: 0.1rem; width: 1.2rem;}


/*隐藏菜单样式*/
#fh5co-offcanvass {
  position: fixed;
  z-index: 88;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(320px);
  -moz-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
  bottom: 0;
  width: 2rem;
  padding: 0.4rem 0.1rem;
  background: #f0ece4;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  font-family: "微软雅黑";
}
/*#fh5co-offcanvass .fh5co-lead {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 20px;
}*/
#fh5co-offcanvass ul {
  padding: 0;
  margin: 0.3rem 0;
}
#fh5co-offcanvass ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvass ul li a {
  display: block;
  padding: 0.1rem;
  border-bottom: 1px solid #cfc2a6;
  font-size: 0.2rem;
  color: #444;
  text-decoration: none;
}
#fh5co-offcanvass ul li a:hover, #fh5co-offcanvass ul li a:focus, #fh5co-offcanvass ul li a:active {
  outline: none;
  text-decoration: none;
  color: #EF5353;
}
#fh5co-offcanvass ul li.active a {
  color: #EF5353 !important;
}
#fh5co-offcanvass.fh5co-awake {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvass .fh5co-offcanvass-close {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  text-transform: uppercase;
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  font-family: "Montserrat", arial, sans-serif;
  z-index: 99;
  float: left;
  color: #444;
  text-decoration: none;
  font-family: "微软雅黑";
}
#fh5co-offcanvass .fh5co-offcanvass-close i {
  font-size: 20px;
  margin-top: 3px;
  float: right;
  margin-left: 10px;
  color: red;
}
#fh5co-offcanvass .fh5co-offcanvass-close:hover, #fh5co-offcanvass .fh5co-offcanvass-close:focus, #fh5co-offcanvass .fh5co-offcanvass-close:active {
  outline: none;
  text-decoration: none;
}
#fh5co-offcanvass .fh5co-logo {
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0;
  margin: 40px 0 0 0;
}
#fh5co-offcanvass .fh5co-logo a {
  color: #000;
  padding: 0;
  margin: 0;
}

/*遮罩*/
.mask {    
        position: absolute; top: 0px; filter: alpha(opacity=90); background-color: #000;  
        z-index: 10002; left: 0px;  
        opacity:0.9; -moz-opacity:0.9;  
    }

.model{  
        position: absolute; z-index: 100003;   
        text-align:center;  
        display: none;  
    }  
.model p{ text-align:center; margin-top: 0px; margin-bottom: 0px; line-height: 0.4rem;}


/*公共部分*/
.img_logo {
	height:auto;width:1.2rem;
	position:absolute;
	left:50%;
	bottom:3%;
	margin-left:-0.6rem;
}
.img_right {
	height:auto;width:1.2rem;
	position:absolute;
	left:50%;
	bottom:13%;
	margin-left:-0.6rem;
}
.img_up {
	height:auto;width:0.5rem;
	position:absolute;
	left:50%;
	top:93%;
	margin-left:-0.25rem;
}

.img_more {
	height:auto;width:2.98rem;
	position:absolute;
	left:50%;
	top:70%;
	margin-left:-1.49rem;
	z-index: 100;
}
/*公共部分end*/



.page-current{
	z-index:1;
}

.page-1-1 .img_1 {
	height:auto;width:1.28rem;
	position:absolute;
	left:50%;
	top:-5%;
	margin-left:-1.1rem;
}
.page-1-1 .img_2 {
	height:auto;width:2.66rem;
	position:absolute;
	right:0%;
	top:-5%;
	/*margin-left:-92px;*/
}
.page-1-1 .img_3 {
	height:auto;width:2.46rem;
	position:absolute;
	left:0%;
	top:-5%;
	/*margin-left:-3.2rem;*/
}
.page-1-1 .img_4 {
	height:auto;width:2.64rem;
	position:absolute;
	left:10%;
	bottom:16%;
	/*margin-left:-3.2rem;*/
}
.page-1-1 .img_5 {
	height:auto;width:2.60rem;
	position:absolute;
	right:0%;
	bottom:10%;
	/*margin-left:-3.2rem;*/
}
.page-1-1 .img_6 {
	height:auto;width:2.2rem;
	position:absolute;
	left:65%;
	bottom:25%;
	margin-left:-1.0rem;
}
.page-1-1 .img_yu {
	height:auto;width:0.7rem;
	position:absolute;
	left:23%;
	top:35%;
	z-index: 200;
}
/*浮萍*/
.page-1-1 .img_7 {
	height:auto;width:2.74rem;
	position:absolute;
	left:0;
	bottom:0;
}
.page-1-1 .img_8 {
	height:auto;width:4.38rem;
	position:absolute;
	right:0;
	bottom:0;
}
.page-1-1 .img_9 {
	height:auto;width:2.78rem;
	position:absolute;
	right:0;
	bottom:3.08rem;
}


/*1-2*/
.page-1-2 .img_7 {
	height:auto;width:1rem;
	position:absolute;
	left:7%;
	top:5%;
	/*margin-left:-1.0rem;*/
}
.page-1-2 .img_1 {
	height:auto;width:4.2rem;
	position:absolute;
	left:22%;
	top:12%;
	/*margin-left:-1.0rem;*/
}


.page-2-1 .img_1 {
	height:auto;width:0.65rem;
	position:absolute;
	left:0.3rem;
	top:0.6rem;
/*	margin-left:0.4rem;*/
	z-index:2;
}
.page-2-1 .img_2 {
	height:auto;width:0.65rem;
	position:absolute;
	left:5rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-2-1 .img_3 {
	height:auto;width:0.65rem;
	position:absolute;
	left:4.3rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-2-1 .img_4 {
	height:auto;width:0.65rem;
	position:absolute;
	left:3.6rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-2-1 .img_5 {
	height:auto;width:0.65rem;
	position:absolute;
	left:2.8rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-2-1 .img_6 {
	height:auto;width:0.65rem;
	position:absolute;
	left:2.1rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-2-1 .img_7 {
	height:auto;width:0.65rem;
	position:absolute;
	left:1.3rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-2-1 .img_8 {
	height:auto;width:0.65rem;
	position:absolute;
	left:0.6rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}

/*.page-2-2 .img_1 {
	height:auto;width:293px;
	position:absolute;
	left:50%;
	top:5%;
	margin-left:-146px;
}
.page-2-2 .img_2 {
	height:auto;width:260px;
	position:absolute;
	left:50%;
	top:75%;
	margin-left:-130px;
}
.page-2-2 .img_3 {
	height:auto;width:20px;
	position:absolute;
	left:50%;
	top:87%;
	margin-left:-10px;
}
.page-2-2 .img_6 {
	height:auto;width:25px;
	position:absolute;
	left:50%;
	top:92%;
	margin-left:-12px;
}*/
.page-3-1 .img_1 {
	height:auto;width:0.65rem;
	position:absolute;
	left:0.3rem;
	top:0.6rem;
/*	margin-left:0.4rem;*/
	z-index:2;
}
.page-3-1 .img_2 {
	height:auto;width:0.7rem;
	position:absolute;
	left:4.6rem;
	top:2.6rem;
	/*margin-left:-120px;*/
}
.page-3-1 .img_3 {
	height:auto;width:0.7rem;
	position:absolute;
	left:3.8rem;
	top:2.6rem;
	/*margin-left:-120px;*/
}
.page-3-1 .img_4 {
	height:auto;width:0.7rem;
	position:absolute;
	left:3rem;
	top:2.6rem;
	/*margin-left:-120px;*/
}
.page-3-1 .img_5 {
	height:auto;width:0.7rem;
	position:absolute;
	left:2.2rem;
	top:2.6rem;
	/*margin-left:-120px;*/
}
.page-3-1 .img_6 {
	height:auto;width:0.9rem;
	position:absolute;
	left:1.1rem;
	top:2.6rem;
	/*margin-left:-120px;*/
}




.page-4-1 .img_1 {
	height:auto;width:0.65rem;
	position:absolute;
	left:0.3rem;
	top:0.6rem;
/*	margin-left:0.4rem;*/
	z-index:2;
}
.page-4-1 .img_2 {
	height:auto;width:0.6rem;
	position:absolute;
	left:4.6rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-4-1 .img_3 {
	height:auto;width:0.6rem;
	position:absolute;
	left:4rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-4-1 .img_4 {
	height:auto;width:0.6rem;
	position:absolute;
	left:3.2rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-4-1 .img_5 {
	height:auto;width:0.6rem;
	position:absolute;
	left:2.4rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}
.page-4-1 .img_6 {
	height:auto;width:1.1rem;
	position:absolute;
	left:1.2rem;
	top:2.84rem;
	/*margin-left:-120px;*/
}


.page-5-1 .img_1 {
	height:auto;width:0.65rem;
	position:absolute;
	left:0.3rem;
	top:0.6rem;
/*	margin-left:0.4rem;*/
	z-index:2;
}
.page-5-1 .img_2 {
	height:auto;width:0.7rem;
	position:absolute;
	left:4.4rem;
	top:3rem;
	/*margin-left:-120px;*/
}
.page-5-1 .img_3 {
	height:auto;width:0.7rem;
	position:absolute;
	left:3.6rem;
	top:3rem;
	/*margin-left:-120px;*/
}
.page-5-1 .img_4 {
	height:auto;width:0.7rem;
	position:absolute;
	left:2.8rem;
	top:3rem;
	/*margin-left:-120px;*/
}
.page-5-1 .img_5 {
	height:auto;width:0.7rem;
	position:absolute;
	left:2rem;
	top:3rem;
	/*margin-left:-120px;*/
}
.page-5-1 .img_6 {
	height:auto;width:0.7rem;
	position:absolute;
	left:1.2rem;
	top:3rem;
	/*margin-left:-120px;*/
}


.page-6-1 .img_1 {
	height:auto;width:6.4rem;
	position:absolute;
	left:0;
	top:2.2rem;
/*	margin-left:0.4rem;*/
	z-index:2;
}
.page-6-1 .img_2 {
	height:auto;width:6.4rem;
	position:absolute;
	left:0;
	top:3rem;
	/*margin-left:-120px;*/
}
.page-6-1 .img_3 {
	height:auto;width:6.4rem;
	position:absolute;
	left:0;
	top:3.5rem;
	/*margin-left:-120px;*/
}
.page-6-1 .img_4 {
	height:auto;width:6.4rem;
	position:absolute;
	left:0;
	top:4rem;
	/*margin-left:-120px;*/
}
.page-6-1 .img_5 {
	height:auto;width:6.4rem;
	position:absolute;
	left:0;
	top:4.5rem;
	/*margin-left:-120px;*/
}
.page-6-1 .img_6 {
	height:auto;width:6.4rem;
	position:absolute;
	left:0;
	top:5rem;
	/*margin-left:-120px;*/
}



.page-7-1 .img_1 {
	height:auto;width:0.65rem;
	position:absolute;
	left:0.3rem;
	top:0.6rem;
/*	margin-left:0.4rem;*/
	z-index:2;
}
.page-7-1 .img_2 {
	height:auto;width:1.7rem;
	position:absolute;
	left:2.5rem;
	top:0rem;
	/*margin-left:-120px;*/
}
.page-7-1 .img_3 {
	height:auto;width:2.19rem;
	position:absolute;
	left:2.7rem;
	top:2.9rem;
	/*margin-left:-120px;*/
}
.page-7-1 .img_4 {
	height:auto;width:2.38rem;
	position:absolute;
	left:3.4rem;
	top:6.5rem;
	/*margin-left:-120px;*/
}
.page-7-1 .img_5 {
	height:100%;width:6.4rem;
	position:absolute;
	left:0rem;
	top:0rem;
	/*margin-left:-120px;*/
}