@media only screen and (max-width: 1080px), only screen and (max-device-width:1080px) {
  html,body {
      font-size:57.599999999999994px;
  }
}
  @media only screen and (max-width: 960px), only screen and (max-device-width:960px) {
  html,body {
      font-size:51.2px;
  }
}
  @media only screen and (max-width: 800px), only screen and (max-device-width:800px) {
  html,body {
      font-size:42.666666666666664px;
  }
}
  @media only screen and (max-width: 720px), only screen and (max-device-width:720px) {
  html,body {
      font-size:38.4px;
  }
}
  @media only screen and (max-width: 640px), only screen and (max-device-width:640px) {
  html,body {
      font-size:34.13333333333333px;
  }
}
  @media only screen and (max-width: 600px), only screen and (max-device-width:600px) {
  html,body {
      font-size:32px;
  }
}
  @media only screen and (max-width: 540px), only screen and (max-device-width:540px) {
  html,body {
      font-size:28.799999999999997px;
  }
}
  @media only screen and (max-width: 480px), only screen and (max-device-width:480px) {
  html,body {
      font-size:25.6px;
  }
}
  @media only screen and (max-width: 414px), only screen and (max-device-width:414px) {
  html,body {
      font-size:22.080000000000002px;
  }
}
  @media only screen and (max-width: 400px), only screen and (max-device-width:400px) {
  html,body {
      font-size:21.333333333333332px;
  }
}
  @media only screen and (max-width: 375px), only screen and (max-device-width:375px) {
  html,body {
      font-size:20px;
  }
}
  @media only screen and (max-width: 360px), only screen and (max-device-width:360px) {
  html,body {
      font-size:19.2px;
  }
}
  @media only screen and (max-width: 320px), only screen and (max-device-width:320px) {
  html,body {
      font-size:17.066666666666666px;
  }
}
  @media only screen and (max-width: 240px), only screen and (max-device-width:240px) {
  html,body {
      font-size:12.8px;
  }
}
/**
* @Author: minihui
* @Date:   2017-01-19-Thu-09-01-41
* @Last modified by:   minihui
* @Last modified time: 2017-02-16-Thu-10-22-21
* @Copyright: Copyright © 2000 - 2017 XINHUANET.com　All Rights Reserved.
制作单位：新华网股份有限公司　　版权所有 新华网股份有限公司
*/

.oh {
 overflow: hidden;
}

.os {
 overflow: scroll;
}

.ov {
 overflow: visible;
}

.bgnr {
 background-repeat: no-repeat;
}

.bgr {
 background-repeat: repeat;
}

.bgrx {
 background-repeat: repeat-x;
}

.bgry {
 background-repeat: repeat-y;
}

.bgCover {
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
}

.pr {
 position: relative;
}

.pa {
 position: absolute;
}

.opa1 {
 opacity: 1;
}

.opa0 {
 opacity: 0;
}

body {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.container {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background-color: #fff;
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 transition-timing-function: linear;
}

.container.reduction {
 -webkit-filter: blur(0.1rem);
 filter: blur(0.1rem);
 -webkit-transform: translate(0, 31%) scale3d(0.92, 0.92, 1);
 -moz-transform: translate(0, 31%) scale3d(0.92, 0.92, 1);
 transform: translate(0, 31%) scale3d(0.92, 0.92, 1);
}


/*.container.reduction:before{
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top:0;
 content: "";
 background: url(../img/cover.png) 0 0 repeat;
 z-index: 10;
}*/

.container .cover {
 display: none;
}

.container.reduction .cover {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 99;
 display: block;
}

.nav {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 0;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/bg.png");
 -webkit-background-size: 100% 100%;
 -moz-background-size: 100% 100%;
 background-size: 100% 100%;
 opacity: 0;
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 transition-timing-function: linear;
}

.bg-blue {
 opacity: 1;
}

.nav .nav-logo {
 width: 9.7rem;
 height: 5.4rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/navlogo.png");
 -webkit-background-size: 100% 100%;
 -moz-background-size: 100% 100%;
 background-size: 100% 100%;
 position: absolute;
 left: 50%;
 top: 0;
 margin-left: -4.85rem;
}

.nav ul {
 width: 100%;
 margin: 24% auto 0;
 overflow: hidden;
}

.nav li {
 width: 33.33%;
 text-align: center;
 font-size: 1rem;
 line-height: 2.85rem;
 float: left;
 position: relative;
}

.nav li a {
 color: #fff;
}

.nav .on:before {
 content: "";
 width: 50%;
 height: 0.2rem;
 background-color: #fff;
 /* opacity: 0.8; */
 position: absolute;
 z-index: 2;
 left: 50%;
 margin-left: -25%;
 bottom: 0.4rem;
}


/*******************************************************************************
                      page1:首页
*******************************************************************************/

.loading {
 width: 9.6rem;
 height: 4.1rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/loading.png");
 background-repeat: no-repeat;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -4.8rem;
 margin-top: -2.05rem;
 z-index: 99;
}

.page1 {
 width: 100%;
 height: 100%;
}

.page1-bg {
 width: 100%;
 height: 100%;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page1bg.png");
 -webkit-background-size: 100% auto;
 -moz-background-size: 100% auto;
 background-size: 100% auto;
 background-repeat: repeat-y;
 position: absolute;
 left: 0;
 top: 0;
}

.page1-bg-lineLeft {
 width: 3.6rem;
 height: 4.45rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page1lineleft.png");
 -webkit-background-size: 100% 100%;
 -moz-background-size: 100% 100%;
 background-size: 100% 100%;
 position: absolute;
 left: 0;
 bottom: 8.75rem;
 -webkit-transform: translate3d(-100%, 150%, 0);
 -moz-transform: translate3d(-100%, 150%, 0);
 transform: translate3d(-100%, 150%, 0);
}

.page1-bg-lineRight {
 width: 10.275rem;
 height: 14.225rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page1lineright.png");
 -webkit-background-size: 100% 100%;
 -moz-background-size: 100% 100%;
 background-size: 100% 100%;
 position: absolute;
 right: 0;
 top: 0;
 -webkit-transform: translate3d(100%, -150%, 0);
 -moz-transform: translate3d(100%, -150%, 0);
 transform: translate3d(100%, -150%, 0);
}

.page1 .page-cont {
 width: 100%;
 height: 100%;
}

.page1 .page-cont .swiper-container {
 width: 100%;
 height: 100%;
}

.page1 .page-cont .swiper-slide {
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.page1 .page-cont .swiper-pagination-bullet {
 opacity: 1;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 background-color: #0099ff;
}

.page1 .page-cont .swiper-pagination-bullet-active {
 background-color: #1080f2;
 position: relative;
 margin: 0 0.6rem;
}

.page1 .page-cont .swiper-pagination-bullet-active:before {
 content: "";
 width: 100%;
 height: 100%;
 border: 1px solid #0099ff;
 width: 0.9rem;
 height: 0.9rem;
 position: absolute;
 left: -0.3rem;
 top: -0.3rem;
}

.page1-slide-topic {
 width: 88%;
 font-size: 1.95rem;
 line-height: 2rem;
 font-weight: bold;
 color: #000;
 position: absolute;
 left: 50%;
 top: 18%;
 margin-left: -44%;
 z-index: 2;
}

.page1-slide-topic-o {
 -webkit-transform: translate3d(-200%, 0, 0);
 -moz-transform: translate3d(-200%, 0, 0);
 transform: translate3d(-200%, 0, 0);
}

.page1-slide-tit {
 width: 88%;
 max-height: 3.15rem;
 font-size: 1.2rem;
 line-height: 1.75rem;
 color: #000;
 position: absolute;
 left: 50%;
 top: 31.5%;
 margin-left: -44%;
 z-index: 2;
}

.page1-slide-tit a {
 color: #000;
}

.page1-slide-tit-o {
 -webkit-transform: translate3d(150%, 0, 0);
 -moz-transform: translate3d(150%, 0, 0);
 transform: translate3d(150%, 0, 0);
}

.page1-slide-tit:before {
 content: "";
 width: 2.95rem;
 height: 0.075rem;
 background-color: #0081ff;
 position: absolute;
 top: -0.875rem;
 left: 0;
}

.page1-slide-enter {
 width: 5.3rem;
 height: 1.75rem;
 border: 1px solid #0081ff;
 position: absolute;
 left: 6%;
 top: 44.5%;
 text-align: center;
 font-size: 0.95rem;
 line-height: 1.75rem;
 color: #0081ff;
 z-index: 2;
}

.page1-slide-enter a {
 color: #0081ff;
}

.page1-slide-enter-o {
 -webkit-transform: translate3d(-150%, 0, 0);
 -moz-transform: translate3d(-150%, 0, 0);
 transform: translate3d(-150%, 0, 0);
}

.page1-slide-enter:before {
 content: "";
 width: 100%;
 height: 100%;
 background-color: #0081ff;
 opacity: 0.07;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 0;
 pointer-events: none;
}

.page1-slide-person {
 width: 92%;
 height: auto;
 position: absolute;
 bottom: -3rem;
 left: 50%;
 margin-left: -46%;
 z-index: 1;
}

.page1-slide-person img {
 width: 100%;
 height: auto;
}

.page1-slide-person-o {
 -webkit-transform: translate3d(0, 150%, 0);
 -moz-transform: translate3d(0, 150%, 0);
 transform: translate3d(0, 150%, 0);
}

.page1-slide-play {
 width: 2.65rem;
 height: 2.65rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page1play.png");
 background-size: 98% 98%;
 background-repeat: no-repeat;
 background-position: center center;
 position: absolute;
 left: 50%;
 bottom: 15%;
 margin-left: -1.325rem;
 z-index: 2;
}

.page1-mask {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 90;
}

.page1-mask iframe {
 width: 100%;
 height: 11.6rem;
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -5.8rem;
 border: 0;
 z-index: 3;
}

.page1-slide-close {
 width: 2.65rem;
 height: 2.65rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page1stop.png");
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -1.325rem;
 margin-top: 10.275rem;
 z-index: 3;
}

.page1-mask:before {
 content: "";
 width: 100%;
 height: 100%;
 background-color: #000;
 opacity: 0.7;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
}

.page1-logo {
 width: 4.575rem;
 height: 1.95rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page1logo.png");
 -webkit-background-size: 98% auto;
 -moz-background-size: 98% auto;
 background-size: 98% auto;
 background-repeat: no-repeat;
 background-position: center center;
 position: absolute;
 left: 3.5rem;
 top: 1.25rem;
 z-index: 2;
}


/*******************************************************************************
                      menu按钮
*******************************************************************************/

.menuBox {
 width: 2.25rem;
 height: 2.25rem;
 position: absolute;
 left: 0.725rem;
 top: 0.9rem;
 z-index: 2;
}

.menuBtn {
 width: 1.4rem;
 height: 0.15rem;
 position: absolute;
 left: 0.425rem;
 top: 1.1rem;
 z-index: 2;
}

.menuBtn:before {
 content: "";
 width: 1.4rem;
 height: 0.15rem;
 background-color: #0099ff;
 position: absolute;
 left: 0;
 top: -0.5rem;
 z-index: 2;
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 transition-timing-function: linear;
}

.menuBtn-middle {
 width: 1.4rem;
 height: 0.15rem;
 background-color: #0099ff;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
 opacity: 1;
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 transition-timing-function: linear;
}

.menuBtn:after {
 content: "";
 width: 1.4rem;
 height: 0.15rem;
 background-color: #0099ff;
 position: absolute;
 left: 0;
 top: 0.5rem;
 z-index: 2;
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 transition-timing-function: linear;
}

.menuBox.open {
 background-color: rgba(255, 255, 255, 0.2);
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.open .menuBtn-middle {
 opacity: 0;
 background-color: #fff;
}

.open .menuBtn:before {
 -webkit-transform: rotate(135deg) translate(0.3rem, -0.35rem);
 -moz-transform: rotate(135deg) translate(0.3rem, -0.35rem);
 -ms-transform: rotate(135deg) translate(0.3rem, -0.35rem);
 transform: rotate(135deg) translate(0.3rem, -0.35rem);
 background-color: #fff;
}

.open .menuBtn:after {
 -webkit-transform: rotate(-135deg) translate(0.35rem, 0.425rem);
 -moz-transform: rotate(-135deg) translate(0.35rem, 0.425rem);
 -ms-transform: rotate(-135deg) translate(0.35rem, 0.425rem);
 transform: rotate(-135deg) translate(0.35rem, 0.425rem);
 background-color: #fff;
}


/*******************************************************************************
                      page2:会客厅
*******************************************************************************/

.page2bg {
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page2bg.png");
 -webkit-background-size: 100% auto;
 -moz-background-size: 100% auto;
 background-size: 100% auto;
 overflow: hidden;
}


/*.page2bg .reduction {
background-color: #fff;
}*/

.page2 {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.page2 .page-cont {
 width: 100%;
 padding-top: 4rem;
 margin: 0 auto;
 position: relative;
}

.page2 .page-cont .swiper-container {
 width: 100%;
 height: 100%;
 overflow: visible;
}

.page2 .page-cont .page2-imgList {
 width: 92%;
 margin: 0 auto;
 position: relative;
}

.page2 .page-cont .page2-imgList li {
 width: 5.7rem;
 height: 5.7rem;
 margin-right: 0.05rem;
 margin-bottom: 0.05rem;
 float: left;
 position: relative;
 z-index: 1;
}

.page2 .page-cont .page2-imgList li:first-child {
 margin-left: 5.75rem;
}

.page2 .page-cont .page2-imgList li.clicked {
 z-index: 10;
}

.page2 .page-cont .page2-slide-img {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -50%;
 margin-top: -50%;
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 transition-timing-function: linear;
}

.page2 .page-cont .page2-slide-img img {
 width: 100%;
 height: 100%;
}

.page2 .page-cont .page2-slide-img:before {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
 background-color: #000;
 opacity: 0.45;
}

.page2 .page-cont .clicked .page2-slide-img {
 -webkit-transform: scale3d(1.4, 1.4, 1);
 -moz-transform: scale3d(1.4, 1.4, 1);
 transform: scale3d(1.4, 1.4, 1);
 -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0.3rem 0.3rem 1.6rem;
 -moz-box-shadow: rgba(0, 0, 0, 0.35) 0.3rem 0.3rem 1.6rem;
 box-shadow: rgba(0, 0, 0, 0.35) 0.3rem 0.3rem 1.6rem;
}

.page2 .page-cont .clicked .page2-slide-img:before {
 opacity: 0;
}

.page2 .page-cont .page2-txtList {
 width: 92%;
 margin: 0.75rem auto 0;
 position: relative;
}

.page2 .page-cont .page2-txtList li {
 padding: 3% 10% 3% 4%;
 width: 86%;
 /*background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page2arrow.png");
 background-repeat: no-repeat;
 background-position: 96% center;*/
 opacity: 0;
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 -moz-transition-timing-function: linear;
 transition-timing-function: linear;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 1;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 background-color: rgba(240, 240, 240, 0.302);
 -webkit-box-shadow: rgba(2, 109, 213, 0.35) 0px 0px 0.8rem;
 -moz-box-shadow: rgba(2, 109, 213, 0.35) 0px 0px 0.8rem;
 box-shadow: rgba(2, 109, 213, 0.35) 0px 0px 0.8rem;
}
.page2 .page-cont .page2-txtList li:before{
 content: "";
 width: 0.15rem;
 height: 0.8rem;
 background-color: #0081ff;
 position: absolute;
 right:0.5rem;
 top:50%;
 margin-top: -0.4rem;
 transform: rotate(-45deg) translate(0,-0.375rem);
 -webkit-transform: rotate(-45deg) translate(0,-0.375rem);
 -moz-transform: rotate(-45deg) translate(0,-0.375rem);
 -o-transform: rotate(-45deg) translate(0,-0.375rem);
}
.page2 .page-cont .page2-txtList li:after{
 content: "";
 width: 0.15rem;
 height: 0.8rem;
 background-color: #0081ff;
 position: absolute;
 right:0.5rem;
 top:50%;
 margin-top: -0.4rem;
 transform: rotate(45deg) translate(0,0.375rem);
 -webkit-transform: rotate(45deg) translate(0,0.375rem);
 -moz-transform: rotate(45deg) translate(0,0.375rem);
 -o-transform: rotate(45deg) translate(0,0.375rem);
}
.page2 .page-cont .page2-txtList .on {
 opacity: 1;
 z-index: 2;
}

.page2 .page-cont .page2-slide-name {
 font-size: 1.4rem;
 line-height: 1.55rem;
 margin-right: 0.7rem;
 color: #000;
 font-weight: 600;
 float: left;
}

.page2 .page-cont .page2-slide-name a {
 color: #000;
}

.page2 .page-cont .page2-slide-type {
 font-size: 0.5rem;
 line-height: 100%;
 height: 1.5rem;
 color: #727272;
 float: left;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.page2 .page-cont .page2-slide-type a {
 color: #727272;
}

.page2 .page-cont .page2-slide-tit {
 font-size: 1.05rem;
 line-height: 1.2rem;
 color: #000;
 clear: both;
 padding-top: 0.3rem;
}

.page2 .page-cont .page2-slide-tit a {
 color: #000;
}

.page2-tit {
 position: absolute;
 text-align: center;
 font-size: 1.25rem;
 line-height: 2.25rem;
 left: 3.2rem;
 top: 0.9rem;
 color: #0081ff;
}

.page2-tit a {
 color: #0081ff;
}


/*******************************************************************************
                  page3:国务院新闻发布厅
*******************************************************************************/

.page3bg {
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page3bg.png");
 background-size: 100% auto;
 background-repeat: repeat-y;
 background-position: center top;
}

.page3bg .reduction {
 background-color: #fff;
}

.page3 {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.page3 .page-cont {
 width: 92%;
 height: 29rem;
 margin: 4rem auto 0;
 overflow-y: scroll;
 padding-bottom: 0.5rem;
}

.page3-logo {
 width: 11.65rem;
 height: 1.8rem;
 position: absolute;
 left: 3.2rem;
 top: 1.15rem;
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page3logo.png");
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
}

.page3-headNews {
 position: relative;
 width: 100%;
 height: auto;
 margin-top: 5rem;
 padding-bottom: 2rem;
 background-image: -webkit-gradient(linear, left top, right top, from(#1080f2), to(#4d9fed)), -webkit-gradient(linear, left top, left bottom, from(#4d9fed), to(#9ac7e6)), -webkit-gradient(linear, left top, right top, from(#5da7eb), to(#9ac7e6)), -webkit-gradient(linear, left top, left bottom, from(#1080f2), to(#5da7eb));
 background-image: -webkit-linear-gradient(left, #1080f2 0, #4d9fed 100%), -webkit-linear-gradient(top, #4d9fed 0, #9ac7e6 100%), -webkit-linear-gradient(left, #5da7eb 0, #9ac7e6 100%), -webkit-linear-gradient(top, #1080f2 0, #5da7eb 100%);
 background-image: -moz-linear-gradient(left, #1080f2 0, #4d9fed 100%), -moz-linear-gradient(top, #4d9fed 0, #9ac7e6 100%), -moz-linear-gradient(left, #5da7eb 0, #9ac7e6 100%), -moz-linear-gradient(top, #1080f2 0, #5da7eb 100%);
 background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1080f2), to(#4d9fed)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #4d9fed), to(#9ac7e6)), -webkit-gradient(linear, left top, right top, color-stop(0, #5da7eb), to(#9ac7e6)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #1080f2), to(#5da7eb));
 background-image: linear-gradient(to right, #1080f2 0, #4d9fed 100%), linear-gradient(to bottom, #4d9fed 0, #9ac7e6 100%), linear-gradient(to right, #5da7eb 0, #9ac7e6 100%), linear-gradient(to bottom, #1080f2 0, #5da7eb 100%);
 background-position: left top, right top, left bottom, left top;
 -webkit-background-size: 100% 0.4rem, 0.4rem 100%, 100% 0.4rem, 0.4rem 100%;
 -moz-background-size: 100% 0.4rem, 0.4rem 100%, 100% 0.4rem, 0.4rem 100%;
 background-size: 100% 0.4rem, 0.4rem 100%, 100% 0.4rem, 0.4rem 100%;
 background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.page3-headNews-img {
 width: 14.825rem;
 height: 9.9rem;
 position: absolute;
 left: 50%;
 margin-left: -7.4125rem;
 top: -4.95rem;
}

.page3-headNews-img img {
 width: 100%;
 height: auto;
}

.page3-headNews-img:before {
 content: "";
 width: 14.275rem;
 height: 9.35rem;
 pointer-events: none;
 position: absolute;
 left: 0.25rem;
 top: 0.25rem;
 border: 0.5px solid #fff;
 z-index: 2;
}

.page3-headNews-tit {
 width: 86%;
 padding-top: 6.25rem;
 margin: 0 auto;
 font-size: 1rem;
 line-height: 1.5rem;
 color: #000;
 font-weight: 600;
}

.page3-headNews-tit a {
 color: #000;
}

.page3-headNews-hot {
 width: 86%;
 margin: 0 auto;
}

.page3-headNews-hot-pubPart, .page3-headNews-hot-pubTime {
 display: inline-block;
 background-position: left center;
 background-repeat: no-repeat;
 font-size: 0.75rem;
 line-height: 2rem;
 color: #000;
}

.page3-headNews-hot-pubPart {
 padding-left: 1.3rem;
 background-image: url("http://www.xinhuanet.com/interview/xhftxb/2017/img/s4_location_icon.png");
}

.page3-headNews-hot-pubTime {
 padding-left: 1.5rem;
 padding-right: 0.8rem;
 background-image: url("http://www.xinhuanet.com/interview/xhftxb/2017/img/s4_alarm_clock.png");
}

.page3-headNews-sum {
 width: 86%;
 margin: 0 auto;
 font-size: 0.8rem;
 line-height: 1.3rem;
 color: #727272;
}

.page3-headNews-more {
 text-align: center;
 font-size: 0.75rem;
 line-height: 1.5rem;
 margin-left: 7%;
 margin-top: 1.25rem;
 width: 4.95rem;
 height: 1.5rem;
 padding: 0 0.35rem;
 border: 1px solid #0081ff;
 color: #0081ff;
}

.page3-headNews-more a {
 color: #0081ff;
}

.page3-list {
 width: 100%;
 padding-top: 2rem;
 margin: 0 auto;
}

.page3-list-bigTit {
 font-size: 1.175rem;
 line-height: 1.55rem;
 color: #000;
 font-weight: 600;
}

.page3-list-cont {
 margin-top: 1rem;
 padding-bottom: 4rem;
}

.page3-list-cont-items {
 width: 100%;
 padding-top: 0.3rem;
 margin: 0 auto;
}

.page3-list-cont-items-text {
 padding-left: 1.2rem;
 border-left: 1px dashed #d6d6d6;
 float: right;
 width: 10.95rem;
}

.page3-list-cont-items-tit {
 display: block;
 position: relative;
 padding-top: 0.8rem;
 padding-bottom: 1.1rem;
 font-size: 0.9rem;
 line-height: 1.3rem;
 font-weight: 700;
 color: #000;
 border-bottom: 1px solid #ececec;
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 transition: all 1s ease 0s;
}

.page3-list-cont-items-tit:after, .page3-list-cont-items-tit:before {
 content: "";
 position: absolute;
 display: block;
}

.page3-list-cont-items-tit:after {
 top: 1.5rem;
 left: -1.65rem;
 width: 0.8rem;
 height: 0.8rem;
 background-color: #fff;
 border: 1px solid #fff;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 transition: all 1s ease 0s;
}

.page3-list-cont-items-squar, .page3-list-cont-items-squar-bg {
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
}

.page3-list-cont-items-tit:before {
 top: 1.7rem;
 left: -1.45rem;
 z-index: 10;
 width: 0.5rem;
 height: 0.5rem;
 background-color: #1080f2;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
}

.page3-list-cont-items-squar {
 float: left;
 width: 2.5rem;
 height: 2.5rem;
 margin-top: 0.8rem;
 border: 1px solid #d0d0d0;
 background-color: #f0f0f0;
 -webkit-transform: translate3d(0.9rem, 0, 0) rotate3d(0, 0, 1, 45deg);
 -moz-transform: translate3d(0.9rem, 0, 0) rotate3d(0, 0, 1, 45deg);
 transform: translate3d(0.9rem, 0, 0) rotate3d(0, 0, 1, 45deg);
 cursor: pointer;
 overflow: hidden;
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 transition: all 1s ease 0s;
}

.page3-list-cont-items-squar-bg {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 -webkit-transform: scale3d(0, 0, 0);
 -moz-transform: scale3d(0, 0, 0);
 transform: scale3d(0, 0, 0);
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 transition: all 1s ease 0s;
 background-color: #1080f2;
}

.page3-list-cont-items-date, .page3-list-cont-items-month:after {
 color: #8a8a8a;
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
}

.page3-list-cont-items-squar-cont {
 position: relative;
 z-index: 5;
 height: 100%;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 -moz-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
}

.page3-list-cont-items-date {
 position: absolute;
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 transition: all 1s ease 0s;
}

.page3-list-cont-items-month {
 position: relative;
 font-size: 0.85rem;
 top: 0.3rem;
 left: 0.4rem;
}

.page3-list-cont-items-month:after {
 content: "|";
 position: absolute;
 top: 0.3rem;
 left: 1rem;
 font-size: 0.85rem;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 -moz-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 -webkit-transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 transition: all 1s ease 0s;
}

.page3-list-cont-items-day {
 font-size: 0.6rem;
 top: 1.3rem;
 left: 1.5rem;
}

.page3-list-more {
 text-align: center;
 font-size: 0.75rem;
 line-height: 1.5rem;
 margin: 2rem auto 0;
 width: 4.95rem;
 height: 1.5rem;
 padding: 0 0.35rem;
 border: 1px solid #0081ff;
 color: #0081ff;
}

.page3-list-more a {
 color: #0081ff;
}


/*******************************************************************************
                      page4:系列谈
*******************************************************************************/

.page4bg {
 background-image: url("http://www.newsimg.cn/talking/moblie/20170208/img/page4bg.png");
 -webkit-background-size: 100% auto;
 -moz-background-size: 100% auto;
 background-size: 100% auto;
 background-color: #fff;
 overflow: hidden;
}

.page4 {
 width: 100%;
 height: 100%;
}

.page4 .page-cont {
 width: 100%;
 height: 29rem;
 padding-top: 4rem;
 margin: 0 auto;
 position: relative;
}

.page4 .page-cont .swiper-container {
 width: 100%;
 height: 100%;
}
.page4 .page-cont .swiper-pagination-bullets{
 bottom: 4rem;
}
.page4 .page-cont .swiper-pagination-bullet {
 opacity: 1;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 background-color: #0099ff;
}

.page4 .page-cont .swiper-pagination-bullet-active {
 background-color: #1080f2;
 position: relative;
 margin: 0 0.6rem;
}

.page4 .page-cont .swiper-pagination-bullet-active:before {
 content: "";
 width: 100%;
 height: 100%;
 border: 1px solid #0099ff;
 width: 0.9rem;
 height: 0.9rem;
 position: absolute;
 left: -0.3rem;
 top: -0.3rem;
}

.page4 .page-cont ul {
 width: 94%;
 margin: 1.25rem auto;
 overflow-y: scroll;
 position: relative;
 overflow-x: hidden;
}

.page4 .page-cont li {
 width: 50%;
 float: left;
 text-align: center;
 /*margin-right: 8%;*/
 margin-bottom: 1rem;
 overflow: hidden;
}


/*.page4 .page-cont li:nth-child(even) {
margin-right: 0;
}*/

.page4 .page-cont .page4-slide-img {
 width: 94%;
 height: auto;
 background-color: #f6f6f6;
 margin: 0 auto;
}

.page4 .page-cont .page4-slide-img img {
 width: 100%;
 height: auto;
}

.page4 .page-cont .page4-slide-name {
 text-align: center;
 font-size: 0.95rem;
 line-height: 2rem;
 color: #444;
 padding: 0 3%;
 font-weight: 600;
 width: 94%;
 margin: 0 auto;
}

.page4 .page-cont .page4-slide-name a {
 color: #444;
}

.page4 .page-cont .page4-slide-tit {
 text-align: center;
 font-size: 0.65rem;
 line-height: 1rem;
 height: 2rem;
 color: #727272;
 padding: 0 2%;
 width: 94%;
 margin: 0 auto;
 overflow: hidden;
}

.page4 .page-cont .page4-slide-tit a {
 color: #727272;
}

.page4 .page4-swiper:before {
 content: "";
 width: 100%;
 height: 25%;
 position: absolute;
 left: 0;
 bottom: 2rem;
 z-index: 2;
 background-repeat: no-repeat;
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
 background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.page4-tit {
 position: absolute;
 text-align: center;
 font-size: 1.25rem;
 line-height: 2.25rem;
 left: 3.2rem;
 top: 0.9rem;
 color: #0081ff;
}

.page4-tit a {
 color: #0081ff;
}

.page4-slide-bigTit {
 width: 100%;
 height: auto;
}

.page4-slide-bigTit img {
 width: 100%;
 height: auto;
}

.page4-slide-bigSum {
 text-align: center;
 font-size: 0.8rem;
 line-height: 1.3rem;
 color: #888888;
 margin-top: 0.65rem;
}


/*******************************************************************************
                      page5:现场感
*******************************************************************************/

.page5 {
 width: 100%;
 height: 100%;
 background-color: #fff;
}

.page5 .page-cont {
 width: 92%;
 height: 88%;
 position: absolute;
 left: 50%;
 margin-left: -46%;
 top: 4rem;
 overflow-x: hidden;
 overflow-y: scroll;
}

.page5 .page-cont li {
 padding-top: 1.5rem;
 padding-bottom: 1.35rem;
 position: relative;
 margin-bottom: 2.2rem;
}

.page5 .page-cont li:before {
 content: "";
 width: 1.5rem;
 height: 0.1rem;
 background-color: #0081ff;
 position: absolute;
 left: 50%;
 bottom: 0;
 margin-left: -0.75rem;
}

.page5 .page-cont .page-cont-tit {
 position: relative;
}

.page5 .page-cont .page-cont-tit a {
 display: block;
 color: #000;
 font-size: 1.05rem;
 line-height: 1.45rem;
}

.page5 .page-cont .page-cont-keyword {
 color: #fff;
 font-size: 0.7rem;
 line-height: 1rem;
 height: 1rem;
 padding: 0 0.3rem;
 background-color: #0081ff;
 position: absolute;
 left: 0;
 top: -1.5rem;
}

.page5 .page-cont .page-cont-keyword:before {
 content: "";
 width: 0;
 height: 0;
 border-top: 5px solid #0081ff;
 border-right: 5px solid transparent;
 position: absolute;
 left: 0.3rem;
 bottom: -0.25rem;
}

.page5 .page-cont .page-cont-time {
 color: #727272;
 font-size: 0.75rem;
 line-height: 1rem;
 height: 1rem;
 position: absolute;
 right: 0;
 top: -1.5rem;
}

.page5 .page-cont .page-cont-img {
 margin: 1rem auto 0;
 height: 10.1rem;
 width: 100%;
 overflow: hidden;
 position: relative;
}

.page5 .page-cont .page-cont-img img {
 width: 100%;
 height: auto;
}

.page5-tit {
 position: absolute;
 text-align: center;
 font-size: 1.25rem;
 line-height: 2.25rem;
 left: 3.2rem;
 top: 0.9rem;
 color: #0081ff;
}

.page5-tit a {
 color: #0081ff;
}

.page5-more {
 text-align: center;
 font-size: 0.75rem;
 line-height: 1.5rem;
 margin: 2rem auto;
 width: 4.95rem;
 height: 1.5rem;
 padding: 0 0.35rem;
 border: 1px solid #0081ff;
 color: #0081ff;
}

.page5-more a {
    color: #0081ff;;
}

@-webkit-keyframes slowlyHide {
 0% {
     opacity: 1;
 }
 100% {
     opacity: 0;
 }
}

@-moz-keyframes slowlyHide {
 0% {
     opacity: 1;
 }
 100% {
     opacity: 0;
 }
}

@keyframes slowlyHide {
 0% {
     opacity: 1;
 }
 100% {
     opacity: 0;
 }
}

@-webkit-keyframes slowlyShow {
 0% {
     opacity: 0;
 }
 100% {
     opacity: 1;
 }
}

@-moz-keyframes slowlyShow {
 0% {
     opacity: 0;
 }
 100% {
     opacity: 1;
 }
}

@keyframes slowlyShow {
 0% {
     opacity: 0;
 }
 100% {
     opacity: 1;
 }
}

@-webkit-keyframes loadingEnter {
 50% {
     opacity: 1;
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
 }
 100% {
     opacity: 0;
     -webkit-transform: scale3d(10, 10, 10);
     transform: scale3d(10, 10, 10);
 }
}

@-moz-keyframes loadingEnter {
 50% {
     opacity: 1;
     -moz-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
 }
 100% {
     opacity: 0;
     -moz-transform: scale3d(10, 10, 10);
     transform: scale3d(10, 10, 10);
 }
}

@keyframes loadingEnter {
 50% {
     opacity: 1;
     -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
 }
 100% {
     opacity: 0;
     -webkit-transform: scale3d(10, 10, 10);
     -moz-transform: scale3d(10, 10, 10);
     transform: scale3d(10, 10, 10);
 }
}

.loading-ani {
 -webkit-animation-name: loadingEnter;
 -moz-animation-name: loadingEnter;
 animation-name: loadingEnter;
 -webkit-animation-duration: 2s;
 -moz-animation-duration: 2s;
 animation-duration: 2s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

@-webkit-keyframes lineLeftIn {
 0% {
     -webkit-transform: translate3d(-100%, 150%, 0);
     transform: translate3d(-100%, 150%, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-moz-keyframes lineLeftIn {
 0% {
     -moz-transform: translate3d(-100%, 150%, 0);
     transform: translate3d(-100%, 150%, 0);
 }
 100% {
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@keyframes lineLeftIn {
 0% {
     -webkit-transform: translate3d(-100%, 150%, 0);
     -moz-transform: translate3d(-100%, 150%, 0);
     transform: translate3d(-100%, 150%, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-webkit-keyframes lineRightIn {
 0% {
     -webkit-transform: translate3d(100%, -150%, 0);
     transform: translate3d(100%, -150%, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-moz-keyframes lineRightIn {
 0% {
     -moz-transform: translate3d(100%, -150%, 0);
     transform: translate3d(100%, -150%, 0);
 }
 100% {
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@keyframes lineRightIn {
 0% {
     -webkit-transform: translate3d(100%, -150%, 0);
     -moz-transform: translate3d(100%, -150%, 0);
     transform: translate3d(100%, -150%, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

.page1-lineLeft-ani {
 -webkit-animation-name: lineLeftIn;
 -moz-animation-name: lineLeftIn;
 animation-name: lineLeftIn;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

.page1-lineRight-ani {
 -webkit-animation-name: lineRightIn;
 -moz-animation-name: lineRightIn;
 animation-name: lineRightIn;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

@-webkit-keyframes topicIn {
 0% {
     -webkit-transform: translate3d(-200%, 0, 0);
     transform: translate3d(-200%, 0, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-moz-keyframes topicIn {
 0% {
     -moz-transform: translate3d(-200%, 0, 0);
     transform: translate3d(-200%, 0, 0);
 }
 100% {
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@keyframes topicIn {
 0% {
     -webkit-transform: translate3d(-200%, 0, 0);
     -moz-transform: translate3d(-200%, 0, 0);
     transform: translate3d(-200%, 0, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-webkit-keyframes titIn {
 0% {
     -webkit-transform: translate3d(150%, 0, 0);
     transform: translate3d(150%, 0, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-moz-keyframes titIn {
 0% {
     -moz-transform: translate3d(150%, 0, 0);
     transform: translate3d(150%, 0, 0);
 }
 100% {
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@keyframes titIn {
 0% {
     -webkit-transform: translate3d(150%, 0, 0);
     -moz-transform: translate3d(150%, 0, 0);
     transform: translate3d(150%, 0, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-webkit-keyframes enterIn {
 0% {
     -webkit-transform: translate3d(-150%, 0, 0);
     transform: translate3d(-150%, 0, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-moz-keyframes enterIn {
 0% {
     -moz-transform: translate3d(-150%, 0, 0);
     transform: translate3d(-150%, 0, 0);
 }
 100% {
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@keyframes enterIn {
 0% {
     -webkit-transform: translate3d(-150%, 0, 0);
     -moz-transform: translate3d(-150%, 0, 0);
     transform: translate3d(-150%, 0, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-webkit-keyframes personIn {
 0% {
     -webkit-transform: translate3d(0, 150%, 0);
     transform: translate3d(0, 150%, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-moz-keyframes personIn {
 0% {
     -moz-transform: translate3d(0, 150%, 0);
     transform: translate3d(0, 150%, 0);
 }
 100% {
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@keyframes personIn {
 0% {
     -webkit-transform: translate3d(0, 150%, 0);
     -moz-transform: translate3d(0, 150%, 0);
     transform: translate3d(0, 150%, 0);
 }
 100% {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
}

@-webkit-keyframes playBtnIn {
 0% {
     opacity: 0;
 }
 100% {
     opacity: 1;
 }
}

@-moz-keyframes playBtnIn {
 0% {
     opacity: 0;
 }
 100% {
     opacity: 1;
 }
}

@keyframes playBtnIn {
 0% {
     opacity: 0;
 }
 100% {
     opacity: 1;
 }
}

.page1-topic-ani {
 -webkit-animation-name: topicIn;
 -moz-animation-name: topicIn;
 animation-name: topicIn;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

.page1-tit-ani {
 -webkit-animation-name: titIn;
 -moz-animation-name: titIn;
 animation-name: titIn;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

.page1-enter-ani {
 -webkit-animation-name: enterIn;
 -moz-animation-name: enterIn;
 animation-name: enterIn;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

.page1-person-ani {
 -webkit-animation-name: personIn;
 -moz-animation-name: personIn;
 animation-name: personIn;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

.page1-play-ani {
 -webkit-animation-name: playBtnIn;
 -moz-animation-name: playBtnIn;
 animation-name: playBtnIn;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 1s;
 -moz-animation-delay: 1s;
 animation-delay: 1s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

.page1-logo-ani, .menuBtn-ani {
 -webkit-animation-name: slowlyShow;
 -moz-animation-name: slowlyShow;
 animation-name: slowlyShow;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 animation-timing-function: linear;
 -webkit-animation-delay: 1s;
 -moz-animation-delay: 1s;
 animation-delay: 1s;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -moz-animation-direction: normal;
 animation-direction: normal;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}

@-webkit-keyframes menuForward {
 0% {
     -webkit-transform: rotate(0deg) translate(0, 0);
     transform: rotate(0deg) translate(0, 0);
 }
 100% {
     -webkit-transform: rotate(135deg) translate(0.45rem, -0.3rem);
     transform: rotate(135deg) translate(0.45rem, -0.3rem);
 }
}

@-moz-keyframes menuForward {
 0% {
     -moz-transform: rotate(0deg) translate(0, 0);
     transform: rotate(0deg) translate(0, 0);
 }
 100% {
     -moz-transform: rotate(135deg) translate(0.45rem, -0.3rem);
     transform: rotate(135deg) translate(0.45rem, -0.3rem);
 }
}

@keyframes menuForward {
 0% {
     -webkit-transform: rotate(0deg) translate(0, 0);
     -moz-transform: rotate(0deg) translate(0, 0);
     transform: rotate(0deg) translate(0, 0);
 }
 100% {
     -webkit-transform: rotate(135deg) translate(0.45rem, -0.3rem);
     -moz-transform: rotate(135deg) translate(0.45rem, -0.3rem);
     transform: rotate(135deg) translate(0.45rem, -0.3rem);
 }
}

@-webkit-keyframes menuBackward {
 0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
 }
 100% {
     -webkit-transform: rotate(-135deg) translate(0.45rem, 0.3rem);
     transform: rotate(-135deg) translate(0.45rem, 0.3rem);
 }
}

@-moz-keyframes menuBackward {
 0% {
     -moz-transform: rotate(0deg);
     transform: rotate(0deg);
 }
 100% {
     -moz-transform: rotate(-135deg) translate(0.45rem, 0.3rem);
     transform: rotate(-135deg) translate(0.45rem, 0.3rem);
 }
}

@keyframes menuBackward {
 0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     transform: rotate(0deg);
 }
 100% {
     -webkit-transform: rotate(-135deg) translate(0.45rem, 0.3rem);
     -moz-transform: rotate(-135deg) translate(0.45rem, 0.3rem);
     transform: rotate(-135deg) translate(0.45rem, 0.3rem);
 }
}
