/*common start*/
@font-face {
	font-family: "aldosemi-bold0.12";
	src: url("../fonts/aldosemi-bold0.12.woff2") format("woff2"), url("../fonts/aldosemi-bold0.12.woff") format("woff"), url("../fonts/aldosemi-bold0.12.ttf") format("truetype"), url("../fonts/aldosemi-bold0.12.eot") format("embedded-opentype"), url("../fonts/aldosemi-bold0.12.svg") format("svg");
}

:root {
	--primary-color: #00226a;
	--secondary-color: #b1b1b4;
	--main-color: #003c7d;
	--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;
	font-family: Arial, 'Microsoft YaHei';
	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: 1280px;
	min-width: 1000px;
}

.wapper2 {
	width: 90%;
	margin: 0 auto;
	min-width: 1000px;
}

input, textarea, select {
	outline: none;
	font-family: Arial, 'Microsoft YaHei';
}

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

	.wapper2 {
		width: 90%;
		min-width: 0;
	}
}
/*common end*/


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

.head1bg {
	position: relative;
	background: #f2f2f2;
	color: #999;
}

.head1 {
	height: 35px;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.head1 a {
		color: #999;
	}

		.head1 a:hover {
			color: var(--primary-color);
		}

	.head1 .rt {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

		.head1 .rt a {
			border-left: 1px solid #ccc;
			padding: 0 10px;
		}

			.head1 .rt a:nth-child(1) {
				border-left: none;
			}

.head2bg {
	position: relative;
}

.head2 {
	height: 116px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.head2 .lt {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

.head .logo {
	width: 376px;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

	.head .logo img {
		display: block;
		max-width: 100%;
		max-height: 80%;
	}

.head .logo_txt {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	margin-left: 1.56vw;
	font-style: italic;
	color: var(--primary-color);
}

.head2 .rt {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.h_lang {
	position: relative;
	margin-left: 1.5vw;
}

	.h_lang span {
		display: block;
		padding: 10px 0;
		cursor: pointer;
	}

		.h_lang span img {
			display: block;
			height: 36px;
		}

	.h_lang ul {
		width: 120px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		border-radius: 5px;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		display: none;
		z-index: 5;
	}

	.h_lang:hover ul {
		display: block;
	}

	.h_lang ul li {
		border-bottom: 1px solid #eee;
	}

		.h_lang ul li a {
			display: block;
			padding: 5px 10px;
			text-align: center;
			font-size: 14px;
			line-height: 24px;
		}

.head .h_phone {
	padding-left: 80px;
	background: url(../images/hico_phone.png) left center no-repeat;
	min-height: 47px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

	.head .h_phone span {
		display: block;
	}

	.head .h_phone strong {
		display: block;
		font-size: 26px;
		line-height: 30px;
	}

.head .h_search_btnbg {
	margin-left: 1.04vw;
	position: relative;
}

.head .h_search_btn {
	display: block;
	width: 24px;
	height: 80px;
	background: url(../images/search.png) center no-repeat;
	cursor: pointer;
}

	.head .h_search_btn.active0 {
		background-image: url(../images/close.png);
	}

.head .h_search_box {
	width: 340px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

	.head .h_search_box.active1 {
		opacity: 1;
		visibility: visible;
	}

.head .h_search_close1 {
	display: none;
}

.head .h_searchbg {
}

.head .h_search {
}

.head .h_search_close2 {
	display: none;
}

.head .h_search .form {
	height: 60px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(159.75, 159.75, 159.75, 0.5);
	overflow: hidden;
}

	.head .h_search .form .text1 {
		float: left;
		border: none;
		background: none;
		height: 60px;
		line-height: 60px;
		padding: 0 0 0 10px;
		width: calc(100% - 70px);
	}

	.head .h_search .form .button1 {
		float: right;
		border: none;
		background: url(../images/search-on.png) center no-repeat;
		width: 60px;
		height: 60px;
		line-height: 40px;
		cursor: pointer;
		transition: all .3s ease;
	}

		.head .h_search .form .button1:hover {
			opacity: .9;
		}

		.head .h_search .form .button1 i {
		}

.h_search .form input::-webkit-input-placeholder {
	color: #999;
}

.h_search .form input:-moz-placeholder {
	color: #999;
}

.h_search .form input::-moz-placeholder {
	color: #999;
}

.h_search .form input:-ms-input-placeholder {
	color: #999;
}

.head3bg {
	background: var(--primary-color);
}

.head3 {
}
/*menu*/
.head .menu {
	height: 50px;
	line-height: 50px;
}

	.head .menu > ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.head .menu > ul > li {
		}

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

			.head .menu > ul > li > a {
				color: #fff;
				display: block;
				font-size: 16px;
				font-weight: normal;
				position: relative;
				z-index: 1;
				padding: 0 2.08vw;
			}

				.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a, .head .menu > ul > li.hover > a {
					color: #fff;
					background: var(--secondary-color);
				}
			/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
			/*.head .menu>ul>li>a:before{ content:""; width:0; height:100%; background:#2e363d; position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}*/
			.head .menu > ul > li ul {
				width: 100%;
				background: rgba(255,255,255,.8);
				box-shadow: 0 2px 6px rgba(0,0,0,.3);
				position: absolute;
				top: 100%;
				left: 0;
				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 10px 10px;
						text-align: center;
						position: relative;
					}

						.head .menu > ul > li ul li a:hover, .head .menu > ul > li > ul li:hover > a {
							color: #fff;
							background: var(--secondary-color);
						}
					/*.head .menu>ul>li ul li a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}*/
					.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: 200px;
}

.head.active1 {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: fixed;
	transform: translateY(-150px);
}

.head.active2 {
}

@media(max-width:1399px) {
}

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

	.head {
		position: fixed;
		transform: translateY(0px) !important;
	}

	.head1bg {
		display: none;
	}

	.head2 {
		height: 60px;
	}

		.head2 .lt {
			display: block;
			width: 50%;
		}

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

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

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

	.head .logo_txt {
		display: none;
	}

	.head2 .rt {
		max-width: 60%;
	}

	.h_lang {
		margin-left: 0;
	}

		.h_lang span img {
			height: 24px;
		}

	.head .h_phone {
		display: none;
	}

	.head .h_search_btnbg {
		position: static;
	}

	.head .h_search_box {
		width: 100%;
		background: #fff;
		top: 100%;
		transform: translateY(0%);
		right: 0;
		z-index: 999;
	}

	.head .h_searchbg {
		padding: 20px 5%;
	}

	.head .h_search .form {
		height: 40px;
	}

		.head .h_search .form .text1 {
			height: 40px;
			line-height: 40px;
			padding: 0 0 0 10px;
			width: calc(100% - 50px);
		}

		.head .h_search .form .button1 {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}

	.head3bg {
		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: 100%;
		height: 2px;
		background: #999;
		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: 0;
	}

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

	.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(100vh - 60px);
	position: fixed;
	left: 0;
	top: 60px;
	z-index: 999;
	display: none;
}

.head .nav_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
}

.head .navbg {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	transition: all .5s ease;
}

.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 0;
		}

	.head .nav_list > ul > li {
		padding: 10px 0;
		border-top: 1px solid #eee;
	}

	.head .nav_list ul li span {
		display: block;
		position: relative;
		padding: 0 30px 0 15px;
	}

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

	.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: "\f105";
		font: normal normal normal 16px/1 FontAwesome;
		width: 14px;
		height: 14px;
		line-height: 14px;
		text-align: center;
		position: absolute;
		top: 6px;
		right: 10px;
	}

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

	.head .nav_list ul li ul {
		padding: 5px 0 0 15px;
		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.swiper-slide-active {
				z-index: 2;
			}

			.banner_swiper .swiper-container .swiper-slide img {
				display: block;
				width: 100%;
				transition: all 4s ease;
			}

	.banner_swiper .swiper-pagination {
		height: 5px;
		width: 100%;
		bottom: 10px;
	}

		.banner_swiper .swiper-pagination span {
			vertical-align: top;
			width: 62px;
			height: 5px;
			background: #fff;
			opacity: 1;
			margin: 0 5px;
			border-radius: 0;
			transition: all .3s ease;
			position: relative;
		}

			.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active {
				background: var(--secondary-color);
			}

	.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		background-size: 50% 50%;
		background-color: rgba(0,0,0,.5);
		color: transparent;
		font-size: 0;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}

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

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

	.banner_swiper .swiper-button-prev:after, .banner_swiper .swiper-button-next:after {
		display: none;
	}

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

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

@media(max-width:999px) {
	.banner_swiper .swiper-pagination {
		height: 5px;
		bottom: 10px;
	}

		.banner_swiper .swiper-pagination span {
			width: 32px;
			height: 5px;
			margin: 0 3px;
		}

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

.con01bg {
	padding: 30px 0;
	background: #fafafa;
	border-bottom: 1px solid #f4f4f4;
}

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

.con01_lt {
	width: 71%;
}

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

	.con01_lt .h2 {
		width: 110px;
		font-size: 14px;
		line-height: 24px;
		margin: 5px 0;
	}

	.con01_lt ul {
		width: calc(100% - 110px);
		display: flex;
		justify-content: flex-start; /* align-items: center;*/
		flex-wrap: wrap;
	}

		.con01_lt ul li {
			font-size: 14px;
			line-height: 24px;
			margin: 5px 10px 5px 0;
		}

.con01_rt {
	width: 25%;
}

	.con01_rt .form {
		height: 40px;
		border: 1px solid #ccc;
		box-sizing: content-box;
	}

		.con01_rt .form .text1 {
			float: left;
			border: none;
			background: #fff;
			height: 40px;
			line-height: 40px;
			padding: 0 0 0 10px;
			width: calc(100% - 40px);
			box-sizing: border-box;
		}

		.con01_rt .form .button1 {
			float: right;
			border: none;
			background: #cecece;
			height: 40px;
			line-height: 40px;
			width: 40px;
			cursor: pointer;
			font-size: 20px;
			transition: all .3s ease;
		}

			.con01_rt .form .button1:hover {
				background: var(--primary-color);
				color: #fff;
			}

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

	.con01 {
		display: block
	}

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

		.con01_lt .nr_box {
			display: block;
		}

		.con01_lt .h2 {
			width: 100%;
			font-size: 14px;
			line-height: 24px;
			margin: 0 0 5px 0;
		}

		.con01_lt ul {
			width: 100%;
			display: flex;
			justify-content: flex-start; /* align-items: center;*/
		}

			.con01_lt ul li {
				font-size: 14px;
				line-height: 24px;
				margin: 0 10px 5px 0;
			}

	.con01_rt {
		width: 100%;
	}

		.con01_rt .form {
			height: 40px;
			border: 1px solid #ccc;
		}

			.con01_rt .form .text1 {
				float: left;
				border: none;
				background: #fff;
				height: 40px;
				line-height: 40px;
				padding: 0 0 0 10px;
				width: calc(100% - 40px);
				box-sizing: border-box;
			}

			.con01_rt .form .button1 {
				float: right;
				border: none;
				background: #cecece;
				height: 40px;
				line-height: 40px;
				width: 40px;
				cursor: pointer;
				font-size: 20px;
				transition: all .3s ease;
			}
}

.con02bg {
	background: #fefefe;
}

.con02 {
}

.con02_list1 {
	padding: 40px 0;
	display: flex;
	justify-content: space-between; /* align-items: center;*/
}

.con02_lt {
	width: 29%;
}

	.con02_lt .h2 {
		font-size: 30px;
		line-height: 40px;
		color: var(--primary-color);
		margin-bottom: 5px;
	}

	.con02_lt .h3 {
		font-size: 16px;
		line-height: 30px;
	}

		.con02_lt .h3 span {
			display: inline-block;
			background: var(--primary-color);
			color: #fff;
			padding: 5px 10px;
		}

.con02_rt {
	width: 67%;
}

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

		.con02_rt ul li {
			text-align: center;
		}

			.con02_rt ul li .imgbg {
				margin: 0 auto;
				width: 76px;
			}

			.con02_rt ul li .img {
				height: 85px;
				background: url(../images/c2bg1.png) center 0 no-repeat;
				background-size: 100% auto;
				position: relative;
				transition: all .3s ease;
			}

			.con02_rt ul li:hover .img {
				background-position: center -85px;
			}

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

			.con02_rt ul li .txt {
				margin-top: 5px;
			}

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

.con02_list2 {
	border-top: 1px solid #cecece;
	padding: 40px 0;
}

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

		.con02_list2 ul li { /* width:25%;*/
		}

			.con02_list2 ul li .txt {
				display: flex;
				justify-content: flex-start; /* align-items: center;*/
			}

				.con02_list2 ul li .txt .h2 {
					font-size: 52px;
					line-height: 1em;
					color: var(--secondary-color);
					margin-right: 10px;
					white-space: nowrap;
				}

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

					.con02_list2 ul li .txt .h3 strong {
						display: block;
					}

					.con02_list2 ul li .txt .h3 span {
						display: block;
						font-size: 18px;
						line-height: 28px;
					}

@media(max-width:999px) {
	.con02_list1 {
		padding: 20px 0;
		display: block;
	}

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

		.con02_lt .h2 {
			font-size: 24px;
			line-height: 34px;
			margin-bottom: 5px;
		}

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

			.con02_lt .h3 span {
				padding: 5px 10px;
			}

	.con02_rt {
		width: 100%;
	}

		.con02_rt ul {
			justify-content: center;
		}

			.con02_rt ul li {
				width: 32%;
				margin: 10px 0 10px 2%;
			}

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

				.con02_rt ul li .imgbg {
					width: 76px;
				}

				.con02_rt ul li .img {
					height: 85px;
				}

				.con02_rt ul li .txt {
					margin-top: 5px;
				}

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

	.con02_list2 {
		padding: 20px 0;
	}

		.con02_list2 ul li {
			width: 48%;
			margin: 10px 1%;
		}

			.con02_list2 ul li .txt {
				display: block;
			}

				.con02_list2 ul li .txt .h2 {
					font-size: 36px;
					line-height: 1em;
					margin: 0 0 5px 0;
				}

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

					.con02_list2 ul li .txt .h3 strong {
						display: unset;
					}

					.con02_list2 ul li .txt .h3 span {
						display: unset;
						font-size: 14px;
						line-height: 24px;
					}
}

.tit1 {
	text-align: center;
	position: relative;
	z-index: 1;
}

	.tit1:before {
		content: "";
		width: 60%;
		height: 56%;
		border: 1px solid #ccc;
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
	}

	.tit1 .h2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: bold;
		color: var(--primary-color);
	}

		.tit1 .h2 span {
			display: inline-block;
			background: #fff;
			padding: 0 10px;
		}

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

		.tit1 .h3 span {
			display: inline-block;
			background: #fff;
			padding: 0 10px;
		}

.more1 {
}

	.more1 span {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 28px;
		min-width: 130px;
		border: 1px solid var(--primary-color);
		color: var(--primary-color);
		transition: all .3s ease;
		box-sizing: border-box;
	}

		.more1 span:hover {
			background: var(--primary-color);
			color: #fff;
		}

.con03bg {
	margin: 80px 0;
}

.con03 {
}

.con03_list1 {
	margin-top: 40px;
	font-size: 15px;
	line-height: 48px;
}

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

		.con03_list1 ul li {
			border: 2px dotted #c5c5c5;
			margin-left: -2px;
			position: relative;
			box-sizing: border-box;
		}

			.con03_list1 ul li:nth-child(1) {
				margin-left: 0;
			}

			.con03_list1 ul li a {
				display: block;
				padding: 0 15px;
			}

			.con03_list1 ul li:hover {
				border-color: var(--primary-color);
				background: var(--primary-color);
				z-index: 2;
			}

				.con03_list1 ul li:hover a {
					color: #fff;
				}

.con03_list2 {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.con03_list2 .lt {
		width: 44%;
	}

		.con03_list2 .lt img {
			display: block;
			width: 100%;
		}

	.con03_list2 .rt {
		width: 52%;
	}

		.con03_list2 .rt .box1 {
			margin-bottom: 1.56vw;
		}

			.con03_list2 .rt .box1 .h2 {
				font-size: 26px;
				line-height: 36px;
				margin-bottom: .78vw;
			}

			.con03_list2 .rt .box1 .h3 {
				font-size: 16px;
				line-height: 2em;
				margin-bottom: .94vw;
			}

		.con03_list2 .rt .box2 {
		}

			.con03_list2 .rt .box2 ul {
				display: flex;
				justify-content: space-between; /* align-items: center;*/
				flex-wrap: wrap;
			}

				.con03_list2 .rt .box2 ul li {
					width: 30%;
					margin: 30px 0 0 5%;
					text-align: center;
				}

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

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

						.con03_list2 .rt .box2 ul li .img img {
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0;
							right: 0;
							bottom: 0;
							left: 0;
							margin: auto auto;
						}

					.con03_list2 .rt .box2 ul li .txt {
						padding: 5px 5px;
						background: #f4f4f4;
					}

						.con03_list2 .rt .box2 ul li .txt .h2 {
							font-size: 16px;
							line-height: 26px;
						}

.con03_list3 {
	margin-top: 60px;
}

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

		.con03_list3 ul li {
			width: 20%;
			position: relative;
			text-align: center;
		}

			.con03_list3 ul li:before {
				content: "";
				width: 35px;
				height: 1px;
				background: #ccc;
				position: absolute;
				top: 50%;
				right: 0;
				transform: translateX(50%);
			}

			.con03_list3 ul li:last-child:before {
				display: none;
			}

			.con03_list3 ul li .imgbg {
				margin: 0 auto;
				width: 45px;
			}

			.con03_list3 ul li .img {
				height: 45px;
				position: relative;
				overflow: hidden;
			}

				.con03_list3 ul li .img img {
					width: 100%;
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					transition: all .3s ease;
				}

			.con03_list3 ul li:hover .img img {
				top: -45px;
			}

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

				.con03_list3 ul li .txt .h2 {
					font-size: 22px;
					line-height: 32px;
				}

@media(max-width:999px) {
	.tit1:before {
		width: 100%;
		height: 56%;
		top: 52%;
	}

	.tit1 .h2 {
		font-size: 24px;
		line-height: 34px;
	}

		.tit1 .h2 span {
			padding: 0 5px;
		}

	.tit1 .h3 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

		.tit1 .h3 span {
			padding: 0 5px;
		}

	.more1 span {
		font-size: 14px;
		line-height: 28px;
		min-width: 130px;
	}

	.con03bg {
		margin: 40px 0;
	}

	.con03_list1 {
		margin-top: 20px;
		font-size: 12px;
		line-height: 32px;
	}

		.con03_list1 ul {
			justify-content: flex-start;
		}

			.con03_list1 ul li {
				border: 2px dotted #c5c5c5;
				margin: -2px 0 0 -2px;
				width: calc(100%/3);
			}

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

				.con03_list1 ul li:nth-child(1), .con03_list1 ul li:nth-child(2), .con03_list1 ul li:nth-child(3) {
					margin-top: 0;
				}

				.con03_list1 ul li a {
					padding: 0 5px;
					text-align: center;
				}

	.con03_list2 {
		margin-top: 20px;
		display: block;
	}

		.con03_list2 .lt {
			width: 100%;
			margin-bottom: 10px;
		}

		.con03_list2 .rt {
			width: 100%;
		}

			.con03_list2 .rt .box1 {
				margin-bottom: 10px;
			}

				.con03_list2 .rt .box1 .h2 {
					font-size: 18px;
					line-height: 28px;
					margin-bottom: 5px;
				}

				.con03_list2 .rt .box1 .h3 {
					font-size: 14px;
					line-height: 24px;
					margin-bottom: 10px;
				}

			.con03_list2 .rt .box2 ul li {
				width: 32%;
				margin: 10px 0 0 2%;
			}

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

				.con03_list2 .rt .box2 ul li .txt {
					padding: 5px 5px;
				}

					.con03_list2 .rt .box2 ul li .txt .h2 {
						font-size: 12px;
						line-height: 22px;
					}

	.con03_list3 {
		margin-top: 20px;
	}

		.con03_list3 ul {
			justify-content: center;
			flex-wrap: wrap;
		}

			.con03_list3 ul li {
				width: calc(100%/3);
				margin: 20px 0 0 0;
			}

				.con03_list3 ul li:nth-child(3n):before {
					display: none;
				}

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

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

.tit2 {
	text-align: center;
}

	.tit2 .h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.tit2 .h3 {
		font-size: 15px;
		line-height: 25px;
		margin-top: 15px;
	}

.con04bg {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.con04 {
}

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

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

			.con04 .list ul li {
				width: 22%;
				margin: 0 0 30px 4%;
				text-align: center;
			}

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

				.con04 .list ul li .img {
					padding-bottom: 78%;
					position: relative;
					overflow: hidden;
					background: #ffff;
				}

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

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

				.con04 .list ul li .txt {
					margin-top: 5px;
					color: rgba(255,255,255,.9);
				}

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

				.con04 .list ul li:hover .txt .h2 {
					color: #fff;
				}

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

	.tit2 .h3 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

	.con04bg {
		padding: 40px 0;
	}

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

		.con04 .list ul li {
			width: 48%;
			margin: 0 0 20px 4%;
		}

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

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

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

.more2 {
}

	.more2 span {
		display: inline-block;
		text-align: center;
		width: 184px;
		height: 70px;
		line-height: 63px;
		padding: 0 6px 7px 0;
		box-sizing: border-box;
		transition: all .3s ease;
		background: url(../images/more2bg.png) center no-repeat;
		background-size: contain;
		color: #fff;
		font-size: 20px;
	}

		.more2 span:hover {
		}

.con05bg {
	background: #e5e5e5;
	padding: 30px 0;
}

.con05 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.con05_lt {
	margin-right: 6.24vw;
}

	.con05_lt .txt {
	}

		.con05_lt .txt .h2 {
			font-size: 24px;
			line-height: 34px;
			color: var(--primary-color);
		}

		.con05_lt .txt .h3 {
			font-size: 40px;
			line-height: 50px;
			font-weight: bold;
			color: var(--primary-color);
		}

.con05_rt {
}

@media(max-width:999px) {
	.more2 span {
		width: 116px;
		height: 44px;
		line-height: 40px;
		padding: 0 3px 4px 0;
		font-size: 16px;
	}

	.con05bg {
		padding: 30px 0;
	}

	.con05 {
		display: block;
		text-align: center;
	}

	.con05_lt {
		margin: 0 0 20px 0;
	}

		.con05_lt .txt .h2 {
			font-size: 20px;
			line-height: 30px;
		}

		.con05_lt .txt .h3 {
			font-size: 40px;
			line-height: 50px;
		}
}

.con06bg {
	padding: 80px 0;
	background: #fafafa;
}

.con06 {
}

	.con06 .tit1 .h2 span, .con06 .tit1 .h3 span {
		background: #fafafa;
	}

	.con06 .list {
		margin-top: 60px;
		display: flex;
		justify-content: space-between; /* align-items: center;*/
	}

.con06_lt {
	width: 48%;
}

.review_swiper {
	position: relative;
}

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

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

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

			.review_swiper .swiper-container .swiper-slide .nr_box {
				border-top: 1px solid #cbcbcc;
				padding: 15px 20px 0 20px;
			}

			.review_swiper .swiper-container .swiper-slide .box2 {
				margin-bottom: 40px;
			}

			.review_swiper .swiper-container .swiper-slide .box1 {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.review_swiper .swiper-container .swiper-slide .imgbg {
				width: 60px;
			}

			.review_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 100%;
				position: relative;
				overflow: hidden;
				border-radius: 100%;
			}

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

			.review_swiper .swiper-container .swiper-slide .txtbg {
				width: calc(100% - 80px);
			}

			.review_swiper .swiper-container .swiper-slide .txt {
			}

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

			.review_swiper .swiper-container .swiper-slide .h3 {
				font-size: 14px;
				line-height: 24px;
			}

	.review_swiper .swiper-pagination {
		display: none;
	}

		.review_swiper .swiper-pagination span {
		}

			.review_swiper .swiper-pagination span.swiper-pagination-bullet-active {
			}

	.review_swiper .swiper-button-prev, .review_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 50% 50%;
		background-color: rgba(0,0,0,.5);
		color: transparent;
		font-size: 0;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}

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

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

	.review_swiper .swiper-button-prev:after, .review_swiper .swiper-button-next:after {
		display: none;
	}

	.review_swiper .swiper-button-prev {
		left: 0;
	}

	.review_swiper .swiper-button-next {
		right: 0;
	}

.con06_rt {
	width: 48%;
}

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

		.con06_rt ul li {
			width: calc((100% - 60px)/4);
			margin: 0 0 20px 20px;
		}

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

			.con06_rt ul li .img {
				padding-bottom: 68%;
				position: relative;
				overflow: hidden;
				border: 1px solid #ccc;
				background: #fff;
			}

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

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

	.con06 .list {
		margin-top: 40px;
		display: block
	}

	.con06_lt {
		width: 100%;
		margin-bottom: 40px;
	}

	.review_swiper .swiper-container .swiper-slide .nr_box {
		padding: 15px 20px 0 20px;
	}

	.review_swiper .swiper-container .swiper-slide .box2 {
		margin-bottom: 20px;
	}

	.review_swiper .swiper-container .swiper-slide .imgbg {
		width: 60px;
	}

	.review_swiper .swiper-container .swiper-slide .txtbg {
		width: calc(100% - 80px);
	}

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

	.review_swiper .swiper-container .swiper-slide .h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.con06_rt {
		width: 100%;
	}

		.con06_rt ul { /* justify-content:center;*/
		}

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

				.con06_rt ul li:nth-child(4n-3) {
					margin-left: 10px;
				}

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

.tit3 {
}

	.tit3 .h2 {
		font-size: 28px;
		line-height: 38px;
		font-weight: bold;
	}

	.tit3 .h3 {
		font-size: 24px;
		line-height: 34px;
		margin-top: 12px;
	}

.con07bg {
	background: var(--primary-color);
	color: #fff;
}

.con07 {
}

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

	.slide_ys .hd {
		width: 50%;
		padding: 1.56vw 0 3.12vw 0;
		box-sizing: border-box;
	}

		.slide_ys .hd .tit3 {
			padding: 0 5% 0 5%;
			max-width: 590px;
			margin-bottom: 2.86vw;
		}

		.slide_ys .hd ul {
			padding: 0 5% 0 0;
			max-width: 640px;
		}

			.slide_ys .hd ul li {
				margin-left: -75px;
			}

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

				.slide_ys .hd ul li .imgbg {
					width: 130px;
				}

				.slide_ys .hd ul li .img {
					height: 130px;
					position: relative;
					overflow: hidden;
				}

					.slide_ys .hd ul li .img img {
						width: 100%;
						position: absolute;
						top: 0;
						right: 0;
						left: 0;
						transition: all .3s ease;
					}

				.slide_ys .hd ul li .txtbg {
					width: calc(100% - 150px);
					padding: 1.3vw 0;
					border-bottom: 1px dashed #fff;
				}

				.slide_ys .hd ul li .tgxt {
				}

				.slide_ys .hd ul li .txt {
				}

					.slide_ys .hd ul li .txt .h2 {
						font-size: 22px;
						line-height: 32px;
						font-weight: bold;
						margin-bottom: 1.04vw;
					}

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

				.slide_ys .hd ul li.on .img img {
					top: -130px;
				}

	.slide_ys .bd {
		width: 50%;
	}

.slide_ys_list {
	height: 100%;
}

	.slide_ys_list .img {
		height: 100%;
	}

		.slide_ys_list .img img {
			display: block;
			width: 100%;
			height: 100%;
		}

@media(max-width:999px) {
	.tit3 .h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.tit3 .h3 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px;
	}

	.slide_ys {
		display: block;
	}

		.slide_ys .hd {
			width: 100%;
			padding: 20px 0 40px 0;
		}

			.slide_ys .hd .tit3 {
				padding: 0 5%;
				margin-bottom: 20px;
			}

			.slide_ys .hd ul {
				padding: 0 5%;
			}

				.slide_ys .hd ul li {
					margin-left: 0;
				}

					.slide_ys .hd ul li .imgbg {
						width: 90px;
					}

					.slide_ys .hd ul li .img {
						height: 90px;
					}

					.slide_ys .hd ul li .txtbg {
						width: calc(100% - 100px);
						padding: 15px 0;
					}

					.slide_ys .hd ul li .txt .h2 {
						font-size: 16px;
						line-height: 24px;
						margin-bottom: 10px;
					}

					.slide_ys .hd ul li .txt .h3 {
						font-size: 12px;
						line-height: 20px;
					}

					.slide_ys .hd ul li.on .img img {
						top: -90px;
					}

		.slide_ys .bd {
			width: 100%;
		}
}

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

	.tit4 .lt {
		width: 95px;
		background: var(--primary-color);
		color: #fff;
		text-align: center;
		box-sizing: border-box;
		padding: 10px;
		position: relative;
	}

		.tit4 .lt:before {
			content: "";
			width: 20px;
			height: 2px;
			background: #fff;
			position: absolute;
			bottom: 20px;
			left: 50%;
			transform: translateX(-50%);
		}

	.tit4 .rt {
		width: calc(100% - 125px);
	}

	.tit4 .h2 {
		font-size: 28px;
		line-height: 38px;
		color: var(--primary-color);
	}

	.tit4 .h3 {
		font-size: 22px;
		line-height: 32px;
		color: var(--primary-color);
	}

	.tit4 .h4 {
		font-size: 14px;
		line-height: 2em;
		border: 1px solid #4276AA;
		padding: 15px 5px;
	}

.con08bg {
	padding: 80px 0 0 0;
	background: #eee;
	position: relative;
	z-index: 1;
}

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

.con08_lt {
	width: 50%;
	display: flex;
	justify-content: flex-end; /* align-items: center;*/
}

	.con08_lt .nr {
		padding: 0 5%;
		width: 90%;
		max-width: 590px;
	}

	.con08_lt .box1 {
		margin-top: 1.98vw;
	}

		.con08_lt .box1 .h2 {
			font-size: 20px;
			line-height: 30px;
			font-weight: bold;
			color: var(--primary-color);
			margin-bottom: 1.3vw;
		}

		.con08_lt .box1 .h3 {
			font-size: 16px;
			line-height: 2em;
			text-indent: 2em;
		}

	.con08_lt .box2 {
		margin-top: 3.12vw;
	}

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

			.con08_lt .box2 ul li {
				width: 17.5%;
				margin: 0 0 30px 10%;
				background: #fff;
				border-radius: 5px;
				text-align: center;
				transition: all .3s ease;
			}

				.con08_lt .box2 ul li:hover {
					background: #5D5D5D;
				}

				.con08_lt .box2 ul li:nth-child(4n-3) {
					margin-left: 0;
				}

				.con08_lt .box2 ul li .nr_box {
					padding: 15px 5% 10px 5%;
				}

				.con08_lt .box2 ul li .imgbg {
					margin: 0 auto;
					width: 60px;
				}

				.con08_lt .box2 ul li .img {
					height: 45px;
					position: relative;
					overflow: hidden;
				}

					.con08_lt .box2 ul li .img img {
						display: block;
						width: 100%;
						position: absolute;
						top: 0;
						right: 0;
						left: 0;
						transition: all .3s ease;
					}

				.con08_lt .box2 ul li:hover .img img {
					top: -45px;
				}

				.con08_lt .box2 ul li .txt {
					margin-top: 4px;
				}

					.con08_lt .box2 ul li .txt .h2 {
						font-size: 16px;
						line-height: 26px;
						color: var(--primary-color);
					}

				.con08_lt .box2 ul li:hover .txt .h2 {
					color: #fff;
				}

.con08_rt {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px 20px 0;
}

	.con08_rt:before {
		content: "";
		width: calc(100% - 20px);
		height: 220px;
		background: var(--primary-color);
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.con08_rt .img {
		padding: 5px;
		border-radius: 5px;
		background: #fff;
	}

	.con08_rt img {
		display: block;
		width: 100%;
		border-radius: 5px;
	}

@media(max-width:999px) {
	.tit4 .lt {
		width: 95px;
		padding: 10px;
	}

		.tit4 .lt:before {
			width: 20px;
			height: 2px;
			bottom: 20px;
		}

	.tit4 .rt {
		width: calc(100% - 115px);
	}

	.tit4 .h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.tit4 .h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.tit4 .h4 {
		font-size: 14px;
		line-height: 2em;
		padding: 15px 5px;
	}

	.con08bg {
		padding: 40px 0 0 0;
	}

	.con08 {
		display: block;
	}

	.con08_lt {
		width: 100%;
	}

		.con08_lt .box1 {
			margin-top: 20px;
		}

			.con08_lt .box1 .h2 {
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 5px;
			}

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

		.con08_lt .box2 {
			margin-top: 20px;
		}

			.con08_lt .box2 ul li {
				width: 32%;
				margin: 0 0 20px 2%;
			}

				.con08_lt .box2 ul li:nth-child(4n-3) {
					margin-left: 2%;
				}

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

				.con08_lt .box2 ul li .nr_box {
					padding: 15px 5% 10px 5%;
				}

				.con08_lt .box2 ul li .imgbg {
					width: 60px;
				}

				.con08_lt .box2 ul li .img {
					height: 45px;
				}

				.con08_lt .box2 ul li:hover .img img {
					top: -45px;
				}

				.con08_lt .box2 ul li .txt {
					margin-top: 6px;
				}

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

	.con08_rt {
		width: 100%;
		padding: 0 5% 20px 5%;
	}

		.con08_rt:before {
			width: 90%;
			height: 60%;
		}

		.con08_rt .img {
			padding: 5px;
		}
}

.tit5 {
	text-align: center;
}

	.tit5 .h2 {
		font-size: 32px;
		line-height: 42px;
		font-weight: bold;
		color: var(--primary-color);
	}

	.tit5 .h3 {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 5px;
		margin-top: 8px;
	}

.tit6 {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 15px 0;
}

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

		.tit6 .h2 span {
			width: calc(100% - 37px);
			font-size: 16px;
			line-height: 28px;
		}

		.tit6 .h2 strong {
			margin-right: 10px;
			font-weight: normal;
		}

		.tit6 .h2 i {
			display: block;
			width: 27px;
			height: 27px;
			background: url(../images/tit6bg.png) center no-repeat;
			background-size: contain;
		}

.more3 {
}

	.more3 span {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 38px;
		width: 160px;
		border: 1px solid var(--primary-color);
		background: var(--primary-color);
		color: #fff;
		box-sizing: border-box;
		border-radius: 30px;
		transition: all .3s ease;
	}

		.more3 span:hover {
			background: #fff;
			color: var(--primary-color);
		}

.con09bg {
	margin: 60px 0;
}

.con09 {
}

	.con09 .list {
		margin-top: 40px;
		display: flex;
		justify-content: space-between; /* align-items: center;*/
	}

.con09_lt {
	width: 50%;
}

	.con09_lt .box1 {
	}

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

			.con09_lt .box1 ul li {
				width: calc((100% - 30px)/4);
				margin: 0 0 5px 5px;
			}

				.con09_lt .box1 ul li:nth-child(4n-3) {
					margin-left: 0;
				}

				.con09_lt .box1 ul li a {
					display: block;
					font-size: 16px;
					line-height: 26px;
					height: 60px;
					border: 1px solid #cecece;
					border-radius: 5px;
					box-sizing: border-box;
					display: flex;
					justify-content: center;
					align-items: center;
					transition: all .3s ease;
				}

					.con09_lt .box1 ul li a:hover {
						border-color: var(--primary-color);
						background: var(--primary-color);
						color: #fff;
					}

	.con09_lt .box2 {
		margin-top: 35px;
	}

		.con09_lt .box2 dl {
		}

			.con09_lt .box2 dl dt {
				margin-bottom: 25px;
			}

				.con09_lt .box2 dl dt .nr_box {
					display: flex;
					justify-content: space-between;
					align-items: center;
				}

				.con09_lt .box2 dl dt .imgbg {
					width: 47%;
				}

				.con09_lt .box2 dl dt .img {
					padding-bottom: 74%;
					position: relative;
					overflow: hidden;
				}

					.con09_lt .box2 dl dt .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 .box2 dl dt:hover .img img {
					transform: scale(1.1);
				}

				.con09_lt .box2 dl dt .txtbg {
					width: 49%;
				}

				.con09_lt .box2 dl dt .txt {
				}

					.con09_lt .box2 dl dt .txt .h2 {
						font-size: 14px;
						line-height: 26px;
						display: flex;
						justify-content: space-between;
						align-items: center;
						margin-bottom: .78vw;
					}

						.con09_lt .box2 dl dt .txt .h2 strong {
							font-size: 16px;
							font-weight: normal;
							width: calc(100% - 80px);
							overflow: hidden;
							text-overflow: ellipsis;
							display: -webkit-box;
							-webkit-line-clamp: 1;
							-webkit-box-orient: vertical;
						}

						.con09_lt .box2 dl dt .txt .h2 span {
							color: #999;
						}

					.con09_lt .box2 dl dt .txt .h3 {
						font-size: 14px;
						line-height: 24px;
						color: #666;
						margin-bottom: 3.64vw;
					}

			.con09_lt .box2 dl dd {
				margin-top: 15px;
				border: 1px solid #ccc;
				padding: 10px 0;
			}

				.con09_lt .box2 dl dd .nr_box {
					display: flex;
					justify-content: space-between;
					align-items: center;
				}

				.con09_lt .box2 dl dd .date {
					text-align: center;
					font-size: 14px;
					line-height: 1em;
					color: #aaa;
					width: 115px;
					padding: 8px 0;
					border-right: 1px solid #ccc;
					box-sizing: border-box;
					text-align: center;
				}

					.con09_lt .box2 dl dd .date strong {
						display: block;
						font-size: 24px;
						line-height: 1em;
						font-weight: normal;
						margin-bottom: 6px;
					}

					.con09_lt .box2 dl dd .date span {
						display: block;
					}

				.con09_lt .box2 dl dd .txtbg {
					width: calc(100% - 115px);
				}

				.con09_lt .box2 dl dd .txt {
					padding: 0 15px;
				}

					.con09_lt .box2 dl dd .txt .h2 {
						display: flex;
						justify-content: space-between;
						align-items: center;
					}

						.con09_lt .box2 dl dd .txt .h2 strong {
							width: calc(100% - 60px);
							font-size: 16px;
							line-height: 26px;
							font-weight: normal;
							overflow: hidden;
							text-overflow: ellipsis;
							display: -webkit-box;
							-webkit-line-clamp: 2;
							-webkit-box-orient: vertical;
						}

						.con09_lt .box2 dl dd .txt .h2 i {
							width: 30px;
							height: 30px;
							line-height: 28px;
							text-align: center;
							border: 1px solid #ccc;
							color: #999;
							border-radius: 100%;
							font-size: 24px;
						}

							.con09_lt .box2 dl dd .txt .h2 i:hover {
								border-color: var(--primary-color);
								color: var(--primary-color);
							}

.con09_rt {
	width: 46%;
}

	.con09_rt .box1 {
		margin-top: 40px;
	}

		.con09_rt .box1 ul li {
			margin-top: 20px;
		}

			.con09_rt .box1 ul li .h2 {
				font-size: 16px;
				line-height: 26px;
				min-height: 26px;
				padding: 2px 0 2px 45px;
				background: url(../images/ico_wen.png) left top no-repeat;
			}

			.con09_rt .box1 ul li .txt {
				padding: 10px 0 0 45px;
				color: #666;
			}

			.con09_rt .box1 ul li .h3 {
				font-size: 14px;
				line-height: 2em;
			}

@media(max-width:999px) {
	.tit5 .h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.tit5 .h3 {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 5px;
		margin-top: 5px;
	}

	.tit6 {
		padding: 10px 0;
	}

		.tit6 .h2 span {
			width: calc(100% - 37px);
			font-size: 16px;
			line-height: 28px;
		}

		.tit6 .h2 strong {
			margin-right: 10px;
		}

		.tit6 .h2 i {
			width: 27px;
			height: 27px;
		}

	.more3 span {
		font-size: 14px;
		line-height: 38px;
		width: 120px;
	}

	.con09bg {
		margin: 40px 0;
	}

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

	.con09_lt {
		width: 100%;
		margin-bottom: 40px;
	}

		.con09_lt .box1 ul li {
			width: calc((100% - 10px)/3);
			margin: 0 0 5px 5px;
		}

			.con09_lt .box1 ul li:nth-child(4n-3) {
				margin-left: 5px;
			}

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

			.con09_lt .box1 ul li a {
				font-size: 12px;
				line-height: 20px;
				height: 40px;
			}

		.con09_lt .box2 {
			margin-top: 20px;
		}

			.con09_lt .box2 dl dt {
				margin-bottom: 20px;
			}

				.con09_lt .box2 dl dt .nr_box {
					display: block;
				}

				.con09_lt .box2 dl dt .imgbg {
					width: 100%;
					margin-bottom: 10px;
				}

				.con09_lt .box2 dl dt .txtbg {
					width: 100%;
				}

				.con09_lt .box2 dl dt .txt .h2 {
					font-size: 14px;
					line-height: 26px;
					margin-bottom: .78vw;
				}

					.con09_lt .box2 dl dt .txt .h2 strong {
						font-size: 16px;
						width: calc(100% - 80px);
					}

				.con09_lt .box2 dl dt .txt .h3 {
					font-size: 14px;
					line-height: 24px;
					margin-bottom: 3.64vw;
				}

			.con09_lt .box2 dl dd {
				margin-top: 15px;
				padding: 10px 0;
			}

				.con09_lt .box2 dl dd .date {
					font-size: 14px;
					line-height: 1em;
					width: 80px;
					padding: 8px 0;
				}

					.con09_lt .box2 dl dd .date strong {
						font-size: 24px;
						line-height: 1em;
						margin-bottom: 6px;
					}

				.con09_lt .box2 dl dd .txtbg {
					width: calc(100% - 80px);
				}

				.con09_lt .box2 dl dd .txt {
					padding: 0 10px;
				}

					.con09_lt .box2 dl dd .txt .h2 strong {
						width: calc(100% - 40px);
						font-size: 16px;
						line-height: 26px;
					}

					.con09_lt .box2 dl dd .txt .h2 i {
						width: 30px;
						height: 30px;
						line-height: 28px;
						font-size: 24px;
					}

	.con09_rt {
		width: 100%;
	}

		.con09_rt .box1 {
			margin-top: 20px;
		}

			.con09_rt .box1 ul li {
				margin-top: 20px;
			}

				.con09_rt .box1 ul li .h2 {
					font-size: 16px;
					line-height: 26px;
					min-height: 26px;
					padding: 2px 0 2px 40px;
				}

				.con09_rt .box1 ul li .txt {
					padding: 10px 0 0 40px;
				}

				.con09_rt .box1 ul li .h3 {
					font-size: 14px;
					line-height: 24px;
				}
}

.foot {
	background: #262626;
	color: #999;
}

	.foot a {
		color: #999;
	}

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

.foot1bg {
}

.foot1 {
}

	.foot1 .list1 {
		padding: 40px 0;
	}

.foot .f_contact {
	color: #fff;
}

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

		.foot .f_contact ul li {
			border-left: 1px solid #787877;
			padding: 0 2.34vw;
		}

			.foot .f_contact ul li:nth-child(1) {
				padding-left: 0;
				border-left: none;
			}

			.foot .f_contact ul li:last-child {
				padding-right: 0;
			}

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

			.foot .f_contact ul li .imgbg {
				width: 56px;
				margin-right: 15px;
			}

			.foot .f_contact ul li .img {
				height: 56px;
				position: relative;
			}

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

			.foot .f_contact ul li .txtbg {
			}

			.foot .f_contact ul li .txt {
			}

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

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

.foot1 .list2 {
	border-top: 1px solid rgba(156,156,156,.67);
	padding: 30px 0;
	display: flex;
	justify-content: space-between; /* align-items: center;*/
}

	.foot1 .list2 .lt {
		display: flex;
		justify-content: flex-start; /* align-items: center;*/
	}

.foot .f_ewm {
}

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

		.foot .f_ewm ul li {
			width: 90px;
			margin: 0 20px 0 0;
			text-align: center;
		}

			.foot .f_ewm ul li img {
				display: block;
				width: 100%;
			}

			.foot .f_ewm ul li span {
				display: block;
				font-size: 12px;
				line-height: 22px;
				margin-top: 5px;
			}

.foot .f_info {
	font-size: 14px;
	line-height: 24px;
}

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

.foot1 .list2 .rt {
}

.foot .f_nav {
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start; /* align-items: center;*/
}

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

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

		.foot .f_nav dl dd {
			margin-top: 5px;
		}

			.foot .f_nav dl dd a {
			}

				.foot .f_nav dl dd a:hover {
				}

@media(max-width:999px) {
	.foot1 .list1 {
		padding: 20px 0;
	}

	.foot .f_contact ul {
		display: block
	}

		.foot .f_contact ul li {
			border-left: none;
			padding: 0;
			margin: 20px 0;
		}

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

			.foot .f_contact ul li .imgbg {
				width: 56px;
				margin-right: 0;
			}

			.foot .f_contact ul li .img {
				height: 56px;
			}

			.foot .f_contact ul li .txtbg {
				width: calc(100% - 70px);
			}

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

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

	.foot1 .list2 {
		padding: 20px 0;
		display: block;
	}

		.foot1 .list2 .lt {
			display: block;
			margin-bottom: 20px;
		}

	.foot .f_ewm ul {
		justify-content: flex-start;
	}

		.foot .f_ewm ul li {
			width: 90px;
			margin: 0 20px 10px 0;
		}

			.foot .f_ewm ul li span {
				font-size: 12px;
				line-height: 22px;
				margin-top: 5px;
			}

	.foot .f_info {
		font-size: 12px;
		line-height: 22px;
	}

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

	.foot .f_nav {
		font-size: 14px;
		line-height: 24px;
		flex-wrap: wrap;
	}

		.foot .f_nav dl {
			width: 49%;
			margin: 0 0 20px 2%;
		}

			.foot .f_nav dl:nth-child(2n-1) {
				margin-left: 0;
			}

			.foot .f_nav dl dt {
				font-size: 16px;
				line-height: 26px;
				margin-bottom: 10px;
			}

			.foot .f_nav dl dd {
				margin-top: 5px;
			}
}
/*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: 3.6vw;
		line-height: 1.15em;
		font-weight: bold;
		margin-bottom: 1.3vw;
	}

	.inbanner_txt .h3 {
		font-size: 1.36vw;
		line-height: 1.4em;
		font-weight: bold;
	}

.inbarbg {
	background: #f7f7f7;
}

.inbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #dcdcdc;
}

.innav {
	font-size: 16px;
	line-height: 60px;
}

	.innav .h1 {
		font-size: 16px;
		line-height: 50px;
		background: var(--primary-color);
		color: #fff;
		text-align: left;
		padding: 0 40px 0 20px;
		position: relative;
		display: none;
	}

		.innav .h1:before {
			content: "\f107";
			font: normal normal normal 14px/1 FontAwesome;
			width: 14px;
			height: 14px;
			line-height: 14px;
			text-align: center;
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			transition: all .3s ease;
		}

		.innav .h1.active1:before {
			transform: translateY(-50%) rotate(180deg);
		}

	.innav > ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

		.innav > ul > li { /* display: flex;justify-content:center;align-items:center;*/
			color: #333;
			position: relative;
			margin-left: 1px;
		}

			.innav > ul > li > a {
				display: block;
				position: relative;
				white-space: nowrap;
				color: #333;
				text-align: center;
				transition: all .3s ease;
				padding: 0 1.04vw;
			}
			/*.innav>ul>li>a:before{ content:""; width:0; height:1px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}*/
			.innav > ul > li.hover > a {
				color: #fff;
				background: var(--secondary-color);
			}

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

	.innav ul li ul {
		width: 100%;
		background: rgba(255,255,255,.8);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		display: none;
		z-index: 2;
	}

	.innav ul li:hover > ul {
		display: block;
	}

	.innav ul li ul li {
		text-align: center;
		line-height: 24px;
		padding: 5px 5px;
	}

		.innav ul li ul li:hover {
			color: #fff;
			background: var(--secondary-color);
		}

		.innav ul li ul li a {
			display: block;
			font-size: 14px;
			color: #666;
		}

		.innav ul li ul li:hover a {
			color: #fff;
		}

.weizhi {
	font-size: 14px;
	line-height: 44px;
	color: #999;
}

	.weizhi i {
		margin-right: 5px;
		color: var(--secondary-color);
	}

	.weizhi a {
		color: #999;
	}

		.weizhi a:hover {
		}

.inSearchbg {
	padding: 25px 0;
	background: #f2f2f2;
}

.inSearch {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

	.inSearch .form {
		width: 280px;
		height: 30px;
		background: #fff;
		border-radius: 30px;
	}

		.inSearch .form .text1 {
			float: left;
			border: none;
			background: none;
			height: 30px;
			line-height: 30px;
			padding: 0 0 0 10px;
			width: calc(100% - 30px);
			box-sizing: border-box;
		}

		.inSearch .form .button1 {
			float: right;
			border: none;
			background: none;
			height: 30px;
			line-height: 30px;
			width: 30px;
			text-align: center;
			cursor: pointer;
			transition: all .3s ease;
			font-size: 19px;
		}

			.inSearch .form .button1:hover {
			}

@media(max-width:999px) {
	.inbanner_txt .h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.inbanner_txt .h3 {
		font-size: 14px;
		line-height: 18px;
	}

	.inbarbg {
		margin: 0;
	}

		.inbarbg .wapper1 {
			width: 100%;
		}

	.inbar {
		display: block;
	}

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

		.innav .h1 {
			display: block;
		}

		.innav > ul {
			display: none;
		}

			.innav > ul > li {
				border-top: 1px solid rgba(0,0,0,.05);
				padding: 10px 20px 10px 20px;
				margin: 0;
			}

				.innav > ul > li > a {
					padding: 0;
					display: inline;
					background: none;
					color: #333;
				}

					.innav > ul > li > a:before {
						display: none;
					}

				.innav > ul > li.hover > a {
					color: var(--secondary-color);
					background: none;
				}

				.innav > ul > li:hover > a {
					color: var(--secondary-color);
					background: none;
				}

		.innav ul li ul {
			background: none;
			box-shadow: none;
			position: static;
			transform: translateX(0%);
		}

			.innav ul li ul li {
				line-height: 24px;
				padding: 5px 20px 5px 20px;
				text-align: left;
			}

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

	.weizhi {
		display: none;
	}

	.inSearchbg {
		padding: 15px 0;
	}

	.inSearch .form {
		width: 100%;
		height: 30px;
	}
}

.insidebg {
	padding: 20px 0 60px 0;
	background: #f7f7f7;
}

.inside {
	background: #fff;
	padding: 20px 0;
}

.inside_lt {
	float: left;
	width: 240px; /* position:sticky; top:100px;*/
}

.side_a {
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
}

	.side_a .h1 {
		font-size: 24px;
		line-height: 34px;
		background: var(--primary-color);
		color: #fff;
		padding: 20px 20px;
		text-align: center;
		position: relative;
	}

		.side_a .h1 strong {
			display: block;
			font-weight: normal;
		}

	.side_a > ul {
		margin-top: 10px;
	}

	.side_a ul li {
		background: var(--primary-color);
		color: #fff;
	}

	.side_a > ul > li {
		margin-bottom: 2px;
	}

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

	.side_a ul li span {
		display: block;
		padding: 15px 30px;
		position: relative;
		cursor: pointer;
		text-align: center;
	}

		.side_a ul li span:hover, .side_a ul li.hover > span {
			color: #fff;
			background: var(--secondary-color);
		}

	.side_a ul li.active1 > span {
	}

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

	.side_a ul li.has_sub > span:after {
		content: "\f105";
		font: normal normal normal 14px/1 FontAwesome;
		width: 14px;
		line-height: 14px;
		height: 14px;
		text-align: center;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center;
		transition: all .3s ease;
	}

	.side_a ul li.has_sub.active1 > span:after {
		transform: translateY(-50%) rotate(90deg);
	}

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

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

	.side_a ul li span:hover a, .side_a ul li.hover > span a {
		color: #fff;
	}

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

		.side_a ul li ul li {
			border-top: 1px solid rgba(255,255,255,.5);
		}

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

			.side_a ul li ul li a {
			}

.side_b {
	height: 140px;
	background: url(../images/side_b_bg.jpg) center no-repeat;
	background-size: cover;
}

	.side_b .txt {
		padding: 35px 0 0 95px;
	}

		.side_b .txt .h2 {
			font-size: 20px;
			line-height: 30px;
		}

		.side_b .txt .h3 {
			font-size: 18px;
			line-height: 28px;
			font-weight: bold;
		}

.inside_rt {
	float: right;
	width: calc(100% - 240px);
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.tit7 {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
}

	.tit7 .h2 {
		font-size: 24px;
		line-height: 34px;
	}

.inside_con {
}

.inside > .inside_con {
	padding: 0 20px;
}

.inside_rt > .inside_con {
	margin-top: 10px;
}

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

	.inside {
		padding: 0;
	}

	.inside_lt {
		width: 100%;
	}

	.side_a .h1 {
		font-size: 20px;
		line-height: 50px;
		padding: 0 40px;
	}

		.side_a .h1:before {
			content: "\f107";
			font: normal normal normal 14px/1 FontAwesome;
			width: 14px;
			height: 14px;
			line-height: 14px;
			text-align: center;
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			transition: all .3s ease;
		}

		.side_a .h1.active1:before {
			transform: translateY(-50%) rotate(180deg);
		}

	.side_a > ul {
		margin-top: 10px;
		display: none;
	}

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

	.side_a ul li ul li span {
		padding: 8px 30px;
	}

	.side_b .txt {
		padding: 35px 0 0 40%;
	}

	.inside_rt {
		float: right;
		width: 100%;
		padding: 20px;
	}

	.tit7 {
		padding-bottom: 5px;
	}

		.tit7 .h2 {
			font-size: 20px;
			line-height: 30px;
		}

	.inside > .inside_con {
		padding: 20px 20px;
	}

	.inside_rt > .inside_con {
		margin-top: 10px;
	}
}

.aboutus1bg {
	padding: 80px 0;
	background: url(../images/about1bg.jpg) center no-repeat;
	background-size: cover;
}

.aboutus1 {
}

.aboutus1_list1 {
	font-size: 16px;
	line-height: 2em;
	margin-top: 40px;
	text-align: center;
}

.aboutus1_list2 {
	margin-top: 60px;
}

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

		.aboutus1_list2 ul li { /* width:25%;*/
		}

			.aboutus1_list2 ul li .txt {
				display: flex;
				justify-content: flex-start; /* align-items: center;*/
			}

				.aboutus1_list2 ul li .txt .h2 {
					font-size: 52px;
					line-height: 1em;
					color: var(--secondary-color);
					margin-right: 10px;
					white-space: nowrap;
				}

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

					.aboutus1_list2 ul li .txt .h3 strong {
						display: block;
					}

					.aboutus1_list2 ul li .txt .h3 span {
						display: block;
						font-size: 18px;
						line-height: 28px;
					}

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

	.aboutus1_list1 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}

	.aboutus1_list2 {
		margin-top: 20px;
	}

		.aboutus1_list2 ul li {
			width: 48%;
			margin: 10px 1%;
		}

			.aboutus1_list2 ul li .txt {
				display: block;
			}

				.aboutus1_list2 ul li .txt .h2 {
					font-size: 36px;
					line-height: 1em;
					margin: 0 0 5px 0;
				}

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

					.aboutus1_list2 ul li .txt .h3 strong {
						display: unset;
					}

					.aboutus1_list2 ul li .txt .h3 span {
						display: unset;
						font-size: 14px;
						line-height: 24px;
					}
}

.aboutus2bg {
	padding: 80px 0;
}

.aboutus2 {
}

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

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

			.aboutus2 .list ul li {
				width: calc((100% - 40px)/3);
				margin: 0 0 20px 20px;
				position: relative;
				overflow: hidden;
			}

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

				.aboutus2 .list ul li .img {
					padding-bottom: 104%;
					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 .img:before {
					content: "";
					width: 100%;
					height: 100%;
					background: var(--primary-color);
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
					opacity: 0;
					visibility: hidden;
					transition: all .3s ease;
				}

				.aboutus2 .list ul li:hover .img:before {
					opacity: .9;
					visibility: visible;
				}

				.aboutus2 .list ul li .txtbg {
					width: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 3;
				}

				.aboutus2 .list ul li .txt {
					padding: 40px 10%;
					color: #fff;
				}

					.aboutus2 .list ul li .txt .h2 {
						font-size: 28px;
						line-height: 38px;
						padding-bottom: 15px;
						position: relative;
						margin-bottom: 20px;
					}

						.aboutus2 .list ul li .txt .h2:before {
							content: "";
							width: 32px;
							height: 1px;
							background: #fff;
							position: absolute;
							bottom: 0;
							left: 0;
						}

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

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

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

		.aboutus2 .list ul li {
			width: 100%;
			margin: 0 0 20px 0;
		}

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

				.aboutus2 .list ul li .txt .h2 {
					font-size: 18px;
					line-height: 28px;
					padding-bottom: 15px;
					margin-bottom: 20px;
				}

					.aboutus2 .list ul li .txt .h2:before {
						width: 32px;
					}

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

.aboutus3bg {
	padding: 80px 0;
	background: #f5f5f5;
}

.aboutus3 {
}

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

.honor_swiper {
	position: relative;
	padding-bottom: 30px;
}

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

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

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

			.honor_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 142%;
				position: relative;
				overflow: hidden;
			}

				.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;
				}

			.honor_swiper .swiper-container .swiper-slide .txt {
				padding: 20px 10px;
				text-align: center;
			}

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

	.honor_swiper .swiper-pagination {
		height: 8px;
		width: 100%;
		bottom: 0;
	}

		.honor_swiper .swiper-pagination span {
			vertical-align: top;
			width: 8px;
			height: 8px;
			border-radius: 8px;
			background: rgba(0,0,0,.5);
			margin: 0 5px;
		}

			.honor_swiper .swiper-pagination span.swiper-pagination-bullet-active {
				background: var(--secondary-color);
			}

	.honor_swiper .swiper-button-prev, .honor_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 50% 50%;
		background-color: rgba(0,0,0,.5);
		color: transparent;
		font-size: 0;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}

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

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

	.honor_swiper .swiper-button-prev:after, .honor_swiper .swiper-button-next:after {
		display: none;
	}

	.honor_swiper .swiper-button-prev {
		left: 0;
	}

	.honor_swiper .swiper-button-next {
		right: 0;
	}

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

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

	.honor_swiper {
		padding-bottom: 30px;
	}

		.honor_swiper .swiper-container .swiper-slide .txt {
			padding: 15px 5px;
		}

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

		.honor_swiper .swiper-pagination {
			height: 8px;
		}

			.honor_swiper .swiper-pagination span {
				width: 8px;
				height: 8px;
				border-radius: 8px;
				margin: 0 3px;
			}

		.honor_swiper .swiper-button-prev, .honor_swiper .swiper-button-next {
			width: 40px;
			height: 40px;
			margin-top: -20px;
		}
}

.aboutus4bg {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.aboutus4 {
}

	.aboutus4 .tit5 .h2 {
		color: #fff;
	}

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

.history_swiper {
	position: relative;
}

	.history_swiper:before {
		content: "";
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.15);
		position: absolute;
		top: 60px;
		left: 0;
	}

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

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

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

			.history_swiper .swiper-container .swiper-slide .txtbg {
			}

			.history_swiper .swiper-container .swiper-slide .txt1 {
			}

			.history_swiper .swiper-container .swiper-slide .txt2 {
				opacity: 0;
				visibility: hidden;
			}

			.history_swiper .swiper-container .swiper-slide .h2 {
				font-size: 22px;
				line-height: 38px;
				text-align: center;
				margin-bottom: 60px;
				position: relative;
			}

				.history_swiper .swiper-container .swiper-slide .h2:before {
					content: "";
					width: 6px;
					height: 6px;
					border-radius: 100%;
					background: #fff;
					position: absolute;
					top: 57px;
					left: 50%;
					transform: translateX(-50%);
				}

			.history_swiper .swiper-container .swiper-slide .h3 {
				font-size: 18px;
				line-height: 2em;
				text-align: center;
			}

			.history_swiper .swiper-container .swiper-slide.swiper-slide-active .txt2 {
				opacity: 1;
				visibility: visible;
			}

			.history_swiper .swiper-container .swiper-slide.swiper-slide-active .h2 {
				font-size: 28px;
			}

	.history_swiper .swiper-pagination {
		display: none;
	}

		.history_swiper .swiper-pagination span {
		}

			.history_swiper .swiper-pagination span.swiper-pagination-bullet-active {
			}

	.history_swiper .swiper-button-prev, .history_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin: 0px;
		background-size: 50% 50%;
		background-color: rgba(0,0,0,.5);
		color: transparent;
		font-size: 0;
		transition: all .3s ease;
		top: 40px;
		border-radius: 100%;
	}

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

		.history_swiper .swiper-button-prev:after, .history_swiper .swiper-button-next:after {
			display: none;
		}

	.history_swiper .swiper-button-prev {
		left: 0;
	}

	.history_swiper .swiper-button-next {
		right: 0;
	}

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

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

	.history_swiper:before {
		top: 50px;
	}

	.history_swiper .swiper-container .swiper-slide .h2 {
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 40px;
	}

		.history_swiper .swiper-container .swiper-slide .h2:before {
			width: 6px;
			height: 6px;
			top: 47px;
		}

	.history_swiper .swiper-container .swiper-slide .h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.history_swiper .swiper-container .swiper-slide.swiper-slide-active .h2 {
		font-size: 24px;
	}

	.history_swiper .swiper-button-prev, .history_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		top: 30px;
	}
}
