* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
}

a {
	text-decoration: none;
}

html,
body {
	position: relative;
	height: 100%;
}

.center {
	text-align: center;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 5%;
}


.sec1 {
	background: #000;
	display: flex;
	justify-content: space-between;
}

.sec1_left {
	width: 50%;
}

.sec1_left img {
	width: 100%;
}

.sec1_right {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.logos {
	width: 100%;
	display: flex;
	justify-content: center;
}

.logos img {
	max-width: 340px;
	margin-bottom: 50px;
}

.sec1_right-wz1 {
	display: flex;
	font-size: 90px;
	color: #bbb;
	background-image: linear-gradient(to left, #dda457, #e3cc91);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	align-items: center;
	font-weight: 700;
}

.sec1_right-wz1 img {
	width: 250px;
	margin-right: 20px;
}

.sec1_right-wz2 {
	background-image: linear-gradient(to left, #dda457, #e3cc91);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 56px;
	font-weight: 600;
	margin: 20px 0;
}

.sec1_right-wz3 {
	background-image: linear-gradient(to left, #dda457, #e3cc91);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
	border: 1px #dfaf67 solid;
	border-radius: 20px;
	padding: 10px 20px;
	margin: 30px 0;
}

.sec1_right-wz4 {
	background-image: linear-gradient(to left, #dda457, #e3cc91);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	text-align: left;
	line-height: 2;
	max-width: 550px;
}

.sec1_right-db {}

.sec1_right-db img {
	max-width: 400px;
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.sec2 {
	background: url(../images/5.jpg) no-repeat center;
	background-size: cover;
	padding: 0 5%;
}

.mulu {
	padding: 30px 0 20px;
	background: #fff;
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-evenly;
}

.logo2 img {
	width: 100%;
	max-width: 200px;
}

.nav {
	display: flex;
}

.nav a {
	color: #000;
	margin-left: 35px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.nav .actives {

	color: #004fc5;
	position: relative;
}

.nav .actives:before {
	border-top: 3px #004fc5 solid;
	padding-top: 10px;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
}

/*  */
.tel_menu {
	position: fixed;
	z-index: 9999;
	display: none;
	width: 100%;
	background: #fff;
	height: 64px;
	padding: 10px;
}

.anniu {
	position: absolute;
	right: 10px;
	width: 50px;
	top: 15px;
}

.anniu img {
	width: 50px;
}

.tel_nav {
	background: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 45px;
	width: 230px;
	display: none;
}

.tel_nav-ns {
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 2;
	font-size: 16px;
}

.tel_nav-ns a {
	color: #000;
	padding: 10px;
	border-bottom: 1px #ddd solid;
}

.tel_menu .lang {
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 2;
	font-size: 20px;
	position: fixed;
	left: 20px;
}

.tel_menu .lang span {
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.tel_menu .lang .xuanze {
	top: 25px;
	width: 150px;
	left: 0;
	margin-left: 0;
	background: #fff;
}

.tel_menu .lang a {
	/* color: #000; */
	/* padding: 10px; */
	/* border-bottom: 1px #ddd solid; */
}

@media (max-width: 769px) {
	.mulu {
		display: none;
	}

	.tel_menu {
		display: block;
	}

	.sec1 {
		padding: 0 50px;
		flex-direction: column;
		display: flex;
		justify-content: center;
	}

	.sec1_left {
		width: 310px;
	}

	.sec1_right {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.logos img {
		max-width: 220px;
		margin-bottom: 5px;
		display: none;
	}
}

.maincont {
	width: 1300px;
	margin: 0 auto;
}

.banner {
	width: 100%;
	float: left;
}

.banner img {
	width: 100%;
	float: left;
}

.bgjss {
	width: 100%;
	float: left;
	background: linear-gradient(to bottom, #cbb19c, #f3eee9, #efe8e3);
	padding: 50px 0;
}

.bgjs3 {
	width: 100%;
	float: left;
	background: radial-gradient(circle, #f4f8f9, #e7ded7);
	padding: 50px 0;
}

.title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title h3 {
	font-size: 50px;
}

.title p {
	font-size: 24px;
	color: #826751;
}


.jdk_js {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	background: linear-gradient(to bottom, #f3eee9, #f3eee9, #e0cec0);
}

.jdk_js p {
	font-size: 24px;
	padding: 10px;
}

.bgjs {
	width: 100%;
	float: left;
	background: linear-gradient(to bottom, #ecdfd3, #f3eee9, #f3eee9);
	padding: 80px 0;
	display: flex;
}

.neirj {
	align-items: center;
	justify-content: space-between;
}

.neirj-js {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title2 {
	font-size: 30px;
	color: #826751;
	margin-bottom: 15px;
}

.neirj_l {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	width: 75%;
	line-height: 1.5;
	padding-right: 40px;
}

.neirj2 {
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.5;
}

.neirj3-js {
	display: flex;
	justify-content: space-evenly;
}

.neirj3-js li {
	display: flex;
	flex-direction: column;
	width: 33.33%;
	padding: 15px;
	align-items: center;
	text-align: center;
}

.neirj3-js li img {}

.neirj3-js li span {
	font-size: 24px;
	width: 100%;
	height: 60px;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}

.neirj3-js li p {
	font-size: 16px;
	line-height: 1.5;
}

.neirj4 {}

.neirj4 li {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1.5;
}

.neirj4 li img {
	padding: 20px;
}

.neirj5 li {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1.5;
}

.neirj5 li img {
	padding: 20px;
}

.neirj6-js {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.neirj6-js li {
	display: flex;
	flex-direction: column;
	width: 47%;
}

.neirj6-js li img {}

.neirj6-js li p {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 20px;
}

.neirj7 p {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 30px;
}

.neirj7-img {
	display: flex;
	justify-content: space-between;
}

.neirj7-img img {
	width: 32.333%;
}

.neirj8 {}

.neirj8-ks {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	margin-top: 50px;
}

.neirj8-ks img {
	width: 768px;
	margin-left: calc(100% - 768px);
}

.neirj8-ks_l {
	position: absolute;
	left: 0;
	width: calc(100% - 768px);
	background: #916b59;
	height: 100%;
	display: flex;
	align-items: flex-start;
	font-size: 24px;
	flex-direction: column;
	padding: 25px;
	justify-content: center;
}

.neirj8-ks_l span {
	font-size: 36px;
	color: #ffead9;
	margin-bottom: 15px;
}

.neirj8-ks_l p {
	color: #fff;
}

.neirj10-j1 {
	margin-bottom: 50px;
}

.neirj10-j1 li {
	background: #916b59;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 100;
	width: 100%;
	margin-bottom: 15px;
	height: 100px;
}

.neirj10-j1 li span {
	background: #a16d54;
	color: #eab8a0;
	width: 280px;
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 50px;
	padding: 10px;
	z-index: 1;
}

.neirj10-j1 li:nth-child(1) span {
	clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);

}

.neirj10-j1 li:nth-child(2) span {
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}



.neirj10-j1 li p {
	width: calc(100% - 350px);
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 19px;
}

.neirj10-j1 li p::before {
	position: absolute;
	background: #fff;
	height: 100%;
	left: -70px;
	content: "";
	width: 10px;
	z-index: 555;
}

.neirj10-j1 li:nth-child(1) p::before {
	transform: skewX(345deg);
}

.neirj10-j1 li:nth-child(2) p::before {
	transform: skewX(15deg);
}

.neirj10-j2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.neirj10-j3 {
	width: 100%;
}

.neirj10-j3 table {
	width: 100%;
	font-size: 20px;
	text-align: center;
}

.neirj10-j3 tr {
	background: #e8e0d7;
}

.neirj10-j3 tr:first-child {
	background: #966c4a;
	color: #eab8a0;
}

.neirj10-j3 tr:nth-child(3) {
	background: #dacec0;
}

.neirj10-j3 tr:nth-child(5) {
	background: #dacec0;
}

.neirj10-j3 td,
.neirj10-j3 th {
	padding: 10px;
}

.neirj11-js {
	display: flex;
	flex-direction: column;
}

.neirj11-js li {
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-top: 30px;
}

.neirj11-js li img {
	margin-right: 50px;
}

.neirj11-js li p {
	font-size: 20px;
}

.neirj12 p {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 30px;
}

.neirj13 {}

.neirj13 p {
	font-size: 20px;
	margin: 30px 0;
	line-height: 1.5;
}

.neirj13-js {
	display: flex;
	align-items: center;
	margin: 50px 0;
}

.neirj13-js img {
	margin-right: 50px;
}

.neirj13-js p {}

.neirj14-js {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-top: 50px;
}

.neirj14-js img {
	margin-right: 40px;
}

.neirj14-js p {}

.neirj15 {}

.neirj15-js {
	display: flex;
	justify-content: space-between;
}

.neirj15-js li {
	width: 32.3333%;
	display: flex;
	flex-direction: column;
}

.neirj15-js li img {}

.neirj15-js li span {
	background: #dac0ab;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

.neirj15-js2 {
	font-size: 28px;
	padding: 30px 0;
}

.neirj15-js3 {
	font-size: 20px;
	line-height: 1.5;
}

.neirj16 {}

.neirj16 p {
	padding: 20px 0;
	font-size: 20px;
	line-height: 1.5;
}

.neirj16 img {
	margin-bottom: 50px;
}

.title3 {
	text-align: center;
	font-size: 18px;
}

.neirj17 {}

.neirj17-js {
	display: flex;
	flex-direction: column;
}

.neirj17-js li {
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-bottom: 40px;
}

.neirj17-js li img {
	padding: 0 30px;
}

.neirj17-js li p {
	font-size: 20px;
	line-height: 1.5;
}

.foote {
	background: url(../images/fot.jpg) no-repeat center;
	background-size: cover;
	align-content: center;
	float: left;
	width: 100%;
}

.fot_logo {
	text-align: center;
}

.fot_logo img {
	margin-top: 50px;
}

.fot_menu {
	text-align: center;
	margin: 20px 0;
	border-bottom: 1px #966c4a solid;
	padding-bottom: 20px;
}

.fot_menu a {
	padding: 0 10px;
	color: #966c4a;
	line-height: 2;
	border-right: 1px #966c4a solid;
}

.fot_foll {
	text-align: center;
}

.fot_foll span {
	display: inline-block;
	margin-bottom: 10px;
}

.fot_foll p {}

.fot_foll img {
	padding: 10px;
}

.fot_fies {
	text-align: center;
	background: #966c4a;
	color: #fff;
	padding: 15px 0;
	width: 100%;
	float: left;
}


@media (max-width: 469px) {
	.banner {
		margin-top: 70px;
	}

	.maincont {
		width: 100%;
		padding: 10px;
	}

	.title h3 {
		font-size: 22px;
	}

	.title p {
		font-size: 14px;
	}

	.jdk_js p {
		font-size: 14px;
	}

	.jdk_js img:nth-child(1) {
		display: none;
	}

	.jdk_js img {
		width: 100px;
	}

	.neirj_l {
		width: 100%;
		font-size: 14px;
		padding-right: 0;
	}

	.neirj-js {
		flex-direction: column;
	}

	.jdk_js {
		background: none;
		margin: 0 3%;
		width: 94%;
	}

	.about {
		padding: 25px 0;
	}

	.bgjs {
		padding: 25px 0;
	}

	.neirj2 {
		font-size: 14px;
	}

	.neirj3-js {
		flex-direction: column;
	}

	.neirj6-js li img {
		max-width: 250px;
	}

	.neirj3-js li {
		width: 100%;
	}

	.neirj3-js li p {
		font-size: 12px;
	}

	.neirj3-js li span {
		font-size: 18px;
		height: auto;
	}

	.neirj4 li {
		flex-direction: column;
	}

	.neirj4 li:nth-child(2) {
		flex-direction: column-reverse;
		margin-top: 30px;
	}

	.neirj4 li img {
		padding: 0;
	}

	.neirj4 li p {
		font-size: 14px;
		padding: 5px;
	}

	.neirj5 li {
		flex-direction: column;
	}

	.neirj5 li:nth-child(2) {
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}

	.title2 {
		text-align: center;
	}

	.neirj5 li p {
		font-size: 14px;
	}

	.neirj6-js {
		flex-direction: column;
	}

	.neirj6-js li {
		width: 100%;
		align-items: center;
	}

	.neirj6-js li p {
		font-size: 14px;
	}

	.neirj7 p {
		font-size: 14px;
	}

	.neirj8-ks img {
		width: 100%;
		margin-left: 0;
	}

	.neirj8-ks_l span {
		font-size: 24px;
	}

	.neirj8-ks {
		width: 100%;
		flex-direction: column;
	}

	.neirj8-ks_l {
		position: relative;
		width: 100%;
		background: #916b59;
		height: auto;
		display: flex;
		align-items: flex-start;
		font-size: 14px;
		flex-direction: column;
		padding: 25px;
		justify-content: center;
	}

	.neirj10-j1 li {
		height: auto;
		flex-direction: column;
	}

	.neirj10-j1 li span {
		width: 100%;
		margin-right: 0;
	}

	.neirj10-j1 li p {
		width: 100%;
		font-size: 14px;
		padding: 10px;
	}

	.neirj10-j1 li:nth-child(1) span {
		clip-path: inherit;
	}

	.neirj10-j1 li:nth-child(2) span {
		clip-path: inherit;
	}

	.neirj10-j1 li:nth-child(1) p::before {
		transform: inherit;
	}

	.neirj10-j1 li:nth-child(2) p::before {
		transform: inherit;
	}

	.neirj10-j2 {
		font-size: 14px
	}

	.neirj10-j3 tr {
		font-size: 14px;
	}

	.neirj11-js li img {
		width: 80px;
		margin-right: 15px;
	}

	.neirj12 p {
		font-size: 14px;
	}

	.neirj13 p {
		font-size: 14px;
	}

	.neirj13-js {
		flex-direction: column;
	}

	.neirj13-js img {
		margin-right: 0;
	}

	.neirj14-js {
		flex-direction: column;
	}

	.neirj14-js img {
		margin-right: 0px;
		width: 250px;
		margin-bottom: 20px;
	}

	.neirj14-js p {
		font-size: 14px;
	}

	.neirj15-js {
		flex-direction: column;
	}

	.neirj15-js li {
		width: 100%;
	}

	.neirj15-js2 {
		font-size: 24px;
	}

	.neirj15-js3 {
		font-size: 14px;
	}

	.neirj16 p {
		font-size: 14px;
	}

	.neirj16 img {
		margin-bottom: 0;
	}

	.neirj17-js li {
		flex-direction: column;
	}

	.neirj17-js li p {
		font-size: 14px;
	}

	.neirj17-js li img {
		padding: 20px 0px;
	}

	.neirj17-js li:nth-child(2) {
		flex-direction: column-reverse;
	}

	.neirj11-js li p {
		font-size: 14px;
	}

	.title2 {
		font-size: 20px;
	}

	table {
		width: 100%;
		table-layout: fixed;
		word-break: break-word;
	}
}

.neirj18 {}

.neirj18-js {
	display: flex;
	align-items: center;
}

.neirj18-js-l {}

.neirj18-js-l p {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 30px;
}

.neirj18-js img {
	border-radius: 50px;
	max-width: 500px;
	margin-left: 50px;
}

.neirj19 {
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.5;
}

.neirj19 p {
	margin-bottom: 15px;
}

@media (max-width: 469px) {
	.neirj18-js {
		flex-direction: column;
	}

	.neirj18-js-l p {
		font-size: 14px;
	}

	.neirj18-js img {
		width: 100%;
		margin-left: 0;
		border-radius: 0;
		margin-top: 20px;
	}

	.neirj19 p {
		font-size: 14px;
	}
}

.quil1 {
	display: flex;
	flex-direction: column;
	font-size: 22px;
	line-height: 1.5;
	align-items: center;
}

.quil1 img {
	width: 530px;
	padding: 20px;
}

.quil-img {
	display: flex;
	align-content: center;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 469px) {
	.quil1 {
		font-size: 14px;
	}
}

.neirj11-js li span {
	font-size: 30px;
	margin-bottom: 10px;
	display: inline-block;
}

@media (max-width: 469px) {
	.neirj11-js li span {
		font-size: 20px;
	}
}

.aid1 {}

.aid1 p {
	font-size: 20px;
	line-height: 1.5;
}

.aid1-js {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.aid1-js-l li {
	margin-bottom: 15px;
}

@media (max-width: 469px) {
	.aid1 p {
		font-size: 14px;
	}

	.aid1-js {
		flex-direction: column-reverse;
	}

	.aid1-js img {
		margin-bottom: 30px;
	}
}

.future1 p {
	font-size: 20px;
	line-height: 1.5;
}

.future1-js1 {
	font-size: 30px;
	text-align: center;
	margin: 50px 0;
}

.future1-js2 {
	display: flex;
	justify-content: space-evenly;
}

.neirj3-js2 p {
	margin-top: 30px;
}

.neirj3-js li p {
	font-size: 20px;
}

.future2 {
	font-size: 20px;
	line-height: 1.5;
	margin: 30px 0;
}

@media (max-width: 469px) {

	.neirj3-js li p {
		font-size: 14px;
	}

	.future1-js2 img {
		max-width: 32.33%;
	}
}

.fot-top{
    position: fixed;
    right: 20px;
    bottom: 30px;
}
.fot-top a{}
.fot-top a img{
    width: 60px;
}