.kv {
    width: 100%;
    height: 1063px;
    background: url(../images/kv.jpg) no-repeat center;
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    position: relative;
    min-width: 1200px;
    margin: 100px auto 0;
}
.play{
	display: block;
	width:138px;
	height:146px;
	position:absolute;
	top:355px;
	left:672px;
	animation: vGo 2s linear infinite;
    -webkit-animation: vGo 2s linear infinite;
}
@keyframes vGo{
	0%{transform: scale(1);-webkit-transform: scale(1);}
	50%{transform: scale(1.1);-webkit-transform: scale(1.1);}
	100%{transform: scale(1);-webkit-transform: scale(1);}
}
@-webkit-keyframes vGo{
	0%{transform: scale(1);-webkit-transform: scale(1);}
	50%{transform: scale(1.1);-webkit-transform: scale(1.1);}
	100%{transform: scale(1);-webkit-transform: scale(1);}
}
.kv .download_box{
    width: 536px;
    height: 267px;
    position: absolute;
    top: 637px;
    left: 50%;
    margin-left: -57px;
    background: url(../images/down_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.kv .download_box .down_ewm{
    width: 168px;
    height: 168px;
    position: absolute;
    left: 86px;
    top: 50%;
    margin-top: -82px;
    transform: skew(1deg,-4.6deg);
    -webkit-transform: skew(1deg,-4.6deg);
}
.kv .download_box .down_ewm>img{
    width: 168px;
    height:168px;
    position: absolute;
}
.kv .download_box .down_ewm i{
    display: block;
    width: 250px;
    height: 21px;
    position: absolute;
    left: -37px;
    bottom: 0;
    animation: gb 4s linear infinite;
    -webkit-animation: gb 4s linear infinite;
}
.kv .download_box .down_ewm i img{
	width:100%;
	height:100%;
}
@keyframes gb{
	0%{transform: translateY(0px);}
	50%{transform: translateY(-150px);}
	100%{transform: translateY(0);}
}
@-webkit-keyframes gb{
	0%{transform: translateY(0px);}
	50%{transform: translateY(-150px);}
	100%{transform: translateY(0);}
}
.kv .download_box .down_btn{
    position: absolute;
    right: 34px;
    top:29px;
}
.kv .download_box .down_btn a{
    display: block;
    width: 239px;
    height: 89px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.kv .download_box .down_btn a:hover {
  cursor: pointer;
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
}
.kv .slogan>img:nth-child(1){
	width:957px;
	height:382px;
} 
.kv .slogan a {
    display: block;
    width: 138px;
    height: 146px;
    position: absolute;
    cursor: pointer;
    left: 371px;
    top: 43px;
    animation: vGo 2s linear infinite;
    -webkit-animation: vGo 2s linear infinite;
}
.kv .slogan a img{
    width: 100%;
    height: 100%;
}
@keyframes vGo {
	0% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes vGo {
	0% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.second{
	width:100%;
	height:570px;
	background:url(../images/second.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
}

.second .m_content{
	width:1188px;
	height:332px;
	margin:168px auto 0;
}
.second .m_content .left_banner{
	width:590px;
	height:332px;
	float:left;
	overflow: hidden;
	position:relative;
}
.second .m_content .left_banner li{
	width:100%;
	height:100%;
	overflow: hidden;
	position:relative;
}
.second .m_content .left_banner li a img{
	display: block;
	width:590px;
	height:332px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.second .m_content .left_banner .swiper-pagination-bullet{
	width:9px;
	height:9px;
	border-radius: 0;
	transform: rotate(45deg);
	background-color:#fff;
	opacity: .2;
	margin:0 9px;
}
.second .m_content .left_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:11px;
	height:11px;
	opacity: 1;
	background-color:#fff;
}
.second .m_content .right_news{
	width:590px;
	height:332px;
	float:left;
	background-color:#fff;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 2px 12px rgba(0,0,0,.2);
}
.second .m_content .right_news .right_main{
	width:530px;
	overflow: hidden;
	margin:0 auto;
}
.second .m_content .right_news .right_main .news_ul{
	width:100%;
	height:92px;
	border-bottom:1px solid #f6f1ee;
}
.second .m_content .right_news .right_main .news_ul li{
	width:80px;
	height:36px;
	float:left;
	font-size:18px;
	line-height:36px;
	text-align: center;
	color:#b9a69e;
	margin-right:5px;
	margin-top:27px;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.second .m_content .right_news .right_main .news_ul li.active{
    background-color: #ffdc01;
    color: #7D460E;
    border-radius: 25px;
    font-weight: 600;
}
.second .m_content .right_news .right_main .news_ul .more{
	display: block;
	width:28px;
	height:28px;
	float:right;
	margin-top:30px;
	opacity: .9;
}
.second .m_content .right_news .right_main .news_ul .more:hover{
	opacity: 1;
}
.second .m_content .right_news .right_main .news_list{
	width:100%;
	height:240px;
	overflow: hidden;
	position:relative;
}
.second .m_content .right_news .right_main .news_list ul{
	display: none;
	width:100%;
	overflow: hidden;
	margin-top:16px;
}
.second .m_content .right_news .right_main .news_list ul.active{
	display: block;
}
.second .m_content .right_news .right_main .news_list ul li{
	width:100%;
	line-height:50px;
	font-size:16px;
}
.second .m_content .right_news .right_main .news_list ul li a{
	color:#6c6765;
}
.second .m_content .right_news .right_main .news_list ul li a em{
	display: block;
	float:left;
}
.second .m_content .right_news .right_main .news_list ul li a span{
	display: block;
	width:390px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.second .m_content .right_news .right_main .news_list ul li a i{
	font-style: normal;
	font-size:12px;
	color:#cdc6c3;
}
.second .m_content .right_news .right_main .news_list ul li:hover a{
	color:#0a0909;
}
.last{
	width:100%;
	height:974px;
	background:url(../images/last.jpg) no-repeat center;
	overflow: hidden;
	position:relative;
}
.m_play{
    width: 1189px;
    margin: 0 auto;
    overflow: hidden;
	margin-top:156px;
    height: 805px;
    position: relative;
}
.m_play .peo2{
    width: 184px;
    height: 161px;
    position: absolute;
    left: -55px;
    top: 127px;
    background: url(../images/peo23.png) no-repeat;
    background-size: 100% 100%;
}
.m_play .peo2 img{
	width: 125px;
    height:109px;
    position: absolute;
    right: -27px;
    top: -129px;
    animation: snow 3s linear infinite;
    -webkit-animation: snow 3s linear infinite;
}
@keyframes snow {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(28px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes snow {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(28px);
	}
	100% {
		transform: translateY(0);
	}
}
.m_play .m_title{
	text-align: center;
	font-size:28px;
	color:#bfb0a9;
	margin-top:48px;
}
.m_play .m_title1{
	text-align: center;
	font-size:12px;
	color:#bfb0a9;
	margin-bottom:55px;
}
.bottom_banner .swiper-slide>a {
    margin-left: 50%;
    display: inline-block;
    width:826px;
    height:465px;
    text-align: center;
    transform: translate(-165px,0);
    -ms-transform: translate(-165px,0);
    -webkit-transform: translate(-165px,0);
    -o-transform: translate(-165px,0);
    -moz-transform: translate(-165px,0);
}
.bottom_banner .swiper-slide>a img {
    margin-left: 167px;
    cursor: pointer;
    width:826px;
    height:465px;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    opacity: 0;
    border-radius: 19px;
    border:3px solid #D57D4F;
}
.m_play .bottom_banner li.swiper-slide-active img{
	opacity: 1;
}
.m_play .bottom_banner li.swiper-slide-prev img,.m_play .bottom_banner li.swiper-slide-next img{
     opacity: 0.3;
     margin-top:-20px;
     position: relative;
}
.m_play .swiper-pagination1{
    bottom: 230px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.m_play .swiper-pagination1 .swiper-pagination-bullet{
	width:9px;
	height:9px;
	background-color:#d4beb4;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 0;
	opacity: 1;
	margin:0 8px;
}
.m_play .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:12px;
	height:12px;
	background-color:#ff0000;
}
.m_play .swiper-button-prev1{
	width:20px;
	height:37px;
	position:absolute;
	background:url(../images/pag.png) no-repeat center;
	overflow: hidden;
	top:25%;
	left:72px;
	cursor: pointer;
	z-index:5;
}
.m_play .swiper-button-next1{
    width: 20px;
    height: 37px;
    position: absolute;
    background: url(../images/pag.png) no-repeat center;
    overflow: hidden;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 25%;
    right: 72px;
    cursor: pointer;
    z-index: 5;
}
.zj_footer{
	width:100%;
	height:162px;
	background-color:#2b2b2b;
	overflow: hidden;
	position:relative;
}
.zj_footer .wrap{
	width:1113px;
}
.zj_footer ul{
	width:100%;
	height:113px;
	overflow: hidden;
	position:relative;
	margin-top:24px;
}
.zj_footer ul li{
	width:320px;
	height:100%;
	overflow: hidden;
	position:relative;
	float:left;
	margin-right:75px;
}
.zj_footer ul li:nth-child(3){
	margin-right: 0;
}
.zj_footer ul li img{
	display: block;
	width:113px;
	height:113px;
	float:left;
	margin-right:20px;
}
.zj_footer ul li .zj_txt{
	font-size:24px;
	color:#ccc;
	float:left;
	margin-top:5px;
}
.zj_footer ul li .zj_txt .zj_txt2{
	font-size:14px;
	color:#929292;
	margin-top:5px;
}
.zj_footer ul li .zj_txt .zj_txt2 span{
	color:#b79d77;
}
.zj_footer ul li .zj_txt .zj_txt3{
	font-size:14px;
	color:#ff4580;
	margin-top:25px;
}
.zj_footer ul li .zj_txt .zj_txt3 span{
	color:#ccc;
}
/*弹窗样式*/
.login{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	overflow: hidden;
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.login .c_login{
	width:517px;
	height:625px;
	background:url(../images/login.png) no-repeat center;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.close{
	display: block;
	width:51px;
	height:51px;
	position:absolute;
	right:0;
	top:57px;
	cursor: pointer;
}
.login_main{
	width:350px;
	height:220px;
	position:relative;
	margin:260px auto 0;
}
.login_main .s_put{
	width:100%;
	height:60px;
	overflow: hidden;
	position:relative;
	margin-top:20px;
}
.login_main .s_put input{
	width:216px;
	height:56px;
	background-color:#fff5f9;
	border-radius: 25px;
	border:2px solid #ffdac8;
	font-size:18px;
	color:#573f3e;
	text-indent:26px;
	line-height:60px;
	outline:none;
	float:left;
}
.login_main .s_put input.active{
	border:2px solid #ffb692;
}
.login_main .s_put input.phone{
	width:346px;
}
.login_main .s_put .captcha{
	width:113px;
	height:56px;
	float:right;
	cursor: pointer;
}
.login_main .s_put .captcha img{
	display: block;
	width:100%;
	height:100%;
	border:2px solid #ffdac8;
	border-radius: 25px;
}
.login_main .s_put input.g_code{
	width:113px;
	height:56px;
	float:right;
	text-align: center;
	text-indent:0;
	background-color:#f8a57c;
	color:#fff;
	cursor: pointer;
	line-height:56px;
	font-size:16px;
	border:2px solid #ffb692;
}
.denglu{
	display: block;
	width:397px;
	height:97px;
	margin:45px auto 0;
	cursor: pointer;
}
.yuyue{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	display: none;
}
.c_yuyue{
	width:517px;
	height:538px;
	background:url(../images/yuyue.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_yuyue ul{
	width:377px;
	height:35px;
	margin:252px auto 0;
}
.c_yuyue ul li{
	font-size:24px;
	color:#af9e95;
	float:left;
	line-height:35px;
	margin-left:25px;
	cursor: pointer;
}
.c_yuyue ul li i{
	display: block;
	width:35px;
	height:35px;
	overflow: hidden;
	float:left;
	margin-right:10px;
}
.c_yuyue ul li.active i img:nth-child(1){
	display: none;
}
.c_yuyue ul li.active {
	color:#d0343f;
}
.c_yuyue .email{
	width:346px;
	height:54px;
	outline:none;
	border:2px solid #ffb692;
	border-radius: 25px;
	margin-left:83px;
	margin-top:36px;
	font-size:18px;
	color:#573f3e;
	text-indent:26px;
}
.y_btn{
	display: block;
	width:397px;
	height:97px;
	margin:58px auto 0;
	cursor: pointer;
}
.message{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.8);
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.c_message{
	width:517px;
	height:538px;
	background:url(../images/message.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_message p{
	width:406px;
	margin:250px auto 0;
	font-size:24px;
	color:#827070;
	line-height:36px;
}
.sure{
	display: block;
	width:397px;
	height:97px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-198.5px;
	cursor: pointer;
}
.price {
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.8);
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.c_price{
	display: block;
	width:746px;
	height:669px;
	background:url(../images/price.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_price .d_price{
	width:638px;
	height:353px;
	overflow: hidden;
	margin:204px auto 0;
}
.c_price .d_price .top_title{
	width:636px;
	height:69px;
	border:1px solid #e4c9bb;
	line-height:69px;
	font-size:20px;
	text-indent:18px;
	color:#573f3e;
	background-color:#ffede4;
}
.c_price .d_price .top_title span{
	display: block;
	width:265px;
	height:69px;
	float:left;
	border-right:1px solid #e4c9bb;
}
.c_price .d_price .top_title span:nth-child(3){
	width:103px;
	height:69px;
	border-right:none;
}
.c_price .huadong{
	width:655px;
	height:282px;
	overflow: auto;
}
.c_price .d_price ul{
	width:636px;
	border:1px solid #e4c9bb;
	overflow: auto;
}
.c_price .d_price ul li{
	width:100%;
	height:69px;
	overflow: hidden;
	position:relative;
	text-indent:18px;
	border-bottom:1px solid #e4c9bb;
}
.c_price .d_price ul li span{
	float:left;
	font-size:22px;
	color:#737373;
	width:265px;
	height:69px;
	line-height:69px;
	border-right:1px solid #e4c9bb;
}
.c_price .d_price ul li span:nth-child(3){
	width:103px;
	height:69px;
	border-right:none;
}
.c_price .d_price ul li span:nth-child(3) i{
	display: block;
	width:90px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align: center;
	background-color:#f8a57c;
	border-radius: 25px;
	font-style: normal;
	text-indent:0;
	margin:9px auto 0;
	font-size:18px;
	cursor: pointer;
}
.c_price .d_price ul li:nth-child(even){
	background-color:#ffede4;
}
.c_price .close{
	right:96px;
}
.share{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.8);
	left:0;
	top:0;
	z-index:10;
	display: none;
}
.c_share{
	width:746px;
	height:666px;
	background:url(../images/share.png) no-repeat center;
	overflow: hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.c_share .close{
	right:96px;
}
.c_share .share_txt{
	text-align: center;
	font-size:22px;
	color:#333333;
	margin-top:245px;
}
.c_share .yqm{
	font-size:34px;
	color:#573f3e;
	text-align: center;
	margin-top:32px;
}
.c_share .share_link{
	width:648px;
	height:146px;
	border:1px dashed #eacfc2;
	border-radius: 25px;
	margin:36px auto 0;
	background-color:#ffede4;
}
.c_share .share_link .share_p{
	width:598px;
	margin:26px auto 0;
}
.c_share .share_link .share_p p{
	font-size:18px;
	color:#333;
	line-height:30px;
}
.c_share .share_link .share_p a{
	color:#920e0e;
}
.c_share .s_fuzhi{
	display: block;
	width:397px;
	height:97px;
	cursor: pointer;
	margin:35px auto 0;
}
.congra{
	width: 100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	background-color:rgba(0,0,0,.8);
	display: none;
}
.congra .c_congra{
	width:517px;
	height:538px;
	background:url(../images/congra.png) no-repeat center;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.congra .c_congra .x_gift{
	display: block;
	margin:210px auto 0;
}
.congra .c_congra p{
	font-size:24px;
	text-align: center;
	color:#827070;
	margin-top:30px;
}
.congra .c_congra p.c_first_p{
	margin-top: 20px;
}
