
/* loading */
.loading { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%;}
.loading center { position: absolute; top: 50%; left: 50%; width: 24%; padding-bottom: 24%; margin: -12% 0 0 -12%; border-radius: 1em; background-color: rgba(0,0,0,0.7);}
.loading center i { -webkit-animation: roundLoop1 0.4s linear infinite; position: absolute; top: 25%; left: 25%; width: 50%; height: 50%; background-image: url(img/loading.png);}


/* alert */
.alert { -webkit-animation: ani-alert1 0.1s 0.05s linear both; position: fixed; z-index: 9990; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.alert>article { -webkit-animation: ani-alert2 0.2s 0.1s both; position: absolute; top: 50%; left: 12%; width: 76%; background: #fff; overflow: hidden; border-radius: 0.5em; box-shadow: rgba(0,0,0,0.3) 0.2em 0.2em 0.2em;}
.alert>article header { padding: 1.5em 1em; font-size: 1.2em; color: #222; line-height: 1.3em; text-align: center;}
.alert>article footer { text-align: center; line-height: 2.8em; border-top: solid #ddd 1px; font-size: 1.2em;}
.alert>article footer:active { background: #f3f3f3;}
.alert>article footer a { display: block; color: #2188ed; }
.alert_out { -webkit-animation: ani-alert1b 0.2s 0.1s linear both;}
.alert_out>article { -webkit-animation: ani-alert2b 0.2s both;}
@-webkit-keyframes ani-alert1{
    0%{ opacity: 0;}
    100%{ opacity: 1;}
}
@-webkit-keyframes ani-alert1b{
    100%{ opacity: 0;}
}
@-webkit-keyframes ani-alert2{
    0%{ -webkit-transform:translateY(50%); opacity: 0;}
    100%{ -webkit-transform:translateY(-50%); opacity: 1;}
}
@-webkit-keyframes ani-alert2b{
    0%{ -webkit-transform:translateY(-50%); opacity: 1;}
    100%{ -webkit-transform:translateY(-20%); opacity: 0;}
}


/*mute*/
.mute { -webkit-animation: ani-mute1 0.3s linear both; position: absolute; right: 0; bottom: 0; width: 12%; padding-bottom: 12%; margin: 2%; -webkit-transform: rotate(90deg);}
.mute p { -webkit-animation: roundLoop1 2s linear infinite both; padding-bottom: 100%; margin-bottom: -100%; background-image: url(img/mute.png);}
.mute.muted p { -webkit-animation: none; background-position-y: 100%;}
@-webkit-keyframes ani-mute1{
    0%{ opacity: 0;}
    100%{ opacity: 0.7;}
}


/*icon*/
[class^='ico'], [class*=' ico'] { display: inline-block; width: 27px; height: 27px; margin-right:4px;background-image: url(img/ico.png); vertical-align: middle; margin-top: -0.2em; }
.ico1 { background-position-y: 0}
.ico2 { background-position-y: 10%;}
.ico3 { background-position-y: 20%;}
.ico4 { background-position-y: 30%;}
/*.ico5 { background-position-y: 40%;}*/
/*.ico6 { background-position-y: 50%;}*/
.ico5 {background:url("/front-images/channel-101125/img/zan.png")}
.ico6 {background:url("/front-images/channel-101125/img/surp.png")}
.ico7 {background:url("/front-images/channel-101125/img/touxiao.png")}
.ico8 {background:url("/front-images/channel-101125/img/weixiao.png")}
/*.ico7 { background-position-y: 60%;}*/
/*.ico8 { background-position-y: 70%;}*/
.ico9 { background-position-y: 80%;}
.ico10 { background-position-y: 90%;}
.ico11 { background-position-y: 100%;}



.user1 {background-image:url("/front-images/channel-101125/img/users/user1.jpg")}
.user2 {background-image:url("/front-images/channel-101125/img/users/user2.jpg")}
.user3 {background-image:url("/front-images/channel-101125/img/users/user3.jpg")}
.user4 {background-image:url("/front-images/channel-101125/img/users/user4.jpg")}
.user5 {background-image:url("/front-images/channel-101125/img/users/user5.jpg")}
.user6 {background-image:url("/front-images/channel-101125/img/users/user6.jpg")}
.user7 {background-image:url("/front-images/channel-101125/img/users/user7.jpg")}
.user8 {background-image:url("/front-images/channel-101125/img/users/user8.png")}
.user9 {background-image:url("/front-images/channel-101125/img/users/user9.jpg")}


/*s1*/
.s1 { -webkit-animation: fadeIn 0.2s linear both; background: #1f2427; color: #999; height: 100%; overflow: hidden;}
.s1>* { position: absolute; top: 0; left: 0; width: 100%;}
.s1 header { -webkit-animation: fadeIn-t 0.2s 0.2s ease-out both; text-align: center; line-height: 1.2em; margin-top: 12%;}
.s1 header h3 { font-size: 1.25em; }
.s1 header h4 { margin: 4% 0 3%;}
.s1 header h4 i { display: inline-block; position: relative; width: 1em; height: 1em; line-height: 1em; margin: 0 -0.05em; vertical-align: top; font-size: 2.5em; font-weight: normal; color: #02e903; text-shadow: #237223 0 0 1px; -webkit-text-stroke: #193c20 1px;}
.s1 header h4 i:empty:after { content: ""; position: absolute; top: 50%; left: 50%; font-size: 0.3em; width: 1em; height: 1em; margin: -0.5em 0 0 -0.5em; border-radius: 1em; background: #1a1a1a; border: solid #193c20 1px;}
.s1 header h5 { opacity: 0; font-size: 1.2em; color: #666; border-bottom: solid rgba(100,100,100,0.15) 1px; margin: 0 5%; padding-bottom: 4%;}
.s1 center { display: none; top: auto; bottom: 0; padding: 4%;}
.s1 center a { display: block; background-color: #1aad19; color: #fff; font-size: 1.4em; line-height: 2.5em; letter-spacing: 0.1em; border-radius: 0.25em;}
.s1 center a:active { background-color: #1ac019;}
.s1 footer { -webkit-animation: fadeIn-b 0.2s 0.3s ease-out both; top: auto; bottom: 0; background: #1d2225;}
.s1 footer i { float: left; width: 33.3%; border-top: solid #262b2d 1px; border-left: solid #262b2d 1px; font-size: 2em; color: #666; line-height: 2em; height: 2.5em; text-align: center;}
.s1 footer i:nth-child(3n+1){ border-left: none;}
.s1 footer i:active { background: #ccc;}
.s1 ul { opacity: 0; pointer-events: none; margin-top: 35%; padding: 0 3%;}
.s1 li { float: left; position: relative; width: 14%; padding-top: 14%; margin: 0 3% 9%;}
.s1 li:after { position: absolute; top: 100%; left: 0; width: 100%; font-size: 0.9em; color: #999; line-height: 1.2em; margin-top: 8%; white-space: nowrap; text-overflow: ellipsis; text-align: center; overflow: hidden;}
.s1 li.user1:after { content: '杜家毫';}
.s1 li.user2:after { content: '凤凰卫视记者雷宇';}
.s1 li.user3:after { content: '人民日报记者吴储岐';}
.s1 li.user4:after { content: '中央电视台记者李艳君';}
.s1 li.user5:after { content: '许达哲';}
.s1 li.user6:after { content: '新华社记者史竟男';}
.s1 li.user7:after { content: '意大利24小时太阳报记者法蒂古索';}
.s1 li.user8:after { content: '长沙晚报掌上长沙记者';}
.s1 li.user9:after { content: '中国日报记者聂子瑞';}

.s1.step2 footer { -webkit-animation: ani1-2 0.2s ease-in both;}
.s1.step2 header { -webkit-animation: ani1-1 0.3s 0.2s both;}
.s1.step2 header h3 { -webkit-animation: fadeOut 0.3s 0.2s both;}
.s1.step2 header h5 { -webkit-animation: fadeIn 0.3s 0.2s both;}
.s1.step2 ul { -webkit-animation: fadeIn 0.3s 0.3s linear both;}
.s1.step2 center { -webkit-animation: fadeIn-b 0.3s 0.5s both; display: block;}

@-webkit-keyframes ani1-1{
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(-40%); }
}
@-webkit-keyframes ani1-2{
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(80%); opacity: 0; }
}



/***** s2 *****/
.s2 { background: #ebebeb; padding-bottom: 13%;}
.s2 ul { padding: 1.5em 1em 4em; }
.s2 li { display: none; position: relative; padding: 1.3em 4em; }
.s2 li:after { content: ""; display: block; clear: both; height: 0;}
.s2 li center { margin: -1.6em -3.5em 0;}
.s2 li center span { display: inline-block; background: #ccc; border-radius: 0.3em; text-align: left; padding: 0.2em 1em; line-height: 1.4em; color: #fff;}
.s2 li:nth-child(2) center span { padding: 0.5em 1em;}
.s2 li:last-child center { margin-top: 0;}
.s2 li p {
    position: relative;
    float: left;
    font-size: 1.2em;
    line-height: 1.3em;
    max-width: 95%;
    color: #000;
    background: #fff;
    border: solid #bbb 1px;
    border-radius: 0.3em;
    padding: 0.45em 0.45em;
}
.s2 li p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.5em;
    width: 1em;
    height: 1em;
    background: #fff;
    border-top: solid #bbb 1px;
    border-left: solid #bbb 1px;
    -webkit-transform: rotate(-45deg);
    margin: 1.6em 0 0 -0.6em;
}
.s2 li p i { font-size: 1.35em; }
.s2 li figure img { display: block; }
.s2 li figure a { position: relative; display: block; margin-left: -0.5em;}
.s2 li figure a s { -webkit-animation: ani-hand 1.5s 1.2s infinite both; pointer-events: none; position: absolute; left: 0; top: 0; width: 18%; padding-bottom: 18%; background-image: url(img/hand.png); margin: 10% 0 0 70%;}
.s2 li h2 { float: left; position: relative; width: 3em; height: 3em; margin: -1.3em 0 0 -4em; }
.s2 li h2:after { position: absolute; top: 0; left: 100%; margin-left: 32%; font-size: 0.9em; color: #666; line-height: 1.2em; white-space: nowrap;}
.s2 li .user1:after { content: "杜家毫";}
.s2 li .user2:after { content: "凤凰卫视记者雷宇";}
.s2 li .user3:after { content: "人民日报记者吴储岐";}
.s2 li .user4:after { content: "中央电视台记者李艳君";}
.s2 li .user5:after { content: "许达哲";}
.s2 li .user6:after { content: "新华社记者史竟男";}
.s2 li .user7:after { content: "意大利24小时太阳报记者法蒂古索";}
.s2 li .user8:after { content: "长沙晚报掌上长沙记者";}
.s2 li .user9:after { content: "中国日报记者聂子瑞";}


.s2 li.my { padding-top: 0.1em;}
.s2 li.my h2 { float: right; margin: 0 -4em 0 0; }
.s2 li.my h2:after { display: none;}
.s2 li.my p { float: right; background: #a0e75a; border-color: #bbb;}
.s2 li.my p:before { left: auto; right: 0; -webkit-transform: rotate(135deg); margin-right: -0.6em;  background: #a0e75a; border-color: #bbb;}
.s2 li.my figure img { float: right;}
.s2 li .my_name { padding-right: 1em;}

.s2input { display: none; position: fixed; top: auto; bottom: 0; min-height: 0; height: 0; padding-bottom: 12.8125%; border-top: solid #e3e3e3 1px; background-color: #ebebeb; background-image: url(img/s2-input.png); }

.s2packet { display: none; -webkit-animation: fadeIn 0.2s linear both; position: fixed; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75);}
.s2packet * { position: absolute; left: 0; top: 0; width: 100%;}
.s2packet center { -webkit-animation: scaleIn2 0.3s 0.2s both; top: 50%; padding-bottom: 110%; margin-top: -55%; background-image: url(img/s2-packet.png);}
.s2packet a { width: 10%; padding-bottom: 10%; margin: 3% 0 0 10%;}
.s2packet a+a { width: 25%; padding-bottom: 25%; margin: 60% 0 0 37.5%;}

@-webkit-keyframes ani-hand{
    0%{ -webkit-transform: translateY(100%) scale(1); opacity: 0;}
    30%, 40%{ -webkit-transform: translateY(0%) scale(1); opacity: 1;}
    50%{ -webkit-transform: translateY(0%) scale(0.92); opacity: 1;}
    60%, 70%{ -webkit-transform: translateY(0%) scale(1); opacity: 1;}
    90%, 100%{ -webkit-transform: translateY(0%) scale(1); opacity: 0;}
}


/***** s3 *****/
.s3 {background: #fff; }
.s3 h1 { padding-top: 53%; background-image: url(img/s3-head.jpg);}
.s3 h1 i { float: right; position: relative; width: 18%; padding-bottom: 18%; margin: -14% 3% 0 0; border: solid rgba(220,220,220,0.5) 2px;}
.s3 h1 i:after { position: absolute; top: 0; right: 120%; margin-top: 24%; white-space: nowrap; font-size: 1.3em; text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;}
.s3 ul { color: #000; padding: 3em 0 50%;}
.s3 li { padding: 1.25em; padding-left: 5em; border-bottom: solid #f3f3f5 1px;}
.s3 li h2 { float: left; position: relative; width: 3em; height: 3em; margin-left: -3.75em; }
.s3 li h2:after { position: absolute; top: 0; left: 100%; margin-left: 25%; font-size: 1em; color: #596d93; line-height: 1.2em; white-space: nowrap;}
.s3 li h2.user_prev { background-color: #f60;}
.s3 li h2+* { margin-top: 1.5em;}
.s3 li .user1:after { content: "李克强";}
.s3 li .user7:after { content: "工业和信息化部部长苗圩";}
.s3 li .user2:after { content: "国家食品药品监督管理总局局长毕井泉";}
.s3 li .user18:after { content: "南京老丁头";}
.s3 li .user19:after { content: "大连学生小甲";}
.s3 li .user9:after { content: "国家统计局局长宁吉喆";}
.s3 li .user20:after { content: "教育部部长陈宝生";}
.s3 li .user21:after { content: "小北漂";}

.s3 li i { font-size: 1.4em; margin-top: -0.1em;}
.s3 li p { line-height: 1.3em;}
.s3 li h6 { text-align: right; margin-top: 3%;}
.s3 li h6 i { font-size: 1.5em;}
.s3 li h6 time { float: left; font-size: 0.75em; color: #555; margin-top: 0.2em;}
.s3 li footer { display: none; position: relative; font-size: 0.85em; background: #f3f3f5; padding: 0.2em 0.75em; margin-top: 0.4em;}
.s3 li footer:before { content: ""; position: absolute; top: 0; left: 0; width: 0em; height: 0em; border: solid transparent 0.5em; border-bottom-color:#f3f3f5; margin: -0.9em 0 0 0.7em;}
.s3 li footer em { color: #596d93;}
.s3 li footer em:after { content: "，";}
.s3 li footer em:last-child:after { content: "";}
.s3 li footer em:first-child:after { content: "："; }
.s3 li footer font { color: #000;}
.s3 li footer p, .s3 li footer h5 { display: none; line-height: 1.3em; padding: 0.5em 0; }
.s3 li footer h5+p { padding-top: 0; }
.s3 li footer h5+p:before { content: ""; display: block; height: 0; margin-bottom: 0.5em; border-bottom: solid #fff 1px; border-top: solid #d8d8e0 1px; }
.s3 li footer p+p { padding-top: 0; margin-top: -0.2em;}

.s3>center {}
.s3>center a { display: block; font-size: 1.35em; line-height: 2.8em; color: #000; border-top: solid #aaa 1px;}
.s3>center a:active { background-color: #f5f5f5;}

.s3 li figure+h4 { font-size: 0.8em; color: #1f3c75; margin-top: 1.5%;}
.s3 li figure { position: relative; margin-top: 2%; width: 60%; padding-bottom: 38.37%; ratio: 0.6402877697841727%;}
.s3 li figure * { position: absolute; top: 0; left: 0; width: 100%;}


/*dh1*/
.dh1 span { overflow: hidden; height: 100%;}
.dh1 span:nth-child(1)>s { top: auto; bottom: 0; width: 1000%; height: 200%; }
.dh1 span:nth-child(1)>s s { width: 100%; height: 100%; background: url(img/dh1b.jpg) repeat-x 0 0 / auto 100%; }
.dh1 span:nth-child(2) { opacity: 0;}
.dh1 span:nth-child(2) s { width: 600%; height: 100%; background: url(img/dh1c.jpg) repeat-x 0 0 / auto 100%; }
.dh1 span:nth-child(3) { width: 150%; background-image: url(img/dh1d.png); opacity: 0;}
.dh1 span:nth-child(4) s { height: 100%; background-image: url(img/dh1.png); background-position-y: 100%;}
.dh1 span:nth-child(5) { background-image: url(img/dh1.png);}

.dh1.ani  span:nth-child(1)>s { -webkit-animation: dh1-1 8s ease-in both;  }
.dh1.ani  span:nth-child(1)>s s { -webkit-animation: dh1-2 3s 3s ease-in-out both;  }
.dh1.ani  span:nth-child(2) { -webkit-animation: fadeIn 1s 5s linear both;}
.dh1.ani  span:nth-child(2) s { -webkit-animation: dh1-4 2.5s linear infinite both;  }
.dh1.ani  span:nth-child(3) { -webkit-animation: dh1-5 3s 5s linear infinite both; }
.dh1.ani  span:nth-child(4) s { -webkit-animation: dh1-2b 3s 3s ease-in-out both;}
.dh1.ani  span:nth-child(5) { -webkit-animation: dh1-3 5s 2.8s ease-in-out both; }

@-webkit-keyframes dh1-1{
    0%{ -webkit-transform: translateX(0%); }
    100%{ -webkit-transform: translateX(-90%); }
}
@-webkit-keyframes dh1-2{
    0%{ -webkit-transform: translateY(0%); }
    100%{ -webkit-transform: translateY(50%); }
}
@-webkit-keyframes dh1-2b{
    0%{ -webkit-transform: translateY(0%); opacity: 1; }
    100%{ -webkit-transform: translateY(100%); opacity: 0; }
}
@-webkit-keyframes dh1-3{
    0%{ -webkit-transform: translateY(0%) rotate(0deg); }
    30%,50%{ -webkit-transform: translateY(-15%) rotate(-10deg); }
    100%{ -webkit-transform: translateY(-15%) rotate(-6deg); }
}
@-webkit-keyframes dh1-4{
    0%{ -webkit-transform: translateX(0%); }
    100%{ -webkit-transform: translateX(-50%); }
}
@-webkit-keyframes dh1-5{
    0%{ -webkit-transform: translateX(0%); opacity: 0; }
    12%{ -webkit-transform: translateX(-60%); opacity: 1; }
    40%, 100%{ -webkit-transform: translateX(-200%); }
}
@-webkit-keyframes dh1-5{
    0%{ -webkit-transform: translateX(100%); opacity: 0; }
    25% { -webkit-transform: translateX(-10%); opacity: 1; }
    50%, 100% { -webkit-transform: translateX(-120%); opacity: 0.5; }
}


/*dh2*/
.dh2 { width: 100% !important; padding-bottom: 15.66% !important;}
.dh2 span { height: 100%; background-image: url(img/dh2.jpg);}


/*dh3*/
.dh3 sub, .dh3 sub * { overflow: hidden; height: 100%;}
.dh3 sub { background-image: url(img/dh3.jpg); background-color: #47c6f7;}
.dh3 sub s { background-image: url(img/dh3b.png);}
.dh3 sub span:nth-child(1) s { background-position-y: 0%;}
.dh3 sub span:nth-child(2) s { background-position-y: 20%;}
.dh3 sub span:nth-child(3) s { background-position-y: 40%;}
.dh3 sub span:nth-child(5) s { background-position-y: 100%; opacity: 0;}
.dh3 sub span:nth-child(6) { background-position-y: 60%; background-image: url(img/dh3b.png); opacity: 0;}
.dh3 sub span:nth-child(6) s { background-position-y: 80%;}
.dh3 sub span:nth-child(4) s { width: 1.5em; height: 1.5em; background-image: url(img/dh3c.png); opacity: 0; }
.dh3 sub span:nth-child(4) s:nth-child(1) { margin: 20% 0 0 10%; }
.dh3 sub span:nth-child(4) s:nth-child(2) { margin: 2% 0 0 90%;}
.dh3 sub span:nth-child(4) s:nth-child(3) { margin: 30% 0 0 80%;}
.dh3 sup { padding-bottom: 100%; top: auto !important; bottom: 0;}
.dh3 sup span { height: 100%;}
.dh3 sup span s { top: auto; bottom: 0; left: 46%; width: 8%; height: 8%; background-image: url(img/dh3c.png); opacity: 0;}
.dh3 sup span:nth-child(1) { -webkit-transform: translateX(-35%) rotate(-10deg);}
.dh3 sup span:nth-child(2) { -webkit-transform: translateX(-50%) rotate(-12deg);}
.dh3 sup span:nth-child(3) { -webkit-transform: translateX(-40%) rotate(8deg);}
.dh3 sup span:nth-child(4) { -webkit-transform: translateX(30%) rotate(12deg);}
.dh3 sup span:nth-child(5) { -webkit-transform: translateX(40%) rotate(5deg);}
.dh3 sup span:nth-child(6) { -webkit-transform: translateX(35%) rotate(-10deg);}

.dh3.ani sub span:nth-child(1) s { -webkit-animation: dh3-1 4s  linear infinite both; }
.dh3.ani sub span:nth-child(2) s { -webkit-animation: dh3-1 4s -1s linear infinite both; }
.dh3.ani sub span:nth-child(3) s {-webkit-animation: dh3-1 4s -2s linear infinite both; }
.dh3.ani sub span:nth-child(5) s { -webkit-animation: fadeIn-b 0.3s 2.8s both;}
.dh3.ani sub span:nth-child(6) { -webkit-animation: fadeIn-b 0.6s 0.6s ease-out both; }
.dh3.ani sub span:nth-child(6) s { -webkit-animation: dh3-2 3s 1.5s infinite linear both; }
.dh3.ani sub span:nth-child(4) { -webkit-animation: fadeIn-b 1.5s 2s ease-out both;}
.dh3.ani sub span:nth-child(4) s { -webkit-animation: dh3-3 2.4s ease-in-out infinite both; -webkit-transform-origin: 50% 1000%;}
.dh3.ani sub span:nth-child(4) s:nth-child(1) { -webkit-animation-delay: -0.1s; }
.dh3.ani sub span:nth-child(4) s:nth-child(2) { -webkit-animation-delay: -0.8s; }
.dh3.ani sub span:nth-child(4) s:nth-child(3) { -webkit-animation-delay: -1.5s; }
.dh3.ani sup span s { -webkit-animation: dh3-4 2.4s 2 ease-in-out both; }
.dh3.ani sup span:nth-child(1) s { -webkit-animation-delay: 0.1s;}
.dh3.ani sup span:nth-child(2) s { -webkit-animation-delay: 0.5s;}
.dh3.ani sup span:nth-child(3) s { -webkit-animation-delay: 0.8s;}
.dh3.ani sup span:nth-child(4) s { -webkit-animation-delay: 1.3s;}
.dh3.ani sup span:nth-child(5) s { -webkit-animation-delay: 1.6s;}
.dh3.ani sup span:nth-child(6) s { -webkit-animation-delay: 2s;}

@-webkit-keyframes dh3-1{
    0%{ -webkit-transform: scaleX(1); }
    50%{ -webkit-transform: scaleX(2); }
    100%{ -webkit-transform: scaleX(1); }
}
@-webkit-keyframes dh3-2{
    0%, 10%{ opacity: 1; }
    11%,14%{ opacity: 0; }
    15%, 40%{ opacity: 1; }
    41%,44%{ opacity: 0; }
    45%, 100%{ opacity: 1; }
}
@-webkit-keyframes dh3-3{
    0%{ -webkit-transform: translate(0%,0%); }
    50%{ -webkit-transform: translate(0%,60%); }
    100%{ -webkit-transform: translate(0%,0%); }
}
@-webkit-keyframes dh3-4{
    0%{ -webkit-transform: translateY(0%); opacity: 0; }
    10%{ -webkit-transform: translateY(-100%); opacity: 1; }
    90%{ -webkit-transform: translateY(-2000%); opacity: 1; }
    100%{ -webkit-transform: translateY(-2000%); opacity: 0; }
}


/*dh4*/
.dh4 { background-color: #fafafa;}
.dh4 sub, .dh4 sub * { overflow: hidden; height: 100%;}
.dh4 sub * { background-image: url(img/dh4.png);}
.dh4 sub span:nth-child(2) { background-position-y: 0%;}
.dh4 sub span:nth-child(3) { background-position-y: 25%;}
.dh4 sub span:nth-child(4) { background-position-y: 50%; opacity: 0;}
.dh4 sub span:nth-child(5) { background-position-y: 75%;}
.dh4 sub span:nth-child(1) { top: auto; bottom: 0; width: 200%; height: 0; padding-bottom: 200%;}
.dh4 sub span:nth-child(1) s { width: 100%; height: 100%; background-image: url(img/dh4b.png);}
.dh4 sup { overflow: hidden; width: 220% !important; padding-bottom: 220%; margin: -130% 0 0 -42%; opacity: 0; }
.dh4 sup span { top: auto; bottom: 0; width: 200%; height: 200%; background: url(img/dh4b.png) repeat 0 0 / 50% auto;}

.dh4.ani sub span:nth-child(2) { -webkit-animation: fadeIn-l 0.3s both; }
.dh4.ani sub span:nth-child(3) { -webkit-animation: fadeIn-r 0.3s 0.3s both;}
.dh4.ani sub span:nth-child(4) { -webkit-animation: scaleIn2 0.5s 2s both;  -webkit-transform-origin: 50% 75%;}
.dh4.ani sub span:nth-child(5) { -webkit-animation: fadeIn-b 0.4s 0.6s both; }
.dh4.ani sub span:nth-child(1) { -webkit-animation: fadeIn 0.2s 4s linear both; }
.dh4.ani sub span:nth-child(1) s { -webkit-animation: dh4-1 1s linear infinite both; }
.dh4.ani sup { -webkit-animation: dh4-2 4s 1s linear both; }
.dh4.ani sup span { -webkit-animation: dh4-1 1s linear infinite both; }

@-webkit-keyframes dh4-1{
    0%{ -webkit-transform: translate(0%, 0%); }
    100%{ -webkit-transform: translate(-30%, 50%); }
}
@-webkit-keyframes dh4-2{
    0%{ opacity: 0; }
    10%, 80%{ opacity: 1; }
    100%{ opacity: 0; }
}


/*dh5*/
.dh5 sub, .dh5 sub * { height: 100%;}
.dh5 sub span { background-image: url(img/dh5.jpg);}
.dh5 sup { width: 70% !important; padding-bottom: 70%; margin: 18% 0 0 10%; opacity: 0;}
.dh5 sup span { height: 100%; background-image: url(img/dh5b.png); margin-top: -25%;}
.dh5>s { height: 100%; background-image: url(img/dh5.jpg); background-position-y: 100%; opacity: 0;}

.dh5.ani sub span { -webkit-animation: dh5-1 7s steps(1, end) both; }
.dh5.ani sup { -webkit-animation: dh5-3 7s 1.4s ease-in both; }
.dh5.ani sup span { -webkit-animation: dh5-2 0.2s steps(1, end) infinite both; }
.dh5.ani>s { -webkit-animation: fadeIn 1s 7s linear both;}

@-webkit-keyframes dh5-2{
    0%{ background-position-y: 0%;}
    33.3%{ background-position-y: 50%;}
    66.6%{ background-position-y: 100%;}
    100%{ background-position-y: 0%;}
}
@-webkit-keyframes dh5-3{
    0% { -webkit-transform: translateY(0%); opacity: 0;}
    10% { -webkit-transform: translateY(0%); opacity: 1;}
    90% { -webkit-transform: translateY(-600%); opacity: 1;}
    100% { -webkit-transform: translateY(-600%); opacity: 0;}
}
@-webkit-keyframes dh5-1{
    0%{ background-position-y: 0%;}
    2%{ background-position-y: 2%;}
    4%{ background-position-y: 4%;}
    6%{ background-position-y: 6%;}
    8%{ background-position-y: 8%;}
    10%{ background-position-y: 10%;}
    12%{ background-position-y: 12%;}
    14%{ background-position-y: 14%;}
    16%{ background-position-y: 16%;}
    18%{ background-position-y: 18%;}
    20%{ background-position-y: 20%;}
    22%{ background-position-y: 22%;}
    24%{ background-position-y: 24%;}
    26%{ background-position-y: 26%;}
    28%{ background-position-y: 28%;}
    30%{ background-position-y: 30%;}
    32%{ background-position-y: 32%;}
    34%{ background-position-y: 34%;}
    36%{ background-position-y: 36%;}
    38%{ background-position-y: 38%;}
    40%{ background-position-y: 40%;}
    42%{ background-position-y: 42%;}
    44%{ background-position-y: 44%;}
    46%{ background-position-y: 46%;}
    48%{ background-position-y: 48%;}
    50%{ background-position-y: 50%;}
    52%{ background-position-y: 52%;}
    54%, 100%{ background-position-y: 54%;}
}

.dh5_shake { -webkit-animation: dh5_shake 0.4s 0.4s 7 linear both;}
@-webkit-keyframes dh5_shake{
    0% { -webkit-transform: translate(0%, 0%);}
    20% { -webkit-transform: translate(1%, 0.5%);}
    40% { -webkit-transform: translate(-0.5%, 0%);}
    60% { -webkit-transform: translate(0.5%, -0.5%);}
    80% { -webkit-transform: translate(-0.5%, 0.3%);}
    100% { -webkit-transform: translate(0%, 0%);}
}

/*dh6*/
.dh6 { width: 86% !important; padding-bottom: 25% !important;}
.dh6 span { width: 30% !important; padding-bottom: 30%; overflow: hidden; background-image: url(img/dh6.jpg); background-position-y: 999%;}
.dh6 span s { height: 100%; background-image: url(img/dh6.jpg);}
.dh6 span:nth-child(1) s { background-position-y: 20%;}
.dh6 span:nth-child(1) s+s { background-position-y: 0%;}
.dh6 span:nth-child(2) { left: 33%; -webkit-animation-delay: 0.2s; }
.dh6 span:nth-child(2) s { background-position-y: 60%; }
.dh6 span:nth-child(2) s+s { background-position-y: 40%; }
.dh6 span:nth-child(3) { left: 66%; }
.dh6 span:nth-child(3) s { background-position-y: 100%;}
.dh6 span:nth-child(3) s+s { background-position-y: 80%; }

.dh6.ani span { -webkit-animation: dh6-2a 6s linear infinite both; }
.dh6.ani span s { -webkit-animation: dh6-1 6s linear infinite both; }
.dh6.ani span s:first-child { -webkit-animation-delay: 3s;}
.dh6.ani span:nth-child(1) { -webkit-animation-name: dh6-2a; }
.dh6.ani span:nth-child(2) { -webkit-animation-name: dh6-2b; -webkit-animation-delay: 0.2s; }
.dh6.ani span:nth-child(2) s { -webkit-animation-delay: 3.2s;}
.dh6.ani span:nth-child(2) s+s { -webkit-animation-delay: 0.2s;}
.dh6.ani span:nth-child(3) { -webkit-animation-name: dh6-2c; -webkit-animation-delay: 0.4s; }
.dh6.ani span:nth-child(3) s { -webkit-animation-delay: 3.4s;}
.dh6.ani span:nth-child(3) s+s { -webkit-animation-delay: 0.4s;}

@-webkit-keyframes dh6-1{
    0%, 40% { -webkit-transform: scale(1); opacity: 1;}
    50%, 100% { -webkit-transform: scale(1.5); opacity: 0;}
}
@-webkit-keyframes dh6-2a{
    0%, 50% { background-position-y: 20%;}
    50.1%, 100% { background-position-y: 0%;}
}
@-webkit-keyframes dh6-2b{
    0%, 50% { background-position-y: 60%;}
    50.1%, 100% { background-position-y: 40%;}
}
@-webkit-keyframes dh6-2c{
    0%, 50% { background-position-y: 100%;}
    50.1%, 100% { background-position-y: 80%;}
}


/*dh7*/
.dh7 { background-color: #f9f9f9; }
.dh7 * { height: 100%;}
.dh7 sub { overflow: hidden; background-color: #f9f9f9;}
.dh7 sub s { background-position-y: 0 !important;}
.dh7 s { background-image: url(img/dh7.png);}
.dh7 s:nth-child(1) { background-position-y: 50%;}
.dh7 s:nth-child(2) { background-position-y: 100%;}
.dh7 s:nth-child(3), .dh7 s:nth-child(4) { width: 16.6%; padding-bottom: 16.6%; height: 0; background-image: url(img/dh7b.png); margin: 30% 0 0 19%;}
.dh7 s:nth-child(4) { margin-left: 68%;}

.dh7.ani s:nth-child(3), .dh7.ani s:nth-child(4) { -webkit-animation: dh7-2 3s ease-in infinite both; }
.dh7.ani s:nth-child(4) { margin-left: 68%;}
.dh7.ani span { -webkit-animation: dh7-1 3s ease-in infinite both;}

@-webkit-keyframes dh7-1{
    0%, 40% { -webkit-transform: translateX(0%);}
    100% { -webkit-transform: translateX(250%);}
}
@-webkit-keyframes dh7-2{
    0%, 40% { -webkit-transform: rotate(0deg);}
    100% { -webkit-transform: rotate(2000deg);}
}
@-webkit-keyframes dh7-3{
    0% { opacity: 0;}
    10%, 100% { opacity: 1;}
}


/*dh8*/
.dh8 { background: #fff; padding-bottom: 41.35% !important;  ratio: 0.6892857142857143;}
.dh8 * { height: 100%;}
.dh8 s { background-image: url(img/dh8b.png);}
.dh8 sub { background-image: url(img/dh8.jpg);}
.dh8 sub s { display: none; }
.dh8 sup { height: 0; padding-bottom: 71.42857142857143%; background-color: #fff; opacity: 0;}

.dh8.ani sup { -webkit-animation: dh8-2 4s linear infinite both; }
.dh8.ani sup span { -webkit-animation: dh8-3 4s ease-in infinite both; }
.dh8.ani sup s { -webkit-animation: dh8-4 0.2s steps(1,end) infinite both; }

@-webkit-keyframes dh8-1{
    0% { opacity: 0; }
    3%, 100% { opacity: 1;  }
}
@-webkit-keyframes dh8-2{
    0%, 35% { opacity: 0;}
    55%, 100% { opacity: 1; background-position-y: -999%; }
}
@-webkit-keyframes dh8-3{
    0%, 55% { -webkit-transform: translate(0%, 0%) scale(1); opacity: 1; }
    90%, 100% { -webkit-transform: translate(-150%, 50%) scale(1.6); opacity: 1; }
}
@-webkit-keyframes dh8-4{
    0% { background-position-y: 0%;}
    33.33% { background-position-y: 50%;}
    66.66% { background-position-y: 100%;}
    100% { background-position-y: 0%;}
}



/***** s4 *****/
.s4 { position: fixed;}
.s4 * { position: absolute; top: 0; left: 0; width: 100%;}
.s4 figure { -webkit-animation: fadeIn 0.2s linear both; height: 100%; background-color: rgba(0,0,0,0.75);}
.s4 figure p { -webkit-animation: fadeIn-b 0.3s 0.1s both; padding-bottom: 56.25%; background-image: url(img/s4-4.jpg); }
.s4 figure.type2 p { -webkit-animation-name: fadeIn-t; top: auto; bottom: 0; background-position-y: 100%; margin-bottom: 1%;}




/***** 动画效果 *****/
.no_animation { -webkit-animation: none !important;}
@-webkit-keyframes Zindex { 0%{ -webkit-transform: skewX(0); }}
@-webkit-keyframes fadeIn{
    0%{ opacity: 0;}
    100%{ opacity: 1;}
}
@-webkit-keyframes fadeOut{
    0%{ opacity: 1;}
    100%{ opacity: 0;}
}
@-webkit-keyframes fadeIn-t{
    0%{ -webkit-transform: translateY(-50%); opacity: 0;}
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-webkit-keyframes fadeIn-b{
    0%{ -webkit-transform: translateY(50%); opacity: 0;}
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-webkit-keyframes fadeIn-l{
    0%{ -webkit-transform: translateX(-50%); opacity: 0;}
    100%{ -webkit-transform: translateX(0); opacity: 1;}
}
@-webkit-keyframes fadeIn-r{
    0%{ -webkit-transform: translateX(50%); opacity: 0;}
    100%{ -webkit-transform: translateX(0); opacity: 1;}
}
@-webkit-keyframes fadeIn-lt{
    0%{ -webkit-transform: translate(-50%, -50%); opacity: 0;}
    100%{ -webkit-transform: translate(0%, 0%); opacity: 1;}
}
@-webkit-keyframes fadeIn-rt{
    0%{ -webkit-transform: translate(50%, -50%); opacity: 0;}
    100%{ -webkit-transform: translate(0%, 0%); opacity: 1;}
}
@-webkit-keyframes fadeIn-lb{
    0%{ -webkit-transform: translate(-50%, 50%); opacity: 0;}
    100%{ -webkit-transform: translate(0%, 0%); opacity: 1;}
}
@-webkit-keyframes fadeIn-rb{
    0%{ -webkit-transform: translate(50%, 50%); opacity: 0;}
    100%{ -webkit-transform: translate(0%, 0%); opacity: 1;}
}
@-webkit-keyframes scaleIn1{
    0%{ -webkit-transform: scale(4); opacity: 0;}
    100%{ -webkit-transform: scale(1); opacity: 1;}
}
@-webkit-keyframes scaleIn1b{
    0%{ -webkit-transform: scale(6); opacity: 0;}
    100%{ -webkit-transform: scale(1); opacity: 1;}
}
@-webkit-keyframes scaleIn2{
    0%{ -webkit-transform: scale(0.3); opacity: 0;}
    70%{ -webkit-transform: scale(1.2); opacity: 1;}
    100%{ -webkit-transform: scale(1); opacity: 1;}
}
@-webkit-keyframes scaleLoop1{
    0%{ -webkit-transform: scale(1); }
    50%{ -webkit-transform: scale(1.1); }
    100%{ -webkit-transform: scale(1); }
}
@-webkit-keyframes scaleLoop2{
    0%{ -webkit-transform: scale(1); }
    50%{ -webkit-transform: scale(0.9); }
    100%{ -webkit-transform: scale(1); }
}
@-webkit-keyframes roundLoop1{
    0%{ -webkit-transform: rotate(0deg); }
    100%{ -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes roundLoop2{
    0%{ -webkit-transform: rotate(0deg); }
    100%{ -webkit-transform: rotate(-360deg); }
}
@-webkit-keyframes flashLoop1{
    0%{ opacity: 1; }
    50%{ opacity: 0; }
    100%{ opacity: 1; }
}
@-webkit-keyframes flashLoop1b{
    0%{ opacity: 1; }
    50%{ opacity: 0.5; }
    100%{ opacity: 1; }
}
@-webkit-keyframes flashLoop2{
    0%{ opacity: 0; }
    50%{ opacity: 1; }
    100%{ opacity: 0; }
}
@-webkit-keyframes flashLoop2b{
    0%{ opacity: 0.5; }
    50%{ opacity: 1; }
    100%{ opacity: 0.5; }
}
@-webkit-keyframes lineIn1{
    0%{ width: 0; }
    100%{ width: 100%; }
}
@-webkit-keyframes lineIn2{
    0%{ height: 0; }
    100%{ height: 100%; }
}