/*common start*/
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: 16px;
	font-family:'';
	color: #333;
	overflow-x: hidden;
}

a {
	color: #666;
}

	a:hover {
		color: #0c40a6;
		text-decoration: none;
	}

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

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

.wapper1 {
	width: 1200px;
	margin: 0 auto;
}

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%;
	}
}
/*common end*/


.headbg {
	width: 100%;
	background: #fff;
	box-shadow: rgba(43, 52, 69, 0.1) 0px 4px 16px;
	position: fixed;
	z-index: 55;
	top: 0;
}

.head {
	height: 90px;
}

	.head .logo {
		float: left;
		width: 29%;
		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;
		}
/*menu*/
.menu {
	height: 90px;
	line-height: 90px;
	float: right;
}

	.menu > ul > li {
		float: left;
		position: relative;
	}

		.menu > ul > li > a {
			display: block;
			text-align: center;
			color: #333;
			font-size: 16px;
			padding: 0 15px;
		}

			.menu > ul > li > a:hover, .menu > ul > li:hover > a {
				color: #0c40a6;
			}

	.menu ul li ul {
		width: 160px;
		background: #fff;
		box-shadow: 0px 0px 5px rgba(0,0,0,.1);
		z-index: 5;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%,10%);
		padding: 10px 0;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}

	.menu ul li:hover > ul {
		transform: translate(-50%,0);
		opacity: 1;
		visibility: visible;
	}

	.menu ul li ul li {
		line-height: 24px;
		position: relative;
	}

		.menu ul li ul li a {
			display: block;
			text-align: center;
			color: #666;
			font-size: 14px;
			padding: 10px 5px;
		}

			.menu ul li ul li a:hover, .menu ul li ul li:hover > a {
				color: #0c40a6;
			}

		.menu ul li ul li ul {
			width: 100%;
			top: 0;
			left: 100%;
			transform: translate(10%,0);
		}

		.menu ul li ul li:hover ul {
			transform: translate(0,0);
		}
/**/
.head_mbg {
	width: 100%;
	background: #fff;
	box-shadow: rgba(43, 52, 69, 0.1) 0px 4px 16px;
	position: fixed;
	z-index: 55;
	top: 0;
	left: 0;
	display: none;
}

.head_m {
	height: 50px;
	position: relative;
}

	.head_m .logo {
		float: left;
		width: 50%;
		height: 50px;
		position: relative;
		margin-left: 5%;
	}

		.head_m .logo img {
			max-width: 100%;
			max-height: 90%;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto 0;
		}
/**/
.nav_open {
	width: 30px;
	height: 30px;
	background: url(../images/nav_open.png) center no-repeat;
	cursor: pointer;
	float: right;
	margin: 10px 5% 0 0;
}

	.nav_open.active {
		background-image: url(../images/nav_close.png);
	}

	.nav_open i {
	}

		.nav_open i.fa-close {
			display: none;
		}

	.nav_open.active i.fa-navicon {
		display: none;
	}

	.nav_open.active i.fa-close {
		display: inline-block;
	}

.nav_box {
	width: 100%;
	height: calc(100% - 86px);
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 666;
	display: none;
}

.nav_close1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

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

.nav_close2 {
	display: none;
}

.nav {
	padding: 0px 5% 0 5%;
	position: relative;
}

.nav_list {
	height: calc(100vh - 86px);
	overflow-Y: auto;
}

.tree {
}

.tree_box {
	border-bottom: 1px #ddd solid;
	padding: 0;
}

	.tree_box h3 {
		font-weight: normal;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		margin: 0;
		position: relative;
		padding: 0 35px 0 0;
	}

		.tree_box h3 a {
			color: #333;
			position: relative;
			z-index: 10;
		}

			.tree_box h3 a:hover {
				color: #0c40a6;
			}

		.tree_box h3 span {
			font-size: 20px;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			text-align: right;
		}

			.tree_box h3 span i {
				width: 34px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				border-left: 1px solid #ddd;
				position: absolute;
				top: 5px;
				right: 0;
			}

				.tree_box h3 span i:before {
					display: inline-block;
				}

	.tree_box.active h3 span i:before {
		transform: rotate(90deg);
		color: #0c40a6;
	}

.tree_one {
	display: none;
	overflow: hidden;
	padding: 0 0 0 20px;
}

	.tree_one li {
		border-top: 1px solid #ddd;
	}

	.tree_one h4 {
		font-weight: normal;
		font-size: 12px;
		position: relative;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
	}

		.tree_one h4 a {
			color: #666;
			position: relative;
			z-index: 10;
		}

			.tree_one h4 a:hover {
				color: #0c40a6;
			}

.tree_two {
	display: none;
	overflow: hidden;
}

.h_height {
	height: 90px;
}

@media(max-width:999px) {
	.headbg {
		display: none;
	}

	.head_mbg {
		display: block;
	}

	.h_height {
		height: 50px;
	}
}


.banner_box {
	position: relative;
}

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

	.banner_swiper .swiper-container .swiper-slide {
		/* Center slide text vertically */
		/*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: center;
align-items: center;*/
	}

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

	.banner_swiper .swiper-container .swiper-pagination {
		display: none;
	}

		.banner_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			background: #000;
			opacity: .5;
		}

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

	.banner_swiper .swiper-container .swiper-button {
		position: absolute;
		right: 50%;
		margin-right: -600px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}

	.banner_swiper .swiper-container .swiper-button-prev, .banner_swiper .swiper-container .swiper-button-next {
		margin: 0;
		position: static;
		width: 38px;
		height: 38px;
		border-radius: 100%;
		border: 1px solid #fff;
		background-color: rgba(125, 125, 120, .1);
		background-size: 8px 16px;
	}

		.banner_swiper .swiper-container .swiper-button-prev:hover, .banner_swiper .swiper-container .swiper-button-next:hover {
			background-color: #0c40a6;
			border-color: #0c40a6;
		}

	.banner_swiper .swiper-container .swiper-button-prev {
		transform: rotate(90deg);
		margin-bottom: 30px;
	}

	.banner_swiper .swiper-container .swiper-button-next {
		transform: rotate(90deg);
		margin-top: 30px;
	}

@media(max-width:999px) {
	.banner_swiper .swiper-container .swiper-pagination {
		display: block;
	}

	.banner_swiper .swiper-container .swiper-button {
		position: static;
		margin: 0 !important;
		transform: none !important;
	}

	.banner_swiper .swiper-container .swiper-button-prev, .banner_swiper .swiper-container .swiper-button-next {
		border: none;
		background-color: transparent !important;
		background-size: 8px 16px;
		transform: none !important;
		margin: -20px 0 0 0 !important;
		position: absolute;
		top: 50%;
	}
}


.con01bg {
	position: absolute;
	bottom: 20px;
	right: 50%;
	margin-right: -600px;
	z-index: 2;
}

.con01 {
}

	.con01 .list {
	}

		.con01 .list ul li {
			float: left;
			margin: 0 0 0 30px;
		}

			.con01 .list ul li .txt {
				color: #fff;
			}

				.con01 .list ul li .txt .h2 {
					font-size: 16px;
					line-height: 26px;
					opacity: .7;
					margin-bottom: 15px;
				}

				.con01 .list ul li .txt .h3 {
					font-size: 16px;
					line-height: 20px;
					display: inline-block;
					position: relative;
				}

					.con01 .list ul li .txt .h3 strong {
						display: inline-block;
						padding-right: 5px;
						font-size: 48px;
						line-height: 48px;
						font-weight: normal;
					}

					.con01 .list ul li .txt .h3 sup {
						position: absolute;
						left: 100%;
						top: 0;
					}

					.con01 .list ul li .txt .h3 sub {
						position: absolute;
						left: 100%;
						bottom: 5px;
					}

@media(max-width:999px) {
	.con01bg {
		position: static;
		margin-right: 0;
		background: #000;
		padding: 10px 0;
	}

	.con01 .list ul li {
		float: left;
		width: 50%;
		margin: 10px 0 10px 0;
		text-align: center;
	}

		.con01 .list ul li .txt {
			color: #fff;
		}

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

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

				.con01 .list ul li .txt .h3 strong {
					padding-right: 5px;
					font-size: 20px;
					line-height: 20px;
				}

				.con01 .list ul li .txt .h3 sup {
					top: -5px;
				}

				.con01 .list ul li .txt .h3 sub {
					bottom: 0;
					font-size: 12px;
					line-height: 12px;
				}
}


.tit1 {
	text-align: center;
}

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

	.tit1 .line1 {
		height: 9px;
		background: url(../images/tit-dixiayangshi.png) center no-repeat;
		margin-top: 10px;
	}

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

.con02bg {
	padding: 60px 0;
}

.con022bg {
	padding: 20px 0;
}

.con02 {
}

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

		.con02 .list ul li {
			float: left;
			width: calc((100% - 80px)/2);
			margin: 0 0 20px 20px;
			text-align: center;
		}

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

			.con02 .list ul li .nr_box {
			}

			.con02 .list ul li .img {
				height: 90px;
				position: relative;
			}

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

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

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

				.con02 .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;
					width: 60%;
					margin: 0 auto;
				}

	.con02 .bg {
		text-align: center;
	}

		.con02 .bg img {
			max-width: 100%;
		}

.con022bg {
	padding: 20px 0;
}

.con022 {
}

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

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

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

			.con022 .list ul li .nr_box {
			}

			.con022 .list ul li .img {
				height: 90px;
				position: relative;
			}

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

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

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

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

	.con022 .bg {
		text-align: center;
	}

		.con022 .bg img {
			max-width: 100%;
		}

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

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

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

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

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

		.con02 .list ul li {
			float: left;
			width: calc((100% - 20px)/2);
			margin: 0 0 30px 20px;
		}

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

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

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

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

				.con02 .list ul li .txt .h3 {
					font-size: 14px;
					line-height: 24px;
					-webkit-line-clamp: 2;
				}

	.con02 .bg {
		display: none;
	}

	.con022bg {
		padding: 60px 0 30px 0;
	}

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

		.con022 .list ul li {
			float: left;
			width: calc((100% - 20px)/2);
			margin: 0 0 30px 20px;
		}

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

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

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

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

				.con022 .list ul li .txt .h3 {
					font-size: 14px;
					line-height: 24px;
					-webkit-line-clamp: 2;
				}

	.con022 .bg {
		display: none;
	}
}


.more1 {
}

	.more1 span {
		display: inline-block;
		text-align: center;
		background: url(../images/chakan.png) center no-repeat;
		width: 145px;
		line-height: 40px;
		color: #fff;
		font-size: 14px;
	}

		.more1 span:hover {
		}

.con03bg {
	padding: 60px 0;
	background: #eee;
}

.con03 {
}

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

.yewu_swiper .swiper-container {
	width: 100%;
	padding-bottom: 80px;
}

	.yewu_swiper .swiper-container .swiper-slide {
		position: relative;
		overflow: hidden;
	}

		.yewu_swiper .swiper-container .swiper-slide .img {
			padding-bottom: 76%;
			position: relative;
		}

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

		.yewu_swiper .swiper-container .swiper-slide .txtbg {
			width: 100%;
			height: 100%;
			background: rgba(221,182,87,.7);
			position: absolute;
			top: 100%;
			left: 0;
			transition: all .3s ease;
			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: center;
			align-items: center;
		}

		.yewu_swiper .swiper-container .swiper-slide:hover .txtbg {
			top: 0;
		}

		.yewu_swiper .swiper-container .swiper-slide .txt {
			width: 90%;
			color: #fff;
			text-align: center;
			padding: 0 5%;
		}

			.yewu_swiper .swiper-container .swiper-slide .txt .h2 {
				font-size: 18px;
				line-height: 28px;
				font-weight: bold;
				margin-bottom: 10px;
			}

			.yewu_swiper .swiper-container .swiper-slide .txt .h3 {
				font-size: 13px;
				line-height: 23px;
				margin-bottom: 15px;
			}

	.yewu_swiper .swiper-container .swiper-pagination {
		display: none;
	}

		.yewu_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
		}

			.yewu_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
			}

	.yewu_swiper .swiper-container .swiper-button {
		width: 245px;
		height: 40px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}

		.yewu_swiper .swiper-container .swiper-button .more1 {
			float: left;
			margin: 0 10px;
		}

	.yewu_swiper .swiper-container .swiper-button-prev, .yewu_swiper .swiper-container .swiper-button-next {
		margin: 0;
		position: static;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		float: left;
	}

	.yewu_swiper .swiper-container .swiper-button-prev {
		background: url(../images/zuo.png) center no-repeat;
	}

	.yewu_swiper .swiper-container .swiper-button-next {
		background: url(../images/you.png) center no-repeat;
	}

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


.con04bg {
	padding: 60px 0;
}

.con04 {
}

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

		.con04 .list ul li {
			float: left;
			width: calc((100% - 60px)/4);
			margin: 0 0 20px 20px;
			position: relative;
		}

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

			.con04 .list ul li .nr_box {
			}

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

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

			.con04 .list ul li .txtbg {
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,.7);
				position: absolute;
				top: 0;
				left: 0;
				transition: all .3s ease;
				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: center;
				align-items: center;
			}

			.con04 .list ul li:hover .txtbg {
				background: rgba(62,114,184,.4);
			}

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

				.con04 .list ul li .txt .ico {
					height: 65px;
					position: relative;
					margin-bottom: 25px;
				}

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

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

				.con04 .list ul li .txt .h3 {
					font-size: 16px;
					line-height: 26px;
					margin-bottom: 10px;
				}

				.con04 .list ul li .txt .word {
					height: 0;
					transform: translateY(10px);
					opacity: 0;
					visibility: hidden;
					transition: all .3s ease;
				}

			.con04 .list ul li:hover .txt .word {
				height: auto;
				transform: translateY(0);
				opacity: 1;
				visibility: visible;
			}

			.con04 .list ul li .txt .line1 {
				width: 2px;
				height: 20px;
				background: #fff;
				margin: 0 auto;
				margin-bottom: 10px;
			}

			.con04 .list ul li .txt .h4 {
				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) {
	.con04bg {
		padding: 60px 0 40px 0;
	}

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

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

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

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

			.con04 .list ul li .txt .ico {
				height: 40px;
				margin-bottom: 10px;
			}

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

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

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

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


.more2 {
	text-align: center;
}

	.more2 span {
		display: inline-block;
		width: 26px;
		height: 26px;
		background: url(../images/new-jiahao.png) center no-repeat;
	}

		.more2 span:hover {
			background-image: url(../images/new-jiahao-lan.png);
		}

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

.con05 {
}

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

		.con05 .list dl {
			float: left;
			width: calc((100% - 60px)/3);
			margin: 0 0 0 30px;
			background: #fff;
		}

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

			.con05 .list dl dt {
				position: relative;
			}

				.con05 .list dl dt .nr_box {
				}

				.con05 .list dl dt .img {
					padding-bottom: 58%;
					position: relative;
				}

					.con05 .list dl dt .img img {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						margin: auto auto;
					}

				.con05 .list dl dt .txtbg {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					transition: all .3s ease;
					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: center;
					align-items: center;
				}

				.con05 .list dl dt .txt {
					width: 90%;
					color: #fff;
					text-align: center;
				}

					.con05 .list dl dt .txt .ico {
						height: 60px;
						position: relative;
						margin-bottom: 10px;
					}

						.con05 .list dl dt .txt .ico img {
							max-width: 100%;
							max-height: 100%;
							position: absolute;
							top: 0;
							right: 0;
							bottom: 0;
							left: 0;
							margin: auto auto;
						}

					.con05 .list dl dt .txt .h2 {
						font-size: 20px;
						line-height: 30px;
					}

			.con05 .list dl dd {
				padding: 10px 0 0 0;
			}

				.con05 .list dl dd ul {
				}

					.con05 .list dl dd ul li {
						height: 40px;
						line-height: 40px;
						border-bottom: dashed 1px #cacaca;
						padding: 0 20px;
					}

						.con05 .list dl dd ul li a {
							float: left;
							width: 70%;
							height: 40px;
							padding-left: 12px;
							position: relative;
							font-size: 14px;
							overflow: hidden;
							text-overflow: ellipsis;
							display: -webkit-box;
							-webkit-line-clamp: 1;
							-webkit-box-orient: vertical;
						}

						.con05 .list dl dd ul li i {
							width: 8px;
							height: 100%;
							background: url(../images/heijia.jpg) center no-repeat;
							position: absolute;
							left: 0;
							top: 0;
						}

						.con05 .list dl dd ul li:hover i {
							background-image: url(../images/lanjia.jpg);
						}

						.con05 .list dl dd ul li span {
							float: right;
						}

				.con05 .list dl dd .more2 {
					margin: 20px 0;
				}

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

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

		.con05 .list dl {
			float: left;
			width: 100%;
			margin: 0 0 20px 0;
		}

			.con05 .list dl dt .txt .h2 {
				font-size: 14px;
				line-height: 24px;
			}

			.con05 .list dl dd ul li {
				height: 40px;
				line-height: 40px;
				border-bottom: dashed 1px #cacaca;
				padding: 0 20px;
			}

				.con05 .list dl dd ul li a {
					float: left;
					width: 70%;
					height: 40px;
					padding-left: 12px;
					position: relative;
					font-size: 14px;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
				}

				.con05 .list dl dd ul li i {
					width: 8px;
					height: 100%;
					background: url(../images/heijia.jpg) center no-repeat;
					position: absolute;
					left: 0;
					top: 0;
				}

				.con05 .list dl dd ul li:hover i {
					background-image: url(../images/lanjia.jpg);
				}

				.con05 .list dl dd ul li span {
					float: right;
				}
}


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

.con06 {
	color: #fff;
}

	.con06 .tit1 .line1 {
		height: 7px;
		background-image: url(../images/piaoju-xian.png);
	}

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

.con06_lt {
	float: left;
	width: 34%;
}

	.con06_lt .box1 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.con06_lt .box2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 40px;
	}

		.con06_lt .box2 .h2 {
			font-size: 16px;
			line-height: 26px;
			margin-bottom: 20px;
		}

		.con06_lt .box2 ul {
		}

			.con06_lt .box2 ul li {
				padding-left: 30px;
				position: relative;
				margin-top: 5px;
			}

				.con06_lt .box2 ul li i {
					width: 24px;
					height: 24px;
					position: absolute;
					top: 0;
					left: 0;
				}

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

	.con06_lt .box3 {
		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_lt .box3 .img {
			width: 120px;
			height: 120px;
			background: url(../images/erweima-bg.png) center no-repeat;
			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: center;
			align-items: center;
		}

			.con06_lt .box3 .img img {
				display: block;
				width: 100px;
				height: 100px;
			}

		.con06_lt .box3 .txt {
			width: calc(100% - 140px);
		}

			.con06_lt .box3 .txt .h2 {
				font-size: 16px;
				line-height: 26px;
			}

.con06_rt {
	float: right;
	width: 54%;
}

	.con06_rt ul li {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.con06_rt ul .li1 {
		width: 48%;
	}

	.con06_rt ul .li2 {
		width: 48%;
		float: right;
	}

	.con06_rt ul li .h2 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.con06_rt ul li .check_box {
		font-size: 14px;
		line-height: 24px;
	}

		.con06_rt ul li .check_box label {
			display: inline-block;
			margin: 0 15px 0 0;
		}

			.con06_rt ul li .check_box label input {
				width: 13px;
				height: 13px;
				margin-right: 10px;
				vertical-align: middle;
			}

	.con06_rt ul li .text1 {
		border: 1px solid #fff;
		background: none;
		height: 38px;
		line-height: 38px;
		border-radius: 4px;
		padding: 0 10px;
		width: calc(100% - 22px);
		color: #fff;
	}

	.con06_rt ul li .select1 {
		border: 1px solid #fff;
		background: none;
		height: 40px;
		line-height: 38px;
		border-radius: 4px;
		padding: 0 10px;
		width: 100%;
		color: #fff;
	}

		.con06_rt ul li .select1 option {
			color: #333;
		}

	.con06_rt ul li .button1 {
		border: 1px solid #fff;
		background: none;
		color: #fff;
		border-radius: 50px;
		height: 40px;
		line-height: 38px;
		width: 150px;
		cursor: pointer;
		display: block;
		float: right;
	}

	.con06_rt input::-webkit-input-placeholder, .con06_rt textarea::-webkit-input-placeholder {
		color: #fff;
	}

	.con06_rt input:-moz-placeholder, .con06_rt textarea:-moz-placeholder {
		color: #fff;
	}

	.con06_rt input::-moz-placeholder, .con06_rt textarea::-moz-placeholder {
		color: #fff;
	}

	.con06_rt input:-ms-input-placeholder, .con06_rt textarea:-ms-input-placeholder {
		color: #fff;
	}

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

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

	.con06_lt {
		display: none;
	}

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

		.con06_rt ul li {
			float: left;
			width: 100% !important;
			margin-bottom: 20px;
		}

			.con06_rt ul li .button1 {
				float: none;
				margin: 0 auto;
			}
}


.footbg {
	background: #333;
}

.foot {
	color: #999;
}

	.foot a {
		color: #999;
	}

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

	.foot .list1 {
		padding: 50px 0 30px 0;
		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 .list1 .lt {
			width: calc(100% - 120px);
		}

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

		.foot .f_nav dl {
			width: 100%;
			border-right: 1px solid #555555;
			margin-right: 30px;
			padding-right: 30px;
		}

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

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

	.foot .list1 .rt {
		width: 120px;
	}

	.foot .f_ewm {
	}

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

	.foot .list2 {
		border-top: 1px solid #222;
		font-size: 14px;
		line-height: 30px;
		padding: 10px 0;
	}

		.foot .list2 .lt {
			float: left;
		}

		.foot .list2 .rt {
			float: right;
		}

			.foot .list2 .rt select {
				border: 1px solid #999;
				background: none;
				height: 30px;
				line-height: 28px;
				width: 200px;
				color: #fff;
			}

				.foot .list2 .rt select option {
					color: #333;
				}

@media(max-width:999px) {
	.footbg {
		background: #0c40a6;
	}

	.foot {
		color: #fff;
	}

		.foot a {
			color: #fff;
		}

		.foot .list1 {
			display: none;
		}

		.foot .list2 {
			font-size: 12px;
			line-height: 16px;
			text-align: center;
			padding: 15px 0;
		}

			.foot .list2 .lt {
				float: none;
			}

			.foot .list2 .rt {
				display: none;
			}
}

.foot_navbg {
	width: 100%;
	background: #0c40a6;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 55;
	display: none;
}

.foot_nav {
	font-size: 14px;
	line-height: 36px;
	height: 36px;
}

	.foot_nav ul li {
		float: left;
		width: 25%;
		text-align: center;
		position: relative;
	}

		.foot_nav ul li a {
			display: block;
			color: #fff;
		}

		.foot_nav ul li:before {
			content: "";
			width: 1px;
			height: 16px;
			background: #fff;
			position: absolute;
			left: 0;
			top: 10px;
		}

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

@media(max-width:999px) {
	.f_height {
		height: 36px;
	}

	.foot_navbg {
		display: block;
	}
}


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

.inbanner {
}

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

.inbarbg {
	border-bottom: 1px solid #e4e4e4;
}

.inbar {
	height: 74px;
	line-height: 74px;
	color: #333;
}

.weizhi {
	float: left;
	font-size: 16px;
}

	.weizhi a {
		color: #333;
	}

.innav {
	float: right;
	font-size: 16px;
}

	.innav ul li {
		float: left;
		margin: 0 0 0 30px;
	}

		.innav ul li a {
			display: block;
			color: #333;
		}

		.innav ul li.active a {
			color: #0c40a6;
		}

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

.inside {
}

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

	.inbar {
		height: auto;
		line-height: 24px;
	}

	.weizhi {
		display: none;
	}

	.innav {
		float: none;
		font-size: 14px;
		text-align: center;
	}

		.innav ul li {
			float: none;
			display: inline-block;
			margin: 0 5px;
		}

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


.tit2 {
	text-align: center;
}

	.tit2 .h2 {
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
	}

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

.contact1 {
}

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

		.contact1 .list ul li {
			float: left;
			width: calc((100% - 120px)/3);
			margin: 0 0 20px 60px;
			text-align: center;
			background: #f1f1f1;
		}

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

			.contact1 .list ul li .nr_box {
				padding: 39px 20px;
			}

			.contact1 .list ul li .img {
				height: 50px;
				position: relative;
			}

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

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

				.contact1 .list ul li .txt .h2 {
					font-size: 18px;
					line-height: 28px;
					font-weight: bold;
					background: url(../images/lianxi-xian.png) bottom center no-repeat;
					padding-bottom: 15px;
					margin-bottom: 20px;
				}

					.contact1 .list ul li .txt .h2 span {
					}

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

.contact_map {
	background: #efeeea;
}

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

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

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

		.contact1 .list ul li {
			float: left;
			width: 100%;
			margin: 0 0 20px 0;
		}

			.contact1 .list ul li .nr_box {
				padding: 30px 60px;
			}

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

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


.chaxun1 {
}

	.chaxun1 .list {
		max-width: 880px;
		margin: 0 auto;
		margin-top: 20px;
	}

		.chaxun1 .list table {
		}

			.chaxun1 .list table th {
				padding: 10px 0;
				width: 100px;
				text-align: left;
				font-size: 16px;
				line-height: 40px;
			}

			.chaxun1 .list table td {
				padding: 10px 0;
			}

		.chaxun1 .list .text1 {
			border: 1px solid #cacaca;
			background: #fff;
			height: 38px;
			line-height: 38px;
			padding: 0 10px;
			width: calc(100% - 22px);
		}

		.chaxun1 .list .button1 {
			display: inline-block;
			font-size: 16px;
			background: #0c40a6;
			color: #fff;
			line-height: 40px;
			width: 170px;
			text-align: center;
			margin: 0 20px;
		}

@media(max-width:999px) {
	.chaxun1 .list {
		margin-top: 20px;
	}

		.chaxun1 .list table th {
			padding: 10px 0;
			width: 80px;
			font-size: 14px;
			line-height: 34px;
		}

		.chaxun1 .list table td {
			padding: 10px 0;
		}

		.chaxun1 .list .text1 {
			height: 32px;
			line-height: 32px;
			padding: 0 10px;
			width: calc(100% - 22px);
		}

		.chaxun1 .list .button1 {
			font-size: 12px;
			line-height: 34px;
			width: 100px;
			margin: 0 10px;
		}
}


.jieguo1 {
}

	.jieguo1 .list {
		max-width: 880px;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 16px;
		line-height: 26px;
	}

		.jieguo1 .list table {
			border-collapse: collapse;
			border: 1px solid #ccc;
		}

			.jieguo1 .list table th {
				padding: 15px 10px;
				width: 100px;
				text-align: left;
				font-weight: normal;
				vertical-align: top;
			}

			.jieguo1 .list table td {
				padding: 15px 10px;
			}

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

		.jieguo1 .list table th {
			padding: 10px 10px;
			width: 80px;
		}

		.jieguo1 .list table td {
			padding: 10px 10px;
		}
}




.ljzx_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

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

.ljzxbg {
	width: 90%;
	max-width: 450px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
}

.ljzx_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao2.png) center no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.ljzx {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	padding: 20px;
}

	.ljzx .h2 {
		margin-bottom: 10px;
	}

	.ljzx .h3 {
		font-weight: bold;
	}

	.ljzx a {
		color: #333;
	}
