﻿/*common start*/
:root {
	--primary-color: #4d4d4d;
	--secondary-color: #529fd5;
	--main-color: #4d4d4d;
	--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: rgba(255,255,255,0.95);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); /* position:fixed; */
	z-index: 55;
	left: 0;
	top: 0;
	transition: all .3s ease;
}

.head2bg {
}

.head2 {
	height: 90px;
	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: 20%;
	height: 90px;
	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;
}

.h_lang1 {
	position: relative;
	margin-left: 1vw;
}

	.h_lang1 span {
		display: block;
		font-size: 14px;
		line-height: 30px;
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 0 15px;
		cursor: pointer;
	}

		.h_lang1 span img {
			height: 14px;
			margin-right: 5px;
			vertical-align: middle;
		}

		.h_lang1 span i {
			margin-left: 10px;
		}

	.h_lang1 ul {
		width: 160px;
		background: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
	}

	.h_lang1:hover ul {
		display: block;
	}

	.h_lang1 ul li {
	}

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

			.h_lang1 ul li a:hover {
				background: #e8f0fe;
			}

		.h_lang1 ul li img {
			height: 14px;
			margin-right: 5px;
			vertical-align: middle;
		}

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

	.head .menu > ul {
	}

		.head .menu > ul > li {
			float: left;
		}

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

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

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

				.head .menu > ul > li > a:before {
					content: "";
					width: 0;
					height: 3px;
					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 {
					width: 100%;
				}

			.head .menu > ul > li ul {
				width: fit-content;
				min-width: 180px;
				background: #fff;
				box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
				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 1.04vw;
						text-align: left;
						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: 0;
}

@media(max-width:1399px) {
	.head .h_phone {
		font-size: 20px;
		margin-left: .78vw;
	}

	.head .menu > ul > li > a {
		font-size: 16px;
		padding: 0 .78vw;
	}
}

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

	.head {
		background: #fff;
		border-color: #ececec;
	}

	.head2 {
		height: 60px;
	}

	.head .logo {
		width: 50%;
		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: #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: 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% - 61px);
	border-top: 1px solid #ededed;
	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;
	color: #333;
	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-top: 1px solid rgba(255,255,255,0.05);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		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%;
				transform: scale(1.1);
				transition: all 4s ease;
			}

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

				.banner_swiper .swiper-container .swiper-slide.swiper-slide-active img {
					transform: scale(1);
				}

	.banner_swiper .swiper-pagination {
		bottom: 20px;
		height: 12px;
	}

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

			.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				width: 48px;
				background: var(--primary-color);
				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-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;
	}
}


.tit1 {
}

	.tit1 .h2 {
		font-size: 32px;
		line-height: 42px;
		font-weight: bold;
	}

	.tit1 .h3 {
		font-size: 16px;
		line-height: 26px;
		color: #D3D3D3;
		margin-top: 5px;
	}

	.tit1 .line1 {
		height: 4px;
		margin-top: 10px;
	}

		.tit1 .line1 span {
			display: inline-block;
			vertical-align: top;
			width: 50px;
			height: 4px;
			background: var(--primary-color);
			position: relative;
		}

			.tit1 .line1 span:after {
				content: "";
				width: 6px;
				height: 6px;
				border-radius: 100%;
				background: var(--primary-color);
				position: absolute;
				top: -1px;
				right: -12px;
			}

.con01bg {
	padding: 80px 0;
	background: url(../images/abbg.jpg) repeat;
}

.con01 {
}

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

.product_swiper {
	position: relative;
}

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

		.product_swiper .swiper-container .swiper-slide {
			position: relative;
			padding: 10px 0;
		}

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

			.product_swiper .swiper-container .swiper-slide .nr_box {
				position: relative;
				transition: all .3s ease;
				border-radius: 10px;
				overflow: hidden;
			}

				.product_swiper .swiper-container .swiper-slide .nr_box:hover {
					box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
					transform: translateY(-10px);
				}

			.product_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 86%;
				position: relative;
				overflow: hidden;
				border-radius: 10px;
				background: #fff; /*background:url(../images/h_pro_bg4.jpg) center no-repeat; */
				background-size: 100% 100%;
			}

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

.banner_swiper {
	width: 100%;
	overflow: hidden;
}

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

	.banner_swiper .swiper-wrapper {
		align-items: center;
	}

	.banner_swiper .swiper-slide {
		width: 100%;
		height: auto;
		text-align: center;
		overflow: hidden;
	}

		.banner_swiper .swiper-slide img {
			width: 100%;
			height: auto;
			max-width: 100%;
			display: block;
			margin: 0 auto;
			/* ·ÀÖ¹±»²ÃÇÐ */
			object-fit: contain;
			/* È¥µô¿ÉÄÜ´æÔÚµÄ·Å´óÐ§¹û */
			transform: none !important;
			scale: 1 !important;
			transition: none !important;
		}

.product_swiper .swiper-container .swiper-slide .txtbg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product_swiper .swiper-container .swiper-slide .txt {
	text-align: center;
	border-top: 1px solid #dbdbdb;
	padding: 25px 0;
	margin: 0 5%;
}

	.product_swiper .swiper-container .swiper-slide .txt .h2 {
		font-size: 17px;
		line-height: 27px;
	}

.product_swiper .swiper-pagination {
	width: 100%;
	bottom: 0;
	height: 12px;
	display: none;
}

	.product_swiper .swiper-pagination .swiper-pagination-bullet {
		vertical-align: top;
		width: 12px;
		height: 12px;
		margin: 0 4px;
		background: #000;
		opacity: .2;
		transition: all .3s ease;
	}

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

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

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

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

.product_swiper .swiper-button-prev {
	left: 20px;
}

.product_swiper .swiper-button-next {
	right: 20px;
}

@media(max-width:999px) {
	.tit1 {
		text-align: center;
	}

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

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

		.tit1 .line1 {
			margin-top: 5px;
		}

			.tit1 .line1 span {
				width: 50px;
				height: 4px;
			}

				.tit1 .line1 span:after {
					width: 6px;
					height: 6px;
					top: -1px;
					right: -12px;
				}

	.con01bg {
		padding: 40px 0;
	}

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

	.product_swiper {
		padding-bottom: 20px;
	}

		.product_swiper .swiper-container .swiper-slide {
			padding: 10px 0;
		}

			.product_swiper .swiper-container .swiper-slide .nr_box {
			}

			.product_swiper .swiper-container .swiper-slide .txt {
				padding: 5px 5%;
				margin: 0;
			}

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

		.product_swiper .swiper-pagination {
			bottom: 0;
			height: 10px;
			display: block;
		}

			.product_swiper .swiper-pagination .swiper-pagination-bullet {
				width: 10px;
				height: 10px;
			}

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


.con02bg {
	padding: 80px 0;
	overflow: hidden;
}

.con02 {
	position: relative;
}

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

.business_swiper {
}

	.business_swiper .swiper-container {
		width: 100%;
		overflow: visible;
	}

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

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

			.business_swiper .swiper-container .swiper-slide .nr_box {
				position: relative;
				border-radius: 30px 0 30px 0;
				overflow: hidden;
			}

			.business_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 72%;
				position: relative;
				overflow: hidden;
				border-radius: 30px 0 30px 0;
			}

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

			.business_swiper .swiper-container .swiper-slide .txt1bg {
				width: 100%;
				position: absolute;
				bottom: 0;
				right: 0;
				z-index: 3;
			}

			.business_swiper .swiper-container .swiper-slide .txt1 {
				color: #fff;
				padding: 0 10% 3.12vw 10%;
				text-align: right;
			}

				.business_swiper .swiper-container .swiper-slide .txt1 .h2 {
					font-size: 24px;
					line-height: 34px;
					font-weight: bold;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
				}

			.business_swiper .swiper-container .swiper-slide .txt2bg {
				width: 100%;
				height: 100%;
				background: var(--primary-color);
				background: linear-gradient(190deg,#ffb262,#ff6f00);
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
				opacity: 0;
				visibility: hidden;
				transition: all .3s ease;
			}

			.business_swiper .swiper-container .swiper-slide:hover .txt2bg {
				opacity: 1;
				visibility: visible;
			}

			.business_swiper .swiper-container .swiper-slide .txt2bg:before {
				content: "";
				width: 90%;
				height: 90%;
				border: 1px solid #fff;
				opacity: .4;
				border-radius: 30px 0 30px 0;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
			}

			.business_swiper .swiper-container .swiper-slide .txt2 {
				color: #fff;
				padding: 3.12vw 10% 0 10%;
			}

				.business_swiper .swiper-container .swiper-slide .txt2 .ico {
					height: 100px;
					position: relative;
					margin-bottom: 15px;
				}

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

				.business_swiper .swiper-container .swiper-slide .txt2 .h2 {
					font-size: 24px;
					line-height: 34px;
					font-weight: bold;
					margin-bottom: 10px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
				}

				.business_swiper .swiper-container .swiper-slide .txt2 .h3 {
					font-size: 16px;
					line-height: 26px;
					margin-bottom: 15px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}

				.business_swiper .swiper-container .swiper-slide .txt2 .h4 {
					font-size: 16px;
					line-height: 26px;
				}

	.business_swiper .swiper-pagination {
		width: 100%;
		bottom: 0;
		height: 12px;
		display: none;
	}

		.business_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			width: 12px;
			height: 12px;
			margin: 0 4px;
			background: #000;
			opacity: .2;
			transition: all .3s ease;
		}

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

	.business_swiper .swiper-button {
		height: 70px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.business_swiper .swiper-button-prev, .business_swiper .swiper-button-next {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin: 0 0 0 10px;
		border-radius: 70px;
		background: rgba(0,0,0,.3);
		color: #fff;
		font-size: 30px;
		transition: all .3s ease;
		position: static;
		float: left;
	}

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

	.business_swiper .swiper-button-prev {
		left: 20px;
	}

	.business_swiper .swiper-button-next {
		right: 20px;
	}

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

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

	.business_swiper {
		padding-bottom: 20px;
		position: relative;
	}

		.business_swiper .swiper-container {
			overflow: hidden;
		}

			.business_swiper .swiper-container .swiper-slide .txt1 {
				padding: 0 10% 5vw 10%;
			}

				.business_swiper .swiper-container .swiper-slide .txt1 .h2 {
					font-size: 20px;
					line-height: 30px;
				}

			.business_swiper .swiper-container .swiper-slide .txt2 {
				padding: 5vw 10% 0 10%;
			}

				.business_swiper .swiper-container .swiper-slide .txt2 .ico {
					height: 70px;
					margin-bottom: 15px;
				}

				.business_swiper .swiper-container .swiper-slide .txt2 .h2 {
					font-size: 20px;
					line-height: 30px;
					margin-bottom: 10px;
				}

				.business_swiper .swiper-container .swiper-slide .txt2 .h3 {
					font-size: 14px;
					line-height: 24px;
					margin-bottom: 15px;
				}

				.business_swiper .swiper-container .swiper-slide .txt2 .h4 {
					font-size: 14px;
					line-height: 24px;
				}

		.business_swiper .swiper-pagination {
			bottom: 0;
			height: 10px;
			display: block;
		}

			.business_swiper .swiper-pagination .swiper-pagination-bullet {
				width: 10px;
				height: 10px;
			}

		.business_swiper .swiper-button {
			height: auto;
			position: static;
		}

		.business_swiper .swiper-button-prev, .business_swiper .swiper-button-next {
			width: 40px;
			height: 40px;
			line-height: 40px;
			margin: -20px 0 0 0;
			font-size: 20px;
			position: absolute;
			opacity: 0;
			visibility: hidden;
		}

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


.more1 {
}

	.more1 span {
		display: inline-block;
		text-align: center;
		border: 2px solid #fff;
		color: #fff;
		font-size: 16px;
		line-height: 46px;
		border-radius: 50px;
		width: 196px;
		transition: all .3s ease;
	}

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

.con03bg {
	padding: 80px 0;
	background: #f6f6f6;
}

.con03 {
}

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

.newpro_swiper {
	background: var(--primary-color);
	background: linear-gradient(190deg,#ffb262,#ff6f00);
	border-radius: 30px 0 30px 0;
	position: relative;
	overflow: hidden;
}

	.newpro_swiper:before {
		content: "";
		width: 94%;
		height: 90%;
		border: 1px solid #fff;
		opacity: .4;
		border-radius: 30px 0 30px 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

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

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

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

			.newpro_swiper .swiper-container .swiper-slide .nr_box {
				position: relative;
				overflow: hidden;
				padding: 4.16vw 4%;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.newpro_swiper .swiper-container .swiper-slide .imgbg {
				width: 49%;
			}

			.newpro_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 60%;
				position: relative;
				overflow: hidden;
				border-radius: 30px 0 30px 0;
			}

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

			.newpro_swiper .swiper-container .swiper-slide .txtbg {
				width: 40%;
			}

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

				.newpro_swiper .swiper-container .swiper-slide .txt .h2 {
					font-size: 28px;
					line-height: 38px;
					margin-bottom: 15px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}

				.newpro_swiper .swiper-container .swiper-slide .txt .h3 {
					font-size: 16px;
					line-height: 26px;
					margin-bottom: 50px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 4;
					-webkit-box-orient: vertical;
				}

	.newpro_swiper .swiper-pagination {
		width: 100%;
		bottom: 0;
		height: 12px;
		display: none;
	}

		.newpro_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			width: 12px;
			height: 12px;
			margin: 0 4px;
			background: #000;
			opacity: .2;
			transition: all .3s ease;
		}

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

	.newpro_swiper .swiper-button {
		height: 70px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		border-radius: 30px 0 30px 0;
		overflow: hidden;
	}

	.newpro_swiper .swiper-button-prev, .newpro_swiper .swiper-button-next {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin: 0;
		border-radius: 0;
		background: rgba(255,255,255,.3);
		color: #fff;
		font-size: 30px;
		transition: all .3s ease;
		position: static;
		float: left;
	}

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

	.newpro_swiper .swiper-button-prev {
		left: 20px;
	}

	.newpro_swiper .swiper-button-next {
		right: 20px;
	}

@media(max-width:999px) {
	.more1 span {
		border: 2px solid #fff;
		font-size: 14px;
		line-height: 40px;
		width: 136px;
	}

	.con03bg {
		padding: 40px 0;
	}

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

	.newpro_swiper {
		padding-bottom: 20px;
		position: relative;
	}

		.newpro_swiper .swiper-container .swiper-slide .nr_box {
			padding: 4.16vw 5%;
			display: block;
		}

		.newpro_swiper .swiper-container .swiper-slide .imgbg {
			width: 100%;
		}

		.newpro_swiper .swiper-container .swiper-slide .txtbg {
			width: 100%;
		}

		.newpro_swiper .swiper-container .swiper-slide .txt .h2 {
			font-size: 16px;
			line-height: 26px;
			margin-bottom: 10px;
		}

		.newpro_swiper .swiper-container .swiper-slide .txt .h3 {
			font-size: 14px;
			line-height: 24px;
			margin-bottom: 25px;
		}

		.newpro_swiper .swiper-pagination {
			bottom: 0;
			height: 10px;
		}

			.newpro_swiper .swiper-pagination .swiper-pagination-bullet {
				width: 10px;
				height: 10px;
			}

		.newpro_swiper .swiper-button {
			height: 40px;
		}

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

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



.more2 {
}

	.more2 span {
		display: inline-block;
		text-align: center;
		border: 1px solid #fff;
		color: #fff;
		font-size: 14px;
		line-height: 44px;
		padding: 0 20px;
		min-width: 110px;
		transition: all .3s ease;
	}

		.more2 span:hover {
			background: linear-gradient(to right,rgba(255,102,0,.92),rgba(255,157,73.85));
			border-color: transparent;
		}

.con04bg {
}

.con04 {
}

	.con04 .list {
	}

.link_gallery {
	position: relative;
}

	.link_gallery:before {
		content: "";
		width: 100%;
		height: 150px;
		background: rgba(0,0,0,.5);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}

.link_gallery-top {
}

	.link_gallery-top .gallery-top {
	}

		.link_gallery-top .gallery-top .swiper-slide {
			position: relative;
		}

			.link_gallery-top .gallery-top .swiper-slide .img {
			}

				.link_gallery-top .gallery-top .swiper-slide .img img {
					display: block;
					width: 100%;
					height: 650px;
				}

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

			.link_gallery-top .gallery-top .swiper-slide .txt {
				color: #fff;
				max-width: 50%;
			}

				.link_gallery-top .gallery-top .swiper-slide .txt .h2 {
					font-size: 40px;
					line-height: 50px;
				}

				.link_gallery-top .gallery-top .swiper-slide .txt .line1 {
					width: 50px;
					height: 1px;
					background: #fff;
					margin-top: 20px;
					margin-bottom: 20px;
				}

				.link_gallery-top .gallery-top .swiper-slide .txt .h3 {
					font-size: 16px;
					line-height: 26px;
					margin-bottom: 30px;
				}

.link_gallery-thumbs {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

	.link_gallery-thumbs .gallery-thumbs {
	}

		.link_gallery-thumbs .gallery-thumbs .swiper-slide {
			cursor: pointer;
			text-align: center;
			padding: 20px 0;
		}

			.link_gallery-thumbs .gallery-thumbs .swiper-slide .img {
				height: 80px;
				position: relative;
			}

				.link_gallery-thumbs .gallery-thumbs .swiper-slide .img img {
					max-width: 100%;
					max-height: 100%;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto auto;
				}

			.link_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
				font-size: 16px;
				line-height: 20px;
				margin-top: 10px;
				color: #fff;
			}

			.link_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
				background: linear-gradient(to right,rgba(255,102,0,.92),rgba(255,157,73,.85));
			}

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

.link_gallery .swiper-button-prev {
}

.link_gallery .swiper-button-next {
}

@media(max-width:999px) {
	.more2 span {
		font-size: 14px;
		line-height: 38px;
		padding: 0 20px;
		min-width: 80px;
		border-radius: 40px;
	}

	.link_gallery:before {
		height: 110px;
	}

	.link_gallery-top .gallery-top .swiper-slide .img img {
		width: 100%;
		height: 250px;
	}

	.link_gallery-top .gallery-top .swiper-slide .txtbg {
		top: 50%;
	}

	.link_gallery-top .gallery-top .swiper-slide .txt {
		max-width: 100%;
	}

		.link_gallery-top .gallery-top .swiper-slide .txt .h2 {
			font-size: 20px;
			line-height: 24px;
		}

		.link_gallery-top .gallery-top .swiper-slide .txt .line1 {
			width: 20px;
			height: 1px;
			margin-top: 5px;
			margin-bottom: 10px;
		}

		.link_gallery-top .gallery-top .swiper-slide .txt .h3 {
			font-size: 13px;
			line-height: 17px;
			margin-bottom: 20px;
		}

	.link_gallery-thumbs {
		position: relative;
		left: auto;
		transform: translateX(0);
	}

		.link_gallery-thumbs .gallery-thumbs .swiper-slide {
			padding: 20px 0;
		}

			.link_gallery-thumbs .gallery-thumbs .swiper-slide .img {
				height: 40px;
			}

			.link_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
				font-size: 13px;
				line-height: 20px;
				margin-top: 10px;
			}
}


.con05bg {
	padding: 100px 0 120px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

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

.con05_lt {
}

	.con05_lt .h2 {
		font-size: 20px;
	}

		.con05_lt .h2 span {
			color: var(--primary-color);
			font-size: 48px;
		}

.con05_rt {
	width: 50%;
}

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

		.con05_rt ul li {
			width: 32%;
		}

			.con05_rt ul li a {
				display: block;
				font-size: 16px;
				line-height: 46px;
				border: 1px solid var(--primary-color);
				color: var(--primary-color);
				border-radius: 50px;
				font-weight: bold;
				padding: 0 40px 0 20px;
				transition: all .3s ease;
				position: relative;
			}

				.con05_rt ul li a:hover {
					padding-left: 30px;
					background: var(--primary-color);
					color: #fff;
				}

				.con05_rt ul li a i {
					position: absolute;
					right: 20px;
					top: 50%;
					transform: translateY(-50%);
				}

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

	.con05 {
		display: block;
	}

	.con05_lt .h2 {
		font-size: 14px;
		text-align: center;
	}

		.con05_lt .h2 span {
			font-size: 30px;
		}

	.con05_rt {
		width: 100%;
	}

		.con05_rt ul {
			display: block;
		}

			.con05_rt ul li {
				width: 100%;
				margin-top: 10px;
			}

				.con05_rt ul li a {
					font-size: 16px;
					line-height: 46px;
					padding: 0 40px 0 20px;
				}

					.con05_rt ul li a:hover {
						padding-left: 30px;
					}

					.con05_rt ul li a i {
						right: 20px;
					}
}


.con06bg {
	padding: 80px 0;
}

.con06 {
}

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

		.con06 .list ul li {
			float: left;
			width: 30%;
			margin: 0 0 20px 5%;
			border-top: 1px solid #ededed;
			position: relative;
			padding-top: 25px;
		}

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

			.con06 .list ul li:before {
				content: "";
				width: 0;
				height: 1px;
				background: var(--primary-color);
				position: absolute;
				left: 0;
				top: -1px;
				transition: all .3s ease;
			}

			.con06 .list ul li:hover:before {
				width: 100%;
			}

			.con06 .list ul li a {
				color: #666;
			}

			.con06 .list ul li .h2 {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 10px;
			}

			.con06 .list ul li .h3 {
				font-size: 20px;
				line-height: 30px;
				font-weight: bold;
				color: #333;
				margin-bottom: 15px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.con06 .list ul li:hover .h3 {
				color: var(--primary-color);
			}

			.con06 .list ul li .h4 {
				font-size: 16px;
				line-height: 26px;
				margin-bottom: 30px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}

			.con06 .list ul li .h5 {
				font-size: 14px;
				line-height: 24px;
				color: #999;
				text-transform: uppercase;
				margin-top: 30px;
			}

			.con06 .list ul li:hover .h5 {
				color: var(--primary-color);
			}

			.con06 .list ul li .h5 i {
				margin-left: 10px;
			}

			.con06 .list ul li .img {
				padding-bottom: 55%;
				position: relative;
				overflow: hidden;
			}

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

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

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

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

		.con06 .list ul li {
			width: 100%;
			margin: 0 0 20px 0;
			padding-top: 15px;
		}

			.con06 .list ul li .h2 {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 5px;
			}

			.con06 .list ul li .h3 {
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 10px;
			}

			.con06 .list ul li .h4 {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 15px;
			}

			.con06 .list ul li .h5 {
				font-size: 14px;
				line-height: 24px;
				margin-top: 15px;
			}
}



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

	.foot a {
		color: #999;
	}

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

.foot1bg {
	padding: 60px 0;
}

.foot1 {
	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: flex-start;
	align-items: flex-start;
}

	.foot1 .lt {
		max-width: 69%;
	}

.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: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

	.foot .f_nav dl {
		margin-right: 5.2vw;
	}

		.foot .f_nav dl dt {
			font-size: 18px;
			line-height: 28px;
			color: #fff;
			margin-bottom: 20px;
		}

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

.foot1 .rt {
	width: 26%;
	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: flex-start;
	align-items: flex-start;
}

.foot .f_ewm {
	width: 140px;
	text-align: center;
}

	.foot .f_ewm img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.foot .f_ewm span {
		display: block;
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

.foot .f_contact {
	width: calc(100% - 160px);
	font-size: 14px;
	line-height: 24px;
}

	.foot .f_contact .h2 {
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
	}

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

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

.foot2bg {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.1);
}

.foot2 {
	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: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.foot .f_info {
}

	.foot .f_info ul li {
	}

.foot2 a {
	display: inline-block;
}

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

	.foot1 {
		display: block;
	}

		.foot1 .lt {
			display: none;
		}

		.foot1 .rt {
			width: 100%;
			display: block;
		}

	.foot .f_ewm {
		display: none;
	}

	.foot .f_contact {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}

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

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

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

	.foot2bg {
		padding: 15px 0;
		border-top: 1px solid rgba(255,255,255,.1);
	}

	.foot2 {
		font-size: 12px;
		line-height: 22px;
		display: block;
	}
}



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

.inbanner {
	position: relative;
}

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

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

	.inbanner .txt {
		color: #fff;
	}

		.inbanner .txt .h2 {
			font-size: 46px;
			line-height: 56px;
			font-weight: bold;
		}

		.inbanner .txt .h3 {
			font-size: 36px;
			line-height: 46px;
			text-transform: uppercase;
			margin-top: 20px;
		}

.inbarbg {
	background: #f5f5f5;
}

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

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

	.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;
			padding: 0 .78vw;
		}

			.innav ul li:before {
				content: "";
				width: 1px;
				height: 15px;
				background: #ccc;
				position: absolute;
				left: 0;
				top: 50%;
				transform: translateY(-50%);
			}

			.innav ul li:nth-child(1):before {
				display: none;
			}

			.innav ul li a {
				display: block;
				padding: 0 1.56vw;
				position: relative;
			}

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

				.innav ul li a:before {
					content: "";
					width: 0;
					height: 3px;
					background: var(--primary-color);
					position: absolute;
					bottom: 0;
					left: 50%;
					transform: translateX(-50%);
					transition: all .3s ease;
				}

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

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

	.weizhi a {
		color: #999;
	}

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

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

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

	.inbar {
		display: block;
	}

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

		.innav ul {
			flex-wrap: wrap;
		}

			.innav ul li {
				padding: 0;
				width: 23%;
				margin: 1% 1%;
				text-align: center;
			}

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

				.innav ul li a {
					padding: 0;
				}

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

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

	.weizhi {
		display: none;
	}
}

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

.inside {
}

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

.side_a {
	background: #f5f5f5;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin-bottom: 30px;
}

	.side_a .h1 {
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		background: var(--primary-color);
		color: #fff;
		padding: 15px 10px;
		text-align: center;
	}

	.side_a > ul {
		padding: 0 15px;
	}

	.side_a ul li {
	}

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

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

	.side_a ul li span {
		display: block;
		padding: 15px 20px 15px 0;
		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: "\f105";
		font: normal normal normal 16px/1 FontAwesome;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center;
	}

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

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

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

	.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 20px;
		display: none;
	}

		.side_a ul li ul li {
		}

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

			.side_a ul li ul li a {
			}

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

.inside .tit2 {
	margin-bottom: 60px;
}

.inside_con {
}

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

	.inside_lt {
		width: 100%;
	}

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

	.inside .tit2 {
		margin-bottom: 20px;
	}

	.inside_con {
	}
}

.tit2 {
	text-align: center;
}

	.tit2 .h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.tit2 .h3 {
		font-size: 16px;
		line-height: 26px;
		color: #D3D3D3;
		margin-top: 5px;
	}

	.tit2 .line1 {
		height: 4px;
		margin-top: 10px;
		width: 100%;
		background: none;
	}

		.tit2 .line1 span {
			display: inline-block;
			vertical-align: top;
			width: 50px;
			height: 4px;
			background: var(--primary-color);
			position: relative;
		}

			.tit2 .line1 span:after {
				content: "";
				width: 6px;
				height: 6px;
				border-radius: 100%;
				background: var(--primary-color);
				position: absolute;
				top: -1px;
				right: -12px;
			}

@media(max-width:999px) {
	.tit2 {
		text-align: center;
	}

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

		.tit2 .h3 {
			font-size: 16px;
			line-height: 26px;
			margin-top: 0;
		}

		.tit2 .line1 {
			margin-top: 5px;
		}

			.tit2 .line1 span {
				width: 50px;
				height: 4px;
			}

				.tit2 .line1 span:after {
					width: 6px;
					height: 6px;
					top: -1px;
					right: -12px;
				}
}


.more3 {
}

	.more3 span {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		width: 120px;
		border-radius: 40px;
		border: 1px solid var(--primary-color);
		color: var(--primary-color);
		transition: all .3s ease;
	}

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

.job1 {
}

	.job1 ul li {
		border-bottom: 1px solid #dadada;
	}

		.job1 ul li:nth-child(2n) {
			background: #fcfcfc;
		}

		.job1 ul li:nth-child(1) {
			background: linear-gradient(to right,#f98209,#ffb950);
			color: #fff;
		}

		.job1 ul li table {
		}

			.job1 ul li table th {
				width: 18%;
				text-align: center;
				font-size: 18px;
				line-height: 28px;
				padding: 20px 20px;
				font-weight: bold;
			}

			.job1 ul li table td {
				width: 18%;
				text-align: center;
				font-size: 16px;
				line-height: 26px;
				padding: 20px 20px;
			}

			.job1 ul li table .w1 {
				width: 28%;
				text-align: left;
			}

			.job1 ul li table .w2 {
			}

			.job1 ul li table .w3 {
			}

			.job1 ul li table .w4 {
			}

			.job1 ul li table .w5 {
			}

		.job1 ul li .txt1 {
			cursor: pointer;
		}

			.job1 ul li .txt1 i {
				display: inline-block;
				color: var(--primary-color);
				text-align: center;
				font-style: normal;
				font-size: 20px;
			}

		.job1 ul li .txt2 {
			padding: 15px 20px 40px 20px;
			border-top: 1px solid #e6e6e6;
			background: #eee;
			font-size: 14px;
			line-height: 24px;
			display: none;
		}

			.job1 ul li .txt2 .box1 {
				padding: 15px 0;
				border-bottom: 1px solid #fff;
				display: flex;
				justify-content: flex-start;
				align-items: flex-start;
				flex-wrap: wrap;
			}

				.job1 ul li .txt2 .box1 span {
					width: 33.33%;
					margin: 5px 0;
				}

			.job1 ul li .txt2 .box2 {
				padding: 15px 0;
			}

@media(max-width:999px) {
	.job1 ul li table th {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 10px;
	}

	.job1 ul li table td {
		font-size: 12px;
		line-height: 22px;
		padding: 10px 10px;
	}

	.job1 ul li table .w1 {
		width: 50%;
		text-align: left;
	}

	.job1 ul li table .w2 {
		display: none;
	}

	.job1 ul li table .w3 {
		display: none;
	}

	.job1 ul li table .w4 {
		width: 34%;
	}

	.job1 ul li table .w5 {
		width: 15%;
	}

	.job1 ul li .txt2 {
		padding: 10px 20px 40px 20px;
		font-size: 12px;
		line-height: 22px;
	}

		.job1 ul li .txt2 .box1 {
			padding: 10px 0;
		}

			.job1 ul li .txt2 .box1 span {
				width: 100%;
				margin: 5px 0;
			}

		.job1 ul li .txt2 .box2 {
			padding: 10px 0;
		}
}



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

.aboutus1 {
}

	.aboutus1 .list {
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

.aboutus1_lt {
	width: 49%;
}

	.aboutus1_lt .box1 {
	}

		.aboutus1_lt .box1 .h2 {
			font-size: 28px;
			line-height: 38px;
			font-weight: bold;
			border-bottom: 1px solid #e7e7e7;
			padding-bottom: 15px;
			margin-bottom: 25px;
		}

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

	.aboutus1_lt .box2 {
		margin-top: 30px;
	}

		.aboutus1_lt .box2 ul {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
		}

			.aboutus1_lt .box2 ul li {
				width: 33.33%;
			}

				.aboutus1_lt .box2 ul li .txt {
					border-left: 1px solid #ccc;
					padding: 0 5%;
				}

					.aboutus1_lt .box2 ul li .txt .h2 {
						font-size: 16px;
						color: #999;
					}

						.aboutus1_lt .box2 ul li .txt .h2 strong {
							font-size: 50px;
							font-weight: normal;
							color: var(--primary-color);
						}

						.aboutus1_lt .box2 ul li .txt .h2 span {
						}

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

.aboutus1_rt {
	width: 48%;
}

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

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

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

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

		.aboutus1_lt .box1 .h2 {
			font-size: 20px;
			line-height: 30px;
			padding-bottom: 0;
			border: none;
			margin-bottom: 10px;
		}

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

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

			.aboutus1_lt .box2 ul li {
				width: 33.33%;
			}

				.aboutus1_lt .box2 ul li .txt {
					padding: 0 5%;
				}

					.aboutus1_lt .box2 ul li .txt .h2 {
						font-size: 14px;
					}

						.aboutus1_lt .box2 ul li .txt .h2 strong {
							font-size: 30px;
						}

					.aboutus1_lt .box2 ul li .txt .h3 {
						font-size: 12px;
						line-height: 22px;
					}

	.aboutus1_rt {
		width: 100%;
	}
}

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

.aboutus2 {
}

	.aboutus2 .list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

.aboutus2_lt {
	width: 49%;
}

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

.aboutus2_rt {
	width: 48%;
}

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

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

	.aboutus2 .list {
		display: block;
	}

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

	.aboutus2_rt {
		width: 100%;
	}

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

.more4 {
}

	.more4 span {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 44px;
		padding: 0 20px;
		min-width: 110px;
		border-radius: 50px;
		border: 1px solid #fff;
		background: #fff;
		color: #333;
		transition: all .3s ease;
	}

		.more4 span:hover {
			background: transparent;
			color: #fff;
		}

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

.aboutus3 {
}

	.aboutus3 .list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

.aboutus3_lt {
	width: 46%;
}

	.aboutus3_lt img {
		display: block;
		max-width: 100%;
		float: right;
	}

.aboutus3_rt {
	width: 48%;
}

	.aboutus3_rt .txt {
		font-size: 16px;
		line-height: 26px;
		color: #fff;
		margin-bottom: 25px;
	}

@media(max-width:999px) {
	.more4 span {
		font-size: 14px;
		line-height: 44px;
		padding: 0 20px;
		min-width: 110px;
	}

	.aboutus3bg {
		padding: 60px 0;
	}

	.aboutus3 .list {
		display: block;
	}

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

		.aboutus3_lt img {
			max-width: 100%;
			float: none;
			margin: 0 auto;
		}

	.aboutus3_rt {
		width: 100%;
	}

		.aboutus3_rt .txt {
			font-size: 14px;
			line-height: 24px;
			margin-bottom: 15px;
		}
}

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

.aboutus4 {
}

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

		.aboutus4 .list ul li {
			float: left;
			width: calc((100% - 120px)/4);
			margin: 0 0 40px 40px;
			text-align: center;
		}

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

			.aboutus4 .list ul li .img {
				padding-bottom: 74%;
				position: relative;
				background: #fff;
				overflow: hidden;
			}

			.aboutus4 .list ul li:hover .img {
				background: #f6f6f6;
			}

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

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

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

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

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

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

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

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

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

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




.culture1 {
}

	.culture1 ul li {
		float: left;
		width: calc((100% - 120px)/4);
		margin: 0 0 40px 40px;
		background: #fff;
	}

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

		.culture1 ul li .nr_box {
			padding: 15px;
		}

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

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

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

			.culture1 ul li .txt .h2 {
				font-size: 26px;
				line-height: 36px;
				font-weight: bold;
				margin-bottom: 5px;
			}

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

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

@media(max-width:999px) {
	.culture1 ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}

		.culture1 ul li .nr_box {
			padding: 15px;
		}

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

			.culture1 ul li .txt .h2 {
				font-size: 24px;
				line-height: 34px;
				margin-bottom: 5px;
			}

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

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



.more5 {
}

	.more5 span {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 42px;
		border: 2px solid var(--primary-color);
		color: var(--primary-color);
		border-radius: 50px;
		width: 136px;
	}

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

.product1 {
}

	.product1 ul li {
		background: #f5f5f5;
		margin-bottom: 30px;
		transition: all .3s ease;
	}

		.product1 ul li:hover {
			background: linear-gradient(to right,#ef7b01,#ffbc00);
			box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
		}

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

		.product1 ul li:nth-child(2n) .nr_box {
			flex-direction: row-reverse;
		}

		.product1 ul li .imgbg {
			width: 36%;
			background: #fff;
		}

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

			.product1 ul li .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;
			}

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

		.product1 ul li .txtbg {
			width: 64%;
		}

		.product1 ul li .txt {
			padding: 0 5%;
			color: #666;
		}

		.product1 ul li:hover .txt {
			color: #fff;
		}

		.product1 ul li .txt .h2 {
			font-size: 24px;
			line-height: 34px;
			color: #333;
			margin-bottom: 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
		}

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

		.product1 ul li .txt .h3 {
			font-size: 16px;
			line-height: 26px;
			margin-bottom: 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
		}

		.product1 ul li:hover .more5 span {
			border-color: #fff;
			background: #fff;
			color: var(--primary-color);
		}

@media(max-width:999px) {
	.more5 span {
		font-size: 14px;
		line-height: 38px;
		width: 116px;
	}

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

		.product1 ul li .nr_box {
			display: block;
			padding: 15px;
		}

		.product1 ul li .imgbg {
			width: 100%;
		}

		.product1 ul li .txtbg {
			width: 100%;
		}

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

			.product1 ul li .txt .h2 {
				font-size: 16px;
				line-height: 26px;
				margin-bottom: 5px;
			}

			.product1 ul li .txt .h3 {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 10px;
				-webkit-line-clamp: 2;
			}
}


/* ===== 产品中心图片在上、文字在下、去掉叠压与多余留白 ===== */
.product_swiper .swiper-container .swiper-slide .nr_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.product_swiper .swiper-container .swiper-slide .imgbg {
    width: 100%;
}

.product_swiper .swiper-container .swiper-slide .img {
    position: relative;
    padding-bottom: 0;
    height: 360px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: #fff;
}

.product_swiper .swiper-container .swiper-slide .img img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    object-fit: cover;
    display: block;
}

.product_swiper .swiper-container .swiper-slide .txtbg {
    width: 100%;
    position: static;
    background: #fff;
}

.product_swiper .swiper-container .swiper-slide .txt {
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding: 18px 15px;
    margin: 0;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.product_swiper .swiper-container .swiper-slide .txt .h2 {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
}

@media(max-width:999px) {
    .product_swiper .swiper-container .swiper-slide .img {
        height: 260px;
    }

    .product_swiper .swiper-container .swiper-slide .txt {
        min-height: 60px;
        padding: 10px 12px;
    }
}
