/*common start*/
:root {
	--primary-color: #03a0e5;
	--secondary-color: #008000;
	--third-color: #18B2D6;
	--main-color: #03a0e5;
	--main-color-white: #fff;
}

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

body {
	font-size: 12px;
	font-family: Arial,'Microsoft YaHei';
	color: #333;
	overflow-x: hidden;
}

a {
	color: #666;
}

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

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

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

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

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

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

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

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


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

.head1bg {
}

.head1 {
	height: 95px;
	transition: all .3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head .logo {
	width: 205px;
	height: 95px;
	position: relative;
	transition: all .3s ease;
}

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

.head .logo_txt {
	width: calc(100% - -678px);
	/* height: 95px; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	font-size: 28px;
	line-height: 95px;
	text-align: center;
	letter-spacing: 11px;
	color: #03a0e5;
	text-align: left;
}

.head2bg {
}

.head2 {
	background: var(--primary-color);
}
/*menu*/
.head .menu {
	height: 40px;
	line-height: 40px;
}

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

		.head .menu > ul > li {
			width: 100%;
		}

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

			.head .menu > ul > li > a {
				color: #fff;
				display: block;
				font-size: 14px;
				position: relative;
				font-weight: normal;
				text-align: center;
			}

				.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a {
					color: #fff;
					text-decoration: underline;
				}
			/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; left:0; bottom:30px;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before,.head .menu>ul>li.hover>a:before{ width:100%;}*/
			/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
			.head .menu > ul > li ul {
				width: fit-content;
				min-width: 200px;
				background: #fff;
				box-shadow: 1px 4px 10px rgba(0,0,0,0.05);
				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;
						position: relative;
					}

						.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: 135px;
}

.head.active1 {
	box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
}

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

	.head {
		position: fixed;
	}

	.head1 {
		height: 60px;
	}

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

	.head .logo_txt {
		display: none;
	}

	.head2bg {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
		padding: 10px 5%;
		border-bottom: 1px solid #eee;
	}

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

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

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

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

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

.head .nav .h_phone {
	padding: 15px 5%;
	margin: 0;
	display: none;
}

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

	.head .nav .h_phone {
		display: flex;
	}
}


.banner_swiper {
	position: relative;
}

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

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

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

			.banner_swiper .swiper-container .swiper-slide .img {
				height: 240px;
				position: relative;
				overflow: hidden;
			}

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

			.banner_swiper .swiper-container .swiper-slide .txt {
				width: 100%;
				position: absolute;
				bottom: 22px;
				text-align: center;
				color: #fff;
			}

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

	.banner_swiper .swiper-pagination {
		bottom: 0px;
		height: 22px;
		width: 100%;
	}

		.banner_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			width: 26px;
			height: 22px;
			line-height: 22px;
			margin: 0 1px;
			background: #c00;
			color: #fff;
			font-size: 12px;
			text-align: center;
			opacity: .5;
			transition: all .3s ease;
			border-radius: 0;
		}

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

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

	.banner_swiper .swiper-button-prev {
	}

	.banner_swiper .swiper-button-next {
	}

@media(max-width:999px) {
	.banner_swiper .swiper-container .swiper-slide .img {
		height: auto;
		padding-bottom: 48%;
	}

	.banner_swiper .swiper-container .swiper-slide .txt {
		bottom: 22px;
	}

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


.in_bannerbg {
}

.in_banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: 70px;
}

	.in_banner img {
		display: block;
		width: 100%;
		height: 70px;
		object-fit: contain;
	}


.tit1 {
}

	.tit1 .h2 {
		background: var(--primary-color);
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		padding: 0 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.tit1 .h2 strong {
		}

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

			.tit1 .h2 a:hover {
				text-decoration: underline;
			}

.con01bg {
	margin: 10px 0;
}

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

.con01_lt {
	width: calc((100% - 15px)/2);
}

	.con01_lt .list {
		margin-top: 2px;
	}

		.con01_lt .list ul li {
			padding-left: 12px;
			background: url(../images/gright.png) left center no-repeat;
			line-height: 24px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

			.con01_lt .list ul li a {
				font-size: 14px;
				max-width: calc(100% - 70px);
				height: 24px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.con01_lt .list ul li span {
				color: #c0c0c0;
				margin-left: 5px
			}

.con01_rt {
	width: calc((100% - 15px)/2);
}

	.con01_rt .list {
		margin-top: 2px;
	}

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

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

	.con01_rt {
		width: 100%;
	}
}

.con02bg {
	margin: 10px 0;
}

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

.con02_lt {
	width: calc((100% - 15px)/2);
}

	.con02_lt .list {
		margin-top: 2px;
	}

		.con02_lt .list ul li {
			padding-left: 12px;
			background: url(../images/gright.png) left center no-repeat;
			line-height: 24px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

			.con02_lt .list ul li a {
				font-size: 14px;
				max-width: calc(100% - 70px);
				height: 24px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.con02_lt .list ul li span {
				color: #c0c0c0;
				margin-left: 5px
			}

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

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

.con03bg {
	margin: 10px 0;
}

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

.con03_lt {
	width: calc((100% - 15px)/2);
}

	.con03_lt .list {
		margin-top: 2px;
	}

		.con03_lt .list ul li {
			padding-left: 12px;
			background: url(../images/gright.png) left center no-repeat;
			line-height: 24px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

			.con03_lt .list ul li a {
				font-size: 14px;
				max-width: calc(100% - 70px);
				height: 24px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.con03_lt .list ul li span {
				color: #c0c0c0;
				margin-left: 5px
			}

.con03_rt {
	width: calc((100% - 15px)/2);
}

	.con03_rt .list {
		margin-top: 2px;
	}

		.con03_rt .list ul li {
			padding-left: 12px;
			background: url(../images/gright.png) left center no-repeat;
			line-height: 24px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

			.con03_rt .list ul li a {
				font-size: 14px;
				max-width: calc(100% - 70px);
				height: 24px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

			.con03_rt .list ul li span {
				color: #c0c0c0;
				margin-left: 5px
			}

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

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

	.con03_rt {
		width: 100%;
	}
}




.foot {
}

.foot1bg {
}

.foot1 {
}

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

.foot .f_links_box {
	text-align: center;
}

	.foot .f_links_box .h1 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 10px;
		position: relative;
	}

		.foot .f_links_box .h1:before {
			content: "";
			width: 100%;
			height: 0-;
			border-top: 1px dashed #ccc;
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}

		.foot .f_links_box .h1 span {
			background: #fff;
			padding: 0 10px;
			position: relative;
			z-index: 2;
		}

.foot .f_links {
}

	.foot .f_links a {
		color: var(--primary-color);
		display: inline-block;
		margin: 5px 10px;
	}

		.foot .f_links a:hover {
			text-decoration: underline;
		}

.foot1 .list2 {
	background: #03a0e5;
	color: #ffffff;
	padding: 10px 0;
}

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

	.foot .f_contact ul {
		display: inline-block;
		text-align: left;
	}

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




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

.inbanner {
	position: relative;
}

	.inbanner img {
		display: block;
		width: 100%;
		position: relative;
		z-index: 1;
	}

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

	.inbanner .txt {
		color: #fff;
		text-align: center;
	}

		.inbanner .txt .h2 {
			font-size: 36px;
			line-height: 46px;
		}

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

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

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

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

		.innav .h1:after {
			content: "\f107";
			font: normal normal normal 20px/1 FontAwesome;
			margin-left: 5px;
		}

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

		.innav > ul > li {
			position: relative;
			padding: 0 1.3vw;
		}

	.innav ul li a {
		display: block;
		text-align: center;
		position: relative;
	}

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

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

			.innav ul li.hover > a:before {
				content: "";
				width: 100%;
				height: 2px;
				background: var(--primary-color);
				position: absolute;
				bottom: 0;
				left: 0;
			}

	.innav ul li ul {
		width: 100%;
		min-width: 120px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}

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

	.innav ul li ul li a {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 10px;
	}

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

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

	.weizhi a {
		color: #999;
	}

		.weizhi a:hover {
		}

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

	.inbarbg {
		border: none;
	}

		.inbarbg .wapper1 {
			width: 100%;
		}

	.inbar {
		display: block;
	}

	.innav {
		font-size: 16px;
		line-height: 26px;
		border: 1px solid #eee;
	}

		.innav .h1 {
			display: block;
		}

		.innav > ul {
			display: none;
		}

			.innav > ul > li {
				padding: 0;
				border-bottom: 1px solid #eee;
			}

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

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

		.innav > ul > li > a {
			font-weight: bold;
		}

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

		.innav ul li ul {
			box-shadow: none;
			position: static;
			transform: translateX(0%);
			display: block;
			padding: 0 0 5px 0;
		}

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

	.weizhi {
		display: none;
	}
}

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

.inside {
}

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

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

	.side_a .h1 {
		font-size: 16px;
		line-height: 32px;
		color: #fff;
		background: var(--third-color);
		margin-bottom: 5px;
		text-align: center;
	}

		.side_a .h1 strong {
		}

	.side_a > ul {
	}

	.side_a ul li {
	}

	.side_a > ul > li {
	}

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

	.side_a ul li span {
		display: block;
		padding: 8px 25px 8px 0;
		position: relative;
		cursor: pointer;
		background: url(../images/ico_right1.png) right 10px center no-repeat;
	}

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

	.side_a ul li.active1 > span {
	}

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

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

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

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

		.side_a ul li a:before {
			content: "●";
			font: normal normal normal 12px/1 FontAwesome;
			margin-right: 10px;
		}

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

		.side_a ul li ul li {
		}

			.side_a ul li ul li span {
				padding: 5px 25px 5px 0;
				position: relative;
			}

			.side_a ul li ul li a {
			}

.side_b {
}

	.side_b .h1 {
		font-size: 16px;
		line-height: 32px;
		color: #fff;
		background: var(--third-color);
		margin-bottom: 5px;
		text-align: center;
	}

		.side_b .h1 strong {
		}

	.side_b ul li {
		line-height: 34px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

		.side_b ul li a {
			font-size: 14px;
			max-width: calc(100% - 70px);
			height: 34px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
		}

			.side_b ul li a:before {
				content: "●";
				font: normal normal normal 12px/1 FontAwesome;
				margin-right: 10px;
			}

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

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

.inside_con {
}

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

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

	.side_a .h1 strong:after {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		margin-left: 5px;
	}

	.side_a > ul {
		display: none;
	}

	.inside_rt {
		width: 100%;
	}
}


.tit2 {
}

	.tit2 .h2 {
		font-size: 14px;
		line-height: 30px;
		border-bottom: 1px dotted #ccc;
	}

.news_search {
}

	.news_search .form {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

		.news_search .form .text1 {
			border: 1px solid #ccc;
			height: 20px;
			line-height: 20px;
			padding: 0 10px;
			width: 150px;
			margin-right: 10px;
		}

		.news_search .form .button1 {
			border: 1px solid #ccc;
			height: 22px;
			line-height: 20px;
			width: 30px;
			cursor: pointer;
			font-size: 12px;
		}

			.news_search .form .button1:hover {
			}

.innews1 {
}

	.innews1 .news_search {
		margin-bottom: 10px;
	}

	.innews1 .list {
	}

		.innews1 .list ul li {
			line-height: 36px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			border-bottom: 1px dashed #ccc;
		}

			.innews1 .list ul li a {
				font-size: 14px;
				max-width: calc(100% - 70px);
				height: 36px;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
			}

				.innews1 .list ul li a:before {
					content: "●";
					font: normal normal normal 12px/1 FontAwesome;
					margin-right: 10px;
				}

			.innews1 .list ul li span {
				color: #c0c0c0;
			}


.tit3 {
}

	.tit3 .h2 {
		font-size: 15px;
		line-height: 30px;
		border-bottom: 1px dotted #ccc;
		padding-left: 20px;
		background: url(../images/li1.gif) left center no-repeat;
		color: var(--primary-color);
	}

		.tit3 .h2 strong {
		}

.inpicList1 {
}

	.inpicList1 .tit3 {
		margin-bottom: 20px;
	}

	.inpicList1 .list {
	}

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

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

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

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

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

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

					.inpicList1 .list ul li .txt .h2 {
						font-size: 12px;
						line-height: 22px;
						font-weight: bold;
					}

@media(max-width:999px) {
	.inpicList1 .list ul li {
		width: calc((100% - 10px)/2);
		margin: 0 0 20px 10px;
	}

		.inpicList1 .list ul li:nth-child(3n-2) {
			margin-left: 10px;
		}

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


.wsgs1 {
}

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

.wsgs1_search {
}

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

		.wsgs1_search ul li {
			margin-left: 10px;
		}

	.wsgs1_search .text1 {
		border: 1px solid #ccc;
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		width: 100px;
	}

	.wsgs1_search .button1 {
		border: 1px solid #ccc;
		height: 22px;
		line-height: 20px;
		width: 40px;
		cursor: pointer;
		font-size: 12px;
	}

		.wsgs1_search .button1:hover {
		}

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

	.wsgs1 .list table {
		border-collapse: collapse;
		border: 1px solid #ccc;
		text-align: center;
	}

	.wsgs1 .list th {
		padding: 5px 5px;
		background: var(--primary-color);
		color: #fff;
	}

	.wsgs1 .list td {
		padding: 5px 5px;
	}

	.wsgs1 .list table a {
		color: var(--primary-color);
	}

		.wsgs1 .list table a:hover {
			text-decoration: underline;
		}

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

	.wsgs1_search {
		margin-top: 10px;
	}

		.wsgs1_search ul {
			align-items: flex-end;
		}

			.wsgs1_search ul li {
				margin: 0 5px 0 0;
			}

				.wsgs1_search ul li:last-child {
					margin-right: 0;
				}

		.wsgs1_search .text1 {
			height: 20px;
			line-height: 20px;
			padding: 0 5px;
			width: 80px;
		}

		.wsgs1_search .button1 {
			height: 22px;
			line-height: 20px;
			width: 40px;
		}

	.wsgs1 .list table * {
		word-break: break-word;
	}
}
