@charset 'UTF-8';
body,dl,dd,dt,p,ul,ol,li,h1,h2,h3,h4,h5,h6,input,select,textarea,button {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
i,s,u,em {
	font-style: normal;
	text-decoration: none;
}
img {
	vertical-align: top;
	border: none;
}
input,select,textarea,button {
	font-family: inherit;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
a,a:hover {
	color: inherit;
	text-decoration: none;
    outline: 0;
}
html {
	font-size: 16px;
}
@media screen and (min-width:320px) {
	html {
		font-size: calc(87.5% + 2 * (100vw - 320px)/ 55);
		font-size: calc(14px + 2 * (100vw - 320px)/ 55);
	}
}
@media screen and (min-width:375px) {
	html {
		font-size: calc(100% + 2 * (100vw - 375px)/ 39);
		font-size: calc(16px + 2 * (100vw - 375px)/ 39);
	}
}
@media screen and (min-width:414px) {
	html {
		font-size: calc(112.5% + 4 * (100vw - 414px)/ 186);
		font-size: calc(18px + 4 * (100vw - 414px)/ 186);
	}
}
@media screen and (min-width:600px) {
	html {
		font-size: calc(125% + 4 * (100vw - 600px)/ 400);
		font-size: calc(20px + 4 * (100vw - 600px)/ 400);
	}
}
@media screen and (min-width:1000px) {
	html {
		font-size: calc(137.5% + 6 * (100vw - 1000px)/ 1000);
		font-size: calc(22px + 6 * (100vw - 1000px)/ 1000);
	}
}
body {
	font: 0.28rem/1 "microsoft yahei",Helvetica,sans-serif;
	color: #333;
	background: #f6f7f8;
	fill: currentColor;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
}
aria {
	font-size: 0;
	position: absolute;
    clip: rect(0 0 0 0);
}
.clearfix::before,
.clearfix::after {
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	content: " ";
}
.show {display: block;}
.hide {display: none;}
.red {color: #cc4040;}
.blue {color: #36c;}
.orange {color: #f60;}
.green {color: #093;}
.gray {color: #999;}
/*tips*/
.tips {
	position: fixed;
	z-index: 2000;
	display: none;
	height: 0.88rem;
	line-height: 0.88rem;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	color: #fff;
	font-size: 0.3rem;
}
.tips i {
	width: 0;
	height: 0;
}
.tips span {
	padding: 0 0.25rem;
	width: auto;
	height: 0.88rem;
}
.lazy {
	background: #f6f7f8;
}
/*nav*/
.fixhead {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,.4);
}
.head {
	padding: 1rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row; 
	justify-content: space-between;
	align-items: center;
}
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
    -webkit-box-pack: justify;
    box-sizing: border-box;
	overflow: hidden;
}
.nav a {
	position: relative;
	box-sizing: border-box;
    font-size: 0.90625rem;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	margin: 0 1rem;
	line-height: 2rem;
	text-decoration: none;
}
.nav a.current {
    color: #fff;
    border-bottom: 0.125rem solid #fff;
    z-index: 2;
}
/*尾部*/
.footer{
	margin-top: 0.75rem;
	overflow: hidden;
}
.footer .links {
	padding: 0 1rem 0 1rem;
    font-size: 0.675rem;
    text-align: center;
}
.footer .links a {
	color: #888888;
}
.footer .notice {
	padding: 1rem 1rem 0 1rem;
    font-size: 0.675rem;
    text-align: center;
	color: #888;
}
.footer .icp {
	padding: 1rem 1rem 0 1rem;
    font-size: 0.675rem;
    text-align: center;
}
.footer .icp a {
	color: #888888;
}
.footer .copyright {
	padding: 1rem;
	font-size: 0.75rem;
	text-align: center;
	color: #888;
}
/*slide*/
.swiper-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-slide span {
	display: none;
	width: 100%;
	height: 0.64rem;
	line-height: 0.64rem;
	font-size: 0.29rem;
	text-align: center;
	text-indent: 0.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	color: #f6f7f8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiper-pagination {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0.625rem;
    text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 0.125rem;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 100%;
	background: #000;
	transition: background-color .15s
	-webkit-transition: background-color .15s;
	opacity: .3;
	cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: #cc5ba4;
	opacity: 1;
}
.wrap {
	padding: 1.5rem 0;
	width: 100%;
}
.intro {
	padding: 1.5rem 0;
	line-height: 1.6;
	font-size: 0.8rem;
	background: #fff;
	text-align: center;
}
.title {
	width: 80%;
	margin: 0 auto;
	padding: 1.2rem 0;
	font-size: 1.625rem;
}
.items {
	padding: 1.5rem 0;
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row; 
	justify-content: center;

}
.items .item {
	flex: 1;
}
.items .item.i2,
.items .item.i3,
.items .item.i4,
.items .item.i5,
.items .item.i6,
.items .item.i7,
.items .item.i8,
.items .item.i9,
.items .item.i1 {
	margin-left: 1.2rem;
}
.items .item .pic {
	flex: 1;
}
.items .item .pic img {
	width: 100%;
	height: 100%;
}
.items .item .info {
	flex: 1;
}
.items .item .info h2 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
}
.items .item .info p {
	line-height: 1.6;
	font-size: 0.8rem;
}
.banner {
	height: 13rem;
	background: url(../images/banner_1.jpg) no-repeat 0 0;
	background-size: cover;
}
.banner2 {
	height: 12rem;
	background: url(../images/banner_1.jpg) no-repeat 0 100%;
	background-size: cover;	
}
.banner h1 {
	width: 70%;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: bold;
	padding-top: 7.5rem;
	color: #fff;
}
.about {
	width: 70%;
	margin: 0 auto;
	padding: 1.5rem 0;
	line-height: 1.6;
	font-size: 0.8rem;
}
.about p {
	margin-bottom: 1rem;
	line-height: 1.6;
	font-size: 0.8rem;
	text-indent: 2em;
}

.about ul {
	margin-bottom: 1rem;
	line-height: 1.6;
	font-size: 0.8rem;
	text-indent: 2em;
}

.about ul li {
	margin-bottom: 1rem;
	line-height: 1.6;
	font-size: 0.8rem;
	text-indent: 2em;
}


.game {
	padding: 1rem 0;
	width: 70%;
	margin: 0 auto;

}
.game .item {
	padding: 1rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row; 
	justify-content: center;
	border-bottom: 1px solid #ddd;
}
.game .item .pic {
	width: 15rem;
	height: 14rem;
}
.game .item .pic img {
	width: 14rem;
	height: 14rem;
}
.game .item .info {
	flex: 1;
}
.game .item .info h2 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
}
.game .item .info p {
	line-height: 1.6;
	font-size: 0.8rem;
}

.qqmap {
	margin:	0 auto;
	width: 100%;
	height: 25rem
}