@charset "utf-8";
/* Custom CSS
 * --------------------------------------- */
@media screen and (max-width: 1024px) {
  .wrap{
    width: 80vw;
  }
}
@media screen and (min-width: 1024px) {
  .wrap{
    width: 70vw;
  }
}

body{
  font-family: "微软雅黑";
  color: #333;
  color: rgba(0,0,0,0.5);
  min-width: 980px;
}
.clear{
  clear: both;
}
.center{
  text-align: center;
}
.wrap{
  height: 100vh;
  margin: 0 auto;
}
.logo{
  float: left;
  margin: 10px 0 0 10px;
}
.nav{
  float: right;
  margin: 10px 10px 0 0;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  padding:12px 1vw;
  background-image: url(../images/navborder.png);
  background-size: 100% 49px;
  border-radius: 25px;
  box-shadow: 0 0 4px 4px #55c7cd;
}
.nav a{
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  height: 25px;
  line-height: 25px;
  color: #a84604;
  font-weight: bold;
  text-align: center;
}
.nav a:hover{
  color: #f23372;
}
#section0{
  background-image: url(../images/indexbg1.jpg);
  background-size: cover;
  background-position: center center;
}
.star_l{
  position: relative;
  display: inline-block;
  width:44vw;
  height: 90vh;
}
.star_r{
  position: relative;
  display: inline-block;
  width:25vw;
  height: 90vh;
}
#slogan{
  width:42vw;
  height: 90vh;
  margin: 0 auto;
  background-image: url(../images/slogan.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  animation:sloganMove .5s ease-in-out .5s 1 normal;
  -moz-animation:sloganMove .5s ease-in-out .5s 1 normal; /*Firefox*/
  -webkit-animation:sloganMove .5s ease-in-out .5s 1 normal; /*Safari and Chrome*/
}
@keyframes sloganMove
{
  0% {transform: scale(1.0);opacity: 0;}
  50% {transform: scale(1.2);}
  100% {transform: scale(1.0);opacity: 1;}
}
@-moz-keyframes sloganMove
{
  0% {-moz-transform: scale(1.0);opacity: 0;}
  50% {-moz-transform: scale(1.2);}
  100% {-moz-transform: scale(1.0);opacity: 1;}
}
@-webkit-keyframes sloganMove
{
  0% {-webkit-transform: scale(1.0);opacity: 0;}
  50% {-webkit-transform: scale(1.2);}
  100% {-webkit-transform: scale(1.0);opacity: 1;}
}
.video_bg{
  position: absolute;
  top: 20vh;
  left: 7vw;
  width:31vw;
  height: 70vh;
  background-image: url(../images/starbg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 98;
  text-align: center;
}
.video_bg span{
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.video_bg img{
  width: 441px;
  height: 132px;
  vertical-align: middle;
}
/*.video_bk{
  position: relative;
  width: 75%;
  margin: 25% auto 0;
  border: 12px solid #e29a1b;
  border-radius: 30px;
}
#player{
  border: 5px solid #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.video_btn{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 5px solid #fff;
  background-image: url(../images/pause_bg.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}*/
#cloud1,#cloud2,#cloud3,#tt,#tt_words{
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
#cloud1{
  opacity: 0;
  top: 8vh;
  left: 1vw;
  width: 7vw;
  height: 7vh;
  background-image: url(../images/cloud1.png);
  animation:cloudOneMove 15s linear 0s infinite;
  -moz-animation:cloudOneMove 15s linear 0s infinite; /*Firefox*/
  -webkit-animation:cloudOneMove 15s linear 0s infinite; /*Safari and Chrome*/
}
@keyframes cloudOneMove
{
  10% {top: 8vh;left: 1vw;opacity: 0;}
  11.5% {top: 17vh;left: -10vw;opacity: 1;}
  13% {top: 22vh;left: -17vw;opacity: 0;}
}
@-moz-keyframes cloudOneMove
{
  10% {top: 8vh;left: 1vw;opacity: 0;}
  11.5% {top: 17vh;left: -10vw;opacity: 1;}
  13% {top: 22vh;left: -17vw;opacity: 0;}
}
@-webkit-keyframes cloudOneMove
{
  10% {top: 8vh;left: 1vw;opacity: 0;}
  11.5% {top: 17vh;left: -10vw;opacity: 1;}
  13% {top: 22vh;left: -17vw;opacity: 0;}
}
#cloud2{
  opacity: 0;
  top: 8vh;
  left: 1vw;
  width: 6vw;
  height: 4vh;
  background-image: url(../images/cloud2.png);
  animation:cloudTwoMove 15s linear 0s infinite;
  -moz-animation:cloudTwoMove 15s linear 0s infinite;
  -webkit-animation:cloudTwoMove 15s linear 0s infinite;
}
@keyframes cloudTwoMove
{
  12% {top: 8vh;left: 1vw;opacity: 0;}
  13% {top: 15vh;left: -6vw;opacity: 1;}
  14% {top: 19vh;left: -12vw;opacity: 0;}
}
@-moz-keyframes cloudTwoMove
{
  12% {top: 8vh;left: 1vw;opacity: 0;}
  13% {top: 15vh;left: -6vw;opacity: 1;}
  14% {top: 19vh;left: -12vw;opacity: 0;}
}
@-webkit-keyframes cloudTwoMove
{
  12% {top: 8vh;left: 1vw;opacity: 0;}
  13% {top: 15vh;left: -6vw;opacity: 1;}
  14% {top: 19vh;left: -12vw;opacity: 0;}
}
#cloud3{
  opacity: 0;
  top: 10vh;
  left: 1vw;
  width: 6vw;
  height: 4vh;
  background-image: url(../images/cloud3.png);
  animation:cloudThreeMove 15s linear 0s infinite;
  -moz-animation:cloudThreeMove 15s linear 0s infinite; /*Firefox*/
  -webkit-animation:cloudThreeMove 15s linear 0s infinite; /*Safari and Chrome*/
}
@keyframes cloudThreeMove
{
  14% {top: 10vh;left: 1vw;opacity: 0;}
  15% {top: 13vh;left: -2vw;opacity: 1;}
  16% {top: 15vh;left: -6vw;opacity: 0;}
}
@-moz-keyframes cloudThreeMove
{
  14% {top: 10vh;left: 1vw;opacity: 0;}
  15% {top: 13vh;left: -2vw;opacity: 1;}
  16% {top: 15vh;left: -6vw;opacity: 0;}
}
@-webkit-keyframes cloudThreeMove
{
  14% {top: 10vh;left: 1vw;opacity: 0;}
  15% {top: 13vh;left: -2vw;opacity: 1;}
  16% {top: 15vh;left: -6vw;opacity: 0;}
}
#tt{
  top: 10vh;
  left: 12vw;
  width:20vw;
  height: 15vh;
  background-image: url(../images/tt.png);
  z-index: 97;
  animation:ttMove 15s ease-in-out 0s infinite;
  -moz-animation:ttMove 15s ease-in-out 0s infinite;
  -webkit-animation:ttMove 15s ease-in-out 0s infinite;
}
@keyframes ttMove
{
  10%{top: 10vh;}
  11% {top: 9vh;}
  12% {top: 10vh;}
  13% {top: 9vh;}
  14% {top: 10vh;}
  15% {top: 9vh;}
  16% {top: 10vh;}
}
@-moz-keyframes ttMove
{
  10%{top: 10vh;}
  11% {top: 9vh;}
  12% {top: 10vh;}
  13% {top: 9vh;}
  14% {top: 10vh;}
  15% {top: 9vh;}
  16% {top: 10vh;}
}
@-webkit-keyframes ttMove
{
  10%{top: 10vh;}
  11% {top: 9vh;}
  12% {top: 10vh;}
  13% {top: 9vh;}
  14% {top: 10vh;}
  15% {top: 9vh;}
  16% {top: 10vh;}
}
#tt_words{
  top: 0;
  left: 2vw;
  width:14vw;
  height: 20vh;
  background-image: url(../images/tt_words.png);
  animation:ttWordsMove 15s linear 0s infinite;
  -moz-animation:ttWordsMove 15s linear 0s infinite;
  -webkit-animation:ttWordsMove 15s linear 0s infinite;
}
@keyframes ttWordsMove
{
  16% {transform: scale(1.0);}
  18% {transform: scale(1.2);}
  20% {transform: scale(1.0);}
  21% {transform: translateX(3px) rotate(2deg);}
  22% {transform: translateX(-3px) rotate(-2deg);}
  23% {transform: translateX(0px) rotate(0deg);}
  100%{}
}
@-moz-keyframes ttWordsMove
{
  16% {-moz-transform: scale(1.0);}
  18% {-moz-transform: scale(1.2);}
  20% {-moz-transform: scale(1.0);}
  21% {-moz-transform: translateX(3px) rotate(2deg);}
  22% {-moz-transform: translateX(-3px) rotate(-2deg);}
  23% {-moz-transform: translateX(0px) rotate(0deg);}
  100%{}
}
@-webkit-keyframes ttWordsMove
{
  16% {-webkit-transform: scale(1.0);}
  18% {-webkit-transform: scale(1.2);}
  20% {-webkit-transform: scale(1.0);}
  21% {-webkit-transform: translateX(3px) rotate(2deg);}
  22% {-webkit-transform: translateX(-3px) rotate(-2deg);}
  23% {-webkit-transform: translateX(0px) rotate(0deg);}
  100%{}
}
#fastLogin{
  position: absolute;
  width:20vw;
  top: 34vh;
  left: 0vw;
  color: #704b3d;
  z-index: 98;
  animation:fastLoginMove 1s ease-in-out .5s 1;
  -moz-animation:fastLoginMove 1s ease-in-out .5s 1; /*Firefox*/
  -webkit-animation:fastLoginMove 1s ease-in-out .5s 1; /*Safari and Chrome*/
}
@keyframes fastLoginMove
{
  0% {top: 60vh;opacity: 0;}
  100% {top: 34vh;opacity: 1;}
}
@-moz-keyframes fastLoginMove
{
  0% {top: 60vh;opacity: 0;}
  100% {top: 34vh;opacity: 1;}
}
@-webkit-keyframes fastLoginMove
{
  0% {top: 60vh;opacity: 0;}
  100% {top: 34vh;opacity: 1;}
}
.wordTitle{
  padding-bottom: 10px;
  font-size: 1em;
  text-align: center;
  line-height: 18px;
}
.weixin,.qq,.weibo{
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  width: 32%;
  height: 10vh;
  margin-bottom: 1vh;
}
.weixin{
  background-image: url(../images/weixin_icon.png);
}
.qq{
  background-image: url(../images/qq_icon.png);
}
.weibo{
  background-image: url(../images/weibo_icon.png);
}
.email_box{
  width: 100%;
  height: 5vh;
  line-height: 5vh;
  color: #000;
  background-color: #fff;
  border:1px solid #f3bbda;
  text-indent: 1em;
  font-size: 1em;
}
a.redLink,a.yLink,a.redLink_login,a.yLink_login{
  display: block;
  width: 100%;
  height: 5vh;
  line-height: 5vh;
  border-radius: 5px;
  box-shadow: 0 0 5px #000;
  margin-top: 10px;
  text-align: center;
}
a.redLink{
  background-color: #ce4537;
  font-size: 1.2em;
  color: #fff;
}
a.yLink{
  background-color: #ffcf23;
  font-size: 1.2em;
  color: #704b3d;
}
a.redLink_login{
  background-color: #ff6b6b;
  font-size: 1.2em;
  color: #fff;
}
a.yLink_login{
  background-color: #ffcf23;
  font-size: 1.2em;
  color: #704b3d;
}
#bk{
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0vw;
  width:19vw;
  height: 39vh;
  background-image: url(../images/bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 97 ;
  animation:bkMove 1s linear 0s 1;
  -moz-animation:bkMove 1s linear 0s 1; /*Firefox*/
  -webkit-animation:bkMove 1s linear 0s 1; /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
@keyframes bkMove
{
  0% {bottom:-39vh;opacity: 0;}
  100% {bottom:0;opacity: 1;}
}
@-moz-keyframes bkMove
{
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes bkMove
{
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.video_mask{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
}
.video_close,.monvideo_close{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 10vw;
  height: 10vh;
  background-image: url(../images/close_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 101;
}


/*首页第二屏*/
#section1{
  background-image: url(../images/indexbg2.jpg);
  background-size: cover;
  background-position: center top;
}
.month_bk{
  position: absolute;
  top: 12vh;
  left: -8.5vw ;
  width: 13vw;
  height: 20vh;
  background-image: url(../images/month_bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 90;
}
.month_tt{
  position: absolute;
  bottom: -7vh;
  right: -14.7vw ;
  width: 12vw;
  height: 24vh;
  background-image: url(../images/month_tt.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 96;
}
.relat{
  position: relative;
  margin: 10px auto 0;
}
.month_recommend_bg{
  position: relative;
  height: 60vh;
  background-image: url(../images/month_recommend_bg.png);
  background-size: 100% 60vh;
  padding:8vh 80px;
  border-radius: 30px;
  z-index: 95;
}
.month_title{
  position: absolute;
  top: -12vh;
  left: 0;
  width: 25vw;
  height: 10vh;
  background-image: url(../images/month_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 97;
}
.month_video{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow:0 0 10px #999 inset;
  background-color: #fff;
}
.book_video{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  border-radius: 30px;
}
.book_words{
  float: left;
  width: 60%;
  height: 100%;
  padding: 5%;
}
.book_name{
  font-size: 2em;
  color: #f46708;
}
.book_author{
  font-size: 1.5em;
  color: #b27f36;
  white-space:nowrap;
}
.book_intro{
  font-size: 1em;
  color: #432d2d;
  padding-top: 1vh;
  height: 60%;
  overflow: auto;
}
.book_img{
  position: relative;
  float: left;
  width: 40%;
  height: 100%;
  padding: 5% 5% 5% 0;
}
.book_img_mask{
  position: absolute;
  top: 9%;
  left: 0;
  width: 88%;
  height: 79%;
  background-color: rgba(0,0,0,0.5);
}
.book_img_btn{
  position: absolute;
  top: 35%;
  left: 35%;
  width: 30%;
  height: 30%;
  background-image: url(../images/play_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border:none;
  background-color: transparent;
}
.month_bot{
  position: relative;
  margin: -6vh auto 0;
  height:18vh;
  background-image: url(../images/month_recommend_bottom.png);
  background-size: auto 18vh;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 98;
}
.month_books{
  position: relative;
  height: 25vh;
  margin: -12vh auto 0;
  background-image: url(../images/books_show_bg.png);
  background-size: 100% 25vh;
  background-repeat: no-repeat;
  background-position: top center;
  padding:3.5vh 40px 4.5vh 40px;
  border-radius: 10px;
  z-index: 99;
}
#pl-img{
  float:left;
  position:relative;
  height:25vh;
  overflow:hidden;
}
.month_books ul{
  position:absolute;
  top:0;
  left:0;
  height:25vh;
  width:1000em;
}
.month_books li{
  float:left;
  _display:inline;
  height: 25vh;
  text-align: center;
  margin:3px;
}
.month_books li img{
  cursor: pointer;
  height: 17vh;
}
.month_books li.cur img{
  border:3px solid #ffcf23;
  border-radius: 5px;
  height: 17vh;
}
.month_books .prev, .month_books .next{
  position: relative;
  top: 50%;
  margin-top: -22px;
  float:left;
  width:30px;
  height:45px;
  cursor: pointer;
}
.month_books .prev{
  margin-right: 5px;
  background:url(../images/pre_next.png) no-repeat;
}
.month_books .next{
  margin-left: 5px;
  background:url(../images/pre_next.png) -30px 0 no-repeat;
}
.mon_links{
  position: relative;
  display: table;
  float: right;
  height: 100%;
}
.v-center{
  display: table-cell;
  vertical-align: middle;
}
.mon_link1,.mon_link2{
  display: block;
  padding: 0 1vw;
  height: 6vh;
  line-height: 6vh;
  border-radius: 10px;
  box-shadow:0 0 10px #999;
  text-align: center;
  color: #fff;
  font-size: 2em;
}
.mon_link1{
  background-color: #ff5b00;
  margin-bottom: 2vh;
}
.mon_link2{
  background-color: #b51e16;
}
.mon_link1:hover,.mon_link2:hover{
  text-decoration: none;
  color: #fff;
}

/*首页第三屏*/
#section2{
  background-image: url(../images/indexbg3.jpg);
  background-size: cover;
  background-position: center bottom;
}
.detail_link{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5vw;
  height: 35vh;
  padding: 8vh 0 0;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-image: url(../images/detail_link.png);
  background-size: 5vw auto;
  background-repeat: no-repeat;
  z-index: 98;
}
.detail_link:hover,.detail_link:focus{
  text-decoration: none;
  color: #fff;
}
.pub_bg{
  position: relative;
  width: 60vw;
  min-width: 600px;
  height: 82vh;
  margin: 2vh auto 0;
  background-image:url(../images/pub_bg.png);
  background-size: 60vw 85vh;
  background-repeat: no-repeat;
  padding:5vh 4vw;
  z-index: 96;
}
.pub_content{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pub_company_title, .pub_author_title{
  height: 8vh;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 3vh;
}
.pub_company_title{
  background-image: url(../images/pubTitle1.png);
}
.pub_author_title{
  background-image: url(../images/pubTitle2.png);
}
.pub_company_logo a{
  display: inline-block;
  margin:0 1vw 1vh 0;
}
.pub_company_logo img{
  height: 50px;
}
.pub_authors{
  padding-bottom: 230px;
}
.author_img{
  display: inline-block;
  width: 212px;
  margin: 0 5px 1vh 0;
  text-align: center;
}
.pub_authors a.head_img{
  display: inline-block;
  background-image: url(../images/photo_bg.png);
  width: 212px;
  height: 170px;
}
.pub_authors a.head_name{
  line-height: 30px;
  text-align: center;
  font-size: 1em;
  color: #000;
}
.pub_authors a img{
  padding-top: 26px;
}
.pub_bktt{
  position: absolute;
  top: -10vh;
  left: 14vw;
  width: 10vw;
  height: 16vh;
  background-image: url(../images/pub_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 97;
}
.pub_bottom{
  position: absolute;
  bottom: 0;
  width: 70vw;
  height: 20vh;
  background-image: url(../images/pub_bottom.png);
  background-size: 70vw 20vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 99;
}
/*首页第四屏*/
#section3{
  color: #7a2b04;
  font-size: 1.5em;
  line-height: 2em;
}
#section3 a,#section3 a:hover{
  color: #7a2b04;
}
.bg_up{
  height: 66vh;
  background:url(../images/indexbg4.jpg) left bottom repeat-x #ffcf23;
}
.bg_up_mid{
  width: 680px;
  margin: 0 auto;
  padding-top: 8vh;
  text-align: center;
}
.partner_title{
  margin-top: 8vh;
}
.partner a{
  display: inline-block;
  width:122px;
  height:35px;
  background-image:url(../images/foot_links.png);
}
.partner a.partner_link1{
  background-position:0 0;
}
.partner a.partner_link2{
  background-position:-122px 0;
}
.partner a.partner_link3{
  background-position:-244px 0;
}
.partner a.partner_link4{
  background-position:-366px 0;
}
.partner a.partner_link5{
  background-position:-488px 0;
}
.partner a.partner_link6{
  background-position:-610px 0;
}
.partner a.partner_link7{
  background-position:-732px 0;
}
.partner a.partner_link8{
  background-position:-854px 0;
}
.partner a.partner_link9{
  background-position:-976px 0;
}
.bg_down{
  height: 34vh;
  padding-top: 5vh;
  background-color: #ffdf40;
  text-align: center;
}