﻿/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	box-sizing: border-box;
}

body {
	font-size: 12px;
	font-family: 'PingFang SC';
	color: #666;
}

a {
	color: #666;
}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

@font-face {
	font-family: 'PingFang SC';
	src: url('../font/PingFangSCMedium.woff2') format('woff2'), url('/fonts/PingFangSCMedium.woff') format('woff'), url('../font/PingFangSCMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


.head {
	width: 100%;
	background-color: #Fff;
}

	.head .wapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.logo {
	/*width: 200px;*/
}

	.logo img {
		width: 100%;
		display: block;
		max-height: 70px;
	}

.menu ul li {
	line-height: 100px;
	padding: 0 20px;
}

	.menu ul li a {
		font-size: 18px;
		font-weight: bold;
		color: #727272;
	}

.menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.link a {
	display: block;
	width: 120px;
	line-height: 45px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	background-image: url(/images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
}

.banner {
	position: relative;
	overflow: hidden;
}

	.banner .swiper-container {
	}

	.banner .swiper-slide {
		position: relative;
		overflow: hidden;
		z-index: 1;
	}

		.banner .swiper-slide.swiper-slide-active {
			z-index: 2;
		}

		.banner .swiper-slide img {
			display: block;
			width: 100%;
			height: 33vw;
			background: #f9f9f9;
			transform: scale(1.1);
			transition: all 4s ease;
		}

		.banner .swiper-slide.swiper-slide-active img {
			transform: scale(1);
		}

		.banner .swiper-slide .txtbg {
			width: 80%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

		.banner .swiper-slide .txt {
			color: #fff;
			text-align: center;
		}

			.banner .swiper-slide .txt .h2 {
				font-size: 80px;
				line-height: 1.2em;
				font-weight: bold;
				margin-bottom: 20px;
			}

			.banner .swiper-slide .txt .h3 {
				font-size: 28px;
				line-height: 1.4em;
			}

	.banner .swiper-pagination {
		height: 10px;
		bottom: var(--40px);
	}

		.banner .swiper-pagination span {
			display: inline-block;
			vertical-align: top;
			width: 10px;
			height: 10px;
			border-radius: 10px;
			margin: 0 8px;
			background: #fff;
			opacity: 1;
			transition: all .3s ease;
		}

			.banner .swiper-pagination span.swiper-pagination-bullet-active {
				width: 20px;
				background: #fff;
				opacity: 1;
			}

	.banner .swiper-button-prev, .banner .swiper-button-next {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		background-color: rgba(0,0,0,.5);
		background-size: 15px 30px;
		opacity: 0;
		transition: all .3s ease;
		border-radius: 8px;
	}

	.banner .swiper-button-prev {
		left: 5%;
		transform: translateX(-100%);
	}

	.banner .swiper-button-next {
		right: 5%;
		transform: translateX(100%);
	}

	.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next {
		opacity: .7;
		transform: translateX(0) !important;
	}

	.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
		opacity: 1;
	}

@media(max-width:999px) {
	.banner .swiper-slide img {
		height: 50vw;
	}

	.banner .swiper-slide .txtbg {
		width: 90%;
	}

	.banner .swiper-slide .txt .h2 {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}

	.banner .swiper-slide .txt .h3 {
		font-size: 24px;
		line-height: 1.4em;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-button-prev, .banner .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}

.con1 {
	width: 100%;
	padding: 30px 0 60px;
}

.bt {
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

	.bt span {
		width:;
		font-size: 18px;
		padding: 13px 22px;
		border-radius: 20px;
		background-color: #ECEBF5;
		color: #1201D9;
	}

	.bt h1 {
		font-size: 58px;
		margin-top: 30px;
		color: #e46133;
	}

.con1 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

	.con1 ul li {
		width: 140px;
		border-radius: 50%;
		background-color: #E46133;
		height: 140px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px 20px;
	}

		.con1 ul li a {
			font-size: 20px;
			color: #Fff;
			font-weight: bold;
			transition: all 0.3s;
		}

		.con1 ul li:hover a {
			transform: translateY(-10px);
			transition: all 0.3s
		}

.con2 {
	width: 100%;
	padding: 30px 0 60px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bt1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

	.bt1 h1 {
		background-image: linear-gradient(to right, #4e8cb2, #add15f);
		background-position: 0 100%;
		background-size: 100% 5px;
		background-repeat: no-repeat;
		position: relative;
		display: inline-block;
		padding-bottom: 8px;
		font-size: 38px;
		color: #e46133;
	}

	.bt1 a {
		font-size: 14px;
		color: #fff;
		border-radius: 20px 0;
		padding: 10px 20px;
		background-color: #4e8cb2;
		display: inline-block;
	}

.con2 ul li {
	width: calc((100% - 60px) / 7);
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

	.con2 ul li a {
		overflow: hidden;
		display: block
	}

	.con2 ul li:nth-child(7n) {
		margin-right: 0;
	}

	.con2 ul li img {
		display: block;
		width: 100%;
		transition: all 0.3s;
	}

	.con2 ul li:hover img {
		transform: scale(1.1);
		transition: all 0.3s;
	}

.c2bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(82 82 82 / 16%);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.iconimg {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

	.iconimg img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

.c2bg h2 {
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.con3 {
	width: 100%;
	padding: 30px 0 60px;
}

.c3nr {
	width: 100%;
}

.c3lf {
	width: calc((100% - 20px)/2);
	float: left;
	margin-right: 20px;
}

	.c3lf img {
		object-fit: cover;
		height: 550px;
		width: 100%;
		display: block;
		transition: all 0.3s;
	}

	.c3lf:hover img {
		transform: scale(1.1);
		transition: all 0.3s;
	}


.c3rt {
	width: calc((100% - 20px)/2);
	float: right;
}

	.c3rt ul li {
		width: calc((100% - 20px)/2);
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
	}

		.c3rt ul li:nth-child(2n) {
			margin-right: 0;
		}

		.c3rt ul li img {
			object-fit: cover;
			height: 265px;
			width: 100%;
			display: block;
			transition: all 0.3s;
		}

		.c3rt ul li:hover img {
			transform: scale(1.1);
			transition: all 0.3s;
		}

.con4 {
	width: 100%;
	padding: 30px 0 60px;
}

.c4pic {
	width: 100%;
}

	.c4pic img {
		width: 100%;
		display: block;
	}

.con5 {
	width: 100%;
	padding: 30px 0 60px;
}

	.con5 ul li {
		width: calc((100% - 20px)/2);
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		text-align: center;
		position: relative;
	}

		.con5 ul li img {
			height: 260px;
			width: 100%;
			display: block;
			object-fit: cover;
			transition: all 0.3s;
		}

		.con5 ul li a {
			display: block;
			overflow: hidden
		}

		.con5 ul li:hover img {
			transform: scale(1.1);
			transition: all 0.3s;
		}

		.con5 ul li:nth-child(2n) {
			margin-right: 0px;
		}

		.con5 ul li h1 {
			font-size: 24px;
			color: #fff;
			padding: 10px;
			border-radius: 10px;
			display: none;
			position: absolute;
			bottom: 10px;
			left: 50%;
			transform: translateX(-50%);
			background-color: #4e8cb2;
		}

.con6 {
	width: 100%;
	padding: 30px 0 60px;
}

.in4_dr_u {
	position: relative; /* background: #E2704B; */
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	margin: 0;
	overflow: hidden;
}

.in4_dr em {
	display: block;
	position: absolute;
	width: 22px;
	height: 30px;
	right: 10%;
	top: 46%;
	background: url(/images/in4_icon1.png) no-repeat right center;
	overflow: hidden;
}

.in4_dr ul {
	overflow: hidden;
}

.in4_dr li {
	width: calc(64% / 6);
	height: auto;
	margin: 3% 3%;
	float: left;
	border-radius: 15px;
	text-align: center;
	position: relative;
	color: #FFF;
	cursor: pointer;
	background-color: #E2704B;
	padding: 20px 0;
}

	.in4_dr li:nth-child(5), .in4_dr li:nth-child(6), .in4_dr li:nth-child(7), .in4_dr li:nth-child(8) {
		float: right;
	}
/* Èç¹ûÄúÏ£Íû¼ýÍ·ÍêÈ«Ë®Æ½ÒÆ¶¯ */
@keyframes horizontalMove {
	0% {
		transform: translateX(-20px) translateY(-50%);
		opacity: 0;
	}

	50% {
		transform: translateX(0) translateY(-50%);
		opacity: 1;
	}

	100% {
		transform: translateX(20px) translateY(-50%);
		opacity: 0;
	}
}

/* Ê¹ÓÃtransformÊµÏÖ¸üÁ÷³©µÄ¶¯»­ */
.in4_dr li:before {
	position: absolute;
	left: -55px; /* ±£³ÖÔ­Ê¼Î»ÖÃ */
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 30px;
	height: 22px;
	background: url("../image/in4_icon.png") no-repeat;
	background-size: 100% 100%;
	animation: horizontalMove 2s ease-in-out infinite;
}



.in4_dr li:nth-child(1):before, .in4_dr li:nth-child(8):before {
	display: none;
}

.in4_dr li:nth-child(5):before, .in4_dr li:nth-child(6):before, .in4_dr li:nth-child(7):before { /* position:absolute; */ /* left: -40px; */ /* top:50%; */ /* display: block; */ /* content: ""; */ /* width:30px; */ /* height:22px; */ /* background: url("../images/in4_icon2.png") no-repeat; */ /* background-size: 100% 100%; */
}

.in4_dr li:nth-child(1):before, .in4_dr li:nth-child(8):before {
	display: none;
}

.in4_dr li i {
	display: inline-block;
	width: 74px;
	height: 74px;
	overflow: hidden;
	display: none;
}

	.in4_dr li i img {
		width: 100%;
		transition: .5s;
	}

.in4_dr li:hover {
	color: #FFF;
}

	.in4_dr li:hover i img {
		margin-top: -74px;
	}

.in4_dr li p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 900;
}

.in4_dr li:hover p {
	color: #45AFA8
}

.con7 {
	width: 100%;
	padding: 30px 0 60px;
}

.c7nr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c7lf {
	width: 48%;
}

	.c7lf img {
		width: 100%;
		display: block;
		border-radius: 15px;
	}

.c7rt {
	width: 48%;
}

	.c7rt h2 {
		font-size: 38px;
		color: #1DBDC9;
		margin-bottom: 10px;
	}

	.c7rt h1 {
		font-size: 28px;
		color: #000;
		margin-bottom: 40px;
	}

	.c7rt .nr {
		font-size: 18px;
		margin-bottom: 40px;
	}

.c7more {
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	background-color: #2F87C7;
	text-align: center;
	color: #1EBBCA;
	border-radius: 15px;
	color: #fff;
}

.con8 {
	width: 100%;
	padding: 30px 0 60px;
}

	.con8 h2 {
		font-size: 38px;
		color: #e46133;
		text-align: center;
		margin-bottom: 60px;
	}

	.con8 ul li {
		width: calc((100% - 68px)/4);
		border-radius: 20px;
		overflow: hidden;
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		box-shadow: 1px 1px 7px #ddd;
	}

		.con8 ul li:nth-child(4n) {
			margin-right: 0;
		}

		.con8 ul li img {
			width: 100%;
			display: block;
		}

.c8nr {
	padding: 10px;
}

	.c8nr h1 {
		font-size: 16px;
	}

.lines {
	width: 30px;
	height: 2px;
	background-color: #D18380;
	margin: 15px 0;
}

.nr {
	font-size: 16px;
}

.nybanner {
	width: 100%;
}

	.nybanner img {
		width: 100%;
		display: block;
	}

.news {
	width: 100%;
	padding: 60px 0;
}

.news_ct {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.news_ct {
	margin-top: 40px;
}

	.news_ct > div:nth-child(2) {
		flex: 1;
		width: calc(80% - 40px);
	}

	.news_ct > div:nth-child(1) {
		margin-right: 40px;
		width: 20%;
		/* background-color: #E46133; */
		border-radius: 15px;
	}

		.news_ct > div:nth-child(1) span {
			display: block;
			line-height: 15px;
			border-bottom: 0;
			color: #fff;
			font-size: 18px;
			padding: 15px 15px;
			/*text-align: center;*/
		}

			.news_ct > div:nth-child(1) span:hover {
				background-color: #FF6637;
				color: #fff;
			}

			.news_ct > div:nth-child(1) span.nes_sty {
				position: relative;
				background-color: #FF6637;
				color: #fff;
			}

				.news_ct > div:nth-child(1) span.nes_sty::after {
					content: "";
					position: absolute;
					top: 18px;
					right: -16px;
					display: block;
					width: 0;
					height: 0;
					border-top: 8px solid transparent;
					border-right: 8px solid transparent;
					border-bottom: 8px solid transparent;
					border-left: 8px solid #FF6637;
				}

	.news_ct ul > li {
		margin: 0px 0;
	}

		.news_ct ul > li > a {
			display: flex;
		}

			.news_ct ul > li > a > div:nth-child(1) {
				width: 30%;
				margin-right: 20px;
				border-radius: 6px;
				overflow: hidden;
			}

				.news_ct ul > li > a > div:nth-child(1) img {
					display: block;
					width: 100%;
				}

			.news_ct ul > li > a > div:nth-child(2) h3 {
				color: #000;
				margin-top: 60px;
			}

			.news_ct ul > li > a > div:nth-child(2) p {
				color: #ccc;
				margin-top: 20px;
			}

.c_k {
	width: 20px;
	height: 13px;
	display: inline-block;
	margin: 0 8px 0 0;
	background: url(/images/mbg01.png) no-repeat;
	background-position: -1911px -51px;
	vertical-align: middle;
}

.update_news3 {
	max-width: 1200px;
	margin: 0 auto;
}

	.update_news3 ul li {
		padding: 0;
		margin: 0 0 30px 0;
		box-sizing: border-box;
		transition: all .4s ease-out;
	}

		.update_news3 ul li .news_con {
			overflow: hidden;
			display: flex;
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap;
		}

			.update_news3 ul li .news_con .news_pic { /* float: left;*/
				width: 100%;
				border-radius: 20px 20px 0px 0px;
				overflow: hidden;
			}

				.update_news3 ul li .news_con .news_pic img {
					width: 100%;
					transition: all .36s ease;
					display: block;
					height: 500px;
					object-fit: contain;
				}

		.update_news3 ul li .news_desc { /*float: right; */
			width: 100%;
			background-color: #ECECEA;
			border-radius: 0 0 20px 20px;
			padding: 10px 30px;
		}

			.update_news3 ul li .news_desc h1 {
				font-size: 24px;
				text-align: center;
				margin-bottom: 20px;
			}

.news_desc .nr {
	font-size: 20px;
}

	.news_desc .nr span {
		font-size: 20px;
		font-weight: bold;
		color: #05957A;
		margin-right: 10px;
	}

	.news_desc .nr p {
		display: inline-block;
	}

.case {
	width: 100;
	padding: 60px 0;
}

	.case h2 {
		font-size: 38px;
		text-align: center;
		margin-bottom: 40px;
		color: #E46133;
	}

	.case ul li {
		width: calc((100% - 40px)/3);
		position: relative;
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
		text-align: center;
	}

		.case ul li:nth-child(3n) {
			margin-right: 0;
		}

		.case ul li a {
			overflow: hidden;
			display: block
		}

		.case ul li img {
			width: 100%;
			display: block;
			/*margin-bottom: 10px;*/
		}

		.case ul li:hover img {
			transform: scale(1.1);
			transition: all 0.5s
		}

		.case ul li h1 {
			font-size: 25px;
			width: 100%;
			display: inline-block;
			padding: 10px 15px;
			background-color: #e3e3e3;
			/*border-radius: 25px;*/
			color: #e46133;
		}

.inbar {
	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;
}

.inbarbg {
	border-bottom: solid 1px #e0e0e0;
}

.weizhi {
	font-size: 14px;
	line-height: 44px;
	text-align: right;
}

	.weizhi i {
		margin-right: 5px;
	}

@media(max-width:999px) {
	.inbar {
		display: block;
	}

	.innav {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 0;
	}

		.innav ul {
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
			flex-wrap: wrap;
		}

			.innav ul li {
				width: calc((100% - 20px)/3 - 2px);
				height: 40px;
				border: 1px solid #cdcdcd;
				margin: 5px 0 5px 10px;
			}

				.innav ul li:nth-child(3n-2) {
					margin-left: 0;
				}

				.innav ul li > a:before {
					display: none;
				}

				.innav ul li.hover {
					background: #E36033;
					color: #fff;
				}

					.innav ul li.hover > a {
						color: #fff;
						font-weight: bold;
					}

	.weizhi {
		font-size: 14px;
		line-height: 24px;
		display: none;
	}
}

.casepic {
	width: 100%;
}

	.casepic img {
		width: 100%;
		display: block;
	}

.insidebg {
	padding: 40px 0;
}

.inside {
}

.inside_lt {
	float: left;
	width: 20%;
	position: sticky;
	top: 100px;
}

.side_a {
	background: #f5f5f5;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin-bottom: 30px;
}

	.side_a .h1 {
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		background: #E36033;
		color: #fff;
		padding: 15px 10px;
		text-align: center;
	}

	.side_a > ul {
		padding: 0;
	}

	.side_a ul li {
	}

	.side_a > ul > li {
		border-bottom: 1px solid #ebebeb;
		/* padding: 0 15px; */
	}

		.side_a > ul > li:last-child {
			border-bottom: none;
		}

	.side_a ul li span {
		display: block;
		padding: 15px;
		position: relative;
		cursor: pointer;
	}

		.side_a ul li span:hover, .side_a ul li.hover > span {
			color: #E36033;
			background-color: #E36033;
		}

	.side_a ul li.active1 > span {
	}

		.side_a ul li.active1 > span:hover {
		}

	.side_a ul li.has_sub > span:after {
		content: ">";
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center;
	}

	.side_a ul li.has_sub.active1 > span:after {
		content: "v";
	}

	.side_a ul li a {
		display: block;
		color: #333;
		font-size: 14px;
		line-height: normal;
	}

	.side_a > ul > li > span a {
		font-size: 16px;
		margin-left: 20px;
	}

	.side_a ul li span:hover a, .side_a ul li.hover > span a {
		color: #ffffff;
	}

	.side_a ul li ul {
		padding: 0;
		display: none;
	}

		.side_a ul li ul li {
		}

			.side_a ul li ul li span {
				padding: 10px 35px;
			}

			.side_a ul li ul li a {
			}

.inside_rt {
	float: right;
	width: 76%;
}

.inside_con {
}

@media(max-width:999px) {
	.insidebg {
		padding: 30px 0 60px 0
	}

	.inside_lt {
		width: 100%;
		position: static;
	}

	.inside_rt {
		float: right;
		width: 100%;
	}

	.inside_con {
	}
}

.ml_indexpro {
	width: 100%;
	padding: 85px 0;
	background-color: #fafafa;
}

.ml_indexprocon {
	/* max-width: 1200px; */
	margin: 0 auto;
}

	.ml_indexprocon ul {
		display: flex;
		flex-wrap: wrap;
	}

		.ml_indexprocon ul li {
			margin-right: 40px;
			width: calc((100% - 120px) / 4);
			margin-bottom: 20px;
		}

			.ml_indexprocon ul li:nth-child(4n) {
				margin-right: 0 !important;
			}

			.ml_indexprocon ul li p {
				text-align: center;
				color: #303133;
				font-size: 16px;
				padding: 10px 0;
			}

			.ml_indexprocon ul li span {
				text-align: center;
				color: #303133;
				display: block;
				text-align: center;
				font-size: 14px;
			}

.indexpro_div {
	background-color: #fff;
}

	.indexpro_div img {
		width: 100%;
		transition: all ease 0.4s;
		display: block;
		height: 230px;
		object-fit: contain;
		margin: 0 auto;
	}

	.indexpro_div:hover img {
		transform: scale(1.1);
	}

	.indexpro_div a {
		display: block;
		overflow: hidden;
	}

.strong_1 {
	display: block;
	padding: 10px;
	border-bottom: 2px solid var(--main-color);
	font-size: 16px;
	font-weight: normal;
	color: #333;
}


.moress {
	width: 160px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #000;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 60px;
	font-weight: bold;
}

.propic {
	width: 100%;
}

	.propic img {
		width: 100%;
		display: block;
	}

.promorelf {
	width: 20%;
	float: left;
}

.promorert {
	width: 78%;
	float: right;
}

.promore {
	padding: 60px 0;
}

.promorelf h1 {
	font-size: 20px;
	line-height: 50px;
	background-color: #E46133;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}

.foot {
	width: 100%;
	padding: 100px 0;
	padding-bottom: 0;
	background-color: #09090B;
}

.footlogo {
	width: 270px;
}

	.footlogo img {
		width: 200px;
		display: block;
		/*margin-bottom: 40px;*/
	}

    .footlogo .nr {
        text-align: center;
        font-size: 16px;
        color: #999999;
        width: 200px;
    }

.foot .wapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footitem {
	width: 300px;
}

	.footitem h1 {
		font-size: 18px;
		color: #fff;
		margin-bottom: 30px;
	}

	.footitem p {
		font-size: 18px;
		color: #999999;
	}

	.footitem a {
		font-size: 18px;
		color: #fff;
		display: block;
		padding: 20px 0;
	}

	.footitem span {
		line-height: 2;
		font-size: 20px;
		color: #fff;
		display: block;
	}

	.footitem ul li a {
		font-size: 18px;
		padding: 0;
		color: #999;
	}

	.footitem ul li {
		line-height: 35px;
	}

.flow {
	display: flex;
	align-items: center;
}

	.flow a {
		padding: 0;
		margin: 0 15px;
	}

.footbtm {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #999;
	margin-top: 60px;
}


.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
	display: none;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}

	.sp_logo img {
		margin: auto;
		max-height: 30px;
	}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}

	.sp_nav span {
		display: block;
		background: #c9141e;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

		.sp_nav span:nth-of-type(1) {
			top: 0px
		}

		.sp_nav span:nth-of-type(2) {
			top: 10px
		}

		.sp_nav span:nth-of-type(3) {
			top: 20px
		}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 50px
}

.sjj_nav > ul > li:first-child {
	overflow: hidden;
	border-top: 0
}

	.sjj_nav > ul > li:first-child > a {
		float: left;
		width: calc(100% - 70px)
	}

	.sjj_nav > ul > li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}

		.sjj_nav > ul > li:first-child .language a {
			width: 35px;
			float: left;
			border-left: 1px #ddd solid;
			text-align: center;
			color: #999;
		}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav > ul > li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li > ul {
	margin-left: 10px
}

.con {
	width: 100%;
	padding: 100px 0;
}

@media screen and (max-width:768px) {
	.con {
		padding: 20px 0;
	}

	.head {
		display: none;
	}

	.sp_header {
		display: block;
	}

	.nv {
		height: 50px;
	}

	.con1nr .bd {
		width: 100%;
	}

	.con1nr .hd {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		height: 100%;
	}

		.con1nr .hd ul li span {
			width: calc(100% - 105px);
			font-size: 12px;
			line-height: 1.5;
			word-break: break-all;
		}

		.con1nr .hd ul li:nth-child(2), .con1nr .hd ul li:nth-child(3) {
			width: 100%;
		}

	.con1 {
		width: 100%;
		padding: 20px 0;
	}

	.con2 {
		width: 100%;
		padding: 20px 0;
	}

	.con3 {
		width: 100%;
		padding: 20px 0;
	}

	.con4 {
		width: 100%;
		padding: 20px 0;
	}

	.con5 {
		width: 100%;
		padding: 20px 0;
	}

	.con6 {
		width: 100%;
		padding: 20px 0;
	}

	.bt h1 {
		font-size: 18px;
		margin-top: 30px;
		color: #000;
	}

	.bt {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.con2 ul li {
		width: 100%;
		margin-right: 0;
		float: left;
		border-radius: 25px;
		background-color: #FEFEFE;
		margin-bottom: 10px;
	}

	.c2flow ul li {
		margin: 0 10px;
		width: 30px;
		padding: 5px;
		background-color: #fff;
	}

	.c2bt h1 {
		width: 100%;
		font-size: 18px;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
		color: #fff;
	}

	.c2bt p {
		padding: 0;
		color: #fff;
		font-size: 12px;
		line-height: normal;
	}

	.c2bt {
		width: 100%;
		background-image: url(/images/btnbg.png);
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 10px 0;
		border-radius: 60px;
		margin-bottom: 20px;
	}

	.wapper {
		width: 95%;
	}

	.newslf {
		width: 100%;
	}

	.newspic {
		width: 100%;
		margin: 10px 0;
	}

	.newsrt {
		width: 100%;
	}

	.con4 ul li {
		width: 100%;
	}

	.con5 ul li {
		width: 100%;
		margin-right: 0;
		background-color: #F2F2F2;
		border-radius: 20px;
		float: left;
		margin-bottom: 10px;
	}

	.nr p {
		word-break: break-all;
	}

	.con5 ul li:nth-child(4) {
		width: 100%;
		background-image: url(/images/btnbg.png);
		background-size: cover;
	}

	.iptitem {
		width: 100%;
		margin-bottom: 20px;
	}

		.iptitem input {
			width: 100%;
			height: 33px;
			line-height: 35px;
			text-indent: 1rem;
			border-radius: 20px;
		}

		.iptitem label {
			font-size: 16px;
			color: #000;
			margin-bottom: 10px;
			display: block;
		}

	.ipt {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0PX;
	}

	.iptitem1 label {
		font-size: 16px;
		color: #000;
		margin-bottom: 10px;
		display: block;
	}

	.iptitem1 button {
		width: 100%;
		border-radius: 20px;
		line-height: 35px;
		background-color: #1201D9;
		color: #fff;
		font-size: 18px;
		margin: 20px 0;
	}

	.footitem {
		width: 100%;
		margin: 10px 0;
	}

	.con1 ul li {
		width: 60px;
		border-radius: 50%;
		background-color: #E46133;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px;
	}

		.con1 ul li a {
			font-size: 12px;
			color: #Fff;
			font-weight: bold;
		}

	.bt1 h1 {
		font-size: 18px;
		color: #e46133;
	}

	.bt1 a {
		font-size: 12px;
		color: #fff;
		border-radius: 10px 0;
		padding: 10px 10px;
		background-color: #4e8cb2;
		display: inline-block;
	}

	.bt1 {
		margin-bottom: 20px;
	}

	.bt1 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.c3lf {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.c3rt {
		width: 100%;
		float: right;
	}

		.c3rt ul li {
			width: calc((100% - 10px)/2);
			margin-right: 10px;
			margin-bottom: 10px;
			float: left;
		}

	.con5 ul li h1 {
		font-size: 12px;
		color: #fff;
		padding: 10px;
		border-radius: 10px;
		display: none;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #4e8cb2;
	}

	.in4_dr li {
		width: 50%;
		height: auto;
		margin: 10px 0;
		float: left;
		text-align: center;
		position: relative;
		color: #FFF;
		cursor: pointer;
	}

		.in4_dr li:before {
			display: none;
		}

	.c7lf {
		width: 100%;
		margin-bottom: 20px;
	}

	.c7rt {
		width: 100%;
	}

		.c7rt h2 {
			font-size: 28px;
			color: #1DBDC9;
			margin-bottom: 10px;
		}

		.c7rt h1 {
			font-size: 18px;
			color: #000;
			margin-bottom: 10px;
		}

		.c7rt .nr {
			font-size: 14px;
			margin-bottom: 10px;
		}

	.c7more {
		display: inline-block;
		font-size: 12px;
		padding: 5px 10px;
		background-color: #2F87C7;
		text-align: center;
		color: #1EBBCA;
		border-radius: 15px;
		color: #fff;
	}

	.con7 {
		width: 100%;
		padding: 20px 0;
	}

	.con8 h2 {
		font-size: 28px;
		color: #e46133;
		text-align: center;
		margin-bottom: 20px;
	}

	.con8 ul li {
		width: 100%;
		border-radius: 20px;
		overflow: hidden;
		margin-right: 0;
		margin-bottom: 20px;
		float: left;
		box-shadow: 1px 1px 7px #ddd;
	}

	.moress {
		width: 120px;
		line-height: 40px;
		text-align: center;
		border: 1px solid #000;
		font-size: 18px;
		margin: 0 auto;
		margin-top: 16px;
		font-weight: bold;
	}

	.con8 {
		width: 100%;
		padding: 30px 0;
	}

	.foot {
		width: 100%;
		padding: 30px 0;
		padding-bottom: 0;
		background-color: #09090B;
	}

	.case {
		width: 100%;
		padding: 30px 0;
	}

		.case h2 {
			font-size: 28px;
			text-align: center;
			margin-bottom: 20px;
			color: #E46133;
		}

		.case ul li {
			width: 100%;
			position: relative;
			margin-right: 0;
			margin-bottom: 20px;
			float: left;
			text-align: center;
		}

	.news_ct > div:nth-child(1) {
		margin-right: 0;
		width: 100%;
		background-color: #E46133;
		border-radius: 15px;
	}

	.news {
		width: 100%;
		padding: 30px 0;
	}

	.news_ct > div:nth-child(2) {
		flex: 1;
		width: 100%;
		margin-top: 30px;
	}

	.update_news3 ul li .news_con .news_pic {
		/* float: left; */
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	.update_news3 ul li .news_desc {
		/* float: right; */
		width: 100%;
		background-color: #ECECEA;
		border-radius: 0px;
		padding: 10px 30px;
	}

		.update_news3 ul li .news_desc h1 {
			font-size: 20px;
			text-align: center;
			margin-bottom: 20px;
		}

	.ml_indexprocon ul li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.promorelf {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.promore {
		padding: 30px 0;
	}

	.promorert {
		width: 100%;
		float: right;
	}

	.ml_indexpro {
		width: 100%;
		padding: 20px 0;
		background-color: #fafafa;
	}
}
