/*common start*/
:root {
	--primary-color: #ef8002;
	--main-color: #ef8002;
	--main-color-white: #fff;
}

body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	color: #333;
	overflow-x: hidden;
}

a {
	color: #666;
}

	a:hover {
		color: var(--primary-color);
		text-decoration: none;
	}

p {
	line-height: 1.5em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper1 {
	/*width: 90%;*/
	margin: 0 auto;
	max-width: 1600px;
	min-width: 1000px;
}

input, textarea, select {
	outline: none;
}

img {
	object-fit: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

#lContent img, #lblContent img, .xiangxi_con img, .xiangqing img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

@media(max-width:999px) {
	.wapper1 {
		width: 90%;
		min-width: 0;
	}
}
/*common end*/


.head {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 55;
	left: 0;
	top: 0;
	transition: all .3s ease;
}

	.head.active1 {
		box-shadow: 0 0 10px #ddd;
	}

.head2bg {
}

.head2 {
	height: 100px;
	transition: all .3s ease;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.head .logo {
	float: left;
	width: 38%;
	height: 100px;
	position: relative;
}

	.head .logo img {
		max-width: 100%;
		max-height: 90%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
	}

	.head .logo .img1 {
		display: none;
	}

.head2 .rt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.head .h_phone {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: var(--primary-color);
	padding-left: 25px;
	background: url(../images/hico_phone.png) left center no-repeat;
	margin-left: .52vw;
}
/*menu*/
.head .menu {
	height: 100px;
	line-height: 100px;
}

	.head .menu > ul {
	}

		.head .menu > ul > li {
			float: left;
			padding: 0 .78vw;
		}

			.head .menu > ul > li.menu_down {
				position: relative;
			}

			.head .menu > ul > li > a {
				color: #333;
				display: block;
				font-size: 16px;
				font-weight: normal;
				position: relative;
			}

				.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a, .head .menu > ul > li.hover > a {
					color: var(--primary-color);
				}

				.head .menu > ul > li > a:before {
					content: "";
					width: 0;
					height: 2px;
					background: var(--primary-color);
					position: absolute;
					bottom: 0;
					left: 0;
					transition: all .3s ease;
				}

				.head .menu > ul > li > a:hover:before, .head .menu > ul > li:hover > a:before, .head .menu > ul > li.hover > a:before {
					width: 100%;
				}

			.head .menu > ul > li ul {
				width: fit-content;
				min-width: 180px;
				padding: 10px 0;
				background: #fff;
				box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
				position: absolute;
				top: 100%;
				left: 50%;
				transform: translateX(-50%);
				z-index: 5;
				display: none;
			}

				.head .menu > ul > li ul li {
					position: relative;
				}

					.head .menu > ul > li ul li a {
						color: #666;
						display: block;
						font-weight: normal;
						font-size: 14px;
						line-height: 24px;
						padding: 10px 5px;
						text-align: center;
						white-space: nowrap;
						position: relative;
					}

						.head .menu > ul > li ul li a:hover, .head .menu > ul > li > ul li:hover > a {
							color: #fff;
							background: var(--primary-color);
						}

					.head .menu > ul > li ul li ul {
						width: 100%;
						position: absolute;
						top: 0;
						left: 100%;
						transform: translateX(0);
						display: none;
					}

					.head .menu > ul > li ul li:hover > ul {
						display: block;
					}

.head_height {
	height: 100px;
}

@media(max-width:999px) {
	.head_height {
		height: 60px;
	}

	.head2 {
		height: 60px;
	}

	.head .logo {
		width: 86%;
		height: 60px;
	}

	.head .h_phone {
		display: none;
	}

	.head .menu {
		display: none;
	}
}
/**/
.head .nav_open {
	width: 24px;
	height: 20px;
	cursor: pointer;
	display: none;
	position: relative;
	margin-left: 15px;
}

	.head .nav_open i, .head .nav_open:before, .head .nav_open:after {
		width: 24px;
		height: 2px;
		background: #666;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
	}

	.head .nav_open i {
		top: 50%;
		transform: translateX(-50%) translate(0,-50%);
	}

	.head .nav_open:before {
		content: "";
		top: 0px;
	}

	.head .nav_open:after {
		content: "";
		bottom: 0px;
	}

	.head .nav_open.active0 i {
		opacity: 0;
		visibility: hidden;
	}

	.head .nav_open.active0:before {
		transform: translateX(-50%) translateY(9px) rotate(45deg);
	}

	.head .nav_open.active0:after {
		transform: translateX(-50%) translateY(-9px) rotate(-45deg);
	}

.head .nav_box {
	width: 100%;
	height: calc(100% - 60px);
	border-top: 1px solid #ccc;
	position: fixed;
	left: 0;
	top: 60px;
	display: none;
}

.head .nav_close1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
}

.head .navbg {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.head .nav {
	position: relative;
}

.head .nav_close2 {
	display: none;
}

.head .nav_list {
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}

	.head .nav_list ul {
	}

		.head .nav_list ul li {
			padding: 5px 5%;
		}

	.head .nav_list > ul > li {
		border-bottom: 1px solid #eee;
		padding: 10px 5%;
	}

	.head .nav_list ul li span {
		display: block;
		position: relative;
	}

		.head .nav_list ul li span a {
			display: inline-block;
			font-size: 14px;
			line-height: 24px;
			position: relative;
			z-index: 2;
			color: #333;
		}

	.head .nav_list > ul > li > span a {
		font-size: 16px;
		line-height: 26px;
		font-weight: normal;
	}

	.head .nav_list ul li.nav_down > span:after {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		position: absolute;
		top: 6px;
		right: 0;
	}

	.head .nav_list ul li.nav_down.active1 > span:after {
		transform: rotate(180deg);
	}

	.head .nav_list ul li ul {
		padding: 5px 0 0 0;
		display: none;
	}

	.head .nav_list ul li.active1 > span > i {
		background-image: url(../images/ico_up1.png);
	}

@media(max-width:999px) {
	.head .nav_open {
		display: block;
	}
}


.banner_swiper {
	position: relative;
}

	.banner_swiper .swiper-container {
		width: 100%;
	}

		.banner_swiper .swiper-container .swiper-slide {
			position: relative;
		}

			.banner_swiper .swiper-container .swiper-slide img {
				display: block;
				width: 100%;
			}

			.banner_swiper .swiper-container .swiper-slide .txtbg {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
			}

			.banner_swiper .swiper-container .swiper-slide .txt {
				color: #fff;
			}

				.banner_swiper .swiper-container .swiper-slide .txt .h2 {
					font-size: 90px;
					line-height: 100px;
					font-weight: bold;
					margin-bottom: 5.72vw;
				}

				.banner_swiper .swiper-container .swiper-slide .txt .h3 {
					font-size: 32px;
					line-height: 42px;
				}

			.banner_swiper .swiper-container .swiper-slide.swiper-slide-active {
				z-index: 2;
			}

	.banner_swiper .swiper-pagination {
		bottom: 20px;
		height: 12px;
		width: auto;
		padding: 7px 15px;
		background: rgba(255,255,255,0.4);
		border-radius: 30px;
		left: 50%;
		transform: translateX(-50%);
	}

		.banner_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			width: 8px;
			height: 8px;
			border: 2px solid #fff;
			border-radius: 10px;
			background: none;
			opacity: 1;
			transition: all .3s ease;
		}

			.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				background: #fff;
				opacity: 1;
			}

	.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
		text-align: center;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin-top: -30px;
		border-radius: 8px;
		background: rgba(0,0,0,.3);
		color: #fff;
		border-radius: 8px;
		font-size: 30px;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}

	.banner_swiper:hover .swiper-button-prev, .banner_swiper:hover .swiper-button-next {
		opacity: 1;
		visibility: visible;
	}

	.banner_swiper .swiper-button-prev:hover, .banner_swiper .swiper-button-next:hover {
		background: var(--primary-color);
	}

	.banner_swiper .swiper-button-prev {
		left: 5%;
	}

	.banner_swiper .swiper-button-next {
		right: 5%;
	}

@media(max-width:999px) {
	.banner_swiper .swiper-container .swiper-slide .txt .h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}

	.banner_swiper .swiper-container .swiper-slide .txt .h3 {
		font-size: 12px;
		line-height: 22px;
	}

	.banner_swiper .swiper-pagination {
		bottom: 10px;
		height: 6px;
	}

		.banner_swiper .swiper-pagination .swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			border-radius: 6px;
		}

			.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				width: 24px;
			}

	.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		font-size: 20px;
	}
}


.con01bg {
	padding: 70px 0;
	background: #f6f6f6;
}

.con01 {
}

.con01_lt {
	float: left;
	width: 20%;
}

.con01_rt {
	float: right;
	width: 100%;
}

	.con01_rt ul li {
		float: left;
		width: calc((100% - 192px)/6);
		margin: 0 0 20px 20px;
		text-align: center;
		transition: all .3s ease;
	}

		.con01_rt ul li:hover {
			transform: translateY(-5px);
		}

		.con01_rt ul li:nth-child(3n-2) {
			margin-left: 19px; /* clear: right; */
		}

		.con01_rt ul li .nr_box {
			border: 1px #ddd solid;
			background: #fff;
		}

		.con01_rt ul li .img {
			padding-bottom: 100%;
			position: relative;
			overflow: hidden;
		}

			.con01_rt ul li .img img {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto auto;
				transition: all .3s ease;
				object-fit: contain;
			}

		.con01_rt ul li:hover .img img {
			transform: scale(1.1);
		}

		.con01_rt ul li .txt {
			padding: 15px 0;
		}

			.con01_rt ul li .txt .h2 {
				font-size: 16px;
				line-height: 26px;
				height: 49px;
			}

@media(max-width:999px) {
	.con01bg {
		padding: 30px 0;
	}

	.con01_lt {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.con01_rt {
		float: right;
		width: 100%;
	}

		.con01_rt ul li {
			float: left;
			width: calc((100% - 15px)/2);
			margin: 0 0 15px 15px;
		}

			.con01_rt ul li:nth-child(3n-2) {
				margin-left: 15px;
				clear: none;
			}

			.con01_rt ul li:nth-child(2n-1) {
				margin-left: 0;
				clear: left;
			}

			.con01_rt ul li .txt {
				padding: 15px 0;
			}

				.con01_rt ul li .txt .h2 {
					font-size: 14px;
					line-height: 24px;
				}
}


.tit1 {
	text-align: center;
}

	.tit1 .h2 {
		font-size: 40px;
		line-height: 50px;
		font-weight: bold;
	}

	.tit1 .h3 {
		font-size: 18px;
		line-height: 28px;
		opacity: .7;
		margin-top: 5px;
	}

.con02bg {
	padding: 70px 0;
}

.con02 {
}

	.con02 .list {
		margin-top: 30px;
	}

		.con02 .list ul li {
			float: left;
			width: 20%;
			text-align: center;
			transition: all .3s ease;
		}

			.con02 .list ul li:hover {
				transform: translateY(-10px);
			}

			.con02 .list ul li .nr_box {
			}

			.con02 .list ul li .imgbg {
				max-width: 110px;
				margin: 0 auto;
			}

			.con02 .list ul li .img {
				padding-bottom: 100%;
				position: relative;
				border-radius: 100%;
				background: #4a4a4a;
				transition: all .3s ease;
			}

			.con02 .list ul li:hover .img {
				background: var(--primary-color);
			}

			.con02 .list ul li .img img {
				max-width: 60%;
				max-height: 60%;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto auto;
			}

			.con02 .list ul li .txt {
				margin-top: 15px;
			}

				.con02 .list ul li .txt .h2 {
					font-size: 18px;
					line-height: 28px;
				}

@media(max-width:999px) {
	.tit1 .h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.tit1 .h3 {
		font-size: 12px;
		line-height: 22px;
		margin-top: 0;
	}

	.con02bg {
		padding: 30px 0;
	}

	.con02 .list {
		margin-top: 20px;
		text-align: center;
	}

		.con02 .list ul li {
			float: none;
			width: 31%;
			margin: 0 0 20px 2%;
			display: inline-block;
			vertical-align: top;
		}

			.con02 .list ul li:nth-child(3n-2) {
				margin-left: 0;
				clear: left;
			}

			.con02 .list ul li .imgbg {
				max-width: 50px;
			}

			.con02 .list ul li .txt {
				margin-top: 10px;
			}

				.con02 .list ul li .txt .h2 {
					font-size: 14px;
					line-height: 18px;
				}

					.con02 .list ul li .txt .h2 br {
						display: none;
					}
}


.more2 {
}

	.more2 span {
		display: inline-block;
		text-align: center;
		font-size: 18px;
		line-height: 58px;
		padding: 0 30px;
		background: var(--primary-color);
		color: #fff;
		transition: all .3s ease;
	}

		.more2 span:hover {
			background: #333;
		}

.con03bg {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.con03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.con03_lt {
	color: #fff;
}

	.con03_lt .h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.con03_lt .h3 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 5px;
		font-weight: bold;
		color: var(--primary-color);
	}

	.con03_lt .h4 {
		font-size: 18px;
		line-height: 28px;
	}

.con03_rt {
	width: 400px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.con03_rt .phone {
		width: calc(100% - 132px);
		text-align: center;
		font-size: 28px;
		font-weight: bold;
		color: var(--primary-color);
	}

@media(max-width:999px) {
	.more2 span {
		font-size: 14px;
		line-height: 38px;
		padding: 0 15px;
	}

	.con03bg {
		padding: 30px 0;
	}

	.con03 {
		display: block;
	}

	.con03_lt {
		color: #fff;
		margin-bottom: 15px;
	}

		.con03_lt .h2 {
			font-size: 20px;
			line-height: 30px;
			margin-bottom: 5px;
		}

		.con03_lt .h3 {
			font-size: 20px;
			line-height: 30px;
			margin-bottom: 0;
		}

		.con03_lt .h4 {
			font-size: 14px;
			line-height: 24px;
		}

	.con03_rt {
		width: 100%;
	}

		.con03_rt .phone {
			width: calc(100% - 86px);
			font-size: 20px;
		}
}


.con04bg {
	padding: 70px 0;
}

.con04 {
}

	.con04 .list {
		margin-top: 30px;
	}

		.con04 .list ul li {
			float: left;
			width: calc((100% - 360px)/7);
			margin: 0 0 0 60px;
			text-align: center;
			position: relative;
		}

			.con04 .list ul li:nth-child(7n-6) {
				margin-left: 0;
				clear: left;
			}

			.con04 .list ul li .imgbg {
			}

			.con04 .list ul li .img {
				position: relative;
				transition: all .3s ease;
			}

			.con04 .list ul li:hover .img {
				transform: translateY(-5px);
			}

			.con04 .list ul li .img:before {
				content: "";
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: -1;
				margin: -2px;
				background-image: url(../images/processbg.jpg);
				background-size: cover;
				background-blend-mode: lighten;
				transition: all .3s ease;
			}

			.con04 .list ul li:hover .img:before {
				background-image: url(../images/processbg.jpg), linear-gradient(#da251c, #da251c);
			}

			.con04 .list ul li .img img {
				display: block;
				width: 100%;
			}

			.con04 .list ul li .txt {
				margin-top: 20px;
			}

				.con04 .list ul li .txt .h2 {
					font-size: 20px;
					line-height: 30px;
				}

			.con04 .list ul li:before {
				content: "";
				width: 20px;
				height: 31px;
				background: url(../images/arrow01.png) center no-repeat;
				position: absolute;
				right: -40px;
				top: 35%;
			}

			.con04 .list ul li:nth-child(7n):before {
				display: none;
			}

			.con04 .list ul li:last-child:before {
				display: none !important;
			}

@media(max-width:999px) {
	.con04bg {
		padding: 30px 0;
	}

	.con04 .list {
		margin-top: 20px;
		text-align: center;
	}

		.con04 .list ul li {
			float: none;
			width: calc((100% - 90px)/4 - 4px);
			margin: 0 0 10px 30px;
			display: inline-block;
			vertical-align: top;
		}

			.con04 .list ul li:nth-child(7n-6) {
				margin-left: 30px;
				clear: none;
			}

			.con04 .list ul li:nth-child(4n-3) {
				margin-left: 0;
				clear: left;
			}

			.con04 .list ul li .txt {
				margin-top: 10px;
			}

				.con04 .list ul li .txt .h2 {
					font-size: 14px;
					line-height: 24px;
				}

			.con04 .list ul li:before {
				width: 10px;
				height: 15px;
				background-size: contain;
				right: -20px;
				top: 30%;
			}

			.con04 .list ul li:nth-child(7n):before {
				display: block;
			}

			.con04 .list ul li:nth-child(4n):before {
				display: none;
			}
}


.con05bg {
	padding: 70px 0;
	background: #f6f6f6;
}

.con05 {
}

	.con05 .list {
		margin-top: 30px;
		border: 1px #ddd solid;
		background: #fff;
	}

.slideTxtBox_01 {
}

	.slideTxtBox_01 .hd {
		float: left;
		width: 40%;
	}

		.slideTxtBox_01 .hd ul {
			display: flex;
			justify-content: space-between; /* align-items: center;*/
			flex-wrap: wrap;
		}

			.slideTxtBox_01 .hd ul li {
				width: 50%;
				position: relative;
			}

				.slideTxtBox_01 .hd ul li a {
					color: #333;
					height: 120px;
					display: flex;
					justify-content: center;
					align-items: center;
					border-right: 1px #ddd solid;
					border-top: 1px #ddd solid;
				}

				.slideTxtBox_01 .hd ul li:nth-child(1) a, .slideTxtBox_01 .hd ul li:nth-child(2) a {
					border-top: none;
				}

				.slideTxtBox_01 .hd ul li .txt {
					font-size: 20px;
					line-height: 30px;
					width: 90%;
					padding: 0 0 0 10%;
				}

					.slideTxtBox_01 .hd ul li .txt strong {
						display: block;
						font-weight: normal;
					}

					.slideTxtBox_01 .hd ul li .txt span {
						display: block;
						opacity: .9;
					}

				.slideTxtBox_01 .hd ul li .img {
					width: 67px;
					height: 63px;
					overflow: hidden;
					position: absolute;
					right: 10px;
					top: 50%;
					transform: translateY(-50%);
				}

					.slideTxtBox_01 .hd ul li .img img {
						display: block;
						width: 100%;
						position: absolute;
						top: 0;
						left: 0;
					}

				.slideTxtBox_01 .hd ul li.on a {
					background: var(--primary-color);
					color: #fff;
				}

				.slideTxtBox_01 .hd ul li.on .img img {
					top: -67px;
				}

	.slideTxtBox_01 .bd {
		float: right;
		width: 60%;
	}

.con05_list {
}

	.con05_list .nr_box {
		padding: 60px 6% 0 6%;
	}

	.con05_list .imgbg {
		float: left;
		width: 50%;
	}

	.con05_list .img {
	}

		.con05_list .img img {
			display: block;
			width: 100%;
		}

	.con05_list .txtbg {
		float: right;
		width: 50%;
	}

	.con05_list .txt {
		padding-left: 12%;
		color: #666;
	}

		.con05_list .txt .h2 {
			font-size: 36px;
			line-height: 46px;
			margin-bottom: 20px;
			color: #333;
		}

	.con05_list:hover .txt .h2 {
		color: var(--primary-color);
	}

	.con05_list .txt .h3 {
		font-size: 14px;
		line-height: 24px;
	}

@media(max-width:999px) {
	.con05bg {
		padding: 30px 0;
	}

	.con05 .list {
		margin-top: 20px;
	}

	.slideTxtBox_01 .hd {
		width: 100%;
	}

		.slideTxtBox_01 .hd ul li {
			width: calc(100%/3);
		}

			.slideTxtBox_01 .hd ul li a {
				height: 60px;
				border: none;
				border-right: 1px #ddd solid;
				border-bottom: 1px #ddd solid;
			}

			.slideTxtBox_01 .hd ul li:nth-child(3n) a {
				border-right: none;
			}

			.slideTxtBox_01 .hd ul li .txt {
				font-size: 14px;
				line-height: 18px;
				width: 90%;
				padding: 0 5%;
			}

				.slideTxtBox_01 .hd ul li .txt span {
					font-size: 12px;
					line-height: 16px;
				}

			.slideTxtBox_01 .hd ul li .img {
				display: none;
			}

	.slideTxtBox_01 .bd {
		width: 100%;
	}

	.con05_list .nr_box {
		padding: 20px 5%;
	}

	.con05_list .txt {
		padding-left: 5%;
	}

		.con05_list .txt .h2 {
			font-size: 18px;
			line-height: 28px;
			margin-bottom: 10px;
		}

		.con05_list .txt .h3 {
			font-size: 13px;
			line-height: 23px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
}


.tit2 {
	text-align: center;
}

	.tit2 .h2 {
		font-size: 40px;
		line-height: 50px;
		font-weight: bold;
	}

	.tit2 .h3 {
		font-size: 40px;
		line-height: 50px;
		font-weight: bold;
	}

.con06bg {
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.con06 {
	color: #fff;
}

	.con06 .tit2 {
		text-align: left;
	}

	.con06 .list {
		margin-top: 70px;
	}

.slideTxtBox_02 {
}

	.slideTxtBox_02 .hd {
		float: left;
		width: 40%;
	}

		.slideTxtBox_02 .hd ul {
			display: flex;
			justify-content: flex-start; /* align-items: center;*/
			flex-wrap: wrap;
		}

			.slideTxtBox_02 .hd ul li {
				width: calc(100%/3);
			}

				.slideTxtBox_02 .hd ul li a {
					background: rgba(255,255,255,0.9);
					color: #333;
					display: flex;
					justify-content: center;
					align-items: center;
					margin: .5px;
				}

				.slideTxtBox_02 .hd ul li .txt {
					font-size: 14px;
					line-height: 24px;
					width: 60%;
					padding: 30px 20%;
				}

					.slideTxtBox_02 .hd ul li .txt b {
						opacity: .9;
						font-size: 26px;
						line-height: 1em;
						margin-bottom: 5px;
					}

					.slideTxtBox_02 .hd ul li .txt strong {
						display: block;
						font-weight: normal;
						font-size: 20px;
						line-height: 30px;
					}

					.slideTxtBox_02 .hd ul li .txt span {
						display: block;
						opacity: .5;
					}

				.slideTxtBox_02 .hd ul li.on a {
					background: var(--primary-color);
					color: #fff;
				}

	.slideTxtBox_02 .bd {
		float: right;
		width: 50%;
		background: var(--primary-color);
		color: #fff;
		position: relative;
	}

		.slideTxtBox_02 .bd:before {
			content: "";
			width: 200%;
			height: 200%;
			background: var(--primary-color);
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}

.con06_list {
	position: relative;
	z-index: 2;
}

	.con06_list .nr_box {
		padding: 6% 6%;
	}

	.con06_list .txt {
	}

		.con06_list .txt .h2 {
			font-size: 26px;
			line-height: 36px;
			font-weight: bold;
		}

		.con06_list .txt .line1 {
			width: 50px;
			height: 2px;
			background: #fff;
			margin: 20px 0;
		}

		.con06_list .txt .h3 {
			font-size: 16px;
			line-height: 26px;
		}

	.con06_list .num {
		font-weight: bold;
		font-size: 250px;
		line-height: 1em;
		opacity: .5;
		position: absolute;
		bottom: -70%;
		right: -20%;
	}

@media(max-width:999px) {
	.tit2 .h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.tit2 .h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.con06bg {
		padding: 30px 0;
	}

	.con06 .list {
		margin-top: 20px;
	}

	.slideTxtBox_02 .hd {
		width: 100%;
		margin-bottom: 20px;
	}

		.slideTxtBox_02 .hd ul {
			justify-content: center;
		}

			.slideTxtBox_02 .hd ul li .txt {
				font-size: 14px;
				line-height: 18px;
				width: 90%;
				padding: 15px 5%;
			}

				.slideTxtBox_02 .hd ul li .txt b {
					font-size: 20px;
					line-height: 1em;
					margin-bottom: 5px;
				}

				.slideTxtBox_02 .hd ul li .txt strong {
					font-size: 15px;
					line-height: 19px;
				}

	.slideTxtBox_02 .bd {
		width: 100%;
	}

		.slideTxtBox_02 .bd:before {
			width: 200%;
			height: 100%;
		}

	.con06_list .nr_box {
		padding: 5% 5%;
	}

	.con06_list .txt .h2 {
		font-size: 18px;
		line-height: 28px;
	}

	.con06_list .txt .line1 {
		width: 30px;
		height: 2px;
		margin: 10px 0;
	}

	.con06_list .txt .h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.con06_list .num {
		font-size: 80px;
		line-height: 1em;
		bottom: 0;
		right: 0;
	}
}


.con07bg {
	padding: 70px 0;
}

.con07 {
}

	.con07 .list {
		margin-top: 30px;
	}

		.con07 .list ul {
			display: flex;
			justify-content: flex-start; /* align-items: center;*/
			flex-wrap: wrap;
		}

			.con07 .list ul li {
				float: left;
				width: calc(100%/7);
				margin-bottom: -1px;
			}

				.con07 .list ul li .nr_box {
					border: 1px solid #ddd;
					border-left: none;
					position: relative;
				}

				.con07 .list ul li:nth-child(1) .nr_box, .con07 .list ul li:nth-child(8) .nr_box, .con07 .list ul li:nth-child(13) .nr_box {
					border-left: 1px solid #ddd;
				}

				.con07 .list ul li .img {
					padding-bottom: 60%;
					position: relative;
				}

					.con07 .list ul li .img img {
						max-width: 100%;
						max-height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						margin: auto auto;
					}

				.con07 .list ul li .txtbg {
					width: 100%;
					height: 100%;
					background: rgba(218,37,28,.8);
					color: #fff;
					position: absolute;
					top: 0;
					left: 0;
					display: flex;
					justify-content: center;
					align-items: center;
					opacity: 0;
					visibility: hidden;
					transition: all .3s ease;
				}

				.con07 .list ul li:hover .txtbg {
					opacity: 1;
					visibility: visible;
				}

				.con07 .list ul li .txtbg .txt {
					width: 90%;
					text-align: center;
				}

					.con07 .list ul li .txtbg .txt .h2 {
						font-size: 18px;
						line-height: 28px;
						transform: translateY(-5px);
						transition: all .5s ease;
					}

				.con07 .list ul li:hover .txtbg .txt .h2 {
					transform: translateY(0);
				}

				.con07 .list ul li.li10 {
					width: calc(100%/7*3);
					background: var(--primary-color);
					color: #fff;
					display: flex;
					justify-content: center;
					align-items: center;
					text-align: center;
				}

					.con07 .list ul li.li10 .txt {
						font-size: 24px;
						line-height: 34px;
					}

						.con07 .list ul li.li10 .txt span {
						}

@media(max-width:999px) {
	.con07bg {
		padding: 30px 0;
	}

	.con07 .list {
		margin-top: 20px;
	}

		.con07 .list ul {
			display: flex;
			justify-content: flex-start; /* align-items: center;*/
			flex-wrap: wrap;
		}

			.con07 .list ul li {
				float: left;
				width: 25%;
				margin-bottom: -1px;
			}

				.con07 .list ul li .nr_box {
					border: 1px solid #ddd !important;
					border-left: none !important;
				}

				.con07 .list ul li:nth-child(1) .nr_box, .con07 .list ul li:nth-child(5) .nr_box, .con07 .list ul li:nth-child(9) .nr_box, .con07 .list ul li:nth-child(12) .nr_box, .con07 .list ul li:nth-child(16) .nr_box {
					border-left: 1px solid #ddd !important;
				}

				.con07 .list ul li .img {
					padding-bottom: 60%;
					position: relative;
				}

					.con07 .list ul li .img img {
						max-width: 100%;
						max-height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						margin: auto auto;
					}

				.con07 .list ul li .txtbg {
					width: 100%;
					height: 100%;
					background: rgba(218,37,28,.8);
					color: #fff;
					position: absolute;
					top: 0;
					left: 0;
					display: flex;
					justify-content: center;
					align-items: center;
					opacity: 0;
					visibility: hidden;
					transition: all .3s ease;
				}

				.con07 .list ul li:hover .txtbg {
					opacity: 1;
					visibility: visible;
				}

				.con07 .list ul li .txtbg .txt {
					width: 90%;
					text-align: center;
				}

					.con07 .list ul li .txtbg .txt .h2 {
						font-size: 18px;
						line-height: 28px;
						transform: translateY(-5px);
						transition: all .5s ease;
					}

				.con07 .list ul li:hover .txtbg .txt .h2 {
					transform: translateY(0);
				}

				.con07 .list ul li.li10 {
					width: 50%;
				}

					.con07 .list ul li.li10 .txt {
						font-size: 14px;
						line-height: 18px;
					}
}


.con08bg {
	padding: 70px 0 0 0;
	background: #f6f6f6;
	overflow: hidden;
}

.con08 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.con08_lt {
	width: 46%;
}

	.con08_lt .box1 {
		padding-right: 10%;
		margin-bottom: 4.16vw;
	}

		.con08_lt .box1 .h2 {
			font-size: 40px;
			line-height: 50px;
			margin-bottom: 1.82vw;
			font-weight: bold;
		}

		.con08_lt .box1 .h3 {
			font-size: 24px;
			line-height: 34px;
			margin-bottom: 1.56vw;
			font-weight: bold;
			color: var(--primary-color);
		}

		.con08_lt .box1 .h4 {
			font-size: 14px;
			line-height: 24px;
			margin-bottom: 2.6vw;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 6;
			-webkit-box-orient: vertical;
		}

		.con08_lt .box1 .h5 {
			font-size: 14px;
			line-height: 24px;
		}

			.con08_lt .box1 .h5 a {
				display: inline-block;
			}

			.con08_lt .box1 .h5 i {
				margin-left: 10px;
				transition: all .3s ease;
			}

			.con08_lt .box1 .h5 a:hover i {
				margin-left: 5px;
			}

	.con08_lt .box2 {
		padding: 30px 10% 30px 0;
		background: var(--primary-color);
		color: #fff;
		position: relative;
	}

		.con08_lt .box2:before {
			content: "";
			width: 200%;
			height: 100%;
			background: var(--primary-color);
			position: absolute;
			right: 0;
			top: 0;
			z-index: 1;
		}

		.con08_lt .box2 ul {
			display: flex;
			justify-content: space-between; /*align-items: center;*/
			position: relative;
			z-index: 2;
		}

			.con08_lt .box2 ul li {
			}

				.con08_lt .box2 ul li .txt {
				}

					.con08_lt .box2 ul li .txt .h2 {
						font-size: 16px;
						line-height: 45px;
					}

						.con08_lt .box2 ul li .txt .h2 strong {
							font-size: 45px;
						}

					.con08_lt .box2 ul li .txt .h3 {
						font-size: 14px;
						line-height: 24px;
					}

.con08_rt {
	width: 54%;
}

.slideTxtBox_03 {
}

	.slideTxtBox_03 .hd {
	}

		.slideTxtBox_03 .hd ul {
			display: flex;
			justify-content: flex-start; /* align-items: center;*/
		}

			.slideTxtBox_03 .hd ul li {
				width: 25%;
			}

				.slideTxtBox_03 .hd ul li .img {
					padding-bottom: 68%;
					position: relative;
					overflow: hidden;
				}

					.slideTxtBox_03 .hd ul li .img img {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						margin: auto auto;
						transition: all .3s ease;
					}

				.slideTxtBox_03 .hd ul li:hover .img img {
					transform: scale(1.1);
				}

	.slideTxtBox_03 .bd {
		margin-bottom: 1px;
	}

.con08_list .img {
	padding-bottom: 58%;
	position: relative;
}

	.con08_list .img img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto auto;
	}

@media(max-width:999px) {
	.con08bg {
		padding: 30px 0;
	}

	.con08 {
		display: block;
	}

	.con08_lt {
		width: 100%;
		margin-bottom: 20px;
	}

		.con08_lt .box1 {
			padding-right: 0;
			margin-bottom: 20px;
		}

			.con08_lt .box1 .h2 {
				font-size: 22px;
				line-height: 50px;
				margin-bottom: 20px;
			}

			.con08_lt .box1 .h3 {
				font-size: 18px;
				line-height: 34px;
				margin-bottom: 10px;
			}

			.con08_lt .box1 .h4 {
				font-size: 13px;
				line-height: 23px;
				margin-bottom: 10px;
				-webkit-line-clamp: 5;
			}

			.con08_lt .box1 .h5 {
				font-size: 14px;
				line-height: 24px;
			}

		.con08_lt .box2 {
			padding: 20px 0;
		}

			.con08_lt .box2:before {
				width: 200%;
				height: 100%;
				right: auto;
				left: 50%;
				transform: translateX(-50%);
			}

			.con08_lt .box2 ul {
				flex-wrap: wrap;
			}

				.con08_lt .box2 ul li {
					width: 50%;
					margin: 10px 0;
				}

					.con08_lt .box2 ul li .txt .h2 {
						font-size: 14px;
						line-height: 28px;
					}

						.con08_lt .box2 ul li .txt .h2 strong {
							font-size: 28px;
						}

					.con08_lt .box2 ul li .txt .h3 {
						font-size: 13px;
						line-height: 23px;
					}

	.con08_rt {
		width: 100%;
	}

	.slideTxtBox_03 {
	}

		.slideTxtBox_03 .hd {
		}

			.slideTxtBox_03 .hd ul {
				display: flex;
				justify-content: flex-start; /* align-items: center;*/
			}

				.slideTxtBox_03 .hd ul li {
					width: 25%;
				}

					.slideTxtBox_03 .hd ul li .img {
						padding-bottom: 68%;
						position: relative;
						overflow: hidden;
					}

						.slideTxtBox_03 .hd ul li .img img {
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0;
							right: 0;
							bottom: 0;
							left: 0;
							margin: auto auto;
							transition: all .3s ease;
						}

					.slideTxtBox_03 .hd ul li:hover .img img {
						transform: scale(1.1);
					}

		.slideTxtBox_03 .bd {
			margin-bottom: 1px;
		}

	.con08_list .img {
		padding-bottom: 58%;
		position: relative;
	}

		.con08_list .img img {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto auto;
		}
}


.con09bg {
	padding: 70px 0;
}

.con09 {
}

	.con09 .list {
		margin-top: 30px;
	}

.slideTxtBox_04 {
}

	.slideTxtBox_04 .hd {
		text-align: center;
		border-bottom: 1px solid #ddd;
		height: 44px;
		margin-bottom: 30px;
	}

		.slideTxtBox_04 .hd ul li {
			display: inline-block;
			margin: 0 25px;
		}

			.slideTxtBox_04 .hd ul li .h2 {
				font-size: 20px;
				line-height: 30px;
				color: #666;
				border-bottom: 2px solid transparent;
				padding-bottom: 13px;
			}

			.slideTxtBox_04 .hd ul li.on .h2 {
				color: var(--primary-color);
				border-color: var(--primary-color);
			}

	.slideTxtBox_04 .bd {
	}

.con09_list {
	display: flex;
	justify-content: space-between; /* align-items: center;*/
}

.con09_lt {
	width: 60%;
}

	.con09_lt ul li {
		float: left;
		width: 48%;
		margin: 0 0 0 4%;
		border-bottom: 1px #ddd solid;
		padding-bottom: 20px;
		transition: all .3s ease;
	}

		.con09_lt ul li:hover {
			border-color: var(--primary-color);
			transform: translateY(-5px);
		}

		.con09_lt ul li:nth-child(2n-1) {
			margin-left: 0;
			clear: left;
		}

		.con09_lt ul li .img {
			padding-bottom: 72%;
			position: relative;
			overflow: hidden;
		}

			.con09_lt ul li .img img {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto auto;
				transition: all .3s ease;
			}

		.con09_lt ul li:hover .img img {
			transform: scale(1.1);
		}

		.con09_lt ul li .txt {
			color: #666;
			margin-top: 35px;
		}

			.con09_lt ul li .txt .h2 {
				font-size: 16px;
				line-height: 26px;
				color: #333;
				margin-bottom: 10px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

		.con09_lt ul li:hover .txt .h2 {
			color: var(--primary-color);
		}

		.con09_lt ul li .txt .h3 {
			font-size: 14px;
			line-height: 24px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

		.con09_lt ul li .txt .h4 {
			font-size: 14px;
			line-height: 24px;
			color: #999;
			margin-bottom: 10px;
		}

.con09_rt {
	width: 36%;
}

	.con09_rt ul li {
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #ddd;
	}

		.con09_rt ul li .nr_box {
			display: flex;
			justify-content: space-between; /* align-items: center;*/
		}

		.con09_rt ul li .date {
			width: 60px;
			text-align: center;
			color: #333;
		}

			.con09_rt ul li .date strong {
				display: block;
				font-size: 48px;
				line-height: 1em;
				margin-bottom: 10px;
			}

			.con09_rt ul li .date span {
				display: block;
				font-size: 12px;
				line-height: 1em;
			}

		.con09_rt ul li .txtbg {
			width: calc(100% - 80px);
		}

		.con09_rt ul li .txt {
			color: #666;
		}

			.con09_rt ul li .txt .h2 {
				font-size: 16px;
				line-height: 26px;
				color: #333;
				margin-bottom: 10px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

		.con09_rt ul li:hover .txt .h2 {
			color: var(--primary-color);
		}

		.con09_rt ul li .txt .h3 {
			font-size: 14px;
			line-height: 24px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

@media(max-width:999px) {
	.con09bg {
		padding: 30px 0;
	}

	.con09 .list {
		margin-top: 20px;
	}

	.slideTxtBox_04 .hd {
		height: 33px;
		margin-bottom: 20px;
	}

		.slideTxtBox_04 .hd ul li {
			margin: 0 14px;
		}

			.slideTxtBox_04 .hd ul li .h2 {
				font-size: 16px;
				line-height: 26px;
				padding-bottom: 6px;
			}

	.con09_list {
		display: block;
	}

	.con09_lt {
		width: 100%;
	}

		.con09_lt ul li {
			padding-bottom: 15px;
			margin-bottom: 20px;
		}

			.con09_lt ul li .txt {
				margin-top: 15px;
			}

				.con09_lt ul li .txt .h2 {
					font-size: 15px;
					line-height: 25px;
					margin-bottom: 2px;
				}

				.con09_lt ul li .txt .h3 {
					font-size: 13px;
					line-height: 23px;
				}

				.con09_lt ul li .txt .h4 {
					font-size: 12px;
					line-height: 22px;
					margin-bottom: 2px;
				}

	.con09_rt {
		width: 100%;
	}

		.con09_rt ul li {
			padding-bottom: 20px;
			margin-bottom: 20px;
		}

			.con09_rt ul li .date {
				width: 50px;
			}

				.con09_rt ul li .date strong {
					font-size: 30px;
					line-height: 1em;
					margin-bottom: 10px;
				}

				.con09_rt ul li .date span {
					font-size: 12px;
					line-height: 1em;
				}

			.con09_rt ul li .txtbg {
				width: calc(100% - 60px);
			}

			.con09_rt ul li .txt .h2 {
				font-size: 15px;
				line-height: 25px;
				margin-bottom: 2px;
			}

			.con09_rt ul li .txt .h3 {
				font-size: 13px;
				line-height: 23px;
			}
}



.footbg {
	padding: 50px 0;
	color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
}

	.foot a {
		color: #eee;
	}

		.foot a:hover {
			color: #fff;
		}

	.foot .lt { /* width:67%;*/
		text-align: center;
	}

		.foot .lt .box1 {
			margin-bottom: 21px;
		}

	.foot .f_nav {
		font-size: 14px;
		line-height: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

		.foot .f_nav dl {
			margin: 0 2.08vw;
		}

			.foot .f_nav dl dt {
				font-size: 16px;
				line-height: 26px;
				color: #fff;
			}

	.foot .lt .box2 { /*display: flex; justify-content: space-between; align-items: center;*/
	}

	.foot .f_logo {
		width: 23%;
	}

		.foot .f_logo img {
			width: 100%;
			max-width: 150px;
		}

	.foot .f_info { /* width:77%;*/
		font-size: 13px;
		line-height: 23px;
	}

		.foot .f_info ul li {
			margin-bottom: 5px;
		}

	.foot .rt {
		max-width: 33%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.foot .f_contact {
		font-size: 14px;
		line-height: 24px;
		text-align: right;
		color: #fff;
	}

		.foot .f_contact .h2 {
			font-size: 13px;
			line-height: 23px;
		}

		.foot .f_contact .h3 {
			font-size: 20px;
			line-height: 30px;
			margin-bottom: 20px;
		}

			.foot .f_contact .h3 strong {
				display: block;
				font-size: 28px;
				line-height: 38px;
			}

			.foot .f_contact .h3 span {
				display: block;
			}

	.foot .f_ewm {
		text-align: center;
		background: #fff;
		width: 160px;
		padding: 10px 0 0 0;
		margin-left: 3.12vw;
	}

		.foot .f_ewm img {
			display: block;
			margin: 0 auto;
			width: 150px;
		}

		.foot .f_ewm span {
			display: block;
			font-size: 14px;
			line-height: 24px;
			padding: 5px 0;
			color: #333;
		}

@media(max-width:999px) {
	.footbg {
		padding: 30px 0;
	}

	.foot {
		display: block;
	}

		.foot .lt {
			width: 100%;
		}

			.foot .lt .box1 {
				display: none;
			}

			.foot .lt .box2 {
				display: block;
			}

		.foot .f_logo {
			display: none;
		}

		.foot .f_info {
			width: 100%;
			font-size: 13px;
			line-height: 23px;
			text-align: center;
		}

			.foot .f_info ul li {
				margin-bottom: 5px;
			}

		.foot .rt {
			max-width: 100%;
			display: block;
		}

		.foot .f_contact {
			font-size: 14px;
			line-height: 24px;
			text-align: center;
		}

			.foot .f_contact .h2 {
				font-size: 13px;
				line-height: 23px;
			}

			.foot .f_contact .h3 {
				font-size: 20px;
				line-height: 30px;
				margin-bottom: 20px;
			}

				.foot .f_contact .h3 strong {
					font-size: 28px;
					line-height: 38px;
				}

			.foot .f_contact .more1 {
				display: none;
			}

		.foot .f_ewm {
			display: none;
		}
}



/*Add------------------------------------------------------------------------------*/

.inbanner {
	position: relative;
}

	.inbanner img {
		display: block;
		width: 100%;
	}

	.inbanner .txtbg {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.inbanner .txt {
		color: #fff;
	}

		.inbanner .txt .h2 {
			font-size: 38px;
			line-height: 48px;
		}

		.inbanner .txt .h3 {
			font-size: 14px;
			line-height: 24px;
		}

		.inbanner .txt .line1 {
			width: 30px;
			height: 2px;
			background: #fff;
			margin: 15px 0;
		}

.inbarbg {
}

.inbar {
}

.weizhi {
	font-size: 12px;
	line-height: 60px;
	color: #999;
	border-bottom: 1px #ddd solid;
}

	.weizhi a {
		color: #999;
	}

	.weizhi i {
		margin-right: 5px;
	}

.innav {
	font-size: 18px;
	line-height: 48px;
	margin-bottom: 60px;
}

	.innav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

		.innav ul li {
			position: relative;
			margin: 0 10px;
		}

			.innav ul li a {
				display: block;
				padding: 0 2.08vw;
				border: 1px #e9e9e9 solid;
				background: #f7f7f7;
				border-radius: 6px;
				transition: all .3s ease;
			}

				.innav ul li a:hover, .innav ul li.hover > a {
					color: #fff;
					border-color: var(--primary-color);
					background: var(--primary-color);
				}

@media(max-width:999px) {
	.inbanner .txt .h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.inbanner .txt .h3 {
		display: none;
	}

	.weizhi {
		display: none;
	}

	.innav {
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 30px;
	}

		.innav ul {
			flex-wrap: wrap;
		}

			.innav ul li {
				margin: 5px 5px;
			}

				.innav ul li a {
					padding: 0 10px;
				}
}

.insidebg {
	padding: 60px 0 80px 0;
}

.inside {
}

.inside_lt {
	float: left;
	width: 20%;
}

.side_a {
	border: 1px #ddd solid;
	background: #fff;
	overflow: hidden;
}

	.side_a .h1 {
		font-size: 16px;
		line-height: 26px;
		background: var(--primary-color);
		color: #fff;
		padding: 20px 0 20px 10%;
		position: relative;
	}

		.side_a .h1 strong {
			display: block;
			font-size: 32px;
			line-height: 50px;
		}

		.side_a .h1 span {
			display: block;
			margin-top: 5px;
		}

		.side_a .h1 em {
			font-style: normal;
			font-size: 16px;
			line-height: 26px;
			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
			display: none;
		}

			.side_a .h1 em i {
				margin-left: 5px;
			}

	.side_a > ul {
	}

	.side_a ul li {
	}

	.side_a > ul > li {
		border-bottom: 1px #ddd solid;
	}

		.side_a > ul > li:last-child {
			border-bottom: none;
		}

	.side_a ul li span {
		display: block;
		padding: 18px 20px 18px 10%;
		position: relative;
		cursor: pointer;
	}

		.side_a ul li span:hover, .side_a ul li.hover > span {
			color: var(--primary-color);
		}

	.side_a ul li.active1 > span {
	}

		.side_a ul li.active1 > span:hover {
		}

	.side_a ul li.has_sub > span:after {
		content: "\f067";
		font: normal normal normal 12px/1 FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center;
	}

	.side_a ul li.has_sub.active1 > span:after {
		content: "\f068";
	}

	.side_a ul li a {
		display: inline-block;
		color: #333;
		font-size: 16px;
	}

	.side_a > ul > li > span a {
		font-size: 16px;
	}

		.side_a > ul > li > span a:before {
			content: "\f105";
			font: normal normal normal 18px/1 FontAwesome;
			margin-right: 5px;
		}

	.side_a ul li span:hover a, .side_a ul li.hover > span a {
		color: var(--primary-color);
	}

	.side_a ul li ul {
		padding: 0 0 10px 10%;
		display: none;
	}

		.side_a ul li ul li {
		}

			.side_a ul li ul li span {
				padding: 10px 20px 10px 12px;
			}

			.side_a ul li ul li a {
			}

.side_b {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 35px 18%;
}

	.side_b .h2 {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 20px;
	}

		.side_b .h2 span {
			display: block;
		}

		.side_b .h2 strong {
			display: block;
			font-size: 19px;
			line-height: 30px;
			color: var(--primary-color);
		}

.more1 {
}

	.more1 span {
		display: inline-block;
		text-align: center;
		border: 1px solid #fff;
		font-size: 14px;
		line-height: 40px;
		padding: 0 30px;
		color: #fff;
		transition: all .3s ease;
	}

		.more1 span:hover {
			background: #fff;
			color: #333;
		}

		.more1 span i {
			margin: 0 5px;
		}

.inside_rt {
	float: right;
	width: 100%;
}

.inside_con {
}

@media(max-width:999px) {
	.insidebg {
		padding: 30px 0 60px 0
	}

	.inside_lt {
		width: 100%;
		margin-bottom: 20px;
	}

	.side_a .h1 {
		font-size: 13px;
		line-height: 23px;
		padding: 15px 60px 15px 15px;
	}

		.side_a .h1 strong {
			font-size: 20px;
			line-height: 30px;
		}

		.side_a .h1 span {
			margin-top: 0;
		}

		.side_a .h1 em {
			display: block;
		}

	.side_a > ul {
		display: none;
	}

	.side_a ul li span {
		padding: 10px 20px 10px 15px;
	}

	.side_a ul li.has_sub > span:after {
		right: 10px;
	}

	.side_a ul li a {
		font-size: 14px;
	}

	.side_a > ul > li > span a {
		font-size: 16px;
	}

	.side_a ul li ul {
		padding: 0 0 10px 15px;
	}

		.side_a ul li ul li span {
			padding: 5px 20px 5px 12px;
		}

	.side_b {
		display: none;
	}

	.inside_rt {
		float: right;
		width: 100%;
	}

	.inside_con {
	}
}



.aboutus1bg {
	padding: 60px 0 0 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.aboutus1 {
}

	.aboutus1 .list {
		margin-top: 0;
		box-shadow: 0 0 10px #eee;
		background: #fff;
		padding: 20px 5%;
	}

		.aboutus1 .list .box1 {
			font-size: 15px;
			line-height: 2em;
			margin-bottom: 40px;
		}

		.aboutus1 .list .box2 {
		}

			.aboutus1 .list .box2 ul li {
				float: left;
				width: calc((100% - 80px)/5);
				margin: 0 0 20px 20px;
			}

				.aboutus1 .list .box2 ul li:nth-child(5n-4) {
					margin-left: 0;
					clear: left;
				}

				.aboutus1 .list .box2 ul li .img {
					padding-bottom: 74%;
					position: relative;
					overflow: hidden;
					border: 1px #eee solid;
				}

					.aboutus1 .list .box2 ul li .img img {
						max-width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						margin: auto auto;
						transition: all .3s ease;
						z-index: 1;
					}

				.aboutus1 .list .box2 ul li:hover .img img {
					transform: scale(1.1);
				}

				.aboutus1 .list .box2 ul li .img:before {
					content: "";
					width: 100%;
					height: 100%;
					background: rgba(0,0,0,.5);
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
					opacity: 0;
					visibility: hidden;
					transition: all .3s ease;
				}

				.aboutus1 .list .box2 ul li .img:after {
					content: "";
					width: 50px;
					height: 50px;
					background: url(../images/icon01.png) 0 50px no-repeat;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%,-50%);
					z-index: 3;
					transition: all .3s ease;
				}

				.aboutus1 .list .box2 ul li:hover .img:before {
					opacity: 1;
					visibility: visible;
				}

				.aboutus1 .list .box2 ul li:hover .img:after {
					background-position: 0 0;
				}

@media(max-width:999px) {
	.aboutus1bg {
		padding: 30px 0 60px 0;
	}

	.aboutus1 .list {
		margin-top: 20px;
		padding: 20px 5%;
	}

		.aboutus1 .list .box1 {
			font-size: 13px;
			line-height: 1.5em;
			margin-bottom: 20px;
		}

		.aboutus1 .list .box2 {
			text-align: center;
		}

			.aboutus1 .list .box2 ul li {
				float: none;
				width: calc((100% - 20px)/3 - 4px);
				margin: 0 0 10px 10px;
				display: inline-block;
				vertical-align: top;
			}

				.aboutus1 .list .box2 ul li:nth-child(5n-4) {
					margin-left: 10px;
					clear: none;
				}

				.aboutus1 .list .box2 ul li:nth-child(3n-2) {
					margin-left: 0;
				}
}

.aboutus2bg {
	padding: 100px 0;
}

.aboutus2 {
}

	.aboutus2 .list {
		margin-top: 30px;
	}

		.aboutus2 .list ul li {
			float: left;
			width: calc((100% - 30px)/2);
			margin: 30px 0 0 30px;
			background: #f5f5f5;
		}

			.aboutus2 .list ul li:nth-child(2n-1) {
				margin-left: 0;
				clear: left;
			}

			.aboutus2 .list ul li .nr_box {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.aboutus2 .list ul li .imgbg {
				width: 49%;
			}

			.aboutus2 .list ul li .img {
				height: 220px;
				position: relative;
				overflow: hidden;
			}

				.aboutus2 .list ul li .img img {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto auto;
					transition: all .3s ease;
				}

			.aboutus2 .list ul li:hover .img img {
				transform: scale(1.1);
			}

			.aboutus2 .list ul li .txtbg {
				width: 51%;
			}

			.aboutus2 .list ul li .txt {
				padding: 0 5%;
			}

				.aboutus2 .list ul li .txt .h2 {
					font-size: 24px;
					line-height: 34px;
				}

				.aboutus2 .list ul li .txt .h3 {
					font-size: 16px;
					line-height: 26px;
				}

				.aboutus2 .list ul li .txt .line1 {
					width: 40px;
					height: 1px;
					background: var(--primary-color);
					margin: 15px 0;
				}

@media(max-width:999px) {
	.aboutus2bg {
		padding: 40px 0;
	}

	.aboutus2 .list {
		margin-top: 10px;
	}

		.aboutus2 .list ul li {
			width: calc((100% - 10px)/2);
			margin: 20px 0 0 10px;
		}

			.aboutus2 .list ul li .nr_box {
				display: block;
			}

			.aboutus2 .list ul li .imgbg {
				width: 100%;
			}

			.aboutus2 .list ul li .img {
				height: auto;
				padding-bottom: 58%;
			}

			.aboutus2 .list ul li .txtbg {
				width: 100%;
			}

			.aboutus2 .list ul li .txt {
				padding: 15px 5%;
			}

				.aboutus2 .list ul li .txt .h2 {
					font-size: 18px;
					line-height: 22px;
				}

				.aboutus2 .list ul li .txt .h3 {
					font-size: 14px;
					line-height: 18px;
				}

				.aboutus2 .list ul li .txt .line1 {
					width: 30px;
					height: 1px;
					margin: 10px 0;
				}
}

.aboutus3bg {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.aboutus3 {
	color: #fff;
}

	.aboutus3 .list {
		margin-top: 60px;
	}

.honor_swiper {
	position: relative;
}

	.honor_swiper .swiper-container {
		width: 100%;
	}

		.honor_swiper .swiper-container .swiper-slide {
			position: relative;
		}

			.honor_swiper .swiper-container .swiper-slide .imgbg {
				background: rgba(238,238,238,0.1);
				padding: 8%;
			}

			.honor_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 58%;
				position: relative;
				overflow: hidden;
				background: #f9f9f9;
			}

				.honor_swiper .swiper-container .swiper-slide .img img {
					max-width: 100%;
					max-height: 100%;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto auto;
					transition: all .3s ease;
					z-index: 1;
				}

			.honor_swiper .swiper-container .swiper-slide:hover .img img {
				transform: scale(1.1);
			}

			.honor_swiper .swiper-container .swiper-slide .img:before {
				content: "";
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,.5);
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
				opacity: 0;
				visibility: hidden;
				transition: all .3s ease;
			}

			.honor_swiper .swiper-container .swiper-slide .img:after {
				content: "";
				width: 50px;
				height: 50px;
				background: url(../images/icon01.png) 0 50px no-repeat;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				z-index: 3;
				transition: all .3s ease;
			}

			.honor_swiper .swiper-container .swiper-slide:hover .img:before {
				opacity: 1;
				visibility: visible;
			}

			.honor_swiper .swiper-container .swiper-slide:hover .img:after {
				background-position: 0 0;
			}

			.honor_swiper .swiper-container .swiper-slide .txt {
				text-align: center;
				color: #fff;
				margin-top: 15px;
			}

				.honor_swiper .swiper-container .swiper-slide .txt .h2 {
					font-size: 16px;
					line-height: 26px;
				}

			.honor_swiper .swiper-container .swiper-slide.swiper-slide-active {
				z-index: 2;
			}

	.honor_swiper .swiper-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
	}

	.honor_swiper .swiper-pagination {
		position: static;
		height: 10px;
	}

		.honor_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			margin: 0 10px;
			width: 10px;
			height: 10px;
			background: #fff;
			opacity: 1;
			transition: all .3s ease;
		}

			.honor_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				background: var(--primary-color);
				opacity: 1;
			}

	.honor_swiper .swiper-button-prev, .honor_swiper .swiper-button-next {
		position: static;
		margin: 0 10px;
		width: 20px;
		height: 20px;
		background-size: 12px 20px;
	}

		.honor_swiper .swiper-button-prev:hover, .honor_swiper .swiper-button-next:hover {
		}

	.honor_swiper .swiper-button-prev {
	}

	.honor_swiper .swiper-button-next {
	}

@media(max-width:999px) {
	.aboutus3bg {
		padding: 40px 0;
	}

	.aboutus3 .list {
		margin-top: 20px;
	}

	.honor_swiper .swiper-container .swiper-slide .imgbg {
		padding: 5%;
	}

	.honor_swiper .swiper-container .swiper-slide .img {
		padding-bottom: 115%;
	}

	.honor_swiper .swiper-container .swiper-slide .txt {
		margin-top: 10px;
	}

		.honor_swiper .swiper-container .swiper-slide .txt .h2 {
			font-size: 14px;
			line-height: 24px;
		}

	.honor_swiper .swiper-controls {
		margin-top: 40px;
	}

	.honor_swiper .swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px;
		width: 10px;
		height: 10px;
	}

	.honor_swiper .swiper-button-prev, .honor_swiper .swiper-button-next {
		margin: 0 5px;
		width: 20px;
		height: 20px;
		background-size: 12px 20px;
	}
}

.aboutus4bg {
	padding: 100px 0;
	background: #f9f9f9;
}

.aboutus4 {
}

	.aboutus4 .list {
		margin-top: 60px;
	}

.partner_swiper {
	position: relative;
}

	.partner_swiper .swiper-container {
		width: 100%;
	}

		.partner_swiper .swiper-container .swiper-slide {
			position: relative;
		}

			.partner_swiper .swiper-container .swiper-slide ul li {
				margin: 20px 0;
			}

				.partner_swiper .swiper-container .swiper-slide ul li .nr_box {
					position: relative;
					background: #fff;
					border-radius: 10px;
					overflow: hidden;
				}

				.partner_swiper .swiper-container .swiper-slide ul li .img {
					padding-bottom: 60%;
					position: relative;
				}

					.partner_swiper .swiper-container .swiper-slide ul li .img img {
						max-width: 100%;
						max-height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						margin: auto auto;
					}

				.partner_swiper .swiper-container .swiper-slide ul li .txtbg {
					width: 100%;
					height: 100%;
					background: rgba(218,37,28,.8);
					color: #fff;
					position: absolute;
					top: 0;
					left: 0;
					display: flex;
					justify-content: center;
					align-items: center;
					opacity: 0;
					visibility: hidden;
					transition: all .3s ease;
				}

				.partner_swiper .swiper-container .swiper-slide ul li:hover .txtbg {
					opacity: 1;
					visibility: visible;
				}

				.partner_swiper .swiper-container .swiper-slide ul li .txtbg .txt {
					width: 90%;
					text-align: center;
				}

					.partner_swiper .swiper-container .swiper-slide ul li .txtbg .txt .h2 {
						font-size: 18px;
						line-height: 28px;
						transform: translateY(-5px);
						transition: all .5s ease;
					}

				.partner_swiper .swiper-container .swiper-slide ul li:hover .txtbg .txt .h2 {
					transform: translateY(0);
				}

			.partner_swiper .swiper-container .swiper-slide.swiper-slide-active {
				z-index: 2;
			}

	.partner_swiper .swiper-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}

	.partner_swiper .swiper-pagination {
		position: static;
		height: 10px;
	}

		.partner_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			margin: 0 10px;
			width: 10px;
			height: 10px;
			background: #808080;
			opacity: 1;
			transition: all .3s ease;
		}

			.partner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				background: var(--primary-color);
				opacity: 1;
			}

	.partner_swiper .swiper-button-prev, .partner_swiper .swiper-button-next {
		position: static;
		margin: 0 10px;
		width: 20px;
		height: 20px;
		background-size: 12px 20px;
		display: none;
	}

		.partner_swiper .swiper-button-prev:hover, .partner_swiper .swiper-button-next:hover {
		}

	.partner_swiper .swiper-button-prev {
	}

	.partner_swiper .swiper-button-next {
	}

@media(max-width:999px) {
	.aboutus4bg {
		padding: 40px 0;
	}

	.aboutus4 .list {
		margin-top: 20px;
	}

	.partner_swiper .swiper-container .swiper-slide ul li {
		margin: 10px 0;
	}

	.partner_swiper .swiper-controls {
		margin-top: 20px;
	}

	.partner_swiper .swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px;
		width: 10px;
		height: 10px;
	}
}
