section #bannerSlider {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	height: 672px
}
section .sub-banner-title {
	margin-top: 46px;
	position: relative;
	text-align: left;
	font-size: 17px;
	line-height: 48px;
	height: 48px;
	color:#333333;
}

section .sub-banner-title span:last-child {
	float:right;
}

section .sub-banner-title span:last-child  a{
	float:right;
	color:#999999;
	font-size: 13px;
}

section .sub-banner {
	margin-top: 7px;
	width: 100%;
	text-align: center
}

section .sub-banner li {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	*display: inline;
	*zome: 1;
	width: 356px
}

section .sub-banner li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 356px;
	height: 216px
}

section .sub-banner li a:hover i {
	display: block
}

section .sub-banner li a .selection-box {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #4a4a4a;
	z-index: -1
}

section .sub-banner li a i {
	display: none;
	position: absolute;
	font-size: 42px;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	color: #d8d8d8
}

section .sub-banner li a img {
	position: absolute;
	width: 356px;
	height: 216px;
	left: 0;
	top: 0
}

section .sub-banner li a:hover img {
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeup;
	-moz-animation-name: fadeup;
	-o-animation-name: fadeup;
	animation-name: fadeup;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center
}

@
-webkit-keyframes fadeup { 0% {
	top: 0
}

100%
{
top
:
 
-4
px

	
}
}
@
-moz-keyframes fadeup { 0% {
	top: 0
}

100%
{
top
:
 
-4
px

	
}
}
@
-o-keyframes fadeup { 0% {
	top: 0
}

100%
{
top
:
 
-4
px

	
}
}
@
keyframes fadeup { 0% {
	top: 0
}

100%
{
top
:
 
-4
px

	
}
}
section .sub-banner li h1 {
	text-align: left;
	margin-top: 22px;
	line-height: 1em;
	font-size: 14px;
	color: #484848
}

section .sub-banner li p {
	text-align: left;
	margin-top: 3px;
	font-size: 14px;
	line-height: 1.5em;
	color: #8f8f8f
}

footer {
	margin-top: 50px
}

.pop-layer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99
}

.pop-layer .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #d8d8d8;
	filter: alpha(opacity = 70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7
}

.pop-layer #player, .pop-layer object, .pop-layer embed {
	position: absolute;
	width: 800px;
	height: 520px;
	left: 50%;
	top: 50%;
	margin-top: -260px;
	margin-left: -400px
}

.whole-banner-box {
	width: 300%
}

.display-none {
	display: none
}

@
-webkit-keyframes moveup { 0% {
	-webkit-transform: translateY(40px)
}

100%
{
-webkit-transform
:
 
translateY
(0)

	
}
}
@
-moz-keyframes moveup { 0% {
	-moz-transform: translateY(40px)
}

100%
{
-moz-transform
:
 
translateY
(0)

	
}
}
@
-o-keyframes moveup { 0% {
	-o-transform: translateY(40px)
}

100%
{
-o-transform
:
 
translateY
(0)

	
}
}
@
keyframes moveup { 0% {
	transform: translateY(40px)
}

100%
{
transform
:
 
translateY
(0)

	
}
}
@
-webkit-keyframes transp { 0% {
	-webkit-opacity: 0
}

100%
{
-webkit-opacity
:
 
1
}
}
@
-moz-keyframes transp { 0% {
	-moz-opacity: 0
}

100%
{
-moz-opacity
:
 
1
}
}
@
-o-keyframes transp { 0% {
	opacity: 0
}

100%
{
opacity
:
 
1
}
}
@
keyframes transp { 0% {
	opacity: 0
}

100%
{
opacity
:
 
1
}
}
@
-webkit-keyframes easeIn { 0% {
	-webkit-opacity: 0
}

100%
{
-webkit-opacity
:
 
1
}
}
@
-moz-keyframes easeIn { 0% {
	-moz-opacity: 0
}

100%
{
-moz-opacity
:
 
1
}
}
@
-o-keyframes easeIn { 0% {
	opacity: 0
}

100%
{
opacity
:
 
1
}
}
@
keyframes easeIn { 0% {
	opacity: 0
}

100%
{
opacity
:
 
1
}
}
@
-webkit-keyframes easeOut { 0% {
	-webkit-opacity: 1
}

100%
{
-webkit-opacity
:
 
0
}
}
@
-moz-keyframes easeOut { 0% {
	-moz-opacity: 1
}

100%
{
-moz-opacity
:
 
0
}
}
@
-o-keyframes easeOut { 0% {
	opacity: 1
}

100%
{
opacity
:
 
0
}
}
@
keyframes easeOut { 0% {
	opacity: 1
}

100%
{
opacity
:
 
0
}
}
.transEaseIn {
	-webkit-animation-duration: 0s;
	-moz-animation-duration: 0s;
	-o-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: easeIn;
	-moz-animation-name: easeIn;
	-o-animation-name: easeIn;
	animation-name: easeIn;
	-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
	-moz-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	z-index: 1
}

.transEaseOut {
	-webkit-animation-duration: 0s;
	-moz-animation-duration: 0s;
	-o-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: easeOut;
	-moz-animation-name: easeOut;
	-o-animation-name: easeOut;
	animation-name: easeOut;
	-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
	-moz-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	z-index: -1
}

.banner {
	height: 532px;
	overflow: hidden;
	position: relative;
}

.banner .d1 {
	width: 100%;
	height: 530px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner a{
	cursor: default;
}

.banner .d2 {
	width: 100%;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 500px;
}

.banner .d2 ul {
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	margin:0 0 0 -17px;
	display: inline;
	cursor:pointer;
}

.banner .d2 li {
	display: block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-color: rgba(255,255,255,1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	float:left;
}
.dl_app{
    margin:0 auto;
    }
.left-box,.right-box{
    padding:100px 0 50px 0;
}
.right-box{
    margin-top:50px;
}
.dl_title{
    font-size:2.5em;
    color:black;
    margin:50px 0 20px 0;
}
.dl_desc{
    font-size:1.5em;
    color:black;
    margin:20px 0 10px 0;
    
}
.androiddownload,.iosdownload{
    display: inline;
 
	padding:15px;
	text-align: center;
	line-height: 40px;
	
	background: #999999;
	margin-right: 15px;
}

.androiddownload:hover, .iosdownload:hover {
	background: #777777;
}


@media (max-width: 768px) {
    
    .left-box,.right-box{
        text-align: center;
    }
    .left-box{
		padding-bottom:0;
	}
    .right-box{
        margin:0;
		padding:0 0 50px 0;
    }
    
}







.banner .d2 li.nuw {
	display: block;
    width:6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 6px;
     -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
    background:rgba(255,137,0,1); 
}