/*common start*/
:root {
	--primary-color: #0597a7;
	--main-color: #0597a7;
	--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, ' ';
	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;
	font-family: Arial, ' ';
}

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:1640px) {
	.wapper1 {
		width: 80%;
	}
}

@media(max-width:999px) {
	.wapper1 {
		width: 90%;
		min-width: 0;
	}
}
/*common end*/


.head {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 55;
	left: 0;
	top: 0;
	transition: all .3s ease;
}

	.head.active {
		background: #fff;
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
	}

.head2bg {
}

.head2 {
	height: 100px;
	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: 30%;
	height: 100px;
	position: relative;
}

	.head .logo img {
		max-width: 100%;
		max-height: 90%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
	}

.head2 .rt {
	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 .h_search_btn {
	text-align: center;
	font-size: 18px;
	width: 30px;
	line-height: 30px;
	background: #F7F7F7;
	border-radius: 100%;
	cursor: pointer;
	margin-left: .52vw;
}

	.head .h_search_btn:hover {
		background: var(--primary-color);
		color: #fff;
	}

.head .h_search_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.head .h_search_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
}

.head .h_searchbg {
	width: 90%;
	max-width: 720px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.head .h_search {
	border: 3px solid #aaa;
	padding: 40px 20px;
	position: relative;
}

.head .h_search_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao2.png) center no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: all .3s ease;
}

	.head .h_search_close2:hover {
		transform: rotate(360deg);
	}

.head .h_search .form {
	height: 38px;
	border: 1px solid #e2e8f0;
	background: var(--secondary-color);
	border-radius: 4px;
	overflow: hidden;
}

	.head .h_search .form .text1 {
		float: left;
		border: none;
		background: none;
		height: 38px;
		line-height: 38px;
		padding: 0 0 0 10px;
		width: calc(100% - 50px);
	}

	.head .h_search .form .button1 {
		float: right;
		border: none;
		background: var(--primary-color);
		color: #fff;
		width: 40px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
	}
/*menu*/
.head .menu {
	height: 100px;
	line-height: 100px;
}

	.head .menu > ul {
	}

		.head .menu > ul > li {
			float: left;
			padding: 0 1.04vw;
		}

			.head .menu > ul > li.menu_down {
				position: relative;
			}

			.head .menu > ul > li > a {
				color: #333;
				display: block;
				font-size: 16px;
				font-weight: normal;
				position: relative;
			}

				.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a {
					color: var(--primary-color);
				}

			.head .menu > ul > li.menu_down > a:after, .head .menu > ul > li.menu_down2 > a:after {
				content: "\f107";
				font: normal normal normal 14px/1 FontAwesome;
				margin-left: 5px;
			}

			.head .menu > ul > li ul {
				width: fit-content;
				min-width: 200px;
				background: #fff;
				border-top: 1px solid var(-primary-color);
				box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 5;
				display: none;
			}

				.head .menu > ul > li ul li {
					position: relative; /*border-bottom: 1px solid #f0f0f0;*/
				}

					.head .menu > ul > li ul li a {
						color: #666;
						display: block;
						font-weight: normal;
						font-size: 14px;
						line-height: 24px;
						padding: 10px 20px 10px .78vw;
						text-align: left;
						white-space: nowrap;
						position: relative;
					}

					.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: #fff;
						background: var(--primary-color);
					}

					.head .menu > ul > li ul li > a:after { /*content: "\f0da";*/
						font: normal normal normal 12px/1 FontAwesome;
						opacity: .5;
						position: absolute;
						right: 10px;
						top: 50%;
						transform: translateY(-50%);
					}

					.head .menu > ul > li ul li ul {
						width: 100%;
						position: absolute;
						top: 0;
						left: 100%;
						transform: translateX(0);
						display: none;
					}

					.head .menu > ul > li ul li:hover > ul {
						display: block;
					}

.head_height {
	height: 100px;
}

@media(max-width:999px) {
	.head_height {
		height: 60px;
	}

	.head1bg {
		display: none;
	}

	.head2 {
		height: 60px;
	}

	.head .logo {
		float: left;
		width: 50%;
		height: 60px;
	}

	.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.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: 6px;
		height: 6px;
		border: 2px solid #fff;
		background: none;
		opacity: 1;
	}

		.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
			background: #fff;
			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: 100%;
	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;
	}

	.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		font-size: 20px;
	}
}

.tit1 {
	text-align: center;
}

	.tit1 .h2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: bold;
	}

	.tit1 .h3 {
		font-size: 14px;
		line-height: 24px;
		text-transform: uppercase;
		opacity: .9;
		margin-top: 5px;
	}

.con01bg {
	padding: 60px 0 70px 0;
	background: url(../images/bg1.jpg) bottom center no-repeat;
}

.con01 {
}

	.con01 .list {
		margin-top: 30px;
	}

.slideTxtBox_01 {
}

	.slideTxtBox_01 .hd {
		text-align: center;
		margin-bottom: 30px;
	}

		.slideTxtBox_01 .hd ul {
		}

			.slideTxtBox_01 .hd ul li {
				display: inline-block;
				text-align: center;
				vertical-align: top;
				font-size: 18px;
				line-height: 22px;
				font-weight: bold;
				width: 25%;
				margin: 2px 0;
			}

				.slideTxtBox_01 .hd ul li a {
					height: 50px;
					width: 100%;
					display: flex;
					justify-content: center;
					align-items: center;
					background: #fafafa;
				}

				.slideTxtBox_01 .hd ul li.on a {
					background: var(--primary-color);
					color: #fff;
				}

	.slideTxtBox_01 .bd {
	}

.con01_list {
}

	.con01_list ul li {
		float: left;
		width: calc((100% - 20px)/3);
		margin: 0 0 20px 10px;
	}

		.con01_list ul li:nth-child(3n-2) {
			margin-left: 0;
			clear: left;
		}

		.con01_list ul li .img {
			padding-bottom: 74%;
			position: relative;
			overflow: hidden;
		}

			.con01_list ul li .img img {
				max-width: 100%;
				height: 250px;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto auto;
				transition: all .3s ease;
				z-index: 1;
				background: #f3f3f3;
				padding: 40px;
			}

		.con01_list ul li:hover .img img {
			transform: scale(1.1);
		}

		.con01_list ul li .img:before {
			content: "";
			width: 100%;
			height: 100%; /* background: var(--primary-color); */
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			opacity: 0;
			visibility: hidden;
			transition: all .3s ease;
		}

		.con01_list ul li:hover .img:before {
			opacity: .5;
			visibility: visible;
		}

		.con01_list ul li .img:after {
			content: "";
			width: 100%;
			height: 100%; /* background: url(../images/searchbg.png) center no-repeat; */
			position: absolute;
			top: 0;
			left: 0;
			z-index: 3;
			opacity: 0;
			visibility: hidden;
			transition: all .3s ease;
		}

		.con01_list ul li:hover .img:after {
			opacity: 1;
			visibility: visible;
		}

		.con01_list ul li .txt {
			text-align: center;
			margin-top: 10px;
		}

			.con01_list ul li .txt .h2 {
				font-size: 18px;
				line-height: 28px;
			}

@media(max-width:999px) {
	.tit1 .h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.tit1 .h3 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

	.con01bg {
		padding: 40px 0 50px 0;
	}

	.con01 .list {
		margin-top: 20px;
	}

	.slideTxtBox_01 .hd {
		text-align: left;
		margin-bottom: 20px;
	}

		.slideTxtBox_01 .hd ul li {
			font-size: 14px;
			line-height: 18px;
			font-weight: bold;
			width: 49%;
		}

			.slideTxtBox_01 .hd ul li a {
				height: 50px;
				width: 100%;
			}

	.con01_list ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}

		.con01_list ul li .txt {
			margin-top: 10px;
		}

			.con01_list ul li .txt .h2 {
				font-size: 18px;
				line-height: 28px;
			}
}

.con02bg {
	padding: 60px 0;
}

.con02 {
}

	.con02 .list {
		margin-top: 40px;
	}

		.con02 .list ul li {
			float: left;
			width: calc((100% - 60px)/4);
			margin: 0 0 24px 13px;
			position: relative;
			overflow: hidden;
		}

			.con02 .list ul li:nth-child(3n-2) {
				margin-left: 13px; /* clear:left; */
			}

			.con02 .list ul li .img {
				padding-bottom: 74%;
				position: relative;
				overflow: hidden;
			}

				.con02 .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;
				}

			.con02 .list ul li:hover .img img {
				transform: scale(1.1);
			}

			.con02 .list ul li .txtbg {
				width: 100%;
				height: 40px;
				background: rgba(0,0,0,.5);
				position: absolute;
				bottom: 0;
				left: 0;
				transition: all .4s ease;
				z-index: 3;
			}

			.con02 .list ul li:hover .txtbg {
				height: 100%; /*background: rgba(87, 192, 219, 0.5);*/
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.con02 .list ul li .txt {
				width: 90%;
				padding: 0 5%;
				text-align: center;
				color: #fff;
			}

				.con02 .list ul li .txt .h2 {
					font-size: 20px;
					line-height: 40px;
					height: 40px;
					font-weight: bold;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-line-clamp: 1;
					-webkit-box-orient: vertical;
				}

			.con02 .list ul li:hover .txt .h2 {
				font-size: 28px;
				line-height: 38px;
				height: auto;
				margin-bottom: 10px;
			}

			.con02 .list ul li .txt img.ico {
			}

@media(max-width:999px) {
	.con02bg {
		padding: 40px 0;
	}

	.con02 .list {
		margin-top: 20px;
	}

		.con02 .list ul li {
			width: 100%;
			margin: 0 0 20px 0;
		}

			.con02 .list ul li .txt .h2 {
				font-size: 20px;
				line-height: 40px;
				height: 40px;
			}

			.con02 .list ul li:hover .txt .h2 {
				font-size: 28px;
				line-height: 38px;
				height: auto;
				margin-bottom: 10px;
				-webkit-line-clamp: 2;
			}
}

.more1 {
}

	.more1 span {
		display: inline-block;
		text-align: center;
		border: 2px solid var(--primary-color);
		color: var(--primary-color);
		font-size: 14px;
		line-height: 40px;
		padding: 0 20px;
		min-width: 100px;
		transition: all .3s ease;
	}

		.more1 span:hover {
			background: var(--primary-color);
			color: #fff;
		}

.con03bg {
	padding: 60px 0;
	background: #fafafa;
}

.con03 {
}

.con03_lt {
	float: left;
	width: 40%;
}

	.con03_lt ul li {
		float: left;
		width: calc((100% - 15px)/2);
		margin: 0 0 15px 15px;
	}

		.con03_lt ul li:nth-child(2n-1) {
			margin-left: 0;
			clear: left;
		}

		.con03_lt ul li .nr_box {
			border: 1px solid #e6e5e5;
			height: 200px;
		}

		.con03_lt ul li .img {
			height: 65px;
			position: relative;
			margin: 35px 0;
		}

			.con03_lt ul li .img img {
				max-width: 100%;
				max-height: 100%;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto auto;
			}

		.con03_lt ul li .txt {
			text-align: center;
		}

			.con03_lt ul li .txt .h2 {
				font-size: 16px;
				line-height: 26px;
			}

.con03_rt {
	float: right;
	width: 50%;
}

	.con03_rt .tit1 {
		text-align: left;
	}

	.con03_rt .list {
		margin-top: 15px;
	}

		.con03_rt .list .txt {
			font-size: 16px;
			line-height: 26px;
			margin-bottom: 30px;
			text-indent: 2em;
		}

@media(max-width:999px) {
	.more1 span {
		border-width: 1px;
		font-size: 12px;
		line-height: 32px;
		padding: 0 10px;
		min-width: 80px;
	}

	.con03bg {
		padding: 40px 0;
	}

	.con03_lt {
		width: 100%;
	}

		.con03_lt ul li {
			width: calc((100% - 15px)/2);
			margin: 0 0 15px 15px;
		}

			.con03_lt ul li:nth-child(2n-1) {
				margin-left: 0;
				clear: left;
			}

			.con03_lt ul li .nr_box {
				border: 1px solid #e6e5e5;
				height: 150px;
			}

			.con03_lt ul li .img {
				height: 65px;
				margin: 10px 0;
			}

			.con03_lt ul li .txt .h2 {
				font-size: 16px;
				line-height: 26px;
			}

	.con03_rt {
		width: 100%;
	}

		.con03_rt .list {
			margin-top: 10px;
		}

			.con03_rt .list .txt {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 15px;
			}
}

.footbg {
	background: #0597a7;
	border-top: 1px dotted #d2d2d2;
}

.foot {
}

	.foot .list1 {
		padding: 40px 0; /* text-align: center; */
		display: flex;
		justify-content: space-between; /* align-items: center;*/
	}

		.foot .list1 .lt {
		}

	.foot .f_contact {
		font-size: 14px;
		line-height: 24px;
	}

		.foot .f_contact .h2 {
			font-size: 18px;
			line-height: 28px;
			font-weight: bold;
			margin-bottom: 20px;
			color: #fff;
		}

		.foot .f_contact ul li {
			margin-top: 5px;
			color: #fff;
		}

	.foot .list1 .rt {
	}

	.foot .f_nav {
		font-size: 14px;
		line-height: 24px;
		display: flex;
		justify-content: space-between; /* align-items: center;*/
	}

		.foot .f_nav dl {
			margin-left: 2.08vw;
		}

			.foot .f_nav dl dt {
				font-size: 18px;
				line-height: 28px;
				font-weight: bold;
				margin-bottom: 20px;
			}

			.foot .f_nav dl dd {
				margin-top: 5px;
			}

		.foot .f_nav a {
			display: inline-block;
			color: #fff;
		}

			.foot .f_nav a:hover {
				text-decoration: underline;
			}

		.foot .f_nav i {
			margin: 0 10px;
		}

	.foot .list2 {
		border-top: 1px dotted #d2d2d2;
		padding: 20px 0;
		color: #999;
	}

		.foot .list2 a {
			color: #fff;
		}

			.foot .list2 a:hover {
				color: var(--primary-color);
			}

	.foot .f_info {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}

		.foot .f_info ul li {
			color: #fff;
		}

		.foot .f_info a {
			display: inline-block;
			margin-right: 10px;
		}

@media(max-width:999px) {
	.foot {
		margin-bottom: 60px;
	}

		.foot .list1 {
			padding: 20px 0;
			display: block;
		}

			.foot .list1 .lt {
				margin-bottom: 20px;
			}

		.foot .f_nav {
			flex-wrap: wrap;
		}

			.foot .f_nav dl {
				margin: 0 10px 20px 0;
			}

		.foot .list2 {
			padding: 5px 0;
		}

		.foot .f_info {
			font-size: 12px;
			line-height: 22px;
		}
}
/*Add------------------------------------------------------------------------------*/

.inbanner {
	position: relative;
}

	.inbanner img {
		display: block;
		width: 100%;
	}

.inbanner_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

	.inbanner_txt .h2 {
		font-size: 55px;
		line-height: 65px;
		font-weight: bold;
		color: #fff;
	}

.inbarbg {
	background: var(--primary-color);
	color: #fff;
	border-bottom: 1px dotted #d2d2d2;
}

.inbar {
}

	.inbar a {
		color: #fff;
	}

		.inbar a:hover {
			text-decoration: underline;
		}

.weizhi {
	font-size: 14px;
	line-height: 44px;
	text-align: left;
}

	.weizhi i {
		margin-right: 5px;
	}

.insidebg {
	padding: 40px 0;
}

.inside {
}

.inside_rt {
	float: right;
	width: 240px;
}

.side_a {
}

	.side_a .h0 {
		font-size: 18px;
		line-height: 28px;
		border: 1px solid #dadada;
		text-align: center;
		padding: 20px 0;
		margin-bottom: 30px;
	}

		.side_a .h0 i {
			display: block;
			margin: 0 auto;
			width: 60px;
			height: 60px;
			border-radius: 100%;
			background: var(--primary-color);
			position: relative;
			overflow: hidden;
			margin-bottom: 15px;
		}

			.side_a .h0 i img {
				max-width: 100%;
				max-height: 100%;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto auto;
			}

		.side_a .h0 span {
			display: block;
		}

	.side_a .h1 {
		font-size: 18px;
		line-height: 28px;
		background: #fafafa;
		padding: 4px 10px;
		border: 1px dotted #d2d2d2;
		border-left: 3px solid var(--primary-color);
		margin-bottom: 10px;
	}

	.side_a ul {
	}

		.side_a ul li {
		}

	.side_a > ul > li {
	}

	.side_a ul li span {
		display: block;
		padding: 10px 0 10px 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.active > span {
	}

		.side_a ul li.active > span:hover {
		}

	.side_a ul li > span:after {
		content: "\f0da";
		font: normal normal normal 12px/1 FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center;
	}

	.side_a ul li.active > span:after {
		content: "\f0d7";
	}

	.side_a ul li a {
		display: inline-block;
		color: #333;
	}

	.side_a > ul > li > span a {
		font-size: 14px;
	}

	.side_a ul li span:hover a, .side_a ul li.hover > span a {
		color: var(--primary-color);
	}

	.side_a ul li ul {
		display: none;
	}

		.side_a ul li ul li {
			padding-left: 15px;
		}

			.side_a ul li ul li span {
				padding: 5px 0 5px 0;
			}

			.side_a ul li ul li a {
			}

.inside_lt {
	float: left;
	width: 100%;
}

.inside_con { /*border: 1px dotted #d2d2d2;*/
	padding: 30px;
	min-height: 22vw;
}

@media(max-width:999px) {
	.inbanner_txt .h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.insidebg {
	}

	.inside_rt {
		width: 100%;
	}

	.side_a .h0 {
		margin-bottom: 25px;
	}

	.inside_lt {
		width: 100%;
		margin-bottom: 30px;
	}

	.inside_con {
		padding: 20px;
		min-height: 0;
	}
}
