/*public*/
html,body,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,a,abbr,b,em,i,img,samp,span,strong,sub,sup,tt,var,input,select{margin:0;padding:0}
input,img{border:0;outline:none}
html,body{width:100%;height:100%;overflow:hidden}
input,select{outline:none}
/* set image max width to 100% */
img,video{max-width:100%;height:auto;width:auto\9;/* ie8 */}
/* set html5 elements to block */
body{background:#fff;font-family: 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', 'sans-serif';color:#2d2d2d;word-wrap:break-word;word-break:break-all;height:100%;background-size:600px 100%;}
body div,body p{margin:0 auto;word-break:normal;}
address,cite,dfn,em,var{font-style:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
a{color:#026acb;text-decoration:none;outline:none}
a:hover{text-decoration:none}
/* list */
ul,ol{list-style:none;}

/*Align*/
.alg_r{text-align:right}
.alg_c{text-align:center}

.box{position:relative;width:600px;height:100%;}
#fullpage{background:#fff;}
.section{background:#3F0099;}
/*music*/
#viose{cursor: pointer;position: fixed;display: inline-block;top: 20px;right: 20px;z-index: 9999;}

/*loading*/
#loading{background:#3F0099;text-align:center;width:600px;height:80%;position:relative;z-index:99999;margin: 0 auto;padding-top: 50%;}
#loading img{position:absolute;top:50%;left:50%;width:100px;height:100px;margin-left:-50px;margin-top:-50px;}

/*next and prev*/
#next{position: fixed;display: inline-block;cursor:pointer;right: 13%;bottom: 39%;z-index: 111;}
#prev{position: fixed;display: inline-block;cursor:pointer;right: 13%;bottom: 47%;z-index: 111;}

/*fm*/
.fm{background:url(../images/fm_bg.jpg) center no-repeat;background-size:600px 100%;max-height:1080px;}
#fm_bt{position: absolute;width: 100%;top: 20%;left: 0;display: none;}
#fm_bt1{position: absolute;width: 100%;top: 20%;left: 0;display: none;}
#fm_p{position: absolute;width: 100%;bottom: -1%;left: 0;display: none;}
#fm_logo{position: absolute;width: 100%;top: 4%;left: 0%;}
.down img{width: 100%}

/*p1*/
.nr{background:url(../images/nr_bg.jpg) center no-repeat;background-size:600px 100%;max-height:1080px;}
#p1_1{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
#p1_2{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
#p1_3{position: absolute;width: 100%;bottom: -1%;left: 0;display: none;}

/*p2*/
#sec2 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
#sec2_1 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
#sec2_2 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p3*/
#sec3 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p4*/
#sec4 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p5*/
/*p6*/
#sec6 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p7*/
#sec7 .box_con{position: absolute;width: 100%;top: 10%;left: 0;display: none;}
#sec7 .box_con2{position: absolute;width: 100%;top: 30%;left: 0;display: none;}
/*p8*/
#sec8 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p9*/
#sec9 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p10*/
#sec10 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p11*/
#sec11 .box_con{position: absolute;width: 100%;top: 3%;left: 0;display: none;}
/*p12*/
#sec5 .box_con2{position: absolute;width: 100%;top: 23%;left: 0;display: none;}

#sec5 .box_con{position: absolute;width: 100%;left: 0;display: none;}
#p12_1,#p12_2{top: 15%;}
#p12_3{bottom: 10%;}
#p12_4 p{text-align: center;font-size: 18px;color: #DAF2FF;font-family: 'Microsoft YaHei';padding-top: 10px;}
#cp{position: absolute;width: 100%;left: 0;display: none;bottom: 35%;color: #fff;}
#cp p{text-align: center;color: #fff;font-size: 16px;}
/*向下翻页箭头*/

/*animate*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*向下翻页箭头*/
.down{position: absolute;bottom:20px;left:50%;width:40px;margin-left:-20px;height:40px;-webkit-animation: opa_btm 1.5s ease-in-out;animation: opa_btm 1.5s ease-in-out;}
.down samp{display:inline-block;width:40px;height:40px;-webkit-animation: start 1.5s infinite ease-in-out;animation: start 1.5s infinite ease-in-out;background:url(../images/down.gif)center no-repeat;background-size: 100% auto;}
#down0,#down1,#down2,#down3,#down4,#down5,#down6,#down7,#down8,#down9,#down10,#down11,#down12,#down13{display: none;}
@-webkit-keyframes opa_btm {0%,25% {opacity: 0;-webkit-transform: translate(0,20px);}}
@keyframes opa_btm {0%,25% {opacity: 0;transform: translate(0,20px);}}

@-webkit-keyframes start {0%,30% {opacity: 0;-webkit-transform: rotate(180deg) translate(0,-10px);}60% {opacity: 1;-webkit-transform: rotate(180deg) translate(0,0);}100% {opacity: 0;-webkit-transform: rotate(180deg) translate(0,5px);}}
@keyframes start {0%,30% {opacity: 0;transform: rotate(180deg) translate(0,-10px);}60% {opacity: 1;transform: rotate(180deg) translate(0,0);}100% {opacity: 0;transform: rotate(180deg) translate(0,5px);}}

/*媒体查询*/
/*iphone6s*/
@media screen and (max-width:600px){
    body{background-size:100% 100%}
    #loading{width: 100%;}
    #next,#prev{display: none;}
    #fullpage{width:100%}
    .fm,.nr,.fd{background-size:100% 100%;}
    .box{width:100%}
    #viose{top: 10px;right: 10px;}

    #cp p{text-align: center;color: #4390a9;font-size: 14px;}
}
/*iphone6s qq*/
@media screen and (max-width:414px) and (max-height: 636px){

}
/*iphone6*/
@media screen and (max-width:375px){
    #fd_wx p{font-size: 16px;}
}
/*iphone6 qq*/
@media screen and (max-width:375px) and (max-height: 567px){

}
/*android*/
@media screen and (max-width:360px){

}
/*android qq*/
@media screen and (max-width:360px) and (max-height: 540px){

/*iphone5*/
@media screen and (max-width:320px){
}
/*iphone5 qq*/
@media screen and (max-width:320px) and (max-height: 468px){
    #fd_cp{top: 33%;}
}
