
body{
	font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;margin:0 auto;
	max-width: 750px;
}
img {
	vertical-align: top;
	width: 100%;
}
#header {
	width: 100%;
	padding: 0.13rem 0.33rem 0 0.33rem;
	height: 1.6rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-sizing: border-box;
	background: #fff;
}
#header .logo {
	float: left;
}
#header .logo a {
	display: block;
	overflow: hidden;
	zoom: 1;
}
#header .logo img {
	width: 1.35rem;
	display: block;
	float: left;
}
#header .logo a .txt {
	padding: 0.16rem 0 0 1.6rem;
	display: block;
	color: #323232;
	font-size: 0.3rem;
	line-height: 0.56rem;
}
#header .logo a .txt span {
	display: block;
	color: #0067d7;
	font-size: 0.44rem;
	font-weight: bold;
	letter-spacing: 0.03rem;
}
#header .btn {
	margin-top: 0.08rem;
	width: 2.95rem;
	float: right;
}
#footer {
	padding: 0.3rem 0 2rem;
	overflow: hidden;
}
#footer p {
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
}
.side {
	width: 1.6rem;
	position: fixed;
	right: 0;
	top: 42%;
	z-index: 1000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.side li {
	margin-bottom: 0.15rem;
}
.btm {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background: #fff;
}
.btm li {
	width: 25%;
	float: left;
}
.btm li a {
	padding-top: 0.29rem;
	height: 1.58rem;
	display: block;
	color: #282828;
	font-size: 0.32rem;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #BDC5CD;
}
.btm li:last-child a {
	border: none;
}
.btm li a img {
	margin: 0 auto 0.03rem;
	width: auto;
	height: 0.6rem;
	display: block;
}

/*---------------index--------------*/
#index {
	background: #0B151B url(../images/index/bg01.jpg) no-repeat center 1.6rem;
	background-size: 100% auto;
}
#index #main {
	padding: 11.96rem 0.34rem 0;
}
#index #main .btnUl {
	margin-bottom: 0.78rem;
}
#index #main .btnUl li {
	width: 4.47rem;
	float: left;
}
#index #main .btnUl li:nth-child(2n) {
	float: right;
}
#index #main h2 {
	margin: 0 0 0.32rem;
}
#index #main h2 img {
	margin: 0 auto;
	width: auto;
	height: 0.71rem;
	display: block;
}
#index #main .section01 {
	margin-bottom: 0.78rem;
}
#index #main .section01 .tabNavi {
	padding: 0 0.2rem;
	border-radius: 0.25rem 0.25rem 0 0;
	background: #1C87EB;
}
#index #main .section01  .tabNavi li {
	width: 33.33%;
	float: left;
}
#index #main .section01  .tabNavi li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 0.33rem;
	line-height: 0.89rem;
	text-align: center;
}
#index #main .section01  .tabNavi li a:hover,
#index #main .section01  .tabNavi li.on a {
	color: #fff600;
}
#index #main .section01  .tabNavi li a:hover:before,
#index #main .section01  .tabNavi li.on a:before {
	margin-left: -0.88rem;
	width: 1.76rem;
	height: 0.03rem;
	position: absolute;
	left: 50%;
	top: 0;
	background: #FFF600;
	content: "";
}
#index #main .section01  .tabNavi li a img {
	margin: -0.05rem 0.1rem 0 0;
	width: auto;
	height: 0.37rem;
	display: inline-block;
	vertical-align: middle;
}
#index #main .section01 .tabPanel {
	padding: 0.15rem 0.4rem 0;
	height: 4.66rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0 0 0.25rem 0.25rem;
}
#index #main .section01 .tabPanel li {
	border-bottom: 1px dotted #C9C9C9;
}
#index #main .section01 .tabPanel li:last-child {
	border: none;
}
#index #main .section01 .tabPanel li a {
	display: block;
	overflow: hidden;
	zoom: 1;
	color: #333;
	font-size: 0.32rem;
	line-height: 0.85rem;
}
#index #main .section01 .tabPanel li a .txt {
	width: 6rem;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#index #main .section01 .tabPanel2 li a .txt {
	padding-left: 0.6rem;
	background: url(../images/index/icon02.png) no-repeat left center;
	background-size: 0.42rem auto;
}
#index #main .section01 .tabPanel3 li a .txt {
	padding-left: 0.6rem;
	background: url(../images/index/icon01.png) no-repeat left center;
	background-size: 0.36rem auto;
}

#index #main .section01 .tabPanel li a .date {
	display: block;
	float: right;
	color: #959595;
}
#index #main .section01 .tabPanel li a:hover {
	color: #0067d7;
}
#index #main .section01 .tabPanel li a:hover .date {
	color: #0067d7;
}
#index #main .section02 {
	margin-bottom: 0.77rem;
}
#index #main .sliderBox {
	padding: 0.33rem;
	min-height: 4.5rem;
	position: relative;
	background: url(../images/index/bg02.png) no-repeat;
	background-size: 100% auto;
}
#index #main .sliderBox .img {
	position: relative;
}
#index #main .sliderBox .img span {
	margin-left: -2rem;
	width: 4rem;
	height: 0.8rem;
	position: absolute;
	left: 50%;
	top: 0.06rem;
	color: #3367c4;
	font-size: 0.28rem;
	line-height: 0.5rem;
	text-align: center;
	background: url(../images/index/bg03.png) no-repeat center top;
	background-size: 100% auto;
}
#main .sliderBox .slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	text-align: center;
}
#main .sliderBox .slick-dots li {
	margin: 0 0.1rem;
	width: 0.25rem;
	height: 0.25rem;
	cursor: pointer;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
}
#main .sliderBox .slick-dots li.slick-active {
	background: #1C87EB;
}
#main .sliderBox .slick-dots li button {
	display: none;
}

/*---------------buyu--------------*/
#buyu {
	background: #133F7C url(../images/buyu/bg02.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
#buyu #container {
	background: url(../images/buyu/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}
#buyu #main {
	padding: 2.42rem 0.35rem 0;
}
#main .comInner {
	margin-bottom: 1.07rem;
}
#main .comInner .title {
	margin-bottom: 0.5rem;
	color: #f0ff00 !important;
	font-size: 0.75rem !important;
	font-weight: bold;
	line-height: 1.2 !important;
	text-align: center;
}
#main .comInner .title02 {
	margin: 0 auto 0.66rem;
	width: 5rem;
	height: 0.66rem;
	color: #0067d7;
	font-size: 0.34rem;
	font-weight: bold;
	line-height: 0.6rem;
	text-align: center;
	background: url(../images/buyu/bg06.png) no-repeat center top;
	background-size: 100% auto;
}
#main .comInner .photo {
	margin-bottom: 0.4rem;
}
#main .comInner .txtBox p {
	margin-bottom: 0.44rem;
	color: #fff !important;
	font-size: 0.3rem !important;
	line-height: 1.75 !important;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .comInner .txtBox ul {
	text-align: center;
}
#main .comInner .txtBox li {
	margin: 0 0.28rem;
	width: 3.64rem;
	display: inline-block;
}
#buyu #main .comInner .title {
	margin-bottom: 0.24rem;
}
#buyu #main .ttl {
	margin-bottom: 0.45rem;
}
#buyu #main .ttl img {
	margin: 0 auto;
	width: auto;
	height: 0.71rem;
	display: block;
}
#buyu #main .box {
	margin: 0 auto;
	padding: 0.3rem;
	min-height: 5.5rem;
	position: relative;
	box-sizing: border-box;
	background: url(../images/buyu/bg03.png) no-repeat center top;
	background-size: 100% auto;
}
#buyu #main .section01 {
	margin-bottom: 0.35rem;
}
#buyu #main .section01 .box {
	background-image: url(../images/buyu/bg02.png);
}
#buyu #main .section02 {
	margin-bottom: 0.35rem;
}
#buyu #main .section02 .img {
	overflow: hidden;
	border-radius: 0.2rem;
}
#buyu #main .section02 .box {
	min-height: 6.78rem;
}
#buyu #main .section02 .sliderBox {
	position: relative;
}
#buyu #main .section02 .sliderBox .slick-dots {
	bottom: -0.08rem;
}
#buyu #main .section03 {
	margin-bottom: 0.35rem;
}
#buyu #main .section03 .box {
	min-height: 6.15rem;
	background-image: url(../images/buyu/bg04.png);
}
#buyu #main .section04 .box {
	background-image: url(../images/buyu/bg05.png);
}
#buyu #main .section04 .movie {
	margin: 0 auto;
	position: relative;
	z-index: 10;
	border-radius: 0.2rem;
	overflow: hidden;
}
#buyu #main .section04 .movie .play {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
#buyu #main .section04 video {
	width: 100%;
	height: 4.8rem;
	display: block;
}
/*---------------tangguo--------------*/
#tangguo {
	background: #6C37A2 url(../images/tangguo/bg02.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
#tangguo #container {
	background: url(../images/tangguo/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}
#tangguo #main {
	padding: 2.56rem 0.35rem 0;
}
#tangguo #main .comInner {
	margin-bottom: 1.08rem;
}
#tangguo #main .ttl {
	margin-bottom: 0.35rem;
}
#tangguo #main .ttl img {
	margin: 0 auto;
	width: auto;
	height: 0.71rem;
	display: block;
}
#tangguo #main .txtList li {
	padding-left: 0.23rem;
	color: #e4ceff;
	font-size: 0.3rem;
	line-height: 1.78;
	background: url(../images/tangguo/icon07.png) no-repeat left 0.22rem;
	background-size: 0.1rem auto;
}
#tangguo #main .txtList li span {
	color: #f6ff00;
	font-weight: bold;
}
#tangguo #main .txtList li img {
	margin: -0.04rem 0.15rem 0;
	width: 0.3rem;
	display: inline-block;
	vertical-align: middle;
}
#tangguo #main .section01 {
	margin-bottom: 0.98rem;
}
#tangguo #main .section01 p {
	margin-top: 0.16rem;
	color: #f6ff00;
	font-size: 0.3rem;
	font-weight: bold;
}
#tangguo #main table {
	margin: 0.44rem 0;
	width: 100%;
	border-collapse: collapse;
}
#tangguo #main th,
#tangguo #main td {
	padding: 0.1rem 0;
	color: #e4ceff;
	font-size: 0.26rem;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9A6CC9;
}
#tangguo #main th {
	color: #f6ff00;
	font-weight: bold;
	background: #945AD0;
	border: 1px solid #945AD0;
}
#tangguo #main td.img,
#tangguo #main td.img02 {
	padding: 0.2rem 0;
}
#tangguo #main td.img img {
	width: auto;
	height: 0.82rem;
}
#tangguo #main td.img02 img {
	width: 0.8rem;
	height: auto;
}
#tangguo #main .section02 {
	margin-bottom: 1rem;
}
#tangguo #main .section03 {
	margin-bottom: 0.54rem;
}
#tangguo #main .section03 ul {
	margin: 0.45rem auto 0;
	width: 7.14rem;
}
#tangguo #main .section03 li {
	margin-bottom: 0.47rem;
	color: #f6ff00;
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
}
#tangguo #main .section03 li img {
	margin: 0 auto 0.14rem;
	display: block;
}
#tangguo #main .section04 {
	margin-bottom: 0.8rem;
}
#tangguo #main .section05 {
	margin-bottom: 0.94rem;
}
#tangguo #main .section06 .movie {
	margin: 0 -0.05rem;
	position: relative;
	z-index: 10;
	border-radius: 0.2rem;
	overflow: hidden;
	background: #fff;
	border: 2px solid #fff;
}
#tangguo #main .section06 .movie .play {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
#tangguo #main .section06 video {
	width: 100%;
	height: 5.1rem;
	display: block;
}
/*---------------majiang--------------*/
#majiang {
	background: #A20C04 url(../images/majiang/bg02.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
#majiang #container {
	overflow: hidden;
	background: url(../images/majiang/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}
#majiang #main {
	padding: 2.56rem 0.35rem 0;
}
#majiang #main .ttl {
	margin-bottom: 0.35rem;
}
#majiang #main .ttl img {
	margin: 0 auto;
	width: auto;
	height: 0.71rem;
	display: block;
}
#majiang #main .section01 {
	margin-bottom: 0.98rem;
}
#majiang #main p {
	color: #ffdfcc;
	font-size: 0.3rem;
	letter-spacing: -0.01rem;
	line-height: 1.77;
}
#majiang #main .section02 {
	margin-bottom: 0.95rem;
}
#majiang #main .section03 {
	margin-bottom: 0.86rem;
}
#majiang #main .section04 {
	margin-bottom: 0.9rem;
}
#majiang #main .section05 {
	margin-bottom: 1.03rem;
}
#majiang #main .section05 dl {
	margin: 1.06rem 0 0;
}
#majiang #main .section05 dt {
	margin: 0 0 0.02rem;
	color: #fcff00;
	font-size: 0.3rem;
	font-weight: bold;
}
#majiang #main .section05 dt img {
	margin: -0.02rem 0.1rem 0 0;
	width: 0.42rem;
	display: inline-block;
	vertical-align: middle;
}
#majiang #main .section05 dd {
	margin-bottom: 0.64rem;
	color: #ffdfcc;
	font-size: 0.3rem;
	line-height: 1.75;
}
#majiang #main .section06 .ttl {
	margin-bottom: 0.72rem;
}
#majiang #main .section06 .title {
	text-align: center;
}
#majiang #main .section06 .title span {
	margin: 0 auto;
	width: 2.4rem;
	display: block;
	color: #fcff00;
	font-size: 0.33rem;
	font-weight: bold;
	line-height: 0.64rem;
	border: 1px solid #FCFF00;
	border-radius: 0.4rem;
}
#majiang #main .section06 ul {
	margin: 0 -1.25rem 0.4rem 0;
}
#majiang #main .section06 li {
	padding: 0.52rem 0 0;
	width: 33%;
	float: left;
	display: table;
}
#majiang #main .section06 li:nth-child(9) {
	clear: both;
}
#majiang #main .section06 li > span {
	padding-right: 0.4rem;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#majiang #main .section06 li .img {
	width: 1.12rem;
}
#majiang #main .section06 li .txt {
	color: #ffdfcc;
	font-size: 0.26rem;
	line-height: 1.5;
}
#majiang #main .section06 li .txt span {
	margin-left: 0.2rem;
	display: inline-block;
	color: #fcff00;
}
#majiang #main .section06 .text01 {
	margin-bottom: 0.7rem;
	line-height: 1.75;
}
#majiang #main .section06 .text02 {
	margin-bottom: 0.5rem;
	line-height: 1.75;
}
#majiang #main .section06 .text02 span {
	color: #fcff00;
}
#majiang #main .section06 .text03 {
	margin-bottom: 12px;
	line-height: 2.1;
}
#majiang #main .section06 .text04 {
	margin-bottom: 0.95rem;
	line-height: 1.75;
}
#majiang #main .section06 .title02 {
	margin-bottom: 0.5rem;
}
#majiang #main .section06 .title03 {
	margin-bottom: 0.4rem;
}
#majiang #main .section06 > .img {
	margin: 0 auto 0.3rem;
	width: 3.3rem;
}
#majiang #main .section06 .img02 {
	margin: 0 auto 0.3rem;
	width: 3.56rem;
}
#majiang #main .section06 .img03 {
	margin: 0 auto 0.3rem;
	width: 4.35rem;
}
#majiang #main .section06 .imgBox {
	margin: 0 0 0.4rem 1.5rem;
	display: table;
	color: #ffdfcc;
	font-size: 14px;
	line-height: 2.05;
}
#majiang #main .section06 .imgBox > span {
	padding-right: 0.4rem;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 0.26rem;
	line-height: 1.5;
}
#majiang #main .section06 .imgBox .img {
	width: 1.32rem;
}
#majiang #main .section06 .imgBox .txt {
	width: 1.2rem;
}
#majiang #main .section06 .imgBox .txt span {
	margin-left: 0.2rem;
	display: inline-block;
}
#majiang #main .section06 .imgBox .txt .m0 {
	margin-left: 0;
}
#majiang #main .section06 .imgBox .yellow {
	color: #fcff00;
}
#majiang #main .section07 .movie {
	margin: 0 -0.05rem;
	position: relative;
	z-index: 10;
	border-radius: 0.2rem;
	overflow: hidden;
	background: #fff;
	border: 2px solid #fff;
}
#majiang #main .section07 .movie .play {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
#majiang #main .section07 video {
	width: 100%;
	height: 5.1rem;
	display: block;
}

/*---------------daili--------------*/
#daili {
	background: #ECF5FF url(../images/daili/bg02.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
#daili #container {
	background: url(../images/daili/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}
#daili #main {
	padding: 2.68rem 0.35rem 0.45rem;
	border-bottom: 1px solid #C5CFDA;
}
#daili #main h2 {
	margin: 0 auto 0.94rem;
	width: 5.18rem;
}
#daili #main h3 {
	margin-bottom: 0.18rem;
	color: #0067d7;
	font-size: 0.38rem;
	font-weight: bold;
}
#daili #main .h3Ttl {
	margin-bottom: 0.3rem;
}
#daili #main p {
	margin-bottom: 0.26rem;
	color: #2c2f32;
	font-size: 0.3rem;
	letter-spacing: -0.01rem;
	line-height: 1.77;
}
#daili #main p a {
	color: #0067d7;
}
#daili #main p a.orange {
	color: #d93300;
	text-decoration: underline;
}
#daili #main .link {
	margin: 0 0 0.6rem;
}
#daili #main .link a {
	color: #d93300;
}
#daili #main .txt01 {
	margin-bottom: 0.5rem;
}
#daili #main .text {
	margin: 0 0 0.3rem 0.3rem;
	position: relative;
}
#daili #main .text04 {
	margin: -0.1rem 0 0.2rem 0.3rem;
}
#daili #main p span {
	color: #0067d7;
	font-weight: bold;
}
#daili #main .tableBox {
	margin-bottom: 0.3rem;
	overflow-x: auto;
}
#daili #main table {
	width: 100%;
	border-collapse: collapse;
}
#daili #main .tableBox table {
	width: 15rem;
}
#daili #main th,
#daili #main td {
	color: #2c2f32;
	font-size: 0.3rem;
	line-height: 0.58rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #C5CFDA;
	background: #fff;
}
#daili #main th {
	color: #fff;
	font-weight: bold;
	background: #0067D7;
}
#daili #main td.blue {
	color: #0067d7;
}
#daili #main .note {
	margin: 0 0 0.3rem 0.62rem;
	text-indent: -0.62rem;
}
#daili #main .h3Ttl02 {
	margin: 0.8rem 0 0.25rem;
}
#daili #main .textList {
	margin: 0 0 0.1rem;
}
#daili #main .textList li {
	padding-left: 0.3rem;
	color: #2c2f32;
	font-size: 0.3rem;
	line-height: 1.77;
	background: url(../images/daili/icon.png) no-repeat 0.05rem 0.2rem;
	background-size: 0.1rem auto;
}
#daili #main .txt02 {
	margin-bottom: 12px;
}
#daili #footer p {
	color: #2c2f32;
}