body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.eff {
	width: 100%;
	height: 1831px;
	left: -20px;
	top: 55px;
	position: absolute;
	z-index: 9;
	overflow: hidden;
}

.eff .b2 {
	width: 100%;
	height: 2045px;
	background: url(../images/eff.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

.kv {
	width: 100%;
	height: 960px;
	min-width: 1200px;
	margin: 0 auto;
	background: url(../images/kv.jpg) no-repeat center;
	overflow: hidden;
	position: relative;
}

.kv .logo {
	position: absolute;
	top: 147px;
	left: 147px;
}

.kv .k_btn {
	width: 121px;
	height: 769px;
	position: absolute;
	top: 0;
	left: 45px;
	z-index: 10;
}

.kv .k_btn .btn {
	display: block;
	width: 100%;
	height: 477px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	left: 0;
}

.kv .play {
	width: 97px;
	height: 97px;
	position: absolute;
	cursor: pointer;
	top: 490px;
	left: 615px;
}

.kv .play img {
	display: block;
	position: absolute;
}

.kv .play img:nth-child(1) {
	width: 100%;
	height: 100%;
}

.kv .play img:nth-child(2) {
	width: 32px;
	height: 37px;
	left: 36px;
	top: 32px;
	animation: vGo 2s linear infinite;
	-webkit-animation: vGo 2s linear infinite;
}

@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);
	}
}

.kv .k_btn i {
	display: block;
	width: 1px;
	height: 324px;
	background-color: #ff001a;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 60px;
}

.kv .k_btn .box {
	width: 166px;
	height: 148px;
	position: absolute;
	bottom: 65px;
	left: -26px;
	cursor: pointer;
	animation: shake 3s linear infinite;
	-webkit-animation: shake 3s linear infinite;
}
@keyframes shake{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(0deg);}
	75%{transform: rotate(0deg);}
	90%{transform: rotate(0deg);}
	95%{transform: rotate(-10deg);}
	98%{transform: rotate(10deg);}
	100%{transform: rotate(0deg);}
}
@-webkit-keyframes shake{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(0deg);}
	75%{transform: rotate(0deg);}
	90%{transform: rotate(0deg);}
	95%{transform: rotate(-10deg);}
	98%{transform: rotate(10deg);}
	100%{transform: rotate(0deg);}
}
.kv .kv_img{
	display: block;
	position:absolute;
	left:188px;
	top:395px;
}
.kv .pk {
	width: 1222px;
	height: 119px;
	background: url(../images/pk.png) no-repeat center;
	position: absolute;
	left: -11px;
	bottom: 48px;
}

.kv .pk .gif {
	display: block;
	position: absolute;
	left: 49px;
	top: 29px;
}

.kv .pk>div {
	width: 604px;
	height: 100%;
	float: left
}

.kv .pk>div:nth-child(2) {
	float: right;
}

.kv .pk .left_num,
.kv .pk .rihgt_num {
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.kv .pk p {
	width: 115px;
	background: linear-gradient(to top, rgb(255, 207, 198), white);
	-webkit-background-clip: text;
	color: transparent;
	position: absolute;
	left: 420px;
	margin-top: 43px;
	z-index: 10;
}

.kv .pk p .s_span {
	font-size: 12px;
	color: #fff;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.kv .pk .rihgt_num p {
	left: 64px;
}

.kv .pk .rihgt_num p {
	background: linear-gradient(to top, rgb(196, 196, 252), white);
	-webkit-background-clip: text;
	color: transparent;
}

.kv .kv_txt {
	width: 773px;
	height: 40px;
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	left: 50%;
	margin-left: -386.5px;
	bottom: 3px;
	font-size: 14px;
	color: #41312d;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
}

.bg {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	height: 993px;
	background: url(../images/bg.jpg) no-repeat center;
	overflow: hidden;
	position: relative;
}

.content {
	width: 100%;
	height: 337px;
	position: relative;
	margin-top: 67px;
	z-index: 11;
}

.content .left_banner {
	width: 600px;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.content .left_banner li img {
	display: block;
	width: 600px;
	height: 340px;
}

.content .left_banner .swiper-pagination {
	text-align: right;
}

.content .left_banner .swiper-pagination-bullet {
	width: 18px;
	height: 17px;
	background: url(../images/n.png) no-repeat center;
	opacity: 1;
	margin: 0 3px;
}

.content .left_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/n_h.png) no-repeat center;
}

.content .right_news {
	width: 598px;
	height: 335px;
	background-color: #fff;
	border: 1px solid #f6f5f5;
	float: left;
}

.content .right_news .top_ul {
	width: 534px;
	height: 93px;
	margin: 0 auto;
	border-bottom: 1px solid #f6f5f5;
	position: relative;
	overflow: hidden;
}

.content .right_news .top_ul li {
	width: 89px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	float: left;
	color: #333;
	border-radius: 20px;
	cursor: pointer;
	margin: 20px 20px 0 0;
	font-size: 16px;
}

.content .right_news .top_ul li.active {
	background-color: #f33a48;
	color: #fff;
}

.content .right_news .top_ul li:hover {
	background-color: #f33a48;
	color: #fff;
}

.content .right_news .top_ul .more {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	float: right;
	border: 1px solid #dddddd;
	margin-top: 28px;
}

.content .right_news .top_ul .more img {
	display: block;
	margin: 3px auto 0;
}

.content .right_news .top_ul .more:hover img {
	animation: rotate .5s linear;
	-webkit-animation: rotate .5s linear;
}

@keyframes rotate {
	0 {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

@-webkit-keyframes rotate {
	0 {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

.right_con {
	width: 534px;
	margin: 0 auto;
	overflow: hidden;
}

.right_con ul {
	width: 100%;
	overflow: hidden;
	display: none;
	margin-top: 16px;
}

.right_con ul.active {
	display: block;
}

.right_con ul li {
	width: 100%;
	height: 54px;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 54px;
}

.right_con ul li span {
	display: block;
	float: left;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right_con ul li a em{
	float:left;
	margin-right:5px;
	font-style:normal;
}
.right_con ul li a {
	color: #333;
}

.right_con ul li a i {
	font-style: normal;
	font-size: 14px;
	color: #bbbbbb;
	float: right;
}

.right_con ul li:hover span {
	color: #f33a48;
}

.t_content {
	width: 100%;
	height: 355px;
	margin-top: 42px;
	position: relative;
	overflow: hidden;
	z-index: 11;
}

.t_content .left_img {
	width: 600px;
	height: 100%;
	background: url(../images/i_bg.png) no-repeat center;
	position: relative;
	overflow: hidden;
	float: left;
}

.t_content .left_img .code {
	width: 182px;
	height: 231px;
	background: url(../images/c_bg.png) no-repeat center;
	position: relative;
	float: left;
	margin: 73px 143px 0 35px;
	z-index: 1;
}

.t_content .left_img .code .erweima {
	display: block;
	width: 145px;
	height: 145px;
	margin: 15px auto 0;
}

.t_content .left_img .code .code_txt {
	width: 145px;
	height: 21px;
	line-height: 21px;
	color: #666;
	margin: 16px auto 0;
}

.t_content .left_img .code .code_txt img {
	display: block;
	float: left;
	margin: 0 10px;
}

.t_content .left_img .code .code_txt p {
	font-size: 18px;
	float: left;
}

.t_content .left_img .nv {
	display: block;
	width: 349px;
	height: 318px;
	position: absolute;
	left: 45px;
	top: 0;
}

.t_content .left_img .left_ul {
	width: 200px;
	height: 220px;
	float: left;
	margin-top: 73px;
}

.t_content .left_img .left_ul li {
	width: 200px;
	height: 60px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.t_content .left_img .left_ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.t_content .left_img .left_ul li a i {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	background: url(../images/xb.png) no-repeat center;
	background-position: 0 0;
	float: left;
	margin: 18px 15px 0 40px;
}

.t_content .left_img .left_ul li:nth-child(1) {
	background-color: #f84646;
	box-shadow: 0 5px 10px rgba(248, 70, 70, .2);
}

.t_content .left_img .left_ul li:nth-child(1):hover {
	background-color: #f73131;
}

.t_content .left_img .left_ul li:nth-child(2) {
	background-color: #626cef;
	box-shadow: 0 5px 10px rgba(54, 68, 251, .2);
	margin-top: 20px;
}

.t_content .left_img .left_ul li:nth-child(2):hover {
	background-color: #535eee;
}

.t_content .left_img .left_ul li:nth-child(2) a i {
	background-position: 0px -79px;
}

.t_content .left_img .left_ul li:nth-child(3) {
	background-color: #1579e9;
	box-shadow: 0 5px 10px rgba(54, 161, 251, .2);
	margin-top: 20px;
}

.t_content .left_img .left_ul li:nth-child(3):hover {
	background-color: #0570e8;
}

.t_content .left_img .left_ul li:nth-child(3) a i {
	background-position: 0px -158px;
}

.t_content .left_img .left_ul li a p {
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}

.t_content .right_banner {
	width: 600px;
	height: 100%;
	overflow: hidden;
	position: relative;
	float: right;
}

.t_content .right_banner li a img {
	display: block;
	width: 600px;
	height: 355px;
}

.t_content .right_banner .swiper-button-prev {
	width: 27px;
	height: 54px;
	background: url(../images/nav.png) no-repeat center;
	left: 40px;
}

.t_content .right_banner .swiper-button-next {
	width: 27px;
	height: 54px;
	background: url(../images/nav.png) no-repeat center;
	right: 40px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.login {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .9);
	z-index: 20;
	display: none;
}

.login .c_login {
	width: 431px;
	height: 702px;
	background: url(../images/mask.png) no-repeat center;
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.login .c_login .close {
	display: block;
	position: absolute;
	top: 0;
	right: -50px;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.login .c_login .login_body {
	width: 340px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.login .c_login .login_body .type_ul {
	width: 100%;
	height: 82px;
	border-bottom: 1px solid #f6dfcc;
}

.login .c_login .login_body .type_ul li {
	float: left;
	margin-top: 35px;
	cursor: pointer;
}

.login .c_login .login_body .type_ul li:nth-child(2) {
	margin-left: 80px;
}

.login .c_login .login_body .type_ul.type_ul1 li:nth-child(2) {
	margin-left: 96px;
}

.login .c_login .login_body .type_ul li p {
	font-size: 22px;
	color: #4d311a;
	line-height: 24px;
}

.login .c_login .login_body .type_ul li.active p {
	color: #f33a48;
}

.login .c_login .login_body .type_ul li.active p em img:nth-child(1) {
	display: none;
}

.login .c_login .login_body .type_ul li p em {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	overflow: hidden;
	margin-right: 12px;
}

.login .c_login .close:hover {
	transform: rotate(360deg);
}

.login .c_login .login_p {
	font-size: 22px;
	color: #4d311a;
	line-height: 36px;
	margin-top: 10px;
}

.login .c_login .login_p span {
	color: #f33a48;
}

.login .c_login .phone {
	width: 337px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	font-size: 18px;
	background-color: #fff3e9;
	color: #4d311a;
	border: 2px solid #ffd5b2;
	border-radius: 10px;
	margin-top: 15px;
}

.login .c_login .s_put {
	width: 100%;
	height: 70px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.login .c_login .s_put input {
	width: 186px;
	height: 66px;
	border: 2px solid #ffd5b2;
	border-radius: 10px;
	line-height: 66px;
	font-size: 18px;
	background-color: #fff3e9;
	color: #4d311a;
	text-align: center;
	float: left;
}

.login .c_login .s_put .captcha {
	width: 137px;
	height: 66px;
	border: 2px solid #ffd5b2;
	border-radius: 10px;
	background-color: #fff3e9;
	float: right;
	cursor: pointer;
}

.login .c_login .s_put .captcha img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.login .c_login .s_put input.g_code {
	width: 141px;
	height: 70px;
	background-color: #f33a48;
	color: #fff;
	line-height: 70px;
	text-align: center;
	border: none;
	float: right;
	cursor: pointer;
}

.login .c_login .send_yy {
	display: block;
	margin: 23px auto 0;
	cursor: pointer;
}

.success {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .9);
	z-index: 20;
	display: none;
}

.success .c_success {
	width: 467px;
	height: 370px;
	background: url(../images/success.png) no-repeat center;
	position: relative;
	margin: 0 auto;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.success .c_success .close {
	display: block;
	position: absolute;
	top: 53px;
	right: 13px;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.success .c_success .close:hover {
	transform: rotate(360deg);
}

.success .c_success p {
	width: 444px;
	margin-left: 23px;
	font-size: 22px;
	color: #4d311a;
	text-align: center;
	padding-top: 15px;
}

.success .c_success p.su_p {
	font-size: 34px;
	padding-top: 195px;
}

.success .c_success p span {
	color: #f33a48;
}