.kv {
	width: 100%;
	height: 944px;
	background: url(../images/kv.jpg) no-repeat center;
	position: relative;
	overflow: hidden;
}

.logo {
	display: block;
	width: 157px;
	height: 152px;
	position: absolute;
	left: 55px;
	top: 33px;
}

.slogan {
	width: 294px;
	height: 735px;
	background: url(../images/slogan.png) no-repeat center;
	position: absolute;
	left: 45px;
	top: 50px;
}

.down {
	width: 294px;
	position: absolute;
	left: 0;
	bottom: 24px;
}
.down a{
	display: block;
	width:256px;
	height:61px;
	margin:0 0 0 23px;
}
.down a:nth-child(2){
	margin-top:10px;
}
.kv .nav_tab {
	/*width: 700px;*/
	height: 53px;
	position: absolute;
	left: 790px;
	top: 26px;
}

.kv .nav_tab .isLogin {
	font-size: 16px;
	color: #333;
	line-height: 37px;
	float: left;
}

.kv .nav_tab .isLogin>p {
	display: none;
}

.kv .nav_tab .isLogin>p.active {
	display: block;
}

.kv .nav_tab .n_dl .dl {
	text-decoration: underline;
	cursor: pointer;
	color:#005eac;
}

.kv .nav_tab .n_dl i {
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 5px;
	color:#005eac;
}

.kv .nav_tab ul {
	width: 131px;
	height: 39px;
	float: left;
	margin-left: 20px;
}

.kv .nav_tab ul li {
	width: 40px;
	height: 39px;
	background: url(../images/nav.png) no-repeat center;
	background-position: 0 0;
	overflow: hidden;
	float: left;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.kv .nav_tab ul li:hover{
	margin-top:-5px;
}
.kv .nav_tab ul li:nth-child(2) {
	background-position: -46px 0;
	margin-left:3px;
	margin-right:3px;
}

.kv .nav_tab ul li:nth-child(3) {
	background-position: -91px 0;
}

.kv .nav_tab ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.kv .nav_tab ul .fl_wx {
	width: 102px;
	height: 110px;
	background: url(../images/c_bg.png) no-repeat center;
	position: absolute;
	left: 243px;
	top: 43px;
	display: none;
}

.kv .nav_tab ul .fl_wx img {
	display: block;
	width: 90px;
	height: 90px;
	margin: 15px auto 0;
}
.kv .mouse {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -19.5px;
	top: 630px;
	z-index: 20;
	animation: imgDown 2s linear infinite;
	-webkit-animation: imgDown 2s linear infinite;
}

@keyframes imgDown {
	0% {
		transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
	}
	50% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
	100% {
		transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
	}
}

@-webkit-keyframes imgDown {
	0% {
		transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
	}
	50% {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
	100% {
		transform: translate(0, -10px);
		-webkit-transform: translate(0, -10px);
	}
}
.downBg {
    width: 1207px;
    height: 204px;
    background: url(../images/down_bg.png) no-repeat center;
    position: fixed;
    bottom: -3px;
    left: 50%;
    margin-left: -603.5px;
    z-index: 21;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.downBg.active{
	bottom:-300px;
}
.downBg .left_yuyue {
	float: right;
	width: 187px;
	overflow: hidden;
	margin:69px 45px 0 0;
}
.downBg .d_yimg{
	display: block;
	float:left;
	margin:72px 0 0 50px;
}
.downBg .left_yuyue img {
	display: block;
	cursor: pointer;
}

.downBg .left_yuyue p {
	font-size: 14px;
	color: #3a3a3a;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.downBg .left_yuyue p span {
	color: #cd0000;
}

.downBg .middle_img {
	display: block;
	float: left;
	margin:57px 0 0 30px;
}

.downBg .right_mess {
	width: 278px;
	/*overflow: hidden;*/
	float: left;
	position: relative;
	margin-left:-27px;
}
.downBg .right_mess #child4{
	display: block;
    width: 290px;
    height: 187px;
    margin-top: -72px;
    margin-left: -8px;
}
.downBg .right_mess .ri_p1 {
	font-size: 18px;
    color: #936b55;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    margin-top: -17px;
}
.downBg .right_mess .ri_p2 {
	font-size:16px;
	color:#ad7e62;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-weight:bold;
}
.downBg .right_mess .d_float {
	width: 91px;
	height: 97px;
	background: url(../images/d_fl.png) no-repeat center;
	position: absolute;
	left: -6px;
	top: -104px;
	display: none;
}

.downBg .right_mess .d_float img {
	display: block;
	width: 86px;
	height: 86px;
	margin: 2px auto 0;
}

.downBg .ob_close {
    width: 47px;
    height: 47px;
    background: url(../images/b_close.png) no-repeat center;
    position: absolute;
    right: 60px;
    top: 1px;
    cursor: pointer;
    z-index: 13;
}

.downBg .ob_close img {
	display: block;
	margin: 20px auto 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.downBg .ob_close:hover img {
	margin-top: 25px;
}

.rightBg {
	width: 346px;
	height: 209px;
	background: url(../images/d_bg.png) no-repeat center;
	position: fixed;
	right: 0;
	bottom: -250px;
	z-index: 21;
	transition:all 1s;
	-webkit-transition:all 1s;
}
.rightBg .right_sm{
	width:100%;
	overflow: hidden;
	position:relative;
}
.rightBg .right_sm #child2{
	    display: block;
    width: 300px;
    height: auto;
    float: left;
    margin-top: -38px;
    margin-left: -22px;
}
.rightBg .right_sm p{
	font-size:12px;
	color:#936b55;
	float:left;
	margin-top:-50px;
	margin-left:201px;
}
.rightBg.active{
	bottom:3px;
}
.rightBg .ob_open {
	width: 47px;
	height: 47px;
	background: url(../images/b_close.png) no-repeat center;
	position: absolute;
	right: 61px;
	top: 6px;
	cursor: pointer;
	z-index:2;
}

.rightBg .ob_open img {
	display: block;
	margin: 0 auto 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin: 16px auto 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.rightBg .ob_open:hover img {
	margin-top: 10px;
}

.rightBg .yy_gift {
	display: block;
	position:relative;
	margin: -17px auto 0;
	z-index:2;
	cursor: pointer;
}

.rightBg p {
	font-size: 16px;
	color: #3a3a3a;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

.rightBg p span {
	color: #cd0000;
}
.second{
	width:100%;
	height:2147px;
	background:url(../images/second.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
}
.second .yy_number {
	width: 906px;
	height: 159px;
	margin: 70px 0 0 159px;
	background: url(../images/number_bg.png) no-repeat center;
	position: relative;
	overflow: hidden;
}

.second .yy_number ul {
	width: 611px;
	height: 112px;
	position: relative;
 	margin: 6px 0 0 136px;
}

.second .yy_number ul li {
	width: 83px;
	height: 100%;
	float: left;
	font-size: 70px;
	line-height: 106px;
	text-align: center;
	font-weight: bold;
	color: #6b461f;
	margin-left: 5px;
}

.second .yy_number ul li:nth-child(1) {
	margin-left: 0;
}
.label1{
	display: block;
	margin:11px auto 0;
}
.activity_one{
	width:100%;
	height:580px;
	position:relative;
}
.a_title{
	display: block;
	margin:45px auto 0;
}
.le_p{
	font-size:22px;
	color:#b78c5e;
	text-align: center;
	font-family: "FZCuSong-B09S";
	margin-top:10px;
	margin-bottom:18px;
}
.activity_ul{
	width:100%;
	position:relative;
	z-index:1;
}
.activity_ul li{
	position:relative;
	float:left;
}
.activity_ul li:nth-child(1){
	width:322px;
	margin-left:270px;
}
.activity_ul li:nth-child(2){
	width:328px;
	margin-left:48px;
}
.activity_ul li:nth-child(1) p{
	font-size:32px;
	color:#956f47;
	font-family: "FZCuSong-B09S";
}
.activity_ul li:nth-child(1) img{
	display: block;
	margin-top:-50px;
	margin-left:-62px;
	cursor: pointer;
}
.activity_ul li:nth-child(2) p{
	font-size:32px;
	color:#956f47;
	font-family: "FZCuSong-B09S";
	margin-left:60px;
	white-space: nowrap;
}
.activity_ul li:nth-child(2) p.ac_p{
	font-size: 14px;
    margin-left: -96px;
    text-align: center;
    margin-top: 5px;
    color:#dc420c;
}
.activity_ul li:nth-child(2) .canvas{
	display: block;
	width:328px;
	height:206px;
	background:url(../images/ch.png) no-repeat center;
	position:relative;
	margin-top:15px;
	cursor: pointer;
}
.activity_ul li:nth-child(2) .canvas .ca_bg{
	display: block;
	position:absolute;
	left:40px;
	top:-18px;
	z-index:1;
}
.activity_ul li:nth-child(2) .canvas .ca_gif{
	display: block;
	width:240px;
	height:160px;
	position:absolute;
	left:80px;
	top:17px;
}
.activity_ul li:nth-child(2) .canvas #child3{
	width:208px;
	height:113px;
	position:absolute;
	left:0;
	top:-16px;
	z-index:2;
}
.activity_ul li:nth-child(2) .canvas p{
	font-size:18px;
	color:#a68973;
	text-align: center;
	padding-top:210px;
}
.activity_ul .jia{
	display: block;
	position:absolute;
	left:550px;
	top:118px;
}
.h_gift{
	display: none;
	position:absolute;
	left:-40px;
	top:60px;
}
.getGift {
	display: block;
	width:225px;
	height:53px;
	background:url(../images/btn.png) no-repeat center;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	bottom:64px;
	font-size:26px;
	color:#ffe19b;
	text-align: center;
	line-height:53px;
	font-family: "FZQingKeBenYueSongS-R-GB";
	cursor: pointer;
	z-index:5;
}
.rule_txt{
	text-align: center;
	width:100%;
	position:absolute;
	bottom:18px;
	color:#dc420c;
	font-size:18px;
	font-family: "FZCuSong-B09S";
	font-weight:bold;
}
.red_tip{
	font-size:14px;
	color:#dc420c;
	position:absolute;
	bottom:0;
	left:372px;
	font-weight:bold;
}
.ju_one{
	display: block;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	top:118px;
}
.activity_two{
	width:100%;
	height:608px;
	position:relative;
	overflow: hidden;
	margin-top:55px;
}
.activity_two .a_title{
	margin-top:0;
}
.activity_two .activity_ul li:nth-child(1){
	width:286px;
	height:326px;
	margin-left:200px;
}
.activity_two .activity_ul li:nth-child(1) img{
	margin:0;
}
.activity_two .activity_ul li:nth-child(2){
	width:420px;
	height:399px;
	margin-left:182px;
}
.activity_two .activity_ul li:nth-child(2) img{
	margin-top:-70px;
}
.jt{
	display: block;
	position:absolute;
	left:45%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	top:58px;
}
.getIn {
	display: block;
	width:225px;
	height:53px;
	background:url(../images/btn.png) no-repeat center;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	bottom:64px;
	font-size:26px;
	color:#ffe19b;
	text-align: center;
	line-height:53px;
	font-family: "FZQingKeBenYueSongS-R-GB";
	cursor: pointer;
	z-index:5;
}
.activity_two .rule_txt{
	color:#9e825e;
	font-size:16px;
}
.ju_two{
	display: block;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	top:125px;
}
.activity_three .a_title{
	margin-top:53px;
}
.activity_three{
	width:100%;
	height:364px;
	position:relative;
	overflow: hidden;
	margin-top:50px;
}
.activity_three .a_title{
	margin-top:0;
}
.th{
	width:712px;
	height:155px;
	background:url(../images/th.png) no-repeat center;
	position:relative;
	margin:20px auto 0;
	z-index:5;
}
.th .e_img{
	display: block;
	width:99px;
	height:99px;
	position:absolute;
	left:22px;
	top:20px;
}
.th .th_href{
	display: block;
	width:114px;
	height:134px;
	position:absolute;
	left: 16px;
    top: 14px;
}
.th .light {
	position:absolute;
	left:22px;
	top:110px;
	animation: light 2s linear infinite;
	-webkit-animation: light 2s linear infinite;
}
.ju_three{
	display: block;
	position:absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	top:123px;
}
.activity_three .rule_txt{
	color:#9e825e;
	font-size:16px;
}
.ts_play{
	width:100%;
	height:1036px;
	background:url(../images/third.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
}
.label3{
	display: block;
	margin:88px auto 0;
}
.ts_play .tab_img {
	width: 100%;
	height:524px;
	position: relative;
	margin: 87px 0 0 12px;
}

.ts_play .tab_img .tab_ul {
	width: 405px;
	position: relative;
	float: left;
}

.ts_play .tab_img .tab_ul li {
	width: 100%;
	height: 99px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ts_play .tab_img .tab_ul li.active {
	margin-left: -36px;
}

.ts_play .tab_img .tab_ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.ts_play .tab_img .tab_right {
	width: 865px;
	height: 497px;
	background: url(../images/img_bg.png) no-repeat center;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 26px 0 0 -86px;
}

.ts_play .tab_img .tab_right li {
	display: none;
	width: 845px;
	height: 475px;
	position: relative;
	margin: 11px 0 0 10px;
}

.ts_play .tab_img .tab_right li img {
	display: block;
	width: 100%;
	height: 100%;
}

.ts_play .tab_img .tab_right li.active {
	display: block;
}

.ts_play .tab_img .page {
	width: 187px;
	height: 17px;
	margin: 46px 0 0 498px
}

.ts_play .tab_img .page li {
	width: 17px;
	height: 17px;
	overflow: hidden;
	float: left;
	margin-left: 25px;
	cursor: pointer;
}

.ts_play .tab_img .page li.active img:nth-child(1) {
	display: none;
}

.ts_play .tab_img .page li:nth-child(1) {
	margin-left: 0;
}
@keyframes light {
	0% {
		transform: translate(0, -90px);
	}
	50% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, -90px);
	}
}
@-webkit-keyframes light{
	0% {
		transform: translate(0, -90px);
	}
	50% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, -90px);
	}
}
.getAgain {
	display: block;
	width:330px;
	height:78px;
	background:url(../images/zz.png) no-repeat center;
	margin:55px auto 0;
	cursor: pointer;
	z-index:5;
}
.last{
	width:100%;
	height:429px;
	background:url(../images/last.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
}
.last .c_media {
	width: 100%;
	height: 126px;
	float: left;
	margin: 109px 0 0 0px;
}

.last .c_media ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.last .c_media ul li {
	width: 166px;
	height: 126px;
	float: left;
}

.last .c_media ul .ge {
	display: block;
	float: left;
	margin: 20px 64px 0;
}

.last .c_media ul li:nth-child(1) {
	background: url(../images/wx.png) no-repeat center;
	margin-left: 215px;
}

.last .c_media ul li:nth-child(1) .erweima {
	display: block;
	width: 110px;
	height: 110px;
	margin: 8px 0 0 48px;
}

.last .c_media ul li:nth-child(1) .erweima img {
	display: block;
	width: 100%;
	height: 100%;
}

.last .c_media ul li:nth-child(3) {
	width: 167px;
	background: url(../images/wb.png) no-repeat center;
}

.last .c_media ul li:nth-child(5) {
	background: url(../images/qq.png) no-repeat center;
}

.last .c_media ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.float{
	width:278px;
	height:599px;
	background:url(../images/float.png) no-repeat center;
	position:fixed;
	right:0;
	top: 55%;
    transform: translate(0,-60%);
    -webkit-transform: translate(0,-60%);
    z-index: 20;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.f_slogan{
	display: block;
	margin:26px auto 0;
}
.fl_p1{
	font-size:16px;
	color:#a92a19;
	text-align: center;
	font-weight:bold;
}
.mar{
	margin-top:20px;
}
.fl_p2{
	font-size:16px;
	color:#846444;
	text-align: center;
	font-weight:bold;
}
.small_lh{
	display: block;
    width: 217px;
    height: 140px;
    margin: -29px auto 0;
}
.lq{
	display: block;
    margin: -3px auto 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.float .back{
	position: absolute;
	display: block;
	width: 29px;
	height: 23px;
	left: 50%;
	bottom: 70px;
	margin-left: -16px;
	background: url(../images/i_top.png);
	cursor: pointer;
}
.float .op_close{
	width:17px;
	height:49px;
	position:absolute;
	left:30px;
	top:162px;
	cursor: pointer;
}
.float .op_close img{
	width: 7px;
	height: 12px;
	display: block;
	margin: 19px 0 0 7px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.float.active .op_close img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.float.active{
	right:-231px;
}
.tc_img {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	display: none;
}

.tc_img .tc_main {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.tc_img .tc_main .big_img {
	display: block;
	max-width: 100%;
	max-height: 700px;
	margin: 0 auto;
}

.tc_img .tc_main .c_close,
.tc_img .tc_main .c_close1 {
	display: block;
	width: 36px;
	height: 38px;
	background: url(../images/close.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 150px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.tc_img .tc_main .c_close1 {
	background: url(../images/close1.png) no-repeat center;
}

.c_close:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.yx_tips_txt{
	width:540px;
	margin-left: -270px;
}
