html,
body {
	width: 100%;
	height: 100%;
	background: white;
}

/*===轮播=====*/
.lunbanner {
	position: relative;
}

.lunbo {
	z-index: 3;
	position: relative;
	height: 550px;
	width: 100%;
	background: no-repeat center;
	background-size: 100%;
}

.lun_list {
	z-index: 4;
	position: absolute;
	bottom: 30px;
	width: 20%;
	margin-left: 80%;
	min-width: 200px;
	height: 20px;
}

.lun_list ul li {
	float: left;
	margin-left: 15px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: white;
}

.lun_list ul li:hover {
	cursor: pointer;
}

.lun_list .foucus_list {
	background: #2E93D6;
	width: 35px;
	border-radius: 90px;
}

/*recomend热门推荐*/
.recommend {
	position: relative;
	top: 60px;
	width: 1250px;
	height: auto;
	text-align: center;
}

.r_title {
	font-size: 32px;
}

.r_infro {
	color: #307DE3;
}

.r_pic {
	margin-top: 30px;
	width: 100%;
	height: 460px;
}

.r_pic div {
	position: relative;
	float: left;
	width: 395px;
	margin-right: 10px;
}

.r_pic div:hover {
	cursor: pointer;
}

.game_pic {
	height: 100%;
	background: no-repeat;
	background-size: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}

.game_pic:hover {
	background-size: 105%;
}

.game_pic:hover .r_c_cover {
	display: block;
}

.recommend_pic1 {
	margin-bottom: 10px;
	height: 225px;
}

.recommend_pic2 {
	height: 225px;
}

.r_c_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(13, 13, 13, .5);
	display: none;
}

.r_c_c_title {
	margin-top: 30px;
	color: white;
	font-size: 20px;
	line-height: 30px;
}

.r_c_line {
	display: inline-block;
	height: 3px;
	width: 60px;
	background: rgba(229, 227, 227, .7);
}

.r_c_c_font {
	margin-top: 15px;
	color: white;
}

.r_c_c_btn {
	margin-top: 15px;
}

.r_c_c_title_one {
	margin-top: 100px;
	color: white;
	font-size: 20px;
	line-height: 30px;
}

.r_c_line_one {
	margin-top: 20px;
	display: inline-block;
	height: 3px;
	width: 60px;
	background: rgba(229, 227, 227, .7);
}

.r_c_c_font_one {
	margin-top: 30px;
	color: white;
}

.r_c_c_btn_one {
	margin-top: 30px;
}

/*brang_video品牌视频*/
.brang_video {
	position: relative;
	top: 40px;
	width: 1250px;
	height: 950px;
	text-align: center;
}

.brang_video .r_title {
	margin-top: 100px;
}

.b_content {
	margin-top: 30px;
	width: 100%;
	height: 740px;
}

.b_con_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(116, 116, 116, .3);
	display: none;
}

.video_play,
.video_play2 {
	display: inline-block;
	position: inherit;
	left: 0;
	right: 0;
	top: 40%;
}

.play_video,
.play_video2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	display: none;
}

.b_content_infro {
	float: left;
	width: 50%;
	height: 375px;
	position: relative;
	background: no-repeat;
	background-size: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.b_content_infro:nth-of-type(1):hover .b_con_cover,
.b_content_infro:nth-of-type(4):hover .b_con_cover {
	display: block;
}

.b_content_infro:nth-of-type(1):hover,
.b_content_infro:nth-of-type(4):hover {
	cursor: pointer;
	background-size: 105%;
}

.b_c_infro_t {
	margin-top: 30px;
	font-size: 40px;
	color: #2E93D6;
	text-align: left;
	text-indent: 30px;
}

.b_c_infro_con {
	text-align: left;
	width: 90%;
	color: #666666;
	margin-top: 20px;
	font-size: 17.5px;
}

.b_c_btn {
	margin-top: 40px;
	text-align: left;
	text-indent: 30px;
}

.b_c_t2 {
	text-indent: 0;
	margin-left: 0;
}

@media screen and (max-width: 1250px) {

	.lunbo,
	.lun_nav {
		width: 1250px;
	}
}