body{
	min-width: 1200px;
}
a{
	outline: none;
}
.fl{float: left;margin-right: 14px;}
.fr{float: right;}
.container{
	/* overflow: hidden;
	width: 100%;
	height: 100%; */
	font-family: "Microsoft Yahei";
}
.page {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.current {
	display: block;
	z-index: 1;
}
.slide {
	display: block;
	z-index: 2;
}
/* 第一屏 */
.banner-box{
	width: 100%;
	height: 960px;
	display: block;
	background: url('../images/bg.jpg') center top repeat;
}
.banner-box .slogan{
	width: 619px;
	height: 107px;
	position: absolute;
	top: 218px;
	left: 50%;
	margin-left: -310px;
	animation: zoomOut 0.5s 0.6s ease-out 1 forwards;
	-moz-animation: zoomOut 0.5s 0.6s ease-out 1 forwards;
	-webkit-animation: zoomOut 0.5s 0.6s ease-out 1 forwards;
	-ms-animation: zoomOut 0.5s 0.6s ease-out 1 forwards;
}
.dl-btn{
	width: 311px;
	height: 101px;
	display: block;
	background: url('../images/dl_btn.png') center no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 24px;
	left: 0;
	opacity: 1;
}
.dl-btn:hover{
	background-position: 0 -111px;
}

.dl-tip{
	position: absolute;
	top: 497px;
	left: 50%; 
	margin-left: -315px;
	width: 630px; height: 170px; 
	background: url(../images/tipbg.png);
}

.dl-tip p{
	width: 560px;
	margin: 0 auto;
	margin-top: 30px;
	font: normal 18px/2 "Microsoft Yahei";
	color: #FFF;
}

.dl-box{
	width: 311px;
	height: 143px;
	position: absolute;
	top: 477px;
	left: 50%;
	margin-left: -155px;
	animation: fadeInUp 1s ease 1 forwards;
	-moz-animation: fadeInUp 1s ease 1 forwards;
	-webkit-animation: fadeInUp 1s ease 1 forwards;
	-ms-animation: fadeInUp 1s ease 1 forwards;
}
.dl-link-box{
	width: 311px;
	height: 42px;
	background: url('../images/dl_link.png') center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
.dl-link-box a{
	color: #fff;
	font-size: 17px;
	height: 42px;
	line-height: 42px;
	display: block;
	float: left;
	text-align: center;
	background: none;
}
.dl-link-box a:hover{
	background: url('../images/b3.png') center repeat;
}
.dl-link-box .dl-reg{
	width: 104px;
}
.dl-link-box .dl-buy{
	width: 103px;
}
.dl-link-box .dl-peck{
	width: 104px;
}
#video_bg{
	width: 100%;
    height: 716px;
    display: none;
}
#video_bg video{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -958px;
}
.video{
	width: 84px;
	height: 84px;
	position: absolute;
	top: 333px;
	left: 50%;
	margin-left: -39px;
	cursor: pointer;
	background: url('../images/v_center.png') center no-repeat;
	opacity: 0;
	opacity: 1\9;
	animation: zoomIn 1s ease 1 forwards;
	-moz-animation: zoomIn 1s ease 1 forwards;
	-webkit-animation: zoomIn 1s ease 1 forwards;
	-ms-animation: zoomIn 1s ease 1 forwards;
}
.video img{
    width: 84px;
	height: 84px;
    position: absolute;
    top: 0;
	left: -2px;
    display: block;
    background: url('../images/video.png') center no-repeat;
    opacity: 1;
	-webkit-animation: rotateIn360 linear 3s infinite;
    -moz-animation: rotateIn360 linear 3s infinite;
    -ms-animation: rotateIn360 linear 3s infinite;
    animation: rotateIn360 linear 3s infinite
}
.slide-nav{
	width: 100%;
	height: 135px;
	background: url('../images/rpt_bg.png') center repeat;
	position: absolute;
	left: 0;
	top: 100px;
	display: none;
}
.slide-nav ul{
	width: 700px;
	height: 135px;
	position: absolute;
	top: 0;
	right: 308px;
}
.slide-nav ul li{
	width: 100px;
	float: left;
	text-align: center;
}
.slide-nav ul a{
	width: 100px;
	height: 24px;
	display: block;
	line-height: 24px;
	color: #e6e6e6;
	font-size: 13px;
	text-align: center;
}
.slide-nav ul a:hover{
	color: #c1c1c1;
}
/* news-box */
.news-box{
	width: 100%;
	height: 880px;
	display: block;
	background: url('../images/p2_bg.jpg') center top repeat;
}
.news-wrap{
	width: 1428px;
	height: 705px;
	display: block;
	margin: 0 auto;
	padding-top: 88px;
	position: relative;
}
.news-wrap .next-news{
	width: 102px;
	height: 30px;
	background: url('../images/next.png') center no-repeat;
	position: absolute;
    top: 45px;
    left: 848px;
}
/* .news-wrap .next-news:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
} */
.news-left{
	width: 465px;
	height: 100%;
	float: left;
}
.news-more{
	width: 30px;
	height: 102px;
	display: block;
	position: absolute;
	top: 0;
	right: -35px;
	background: url('../images/icon.png') center no-repeat;
	background-position: -61px 0;
    transition: all .5s;
}
.fix-lang{
    color: #ccc;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    width: 435px;
    height: 75px;
    line-height: 44px;
    overflow: hidden;
    text-align: center;
}
.news-more:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.swiper{
	width: 100%;
	height: 465px;
	display: block;
	position: relative;
}
.swiper img{
	width: 100%;
	height: 100%;
}
.tab{
	width: 464px;
	height: 225px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tab .tab-dt{
	width: 55px;
	height: 225px;
	color: #fff;
	font-size: 30px;
    line-height: 40px;
	font-weight: bold;
	background: #047372;
	text-align: center;
	float: left;
}
.tab .tab-dt span{
    width: 27px;
    display: block;
    margin: 0 auto;
    padding-top: 32px;
}
.tab-box{
	width: 369px;
	height: 100%;
	float: left;
	background: #151515;
	padding: 0 20px;
}
.tabs{
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #282828;
	box-sizing: border-box;
}
.tabs a{
	color: #fff;
	min-width: 50px;
	height: 46px;
	line-height: 46px;
	float: left;
	text-align: center;
	font-size: 14px;
	margin-right: 8px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tabs .cur{
	border-bottom: 3px solid #047372;
}
.tabs-wrap{
	width: 369px;
	height: 179px;
	position: relative;
	overflow: hidden;
}
.tabs-list{
	height: 179px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.tabs-list ul{
	color: #999;
	font-size: 14px;
	width: 369px;
	float: left;
}
.tabs-list ul li{

}
.tabs-list ul p{
	width: 280px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tabs-list ul span{
	width: 42px;
	float: right;
}
.tabs-list ul a{
	color: #999;
	display: block;
	overflow: hidden;
	padding: 10px 0;
}
.tabs-list ul a:hover{
	color: #fff;
}
.news-center{
	width: 944px;
	height: 465px;
	position: absolute;
	right: 0;
	top: 88px;
	z-index: 10;
}
.news-c-left{
	width: 465px;
	height: 465px;
	float: left;
}
.news-ele{
	display: none;
	animation: fadeOut 1s ease 1;
	-moz-animation: fadeOut 1s ease 1;
	-webkit-animation: fadeOut 1s ease 1;
	-ms-animation: fadeOut 1s ease 1;
}
.news-ele-show{
	display: block;
	animation: fadeIn 1s ease 1;
	-moz-animation: fadeIn 1s ease 1;
	-webkit-animation: fadeIn 1s ease 1;
	-ms-animation: fadeIn 1s ease 1;
}
.news-c-right{
	width: 465px;
	height: 465px;
	float: right;
}
.news-c-title{
	width: 225px;
	height: 225px;
	background: url('../images/b1.png') center repeat;
	float: left;
	position: relative;
}
.news-cn{
	width: 146px;
	color: #01fff8;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	position: absolute;
	top:46px;
	left: 20px;
}
.news-cn span{
	float: left;
}
.news-cn .right-icon{
	width: 7px;
	height: 13px;
	display: block;
	float: right;
	background: url('../images/right.png') center right no-repeat;
	margin-top: 12px;
}
.news-en{
	width: 146px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	position: absolute;
	top: 90px;
	left: 20px;
}
.news-en span{
	float: left;
	line-height: 26px;
}
.plus-icon{
	width: 26px;
	height: 26px;
	display: block;
	float: right;
	background: url('../images/plus.png') center right no-repeat;
	margin-left: 12px;
}
.news-c-title:hover .plus-icon{
	animation: rotateIn 1s ease 1;
	-moz-animation: rotateIn 1s ease 1;
	-webkit-animation: rotateIn 1s ease 1;
	-ms-animation: rotateIn 1s ease 1;
}
.news-list{
	width: 185px;
	height: 225px;
	background: url('../images/b2.png') center repeat;
	position: relative;
	padding: 0 20px;
	margin-top: 15px;
}
.news-none{
	display: none;
}
.news-list-v{
	width: 225px;
	height: 225px;
	background: #111f29;
	//background: url('../images/b2.png') center repeat;
	position: relative;
	margin-top: 15px;
	overflow: hidden;
}
.news-list h3{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-top: 52px;
	overflow: hidden;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.news-list:hover h3{
	color: #01fff8;
}
.news-list p{
	color: #7f8993;
	font-size: 12px;
	line-height: 18px;
	height: 35px;
	padding-top: 20px;
	overflow: hidden;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.news-list .time{
	color: #107174;
	font-size: 12px;
	line-height: 12px;
	padding-top: 16px;
	display: block;
}
.spt{
	color: #fff;
    font-size: 12px;
    width: 50px;
    height: 19px;
    line-height: 19px;
    background: #0e4950;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.news-list-s{
	margin-top: 0;
}
.th-box{
	width: 225px;
	height: 150px;
	overflow: hidden;
	display: block;
	position: relative;
}
.th-box .th-bg{
	cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}
.th-box .v-btn{
	width: 55px;
	height: 55px;
	background: url('../images/v_icon.png') center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22.5px;
	margin-left: -22.5px;
	opacity: 0;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.news-list-v img{
	width: 225px;
	height: 150px;
	display: block;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.news-list-v .title{
	color: #02f7f0;
	padding-top: 18px;
	padding-left: 73px;
    font-size: 10px;
    display: block;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-v .name{
	color: #789019;
	margin-top: 10px;
	margin-left: 15px;
    font-size: 15px;
    line-height: 20px;
    padding-left: 24px;
    //background: url('../images/man.png') center left no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-v:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.news-list-v:hover .th-box .th-bg{
	opacity: 1;
}
.news-list-v:hover .th-box .v-btn{
	opacity: 1;
}


.news-right{
	width: 945px;
	height: 225px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.enter-link{
	width: 225px;
	height: 225px;
	float: left;
	display: block;
	margin-right: 15px;
	position: relative;
}
.news-right .join-link{
	margin-right: 0;
}
.enter-link a{
	width: 225px;
	height: 225px;
	float: left;
	display: block;
}
.enter-link .r1{
	background: url('../images/r1.png') center no-repeat;
	background-position: 0 0;
}
.enter-link .r1-back{
	background: url('../images/r1.png') center no-repeat;
	background-position: -225px 0;
}
.enter-link .r2{
	background: url('../images/r2.png') center no-repeat;
	background-position: 0 0;
}
.enter-link .r2-back{
	background: url('../images/r2.png') center no-repeat;
	background-position: -225px 0;
}
.enter-link .r3{
	background: url('../images/r3.png') center no-repeat;
	background-position: 0 0;
}
.enter-link .r3-back{
	background: url('../images/r3.png') center no-repeat;
	background-position: -225px 0;
}
.enter-link .r4{
	background: url('../images/r4.png') center no-repeat;
	background-position: 0 0;
}
.enter-link .r4-back{
	width: 225px;
	height: 225px;
	float: left;
	display: block;
	background: url('../images/r4.png') center no-repeat;
	background-position: -225px 0;
}
.enter-link .back{
	transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY( -180deg );
    -moz-transform: rotateY( -180deg );
    -o-transform: rotateY( -180deg );
    transform: rotateY( -180deg );
}
.enter-link  .front{
	transition: transform 400ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    -webkit-transform: rotateY( 0deg );
    -moz-transform: rotateY( 0deg );
    -o-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
	display: none\9;
}
.enter-link:hover .front{
	-webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );

}
.enter-link:hover .back{
  -webkit-transform: rotateY( 0deg );
  -moz-transform: rotateY( 0deg );
  -o-transform: rotateY( 0deg );
  transform: rotateY( 0deg );
}
.enter-link .join-icon{
	width: 78px;
	height: 78px;
	display: block;
	border: 1px solid #36908f;
	position: relative;
}
.join-icon span{
	display: block;
	background: url('../images/join_icon.png') center no-repeat;
}
.enter-link .j-wx{
	position: absolute;
	top: 26px;
	left: 25px;
}
.enter-link .j-wb{
	position: absolute;
	top: 26px;
	right: 25px;
}
.enter-link .j-qq{
	position: absolute;
	bottom: 26px;
	left: 25px;
}
.enter-link .j-bd{
	position: absolute;
	bottom: 26px;
	right: 25px;
}
.enter-link .j-wx span{
	width: 33px;
	height: 28px;
	background-position: 0 0;
	position: absolute;
	top: 25px;
	left: 22px;
}
.enter-link .j-wb span{
	width: 36px;
	height: 30px;
	background-position: -44px 0;
	position: absolute;
	top: 21px;
	left: 24px;
}
.enter-link .j-qq span{
	width: 29px;
	height: 29px;
	background-position: -90px 0;
	position: absolute;
	top: 24px;
	left: 24px;
}
.enter-link .j-bd span{
	width: 30px;
	height: 30px;
	background-position: -128px 0;
	position: absolute;
	top: 24px;
	left: 25px;
}
.r4-back a:hover{
	background: rgba(200, 203, 203, 0.5);
}
.join-qr{
	width: 225px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/* book-box */
.book-box{
	width: 100%;
	height: 850px;
	display: block;
	position: relative;
	background: url('../images/p3_bg.jpg') center top repeat;
}
.book-box .t3{
	width: 200px;
	height: 94px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -100px;
	z-index: 3;
}
.swiper-book{
	width: 1304px;
	height: 417px;
	position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -652px;
    background: url('../images/border.png') center no-repeat;
}
.book-lang{
	width: 436px;
	padding-left: 120px;
	z-index: 2;
}
.slide-cur .book-lang{
	animation: fadeInLeft 1s ease 1 forwards;
	-moz-animation: fadeInLeft 1s ease 1 forwards;
	-webkit-animation: fadeInLeft 1s ease 1 forwards;
	-ms-animation: fadeInLeft 1s ease 1 forwards;
}
.slide-cur img{
	animation: fadeInRight 1s ease 1 forwards;
	-moz-animation: fadeInRight 1s ease 1 forwards;
	-webkit-animation: fadeInRight 1s ease 1 forwards;
	-ms-animation: fadeInRight 1s ease 1 forwards;
}
.book-lang .en{
	color: #421212;
	font-size: 20px;
	line-height: 20px;
	padding-top: 42px;
	padding-bottom: 10px;
}
.book-lang .cn{
	color: #421212;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	padding-bottom: 30px;
}
.book-lang .normal{
	color: #151515;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 10px;
}
.book-lang .desc{
	color: #151515;
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
	overflow: hidden;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.swiper-book img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.swiper-book .s1{
    top: -86px;
    right: -155px;
}
.swiper-book .s2{
    top: -276px;
    right: -43px;
}
.swiper-book .s2{
    top: -276px;
    right: -43px;
}
.swiper-book .s3{
    top: -181px;
    right: 56px;
}
.swiper-book .s4{
   top: -192px;
    right: -37px;
}
.swiper-book .s5{
    top: -197px;
    right: -88px;
}
.swiper-book .s6{
    top: -168px;
    right: 68px;
}
.swiper-book .s7{
    top: -135px;
    right: 111px;
}
.swiper-book .s8{
    top: -69px;
    right: 137px;
}
.swiper-book .s9{
    top: -102px;
    right: 9px;
}
.swiper-book .s10{
    top: -206px;
    right: -17px;
}

/* feature-box */
.feature-box{
	width: 100%;
	height: 960px;
	display: block;
	position: relative;
	background: url('../images/p4_bg.jpg') center top repeat;
}
.feature-box .t4{
	width: 201px;
	height: 94px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -100px;
}
.swiper-ft{
	width: 1304px;
	height: 650px;
	position: absolute;
    top: 185px;
    left: 50%;
    margin-left: -652px;
}
.swiper-ft img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.swiper-ft .ft-name{
	width: 100%;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 130px;
}
.swiper-ft .ft-desc{
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 96px;
}
.swiper-slide-active .ft-name,.swiper-slide-active .ft-desc{
	animation: fadeInUp 1s ease 1 forwards;
	-moz-animation: fadeInUp 1s ease 1 forwards;
	-webkit-animation: fadeInUp 1s ease 1 forwards;
	-ms-animation: fadeInUp 1s ease 1 forwards;
}
/* apt-wrap */
.apt-wrap{
	width: 100%;
	height: 569px;
	display: block;
	position: relative;
	background: url('../images/p5_bg.jpg') center top repeat;
}
.apt-wrap .t5{
	width: 639px;
	height: 75px;
	position: absolute;
	top: 101px;
	left: 50%;
	margin-left: -320px;
}
.apt-box{
	width: 510px;
	height: 195px;
	position: absolute;
	top: 235px;
	left: 50%;
	margin-left: -255px;
}
.qrcode{
	width: 194px;
	height: 194px;
	position: absolute;
	left: 0;
	top: 0;
}
.dl-tip-b{
	position: absolute;
	top: 0; left: 203px;
	width: 580px;
	height: 96px;
	background: url(../images/tipbg.png);
}

.dl-tip-b p{
	width: 540px;
	height: 60px;
	margin: 0 auto;
	margin-top: 15px;
	font: normal 14px/1.5 "Microsoft Yahei";
	color: #FFF;
}

.dl-btn-b{
	width: 311px;
	height: 101px;
	display: block;
	background: url('../images/dl_btn.png') center no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}
.dl-btn-b:hover{
	background-position: 0 -111px;
}
.follow{
	width: 305px;
	height: 37px;
	position: absolute;
	right: 0;
	top: 108px;
}
.dl-share{
	width: 43px;
	height: 42px;
	display: block;
	background: url('../images/dl_icon.png') center no-repeat;
	position: absolute;
	bottom: 0;
}
.apt-box .dl-weibo{
	background-position: 0 0;
	right: 200px;
}
.apt-box .dl-qq{
	background-position: -44px 0;
	right: 131px;
}
.apt-box .dl-baidu{
	background-position: -88px 0;
	right: 61px;
}
.apt-box .dl-weibo:hover{
	background-position: 0 -43px;
}
.apt-box .dl-qq:hover{
	background-position: -44px -43px;
}
.apt-box .dl-baidu:hover{
	background-position: -88px -43px;
}
/* swiper first */
.swiper-container {
	width: 100%;
	height: 465px;
}
.pagination-0 {
	height: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 15px;
    width: 100%;
    z-index: 2;
}
.news-wrap .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #838586;
	margin: 0 3px;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-01fff8;
	border-radius: 50%;
}
.news-wrap .swiper-active-switch {
	width: 22px;
	border: none;
	box-sizing: border-box;
	border-radius: 8px;
	background: #01fff8;
}
/* swiper second */
.swiper-container-1{
    width: 1305px;
    height: 650px;
}
.swiper-ft .arrow-left-1 {
	width: 60px;
    height: 60px;
    display: block;
    background: url('../images/arrow.png') center no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 286px;
    left: -92px;
    z-index: 2;
}
.swiper-ft .arrow-left-1:hover{
	background-position: -73px 0;
}
.swiper-ft .arrow-right-1 {
    width: 60px;
    height: 60px;
    display: block;
    background: url('../images/arrow.png') center no-repeat;
    background-position: -155px 0;
    position: absolute;
    top: 286px;
    right: -92px;
    z-index: 2;
}
.swiper-ft .arrow-right-1:hover{
	background-position: -229px 0;
}
.pagination {
	height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 38px;
    width: 100%;
    z-index: 2;
}
.feature-box .swiper-pagination-switch {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #838586;
	margin: 0 5px;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.feature-box .swiper-active-switch {
	width: 32px;
	border: none;
	box-sizing: border-box;
	border-radius: 8px;
	background: #01fff8;
}
.swiper-slide{
	position: relative;
}
/* swiper third */
.swiper-mine{

}
.swiper-mine .mine-slide{
	width: 100%;
	height: 100%;
	display: none;
}
.swiper-mine .slide-cur{
	display: block;
}

.swiper-container-2{
    width: 1920px;
    height: 908px;
}
.swiper-book .book-prev {
	width: 61px;
    height: 60px;
    display: block;
    background: url('../images/arrow_s.png') center no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 175px;
    left: -92px;
    z-index: 2;
}
.swiper-book .book-prev:hover{
	background-position: -74px 0;
}
.swiper-book .book-next {
    width: 61px;
    height: 60px;
    display: block;
    background: url('../images/arrow_s.png') center no-repeat;
    background-position: -146px 0;
    position: absolute;
    top: 175px;
    right: -92px;
    z-index: 2;
}
.swiper-book .book-next:hover{
	background-position: -214px 0;
}
.pagination-2 {
	height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 35px;
    width: 100%;
    z-index: 2;
}
.pagination-mine{
	width: 1028px;
	height: 80px;
	display: block;
	position: absolute;
	bottom: -130px;
	left: 50%;
	margin-left: -514px;
	z-index: 2;
}
.pagination-mine span {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 5px;
	cursor: pointer;
	background: url('../images/icon.png');
}
.book-box .thumb-name {
	width: 1028px;
	display: block;
	position: absolute;
	bottom: -220px;
	left: 50%;
	margin-left: -514px;
	z-index: 2;
}
.book-box .thumb-name span{
	color: #3d2300;
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin: 0 5px;
}
.swiper-slide{
	position: relative;
}
/* 缩略图 */
.book-box .thumb0:hover{
	background-position: 0 0;
}
.book-box .thumb1:hover{
	background-position: -96px 0;
}
.book-box .thumb2:hover{
	background-position: -192px 0;
}
.book-box .thumb3:hover{
	background-position: -288px 0;
}
.book-box .thumb4:hover{
	background-position: -384px 0;
}
.book-box .thumb5:hover{
	background-position: -480px 0;
}
.book-box .thumb6:hover{
	background-position: -576px 0;
}
.book-box .thumb7:hover{
	background-position: -672px 0;
}
.book-box .thumb8:hover{
	background-position: -768px 0;
}
.book-box .thumb9:hover{
	background-position: -864px 0;
}
.book-box .thumb10:hover{
	background-position: -960px 0;
}
.book-box .thumb0{
	background-position: 0 -96px;
}
.book-box .thumb1{
	background-position: -96px -96px;
}
.book-box .thumb2{
	background-position: -192px -96px;
}
.book-box .thumb3{
	background-position: -288px -96px;
}
.book-box .thumb4{
	background-position: -384px -96px;
}
.book-box .thumb5{
	background-position: -480px -96px;
}
.book-box .thumb6{
	background-position: -576px -96px;
}
.book-box .thumb7{
	background-position: -672px -96px;
}
.book-box .thumb8{
	background-position: -768px -96px;
}
.book-box .thumb9{
	background-position: -864px -96px;
}
.book-box .thumb10{
	background-position: -960px -96px;
}
.thumb10 a{
	width: 80px;
	height: 80px;
	display: block;
}

/* video-pop */
.video-pop{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 101;
	display: none;
}
.video-pop-box{
	width: 895px;
    height: 524px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    margin-left: -450px;
    margin-top: -287px;
	animation: bounceInDown 1s ease 1;
	-moz-animation: bounceInDown 1s ease 1;
	-webkit-animation: bounceInDown 1s ease 1;
	-ms-animation: bounceInDown 1s ease 1;
}
.video-pop .close{
	width: 44px;
	height: 44px;
	display: block;
	background: url('../images/close.png') center no-repeat;
	position: absolute;
    top: 0px;
    right: -60px;
}
.down{
	width: 36px;
	height: 69px;
	background: url('../images/d1.png') center no-repeat;
	position: fixed;
    left: 50%;
    margin-left: -18px;
    bottom: 30px;
    z-index: 20;
    animation: fadeInUp 1s 1s ease 1 forwards;
	-moz-animation: fadeInUp 1s 1s ease 1 forwards;
	-webkit-animation: fadeInUp 1s 1s ease 1 forwards;
	-ms-animation: fadeInUp 1s 1s ease 1 forwards;
}
.down img{
	width: 8px;
	height: 12px;
	display: block;
	position: absolute;
	top: 4px;
	left: 14px;
    -webkit-animation: linear movetip 1s infinite;
    animation: linear movetip 1s infinite;
    -ms-animation: linear movetip 1s infinite;
}
/* add css3 basic style */
.container .opacity{
	opacity: 0;
	opacity: 1\9;
}

.container .zoom-in{
	animation: zoomIn 0.5s 0.5s ease 1 forwards;
	-moz-animation: zoomIn 0.5s 0.5s ease 1 forwards;
	-webkit-animation: zoomIn 0.5s 0.5s ease 1 forwards;
	-ms-animation: zoomIn 0.5s 0.5s ease 1 forwards;
}
.container .fadeInUpXs{
	animation: fadeInUpXs 1s ease 1 forwards;
	-moz-animation: fadeInUpXs 1s ease 1 forwards;
	-webkit-animation: fadeInUpXs 1s ease 1 forwards;
	-ms-animation: fadeInUpXs 1s ease 1 forwards;
}
.container .fadeInLeft{
	animation: fadeInLeft 1s ease 1 forwards;
	-moz-animation: fadeInLeft 1s ease 1 forwards;
	-webkit-animation: fadeInLeft 1s ease 1 forwards;
	-ms-animation: fadeInLeft 1s ease 1 forwards;
}
.container .fadeInDown{
	animation: fadeInDown 1s ease 1 forwards;
	-moz-animation: fadeInDown 1s ease 1 forwards;
	-webkit-animation: fadeInDown 1s ease 1 forwards;
	-ms-animation: fadeInDown 1s ease 1 forwards;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownXs {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -180deg);
    transform: rotate3d(0, 0, 1, -180deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -180deg);
    transform: rotate3d(0, 0, 1, -180deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes movetip {
	0% { top: 4px; }
	50% { top: 8px; }
	100% { top: 4px; }
}

@-webkit-keyframes movetip {
	0% { top: 4px; }
	50% { top: 8px; }
	100% { top: 4px; }
}

@-webkit-keyframes rotateIn360 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-360deg);
        transform: rotate3d(0,0,1,-360deg)
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rotateIn360 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-360deg);
        transform: rotate3d(0,0,1,-360deg)
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: scale3d(3, 3, 3);
    transform: scale3d(3, 3, 3);
  }

  50% {
    opacity: .8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: scale3d(3, 3, 3);
    transform: scale3d(3, 3, 3);
  }

  50% {
    opacity: .8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}


/* media query */
.transtion{
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1450px){
	.share-box{
	    right: 38px;
	}
	.slide-nav ul{
		right: 248px;
	}
	/* 第二屏 */
	.news-box{
		height: 100%;
	    height: 1176px;
	    display: block;
	    background: url('../images/p2_bg_c.jpg') center top repeat;
	}
	.news-wrap{
		width: 1188px;
		height: 945px;
	}
	.tab{
		left: 484px;
	}
	.news-right{
		bottom: 240px;
		left: 0;
	}
	.news-wrap .me-link{
	    position: absolute;
	    bottom: -240px;
	    left: 0;
	}
	.news-wrap .join-link{
		position: absolute;
	    bottom: -240px;
	    left: 240px;
	}
	.news-c-right{
		width: 225px;
	    height: 945px;
	    float: right;
	}
	.news-c-right .news-list-s{
		margin-top: 15px;
	}
	.news-c-left{
  	    height: 705px;
		position: absolute;
		top: 0;
		left: -240px;
	}
	.news-center{
		width: 465px;
	}
	.news-none{
		display: block;
	}

	/* 第三屏 */
	.swiper-book .book-next{
		right: 40px;
	}
	.swiper-book .book-prev{
		left: 40px;
	}
	/* 第四屏 */
	.swiper-ft .arrow-left-1{
		left: 40px;
	}
	.swiper-ft .arrow-right-1{
		right: 40px;
	}
	.swiper-ft{
	    width: 1200px;
	    height: 600px;
	    position: absolute;
	    top: 274px;
	    left: 50%;
	    margin-left: -600px;
	}
	.swiper-container-1{
		width: 1200px;
	    height: 600px;
	}
}
