* {
	margin: 0;
	padding: 0;
}

.width-1200 {
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.navigation ul {
	display: flex;
	box-sizing: border-box;
}

.navigation ul li {
	/* font-family: "Source Han Sans CN"; */
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	color: #fff;
	list-style: none;
	/* padding: 30px 26px 33px; */
	padding: 30px 20px 33px;
	color: white;
	cursor: pointer;
	position: relative;
}

@keyframes example99 {
	from {
		transform: translate(-50%);
	}

	to {
		transform: translate(0);
	}
}

.navigation ul .bbbb::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	bottom: 10px;
	left: 41%;
	background: white;
}

/* .navigation ul :first-child::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	bottom: 10px;
	left: 41%;
	background: white;
} */

.navigation ul li:hover::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	bottom: 10px;
	left: 41%;
	background: white;
}

.navigation ul .another::after {
	background: #0681F8;
}

.navigation ul .another:hover::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	bottom: 10px;
	left: 41%;
	background: #0681F8;
}

.content-top {
	background-image: url(../image/content-top.png);
	background-repeat: no-repeat;
	background-position: 690px 0;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 611px;
}

.content-top .header {
	position: fixed;
	width: 100%;
	/* max-width: 1920px; */
	z-index: 999;
	left: 50%;
	transform: translate(-50%);
}

.bg-left {
	background-image: url(../image/bg-left.png);
	background-repeat: no-repeat;
	background-position: -15% 0;
	background-position: -150px 80px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 400px;
}

.bg-left * {
	display: block;
}

.bg-left .box span {
	width: 100%;
	max-width: 356px;
	font-family: "Roboto", "微软雅黑", "Segoe UI", Arial, sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	color: #333;
	text-indent: 24px;
}

.bg-left .box img {
	padding: 183px 10px 30px;
}

.content-mid {
	background-image: url(../image/min-left.png), url(../image/fang.png), url(../image/mid-right.png);
	background-repeat: no-repeat;
	background-position: -788px -250px, 1610px 150px, 1000px 500px;
	position: relative;
	margin-top: -35px;
	width: 100%;
	max-width: 1920px;
	margin: -35px auto 0;
	height: 1210px;
	z-index: 2;
	overflow: hidden;
}

.jsyy {
	position: absolute;
	left: 46%;
	top: 0.5%;
}

.mid-min-1 i, .mid-min-2 i {
	position: relative;
}

.mid-min-1 .swiper img {
	width: 100%;
	max-width: 524px;
	transition: all 1s;
}
.mid-min-1 .swiper .swiper-wrapper .swiper-slide{
	overflow: hidden;
}
.mid-min-1 .swiper img:hover{
	transform: scale(1.1);
	transition: all 1s;
}
.content-mid i {
	position: relative;
	left: 53.5%;
	bottom: -111px;
}

.content-mid i::after {
	position: absolute;
	content: '';
	background: #0681f8;
	height: 3px;
	width: 60px;
	bottom: 50px;
	left: -98px;
}

.mid-min-1 i::after {
	position: absolute;
	content: '';
	background: #0681f8;
	height: 3px;
	width: 60px;
	bottom: 50px;
	left: -98px;
}

.mid-min-2 i::after {
	position: absolute;
	content: '';
	background: #0681f8;
	height: 3px;
	width: 60px;
	bottom: 67px;
	left: -98px;
}

.mid-min-3 i {
	position: relative;
}

.mid-min-3 i::after {
	position: absolute;
	content: '';
	background: #0681f8;
	height: 3px;
	width: 60px;
	bottom: 43px;
	left: -102px;
}

.mid-top {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translate(-50%);
}

.mid-top .mid-top-item {
	box-sizing: border-box;
	width: 373px;
	height: 219px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(6, 129, 248, 0.16);
	margin-right: 40px;
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;

}

.mid-top .mid-top-item:nth-child(1) {
	animation-name: example;
	animation-duration: 1s;
}

.mid-top .mid-top-item:nth-child(2) {
	animation-name: example2;
	animation-duration: 1s;
}

.mid-top .mid-top-item:nth-child(3) {
	animation-name: example1;
	animation-duration: 1s;
}

.mid-top .mid-top-item:nth-child(6) {
	animation-name: example1;
	animation-duration: 1s;
}

.mid-top .mid-top-item:nth-child(5) {
	animation-name: example3;
	animation-duration: 1s;
}

.mid-top .mid-top-item:nth-child(4) {
	animation-name: example;
	animation-duration: 1s;
}

@keyframes example {
	from {
		transform: translate(-30%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes example1 {
	from {
		transform: translate(30%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes example2 {
	from {
		transform: translate(0%, -30%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes example3 {
	from {
		transform: translate(0%, 30%);
	}

	to {
		transform: translate(0);
	}
}

.mid-top .mid-top-item h5 {
	/* font-family: "Source Han Sans SC Bold"; */
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #000;
	width: 100%;
	max-width: 260px;
}

.mid-top .mid-top-item p {
	/* font-family: "Source Han Sans SC"; */
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #707070;
}

.mid-top .mid-top-item:hover {
	border: 1px solid #0681f8;
	box-shadow: 0 3px 20px rgba(6, 129, 248, 0.36);


}

.mid-top .mid-top-item:nth-child(1):hover img {
	content: url(../image/icon_active.png)
}

.mid-top .mid-top-item:nth-child(2):hover img {
	content: url(../image/icon1_active.png)
}

.mid-top .mid-top-item:nth-child(3):hover img {
	content: url(../image/icon2_active.png)
}

.mid-top .mid-top-item:nth-child(4):hover img {
	content: url(../image/icon3_active.png)
}

.mid-top .mid-top-item:nth-child(5):hover img {
	content: url(../image/icon4_active.png)
}

.mid-top .mid-top-item:nth-child(6):hover img {
	content: url(../image/icon5_active.png)
}

.mid-top .mid-top-item:hover h5 {
	color: #0681f8;
}

.mid-top .mid-top-item:nth-child(3n+3) {
	margin-right: 0
}

.mid-mid {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	margin: 0 auto;
	top: 658px;
	left: 50%;
	transform: translate(-50%);
}

.mid-mid .mid-mid-wrap .wrap-right {
	width: 100%;
	max-width: 920px;
	display: flex;
	flex-wrap: wrap;
}

.mid-mid .mid-mid-wrap .wrap-left {
	box-sizing: border-box;
	margin-right: 5px;
}

.mid-mid .mid-mid-wrap .wrap-left {
	width: 100%;
	max-width: 280px;
	height: 425px;
	background-image: url(../image/item1.png);
	background-repeat: no-repeat;
	border-radius: 3px;
	background-size: cover;
	box-sizing: border-box;
}

.mid-mid .mid-mid-wrap .wrap-left .left-item img {
	padding: 32px 100px 6px 35px;
}

.mid-mid .mid-mid-wrap .wrap-left p {
	/* font-family: "Source Han Sans SC"; */
	font-weight: 800;
	font-size: 12px;
	text-align: left;
	color: #fff;
	opacity: 10;
	width: 100%;
	max-width: 228px;
	padding: 0 16px 0px 35px;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item {
	width: 302px;
	height: 204px;
	border-radius: 10px;
	margin-right: 4px;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 47px 39px;
	overflow: hidden;
	/* font-family: "Source Han Sans SC"; */
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #fff;
	/* opacity: 0.6; */
	cursor: pointer;
	text-align: left;
	/* background: linear-gradient(135.12deg, #000 0%, rgba(0, 0, 0, 0) 100%); */
	border-radius: 10px;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item img, p {
	font-weight: 400;
	opacity: 0.6;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:hover img {
	opacity: 1;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:hover p {
	font-weight: bold;
	opacity: 1;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(1) {
	background-image: linear-gradient(135.12deg, #000 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg1.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(1):hover {
	background-image: linear-gradient(135.12deg, #0681f8 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg1.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(2) {
	background-image: linear-gradient(135.12deg, #000 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg2.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(2):hover {
	background-image: linear-gradient(135.12deg, #0681f8 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg2.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(3) {
	background-image: linear-gradient(135.12deg, #000 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg3.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(3):hover {
	background-image: linear-gradient(135.12deg, #0681f8 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg3.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(4) {
	background-image: linear-gradient(135.12deg, #000 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg4.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(4):hover {
	background-image: linear-gradient(135.12deg, #0681f8 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg4.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(5) {
	background-image: linear-gradient(135.12deg, #000 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg5.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(5):hover {
	background-image: linear-gradient(135.12deg, #0681f8 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg5.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(6) {
	background-image: linear-gradient(135.12deg, #000 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg6.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(6):hover {
	background-image: linear-gradient(135.12deg, #0681f8 0%, rgba(0, 0, 0, 0) 100%), url(../image/itembg6.png);
	background-position: center;
}

.mid-mid .mid-mid-wrap .wrap-right .right-item:nth-child(3n+3) {
	margin-right: 0
}

.mid-min-1 {
	text-align: center;
	position: relative;
	height: 400px;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	/* left: 50%; */
	overflow: hidden;
	/* transform: translate(-50%); */
	/* display: none; */
	/* 测试 */
}

.mid-min-1 .xtzs {
	margin-bottom: 50px;
	/* position: absolute; */
	/* left: 46.3%; */
	/* top: -134px; */
}

.mid-min-1 .box {
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
	display: flex;
	overflow: hidden;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%);
}

.mid-min-1 .box img {
	width: 100%;
	max-width: 524px;
	height: 385px;
	border-radius: 10px;
}

.mid-min-2 {
	margin-top: 100px;
	text-align: center;
}

.mid-min-2 .xtzs {
	margin-bottom: 66px;
}

.mid-min-2 .box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.mid-min-2 .box .box-item {
	width: 100%;
	max-width: 267px;
	height: 219px;
	border-radius: 10px;
	background: #067ff91a;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(6, 129, 248, 0.16);
	perspective: 1000;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	
}

.mid-min-2 .box .box-item .box-1 {
	width: 100%;
	max-width: 267px;
	height: 219px;
	border-radius: 10px;
	background: #067ff91a;
	cursor: pointer;
	position: relative;
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.mid-min-2 .box .box-item .box-2 {
	width: 100%;
	max-width: 267px;
	height: 219px;
	border-radius: 10px;
	background: #067ff91a;
	cursor: pointer;
	color: #0681F8;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: white;
	box-shadow: 0 3px 20px rgba(6, 129, 248, 0.36);
}

.mid-min-2 .box .box-item .box-2 p {
	color: #0681F8;
	margin-top: 23px;
}

.mid-min-2 .box .box-item .box-2 span {
	width: 100%;
	max-width: 200px;
	/* font-family: "Source Han Sans SC"; */
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #707070;
	padding: 12px 30px;
	text-indent: 24px;
}

.mid-min-2 .box .box-item .box-2 img {
	position: absolute;
	right: -45px;
	bottom: -22px;
}

.mid-min-2 .box .box-item:hover {
	transform: rotateY(180deg);
	transition-duration: 1s
}

.mid-min-2 .box .box-item img {
	padding: 29px 0 14px;
}

.mid-min-2 .box .box-item p {
	/* font-family: "Source Han Sans SC"; */
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #000;
}

.mid-min-3 {
	text-align: center;
	background-image: url(../image/lou.png), url(../image/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: -160px 0, 1300px -175px;
	width: 100%;
	max-width: 1920px;
	margin: 77px auto 88px;
}

.mid-min-3 .xtjg {
	margin-bottom: 40px;
}

.mid-min-3 .box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.mid-min-3 .box .box-text {
	/* font-family: "Source Han Sans SC"; */
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #707070;
	width: 100%;
	max-width: 296px;
	margin: 0 auto 27px;
	display: flex;
	justify-content: space-between;
}

.mid-min-3 .box .box-text p {
	position: relative;
}

.mid-min-3 .box .box-text .curr::before {
	position: absolute;
	content: ' ';
	background: #0681f8;
	width: 60px;
	height: 3px;
	bottom: -11px;
	left: 16px;
}

.mid-min-3 .box .box-text p:nth-child(1) {
	/* font-family: "Source Han Sans SC Bold"; */
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

.mid-min-3 .box .box-text p {
	font-family: "Source Han Sans SC";
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #707070;
}

.mid-min-3 .box .box-text p:hover {
	/* font-family: "Source Han Sans SC Bold";
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #000; */
	cursor: pointer;
}

.mid-min-3 .box .box-text-img img:nth-child(2) {
	/* transform: rotate(180deg); */
	display: none;
}

@keyframes example {
	from {
		transform: translate(-30%);
		display: none;
	}

	to {
		transform: translate(0);
		display: block;
	}
}


.mid-min-4 {
	text-align: center;
	margin-top: 72px;
}

.mid-min-4 i {
	position: relative;
}

.mid-min-4 i::after {
	position: absolute;
	content: '';
	background: #0681f8;
	height: 3px;
	width: 60px;
	bottom: 0px;
	left: -98px;
}

.mid-min-4 .box {
	width: 100%;
	max-width: 1200px;
	display: flex;
	background: #fff;
	/* filter: drop-shadow(0 3px 6px rgba(6, 129, 248, 0.16)); */
	/* box-shadow: 10px 10px 5px #888888; */
	/* box-shadow: 0px 6px 5px #0681f829; */
	margin: 40px auto 32px;
	border-radius: 6px;
	box-shadow: 0 6px 5px rgba(6, 129, 248, 0.16);
}

.mid-min-4 .box .box-left {
	width: 100%;
	max-width: 182px;
	box-sizing: border-box;
}

.mid-min-4 .box .box-center {
	width: 100%;
	max-width: 524px;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-direction: column;
	margin-top: 40px;

}

.mid-min-4 .box .box-center h2 {
	/* font-family: "Source Han Sans SC Bold"; */
	font-weight: bold;
	font-size: 24px;
	color: #000;
	margin: 30px 0;
}

.mid-min-4 .box .box-center p {
	line-height: 28px;
	/* font-family: "Source Han Sans SC"; */
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	color: #707070;
}

.mid-min-4 .box .box-center p img {
	transform: translate(0px, 5px);
	margin-right: 5px;
}

.mid-min-4 .box .box-right {
	width: 100%;
	max-width: 494px;
	box-sizing: border-box;
}

.footer {
	width: 100%;
	/* max-width: 1920px; */
	margin: 0 auto;

}

.bottom_code {
	position: absolute;
	padding: 3px;
	background: #e5e2e2;
	display: none;
	border: 1px solid #ddd;
	margin-top: -160px;
	margin-left: -9px;
}

.bottom_code img {
	height: 105px;
	width: 105px;
	display: block
}

.bottom_code em {
	position: absolute;
	margin-left: 45px;
	margin-top: 3px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #e5e2e2;
}

.code:hover .bottom_code {
	display: block
}


.bottoms {
	background: #120d36;
	padding: 17px 0;
	/* line-height: 60px; */
	font-size: 12px;
	color: #acacac
}

/* .bottom img {
	height: 15px;
}

.bottom .icon img {
	height: 23px;
	vertical-align: middle;
} */

/***********妗堜緥灞曠ず********/