@charset "utf-8";

/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,
em,img,ins,kbd,q,samp,small,strong,sub,sup,var,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video,input{ margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;color:#333;font-style:normal; }
body{line-height:1.2;word-break:break-all}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav,ul,li{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;color:#333}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #f2f2f2;margin:15px 0 20px;padding:0}
input,select{vertical-align:middle}
html{font-size:13px}
caption{overflow:hidden;visibility:hidden;width:0;height:0;font-size:1px}
html{-webkit-text-size-adjust:none}
img { vertical-align:top; }
html,body{height:100%;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family: 'Malgun Gothic', sans-serif;}

.text-hidden {position: absolute;text-indent: -9999em;font-size: 0;}
img {max-width: 720px; width: 100%;}

#wrap {overflow: hidden; width: 100%; background: #fff;}
.container, .foot {width: 100%;}
.inner {position: relative; width: 720px; margin: 0 auto;}
div[class^="btn"] a {display: block; width: 100%; height: 100%;}

section {position: relative;}
.main {background: linear-gradient(to bottom, #F7AA7D, #f2d996 30%, #f2d996, #bed482);}
.s1 {background: #bed482 url('../images/s1_bg.jpg') center no-repeat; background-size: 1920px;}
.s2 {background: #c6de88 url('../images/s2_bg.jpg') center no-repeat; background-size: 1920px;}
.s3 {background: #bed482 url('../images/s3_bg.jpg') center no-repeat; background-size: 1920px;}
.s4 {background: #c8e28c url('../images/s4_bg.jpg') center no-repeat; background-size: 1920px;}

.main .img-box .img {position: absolute; max-width: none;}
.main .img-box .img-tit {left: 50%; top: 0%; width: 100%; transform: translateX(-50%) translateY(12px); opacity: 0;}
.main .img-box .img-card1 {left: 0; bottom: 17.9%; width: 50%; transform: translateY(200px); opacity: 0;}
.main .img-box .img-card2 {left: 50%; bottom: 17.9%; width: 50%; transform: translateY(200px); opacity: 0;}
.main .img-box .img-item1 {left: 5.5%; top: 9.3%; width: 26.945%; transform: translateX(0);}
.ani .main .img-box .img-tit {animation: opacityAni 1.2s .4s ease forwards, upDownAni .8s .6s ease-in infinite alternate;}
.ani .main .img-box .img-card1 {animation: topMoveAni .6s .6s ease forwards}
.ani .main .img-box .img-card2 {animation: topMoveAni .6s .8s ease forwards}
.ani .main .img-box .img-item1 {animation: cloudAni1 2s .3s ease-in infinite alternate;}

.section .btn {position: absolute; left: 50%; width: 91.4%; transform: translateX(-50%); text-indent: -999em;}
.s1 .btn {bottom: 5.4%; height: 7.2%; margin-left: .4%;}
.s2 .btn1 {bottom: 17.4%; height: 8.8%;}
.s2 .btn2 {bottom: 6.8%; height: 8.8%;}

.footer {background: #E5EAF0;}

.btn-floating {overflow: hidden; position: absolute; left: 50%; top: 1150px; width: 650px; background: transparent; border-radius: 24px;
  z-index: 99; transform: translateX(-50%); opacity: 0; animation: opacityAni .8s .2s ease forwards; 
  box-shadow: 10px 0 15px rgba(149,122,140,.4);}
.btn-floating.on {position: fixed; top: 39px;}
.btn-floating .btn {float: left; width: 50%; height: 100%;}
.btn-floating .btn1 {text-align: right;}
.btn-floating .btn2 {text-align: left;}
.btn-floating .btn img {max-width: 325px;}

@keyframes topMoveAni {
  0% {transform: translateY(200px); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}

@keyframes opacityAni {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes upDownAni {
  from {
    transform: translateX(-50%) translateY(12px);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes cloudAni1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(20%);
  }
}