@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body,
html {
	font-family: "Microsoft YaHei";
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
input {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-appearance: none;
	border-radius:0;
}
ul,
ol,
li {
	list-style: none;
}
i,em,dfn{
	font-style: normal;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.warp {
	font-size: 0;
	position: relative;
	max-width: 1920px;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.ti {
	text-indent: -999em;
}
.warp {
	position: relative;
	max-width: 1920px;
	min-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.page {
	display: flex;
	flex-direction: row;
}
.bg {
	width: 1920px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.bg .vision{
	width: 1920px;
}
.logo {
	top: 15px;
	left: 32px;
	font-size: 0;
	white-space: nowrap;
}
.logo a{
	width: 84px;
	height: 84px;
	display: inline-block;
	vertical-align: middle;
}
.logo p{
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
}
.logo p span {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	display: block;
}
.logo p em {
	color: #dbbf8f;
	font-size: 16px;
	line-height: 25px;
	display: block;
}
.video-box{
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.video-box .btn-video{
	position: absolute;
	display: block;
}
.btn-video img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.btn-video .icon-play1{
	-webkit-animation: playmove 2.5s linear infinite;
    animation: playmove 2.5s linear infinite;
}
@-webkit-keyframes playmove {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes playmove {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.mainNew{
	width: 1090px;
	height: 316px;
	top: -92px;
	left: 50%;
	margin-left: -545px;
	background: #fff;
	border-radius: 5px;
}
.swiper-container,
.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mainNew .newsSelling{
	width: 608px;
	height: 345px;
	top: -63px;
	left: -117px;
}
.mainNew .newsSelling a{
	width: 608px;
	height: 320px;
	overflow: hidden;
}
.mainNew .newsSelling img{
	width: 608px;
	height: 320px;
	border-radius: 5px;
}
.mainNew .newsSelling .swiper-pagination-bullet{
	width: 10%;
	height: 5px;
	border-radius: inherit;
	opacity: 1;
	transition: all .3s;
}
.mainNew .newsSelling .swiper-pagination-bullet-active{
	background: #dbb458;
}
.newsList{
	width: 498px;
	height: 240px;
	top: 23px;
	right: 52px;
}
.newsTab a{
	display: inline-block;
	color: #757575;
	font-size: 18px;
	line-height: 24px;
	margin: 15px 34px 15px 0;
	transition: all .3s;
}
.newsTab a.active{
	color: #dbb458;
}
.newsQueue .newsQueueList{
	width: 100%;
	height: 204px;
	overflow: hidden;
	display: none;
}
.newsQueue .newsQueueList.show{
	display: block;
	animation: opacitys 1s ease both;
}
@keyframes opacitys{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.newsQueue .newsQueueList a{
	width: 100%;
	height: 50px;
	position: relative;
	display: block;
	line-height: 50px;
	border-top: 1px dashed #c9c9c9;
	color: #757575;
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0;
	transition: all .3s;
}
.newsQueue .newsQueueList a:hover,
.btnMore:hover{
	color: #dbb458;
}
.newsQueue .newsQueueList a:after{
	content: '';
	width: 8px;
	height: 8px;
	background: #ddb862;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -4px;
	transform: rotate(45deg);
}
.newsQueue .newsQueueList a em{
	width: 140px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	margin-left: 20px;
}
.newsQueue .newsQueueList a span{
	width: 337px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btnMore{
	color: #757575;
	line-height: 24px;
	height: 24px;
	top: 15px;
	right: 5px;
	transition: all .3s;
}
.btnMore span{
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.btnMore em{
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	margin-left: 5px;
}
/**底部版权**/
.footer {
	float: left;
    width: 100%;
    min-width: 1000px;
    position: relative;
    padding: 20px 0 40px 0;
    overflow: hidden;
    background-color: #282f3e;
    color: #fff;
}
.footer .wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.footer .wrap .ti {
    text-indent: -999em;
}
.footer .f_link {
    display: inline;
    float: left;
    width: 270px;
    height: 52px;
    margin: 25px 0 0 12px;
    background: url(//static.leiting.com/lib/images/f_logo.png) no-repeat 0 0;
}
.footer .f_link a {
    float: left;
    height: 52px;
}
.footer .f_link a.jbt_link {
    width: 125px;
}
.footer .f_link a.ltyx_link {
    width: 140px;
}
.footer .f_txt {
    float: left;
    padding: 14px 0 0 10px;
    color: #a5a5a5;
}
.footer .f_txt p {
    height: 24px;
    font: 400 12px/2em '\5FAE\8F6F\96C5\9ED1',tahoma,sans-serif;
}
.footer .f_txt p a {
    color: #7b7f82;
    font: 400 12px/2em '\5FAE\8F6F\96C5\9ED1',tahoma,sans-serif;
    text-decoration: none;
}
.footer .f_txt p a:hover {
    color: #7b7f82;
    text-decoration: underline;
}
.footer .f_txt p a img {
    vertical-align: middle;
}
.footer .f_txt p a:hover img {
    text-decoration: none;
}
.footer .f_txt p span {
    font-family: Arial;
}
/**右侧悬浮下载框**/
.floatDown{
	width: 192px;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 30px 0;
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}
.floatDown #qrCode,
.floatDown .downCode{
	width: 142px;
	height: 142px;
	display: block;
	margin: 0 auto;
}
.floatDown p{
	color: #757575;
	font-size: 15px;
	text-align: center;
	line-height: 32px;
}
.downBtnList{
	width: 163px;
	margin: 10px auto 0;
}
.downBtnList a{
	width: 163px;
	display: block;
	margin-bottom: 12px;
	transition: all .3s;
}
.downBtnList a img{
	width: 100%;
}
.downBtnList a:last-child{
	margin-bottom: 0;
}
.downBtnList a:hover{
	transform: scale(.9);
}
/**游戏特色**/
.gameFeatures{
	width: 1200px;
	top: 270px;
	left: 50%;
	margin-left: -600px;
}
.gameFeatures .gameFeaturesTitle{
	width: 946px;
	height: 269px;
	margin: 0 auto;
}
.gameFeatures .carousel1{
	width: 948px;
	height: 591px;
	margin: 0 auto;
}
.gameFeatures .carousel1 .swiper-slide{
	width: 337px;
	height: 591px;
}
.gameFeatures .carousel2{
	width: 1200px;
	height: 366px;
	margin: 80px auto 0;
}
.gameFeatures .carousel2 .swiper-slide{
	width: 650px;
	height: 366px;
}
.gameFeatures .swiper-slide img{
	width: 100%;
}
.gameFeatures .iconPrev{
	width: 77px;
	height: 99px;
	background-image: none;
	margin-top: -49.5px;
	left: -110px;
	transition: all .3s;
}
.gameFeatures .iconPrev:hover{
	transform: translateX(-10px);
}
.gameFeatures .iconNext{
	width: 77px;
	height: 99px;
	background-image: none;
	margin-top: -49.5px;
	right: -110px;
	transition: all .3s;
}
.gameFeatures .iconNext:hover{
	transform: translateX(10px);
}

.mask-video, .mask-advert{
	position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
}
.mask-video .close-video {
    width: 0.5rem;
	height: 0.5rem;
    position: absolute;
    top: -0.6rem;
    right: 0;
    z-index: 2;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAclBMVEUAAADYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzqAaSkAAAAJXRSTlMAs7YDTUkP9b+eVRfTlGw4KhzezsjEuoqBc2RBLx8UCd/ZqqRfJcwcAAAAAMpJREFUKM910+kOgjAQBOAtlFPkFkUOz3n/VxQlbWO3nV+EL9NktymRjMmTuN4UqY9T1NQMEG59om+IQoEgdOgL6f47cPUznFRp6zv0pr5D1j+ij8lEQIR/2mk15xst9Mn8/DOKleyo+TZ9HJjq+S64O/S3H/HVVin3bES7kC8Z0OkuzwgIv5YohHGuyaL2x3NFUu/ze3TW+2N5I6ns/ZnkQGXvj6vZn6UTvx+VCIj4/TC1+lolUz3fpJT3h4ZmIPc+IkmrKL1PUNIHycAPELv6e8cAAAAASUVORK5CYII=') 0 0/100% 100% no-repeat;
}
.mask-video .close-video2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mask-video .video-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3
}
.mask-video1 .pop-video {
    width: 8rem;
	height: auto;
}
.mask-video2 .pop-video {
    height: 6rem;
	width: auto;
}
/*广告图配置功能*/
.advert-part {
    width: 2.2rem;
    top: 3.6rem;
    left: .2rem;
    overflow-x: hidden;
    padding-bottom: .16rem;
}
.advert-part .close-advert {
    width: .4rem;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all .3s;
}
.advert-part .advert-swiper .advert-pagination{
    bottom: 0;
}
.advert-part .advert-swiper .advert-pagination .swiper-pagination-bullet{
    opacity: .5;
    margin: 0 .05rem;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    border: 1px solid transparent;
}
.advert-part .advert-swiper .advert-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.advert-part .close-advert img,
.advert-part .advert-swiper,
.advert-part .advert-swiper a,
.advert-part .advert-swiper a img,
.mask-advert .dialog-advert .close-advert img {
    width: 100%;
}
.mask-advert .dialog-advert {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mask-advert .dialog-advert .advert-img {
    max-width: 12rem;
    max-height: 8rem;
}
.mask-advert .dialog-advert .close-advert {
    width: 1rem;
    top: 0;
    right: -1.1rem;
    z-index: 2;
    transition: all .3s;
}
.advert-part .close-advert:hover,
.mask-advert .dialog-advert .close-advert:hover {
    transform: rotate(180deg);
}