.kv{
	width:100%;
	height:1077px;
	background:url(../images/kv.jpg) no-repeat center;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.slo{
	width:1423px;
	height:332px;
	background:url(../images/slo.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-650.5px;
	top:650px;
}
.slo::after{
	display: block; 
	content: ''; 
	width:1423px;
	height:332px;
	background: url(../images/slo.png) no-repeat; 
	background-size: 1423px 332px;
    animation: heartBeat 4s ease-in-out both infinite;
    -webkit-animation: heartBeat 4s ease-in-out both infinite;
}
/*图片闪烁放大效果*/
@keyframes heartBeat {
  0% {transform: scale(1); opacity: 1;}
  30% {transform: scale(1.4); opacity: 0;}
  100% {transform: scale(1); opacity: 0;}
}
@-webkit-keyframes heartBeat {
  0% {-webkit-transform: scale(1); opacity: 1;}
  30% {-webkit-transform: scale(1.4); opacity: 0;}
  100% {-webkit-transform: scale(1); opacity: 0;}
}
.kvMenu{
	width:100%;
	height:98px;
	background:url(../images/dh.png) no-repeat center;
	position:absolute;
	left:0;
	bottom:0;
	overflow: hidden;
	z-index:10;
}
.kvMenu ul{
	width:100%;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
}
.kvMenu ul li{
	width:298px;
	height:90px;
	font-size:28px;
	color:#fff;
	text-align: center;
	line-height:90px;
	margin-top:9px;
	cursor: pointer;
}
.kvMenu ul li.active{
	background:url(../images/ho.png) no-repeat center;
}
.kvMenu ul li:nth-child(1){
	margin-left:210px;
}
.kvMenu ul li:nth-child(3){
	margin-left:304px;
}
.sec{
	width:100%;
	height:1182px;
	background:url(../images/sec.jpg) no-repeat center;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.sec.listSec{
	height:1694px;
	background:url(../images/lis.jpg) no-repeat top;
	background-size:100% 100%;
}
.tia{
	display: block;
	margin:7px auto 0;
	z-index:2;
	position:relative;
}
.secTit{
	width:1070px;
	height:91px;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
	z-index:2;
}
.secTit ul{
	width:100%;
	height:91px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position:relative;
}
.secTit ul li{
	width:178px;
	height:91px;
	background:url(../images/liw.png) no-repeat center;
	font-size:27px;
	color:#fff;
	line-height:80px;
	cursor: pointer;
	text-align: center;
}
.secTit ul li a{
	color:#fff;
}
.secTit ul li.active {
	background:url(../images/lic.png) no-repeat center;
	color:#fff;
}
.secTit ul li.active a{
	color:#fff;
}
.secBody{
	width:100%;
	position:relative;
	z-index:2;
}
.sec.listSec.detailBody{
	height:auto;
	min-height:1694px;
	padding-bottom:100px;
}
.detailBody .secBody{
	width:1200px;
	overflow: hidden;
	position:relative;
	margin:30px auto 0;
	font-size:16px;
	line-height:32px;
	color:#fff;
}
.detailBody .secBody img{
	display: block;
	max-width:100%;
	margin:10px auto 10px;
}
.secBody h3{
	font-size:30px;
	text-align: center;
	color:#fff;
	font-weight:normal;
}
.secBody>div{
	display: none;
	width: 100%;
	position:relative;
}
.secBody>div.active{
	display: block;
}
.videoList{
	width:1155px;
	overflow: hidden;
	position:relative;
	margin:62px auto 0;
}
.sec.listSec .videoList{
	width:1200px;
}
.sec.listSec .videoList li:nth-child(1),.sec.listSec .videoList li:nth-child(4){
	margin-left:34px;
}
.videoList li{
	width:361px;
	overflow: hidden;
	position:relative;
	float:left;
	margin-left:34px;
	margin-top:25px;
}
.videoList li:nth-child(1){
	margin-left:0;
}
.videoList li:nth-child(4){
	margin-left:0;
}
.videoList li img{
	display: block;
	width:358px;
	height:203px;
	border:1px solid #bba844;
	border-radius: 10px;
	transition:all .5s;
	-webkit-transition:all .5s;
	cursor: pointer;
}
.videoList li:hover img{
	transform: scale(.9);
	-webkit-transform: scale(.9);
}
.videoList li p{
	width:90%;
	text-align: center;
	margin:20px auto 0;
	font-size:16px;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.secMain{
	width:100%;
	position:relative;
	margin-top:92px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.listSec .secMain{
	display: block;
	width:754px;
	margin:0 auto 0;
}
.listSec .secMain .lea{
	width:498px;
	margin:90px auto 0;
}
.lea{
	display: block;
	margin:34px 0 0 0;
}
.listSec .secMain .lea.leb{
	width:498px;
	margin:64px auto -50px;
}
.lea.leb{
	margin:-36px 0 0 0
}
.listSec .secMain .secDiv{
	width:100%;
	margin-left:0;
}
.secDiv{
	width:523px;
	overflow: hidden;
	position:relative;
	margin-left:-12px;
}
.secDiv ul{
	width:100%;
	overflow: hidden;
	position:relative;
}
.listSec .secMain .secDiv ul li{
	height:auto;
	border-bottom:1px solid #fff;
	line-height:75px;
	font-size:30px;
}
.listSec .secMain .secDiv ul li em{
	display: none;
}
.secDiv ul li{
	width:100%;
	height:90px;
	position:relative;
	overflow: hidden;
	font-size:24px;
	line-height:90px;
	transition:all .5s;
	-webkit-transition:all .5s;
	border-bottom:1px solid #fff;
	cursor: pointer;
}
.secDiv ul li:hover{
	transform: scale(.99);
	-webkit-transform: scale(.99);
}
.secDiv ul li em{
	display: block;
	width:6px;
	height:6px;
	background:#fff;
	float:left;
	border-radius: 50%;
	margin:42px 5px 0 0;
	font-style: normal;
}
.secDiv ul li a{
	color:#fff;
}
.listSec .secMain .secDiv ul li span{
	width:600px;
	text-indent:10px;
}
.secDiv ul li span{
	display: block;
	width:430px;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listSec .secMain .secDiv ul li i{
	font-size:26px;
}
.secDiv ul li i{
	font-size:18px;
	float:right;
	font-style: normal;
}
.more{
	display: block;
	width:118px;
	height:31px;
	overflow: hidden;
	position:relative;
	margin:50px auto 0;
}
.more:hover img:nth-child(1){
	display: none;
}
.sec.listSec .latest{
	margin-top:240px;
}
.latest{
	width:1467px;
	height:636px;
	margin:44px auto 0;
	background:url(../images/jiang.png) no-repeat center;
	position:relative;
}
.latest ul{
	width:100%;
	height:100%;
	position:relative;
}
.latest ul li{
	width:164px;
	height:61px;
	background:url(../images/sb.png) no-repeat center;
	position:absolute;
	font-size:20px;
	color:#000;
	line-height:61px;
	text-align: center;
	font-weight:bold;
}
.latest ul li.active{
	background:url(../images/sl.png) no-repeat center;
	color:#fff;
}
.latest ul li:nth-child(1){
	left:0;
	top:122px;
}
.latest ul li:nth-child(2){
	left:0;
	top:274px;
}
.latest ul li:nth-child(3){
	left:280px;
	top:200px;
}
.latest ul li:nth-child(4){
	left:0;
	top:425px;
}
.latest ul li:nth-child(5){
	left:0;
	top:576px;
}
.latest ul li:nth-child(6){
	left:280px;
	top:500px;
}
.latest ul li:nth-child(7){
	left:550px;
	top:350px;
}
.latest ul li:nth-child(8){
	left:740px;
	top:350px;
}
.latest ul li:nth-child(9){
	right:280px;
	top:200px;
}
.latest ul li:nth-child(10){
	right:0;
	top:122px;
}
.latest ul li:nth-child(11){
	right:0;
	top:274px;
}
.latest ul li:nth-child(12){
	right:280px;
	top:500px;
}
.latest ul li:nth-child(13){
	right:0;
	top:425px;
}
.latest ul li:nth-child(14){
	right:0;
	top:575px;
}
.latest ul li:nth-child(15){
	width: 302px;
    height: 97px;
    background: url(../images/final.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -151px;
    top: 218px;
    text-align: center;
    font-size: 36px;
    line-height: 97px;
    font-weight: bold;
    color: #fff;
}
.final{
	width:302px;
	height:97px;
	background:url(../images/final.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-151px;
	top:218px;
	text-align: center;
	font-size:36px;
	line-height:97px;
	font-weight:bold;
	color:#fff;
}
.sec.listSec .teamList{
	margin-top: 180px;
}
.teamList{
	width:1517px;
	position:relative;
	margin:24px auto 0;
}
.teamList ul{
	width:100%;
	position:relative;
	z-index:5;
}
.teamList ul li{
	width:154px;
	height:169px;
	position:relative;
	font-size:38px;
	color:#000;
	text-align: center;
	line-height:169px;
	font-weight:bold;
	-webkit-text-stroke: 1px #fff;
	font-family: "FZCYSK";
	cursor: pointer;
}
.teamList ul li.active{
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	z-index:2;
}
#video{
	width:100%;
	height:1112px;
	position:absolute;
	left:0;
	top:0;
	object-fit: fill;
}
.listSec #video{
	height:1694px;
}
.teamList ul li:nth-child(1){
	background:url(../images/l1.png) no-repeat center;
}
.teamList ul li:nth-child(1):after{
	display: block;
	content:'';
	clear:both;
}
.teamList ul li:nth-child(2){
	background:url(../images/l2.png) no-repeat center;
}
.teamList ul li:nth-child(3){
	background:url(../images/l3.png) no-repeat center;
}
.teamList ul li:nth-child(4){
	background:url(../images/l4.png) no-repeat center;
}
.teamList ul li:nth-child(5){
	background:url(../images/l5.png) no-repeat center;
	position:absolute;
	right:0;
	top:0;
}
.teamList ul li:nth-child(6){
	background:url(../images/l6.png) no-repeat center;
	position:absolute;
	right:0;
	top:172px;
}
.teamList ul li:nth-child(7){
	background:url(../images/l7.png) no-repeat center;
	position:absolute;
	right:0;
	top:340px;
}
.teamList ul li:nth-child(8){
	background:url(../images/l8.png) no-repeat center;
	position:absolute;
	right:0;
	bottom:0;
}
.mainDesc{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.mainPic{
	width:458px;
	height:359px;
	background:url(../images/wind.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:32px auto 0;
}
.mainPic h3{
	width:375px;
	margin:160px 0 0 20px;
	font-size:48px;
	color:#f8f0e4;
	font-weight:bold;
	text-align: center;
	font-family: "HYYaKuHeiW";
}
.mainPic p{
	font-size:24px;
	color:rgba(255,255,255,.75);
	text-align: center;
	margin-top:20px;
}
.picList{
	width:1070px;
	height:280px;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin:0 auto 0;
}
.picList img{
	display: block;
	width:158px;
	height:100%;
}
.mouse{
	display: block;
	position:absolute;
	left:50%;
	margin-left: -45.5px;
    bottom: 25px;
	animation: start infinite 1s ease-in-out;
	-webkit-animation: start infinite 1s ease-in-out;
	z-index:2;
}
@-webkit-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@-moz-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@-ms-keyframes start {
	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}
.thc{
	width:100%;
	height:1585px;
	background:url(../images/thc.jpg) no-repeat center;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto 0;
	position:relative;
	overflow: hidden;
}
.tit{
	display: block;
	position:relative;
	margin:0 0 0 680px;
}
.jdt{
	width:1403px;
	height:18px;
	background:url(../images/jdt.png) no-repeat center;
	position:relative;
	margin:50px auto 0;
}
.jdt ul{
	width:100%;
	position:relative;
	display: flex;
	display: -webkit-flex;
}
.jdt ul li{
	width:auto;
	position:relative;
}
.jdt ul li:nth-child(1){
	margin-left:192px;
}
.jdt ul li:nth-child(2){
	margin-left:112px;
}
.jdt ul li:nth-child(3){
	margin-left:158px;
}
.jdt ul li:nth-child(4){
	margin-left:140px;
}
.jdt ul li .liPic{
	width:97px;
	height:150px;
	position:relative;
	margin:-105px auto 0;
	overflow: hidden;
}
.jdt ul li.active img:nth-child(1){
	display: none;
}
.jdt ul li .liPic img{
	display: block;
	width:100%;
}
.jdt ul li .liTxt{
	font-size:22px;
	color:#d6c676;
	line-height:52px;
	text-align: center;
	margin-top:10px;
	font-weight:bold;
}
.jdt i{
	display: block;
	width:50%;
	height:5px;
	border-radius:20px;
	background:#d6c676;
	position:absolute;
	left:7px;
	top:6px;
}
.ruleCon{
	width:1298px;
	height:687px;
	background:url(../images/kua.png) no-repeat center;
	position:relative;
	margin:316px auto 0;
}
.ruleTxt{
	width:100%;
	overflow: hidden;
	position:relative;
	margin:140px auto 0;
}
.ruleTxt .ruleOne{
	width:450px;
	float:left;
	overflow: hidden;
	position:relative;
	margin:0 0 0 66px;
}
.ruleTxt .ruleTwo{
	width:510px;
	float:right;
	overflow: hidden;
	position:relative;
	margin:0 30px 0 0;
}
.ruleTxt p{
	width:100%;
	overflow: hidden;
	line-height:40px;
	font-size:22px;
	color:#fff;
	font-family: "KaiTi";
	margin-bottom:50px;
}
.ruleTxt .ruleTwo p{
	margin-bottom:20px;
	line-height:38px;
}
.ruleTxt p em{
	display: block;
	width:25px;
	height:25px;
	border:1px solid #fff;
	float:left;
	text-align: center;
	line-height:25px;
	border-radius: 50%;
	font-size:16px;
	color:#fff;
	font-style: normal;
	margin:8px 8px 0 0;
}
.ruleTxt p span{
	display: block;
	float:left;
	letter-spacing: 2px;
}
.ruleTxt .ruleOne p span{
	width:400px;
}
.ruleTxt .ruleTwo p span{
	width:450px;
}
.ckTip{
	font-size:22px;
	color:#fff;
	text-align: center;
	margin-top:15px;
	font-family: 'kaiti';
}
.thMore{
	display: block;
	width:118px;
	height:31px;
	position:relative;
	overflow: hidden;
	margin:30px auto 0;
	transform: translate(-20px,0);
	-webkit-transform: translate(-20px,0);
}
.thMore:hover img:nth-child(1){
	display: none;
}
.four{
	width:100%;
	height:3047px;
	background:url(../images/for.jpg) no-repeat center;
	min-width:1200px;
	max-width:1920px;
	margin:-1px auto 0;
	position:relative;
	overflow: hidden;
}
.foBi{
	display: block;
	margin:0 auto 0;
}
.cup{
	display: block;
	margin:-20px auto 0;
}
.foTit{
	display: block;
	margin:20px auto 0;
}
.pai{
	display: block;
	margin:58px auto 0;
}
.shui{
	display: block;
	margin:78px auto 0;
}
.lastTxt{
	width:1125px;
	overflow: hidden;
	position:relative;
	margin:100px auto 0;
	font-family: 'KaiTi';
}
.lastTxt h3{
	font-size:20px;
	color:rgba(255,255,255,.75);
	text-align: center;
	margin-bottom:25px;
}
.lastTxt h3 span{
	position:relative;
}
.lastTxt h3 span:before{
	display: block;
	content:'';
	width:50px;
	height:2px;
	background:rgba(255,255,255,.75);
	position:absolute;
	left:-58px;
	top:10px;
}
.lastTxt h3 span:after{
	display: block;
	content:'';
	width:50px;
	height:2px;
	background:rgba(255,255,255,.75);
	position:absolute;
	right:-58px;
	top:10px;
}
.lastTxt p{
	font-size:21px;
	line-height:40px;
	color:rgba(255,255,255,.75);
}
.lastTxt p em{
	display: block;
	font-style: normal;
	float:left;
	margin-right:28px;
}
.lastTxt p span{
	display: block;
	width:1030px;
	float:left;
}
.float{
	width:305px;
	height:428px;
	background:url(../images/float.png) no-repeat center;
	position:fixed;
	overflow: hidden;
	right:3%;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:20;
}
.float ul{
	width:143px;
	overflow: hidden;
	position:relative;
	margin:212px 0 0 62px;
}
.float ul li{
	width:100%;
	height:38px;
	background:url(../images/w.png) no-repeat center;
	position:relative;
	margin-top:13px;
	font-size:18px;
	color:#e3cb72;
	text-align: center;
	line-height:38px;
	font-family: "Source Han Sans CN";
	cursor: pointer;
}
.float ul li.active{
	background:url(../images/y.png) no-repeat center;
	color:#371312;
}
.ruleTc {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	display: none;
}
.actTc{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
}
.actBody{
	width:455px;
	height:600px;
	background:url(../images/tc.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.enter{
	transition:all .5s;
	-webkit-transition:all .5s;
}
.enter:hover{
	transform: scale(.9);
	-webkit-transform: scale(.9);
}
.att{
	display: block;
    width: 174px;
    position: absolute;
    right: 6.5%;
    top: 12%;
    cursor: pointer;
    transition:all .5s;
    -webkit-transition:all .5s;
}
.att:hover{
	transform: scale(.9);
	-webkit-transform: scale(.9);
}
.close{
	display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 62px;
    top: 49px;
    cursor: pointer;
}
.actBody a{
	display: block;
    width: 130px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 170px;
    transition:all .5s;
    -webkit-transition:all .5s;
}
.actBody a:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.actBody a img{
	display: block;
	width:100%;
	height:100%;
}
.ruleBody {
	width: 1150px;
	height: 783px;
	background: url(../images/rule.png) no-repeat center;
	background-size:100% 100%;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}
.clo {
	display: block;
	width: 33px;
	height: 32px;
	position: absolute;
	right: 20px;
	top: -46px;
	transition:all .5s;
	-webkit-transition:all .5s;
	cursor: pointer;
}
.clo:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.ruleCon1 {
	width: 1025px;
	height: 630px;
	overflow: auto;
	position: relative;
	margin: 55px auto 0;
}

.ruleCon1 h3 {
	width: 100%;
	overflow: hidden;
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}

.ruleCon1 h3 i {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fba512;
	float: left;
	border-radius: 50%;
	margin-top: 14px;
}

.ruleCon1 h3 span {
	display: block;
	float: left;
	margin-left: 10px;
}

.ruleCon1 p {
	font-size: 20px;
	color: #fff;
	line-height: 52px;
}

.ruleCon1::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.ruleCon1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #82b4ec;
}

.ruleCon1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 10px;
	/* background: #ededed; */
}
.page{
    width:100%;
    text-align: center;
    position: relative;
    margin-top:50px;
    margin-bottom:90px;
}
.page .first,.page .last{
    display: none;
}
.page li{
    display: inline-block;
    font-size: 14px;
    color:#a19154;
    margin:0 10px;
}
.page li a{
    color:#e3cb72;
    padding:2px 7px;
}
.page li.active a{
	border-radius: 50%;
    background-color:#e3cb72;
    color:#000;
}
.page li span{
    color:#e3cb72;
    padding:2px 7px;
}