/*common start*/
:root {
	--primary-color: #0869ad;
	--secondary-color: #fffdcc;
	--main-color: #0869ad;
	--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: 70%;
	margin: 0 auto;
	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:1450px) {
	.wapper1 {
		width: 80%;
	}
}

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


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

.head {
	height: 80px;
	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: 22%;
		height: 80px;
		position: relative;
	}

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

		.head .menu > ul {
		}

			.head .menu > ul > li {
				float: left;
				position: relative;
				background: url(../images/menu-li.png) left center no-repeat;
			}

				.head .menu > ul > li:nth-child(1) {
					background: none;
				}

				.head .menu > ul > li > a {
					color: #0869ae;
					display: block;
					font-size: 16px;
					font-weight: normal;
					position: relative;
					padding: 0 1.3vw;
				}

					.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a {
						color: #70c6d5;
						background: url(../images/menu-hover.png) bottom center no-repeat;
					}

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

					.head .menu > ul > li ul li {
						position: relative;
						border-bottom: 1px solid #eee;
					}

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

						.head .menu > ul > li ul li:last-child a {
							border-bottom: none;
						}

						.head .menu > ul > li ul li a:hover, .head .menu > ul > li > ul li:hover > a {
							color: 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: 80px;
}

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

	.head {
		height: 60px;
	}

		.head .logo {
			float: left;
			width: 50%;
			height: 60px;
			margin-right: 0;
		}

		.head .menu {
			display: none;
		}
}
/**/
.head .nav_open {
	width: 40px;
	height: 40px;
	background: var(--primary-color);
	cursor: pointer;
	display: none;
	position: relative;
}

	.head .nav_open i, .head .nav_open:before, .head .nav_open:after {
		width: 24px;
		height: 2px;
		background: #fff;
		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: 10px;
	}

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

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

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

	.head .nav_open.active: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.active > span:after {
		transform: rotate(180deg);
	}

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

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

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


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

	.banner_swiper .swiper-container .swiper-slide {
	}

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

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

	.banner_swiper .swiper-pagination .swiper-pagination-bullet {
		vertical-align: top;
		width: 10px;
		height: 10px;
		background: #000;
		opacity: .5;
	}

		.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
			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,.5);
	color: #fff;
	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: 1%;
}

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

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

	.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: 26px;
		line-height: 36px;
	}

		.tit1 .h2 span {
			display: inline-block;
			margin-right: 10px;
			font-family: "Times New Roman", Times, serif;
			font-size: 36px;
			color: var(--primary-color);
		}

		.tit1 .h2 strong {
			display: inline-block;
			font-weight: normal;
		}

.con01bg {
	padding: 60px 0;
}

.con01 {
}

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

		.con01 .list ul li {
			float: left;
			width: 17.5vw;
			margin: 0 0 .52vw .52vw;
			position: relative;
			overflow: hidden;
		}

			.con01 .list ul li .img {
				height: 17.5vw;
				position: relative;
				overflow: hidden;
			}

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

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

			.con01 .list ul li .txtbg {
				width: 100%;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				z-index: 3;
			}

			.con01 .list ul li .txt {
				color: #fff;
				text-align: center;
				padding: 0 5%;
			}

				.con01 .list ul li .txt .h2 {
					font-size: 28px;
					line-height: 38px;
					border-bottom: 1px solid #fff;
					margin-bottom: 5px;
				}

					.con01 .list ul li .txt .h2 span {
						padding-right: 25px;
						background: url(../images/anniu_03.png) right center no-repeat;
					}

				.con01 .list ul li .txt .h3 {
					font-size: 14px;
					line-height: 26px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					/*-webkit-line-clamp: 2;*/
					-webkit-box-orient: vertical;
				}

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

			.con01 .list ul li:nth-child(2) {
				width: calc(100% - 36.04vw);
			}

			.con01 .list ul li:nth-child(4) {
				margin-left: 0;
				width: calc(100% - 18.02vw);
			}

			.con01 .list ul li:nth-child(6) {
				margin-left: 0;
			}

			.con01 .list ul li:nth-child(7) {
				width: calc(100% - 18.04vw);
			}

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

		.tit1 .h2 span {
			display: block;
			margin-right: 0;
			font-size: 28px;
		}

	.con01bg {
		padding: 40px 0;
	}

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

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

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

			.con01 .list ul li .img {
				height: auto !important;
				padding-bottom: 100%;
			}

			.con01 .list ul li .txt .h2 {
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 5px;
			}

				.con01 .list ul li .txt .h2 span {
					padding-right: 25px;
				}

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


.tit2 {
}

	.tit2 .h2 {
		font-size: 26px;
		line-height: 36px;
	}

		.tit2 .h2 span {
			display: block;
			margin-right: 10px;
			font-family: "Times New Roman", Times, serif;
			font-size: 36px;
			color: #ffffff;
		}

		.tit2 .h2 strong {
			display: block;
			font-weight: normal;
		}

.more1 {
}

	.more1 a {
		display: inline-block;
		padding-right: 55px;
		background: url(../images/works_more.png) right center no-repeat;
	}

		.more1 a:hover {
			opacity: .9;
		}

	.more1 span {
		display: inline-block;
		padding-right: 10px;
		border-right: 1px dashed rgba(255,255,255,.7);
		color: #fff;
		font-size: 12px;
		line-height: 1em;
		text-align: right;
	}

		.more1 span em {
			display: block;
			font-style: normal;
			color: rgba(255,255,255,.5);
		}

		.more1 span strong {
			display: block;
			font-size: 24px;
			line-height: 1em;
		}

		.more1 span b {
			display: block;
			color: #ffffff;
		}

.con02bg {
	padding: 120px 0 180px 0;
	background: #222;
}

.con02 {
	color: #fff;
}

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

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

.work_swiper {
	position: relative;
}

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

		.work_swiper .swiper-container .swiper-slide {
		}

			.work_swiper .swiper-container .swiper-slide .nr_box {
				position: relative;
			}

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

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

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

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

			.work_swiper .swiper-container .swiper-slide:hover .img:before {
				opacity: 0;
				visibility: hidden;
			}

			.work_swiper .swiper-container .swiper-slide .img:after {
				content: "";
				width: 100%;
				height: 100%;
				background: url(../images/works_ahover.png) center no-repeat;
				position: absolute;
				top: -100%;
				left: 0;
				transition: all .3s ease;
				z-index: 3;
			}

			.work_swiper .swiper-container .swiper-slide:hover .img:after {
				top: 0;
			}

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

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

				.work_swiper .swiper-container .swiper-slide .txt .h2 {
					font-size: 20px;
					line-height: 30px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
				}

	.work_swiper .swiper-pagination {
		bottom: 20px;
		height: 10px;
		display: none;
	}

		.work_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			width: 10px;
			height: 10px;
			background: #000;
			opacity: .5;
		}

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

	.work_swiper .swiper-button-prev, .work_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,.5);
		color: #fff;
		font-size: 30px;
		transition: all .3s ease;
	}

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

	.work_swiper .swiper-button-prev {
		left: 0%;
	}

	.work_swiper .swiper-button-next {
		right: 0%;
	}

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

		.tit2 .h2 span {
			margin-right: 0;
			font-size: 28px;
		}

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

	.con02_top {
		display: block;
	}

		.con02_top .more1 {
			display: none;
		}

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

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

		.work_swiper .swiper-container .swiper-slide .txt .h2 {
			font-size: 18px;
			line-height: 28px;
		}

	.work_swiper .swiper-pagination {
		bottom: 10px;
	}

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


.con03bg {
}

.con03 {
}

	.con03 .list {
		margin-top: -8vw;
	}

		.con03 .list img {
			display: block;
			width: 100%;
		}

@media(max-width:999px) {
	.con03 .list {
		margin-top: -10vw;
	}
}


.more2 {
}

	.more2 span {
		display: inline-block;
		padding: 5px 20px;
		font-size: 18px;
		line-height: 1em;
		background: var(--primary-color);
		color: #fff;
	}

		.more2 span:hover {
			opacity: .9;
		}

		.more2 span strong {
			display: block;
			font-weight: normal;
		}

		.more2 span b {
			display: block;
			font-weight: normal;
		}

.more3 {
}

	.more3 span {
		display: inline-block;
		text-align: center;
		font-size: 12px;
		line-height: 32px;
		width: 100px;
		background: var(--primary-color);
		color: #fff;
	}

		.more3 span:hover {
			opacity: .9;
		}

		.more3 span i {
			margin-left: 5px;
		}

.con04bg {
	padding: 60px 0;
}

.con04 {
}

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

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

	.con04 .list ul li {
		float: left;
		width: 47%;
		margin: 0 0 20px 6%;
	}

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

		.con04 .list ul li .nr_box {
			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;
		}

		.con04 .list ul li .imgbg {
			width: 22%;
		}

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

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

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

		.con04 .list ul li .txtbg {
			width: 73%;
		}

		.con04 .list ul li .txt {
			color: #666;
		}

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

				.con04 .list ul li .txt .h2 strong {
					font-weight: normal;
					color: var(--primary-color);
					font-size: 16px;
					margin-right: 10px;
				}

				.con04 .list ul li .txt .h2 span {
					opacity: .5;
				}

			.con04 .list ul li .txt .h3 {
				font-size: 13px;
				line-height: 23px;
				margin-bottom: 10px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
			}

@media(max-width:999px) {
	.more2 span {
		padding: 5px 20px;
		font-size: 18px;
		line-height: 1em;
	}

	.con04bg {
		padding: 40px 0;
	}

	.con04_top {
		display: block;
	}

		.con04_top .more2 {
			display: none;
		}

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

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

			.con04 .list ul li .imgbg {
				width: 28%;
			}

			.con04 .list ul li .txtbg {
				width: 70%;
			}

			.con04 .list ul li .txt .h2 {
				font-size: 13px;
				line-height: 18px;
				margin-bottom: 5px;
			}

				.con04 .list ul li .txt .h2 strong {
					font-size: 14px;
					margin-right: 5px;
				}

			.con04 .list ul li .txt .h3 {
				font-size: 12px;
				line-height: 16px;
				margin-bottom: 5px;
				-webkit-line-clamp: 2;
			}
}


.con05bg {
	padding: 60px 0;
	background: #222;
}

.con05 {
	color: #fff;
}

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

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

	.con05 .list ul li {
		float: left;
		width: 32%;
		margin: 0 0 20px 2%;
	}

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

		.con05 .list ul li .nr_box {
		}

		.con05 .list ul li .img {
			padding-bottom: 48%;
			position: relative;
			overflow: hidden;
			border: 3px solid #757575;
		}

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

		.con05 .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;
			z-index: 1;
		}

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

		.con05 .list ul li .img:after {
			content: "";
			width: 100%;
			height: 100%;
			background: url(../images/works_ahover.png) center no-repeat;
			position: absolute;
			top: -100%;
			left: 0;
			transition: all .3s ease;
			z-index: 3;
		}

		.con05 .list ul li:hover .img:after {
			top: 0;
		}

		.con05 .list ul li .txt {
			color: #fff;
			margin-top: 15px;
		}

			.con05 .list ul li .txt .h2 {
				font-size: 20px;
				line-height: 30px;
				margin-bottom: 5px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.con05 .list ul li .txt .h3 {
				font-size: 14px;
				line-height: 24px;
				opacity: .7;
				border-top: 3px solid #aaa;
				padding-top: 5px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
			}

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

	.con05_top {
		display: block;
	}

		.con05_top .more1 {
			display: none;
		}

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

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

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

				.con05 .list ul li .txt .h2 {
					font-size: 18px;
					line-height: 28px;
					margin-bottom: 5px;
				}

				.con05 .list ul li .txt .h3 {
					font-size: 14px;
					line-height: 24px;
					padding-top: 5px;
				}
}


.con06bg {
	padding: 60px 0;
}

.con06 {
}

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

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

	.con06 .list ul li {
		padding: 25px 0;
		border-bottom: 1px dashed #D2D2D2;
	}

		.con06 .list ul li .nr_box {
			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;
		}

		.con06 .list ul li .imgbg {
			width: 30%;
		}

		.con06 .list ul li .img {
			padding-bottom: 50%;
			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;
				z-index: 1;
			}

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

		.con06 .list ul li .txtbg {
			width: 66%;
		}

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

			.con06 .list ul li .txt .h2 {
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 5px;
				color: #333;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

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

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

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

	.con06_top {
		display: block;
	}

		.con06_top .more2 {
			display: none;
		}

	.con06 .list {
		margin-top: 0;
	}

		.con06 .list ul li {
			padding: 20px 0;
		}

			.con06 .list ul li .imgbg {
				width: 30%;
			}

			.con06 .list ul li .txtbg {
				width: 68%;
			}

			.con06 .list ul li .txt .h2 {
				font-size: 16px;
				line-height: 20px;
				margin-bottom: 5px;
			}

			.con06 .list ul li .txt .h3 {
				font-size: 12px;
				line-height: 18px;
				-webkit-line-clamp: 2;
			}
}


.tips1 {
	font-size: 18px;
	line-height: 28px;
	margin-top: 10px;
}

.con07bg {
	padding: 60px 0;
	background: var(--primary-color);
}

.con07 {
	color: #fff;
}

	.con07 .tit1 .h2 span {
		color: #fff;
	}

	.con07 .tit1 .h2 strong {
		color: #fff;
		font-weight: bold;
	}

.con07_lt {
	float: left;
	width: 46%;
}

.con07_top { /*
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;*/
}

.con07 .list1 {
	margin-top: 40px;
	font-size: 18px;
	line-height: 38px;
}

	.con07 .list1 .lt {
	}

	.con07 .list1 ul li { /* float:left; width:50%;*/
		position: relative;
		margin-bottom: 20px;
	}

		.con07 .list1 ul li i {
			display: inline-block;
			vertical-align: top;
			width: 38px;
			height: 38px;
			position: relative;
			margin-right: 10px;
		}

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

		.con07 .list1 ul li span {
		}

		.con07 .list1 ul li a {
			color: #fff;
		}

.con07_rt {
	float: right;
	width: 50%;
}

.con07 img, .con07 iframe {
	max-width: 100%;
}

@media(max-width:999px) {
	.tips1 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.con07bg {
		padding: 40px 0;
	}

	.con07_lt {
		width: 100%;
	}

	.con07 .list1 {
		margin-top: 20px;
		font-size: 18px;
		line-height: 38px;
	}

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

			.con07 .list1 ul li i {
				margin-right: 10px;
			}

	.con07_rt {
		width: 100%;
	}
}



.footbg {
	background: #000;
	padding: 20px 0;
}

.foot {
	color: #999;
	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 a {
		color: #999
	}

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

	.foot .lt {
		max-width: 100%;
	}

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

	.foot .rt {
	}

	.foot .f_logo {
	}

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

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

		.foot .lt {
			max-width: 100%;
		}

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



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

.inbanner {
}

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

.inbar {
}

.innav {
	border: 1px solid #ddd;
	padding: 9px 0;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}

	.innav ul li {
		display: inline-block;
		text-align: center;
		margin: 0 10px;
		min-width: 100px;
	}

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

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

.inbar {
}

.weizhi {
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
}

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

.inside {
}

.inside_lt {
	float: left;
	width: 240px;
}

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

	.side_a .h1 {
		font-weight: bold;
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		background: var(--primary-color);
		padding: 15px 15px;
		margin-bottom: 10px;
	}

	.side_a ul {
	}

		.side_a ul li {
		}

	.side_a > ul > li {
	}

	.side_a ul li span {
		display: block;
		padding: 5px 20px 5px 15px;
		position: relative;
		cursor: pointer;
	}

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

	.side_a ul li.active > span {
	}

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

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

	.side_a ul li.has_sub.active > span:after {
		content: "\f106";
	}

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

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

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

		.side_a ul li ul li a {
		}

.inside_rt {
	float: right;
	width: calc(100% - 280px);
}

.inside_con {
	margin-top: 20px;
}

@media(max-width:999px) {
	.weizhi {
		font-size: 12px;
		line-height: 22px;
	}

	.insidebg {
		padding: 20px 0 40px 0;
	}

	.inside_lt {
		display: none;
	}

	.inside_rt {
		width: 100%;
	}
}
