.index{	background:#26282f;}
.index .banner1 .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	max-width:1920px;
	margin:0 auto;
}
.index .banner1 .swipe .prev{
	background:url(../images/change.png) no-repeat left top;
	width:37px;
	height:78px;
	position:absolute;
	top:50%;
	left:30px;
	margin-top:-39px;
	font-size:0;
	border:none;
	opacity:.7;
	transition:all .2s ease 0s;
}
.index .banner1 .swipe .next{
	background:url(../images/change.png) no-repeat right top;
	width:37px;
	height:78px;
	position:absolute;
	top:50%;
	right:30px;
	margin-top:-39px;
	font-size:0;
	border:none;
	opacity:.7;
	transition:all .2s ease 0s;
}
.index .banner1 .swipe .prev:hover{
	opacity:1;
}
.index .banner1 .swipe .next:hover{
	opacity:1;
}
.index .banner1 .swipe-wrap {
	overflow: hidden;
	position: relative;
}
.index .banner1 .swipe-wrap .swipe-item{
	float:left;
	width:100%;
	position: relative;
	overflow:hidden;
}
.index .banner1 .swipe-wrap .swipe-item .swipe-item-position{
	position: relative;
	max-height:850px;
	overflow:hidden;
}
.index .banner1 .swipe-wrap .swipe-item .swipe-item-img{
	width:1920px;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-title{
	position:absolute;
	bottom: 27%;
    left: 30%;
    font-size: 40px;
	margin:0;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	width:40%;
	line-height:120%;
	text-align:center;
	text-shadow:2px 2px 1px rgba(0,0,0,.2);
	z-index:5;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-p{
	position:absolute;
	top:75%;
	left:25%;
	font-size:25px;
	color:#fff;
	width:50%;
	line-height:35px;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	z-index:5;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-logo{
	position:absolute;
	bottom:25%;
	left:38%;
	width:24%;
	z-index:5;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-video{
	width:100%;
	position:relative;
	z-index:99;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-btn{
	position:absolute;
	bottom:6%;
	left:42%;
	width:16%;
	line-height:150%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:260%;
	color:#fc8301;
	border:2px solid #fc8301;
	border-radius:3px;
	transition:all .3s ease 0s;
	z-index:100;
}
.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-btn:hover{font-size:45px;}
.index .banner1 .dot{
	position: absolute;
	left:50%;
    width:400px;
    margin-left:-200px;
    text-align: center;
	bottom:2%;
	z-index: 5;
}
.index .banner1 .dot span {
	width:15px;
	height:15px;
	display: inline-block;
	margin-right:5px;
	background-color:#283434;
	border-radius:50%;
}
.index .banner1 .dot span:nth-child(5){	margin-right:0px;}
.index .banner1 .dot span a{
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	color:#808080;
	cursor:pointer;
	transition:all .3s ease 0s;
	font-size:0;

}
.index .banner1 .dot span a:hover{
	background-color:#fff;
	border-radius:50%;
}
.index .banner1 .dot .cur {
	background-color:#fff;
}
.index .banner2 .b2-title{
	font-size:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	height:110px;
	line-height:110px;
	text-align:center;
	color:#fc8301;
}
.index .banner2 .b2-list .b2-list-item{
	padding-bottom:20px;
	max-width:1920px;
	height:810px;
	margin:0 auto;
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
}
.index .banner2 .b2-list .display-none{
	display:none;
}
.index .banner2 .b2-list .b2-list-item:last-child{
	padding-bottom:0px;
}
.index .banner2 .b2-list .b2-list-item .b2-content{
	width:1200px;	
	margin:0 auto;
	padding-top:230px;
}
.index .banner2 .b2-list .b2-list-item .b2-content-child{
	width:500px;
	height:520px;
	overflow:hidden;
	margin-left:auto;
	text-align:center;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-img{
	width:80%;
	margin:0 auto;
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-dt{
	font-family: Arial, Helvetica, sans-serif;
	color:#fc8301;
	font-weight:lighter;
	font-size:40px;
	line-height:50px;
	padding-bottom:25px;
	overflow:hidden;
	text-transform:uppercase;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-dd{
	height:125px;
	font-size:16px;
	line-height:25px;
	text-align:left;
	padding-bottom:26px;
	overflow:hidden;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn a{
	background-size:290px !important;
	width:70px;
	height:70px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	transition:all .2s ease 0s;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-app-btn{
	background:url(../images/down-m-btn.png) no-repeat 0 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-app-btn:hover{
	background:url(../images/down-m-btn.png) no-repeat 0 -70px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-and-btn{
	background:url(../images/down-m-btn.png) no-repeat -74px 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-and-btn:hover{
	background:url(../images/down-m-btn.png) no-repeat -74px -70px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-win-btn{
	background:url(../images/down-m-btn.png) no-repeat -221px 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-win-btn:hover{
	background:url(../images/down-m-btn.png) no-repeat -221px -70px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-amz-btn{
	background:url(../images/down-m-btn.png) no-repeat -147px 0;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-btn .down-amz-btn:hover{
	background:url(../images/down-m-btn.png) no-repeat -147px -70px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-list{
	font-size:0;
	text-align:center
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-list .b2-list-item-list-item{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:43px 20px 0 0;
	width:352px;
	height:185px;
}
.index .banner2 .b2-list .b2-list-item .b2-list-item-list .b2-list-item-list-item:last-child{margin-right:0;}
.index .banner2 .b2-more{
	height:97px;
	display:block;
	width:100%;
	background:#1b1d22 url(../images/index-more.png) no-repeat center center;
	max-width:1920px;
	margin:0 auto;
}
.index .hidethis .b2-more{
	display:block;
}
.index .banner2 .b2-more:hover{
	background-color:#14161b;
}
.index .banner2 .b2-more.return{
	transform: rotate(180deg);
	transform-origin:50% 50%;
	-ms-transform: rotate(180deg); /* IE 9 */
	-ms-transform-origin:50% 50%; /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-webkit-transform-origin:50% 50%; /* Safari and Chrome */
	-moz-transform: rotate(180deg); /* Firefox */
	-moz-transform-origin:50% 50%; /* Firefox */
	-o-transform: rotate(180deg); /* Opera */
	-o-transform-origin:50% 50%; /* Opera */
}

.index .banner3 .b3-title{
	font-size:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	height:110px;
	line-height:110px;
	text-align:center;
	color:#fc8301;
}
.index .banner3 .b3-content{
	background:url(../images/index-banner3.jpg) no-repeat center top;
	height:604px;
	max-width:1920px;
	margin:0 auto;
	position:relative;
}
.index .banner3 .b3-content p{
	position:absolute;
	left:50%;
	bottom:0px;
	padding:15px;
	margin-left:-348px;
	font-size:16px;
	line-height:25px;
	width:668px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	max-height:300px;
	overflow:hidden;
}