* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%
}

body {
	width: 100%;
	background-image: linear-gradient(to bottom, #ff7d79, #fff9bd);
	padding-top: 140px;
}

.main {
	width: 1070px;
	margin: 0 auto;
}

.top {
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 99999;
}

.top-show {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.logo {
	width: 220px;
}

.logo img {}

.ser {
	position: relative;
	width: 200px;
	height: 38px;
	padding-left: 10px;
	border-radius: 10px;
	border: 1px #ddd solid;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.ser img {
	width: 25px;
	margin-right: 10px;
}

.ser input {
	border: none;
	width: calc(100% - 50px);
	height: 100%;
	outline: 0;
}

.ser:before {
	content: "";
	position: absolute;
}

.sec1 {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.sec1-t {
	width: 100%;
}

.sec1-t img {
	border-radius: 20px;
}

.jianjie {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 20px;
	align-items: center;
	box-shadow: 0 2px 8px 3px rgb(78 81 38);
}

.title {
	padding: 20px 0;
	font-size: 28px;
	color: #b10000;
	font-weight: 600;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_show {}

.img_show img {
	border-radius: 20px;
}

.title2 {
	color: #e3b776;
	padding: 10px 0;
	cursor: pointer;
}

.video {
	width: 100%;
}

.video video {
	width: 100%;
	border-radius: 20px;
	margin-top: 20px;
}

.image-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.image-container img {
	max-width: 90%;
	max-height: 90%;
}

.sec2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-top: 20px;
	border-radius: 20px;
	align-items: center;
	padding: 20px;
	box-shadow: 0 2px 8px 3px rgb(78 81 38);
}

.swiper {
	width: 100%;
}

.sec3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-top: 20px;
	border-radius: 20px;
	align-items: center;
	padding: 20px;
	box-shadow: 0 2px 8px 3px rgb(78 81 38);
}

.sec3_show {
	width: 100%;
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-around;
}

.sec3_show img {
	border-radius: 20px;
	margin-right: 30px;
}

.sec3_show p {
	line-height: 2;
}

.sec4 {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-top: 20px;
	border-radius: 20px;
	align-items: center;
	padding: 20px;
	position: relative;
	padding-bottom: 140px;
	box-shadow: 0 2px 8px 3px rgb(78 81 38);
}

.sec4_show {
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.sec4_show li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sec4_show li img {
	padding: 15px;
	border: 2px #ddd solid;
	border-radius: 20px;
}

.sec4_show li span {
	font-size: 28px;
	padding: 15px 0;
}

.sec4_show li b {
	font-weight: normal;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
}

.sec4_show li a {
	display: flex;
	padding: 10px;
	align-items: center;
	background-image: linear-gradient(to bottom, #caa85e, #a97e2f);
	border-radius: 20px;
	width: 300px;
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	margin-bottom: 20px;
}

.sec4_show li a img {
	width: 36px;
	border: 0;
	padding: 0;
	margin-right: 20px;
	margin-left: 20px;
}

.tishi {
	left: 0;
	background: #eaeaea;
	width: 100%;
	padding: 20px;
	margin-top: 50px;
	position: absolute;
	bottom: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	line-height: 2;
}

.sec5 {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-top: 20px;
	border-radius: 20px;
	align-items: center;
	padding: 20px;
	box-shadow: 0 2px 8px 3px rgb(78 81 38);
}

.sec6 {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin-top: 20px;
	border-radius: 20px;
	align-items: center;
	padding: 20px;
	box-shadow: 0 2px 8px 3px rgb(78 81 38);
	position: relative;
}

.menu,
.tab-box {
	width: 100%;
}

.menu ul li {
	line-height: 56px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	list-style: none;
}

.menu ul li span {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0 20px;
}

.menu ul li span i {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/arr.png) no-repeat center center;
	background-size: 80% 80%;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	transition: all 0.3s ease-out;
	transform: rotate(0deg);
}

.menu ul li span i.action {
	transition: all 0.3s ease-out;
	transform: rotate(180deg);
}

.menu ul li>dl {
	display: none;
	padding-left: 35px;
}

.sec62 .menu ul li .sss {
	display: block !important;
}



.menu ul li>dl a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #222;
	text-decoration: none;
}

.jsd {
	margin: 30px 0;
}

.banquan {
	padding: 50px 0;
	text-align: center;
}

.swiper-slide img {
	width: 100%;
	max-height: 100%;
}

.menu ul li .sss {
	display: block;
}

.sec62 ul li span {
	display: flex;
	justify-content: space-between;
}

.sec62 ul li span em {
	font-style: normal;
	color: #b10084;
	cursor: pointer;
}

.jsk-list {
	display: none;
}

.luntan {
	width: 100%;
	height: 100%;
	background: #000000d1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	padding: 50px;
	display: flex;
	align-items: center;
	display: none;
}

.mySwiper2 {
	width: 1070px;
	height: 700px;
	position: absolute;
	top: 50%;
	margin-top: -350px;
	left: 50%;
	margin-left: -535px;
}

.luntan .close {
	position: absolute;
	right: 10px;
	z-index: 999999;
	color: #fff;
	top: 10px;
	border: 1px #fff solid;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 10px;
}

@media (max-width: 1070px) {
	.main {
		width: 100%;
		padding: 20px;
	}

	.logo {
		width: 109px;
	}

	.sec3_show img {
		margin-right: 0;
	}

	.sec3_show {
		flex-direction: column;
	}

	.sec4_show {
		flex-direction: column;
	}

	.sec4 {
		padding-bottom: 210px;
	}

	.mySwiper2 {
		transform: rotate(90deg);
		max-width: 80vh;
		max-height: 80vw;
		left: -150px;
		margin-left: 0;
		top: 630px;
	}
}



/* 微信  QQ识别 */

.weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	height: 100%;
	width: 100%;
	z-index: 100;
}

.weixin-tip p {
	text-align: center;
	margin-top: 10%;
	padding: 0 5%;
}

.title span {
	color: #c90000;
	border: 1px #c90000 solid;
	padding: 5px;
	border-radius: 6px;
	margin-left: 5px;
	font-size: 14px;
	position: absolute;
	right: 40px;
	font-weight: normal;
	cursor: pointer;
}