/*common start*/
:root {
	--primary-color: #0c3c86;
	--main-color: #0c3c86;
	--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: #333;
}

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

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

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

.wapper1 {
	width: 90%;
	margin: 0 auto;
	max-width: 1300px;
	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: fixed;
	z-index: 55;
	left: 0;
	top: 0;
	transition: all .3s ease;
}

.head1bg {
	background: var(--primary-color);
	color: #fff;
}

.head1 {
	height: 40px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.head1 .lt {
	}

		.head1 .lt a {
			color: #fff;
			margin-right: 10px;
		}

			.head1 .lt a i {
				margin-right: 5px;
			}

	.head1 .rt {
	}

		.head1 .rt a {
			color: #fff;
			margin-left: 10px;
		}

			.head1 .rt a:hover {
			}

.head2bg {
}

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

.head .logo {
	width: 19%;
	height: 90px;
	position: relative;
}

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

.head2 .rt {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head .h_btn {
	margin-left: 1.56vw;
}

	.head .h_btn a {
		display: block;
		font-size: 14px;
		line-height: 50px;
		padding: 0 1.04vw;
		border-radius: 4px;
		background: var(--primary-color);
		color: #fff;
		transition: all .3s ease;
	}

		.head .h_btn a:hover {
			opacity: .9;
		}

.head .h_search_btn {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
	margin-left: 1.04vw;
	cursor: pointer;
}

.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: 650px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	z-index: 999;
}

.head .h_search {
	box-shadow: 0px 0px 5px #ccc;
	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: 60px;
	border: 1px solid #ccc;
	overflow: hidden;
}

	.head .h_search .form .text1 {
		float: left;
		border: none;
		background: none;
		height: 60px;
		line-height: 60px;
		padding: 0 0 0 10px;
		width: calc(100% - 70px);
	}

	.head .h_search .form .button1 {
		float: right;
		border: none;
		background: var(--primary-color);
		color: #fff;
		width: 60px;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		font-size: 20px;
	}

		.head .h_search .form .button1:hover {
			opacity: .9;
		}
/*menu*/
.head .menu {
	height: 90px;
	line-height: 90px;
}

	.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 {
				content: "\f107";
				font: normal normal normal 14px/1 FontAwesome;
				margin-left: 5px;
			}

			.head .menu > ul > li ul {
				width: fit-content;
				min-width: 230px;
				padding: 10px 0;
				background: #fff;
				box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
				border-radius: 10px;
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 5;
				display: none;
			}

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

					.head .menu > ul > li ul li a {
						color: #666;
						display: block;
						font-weight: normal;
						font-size: 14px;
						line-height: 24px;
						padding: 5px 10px 5px 1.04vw;
						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: 130px;
}

.head.active1 {
	box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
}

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

	.head1 .lt a {
		color: #fff;
		margin-right: 10px;
		font-size: 0;
	}

		.head1 .lt a i {
			margin-right: 0;
			font-size: 16px;
		}

	.head2 {
		height: 60px;
	}

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

	.head .h_btn {
		display: none;
	}

	.head .h_search .form {
		height: 40px;
	}

		.head .h_search .form .text1 {
			height: 40px;
			line-height: 40px;
			padding: 0 0 0 10px;
			width: calc(100% - 50px);
		}

		.head .h_search .form .button1 {
			width: 40px;
			height: 40px;
			line-height: 40px;
			font-size: 16px;
		}

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

	.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% - 100px);
	position: fixed;
	left: 0;
	top: 100px;
	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: var(--primary-color);
	color: #fff;
	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 - 100px);
	overflow-y: auto;
}

	.head .nav_list ul {
	}

		.head .nav_list ul li {
			padding: 5px 5%;
		}

	.head .nav_list > ul > li {
		border-bottom: 1px solid rgba(255,255,255,.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: #fff;
		}

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

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

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

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

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

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


.banner_swiper {
	position: relative;
}

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

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

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

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

			.banner_swiper .swiper-container .swiper-slide .txt {
				color: #fff;
				max-width: 935px;
			}

				.banner_swiper .swiper-container .swiper-slide .txt .h2 {
					font-size: 30px;
					line-height: 40px;
					margin-bottom: 1.04vw;
				}

				.banner_swiper .swiper-container .swiper-slide .txt .h3 {
					font-size: 55px;
					line-height: 65px;
					margin-bottom: 1.04vw;
					font-weight: bold;
				}

				.banner_swiper .swiper-container .swiper-slide .txt .h4 {
					font-size: 18px;
					line-height: 28px;
					margin-bottom: 2.08vw;
				}

	.banner_swiper .swiper-pagination {
		bottom: 6.25vw;
		height: 10px;
		display: none;
	}

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

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

	.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next {
		text-align: center;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-top: -25px;
		background: #fff;
		color: #333;
		font-size: 20px;
		transition: all .3s ease;
	}

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

	.banner_swiper .swiper-button-prev {
		left: 5%;
	}

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

@media(max-width:999px) {
	.banner_swiper .swiper-container .swiper-slide img {
		min-height: 0;
	}

	.banner_swiper .swiper-container .swiper-slide .txt {
		text-align: center;
	}

		.banner_swiper .swiper-container .swiper-slide .txt .h2 {
			display: none;
		}

		.banner_swiper .swiper-container .swiper-slide .txt .h3 {
			font-size: 24px;
			line-height: 28px;
			margin-bottom: 0;
		}

		.banner_swiper .swiper-container .swiper-slide .txt .h4 {
			display: none;
		}

	.banner_swiper .swiper-container .swiper-slide .more1 {
		display: none;
	}

	.banner_swiper .swiper-pagination {
		bottom: 10px;
		height: 6px;
		display: block;
	}

		.banner_swiper .swiper-pagination .swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			border-radius: 6px;
		}

			.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
				width: 20px;
			}

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

.more1 {
}

	.more1 a {
		display: inline-block;
		text-align: center;
		font-size: 17px;
		line-height: 57px;
		padding: 0 40px;
		border-radius: 4px;
		background: var(--primary-color);
		color: #fff;
		transition: all .3s ease;
		text-transform: uppercase;
	}

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

		.more1 a:nth-child(2) {
			margin-left: 20px;
			background: #fff;
			color: #333;
		}

@media(max-width:999px) {
	.more1 a {
		font-size: 14px;
		line-height: 40px;
		padding: 0 20px;
	}

		.more1 a:nth-child(2) {
			margin-left: 10px;
		}
}


.con01bg {
	position: relative;
	z-index: 2;
	margin-top: -5.2vw;
}

.con01 {
}

	.con01 .list {
	}

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

			.con01 .list ul li {
				width: calc((100% - 50px)/3);
				margin: 0 0 25px 25px;
				text-align: center;
			}

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

				.con01 .list ul li .nr_box {
					box-shadow: 0 5px 10px rgba(0,0,0,.11);
					background: #Fff;
					padding: 40px 5%;
				}

				.con01 .list ul li .img {
					height: 60px;
					position: relative;
				}

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

				.con01 .list ul li .txt {
					margin-top: 25px;
				}

					.con01 .list ul li .txt .h2 {
						font-size: 20px;
						line-height: 34px;
						font-weight: bold;
						margin-bottom: 15px;
					}

					.con01 .list ul li .txt .h3 {
						font-size: 14px;
						line-height: 26px;
						margin-bottom: 30px;
						text-align: left;
						height: 84px;
					}

					.con01 .list ul li .txt .btn {
					}

						.con01 .list ul li .txt .btn a {
							display: inline-block;
							font-size: 12px;
							line-height: 30px;
							width: 30px;
							border-radius: 100%;
							background: #eaf1f8;
						}

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

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

		.con01 .list ul li .nr_box {
			padding: 20px 5%;
		}

		.con01 .list ul li .img {
			height: 60px;
		}

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

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

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

			.con01 .list ul li .txt .btn a {
				font-size: 12px;
				line-height: 30px;
				width: 30px;
			}
}


.tit1 {
}

	.tit1 .h2 {
		font-size: 18px;
		line-height: 28px;
		font-weight: bold;
		color: var(--primary-color);
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.tit1 .h3 {
		font-size: 36px;
		line-height: 46px;
		font-weight: bold;
	}

.con02bg {
	padding: 80px 0;
	background: url(../images/about-bg.png) center no-repeat;
	background-size: cover;
}

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

.con02_lt {
	width: 49%;
}

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

		.con02_lt .list .txt {
			font-size: 16px;
			line-height: 1.5em;
		}

.con02_rt {
	width: 49%;
}

	.con02_rt .list {
	}

	.con02_rt .txt {
		font-size: 16px;
		line-height: 1.8em;
		margin-bottom: 20px;
	}

	.con02_rt .i_phone {
		font-size: 20px;
		line-height: 24px;
		padding-left: 60px;
		position: relative;
	}

		.con02_rt .i_phone i {
			font-size: 44px;
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}

		.con02_rt .i_phone span {
			display: block;
		}

		.con02_rt .i_phone strong {
			display: block;
			font-size: 35px;
			line-height: 39px;
		}

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

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

	.con02bg {
		padding: 80px 0;
	}

	.con02 {
		display: block;
	}

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

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

			.con02_lt .list .txt {
				font-size: 16px;
				line-height: 1.5em;
			}

	.con02_rt {
		width: 100%;
	}

		.con02_rt .txt {
			font-size: 14px;
			line-height: 1.8em;
			margin-bottom: 20px;
		}

		.con02_rt .i_phone {
			font-size: 20px;
			line-height: 24px;
			padding-left: 60px;
		}

			.con02_rt .i_phone i {
				font-size: 44px;
			}

			.con02_rt .i_phone strong {
				font-size: 30px;
				line-height: 34px;
			}
}


.tit2 {
	color: #fff;
}

	.tit2 .h2 {
		font-size: 18px;
		line-height: 28px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.tit2 .h3 {
		font-size: 36px;
		line-height: 46px;
		font-weight: bold;
	}

.more2 {
}

	.more2 span {
		display: inline-block;
		text-align: center;
		font-size: 15px;
		line-height: 50px;
		padding: 0 30px;
		background: #fff;
		color: #333;
		border-radius: 4px;
		transition: all .3s ease;
		text-transform: uppercase;
	}

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

.con03bg {
	padding: 40px 0;
	position: relative;
}

	.con03bg:before {
		content: "";
		width: 60%;
		height: 100%;
		background: var(--primary-color);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

.con03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}

.con03_lt {
	width: 50%;
	color: #fff;
}

	.con03_lt .nr_box {
		padding: 0 10%;
	}

	.con03_lt .box1 {
		margin-top: .78vw;
		margin-bottom: 2.08vw;
	}

		.con03_lt .box1 .txt {
			font-size: 16px;
			line-height: 1.8em;
		}

	.con03_lt .box2 {
		margin-bottom: 2.08vw;
	}

		.con03_lt .box2 ul li {
			display: flex;
			justify-content: space-between; /* align-items: center;*/
			margin-bottom: 1.04vw;
		}

			.con03_lt .box2 ul li .imgbg {
				width: 40px;
			}

			.con03_lt .box2 ul li .img {
				height: 41px;
				position: relative;
			}

				.con03_lt .box2 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 .box2 ul li .txtbg {
				width: calc(100% - 80px);
			}

			.con03_lt .box2 ul li .txt {
			}

				.con03_lt .box2 ul li .txt .h2 {
					font-size: 24px;
					line-height: 34px;
					font-weight: bold;
					margin-bottom: .78vw;
				}

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

.con03_rt {
	width: 50%;
}

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

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

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

	.more2 span {
		font-size: 14px;
		line-height: 40px;
		padding: 0 20px;
	}

	.con03bg {
		padding: 0;
	}

		.con03bg:before {
			display: none;
		}

	.con03 {
		display: block;
	}

	.con03_lt {
		width: 100%;
		background: var(--primary-color);
	}

		.con03_lt .nr_box {
			padding: 40px 5%;
		}

		.con03_lt .box1 {
			margin-top: 10px;
			margin-bottom: 20px;
		}

			.con03_lt .box1 .txt {
				font-size: 16px;
				line-height: 1.8em;
			}

		.con03_lt .box2 {
			margin-bottom: 20px;
		}

			.con03_lt .box2 ul li {
				display: flex;
				justify-content: space-between; /* align-items: center;*/
				margin-bottom: 10px;
			}

				.con03_lt .box2 ul li .imgbg {
					width: 40px;
				}

				.con03_lt .box2 ul li .img {
					height: 41px;
				}

				.con03_lt .box2 ul li .txtbg {
					width: calc(100% - 50px);
				}

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

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

	.con03_rt {
		width: 100%;
	}
}


.con04bg {
	padding: 100px 0;
}

.con04 {
}

	.con04 .tit1 {
		text-align: center;
	}

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

		.con04 .list ul li {
			float: left;
			width: calc((100% - 50px)/3);
			margin: 0 0 25px 25px;
		}

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

			.con04 .list ul li .nr_box {
				display: flex;
				justify-content: space-between; /* align-items: center;*/
			}

			.con04 .list ul li .imgbg {
				width: 40px;
			}

			.con04 .list ul li .img {
				height: 41px;
				position: relative;
			}

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

			.con04 .list ul li .txtbg {
				width: calc(100% - 80px);
			}

			.con04 .list ul li .txt {
			}

				.con04 .list ul li .txt .h2 {
					font-size: 24px;
					line-height: 34px;
					font-weight: bold;
					margin-bottom: 15px;
				}

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

				.con04 .list ul li .txt .btn {
					font-size: 16px;
					line-height: 26px;
				}

					.con04 .list ul li .txt .btn a {
						color: var(--primary-color);
					}

					.con04 .list ul li .txt .btn i {
						margin-left: 5px;
					}

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

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

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

			.con04 .list ul li .imgbg {
				width: 40px;
			}

			.con04 .list ul li .img {
				height: 41px;
			}

			.con04 .list ul li .txtbg {
				width: calc(100% - 50px);
			}

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

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

			.con04 .list ul li .txt .btn {
				font-size: 16px;
				line-height: 26px;
			}
}


.con05bg {
	padding: 100px 0;
	position: relative;
}

	.con05bg:before {
		content: "";
		width: 100%;
		height: 400px;
		background: var(--primary-color);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

.con05 {
	position: relative;
	z-index: 2;
}

	.con05 .tit2 {
		text-align: center;
	}

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

		.con05 .list ul li {
			float: left;
			width: calc((100% - 50px)/3);
			margin: 0 0 25px 25px;
			position: relative;
		}

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

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

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

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

			.con05 .list ul li .txtbg {
				width: 100%;
				position: absolute;
				bottom: 0;
				left: 0;
			}

			.con05 .list ul li .txt {
				color: #fff;
				padding: 15px 5%;
			}

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

				.con05 .list ul li .txt .h3 {
					font-size: 16px;
					line-height: 26px;
					opacity: .7;
				}

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

		.con05bg:before {
			height: 400px;
		}

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

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

			.con05 .list ul li .txt {
				padding: 15px 5%;
			}

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

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


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

	.con06bg:before {
		content: "";
		width: 100%;
		height: 100%;
		background: var(--primary-color);
		opacity: .8;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

.con06 {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.con06_lt {
	width: 58%;
	color: #fff;
}

	.con06_lt .nr_box {
		max-width: 501px;
	}

	.con06_lt .list {
		margin-top: 15px;
	}

		.con06_lt .list .txt {
			font-size: 16px;
			line-height: 1.8em;
			margin-bottom: 30px;
		}

		.con06_lt .list .i_phone {
			font-size: 18px;
			line-height: 40px;
		}

			.con06_lt .list .i_phone strong {
			}

			.con06_lt .list .i_phone i {
				margin-right: 5px;
			}

.con06_rt {
	width: 100%;
	background: #fff;
}

	.con06_rt .nr_box {
		padding: 50px 10%;
	}

	.con06_rt .h2 {
		text-align: center;
		font-size: 36px;
		line-height: 46px;
		font-weight: bold;
	}

	.con06_rt .form {
		margin-top: 25px;
	}

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

			.con06_rt .form ul li {
				width: 48%;
				margin-bottom: 15px;
			}

				.con06_rt .form ul li.li1 {
					width: 100%;
				}

		.con06_rt .form .text1 {
			border: 1px solid #f0f3f5;
			background: #f0f3f5;
			height: 55px;
			line-height: 55px;
			padding: 0 10px;
			width: calc(100% - 22px);
		}

		.con06_rt .form select {
			border: 1px solid #f0f3f5;
			background: #f0f3f5;
			height: 57px;
			line-height: 55px;
			padding: 0 10px;
			width: 100%;
		}

		.con06_rt .form .text2 {
			border: 1px solid #f0f3f5;
			background: #f0f3f5;
			height: 144px;
			line-height: 24px;
			padding: 10px 10px;
			width: calc(100% - 22px);
		}

		.con06_rt .form .button1 {
			display: block;
			margin: 0 auto;
			border: none;
			background: var(--primary-color);
			color: #fff;
			height: 50px;
			line-height: 50px;
			padding: 0 30px;
			font-size: 15px;
			cursor: pointer;
			transition: all .3s ease;
			border-radius: 4px;
			text-transform: uppercase;
		}

			.con06_rt .form .button1:hover {
				opacity: .9;
			}

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

	.con06 {
		display: block;
	}

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

		.con06_lt .nr_box {
			max-width: 100%;
		}

		.con06_lt .list {
			margin-top: 15px;
		}

			.con06_lt .list .txt {
				font-size: 16px;
				line-height: 1.8em;
				margin-bottom: 20px;
			}

			.con06_lt .list .i_phone {
				font-size: 30px;
				line-height: 40px;
			}

				.con06_lt .list .i_phone i {
					margin-right: 5px;
				}

	.con06_rt {
		width: 100%;
	}

		.con06_rt .nr_box {
			padding: 20px 5%;
		}

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

		.con06_rt .form {
			margin-top: 20px;
		}

			.con06_rt .form ul li {
				margin-bottom: 15px;
			}

			.con06_rt .form .text1 {
				height: 40px;
				line-height: 40px;
			}

			.con06_rt .form select {
				height: 42px;
				line-height: 40px;
			}

			.con06_rt .form .text2 {
				height: 120px;
				line-height: 24px;
			}

			.con06_rt .form .button1 {
				height: 50px;
				line-height: 50px;
				padding: 0 20px;
				font-size: 15px;
			}
}


.con07bg {
	padding: 100px 0;
}

.con07 {
}

	.con07 .tit1 {
		text-align: center;
	}

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

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

			.con07 .list ul li {
				width: calc((100% - 75px)/4);
				margin: 0 0 25px 25px;
			}

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

				.con07 .list ul li .nr_box {
					background: #fff;
					box-shadow: 0 5px 10px rgba(0,0,0,.11);
					border-bottom: 5px solid var(--primary-color);
				}

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

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

				.con07 .list ul li:hover .img img {
					opacity: .9;
				}

				.con07 .list ul li .txt {
					text-align: center;
					padding: 30px 5%;
				}

					.con07 .list ul li .txt .h2 {
						font-size: 20px;
						line-height: 30px;
						font-weight: bold;
					}

					.con07 .list ul li .txt .h3 {
						font-size: 14px;
						line-height: 24px;
						color: #666;
					}

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

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

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

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

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

			.con07 .list ul li .txt {
				padding: 10px 5%;
			}

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

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


.con08bg {
	padding: 100px 0;
	position: relative;
}

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

.con08 {
	position: relative;
	z-index: 2;
}

	.con08 .tit2 {
		text-align: center;
	}

	.con08 .list {
		margin-top: 80px;
	}

.feedback_swiper {
	position: relative;
	padding-bottom: 50px;
}

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

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

			.feedback_swiper .swiper-container .swiper-slide .nr_box {
				margin: 0 1.56vw;
				background: rgba(0,0,0,.6);
				border-radius: 4px;
				color: #fff;
				padding: 45px 8%;
			}

			.feedback_swiper .swiper-container .swiper-slide .box1 {
				padding-top: 50px;
				position: relative;
				margin-bottom: 40px;
			}

				.feedback_swiper .swiper-container .swiper-slide .box1:before {
					content: "\f10d";
					font: normal normal normal 40px/1 FontAwesome;
					position: absolute;
					top: 0;
					left: 0;
				}

			.feedback_swiper .swiper-container .swiper-slide .h4 {
				font-size: 17px;
				line-height: 27px;
			}

			.feedback_swiper .swiper-container .swiper-slide .box2 {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.feedback_swiper .swiper-container .swiper-slide .imgbg {
				width: 65px;
			}

			.feedback_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 100%;
				position: relative;
				overflow: hidden;
				border-radius: 100%;
			}

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

			.feedback_swiper .swiper-container .swiper-slide .txtbg {
				width: calc(100% - 85px);
			}

			.feedback_swiper .swiper-container .swiper-slide .txt {
			}

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

			.feedback_swiper .swiper-container .swiper-slide .h3 {
				font-size: 15px;
				line-height: 25px;
			}

	.feedback_swiper .swiper-pagination {
		bottom: 0;
		width: 100%;
		height: 10px;
	}

		.feedback_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			margin: 0 4px;
			width: 10px;
			height: 10px;
			border-radius: 10px;
			background: #fff;
			opacity: 1;
			transition: all .3s ease;
		}

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

	.feedback_swiper .swiper-button-prev, .feedback_swiper .swiper-button-next {
		text-align: center;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-top: -25px;
		background: #fff;
		color: #333;
		font-size: 20px;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}

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

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

	.feedback_swiper .swiper-button-prev {
		left: 1.56vw;
	}

	.feedback_swiper .swiper-button-next {
		right: 1.56vw;
	}

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

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

	.feedback_swiper {
		padding-bottom: 30px;
	}

		.feedback_swiper .swiper-container .swiper-slide .nr_box {
			margin: 0 20px;
			padding: 20px 5%;
		}

		.feedback_swiper .swiper-container .swiper-slide .box1 {
			padding-top: 40px;
			margin-bottom: 20px;
		}

			.feedback_swiper .swiper-container .swiper-slide .box1:before {
				font-size: 30px;
			}

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

		.feedback_swiper .swiper-container .swiper-slide .imgbg {
			width: 65px;
		}

		.feedback_swiper .swiper-container .swiper-slide .txtbg {
			width: calc(100% - 75px);
		}

		.feedback_swiper .swiper-container .swiper-slide .h2 {
			font-size: 18px;
			line-height: 28px;
			margin-bottom: 5px;
		}

		.feedback_swiper .swiper-container .swiper-slide .h3 {
			font-size: 14px;
			line-height: 24px;
		}

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


.con09bg {
	padding: 100px 0;
	background: #f5f8fa;
}

.con09 {
}

	.con09 .tit1 {
		text-align: center;
	}

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

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

			.con09 .list ul li {
				width: calc((100% - 50px)/3);
				margin: 0 0 25px 25px;
			}

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

				.con09 .list ul li .nr_box {
					background: #fff;
					box-shadow: 0 5px 10px rgba(0,0,0,.11);
				}

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

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

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

				.con09 .list ul li .txt {
					padding: 30px 5%;
				}

					.con09 .list ul li .txt .h2 {
						font-size: 20px;
						line-height: 30px;
						font-weight: bold;
						margin-bottom: 15px;
						overflow: hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
					}

					.con09 .list ul li .txt .h3 {
						font-size: 16px;
						line-height: 26px;
						color: #666;
						margin-bottom: 15px;
						overflow: hidden;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
					}

					.con09 .list ul li .txt .h4 {
						font-size: 14px;
						line-height: 24px;
						color: #999;
						margin-bottom: 15px;
					}

						.con09 .list ul li .txt .h4 i {
							margin-right: 5px;
						}

					.con09 .list ul li .txt .btn {
						font-size: 16px;
						line-height: 26px;
						color: var(--primary-color);
					}

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

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

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

			.con09 .list ul li .txt {
				padding: 20px 5%;
			}

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

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

				.con09 .list ul li .txt .h4 {
					font-size: 14px;
					line-height: 24px;
					margin-bottom: 10px;
				}

					.con09 .list ul li .txt .h4 i {
						margin-right: 5px;
					}

				.con09 .list ul li .txt .btn {
					font-size: 16px;
					line-height: 26px;
				}
}


.con10bg {
	padding: 60px 0;
}

.con10 {
}

	.con10 .list {
	}

.partner_swiper {
	position: relative;
	padding-bottom: 30px;
}

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

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

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

			.partner_swiper .swiper-container .swiper-slide .imgbg {
			}

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

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

	.partner_swiper .swiper-pagination {
		bottom: 0;
		width: 100%;
		height: 10px;
	}

		.partner_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			margin: 0 4px;
			width: 10px;
			height: 10px;
			border-radius: 10px;
			background: #000;
			opacity: .5;
			transition: all .3s ease;
		}

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

	.partner_swiper .swiper-button-prev, .partner_swiper .swiper-button-next {
		text-align: center;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-top: -25px;
		background: #fff;
		color: #333;
		font-size: 20px;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}

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

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

	.partner_swiper .swiper-button-prev {
		left: 0;
	}

	.partner_swiper .swiper-button-next {
		right: 0;
	}

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

	.partner_swiper {
		padding-bottom: 30px;
	}

		.partner_swiper .swiper-container .swiper-slide .nr_box {
			margin: 0 1px;
		}

	.feedback_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
	}

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



.foot {
	background: #0F1327;
	color: #999;
}

	.foot a {
		color: #999;
	}

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

.foot1bg {
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

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

	.foot1 .lt {
		width: 46%;
	}

.foot .f_contact {
	font-size: 16px;
	line-height: 26px;
}

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

	.foot .f_contact ul li {
		padding-left: 45px;
		position: relative;
		margin-top: 15px;
	}

		.foot .f_contact ul li i {
			line-height: 26px;
			position: absolute;
			left: 0;
			top: 0;
		}

		.foot .f_contact ul li strong {
			display: block;
		}

		.foot .f_contact ul li span {
			display: block;
		}

.foot1 .ct {
}

.foot .f_nav {
	font-size: 16px;
	line-height: 26px;
}

	.foot .f_nav .h2 {
		font-size: 19px;
		line-height: 29px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 35px;
	}

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

.foot1 .rt {
	width: 29%;
}

.foot .f_newsletter {
	margin-bottom: 15px;
}

	.foot .f_newsletter .h2 {
		font-size: 19px;
		line-height: 29px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 35px;
	}

	.foot .f_newsletter .h3 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.foot .f_newsletter .form {
		height: 50px;
	}

		.foot .f_newsletter .form .text1 {
			float: left;
			border: none;
			background: #fff;
			height: 50px;
			line-height: 50px;
			padding: 0 0 0 10px;
			width: calc(100% - 70px);
		}

		.foot .f_newsletter .form .button1 {
			float: right;
			border: none;
			background: var(--primary-color);
			color: #fff;
			height: 50px;
			line-height: 50px;
			width: 60px;
			font-size: 22px;
			cursor: pointer;
			text-align: center;
			transition: all .3s ease;
		}

			.foot .f_newsletter .form .button1:hover {
				opacity: .9;
			}

.foot .f_share {
}

	.foot .f_share a {
		display: inline-block;
		width: 40px;
		line-height: 40px;
		font-size: 18px;
		text-align: center;
		background: #35424f;
		margin-right: 2px;
	}

		.foot .f_share a:hover {
			background: var(--primary-color);
			color: #fff;
		}

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

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

.foot f_info {
}

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

	.foot1 {
		display: block;
	}

		.foot1 .lt {
			width: 100%;
			margin-bottom: 15px;
		}

	.foot .f_contact {
		font-size: 16px;
		line-height: 26px;
	}

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

		.foot .f_contact ul li {
			padding-left: 45px;
			position: relative;
			margin-top: 5px;
		}

			.foot .f_contact ul li i {
				line-height: 26px;
				position: absolute;
				left: 0;
				top: 0;
			}

	.foot1 .ct {
		display: none;
	}

	.foot1 .rt {
		width: 100%;
	}

	.foot .f_newsletter {
		margin-bottom: 15px;
	}

		.foot .f_newsletter .h2 {
			font-size: 19px;
			line-height: 29px;
			font-weight: bold;
			color: #fff;
			margin-bottom: 15px;
		}

		.foot .f_newsletter .h3 {
			font-size: 16px;
			line-height: 26px;
			margin-bottom: 20px;
		}

		.foot .f_newsletter .form {
			height: 50px;
		}

			.foot .f_newsletter .form .text1 {
				float: left;
				border: none;
				background: #fff;
				height: 50px;
				line-height: 50px;
				padding: 0 0 0 10px;
				width: calc(100% - 70px);
			}

			.foot .f_newsletter .form .button1 {
				float: right;
				border: none;
				background: var(--primary-color);
				color: #fff;
				height: 50px;
				line-height: 50px;
				width: 60px;
				font-size: 22px;
				cursor: pointer;
				text-align: center;
				transition: all .3s ease;
			}

				.foot .f_newsletter .form .button1:hover {
					opacity: .9;
				}

	.foot .f_share a {
		width: 40px;
		line-height: 40px;
		font-size: 18px;
		margin-right: 2px;
	}

	.foot2bg {
		padding: 15px 0;
	}

	.foot2 {
		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%);
	color: #fff;
	text-align: center;
}

	.inbanner_txt .h2 {
		font-size: 40px;
		line-height: 50px;
		font-weight: bold;
	}

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

.inbarbg {
	margin-top: 60px;
}

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

	.innav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}

		.innav ul li {
			position: relative;
			margin: 0 5px;
		}

			.innav ul li a {
				display: block;
				text-align: center;
				height: 46px;
				display: flex;
				justify-content: center;
				align-items: center;
				padding: 0 20px;
				background: #edf1f7;
				color: #999;
			}

			.innav ul li.hover {
				color: #fff;
			}

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

@media(max-width:999px) {
	.inbarbg {
		margin-top: 40px;
	}

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

		.innav ul {
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
		}

			.innav ul li {
				width: 32%;
				margin: 0 0 2% 2%;
			}

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

				.innav ul li a {
					height: 40px;
					padding: 0 5px;
				}
}

.insidebg {
	margin: 60px 0 100px 0;
}

.inside {
}

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

.side_a {
	border: 1px solid #e9ebee;
	overflow: hidden;
}

	.side_a .h1 {
		font-size: 24px;
		line-height: 34px;
		padding: 25px 10px 25px 20px;
		border-bottom: 1px solid #eee;
	}

		.side_a .h1 strong {
		}

	.side_a > ul {
	}

	.side_a ul li {
	}

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

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

	.side_a ul li span {
		display: block;
		padding: 15px 20px 15px 20px;
		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: #fff;
		background: var(--primary-color);
	}

	.side_a ul li.active1 > span {
	}

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

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

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

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

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

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

	.side_a > ul > li > span:hover a, .side_a > ul > li.hover > span a {
		color: #fff;
	}

	.side_a ul li ul {
		padding: 0 10px 10px 35px;
		display: none;
	}

		.side_a ul li ul li {
		}

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

			.side_a ul li ul li a {
			}

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

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

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

	.side_a .h1 {
		font-size: 24px;
		line-height: 34px;
		padding: 10px 10px 10px 20px;
	}

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

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

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

	.inside_rt {
		width: 100%;
	}
}



.aboutus1bg {
	padding: 100px 0;
}

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

.aboutus1_lt {
	width: 49%;
}

	.aboutus1_lt .list {
		margin-top: 1.04vw;
	}

		.aboutus1_lt .list .txt {
			font-size: 16px;
			line-height: 1.8em;
		}

.aboutus1_rt {
	width: 40%;
}

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

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

	.aboutus1 {
		display: block;
	}

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

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

			.aboutus1_lt .list .txt {
				font-size: 14px;
				line-height: 1.8em;
			}

	.aboutus1_rt {
		width: 100%;
	}
}

.aboutus2bg {
	padding: 100px 0;
	background: #f5f8fa;
}

.aboutus2 {
}

	.aboutus2 .tit1 {
		text-align: center;
	}

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

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

			.aboutus2 .list ul li {
				width: calc((100% - 75px)/4);
				margin: 0 0 25px 25px;
			}

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

				.aboutus2 .list ul li .nr_box {
					background: #fff;
					box-shadow: 0 5px 10px rgba(0,0,0,.11);
					border-bottom: 5px solid var(--primary-color);
				}

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

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

				.aboutus2 .list ul li:hover .img img {
					opacity: .9;
				}

				.aboutus2 .list ul li .txt {
					text-align: center;
					padding: 30px 5%;
				}

					.aboutus2 .list ul li .txt .h2 {
						font-size: 20px;
						line-height: 30px;
						font-weight: bold;
					}

					.aboutus2 .list ul li .txt .h3 {
						font-size: 14px;
						line-height: 24px;
						color: #666;
					}

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

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

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

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

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

			.aboutus2 .list ul li .txt {
				padding: 10px 5%;
			}

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

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


.aboutus3bg {
	padding: 100px 0;
}

.aboutus3 {
}

	.aboutus3 .list {
		margin-top: 80px;
	}

.feedback2_swiper {
	position: relative;
	padding-bottom: 50px;
}

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

		.feedback2_swiper .swiper-container .swiper-slide {
			position: relative;
			padding: 30px 0 15px 0;
		}

			.feedback2_swiper .swiper-container .swiper-slide .nr_box {
				margin: 0 1.3vw;
				background: #fff url(../images/pattern1.png) no-repeat;
				border-radius: 4px;
				padding: 80px 8% 45px 8%;
				box-shadow: rgba(0, 0, 0, 0.11) 0px 5px 10px;
				position: relative;
			}

			.feedback2_swiper .swiper-container .swiper-slide .imgbg {
				width: 72px;
				border: 4px solid var(--primary-color);
				border-radius: 100%;
				position: absolute;
				top: -20px;
				left: 8%;
			}

			.feedback2_swiper .swiper-container .swiper-slide .img {
				padding-bottom: 100%;
				position: relative;
				overflow: hidden;
				border-radius: 100%;
			}

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

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

			.feedback2_swiper .swiper-container .swiper-slide .txt {
			}

			.feedback2_swiper .swiper-container .swiper-slide .h4 {
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 15px;
			}

			.feedback2_swiper .swiper-container .swiper-slide .h2 {
				font-size: 18px;
				line-height: 28px;
				font-weight: bold;
			}

			.feedback2_swiper .swiper-container .swiper-slide .h3 {
				font-size: 15px;
				line-height: 25px;
			}

	.feedback2_swiper .swiper-pagination {
		bottom: 0;
		width: 100%;
		height: 10px;
	}

		.feedback2_swiper .swiper-pagination .swiper-pagination-bullet {
			vertical-align: top;
			margin: 0 4px;
			width: 10px;
			height: 10px;
			border-radius: 10px;
			background: #000;
			opacity: .3;
			transition: all .3s ease;
		}

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

	.feedback2_swiper .swiper-button-prev, .feedback2_swiper .swiper-button-next {
		text-align: center;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-top: -25px;
		background: #fff;
		color: #333;
		font-size: 20px;
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}

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

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

	.feedback2_swiper .swiper-button-prev {
		left: 1.3vw;
	}

	.feedback2_swiper .swiper-button-next {
		right: 1.3vw;
	}

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

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

	.feedback2_swiper {
		padding-bottom: 30px;
	}

		.feedback2_swiper .swiper-container .swiper-slide {
			padding: 30px 0 15px 0;
		}

			.feedback2_swiper .swiper-container .swiper-slide .nr_box {
				margin: 0 10px;
				padding: 80px 5% 40px 5%;
			}

			.feedback2_swiper .swiper-container .swiper-slide .h4 {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 15px;
			}

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

			.feedback2_swiper .swiper-container .swiper-slide .h3 {
				font-size: 14px;
				line-height: 24px;
			}

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

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

	.aboutus4bg:before {
		content: "";
		width: 100%;
		height: 100%;
		background: var(--primary-color);
		opacity: .9;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

.aboutus4 {
	position: relative;
	z-index: 2;
	color: #fff;
}

	.aboutus4 .tit2 {
		text-align: center;
	}

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

		.aboutus4 .list .txt {
			font-size: 20px;
			line-height: 1.7em;
			margin-bottom: 40px;
		}

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

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

		.aboutus4 .list .txt {
			font-size: 16px;
			line-height: 1.7em;
			margin-bottom: 30px;
		}
}



.service1bg {
	padding: 100px 0;
}

.service1 {
}

	.service1 .tit1 {
		text-align: center;
	}

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

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

			.service1 .list ul li {
				width: calc((100% - 50px)/3);
				margin: 0 0 25px 25px;
			}

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

				.service1 .list ul li .nr_box {
					padding: 40px 5%;
					box-shadow: 0 5px 10px rgba(0,0,0,.11);
				}

				.service1 .list ul li .img {
					height: 60px;
					position: relative;
				}

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

				.service1 .list ul li .txt {
					text-align: center;
					margin-top: 25px;
				}

					.service1 .list ul li .txt .h2 {
						font-size: 24px;
						line-height: 34px;
						font-weight: bold;
						margin-bottom: 20px;
					}

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

					.service1 .list ul li .txt .btn {
						font-size: 16px;
					}

						.service1 .list ul li .txt .btn i {
							display: inline-block;
							text-align: center;
							width: 30px;
							line-height: 30px;
							background: #eaf1f8;
							color: #666;
							border-radius: 100%;
						}

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

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

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

			.service1 .list ul li .nr_box {
				padding: 20px 5%;
			}

			.service1 .list ul li .img {
				height: 60px;
			}

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

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

				.service1 .list ul li .txt .h3 {
					font-size: 14px;
					line-height: 24px;
					margin-bottom: 10px;
				}
}

.service2bg {
	background: var(--primary-color);
}

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

.service2_lt {
	width: 50%;
}

	.service2_lt img {
		display: block;
		width: 100%;
		height: 100%;
	}

.service2_rt {
	width: 50%;
	color: #fff;
}

	.service2_rt .nr_box {
		padding: 5.2vw 10%;
	}

	.service2_rt .h2 {
		font-size: 36px;
		line-height: 46px;
		font-weight: bold;
	}

	.service2_rt .form {
		margin-top: 2.08vw;
	}

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

			.service2_rt .form ul li {
				width: 48%;
				margin-bottom: 15px;
			}

				.service2_rt .form ul li.li1 {
					width: 100%;
				}

		.service2_rt .form .text1 {
			border: 1px solid #f0f3f5;
			background: #fff;
			height: 55px;
			line-height: 55px;
			padding: 0 10px;
			width: calc(100% - 22px);
		}

		.service2_rt .form select {
			border: 1px solid #f0f3f5;
			background: #fff;
			height: 57px;
			line-height: 55px;
			padding: 0 10px;
			width: 100%;
		}

		.service2_rt .form .text2 {
			border: 1px solid #f0f3f5;
			background: #fff;
			height: 144px;
			line-height: 24px;
			padding: 10px 10px;
			width: calc(100% - 22px);
		}

		.service2_rt .form .button1 {
			display: block;
			border: none;
			background: #fff;
			color: #333;
			height: 50px;
			line-height: 50px;
			padding: 0 30px;
			font-size: 15px;
			cursor: pointer;
			transition: all .3s ease;
			border-radius: 4px;
			text-transform: uppercase;
		}

			.service2_rt .form .button1:hover {
				opacity: .9;
			}

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

	.service2_lt {
		width: 100%;
	}

	.service2_rt {
		width: 100%;
	}

		.service2_rt .nr_box {
			padding: 20px 5%;
		}

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

		.service2_rt .form {
			margin-top: 10px;
		}

			.service2_rt .form ul li {
				margin-bottom: 15px;
			}

			.service2_rt .form .text1 {
				height: 40px;
				line-height: 40px;
			}

			.service2_rt .form select {
				height: 42px;
				line-height: 40px;
			}

			.service2_rt .form .text2 {
				height: 120px;
				line-height: 24px;
			}

			.service2_rt .form .button1 {
				height: 50px;
				line-height: 50px;
				padding: 0 20px;
				font-size: 15px;
			}
}


.faq1 {
}

	.faq1 .tit1 {
		text-align: center;
	}

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

		.faq1 .list ul li {
			box-shadow: 0 0 10px rgba(0,0,0,.07);
			background: #fff;
			margin-bottom: 20px;
		}

			.faq1 .list ul li .h2 {
				font-size: 20px;
				line-height: 30px;
				padding: 10px 40px 10px 20px;
				cursor: pointer;
				position: relative;
			}

				.faq1 .list ul li .h2:before {
					content: "\f067";
					font: normal normal normal 14px/1 FontAwesome;
					width: 14px;
					text-align: center;
					position: absolute;
					right: 20px;
					top: 50%;
					transform: translateY(-50%);
				}

			.faq1 .list ul li .txt {
				border-top: 1px solid #ddd;
				padding: 20px 20px;
				display: none;
			}

				.faq1 .list ul li .txt .h3 {
					font-size: 16px;
					line-height: 1.8em;
				}

			.faq1 .list ul li.active1 .h2 {
				background: var(--primary-color);
				color: #fff;
			}

				.faq1 .list ul li.active1 .h2:before {
					content: "\f068";
				}
