.index-topbar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	width: 100%;
	text-align: right;
	color: #FFFFFF;
	padding: 12px 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .5));
}

.nav-tel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.index-topbar .nav-tel .iconfont {
	font-size: 20px;
	margin-right: 5px;
}

.index-navbar {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 77;
	background-color: rgba(0, 0, 0, .569);
	width: 256px;
	height: 766px;
}

.index-logo {
	text-align: center;
	padding: 20px 0;
}

.index-logo img {
	width: 156px;
	height: 132px;
}

.index-nav {
	text-align: center;
}

.index-nav .link {
	display: block;
	line-height: 66px;
	color: #FFFFFF;
	font-size: 16px;
}

.index-nav .nav-item:hover .link {
	background-color: #ac2424;
	color: #FFFFFF;
}

.index-nav .nav-item.active .link {
	background-color: #ac2424;
	color: #FFFFFF;
}

.index {
	position: relative;
}

.swiper-banner {
	height: 766px;
	overflow: hidden;
}

.swiper-banner .banner-item {
	height: 766px;
}

.swiper-banner .banner-item img {
	display: block;
	width: 100%;
	height: 100%;
}


.news-lg .time-bar {
	font-size: 20px;
	color: #ac2424;
	height: 40px;
	line-height: 1;
	border-bottom: 2px solid #ac2424;
	margin-bottom: 20px;
}



.index-news-list {
	border-top: 1px solid #E5E5E5;
	margin-top: 20px;
}

.index-news-list .n-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0;
	font-size: 14px;
}

.n-row .n-time {
	color: #999999;
	font-size: 14px;
}

.news-pic-list {
	margin: 0 -10px;
}

.news-pic-list .col {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.news-pic-list .news-pic {
	margin-bottom: 10px;
}

.news-lg {
	width: 526px;
	margin-right: 60px;
}

.news-title {
	margin-bottom: 10px;
}

.news-title a {
	font-size: 16px;
}

.news-lg .news-title a {
	font-size: 22px;
}

.news-intro {
	color: #999999;
	font-size: 14px;
	line-height: 1.8;
}

.news-title navigator {
	font-size: 16px;
}

.news-pic {
	position: relative;
	font-size: 0;
}

.news-pic img {
	width: 294px;
	height: 176px;
}

.news-lg .news-pic img {
	width: 526px;
	height: 356px;
}

.news-pic .date-box {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
}

.news-lg .news-title a {
	font-size: 22px;
}

.news-lg .news-pic {
	margin-top: 15px;
}

.jc-col {
	flex: 1;
	flex-wrap: wrap;
}

.jc-sm,
.jc-lg {
	margin-bottom: 25px;
	margin-right: 25px;
}
.jc-last{margin-right: 0;}

.jc-hor img {
	width: 276px;
	height: 526px;
}

.jc-sm img {
	width: 380px;
	height: 250px;
}

.jc-lg img {
	width: 590px;
	height: 248px;
}

.jc-box {
	display: block;
	font-size: 0;
	position: relative;
}

.jc-box::before {
	content: '';
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.jc-box .jc-title {
	position: absolute;
	z-index: 8;
	bottom: 20px;
	left: 20px;
	color: #FFFFFF;
	font-size: 18px;
	z-index: 8;
	padding-bottom: 15px;
}

.jc-box .jc-title::after {
	content: '';
	width: 22px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}


.jc-swiper {
	height: 620px;
}

.jc-swiper-item {
	width: 1040px;
	margin: 0 auto;
}

.jc-photo {
	font-size: 0;
	text-align: center;
	background: #ECF0F1;

	width: 1040px;
}

.jc-photo img {
	max-width: 1040px;
	height: 556px;
}

.jc-foot {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.jc-foot .jc-title {
	font-size: 20px;
}

.jc-foot .jc-time {
	margin-left: auto;
	font-size: 14px;
	color: #999999;
}

.q-logo img {
	width: 210px;
}
.section{
	overflow: hidden;
}
.about-section {
	background: url(../images/qiye.jpg) center no-repeat;
	height: 600px;
}

.about-left {
	width: 430px;
}

.about-left .sec-head {
	text-align: left;
	margin-bottom: 20px;
}

.sec-head .sec-link {
	margin-top: 20px;
}

.sec-link a {
	color: #ac2424;
}

.about-cont {
	line-height: 1.8;
	color: #666666;
}

.index-g-title {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}

.g-row {
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 1px;
	background-color: rgba(255, 255, 255, .9);
}

.g-row:first-child {
	background-color: #FFFFFF;
}

.g-row .g-th {
	font-weight: bold;
}

.g-row .g-td,
.g-row .g-th {
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
}

.g-row .g-td:nth-child(1),
.g-row .g-th:nth-child(1) {
	width: 50%;
}

.g-row .g-td:nth-child(2),
.g-row .g-th:nth-child(2) {
	width: 30%;
}

.g-row .g-td:nth-child(3),
.g-row .g-th:nth-child(3) {
	width: 20%;
}

.g-row .g-td:nth-child(4),
.g-row .g-th:nth-child(4) {
	width: 0;
}

.index-game {
	position: relative;
}

.game-table {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 666px;
}

.game-link {
	position: absolute;
	width: 456px;
	left: 25px;
	bottom: 22px;
	z-index: 5;
}

.game-link .btn {
	width: 456px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	background-color: #ac2424;
	font-size: 16px;
	color: #FFFFFF;
}

.index-game img {
	width: 1200px;
	height: 556px;
}


.section {
	background-color: #FFFFFF;
	padding: 60px 0;
}

.sec-head {
	text-align: center;
	margin-bottom: 40px;
}

.sec-head .tit {
	font-weight: bold;
	line-height: 1;
	font-size: 36px;
}

.section.bg {
	background-color: #f0f0f0;
}

.hz-list {
	margin: 0 -80px;
}

.hz-list .zh-list-item {
	float: left;
	width: 16%;
	padding: 15px 10px;
	text-align: center;
}

.zh-list-item img {
	width: 220px;
	height: 80px;
}

.foot-tabbar {
	width: 100%;
	text-align: center;
	background-color: #191f26;
	line-height: 60px;
	color: #626b75;
	font-size: 14px;
}


/* game */

.container {
	width: 1200px;
	margin: 0 auto;
}

.position {
	color: #666666;
	padding: 0px 0 30px;
	font-size: 16px;
}

.position a{
	color: #666666;
	font-size: 16px;
}

.container-tab {
	background-color: #FFFFFF;
	padding: 30px;
}

.tab-title {
	font-size: 28px;
	color: #333333;
	padding-bottom: 22px;
}

.tab-title::before {
	content: '';
	width: 10px;
	height: 45px;
	background-color: #ac2424;
	display: inline-block;
	margin: 0 20px -9px 0;
}

.list-lists {
	font-size: 14px;
	display: flex;
}

.list-lists .in {
	flex: 1;
}

.list-lists .in .list-group {
	overflow: hidden;
	max-width: 800px;
	height: 40px;
}

.list-lists.open .in .list-group {
	max-width: unset;
	height: auto;
}

.showup {
	display: none;
}

.list-lists.open .showup {
	display: block;
}

.list-lists.open .showdown {
	display: none;
}


.list-lists .in a {
	padding: 0 10px;
	line-height: 30px;
	color: #666666;
	display: block;
}

.list-lists .in a:hover {
	background-color: #ac2424;
	color: #FFFFFF;
}

.list-lists span {
	float: left;
	margin: 0 5px 10px 0;
}

.list-lists .left {
	line-height: 30px;
}

.list-lists .in .cur a {
	background-color: #ac2424;
	color: #FFFFFF;
}

.list-lists .more {
	display: flex;
	align-items: center;
	float: right;
	margin-top: 6px;
}

.list-lists .more {
	color: #ac2424;
	cursor: pointer;
}

.list-lists .more span {
	float: none;
	padding: 0;
}

.container-list {
	padding: 30px 0;
}

.container-list .item:nth-child(4n) {
	margin-right: 0;
}

.item {
	color: #333333;
	width: 24%;
	float: left;
	margin: 0 1.3% 1.5% 0;
}

.item .cur {
	color: #ac2424;
}

.item img {
	width: 100%;
	height: 183px !important;
	display: block;
}

.item-body {
	padding: 20px;
	background-color: #FFFFFF;
}

.item-body .title {
	font-size: 16px;
}

.item-body .signUp {
	width: 66px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	background-color: #ac2424;
	color: #FFFFFF;
	margin: 20px 0;
}

.gameTime {
	display: flex;
}

.gameTime .bd {
	padding-bottom: 10px;

}

.bd-start {
	font-size: 16px;
}

.bd-start span {
	color: #18bc75;
	margin-right: 14px;
}

.bd-end {
	font-size: 16px;
}

.bd-end span {
	color: #ac2424;
	margin-right: 14px;
}

.address {
	padding-bottom: 10px;
	font-size: 16px;
}

.sponsor {
	font-size: 16px;
}

.cct {
	font-size: 16px;
}

.read {
	font-size: 16px;
}

.foot {
	background-color: #ede7e7;
	display: flex;
	justify-content: space-between;
	padding: 12px 14px;
}

.foot span {
	margin: 0 3px;
}

.page {
	float: right;
	padding-top: 20px;
}

.page a {
	float: left;
	background-color: #FFFFFF;
	padding: 10px 15px;
}

.page .cur {
	color: #ac2424;
}


/* head */
.uni-pc-navbar {
	justify-content: center;
	height: 100px;
	background-color: #FFFFFF;
}

.logo img {
	width: 210px;
	height: 50px;
}

.navbar-main {
	padding: 0 100px;
}

.navbar-main .col {
	position: relative;
	padding: 0 25px;
	max-width: 350px;
}
.sub-nav{
	display: none;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.051);
	top: 100%;
	left: 0;
	width: 100%;
}
.sub-nav li a{
	display: block;
	padding: 10px 0;
}
.sub-nav li a:hover{
	color: #ac2424;
}
.navbar-main .col:hover .sub-nav{
	display: block;
}

.navbar-main .navbar-item {
	position: relative;
	display: block;
	padding: 25px 0;
	font-size: 16px;

}

.navbar-main .active .navbar-item {
	color: #ac2424;
}

.navbar-main .active .navbar-item::after {
	width: 36px;
	height: 2px;
	content: '';
	background-color: #ac2424;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 0;
}

.uni-pc-navbar .nav-tel {
	font-size: 16px;
	color: #666666;
	display: flex;
	align-items: center;
	margin-left: 0;
}

.uni-pc-navbar .nav-tel .iconfont {
	font-size: 22px;
	margin-right: 6px;
}

/* news */

.container-le {
	width: 260px;
	float: left;
	margin-right: 40px;
}

.le-hd {
	background-image: url(../images/list-bj.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	justify-content: center;
}

.le-hd img {
	width: 36px;
	height: 36px;
	margin-right: 20px;
}

.le-bd {
	background-color: #FFFFFF;
}

.le-bd span {
	text-align: center;
	line-height: 56px;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	position: relative;
	font-size: 16px;
}

.le-bd .cur a {
	color: #ac2424;
	background-color: #fff2f2;
	position: relative;
	display: block;
	font-size: 16px;
}

.le-bd a{
	display: block;
}

.le-bd a:hover {
	color: #ac2424;
	background-color: #fff2f2;
}

.le-bd .cur a::before {
	content: '';
	width: 3px;
	height: 56px;
	background-color: #ac2424;
	display: inline-block;
	position: absolute;
	left: 0;
}

.le-bd a:hover::before {
	content: '';
	width: 3px;
	height: 56px;
	background-color: #ac2424;
	display: inline-block;
	position: absolute;
	left: 0;
}

.container-right {
	overflow: hidden;
}

.name {
	font-size: 28px;
	color: #333333;
	padding-bottom: 40px;
}

.name::before {
	content: '';
	width: 8px;
	height: 30px;
	background-color: #ac2424;
	display: inline-block;
	margin: 0 22px -5px 0;
}

.new-list .item {
	background-color: #FFFFFF;
	padding: 20px;
	display: flex;
	color: #666666;
	font-size: 14px;
	float: unset;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}

.new-list .item img {
	width: 200px;
	height: 160px !important;
	margin-right: 20px;
}

.new-list .item-right .title {
	font-size: 18px;
	color: #333333;
	padding: 10px 0 15px;
}

.new-list .item-right .date {
	padding-top: 30px;
}

.new-list .item-right span a {
	color: #ac2424;
	display: inline-block;
}

.page {
	float: right;
	padding-top: 20px;
}

.page a {
	float: left;
	background-color: #FFFFFF;
	padding: 10px 15px;
}

.page .cur {
	color: #ac2424;
}

/* gamedetail */


.rel-cell .pic {
	margin-right: 15px;
}

.rel-cell .pic img {
	width: 120px;
	height: 74px;
}

.rel-cell {
	margin-bottom: 20px;
}

.rel-cell:last-child {
	margin-bottom: 0;
}

.hz-hor-pic img {
	width: 220px;
	height: 80px;
}

.hz-hor-pic {
	padding: 15px 0;
}

.hz-hor-pic:last-child {
	margin-bottom: 0
}

.gm-aside {
	margin-left: 30px;
	width: 380px;
}

.gm-box {
	background-color: #FFFFFF;
	padding: 30px;
	margin-bottom: 20px;
}

.gm-box-hd {
	margin-bottom: 20px;
	font-size: 20px;
}




.gm-content {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	padding: 32px;
	line-height: 2;
}

.gm-content .gm-tit {
	font-size: 16px;
	margin: 15px 0;
	color: #000;
}

.gm-middle {
	margin-bottom: 25px;
	font-size: 28px;
	padding: 10px 20px;
	line-height: 1;
	border-left: 10px solid #ac2424;
}

.gm-grid {
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}

.gm-grid .gm-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.gm-items {
	overflow: hidden;
	margin-bottom: 10px;
}

.gm-items .item {
	width: 50%;
	float: left;
	color: #666666;
	font-size: 14px;
	margin: 0;
	margin-bottom: 15px;
}

.gm-grid .gm-photo {
	font-size: 0;
	margin-right: 20px;
}

.gm-photo img {
	width: 355px;
	height: 220px;
}

.gm-foot .btn {
	background-color: #ac2424;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 36px;
}

.wx-cell {
	text-align: center;
	padding-top: 50px;
}

.wx-cell img {
	width: 110px;
	height: 110px;
	border: 3px solid #ac2424;
	padding: 2px;
}

.wx-cell .wx-text {
	color: #999999;
	font-size: 12px;
}


.jc-swiper .swiper-slide{
	width: 1234px;
}
.swiper-pagination-bullet{
	background:#FFFFFF
}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev {
	color: #FFF;
}
.jc-swiper .swiper-button-next, .jc-swiper .swiper-button-prev {
	color: #828282;
}
