.wow {
	position: relative;
	opacity: 0;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	/* Safari 和 Chrome */
}

/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
	font-family: "shu";
	src: url("../font/Poppins-SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	s -moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1901px) {
	html {
		font-size: 100px;
	}
}

@media (max-width: 1580px) {
	html {
		font-size: 66px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: calc(100vw/10.8);
	}
}

@media (max-width: 567px) {
	html {
		font-size: calc(100vw/7.5);
	}
}

body {
	min-height: 100%;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	line-height: 1.5;
	color: #111111;
	background: #fff;
}

@media (max-width: 1580px) {
	body {
		font-size: 14px;
	}
}

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

img {
	border: 0;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.container {
	margin: 0 auto;
	width: 84%;
	max-width: 1920px;
}

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

@media (max-width: 991px) {
	.container {
		width: 90%;
	}
}

.bg-color1 {
	background-color: #fff;
}

.transition {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.ptb100 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.ptb100 {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
}

.pt100 {
	padding-top: 1rem;
}

@media (max-width: 767px) {
	.pt100 {
		padding-top: 1.2rem;
	}
}

.pb100 {
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.pb100 {
		padding-bottom: 1.2rem;
	}
}

.ptb120 {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

@media (max-width: 767px) {
	.ptb120 {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
}

.pt120 {
	padding-top: 1.2rem;
}

@media (max-width: 767px) {
	.pt120 {
		padding-top: 1.2rem;
	}
}

.pb120 {
	padding-bottom: 1.2rem;
}

@media (max-width: 767px) {
	.pb120 {
		padding-bottom: 1.2rem;
	}
}

.ptb140 {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

@media (max-width: 767px) {
	.ptb140 {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
}

.pt140 {
	padding-top: 1.4rem;
}

@media (max-width: 767px) {
	.pt140 {
		padding-top: 1.2rem;
	}
}

.pb140 {
	padding-bottom: 1.4rem;
}

@media (max-width: 767px) {
	.pb140 {
		padding-bottom: 1.2rem;
	}
}

.font14 {
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 1580px) {
	.font14 {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.font14 {
		line-height: 0.38rem;
		font-size: 0.28rem;
	}
}

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

@media (max-width: 1580px) {
	.font16 {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 567px) {
	.font16 {
		line-height: 0.36rem;
		font-size: 0.28rem;
	}
}

.font18 {
	font-size: 18px;
}

@media (max-width: 1580px) {
	.font18 {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.font18 {
		font-size: 0.28rem;
	}
}

.font20 {
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 1580px) {
	.font20 {
		line-height: 28px;
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.font20 {
		line-height: 26px;
		font-size: 16px;
	}
}

.font22 {
	font-size: 22px;
	line-height: 32px;
}

@media (max-width: 1580px) {
	.font22 {
		line-height: 30px;
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.font22 {
		line-height: 28px;
		font-size: 18px;
	}
}

.font24 {
	font-size: 0.24rem;
}

@media (max-width: 1580px) {
	.font24 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.font24 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.font24 {
		font-size: 0.3rem;
	}
}

.font30 {
	font-size: 0.3rem;
}

@media (max-width: 1199px) {
	.font30 {
		font-size: 0.36rem;
	}
}

@media (max-width: 767px) {
	.font30 {
		font-size: 0.36rem;
	}
}

.font36 {
	font-size: 0.36rem;
}

@media (max-width: 1199px) {
	.font36 {
		font-size: 0.4rem;
	}
}

@media (max-width: 767px) {
	.font36 {
		font-size: 0.42rem;
		font-size: 0.5rem;
	}
}

.font40 {
	font-size: 0.4rem;
}

@media (max-width: 1199px) {
	.font40 {
		font-size: 0.42rem;
	}
}

@media (max-width: 767px) {
	.font40 {
		font-size: 0.46rem;
	}
}

.font44 {
	font-size: 0.44rem;
}

@media (max-width: 1199px) {
	.font44 {
		font-size: 0.42rem;
	}
}

@media (max-width: 767px) {
	.font44 {
		font-size: 0.46rem;
	}
}

.font48 {
	font-size: 0.48rem;
}

@media (max-width: 1199px) {
	.font48 {
		font-size: 0.42rem;
	}
}

@media (max-width: 767px) {
	.font48 {
		font-size: 0.46rem;
	}
}

.font60 {
	font-size: 0.6rem;
}

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

@media (max-width: 767px) {
	.font60 {
		font-size: 0.66rem;
	}
}

#hi-upgrade {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

#hi-upgrade .hi-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -177px 0 0 -450px;
	width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
	font-size: 30px;
	line-height: 40px;
	color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
	margin: 10px 0;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #0050b1;
}

#hi-upgrade .hi-wrap .hi-close:hover {
	text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
	color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
	color: #0050b1;
}

#hi-upgrade .hi-wrap .hi-text2 {
	position: relative;
	margin: 60px 0;
	color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
	position: relative;
	z-index: 5;
	padding: 0 30px;
	background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
	overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
	display: inline-block;
	width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
	margin: 0 auto 5px;
	width: 50px;
	height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
	color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
	color: #0050b1;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
	background: url(https://www.dydtec.com.cn/static/modules/cms/images/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
	background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
	background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
	background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
	background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
	background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}

/* 导航 */
/* End */
.font28 {
	font-size: 0.28rem;
}

@media (max-width: 1580px) {
	.font28 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.font28 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.font28 {
		font-size: 0.28rem;
	}
}

.font50 {
	font-size: 0.5rem;
}

@media (max-width: 1580px) {
	.font50 {
		font-size: 0.46rem;
	}
}

@media (max-width: 767px) {
	.font50 {
		font-size: 0.5rem;
	}
}

/* End */
.basemenubut {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	width: 22px;
}

.basemenubut span {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: #666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.basemenubut span:last-child {
	margin-bottom: 0;
}

.basemenubut2 span:nth-child(1) {
	transform: rotate(45deg);
	margin: 0;
	margin-top: 2px;
}

.basemenubut2 span:nth-child(2) {
	display: none;
}

.basemenubut2 span:nth-child(3) {
	transform: rotate(-45deg);
	margin: 0;
	margin-top: -2px;
}

/* 公共分页 */
.basepage {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.basepage {
		flex-wrap: wrap;
		padding: 0.4rem 0;
	}
}

.basepage .zong {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #161b27;
}

@media (max-width: 1580px) {
	.basepage .zong {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.basepage .zong {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.basepage .zong {
		order: 1;
	}
}

.basepage .zong span {
	color: #0050b1;
}

.basepage .zong .li {
	margin-right: 0.26rem;
}

.basepage .zong .li:last-child {
	margin-right: 0;
}

.basepage .page {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.basepage .page {
		order: 0;
		width: 100%;
		max-width: 100%;
	}
}

.basepage .page a,
.basepage .page span {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
	flex-shrink: 0;
	font-weight: 100;
	font-size: 16px;
	float: left;
	font-size: 18px;
	margin: 0 5px 10px;
	position: relative;
}

@media (max-width: 1580px) {

	.basepage .page a,
	.basepage .page span {
		font-size: 16px;
	}
}

@media (max-width: 991px) {

	.basepage .page a,
	.basepage .page span {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}

.basepage .page a i,
.basepage .page span i {
	font-style: initial;
	position: relative;
}

.basepage .page a:before,
.basepage .page span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	background-image: linear-gradient(104deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#0049a1, #0049a1);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
}

.basepage .page .active {
	color: #fff;
}

.basepage .page .active:before {
	opacity: 1;
}

.basepage .page .prev,
.basepage .page .next {
	position: relative;
	font-weight: inherit;
	font-size: 16px;
	color: #999999;
}

@media (max-width: 1580px) {

	.basepage .page .prev,
	.basepage .page .next {
		font-size: 14px;
		width: 80px;
	}
}

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

@media (max-width: 767px) {

	.basepage .page .prev,
	.basepage .page .next {
		width: 50px;
	}
}

.basepage .page .prev i,
.basepage .page .next i {
	display: block;
}

.basepage .page .prev img,
.basepage .page .next img,
.basepage .page .prev svg,
.basepage .page .next svg {
	position: relative;
	width: 20px;
	opacity: 0.3;
}

.basepage .page .prev img path,
.basepage .page .next img path,
.basepage .page .prev svg path,
.basepage .page .next svg path {
	fill: #262626;
	stroke: none;
	opacity: 1;
}

.basepage .page .prev:hover:before,
.basepage .page .next:hover:before {
	opacity: 0;
}

.basepage .page .prev:hover svg,
.basepage .page .next:hover svg {
	opacity: 1;
}

.basepage .page .prev i {
	margin-right: 8px;
}

.basepage .page .next i {
	margin-left: 8px;
}

.basepage .page a {
	position: relative;
}

.basepage .page a:hover {
	color: #ffffff;
}

.basepage .page a:hover:before {
	opacity: 1;
}

.basepage .beforew {
	display: flex;
	align-items: center;
	color: #161b27;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.basepage .beforew {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.basepage .beforew {
		font-size: 14px;
	}
}

.basepage .beforew input {
	width: 50px;
	height: 32px;
	border-radius: 3px;
	border: solid 1px #dfe2eb;
	color: #161b27;
	margin: 0 10px;
	text-align: center;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	font-size: 18px;
}

@media (max-width: 1580px) {
	.basepage .beforew input {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.basepage .beforew input {
		font-size: 14px;
	}
}

.base_img {
	position: relative;
}

.base_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.base_img:before {
	content: "";
	display: block;
}

/* 面包屑 */
.breadbox .f_cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0.26rem 0;
}

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

@media (max-width: 991px) {
	.breadbox .f_cont {
		padding: 12px 0;
	}
}

.breadbox .f_cont a,
.breadbox .f_cont span {
	font-size: 14px;
	color: #c7c7c7;
	line-height: 26px;
	color: #999999;
	zoom: 1;
}

@media (max-width: 1580px) {

	.breadbox .f_cont a,
	.breadbox .f_cont span {
		font-size: 14px;
		line-height: 24px;
	}
}

.breadbox .f_cont a:after,
.breadbox .f_cont span:after {
	content: '';
	display: block;
	clear: both;
}

.breadbox .f_cont a img,
.breadbox .f_cont span img {
	float: left;
	width: 14px;
}

@media (max-width: 1580px) {

	.breadbox .f_cont a img,
	.breadbox .f_cont span img {
		width: 10px;
	}
}

.breadbox .f_cont span {
	width: 6px;
	margin: 0 10px;
	font-family: "NSimSun", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	color: #c7c7c7;
	display: block;
}

@media (max-width: 1580px) {
	.breadbox .f_cont span {
		margin: 0 8px;
	}
}

@media (max-width: 991px) {
	.breadbox .f_cont span {
		margin: 0 8px;
	}
}

.breadbox .f_cont span img,
.breadbox .f_cont span svg {
	width: 10px;
}

.breadbox .f_cont span img path,
.breadbox .f_cont span svg path {
	fill: #999999;
}

.breadbox .f_cont span svg {
	height: 10px;
}

.breadbox .f_cont .on {
	color: #444444;
}

.breadbox .f_cont a:last-child {
	color: #444444;
}

@media (max-width: 991px) {
	.breadbox .f_cont a:last-child {
		max-width: 33.333%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: block;
	}
}

@media (max-width: 375px) {
	.breadbox .f_cont a:last-child {
		max-width: 28%;
	}
}

.breadbox .f_cont .wofe {
	display: flex;
}

.breadbox .f_cont .wofe .li {
	display: flex;
	align-items: flex-start;
	padding: 0 6px;
	border: 1px solid #4070f4;
	line-height: 24px;
	font-size: 14px;
	color: #0050b1;
}

.breadbox .f_cont .wofe .li a {
	line-height: 1;
}

/* 文本编辑详情页 */
.make-text {
	line-height: 1.75;
	color: #666;
	font-size: 16px;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}

@media (max-width: 1580px) {
	.make-text {
		font-size: 14px;
		line-height: 2;
	}
}

@media (max-width: 767px) {
	.make-text {
		font-size: 16px;
	}
}

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

.make-text img {
	max-width: 100%;
	height: auto !important;
}

.make-text table {
	width: 100% !important;
}

@media (max-width: 767px) {
	.make-text table {
		min-width: 700px;
	}
}

.make-text table td {
	color: #666666;
	border: 1px solid #ddd;
	padding: 0.12rem 0.4rem;
}

@media (max-width: 767px) {
	.make-text table td {
		font-size: 16px;
	}
}

.make-text ul,
.make-text li,
.make-text ol {
	list-style: inherit;
}

.make-text ul {
	padding-left: 20px;
}

.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
	font-weight: revert;
	line-height: 1.22;
	font-size: 0.24rem;
	color: #222222;
}

@media (max-width: 1580px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 0.3rem;
	}
}

@media (max-width: 767px) {

	.make-text h1,
	.make-text h2,
	.make-text h3,
	.make-text h4,
	.make-text h5,
	.make-text h6 {
		font-size: 18px !important;
		line-height: 1.4;
	}
}

.make-text p,
.make-text span {
	font-size: 16px;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
	color: #333;
}

@media (max-width: 767px) {

	.make-text p,
	.make-text span {
		line-height: 2;
		font-size: 16px !important;
	}
}

.bsTop {
	width: 100% !important;
}

.bsFrameDiv>div {
	height: 208px !important;
}

.bsFrameDiv img {
	margin: 16px !important;
}

/* 404 */
.f_cuo {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_cuo .container {
	margin: 0;
}

.f_cuo .cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.f_cuo .cont img {
	max-width: 100%;
	margin-bottom: 0.2rem;
}

.f_cuo .cont .text {
	padding-top: 0;
	margin-bottom: 0.44rem;
}

@media (max-width: 748px) {
	.f_cuo .cont .text {
		margin-bottom: 30px;
	}
}

.f_cuo .cont .but {
	width: 180px;
	height: 50px;
	color: #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-size: 100% 100%;
}

@media (max-width: 1580px) {
	.f_cuo .cont .but {
		font-size: 14px;
		width: 140px;
		height: 45px;
	}
}

.f_cuo .cont .tit {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
}

@media (max-width: 1580px) {
	.f_cuo .cont .tit {
		font-size: 16px;
		margin-top: 16px;
	}
}

/* End */
svg path {
	opacity: 1;
}

/* 导航 */
.hadheight {
	display: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #fff;
	height: 80px;
}

@media (max-width: 1580px) {
	.hadheight {
		height: 80px;
	}
}

@media (max-width: 1199px) {
	.hadheight {
		height: 60px;
	}
}

@media (max-width: 767px) {
	.hadheight {
		height: 1.3rem;
	}
}

.hadbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 889;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	zoom: 1;
}

.hadbox:after {
	content: '';
	display: block;
	clear: both;
}

.hadbox-sec1 {

	float: left;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-bottom: 1px solid transparent;
	height: 80px;
	line-height: 80px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 {
		height: 80px;
		line-height: 80px;
	}
}

@media (max-width: 1199px) {
	.hadbox-sec1 {
		height: 60px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 {
		height: 1.3rem;
		line-height: 1.3rem;
	}
}

.hadbox-sec1 .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	height: 100%;
}

.hadbox-sec1 .lt {
	display: flex;
	align-items: center;
	height: 100%;
}

.hadbox-sec1 .lt .logo {
	display: block;
	width: 2.1rem;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.hadbox-sec1 .lt .logo {
		width: 100px;
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .lt .logo {
		width: 2.2rem;
	}
}

.hadbox-sec1 .lt .logo img {
	float: left;
	width: 100%;
}

.hadbox-sec1 .lt .logo img:nth-child(2) {
	display: none;
}

.hadbox-sec1 .f_navbox {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.hadbox-sec1 .f_navbox {
		display: none;
	}
}

.hadbox-sec1 .f_navbox li {
	position: relative;
}

.hadbox-sec1 .f_navbox li .tit {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	position: relative;
	padding: 0 0.36rem;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: 16px;
		padding: 0 16px;
	}
}

@media (max-width: 1199px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: 14px;
		padding: 0 8px;
	}
}

.hadbox-sec1 .f_navbox li .tit i {
	display: flex;
	align-items: center;
	overflow: hidden;
	opacity: 0.5;
	width: 12px;
	margin-bottom: 2px;
	height: 12px;
	font-size: 13px;
	position: absolute;
	top: 70%;
	left: 50%;
	opacity: 0;
	margin-left: -6px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit i {
		margin-left: 6px;
		font-size: 11px;
	}
}

.hadbox-sec1 .f_navbox li .tit i svg {
	width: 100%;
	float: left;
	max-height: 100%;
}

.hadbox-sec1 .f_navbox li .tit i svg path {
	fill: #fff;
	opacity: 1;
}

.hadbox-sec1 .f_navbox li .tit i img {
	width: 100%;
	float: left;
}

.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
	display: none;
}

.hadbox-sec1 .f_navbox li .tit:after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	background-color: #0050b1;
	height: 2px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 2px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit:after {
		height: 2px;
	}
}

.hadbox-sec1 .f_navbox li ul {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	width: 154px;
	background-color: #ffffff;
	border-radius: 0px 0px 10px 10px;
	line-height: 1.5;
	text-align: center;
	display: none;
	padding: 0.25rem 0.16rem;
}

.hadbox-sec1 .f_navbox li ul>li:last-child {
	border-bottom: none;
}

.hadbox-sec1 .f_navbox li ul>li a {
	font-size: 16px;
	display: block;
	padding: 12px 10px;
	background-color: #ffffff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s;
	color: #000000;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li ul>li a {
		padding: 8px 6px;
		font-size: 14px;
	}
}

.hadbox-sec1 .f_navbox li ul>li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	opacity: 0;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0050b1, #0050b1);
	background-blend-mode: normal,
		normal;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li ul>li a:before {
		height: 2px;
	}
}

.hadbox-sec1 .f_navbox li ul>li a:hover {
	color: #0050b1;
	z-index: 2;
	box-shadow: 0px 11px 23px 1px rgba(5, 28, 45, 0.13);
}

.hadbox-sec1 .f_navbox li ul>li a:hover:before {
	opacity: 1;
	transition: all 0.3s;
}

.hadbox-sec1 .f_navbox li .hover1 {
	line-height: 1.4;
	position: absolute;
	left: -1.4rem;
	top: 100%;
	background-color: #ffffff;
	border-radius: 0px 0px 8px 8px;
	width: 9.68rem;
	display: none;
	overflow: hidden;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .hover1 {
		width: 10.2rem;
	}
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont {
	display: flex;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt {
	width: 24.7933%;
	padding: 0.46rem 0.38rem 0.58rem;
	background-color: #f9f9f9;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt .li {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 16px;
	transition: all 0.4s;
	margin-bottom: 0.3rem;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt .li {
		font-size: 14px;
	}
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt .li:last-child {
	margin-bottom: 0;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt .li i {
	display: block;
	width: 0.3rem;
	overflow: hidden;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt .li i img {
	width: 100%;
	float: left;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt .li span {
	display: block;
	padding-left: 0.2rem;
	width: calc(100% - 0.3rem);
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzlt .li:hover {
	color: #0050b1;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt {
	width: 75.2067%;
	padding: 0.45rem 0.38rem 0.52rem;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fztit {
	color: #999999;
	margin-bottom: 0.34rem;
	font-size: 16px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fztit {
		font-size: 14px;
	}
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut {
	display: flex;
	align-items: center;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .nei {
	padding-right: 0.38rem;
	width: 65.19686%;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .nei .li {
	display: flex;
	align-items: center;
	color: #444444;
	font-size: 14px;
	transition: all 0.3s;
	margin-bottom: 0.16rem;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .nei .li:last-child {
	margin-bottom: 0;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .nei .li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #656565;
	transition: all 0.3s;
	display: block;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .nei .li span {
	display: block;
	padding-left: 10px;
	width: calc(100% - 3px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .nei .li:hover {
	color: #0050b1;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .nei .li:hover:before {
	background-color: #0050b1;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .tu1 {
	width: 34.80314%;
	position: relative;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .tu1 .img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	display: block;
	z-index: 2;
	overflow: hidden;
	transition: all 0.4s;
	border-radius: 10px;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .tu1 .img:before {
	padding-bottom: 42.53393665%;
}

.hadbox-sec1 .f_navbox li .hover1 .fzcont .fzgt .fzjut .tu1 .on1 {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.hadbox-sec1 .f_navbox li.on .tit {
	color: #ffffff;
}

.hadbox-sec1 .f_navbox li:hover .tit i {
	opacity: 1;
}

.hadbox-sec1 .gt {
	display: flex;
	height: 100%;
	align-items: center;
}

.hadbox-sec1 .gt .fsearch {
	width: 22px;
	cursor: pointer;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .fsearch {
		width: 18px;
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .gt .fsearch {
		width: 14px;
	}
}

.hadbox-sec1 .gt .fsearch img,
.hadbox-sec1 .gt .fsearch svg {
	width: 100%;
	float: left;
}

.hadbox-sec1 .gt .fsearch img path,
.hadbox-sec1 .gt .fsearch svg path {
	opacity: 1;
	stroke: none;
	stroke-width: 1px;
	fill: #fff;
}

.hadbox-sec1 .gt .flang {
	position: relative;
	margin-left: 1.08rem;
	margin-left: 0.4rem;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .flang {
		margin-left: 0.36rem;
	}
}

.hadbox-sec1 .gt .flang .tit {
	display: flex;
	cursor: pointer;
	align-items: center;
	color: #fff;
}

.hadbox-sec1 .gt .flang .tit svg {
	width: 100%;
	float: left;
}

.hadbox-sec1 .gt .flang .tit svg path {
	fill: #fff;
	width: 100%;
	opacity: 1;
	stroke-width: 1px;
	stroke: none;
}

.hadbox-sec1 .gt .flang .tit i,
.hadbox-sec1 .gt .flang .tit .fzicon {
	display: block;
	overflow: hidden;
}

.hadbox-sec1 .gt .flang .tit i {
	margin-right: 0.12rem;
	width: 20px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .flang .tit i {
		width: 18px;
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .gt .flang .tit i {
		width: 14px;
	}
}

.hadbox-sec1 .gt .flang .tit .fzicon {
	width: 11px;
	margin-left: 11px;
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .flang .tit .fzicon {
		width: 9px;
		margin-left: 8px;
	}
}

.hadbox-sec1 .gt .flang .tit .fzicon svg path {
	fill: none;
	stroke: #ffffff;
}

.hadbox-sec1 .gt .flang .hover1 {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 76%;
	width: 100%;
	background-color: #ffffff;
	line-height: 1.5;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 0.16rem 0;
	display: none;
}

.hadbox-sec1 .gt .flang .hover1 a {
	text-align: center;
	padding: 0.12rem 0;
	color: #333333;
	display: block;
}

.hadbox-sec1 .gt .flang .hover1 a:hover {
	color: #0050b1;
}

.hadbox-sec1 .gt .flang:hover .hover1 {
	display: block;
}

.hadbox-sec1 .gt .qie {
	margin-left: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	border-radius: 50%;
	background-color: #332e2d;
	height: 42px;
}

@media (min-width: 992px) {
	.hadbox-sec1 .gt .qie {
		display: none;
	}
}

.hadbox-sec1 .gt .qie span {
	background-color: #fff;
}

.hadbox-sec2 {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 60px);
	background-color: #fff;
	display: none;
	border-top: 1px solid #eeeeee;
}

@media (max-width: 767px) {
	.hadbox-sec2 {
		height: calc(100vh - 1.3rem);
	}
}

.hadbox-sec2 .fz_nav {
	height: calc(100% - 366px);
}

@media (max-width: 767px) {
	.hadbox-sec2 .fz_nav {
		height: calc(100% - 3.64rem);
	}
}

.hadbox-sec2 .container {
	position: relative;
}

@media (max-width: 1199px) {
	.hadbox-sec2 .container {
		padding: 0;
	}
}

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

.hadbox-sec2 .container .f_portrait {
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #0050b1;
	border-radius: 20px;
	font-size: 14px;
}

.hadbox-sec2 .container .f_portrait i {
	display: block;
	width: 7px;
	margin-left: 10px;
}

.hadbox-sec2 .container .f_portrait i svg {
	width: 100%;
	float: left;
}

.hadbox-sec2 .container .f_portrait i svg path {
	fill: #fff;
}

.hadbox-sec2 .container .navbox {
	padding: 0.6rem 0;
	line-height: 60px;
	height: 100%;
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .navbox {
		padding: 0.2rem 0;
		line-height: 1.1rem;
	}
}

.hadbox-sec2 .container .navbox>ul {
	height: calc(100% - 70px);
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

.hadbox-sec2 .container .navbox>ul li {
	list-style: none;
	padding-right: 26px;
}

.hadbox-sec2 .container .navbox>ul li.active>a>i:after {
	opacity: 0;
}

.hadbox-sec2 .container .navbox>ul>li {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.hadbox-sec2 .container .navbox>ul>li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0.46rem;
	background-color: #7e7e7e;
	height: 1px;
}

.hadbox-sec2 .container .navbox>ul>li .tit {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .navbox>ul>li .tit {
		font-size: 16px;
	}
}

.hadbox-sec2 .container .navbox>ul>li .tit i {
	position: relative;
	width: 0.26rem;
	height: 2px;
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .navbox>ul>li .tit i {
		display: block;
	}
}

.hadbox-sec2 .container .navbox>ul>li .tit i:before,
.hadbox-sec2 .container .navbox>ul>li .tit i:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #666666;
}

.hadbox-sec2 .container .navbox>ul>li .tit i:after {
	transform: rotate(90deg);
	transition: all 0.4s;
}

.hadbox-sec2 .container .navbox>ul>li ul {
	line-height: 0.9rem;
	padding-bottom: 15px;
	display: none;
	padding-right: 0;
}

.hadbox-sec2 .container .navbox>ul>li ul li {
	position: relative;
}

.hadbox-sec2 .container .navbox>ul>li ul li a {
	font-size: 16px;
	color: #666;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 16px;
}

.hadbox-sec2 .container .navbox>ul>li ul li a:before {
	content: "";
	display: block;
	transition: all 0.4s;
	width: 8px;
	height: 1px;
	background-color: #7f7f7f;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hadbox-sec2 .container .navbox>ul>li ul li a i {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	height: 20px;
}

.hadbox-sec2 .container .navbox>ul>li ul li a i img,
.hadbox-sec2 .container .navbox>ul>li ul li a i svg {
	float: left;
	width: 12px;
}

.hadbox-sec2 .container .navbox>ul>li ul li a i img path,
.hadbox-sec2 .container .navbox>ul>li ul li a i svg path {
	fill: #333;
}

.hadbox-sec2 .container .navbox>ul>li ul li ul a {
	font-size: 14px;
}

.hadbox-sec2 .container .navbox>ul>li ul li.on a {
	color: #0050b1;
}

.hadbox-sec2 .container .navbox>ul>li.on .tit {
	color: #0050b1;
}

.hadbox-sec2 .container .navbox>ul>li.on .tit i svg path {
	fill: #0050b1;
}

.hadbox-sec2 .fz_but {
	padding: 50px 0;
	background-color: #f6f6f6;
}

@media (max-width: 767px) {
	.hadbox-sec2 .fz_but {
		padding: 0.5rem 0;
	}
}

.hadbox-sec2 .fz_but .but {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 36px 38px;
	border-radius: 10px;
	margin-bottom: 30px;
	padding-right: 34px;
}

@media (max-width: 767px) {
	.hadbox-sec2 .fz_but .but {
		margin-bottom: 0.3rem;
		padding: 0.36rem 0.38rem;
	}
}

.hadbox-sec2 .fz_but .but:last-child {
	margin-bottom: 0;
}

.hadbox-sec2 .fz_but .but .tit {
	display: flex;
	align-items: center;
	width: calc(100% - 24px);
}

@media (max-width: 767px) {
	.hadbox-sec2 .fz_but .but .tit {
		width: calc(100% - 22px);
	}
}

.hadbox-sec2 .fz_but .but .tit i {
	display: block;
	overflow: hidden;
	width: 46px;
}

@media (max-width: 767px) {
	.hadbox-sec2 .fz_but .but .tit i {
		width: 0.46rem;
	}
}

.hadbox-sec2 .fz_but .but .tit i img {
	width: 100%;
	float: left;
}

.hadbox-sec2 .fz_but .but .tit span {
	display: block;
	color: #333333;
	font-size: 26px;
	padding-left: 18px;
	width: calc(100% - 46px);
}

@media (max-width: 767px) {
	.hadbox-sec2 .fz_but .but .tit span {
		padding-left: 0.18rem;
		font-size: 0.28rem;
		width: calc(100% - 0.46rem);
	}
}

.hadbox-sec2 .fz_but .but img {
	width: 14px;
}

@media (max-width: 767px) {
	.hadbox-sec2 .fz_but .but img {
		width: 12px;
	}
}

.hadbox-sec2 .fz_but .but.fz_tel {
	font-weight: bold;
}

.hadbox-sec3 {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.hadbox-sec3.active {
	top: 0;
}

.hadbox-sec3 .container {
	height: 100%;
}

.hadbox-sec3 .cont {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 500px;
	margin: 0 auto;
}

.hadbox-sec3 .cont .form {
	display: flex;
	align-items: center;
	width: calc(100% - 36px);
	border-radius: 30px;
	border: 1px solid #0050b1;
	padding: 0 30px;
	overflow: hidden;
}

@media (max-width: 1900px) {
	.hadbox-sec3 .cont .form {
		padding: 0 24px;
	}
}

@media (max-width: 1580px) {
	.hadbox-sec3 .cont .form {
		width: calc(100% - 28px);
	}
}

.hadbox-sec3 .cont .form .f_sub {
	outline: none;
	width: 20px;
	border: none;
	background: transparent;
	overflow: hidden;
	height: 30px;
}

@media (max-width: 1900px) {
	.hadbox-sec3 .cont .form .f_sub {
		width: 16px;
	}
}

.hadbox-sec3 .cont .form .f_sub img,
.hadbox-sec3 .cont .form .f_sub svg {
	width: 100%;
	float: left;
}

.hadbox-sec3 .cont .form .f_sub img path,
.hadbox-sec3 .cont .form .f_sub svg path {
	fill: #666;
	opacity: 1;
	stroke: none;
}

.hadbox-sec3 .cont .form .f_sub svg {
	max-height: 100%;
	margin-top: 2px;
}

.hadbox-sec3 .cont .form .int {
	outline: none;
	width: 80%;
	width: calc(100% - 20px);
	padding: 16px 0;
	font-size: 16px;
	border: none;
	background-color: transparent;
	color: #999999;
	padding-left: 20px;
}

@media (max-width: 1900px) {
	.hadbox-sec3 .cont .form .int {
		font-size: 14px;
		padding: 12px 0;
		padding-left: 14px;
		width: calc(100% - 16px);
	}
}

@media (max-width: 991px) {
	.hadbox-sec3 .cont .form .int {
		padding: 10px 0;
		padding-left: 12px;
	}
}

.hadbox-sec3 .cont .f_close {
	overflow: hidden;
	width: 16px;
	display: block;
}

@media (max-width: 1900px) {
	.hadbox-sec3 .cont .f_close {
		width: 14px;
	}
}

.hadbox-sec3 .cont .f_close img {
	float: left;
	width: 100%;
}

.hadbox-sec4 {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
}

.hadbox-sec4 .cont {
	background-color: #fff;
	display: none;
}

.hadbox-sec4 .cont .fznei {
	display: flex;
	padding: 0.6rem 0 0;
}

.hadbox-sec4 .cont .fznei .lt {
	width: 20.5%;
	padding-right: 6.75%;
	padding-bottom: 0.62rem;
}

.hadbox-sec4 .cont .fznei .lt .fznav {
	width: 100%;
}

.hadbox-sec4 .cont .fznei .lt .fznav li {
	margin-bottom: 0.26rem;
}

.hadbox-sec4 .cont .fznei .lt .fznav li:last-child {
	margin-bottom: 0;
}

.hadbox-sec4 .cont .fznei .lt .fznav li a {
	display: block;
	border-left: 3px solid transparent;
	transition: all 0.3;
	border-radius: 0px 24px 24px 0px;
	color: #000000;
	transition: all 0.4s;
	padding: 12px 0.3rem;
}

@media (max-width: 1580px) {
	.hadbox-sec4 .cont .fznei .lt .fznav li a {
		padding: 8px 0.3rem;
	}
}

.hadbox-sec4 .cont .fznei .lt .fznav li.on a {
	box-shadow: 0px 0.18rem 0.62rem 2px rgba(5, 28, 45, 0.08);
	border-color: #0050b1;
	color: #0050b1;
}

.hadbox-sec4 .cont .fznei .lt .solu_nav li {
	margin-bottom: 7px;
}

.hadbox-sec4 .cont .fznei .gt {
	width: 79.5%;
	padding-bottom: 0.62rem;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont {
	position: relative;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong {
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 6.9rem;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #0050b1;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong.active {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item {
	width: 25%;
	padding: 0 0.2rem;
	margin-bottom: 0.3rem;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list {
	display: block;
	transition: all 0.4s;
	padding-top: 0.64rem;
	overflow: hidden;
	border-radius: 0.2rem;
	padding: 0.64rem 0.16rem 0;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .img {
	margin-bottom: 4px;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .img:before {
	padding-bottom: 78.51851852%;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .img img {
	max-width: 100%;
	max-height: 90%;
	width: auto;
	height: auto;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	object-fit: contain;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .font {
	text-align: center;
	padding-bottom: 0.2rem;
	position: relative;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .font:after {
	content: "";
	display: block;
	width: 0%;
	height: 4px;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0050b1, #0050b1);
	background-blend-mode: normal,
		normal;
	border-radius: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all 0.4s;
}

@media (max-width: 1580px) {
	.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .font:after {
		height: 2px;
		border-radius: 1px;
	}
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .font .text,
.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .font .tit {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .font .tit {
	color: #000000;
	font-weight: bold;
	transition: all 0.4s;
	font-size: 16px;
	margin-bottom: 3px;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list .font .text {
	color: #999999;
	font-size: 14px;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list:hover {
	box-shadow: 0px 0.18rem 0.62rem 2px rgba(5, 28, 45, 0.08);
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list:hover .font:after {
	width: 100%;
}

.hadbox-sec4 .cont .fznei .gt .pro_cont .zhong .fzlist1 .item .list:hover .font .tit {
	color: #0050b1;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong {
	height: 4rem;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 {
	padding-top: 0.45rem;
	margin: 0 -0.1rem;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem {
	padding: 0 0.1rem;
	width: 25%;
	margin-bottom: 0.3rem;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list {
	display: block;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list .img {
	padding-bottom: 69.30693069%;
	background-color: #0050b1;
	overflow: hidden;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list .img img {
	opacity: 0.7;
	transition: all 0.4s;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list .font {
	width: 100%;
	text-align: center;
	padding-top: 0.15rem;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list .font .tit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	color: #555555;
	transition: all 0.4s;
	font-weight: bold;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list .font .tit span {
	position: relative;
	display: inline-block;
	padding-bottom: 0.1rem;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list .font .tit span:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	border-radius: 2px;
	height: 4px;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0050b1, #0050b1);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
	width: 0%;
}

@media (max-width: 1580px) {
	.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list .font .tit span:before {
		height: 4px;
	}
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list:hover .img img {
	transform: scale(1.1);
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list:hover .font .tit {
	color: #0050b1;
}

.hadbox-sec4 .cont .fznei .gt .solu_cont .zhong .fzlist1 .fzitem .list:hover .font .tit span:before {
	width: 100%;
}

.hadbox:hover .hadbox-sec1 {
	background-color: #fff;
	border-color: #e5e5e5;
}

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

.hadbox:hover .hadbox-sec1 .lt {
	border-color: #f1f1f1;
}

.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1) {
	display: none;
}

.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2) {
	display: block;
}

.hadbox:hover .hadbox-sec1 .lt .text {
	color: #999999;
	opacity: 1;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
	color: #333;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
	display: none;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
	display: block;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit i svg path {
	fill: #333;
}

.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit,
.hadbox:hover .hadbox-sec1 .f_navbox li:hover .tit,
.hadbox:hover .hadbox-sec1 .f_navbox li.active .tit,
.hadbox:hover .hadbox-sec1 .f_navbox li.active1 .tit {
	color: #0050b1;
}

.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit i,
.hadbox:hover .hadbox-sec1 .f_navbox li:hover .tit i,
.hadbox:hover .hadbox-sec1 .f_navbox li.active .tit i,
.hadbox:hover .hadbox-sec1 .f_navbox li.active1 .tit i {
	opacity: 1;
}

.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit i svg path,
.hadbox:hover .hadbox-sec1 .f_navbox li:hover .tit i svg path,
.hadbox:hover .hadbox-sec1 .f_navbox li.active .tit i svg path,
.hadbox:hover .hadbox-sec1 .f_navbox li.active1 .tit i svg path {
	fill: #0050b1;
}

.hadbox:hover .hadbox-sec1 .gt .fsearch svg path {
	stroke: none;
	fill: #444444;
}

.hadbox:hover .hadbox-sec1 .gt .flang .tit {
	color: #333333;
}

.hadbox:hover .hadbox-sec1 .gt .flang .tit svg path {
	fill: #444444;
}

.hadbox:hover .hadbox-sec1 .gt .flang .tit .fzicon svg path {
	fill: none;
	stroke: #333;
}

.hadbox:hover .hadbox-sec1 .gt .qie {
	background-color: #595757;
}

.hadbox:hover .hadbox-sec1 .gt .qie span {
	background-color: #666;
	background-color: #fff;
}

.hadbox2 .hadbox-sec1 {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
}

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

.hadbox2 .hadbox-sec1 .lt {
	border-color: #f1f1f1;
}

.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1) {
	display: none;
}

.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2) {
	display: block;
}

.hadbox2 .hadbox-sec1 .lt .text {
	color: #999999;
	opacity: 1;
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit {
	color: #333;
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
	display: none;
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
	display: block;
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit i svg path {
	fill: #333;
}

.hadbox2 .hadbox-sec1 .f_navbox li.on .tit,
.hadbox2 .hadbox-sec1 .f_navbox li:hover .tit,
.hadbox2 .hadbox-sec1 .f_navbox li.active .tit,
.hadbox2 .hadbox-sec1 .f_navbox li.active1 .tit {
	color: #0050b1;
}

.hadbox2 .hadbox-sec1 .f_navbox li.on .tit i,
.hadbox2 .hadbox-sec1 .f_navbox li:hover .tit i,
.hadbox2 .hadbox-sec1 .f_navbox li.active .tit i,
.hadbox2 .hadbox-sec1 .f_navbox li.active1 .tit i {
	opacity: 1;
}

.hadbox2 .hadbox-sec1 .f_navbox li.on .tit i svg path,
.hadbox2 .hadbox-sec1 .f_navbox li:hover .tit i svg path,
.hadbox2 .hadbox-sec1 .f_navbox li.active .tit i svg path,
.hadbox2 .hadbox-sec1 .f_navbox li.active1 .tit i svg path {
	fill: #0050b1;
}

.hadbox2 .hadbox-sec1 .gt .fsearch svg path {
	stroke: none;
	fill: #444444;
}

.hadbox2 .hadbox-sec1 .gt .flang .tit {
	color: #333333;
}

.hadbox2 .hadbox-sec1 .gt .flang .tit svg path {
	fill: #444444;
	stroke: #444444;
}

.hadbox2 .hadbox-sec1 .gt .flang .tit .fzicon svg path {
	fill: none;
	stroke: #333;
}

.hadbox2 .hadbox-sec1 .gt .qie {
	background-color: #595757;
}

.hadbox2 .hadbox-sec1 .gt .qie span {
	background-color: #666;
	background-color: #fff;
}

.hadbox3 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.hadbox4 .hadbox-sec1 .lt .logo img {
	display: none;
}

.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(2) {
	display: block;
}

.hadbox4 .hadbox-sec1 .gt .fsearch svg path {
	stroke: none;
	fill: #444444;
}

.hadbox4 .hadbox-sec1 .gt .flang .tit {
	color: #333333;
}

.hadbox4 .hadbox-sec1 .gt .flang .tit svg path {
	fill: #444444;
}

.hadbox4 .hadbox-sec1 .gt .flang .tit .fzicon svg path {
	fill: none;
	stroke: #333;
}

.hadbox4 .hadbox-sec1 .f_navbox li .tit {
	color: #444444;
}

.hadbox4 .hadbox-sec1 .f_navbox li.on .tit {
	color: #0050b1;
}

/* End */
/* 底部 */
.fotbox {
	background-color: #f5f7fa;
	padding-top: 0.64rem;
	padding-bottom: 0.48rem;
}

.fotbox-sec1 {
	overflow: hidden;
}

.fotbox-sec1 .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.52rem;
}

.fotbox-sec1 .container .lt {
	display: flex;
	flex-wrap: wrap;
	width: 75.625%;
}

@media (max-width: 991px) {
	.fotbox-sec1 .container .lt {
		width: 100%;
	}
}

.fotbox-sec1 .container .lt .flist {
	width: 78.51%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .flist {
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

.fotbox-sec1 .container .lt .flist .item {
	width: 20%;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .flist .item {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.4rem;
	}
}

.fotbox-sec1 .container .lt .flist .item .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	font-weight: bold;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .flist .item .tit i {
		position: relative;
		width: 0.26rem;
		height: 2px;
	}

	.fotbox-sec1 .container .lt .flist .item .tit i:before,
	.fotbox-sec1 .container .lt .flist .item .tit i:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #666666;
	}

	.fotbox-sec1 .container .lt .flist .item .tit i:after {
		transform: rotate(90deg);
		transition: all 0.4s;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.fotbox-sec1 .container .lt .flist .item .tit i {
		display: block;
	}
}

.fotbox-sec1 .container .lt .flist .item .jut {
	padding-top: 0.24rem;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .flist .item .jut {
		display: none;
		padding-top: 0.32rem;
	}
}

.fotbox-sec1 .container .lt .flist .item .jut a {
	display: block;
	color: #000000;
	opacity: 0.6;
	transition: all 0.4s;
	font-size: 14px;
	margin-bottom: 0.24rem;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .flist .item .jut a {
		font-size: 12px;
		margin-bottom: 0.32rem;
	}
}

.fotbox-sec1 .container .lt .flist .item .jut a:last-child {
	margin-bottom: 0;
}

.fotbox-sec1 .container .lt .flist .item .jut a:hover {
	opacity: 1;
	color: #0050b1;
}

.fotbox-sec1 .container .lt .flist .item.on .tit i:after {
	opacity: 0;
}

.fotbox-sec1 .container .lt .fzfen {
	width: 21.49%;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fzfen {
		width: 100%;
	}
}

.fotbox-sec1 .container .lt .fzfen .fztit {
	font-weight: bold;
	margin-bottom: 0.22rem;
	color: #000000;
}

.fotbox-sec1 .container .lt .fzfen .fen {
	display: flex;
}

.fotbox-sec1 .container .lt .fzfen .fen .li {
	position: relative;
	margin-right: 0.25rem;
}

.fotbox-sec1 .container .lt .fzfen .fen .li:last-child {
	margin-right: 0;
}

.fotbox-sec1 .container .lt .fzfen .fen .li .tit {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.46rem;
	height: 0.46rem;
	border: solid 1px #000000;
	opacity: 0.2;
	transition: all 0.4s;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fzfen .fen .li .tit {
		width: 0.8rem;
		height: 0.8rem;
	}
}

.fotbox-sec1 .container .lt .fzfen .fen .li .tit svg {
	height: 39.13043478%;
}

.fotbox-sec1 .container .lt .fzfen .fen .li .tit svg path {
	opacity: 1;
	stroke: none;
	fill: #000000;
}

.fotbox-sec1 .container .lt .fzfen .fen .li .hover1 {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 0.2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.2rem;
	padding: 6px;
	background-color: #ffffff;
	box-shadow: 1px 4px 14px 0px rgba(10, 38, 85, 0.09);
	text-align: center;
	display: none;
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .lt .fzfen .fen .li .hover1 {
		width: 1.5rem;
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fzfen .fen .li .hover1 {
		left: 0%;
		width: 2rem;
		transform: translateX(0);
	}
}

.fotbox-sec1 .container .lt .fzfen .fen .li .hover1:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -9px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 8px solid #ffffff;
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .fzfen .fen .li .hover1:before {
		left: 0.46rem;
	}
}

.fotbox-sec1 .container .lt .fzfen .fen .li .hover1 .img {
	width: 100%;
}

.fotbox-sec1 .container .lt .fzfen .fen .li .hover1 .img img {
	width: 100%;
}

.fotbox-sec1 .container .lt .fzfen .fen .li .hover1 .text {
	width: 100%;
	font-size: 14px;
	color: #666666;
}

.fotbox-sec1 .container .lt .fzfen .fen .li:hover .tit {
	background-color: #fff;
	border-color: #ffffff;
	opacity: 1;
}

.fotbox-sec1 .container .lt .fzfen .fen .li:hover .tit svg path {
	fill: #0050b1;
}

.fotbox-sec1 .container .lt .fzfen .fen .li:hover .hover1 {
	display: block;
}

.fotbox-sec1 .container .gt {
	max-width: 24.375%;
}

@media (max-width: 991px) {
	.fotbox-sec1 .container .gt {
		width: 100%;
		max-width: 100%;
		margin-top: 0.45rem;
	}
}

.fotbox-sec1 .container .gt .fztit {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.24rem;
}

@media (max-width: 991px) {
	.fotbox-sec1 .container .gt .font {
		display: flex;
		flex-wrap: wrap;
	}
}

.fotbox-sec1 .container .gt .font .li {
	margin-bottom: 0.32rem;
}

@media (max-width: 991px) {
	.fotbox-sec1 .container .gt .font .li {
		padding-right: 0.3rem;
		width: 33.333%;
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .font .li {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.24rem;
	}
}

.fotbox-sec1 .container .gt .font .li:last-child {
	margin-bottom: 0;
}

.fotbox-sec1 .container .gt .font .li .name {
	color: #000000;
	opacity: 0.6;
}

.fotbox-sec1 .container .gt .font .li .text {
	color: #000000;
}

.fotbox-sec2 .container {
	padding-top: 0.14rem;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fotbox-sec2 .container .lt {
	width: 60%;
	line-height: 2.42857143;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .lt {
		width: 100%;
	}
}

.fotbox-sec2 .container .lt .list {
	display: flex;
	flex-wrap: wrap;
}

.fotbox-sec2 .container .lt .list a,
.fotbox-sec2 .container .lt .list span {
	display: block;
	color: #000000;
	opacity: 0.6;
}

.fotbox-sec2 .container .lt .list span {
	margin: 0 0.12rem;
}

.fotbox-sec2 .container .lt .list a:hover {
	opacity: 1;
	color: #0050b1;
}

.fotbox-sec2 .container .lt .text p,
.fotbox-sec2 .container .lt .text a {
	display: inline-block;
	color: #000000;
	opacity: 0.6;
}

.fotbox-sec2 .container .lt .text a {
	margin-left: 0.2rem;
}

.fotbox-sec2 .container .lt .text a:hover {
	opacity: 1;
	color: #0050b1;
}

.fotbox-sec2 .container .gt {
	padding-top: 10px;
	max-width: 40%;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt {
		width: 100%;
		max-width: initial;
	}
}

.fotbox-sec2 .container .gt .fzlist {
	position: relative;
	z-index: 2;
	width: 2.4rem;
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt .fzlist {
		width: 100%;
	}
}

.fotbox-sec2 .container .gt .fzlist .tit {
	width: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border: solid 1px rgba(227, 228, 232, 0.3);
	padding: 14px 20px;
}

@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt .fzlist .tit {
		padding: 12px 16px;
	}
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt .fzlist .tit {
		padding: 0.34rem 16px;
	}
}

.fotbox-sec2 .container .gt .fzlist .tit span {
	color: #000000;
	opacity: 0.6;
}

.fotbox-sec2 .container .gt .fzlist .tit i {
	display: block;
	transition: all 0.4s;
	width: 15px;
}

@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt .fzlist .tit i {
		width: 12px;
	}
}

.fotbox-sec2 .container .gt .fzlist .tit i svg {
	width: 100%;
	float: left;
}

.fotbox-sec2 .container .gt .fzlist .tit i svg path {
	opacity: 1;
	stroke: #00479d;
}

.fotbox-sec2 .container .gt .fzlist .jut {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
}

.fotbox-sec2 .container .gt .fzlist .jut a {
	display: block;
	width: 100%;
	transition: all 0.4s;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 20px;
	color: #999;
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt .fzlist .jut a {
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt .fzlist .jut a {
		line-height: 0.38rem;
		font-size: 0.28rem;
	}
}

@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt .fzlist .jut a {
		padding: 8px 16px;
	}
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt .fzlist .jut a {
		padding: 0.3rem 16px;
	}
}

.fotbox-sec2 .container .gt .fzlist .jut a:last-child {
	border-bottom: none;
}

.fotbox-sec2 .container .gt .fzlist .jut a:hover {
	color: #0050b1;
}

.fotbox-sec2 .container .gt .fzlist.on .tit i {
	transform: rotate(180deg);
}

/* End */
/* 右侧固定 */
.gtfixed {
	display: none;
	position: fixed;
	z-index: 666;
	background-color: #ffffff;
	padding: 4px 0;
}

@media (max-width: 767px) {
	.gtfixed_height {
		height: 58px;
	}
}

@media (min-width: 768px) {
	.gtfixed {
		transform: translateY(-50%);
		top: 75%;
		box-shadow: 0px 1px 12px 0px rgba(16, 57, 114, 0.21);
		border-radius: 25px;
		right: 0.3rem;
	}
}

.gtfixed .item {
	position: relative;
	width: 50px;
	border-bottom: 1px solid #eeeeee;
}

.gtfixed .item:last-child {
	border-bottom: none;
}

.gtfixed .item .tit {
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	color: #000000;
	width: 100%;
	padding: 0.1rem 0.06rem;
	font-size: 12px;
	text-align: center;
}

.gtfixed .item .tit i {
	display: block;
	height: 23px;
	margin-bottom: 3px;
}

@media (max-width: 767px) {
	.gtfixed .item .tit i {
		height: 20px;
	}
}

.gtfixed .item .tit i img,
.gtfixed .item .tit i svg {
	height: 100%;
	float: left;
}

.gtfixed .item .tit i img path,
.gtfixed .item .tit i svg path {
	fill: #0050b1;
	stroke: none;
	opacity: 1;
}

.gtfixed .item .hover1 {
	display: none;
	position: absolute;
	width: 1.2rem;
	overflow: hidden;
}

.gtfixed .item .hover1 img {
	float: left;
	width: 100%;
}

@media (min-width: 768px) {
	.gtfixed .item .hover1 {
		right: 100%;
		top: 0.18rem;
		margin-right: 0.2rem;
	}
}

.gtfixed .item:hover .tit {
	color: #0050b1;
}

.gtfixed .f_top .tit i {
	height: 18px;
}

@media (max-width: 1580px) {
	.gtfixed .f_top .tit i {
		height: 16px;
	}
}

@media (max-width: 767px) {
	.gtfixed {
		bottom: 0;
		left: 0;
		width: 100%;
		zoom: 1;
	}

	.gtfixed:after {
		content: '';
		display: block;
		clear: both;
	}

	.gtfixed .item {
		border-bottom: none;
		float: left;
		width: 50%;
		height: 58px;
		border-right: 1px solid #eeeeee;
	}

	.gtfixed .item:last-child {
		border-right: none;
	}

	.gtfixed .item .tit {
		height: 100%;
		align-items: center;
		justify-content: center;
	}

	.gtfixed .item .tit i {
		height: 16px;
	}

	.gtfixed .item .hover1 {
		left: 0;
		bottom: 100%;
		margin-bottom: 0.4rem;
		width: 3.4rem;
	}
}

/* End */
/* banner */
.bannerbox .swiper-slide {
	height: auto;
}

.bannerbox .fzhong {
	position: relative;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 767px) {
	.bannerbox .fzhong {
		padding: 3.4rem 0 1rem;
		height: 100%;
	}
}

.bannerbox .fzhong .bag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerbox .fzhong .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerbox .fzhong .bag img:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.bannerbox .fzhong .bag img {
		display: none;
	}

	.bannerbox .fzhong .bag img:nth-child(2) {
		display: block;
	}
}

.bannerbox .fzhong .bag:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/shoueifa1.png) left top / 100% auto no-repeat;
}

.bannerbox .fzhong .fvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.bannerbox .fzhong .fvideo {
		display: none;
	}
}

.bannerbox .fzhong .fvideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerbox .fzhong .cont {
	width: 100%;
	color: #ffffff;
	text-align: center;
	position: relative;
}

@media (min-width: 768px) {
	.bannerbox .fzhong .cont {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-bottom: 50%;
	}

	.bannerbox .fzhong .cont .container {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.bannerbox .fzhong .cont .name {
	letter-spacing: 0.2rem;
	margin-bottom: 0.1rem;
}

.bannerbox .fzhong .cont .tit {
	letter-spacing: 0.3rem;
	font-size: 0.58rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.bannerbox .fzhong .cont .tit {
		letter-spacing: 0.2rem;
	}
}

.bannerbox .fzhong .cont .but {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 0.42rem;
	width: 1.7rem;
	height: 0.6rem;
	border-radius: 3px;
	-webkit-backdrop-filter: saturate(100%) blur(4px);
	backdrop-filter: saturate(100%) blur(4px);
	color: #ffffff;
	border: solid 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
	.bannerbox .fzhong .cont .but {
		height: 0.8rem;
		width: 2rem;
	}
}

.bannerbox .fzhong .cont .but i {
	display: block;
	margin-left: 0.2rem;
	width: 0.18rem;
	transition: all 0.4s;
}

.bannerbox .fzhong .cont .but i svg {
	width: 100%;
}

.bannerbox .fzhong .cont .but i svg path {
	stroke: none;
	fill: #ffffff;
	opacity: 1;
}

.bannerbox .fzhong .cont .but:hover i {
	transform: translateX(0.1rem);
}

.bannerbox .fzhong .nei {
	width: 100%;
}

@media (min-width: 768px) {
	.bannerbox .fzhong .nei {
		position: absolute;
		left: 0;
		bottom: 0.7rem;
	}
}

.bannerbox .fzhong .nei .jut {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bannerbox .fzhong .nei .jut .li {
	max-width: 25%;
	padding: 0 0.8rem;
	width: 25%;
	color: #ffffff;
	text-align: center;
}

@media (max-width: 767px) {
	.bannerbox .fzhong .nei .jut .li {
		width: 50%;
		padding: 0 0.2rem;
		max-width: initial;
		margin-top: 0.46rem;
	}
}

.bannerbox .fzhong .nei .jut .li .shu {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	line-height: 0.7;
	font-weight: bold;
	margin-bottom: 2px;
}

.bannerbox .fzhong .nei .jut .li .shu span {
	font-size: 0.42rem;
	line-height: 1;
}

.bannerbox .fzhong .nei .jut .li .shu .counter {
	font-size: 0.56rem;
	line-height: 0.9;
	font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.bannerbox .bannerbox_pagin {
	position: absolute;
	left: initial;
	right: 8.33333333%;
	bottom: 50%;
	width: auto;
}

@media (min-width: 768px) {
	.bannerbox .bannerbox_pagin {
		transform: translateY(50%);
	}
}

@media (max-width: 767px) {
	.bannerbox .bannerbox_pagin {
		bottom: 0.3rem;
		display: flex;
		width: 100%;
		justify-content: center;
		right: 0;
	}
}

.bannerbox .bannerbox_pagin span {
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	position: relative;
	margin: 0;
	margin-bottom: 0.1rem;
	opacity: 1;
	background-color: transparent;
}

.bannerbox .bannerbox_pagin span:last-child {
	margin-bottom: 0;
}

.bannerbox .bannerbox_pagin span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25%;
	height: 25%;
	border-radius: 50%;
	background-color: #ffffff;
}

.bannerbox .bannerbox_pagin span svg {
	float: left;
	opacity: 0;
}

.bannerbox .bannerbox_pagin .swiper-pagination-bullet-active svg {
	opacity: 1;
}

.bannerbox .bannerbox_pagin .swiper-pagination-bullet-active svg circle:nth-child(2) {
	animation: circled1 5.8s linear;
}

/* End */
/* 首页 */
.base_prev,
.base_next {
	width: 0.7rem;
	height: 0.7rem;
	border: solid 1px #ffffff;
	background: none;
	background-color: transparent;
	margin: 0;
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}

.base_prev svg,
.base_next svg {
	width: 28.57142857%;
	height: 28.57142857%;
}

.base_prev svg path,
.base_next svg path {
	fill: #fff;
	stroke: none;
	transition: all 0.4s;
	opacity: 1;
}

.base_prev:hover,
.base_next:hover {
	background-color: #fff;
}

.base_prev:hover svg path,
.base_next:hover svg path {
	fill: #0050b1;
}

@keyframes animation-line {
	0% {
		stroke-dashoffset: -800;
	}

	25% {
		stroke-dashoffset: -800;
	}

	50% {
		stroke-dashoffset: 0px;
	}

	75% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: 800;
	}
}

@keyframes animation-line2 {
	0% {
		stroke-dashoffset: 800;
	}

	25% {
		stroke-dashoffset: 800;
	}

	50% {
		stroke-dashoffset: 0px;
	}

	75% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: -800;
	}
}

.hm_tit {
	position: relative;
}

.hm_tit .bag_font {
	position: absolute;
	top: -0.2rem;
	left: -1rem;
	color: #e4e7ef;
	opacity: 0.4;
	font-weight: bold;
	line-height: 0.72727273;
	font-size: 2.2rem;
}

@media (max-width: 1580px) {
	.hm_tit .bag_font {
		left: -0.6rem;
	}
}

@media (max-width: 767px) {
	.hm_tit .bag_font {
		left: -0.26rem;
	}
}

.hm_tit .bag_font:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -5px;
	display: block;
	background: url(../image/jiandfe2.png) center / 100% 100% no-repeat;
}

.hm_tit .tit {
	font-weight: bold;
	color: #000000;
	line-height: 1.36363636;
	position: relative;
	font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.hm_tit2 .bag_font {
	transform: translateY(-30%);
	color: #f1f4f8;
	opacity: 0.1;
	-webkit-text-fill-color: transparent;
	/*文字的填充色*/
	-webkit-text-stroke: 1.2px #f1f4f8;
	text-stroke: 1.2px #f1f4f8;
	background-image: -webkit-linear-gradient(top, transparent, transparent, transparent);
	-webkit-background-clip: text;
}

.hm_tit2 .bag_font:after {
	display: none;
}

.hm_tit2 .tit {
	color: #f1f4f8;
}

.hm_but {
	width: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	border: solid 1px rgba(218, 221, 226, 0.7);
	padding: 0.16rem 0.2rem;
	color: #444444;
	overflow: hidden;
	z-index: 3;
	position: relative;
	transition: all 0.4s;
	font-size: 16px;
}

@media (max-width: 1580px) {
	.hm_but {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.hm_but {
		width: 2.1rem;
	}
}

.hm_but span,
.hm_but i {
	position: relative;
}

.hm_but span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 0.3rem);
}

.hm_but i {
	display: block;
	width: 0.2rem;
	overflow: hidden;
}

.hm_but i svg {
	width: 100%;
	float: left;
}

.hm_but i svg path {
	fill: #dadde2;
	opacity: 1;
	transition: all 0.4s;
	stroke: none;
}

.hm_but:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0064de, #0064de);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
	opacity: 0;
}

.hm_but:hover {
	color: #ffffff;
}

.hm_but:hover:before {
	opacity: 1;
}

.hm_but:hover i svg path {
	fill: #ffffff;
}

.hm-sec1 {
	overflow: hidden;
	padding: 1.2rem 0 4rem;
	position: relative;
}

@media (max-width: 767px) {
	.hm-sec1 {
		padding-bottom: 1.2rem;
	}
}

.hm-sec1 .bag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hm-sec1 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-sec1 .container {
	position: relative;
}

.hm-sec1 .hm_tit {
	margin-bottom: 0.5rem;
}

.hm-sec1 .hm_tit .bag_font:after {
	background-image: url(../image/jiandfe1.png);
}

.hm-sec1 .cont {
	display: flex;
	margin: 0 -5px;
	padding-right: 0.6rem;
}

.hm-sec1 .cont .item {
	transition: all 0.4s;
	width: 13.63636%;
	padding: 0 5px;
	height: 4.5rem;
}

@media (min-width: 992px) {
	.hm-sec1 .cont .item {
		flex: 1 0 13.63636%;
	}
}

.hm-sec1 .cont .item .list {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 0.6rem 0.1rem;
}

.hm-sec1 .cont .item .list:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s;
	background: url(../image/fiedinfe1.png) left bottom / 100% auto no-repeat;
}

.hm-sec1 .cont .item .list .fiocn {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-items: center;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background-color: #ffffff;
	transition: all 0.4s;
	position: relative;
}

.hm-sec1 .cont .item .list .fiocn img {
	height: 78.46153846%;
}

.hm-sec1 .cont .item .list .font {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0.15rem 0 0;
	transition: all 0.4s;
}

.hm-sec1 .cont .item .list .font .tit {
	font-weight: bold;
	color: #000000;
}

.hm-sec1 .cont .item .list .font .nei {
	position: relative;
	transition: all 0.4s;
	padding-top: 0.54rem;
	overflow: hidden;
}

.hm-sec1 .cont .item .list .font .fbut {
	width: 0.44rem;
	transition: all 0.4s;
	position: relative;
	left: 50%;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%);
}

.hm-sec1 .cont .item .list .font .text {
	padding: 0.28rem 0.54rem 0;
	color: #666666;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	line-height: 1.66666667;
}

@media (min-width: 992px) {
	.hm-sec1 .cont .on {
		width: 32.46753246%;
		flex: 1 0 32.46753246%;
	}

	.hm-sec1 .cont .on .list:before {
		opacity: 1;
	}

	.hm-sec1 .cont .on .list .fiocn {
		margin-top: -1rem;
		box-shadow: 1px 4px 14px 0px rgba(15, 20, 34, 0.09);
	}

	.hm-sec1 .cont .on .list .font {
		padding-top: 0.56rem;
	}

	.hm-sec1 .cont .on .list .font .nei {
		padding-top: 0;
	}

	.hm-sec1 .cont .on .list .font .fbut {
		position: absolute;
		opacity: 0;
		visibility: hidden;
	}

	.hm-sec1 .cont .on .list .font .text {
		display: block;
		position: relative;
		visibility: visible;
		opacity: 1;
		transition: all 0.4s 0.36s;
	}
}

@media (max-width: 1580px) {
	.hm-sec1 .cont {
		padding-right: 0;
	}

	.hm-sec1 .cont .item {
		height: 6rem;
	}

	.hm-sec1 .cont .item .list .font .text {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
}

@media (max-width: 991px) {
	.hm-sec1 .cont {
		flex-wrap: wrap;
		margin: 0;
	}

	.hm-sec1 .cont .item {
		margin: 0;
		width: 50%;
		height: auto;
		flex-wrap: wrap;
		margin-bottom: 0.66rem;
	}

	.hm-sec1 .cont .item .list .fiocn {
		margin-top: -1rem;
		box-shadow: 1px 4px 14px 0px rgba(15, 20, 34, 0.09);
	}

	.hm-sec1 .cont .item .list .font {
		padding-top: 0.3rem;
	}

	.hm-sec1 .cont .item .list .font .text {
		display: block;
		position: relative;
		visibility: visible;
		opacity: 1;
	}

	.hm-sec1 .cont .item .list .font .nei {
		padding-top: 0;
	}

	.hm-sec1 .cont .item .list .font .fbut {
		display: none;
	}
}

@media (max-width: 767px) {
	.hm-sec1 .cont .item {
		width: 100%;
	}

	.hm-sec1 .cont .item:last-child {
		margin-bottom: 0;
	}
}

.hm-sec2 {
	overflow: hidden;
	padding: 2.1rem 0 1.55rem;
	position: relative;
	margin-top: -2.7rem;
}

@media (max-width: 767px) {
	.hm-sec2 {
		margin-top: 0;
		padding: 1.4rem 0;
	}
}

.hm-sec2 .bag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0 50% 0 0 0;
	transition: all 0.4s;
}

.hm-sec2 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-sec2 .container {
	position: relative;
}

.hm-sec2 .hm_tit {
	margin-bottom: 0.56rem;
}

.hm-sec2 .hm_tit .tit {
	color: #fff;
}

.hm-sec2 .img {
	padding-bottom: 77.60814249%;
}

.hm-sec2 .img img {
	object-fit: contain;
}

.hm-sec2 .cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hm-sec2 .cont .lt {
	width: 50.875%;
	position: relative;
	padding-right: 1.94rem;
}

@media (max-width: 991px) {
	.hm-sec2 .cont .lt {
		padding-right: 1rem;
	}
}

@media (max-width: 767px) {
	.hm-sec2 .cont .lt {
		padding-right: 0;
		width: 100%;
	}
}

.hm-sec2 .cont .lt .hm2_nav {
	height: 6rem;
}

@media (max-width: 767px) {
	.hm-sec2 .cont .lt .hm2_nav {
		height: auto;
	}
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide {
	height: auto;
	opacity: 0.1;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item {
	width: 100%;
	padding: 0 0.4rem;
	transition: all 0.4s;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .img {
		display: none;
	}
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit {
	display: flex;
	align-items: center;
	color: #ffffff;
	transition: all 0.4s;
	justify-content: space-between;
	padding: 0.3rem 0;
	cursor: pointer;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit span {
	display: block;
	width: 70%;
	width: calc(100% - 0.45rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit span {
		width: calc(100% - 0.76rem);
	}
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.3rem;
	border-radius: 50%;
	height: 0.3rem;
	opacity: 0;
	background-color: #0050b1;
}

@media (max-width: 767px) {
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit i {
		width: 0.5rem;
		height: 0.5rem;
	}
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit i svg {
	width: 50%;
	height: 50%;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit i svg path {
	fill: #ffffff;
	stroke: none;
	opacity: 1;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut {
	padding-right: 0.4rem;
	display: none;
	padding-bottom: 0.16rem;
	zoom: 1;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut:after {
	content: '';
	display: block;
	clear: both;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut .li {
	float: left;
	display: block;
	width: 33.333%;
	padding-right: 10px;
	margin-bottom: 0.1rem;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut .li span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 18px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #0050b1 0%);
	background-size: 0 100%;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

@media (max-width: 1580px) {
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut .li span {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut .li span {
		font-size: 0.28rem;
	}
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut .li:hover span {
	color: #0050b1;
	background-size: 100% 100%;
}

@media (min-width: 992px) {

	.hm-sec2 .cont .lt .hm2_nav .swiper-slide:nth-child(1),
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide:nth-child(2),
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide:nth-child(3),
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide:nth-child(4) {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.hm-sec2 .cont .lt .hm2_nav .swiper-slide {
		opacity: 1;
	}

	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item {
		background-color: #ffffff;
		border-radius: 10px;
		padding-left: 0.6rem;
	}

	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit {
		color: #0050b1;
	}

	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .tit i {
		opacity: 1;
	}

	.hm-sec2 .cont .lt .hm2_nav .swiper-slide .item .jut {
		display: block;
	}
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide.on {
	opacity: 1;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide.on .item {
	background-color: #ffffff;
	border-radius: 10px;
	padding-left: 0.6rem;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide.on .item .tit {
	color: #0050b1;
}

.hm-sec2 .cont .lt .hm2_nav .swiper-slide.on .item .tit i {
	opacity: 1;
}

.hm-sec2 .cont .lt .qie {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.hm-sec2 .cont .lt .qie {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 0.6rem;
	}
}

@media (min-width: 768px) {
	.hm-sec2 .cont .lt .qie {
		position: absolute;
		left: 0;
		bottom: -0.3rem;
	}
}

.hm-sec2 .cont .lt .qie .hm2_prev {
	margin-right: 0.2rem;
}

.hm-sec2 .cont .gt {
	width: 49.125%;
}

@media (max-width: 767px) {
	.hm-sec2 .cont .gt {
		display: none;
	}
}

.hm-sec2 .cont .gt .hm2_cont {
	width: 100%;
}

.hm-sec3 {
	overflow: hidden;
	padding: 1.1rem 0 1.2rem;
}

.hm-sec3 .hm_tit {
	margin-bottom: 0.34rem;
}

.hm-sec3 .hm_tit .bag_font {
	background-image: url(../image/jiandfe2.png);
}

.hm-sec3 .hm_tit .bag_font:after {
	background-image: url(../image/jiandfe2.png);
}

.hm-sec3 .nav {
	margin-bottom: 0.52rem;
}

.hm-sec3 .nav .hm3_nav {
	width: 100%;
}

.hm-sec3 .nav .hm3_nav .swiper-slide .item {
	position: relative;
	padding-bottom: 0.22rem;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	align-items: center;
}

.hm-sec3 .nav .hm3_nav .swiper-slide .item .ficon {
	display: block;
	height: 26px;
	overflow: hidden;
	margin-bottom: 0.1rem;
}

@media (max-width: 1580px) {
	.hm-sec3 .nav .hm3_nav .swiper-slide .item .ficon {
		height: 22px;
	}
}

@media (max-width: 567px) {
	.hm-sec3 .nav .hm3_nav .swiper-slide .item .ficon {
		height: 0.54rem;
	}
}

.hm-sec3 .nav .hm3_nav .swiper-slide .item .ficon svg {
	width: auto;
	height: 100%;
	float: left;
}

.hm-sec3 .nav .hm3_nav .swiper-slide .item .ficon svg path {
	opacity: 1;
	stroke: none;
	fill: #000000;
}

.hm-sec3 .nav .hm3_nav .swiper-slide .item .tit {
	color: #000000;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.hm-sec3 .nav .hm3_nav .swiper-slide .item .tit {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.hm-sec3 .nav .hm3_nav .swiper-slide .item .tit {
		font-size: 0.28rem;
	}
}

.hm-sec3 .nav .hm3_nav .swiper-slide .item .xian {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #e9eaee;
}

.hm-sec3 .nav .hm3_nav .swiper-slide .item .xian:before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background-color: #0050b1;
}

.hm-sec3 .nav .hm3_nav .swiper-slide.on .item .ficon svg path {
	fill: #0050b1;
}

.hm-sec3 .nav .hm3_nav .swiper-slide.on .item .tit {
	color: #0050b1;
}

.hm-sec3 .nav .hm3_nav .swiper-slide.on .item .xian:before {
	animation: width1 4.8s linear forwards;
}

.hm-sec3 .cont {
	margin: -0.18rem -0.68rem -0.68rem;
}

.hm-sec3 .cont .hm3_cont {
	padding: 0.18rem 0.68rem 0.68rem;
}

.hm-sec3 .cont .hm3_cont .item {
	background-color: #ffffff;
	box-shadow: 3px 0.18rem 0.62rem 2px rgba(5, 28, 45, 0.08);
	border-radius: 0.2rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.hm-sec3 .cont .hm3_cont .item .lt,
.hm-sec3 .cont .hm3_cont .item .gt {
	position: relative;
}

.hm-sec3 .cont .hm3_cont .item:before {
	content: "";
	display: block;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal,
		normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	opacity: 0;
}

.hm-sec3 .cont .hm3_cont .item .lt {
	width: 44.8125%;
	padding: 0.8rem 6.25%;
}

@media (max-width: 767px) {
	.hm-sec3 .cont .hm3_cont .item .lt {
		width: 100%;
		padding: 0.5rem 0.3rem;
	}
}

.hm-sec3 .cont .hm3_cont .item .lt .tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.19rem;
}

.hm-sec3 .cont .hm3_cont .item .lt .xian {
	width: 23px;
	height: 4px;
	background-color: #d71718;
	margin-bottom: 0.24rem;
}

@media (max-width: 1580px) {
	.hm-sec3 .cont .hm3_cont .item .lt .xian {
		width: 20px;
		height: 2px;
	}
}

.hm-sec3 .cont .hm3_cont .item .lt .text {
	color: #666666;
	font-size: 18px;
	line-height: 1.66666667;
	margin-bottom: 0.52rem;
}

@media (max-width: 1580px) {
	.hm-sec3 .cont .hm3_cont .item .lt .text {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.hm-sec3 .cont .hm3_cont .item .lt .text {
		font-size: 0.28rem;
	}
}

.hm-sec3 .cont .hm3_cont .item .lt .name {
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.09rem;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

@media (max-width: 1199px) {
	.hm-sec3 .cont .hm3_cont .item .lt .jut {
		margin: 0 -5px;
	}
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist {
	width: 50%;
	padding: 0 8px;
}

@media (max-width: 1199px) {
	.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist {
		padding: 0 5px;
	}
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 5px;
	border: solid 1px rgba(218, 221, 226, 0.7);
	padding: 0.16rem 0.2rem;
	color: #444444;
	overflow: hidden;
	z-index: 3;
	position: relative;
	transition: all 0.4s;
	font-size: 16px;
	margin-top: 0.15rem;
}

@media (max-width: 1580px) {
	.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li {
		font-size: 14px;
	}
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li span,
.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li i {
	position: relative;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 0.3rem);
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li i {
	display: block;
	width: 0.2rem;
	overflow: hidden;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li i svg {
	width: 100%;
	float: left;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li i svg path {
	fill: #dadde2;
	opacity: 1;
	transition: all 0.4s;
	stroke: none;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0064de, #0064de);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
	opacity: 0;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li:hover {
	color: #ffffff;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li:hover:before {
	opacity: 1;
}

.hm-sec3 .cont .hm3_cont .item .lt .jut .fzlist .li:hover i svg path {
	fill: #ffffff;
}

.hm-sec3 .cont .hm3_cont .item .gt {
	width: 55.1875%;
}

@media (max-width: 767px) {
	.hm-sec3 .cont .hm3_cont .item .gt {
		width: 100%;
	}
}

.hm-sec3 .cont .hm3_cont .item .gt .img {
	width: 100%;
	min-height: 100%;
	padding-bottom: 67.95016988%;
	overflow: hidden;
	border-radius: 0 0.2rem 0.2rem 0;
}

.hm-sec3 .cont .hm3_cont .item .gt .img:after {
	content: "";
	display: block;
	background: url(../image/yuanron1.png) left top / auto 100% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.hm-sec3 .cont .hm3_cont .item .gt .img img {
	transition: all 0.4s;
}

.hm-sec3 .cont .hm3_cont .item:hover:before {
	opacity: 1;
}

.hm-sec3 .cont .hm3_cont .item:hover .img img {
	transform: scale(1.04);
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .tit {
	color: #ffffff;
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .xian {
	background-color: #ffffff;
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .name,
.hm-sec3 .cont .hm3_cont .item:hover .lt .text {
	color: #ffffff;
	opacity: 1;
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .jut .fzlist .li {
	border-color: rgba(218, 221, 226, 0.7);
	color: #ffffff;
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .jut .fzlist .li i svg path {
	fill: #ffffff;
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .jut .fzlist .li:before {
	display: none;
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .jut .fzlist .li:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0050b1;
}

.hm-sec3 .cont .hm3_cont .item:hover .lt .jut .fzlist .li:hover i svg path {
	fill: #0050b1;
}

.hm-sec4 {
	background-color: #f7f9fc;
	padding: 0.3rem 0 0.36rem;
	overflow: hidden;
}

@media (max-width: 767px) {
	.hm-sec4 {
		padding: 1.3rem 0;
	}
}

.hm-sec4 .cont {
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hm-sec4 .cont .lt {
	width: 28.875%;
	padding-right: 0.2rem;
	padding-top: 1.1rem;
}

@media (max-width: 767px) {
	.hm-sec4 .cont .lt {
		width: 100%;
	}
}

.hm-sec4 .cont .lt .hm_tit {
	margin-bottom: 0.66rem;
}

.hm-sec4 .cont .lt .hm_tit .tit {
	line-height: 1.59090909;
}

@media (max-width: 991px) {
	.hm-sec4 .cont .lt .hm_tit .tit {
		line-height: 1.4;
	}
}

.hm-sec4 .cont .lt .hm_tit .tit span {
	color: #0050b1;
}

.hm-sec4 .cont .lt .jut {
	display: flex;
	align-items: center;
}

.hm-sec4 .cont .lt .jut .li {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 1rem;
	color: #666666;
	transition: all 0.4s;
}

.hm-sec4 .cont .lt .jut .li:before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	margin-right: 8px;
	background-color: #e9eaee;
	transition: all 0.4s;
}

@media (max-width: 1580px) {
	.hm-sec4 .cont .lt .jut .li:before {
		width: 18px;
		height: 2px;
	}
}

.hm-sec4 .cont .lt .jut .on {
	color: #0050b1;
}

.hm-sec4 .cont .lt .jut .on:before {
	background-color: #0050b1;
}

.hm-sec4 .cont .gt {
	width: 71.125%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

@media (max-width: 767px) {
	.hm-sec4 .cont .gt {
		max-width: initial;
		width: 100%;
		margin-top: 0.5rem;
	}
}

.hm-sec4 .cont .gt .fzitem1 {
	width: 100%;
	position: relative;
	margin-top: 0.8rem;
}

.hm-sec4 .cont .gt .fzitem1 .fzimg {
	position: absolute;
	right: 7%;
	top: 14%;
	z-index: 6;
	width: 80%;
}

.hm-sec4 .cont .gt .fzitem1 .fzimg svg {
	width: 100%;
	max-height: 100%;
	opacity: 1;
}

.hm-sec4 .cont .gt .fzitem1 .fzimg svg path {
	opacity: 1;
	fill: none;
	stroke: #0050b1;
	stroke-miterlimit: 10;
	stroke-dashoffset: 800;
	stroke-dasharray: 800;
	stroke-width: 1px;
	animation: animation-line 8.5s ease-in forwards infinite;
}

.hm-sec4 .cont .gt .fzitem1 .fzimg svg path:nth-child(1),
.hm-sec4 .cont .gt .fzitem1 .fzimg svg path:nth-child(8),
.hm-sec4 .cont .gt .fzitem1 .fzimg svg path:nth-child(9) {
	animation: animation-line2 8s ease-in forwards infinite;
}

.hm-sec4 .cont .gt .fzitem1 .dian .yuan2 {
	border-style: dotted;
	border: 1px dotted #0050b1;
}

.hm-sec4 .cont .gt .fzitem2 {
	width: 70.474%;
	margin-right: 16.69595782%;
}

@media (max-width: 767px) {
	.hm-sec4 .cont .gt .fzitem2 {
		width: 100%;
		margin-right: 0;
	}
}

.hm-sec4 .cont .gt .fzitem2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 14.75%;
	padding-bottom: 21.75%;
	background: url(../image/fuwifz1.png) left top / 100% auto no-repeat;
}

.hm-sec4 .cont .gt .item {/*
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;*/
}

.hm-sec4 .cont .gt .item .img {
	width: 100%;
	margin-top: 90px;
}

.hm-sec4 .cont .gt .item .img img {
	width: 100%;
}

.hm-sec4 .cont .gt .item .fzlist {
	position: relative;
}

.hm-sec4 .cont .gt .item .dian {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 8;
}

.hm-sec4 .cont .gt .item .dian span {
	width: 8px;
	height: 8px;
	background-color: #00c7c4;
	box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.43);
	position: absolute;
	left: -4px;
	top: -4px;
	border-radius: 50%;
}

.hm-sec4 .cont .gt .item .dian span:before {
	content: "";
	display: block;
	width: 325%;
	height: 325%;
	border-radius: 50%;
	background-color: #00c7c4;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: scale1 1.6s linear infinite;
}

.hm-sec4 .cont .gt .item .dian .text {
	color: #444444;
	font-size: 14px;
	position: absolute;
	left: 100%;
	padding-left: 0.2rem;
	top: 50%;
	line-height: 1;
	transform: translateY(-50%);
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hm-sec4 .cont .gt .item .dian .text {
		display: none;
		font-size: 0.24rem;
	}
}

.hm-sec4 .cont .gt .item .dian .fziocn {
	box-shadow: 2px 13px 15px 0px rgba(2, 30, 64, 0.14);
	position: absolute;
	bottom: 8px;
	width: 110px;
	border-radius: 10px;
	left: 0;
	padding: 0.1rem;
	transform: translateX(-50%);
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	pointer-events: none;
	z-index: 5;
}

@media (max-width: 767px) {
	.hm-sec4 .cont .gt .item .dian .fziocn {
		display: none;
	}
}

.hm-sec4 .cont .gt .item .dian .fziocn:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #fff;
}

.hm-sec4 .cont .gt .item .dian .fziocn img {
	width: 100%;
}

.hm-sec4 .cont .gt .item .dian .fziocn2 {
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	bottom: 0;
	width: 0.34rem;
}

.hm-sec4 .cont .gt .item .dian .fziocn2 img {
	width: 100%;
}

.hm-sec4 .cont .gt .item .dian:hover .fziocn {
	visibility: visible;
	opacity: 1;
}

.hm-sec4 .cont .gt .item .yuan2 span {
	background-color: #0050b1;
	box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.43);
}

.hm-sec4 .cont .gt .item .yuan2 span:before {
	background-color: #0050b1;
}

.hm-sec4 .cont .gt .item .fontlet1 .text {
	padding: 0;
	padding-right: 0.2rem;
	left: initial;
	right: 0;
}

.hm-sec4 .cont .gt .item .fontbot1 .text {
	transform: translate(-50%, 0);
	top: 0;
	padding: 0.14rem 0 0;
}

.hm-sec4 .cont .gt .item .fonttop1 .text {
	transform: translate(-50%, 0);
	bottom: 0;
	top: initial;
	padding: 0 0 0.14rem;
}

.hm-sec4 .cont .gt .item .fzwei {
	position: absolute;
	right: 0;
	top: 60%;
}

@media (max-width: 767px) {
	.hm-sec4 .cont .gt .item .fzwei {
		top: 80%;
		right: 96%;
	}
}

.hm-sec4 .cont .gt .item .fzwei .dian {
	position: relative;
}

.hm-sec4 .cont .gt .item .fzwei .text {
	display: block;
}

.hm-sec4 .cont .gt .item .fzwei .yuan2 {
	margin-top: 0.36rem;
}

.hm-sec4 .cont .gt .on {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.hm-sec4 .nei {
	width: 100%;
}

.hm-sec4 .nei .jut {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hm-sec4 .nei .jut .li {
	max-width: 25%;
	width: 25%;
	color: #666666;
	padding: 0 0.6rem;
	text-align: center;
}

@media (max-width: 767px) {
	.hm-sec4 .nei .jut .li {
		width: 50%;
		max-width: initial;
		margin-top: 0.46rem;
		padding: 0 0.2rem;
	}
}

.hm-sec4 .nei .jut .li .shu {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1.8;
	color: #0050b1;
	font-weight: bold;
	margin-bottom: 2px;
}

.hm-sec4 .nei .jut .li .shu .fen {
	display: flex;
	align-items: flex-start;
}

.hm-sec4 .nei .jut .li .shu .fen span {
	font-size: 0.6rem;
	line-height: 1;
}

.hm-sec4 .nei .jut .li .shu .fen strong {
	display: block;
	margin: 0 6px;
	line-height: 0.6;
	font-weight: bold;
}

.hm-sec4 .nei .jut .li .shu .counter {
	font-size: 0.56rem;
	line-height: 0.9;
	font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.hm-sec5 {
	overflow: hidden;
	padding: 1.2rem 0;
}

.hm-sec5 .fztit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
}

.hm-sec5 .fztit .hm_tit {
	margin-top: 0.12rem;
}

.hm-sec5 .fztit .hm_tit .bag_font {
	width: 100vw;
	font-size: 1.6rem;
}

.hm-sec5 .fztit .hm_tit .bag_font:after {
	background-image: url(../image/jiandfe2.png);
}

.hm-sec5 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.15rem;
}

@media (max-width: 767px) {
	.hm-sec5 .cont {
		margin: 0;
	}
}

.hm-sec5 .cont .item .list {
	display: block;
	background-color: #f5f7fa;
	border-radius: 20px;
	height: 100%;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.hm-sec5 .cont .item .list .img {
	opacity: 0;
	width: 100%;
	transition: all 0.4s;
	min-height: 100%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%);
}

.hm-sec5 .cont .item .list .img:before {
	padding-bottom: 62.37816764%;
}

@media (max-width: 767px) {
	.hm-sec5 .cont .item .list .img:before {
		padding-bottom: 50%;
	}
}

.hm-sec5 .cont .item .list .img img {
	transition: all 0.4s;
	opacity: 0.1;
}

.hm-sec5 .cont .item .list .jut {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.46rem 0.5rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

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

.hm-sec5 .cont .item .list .jut .time {
	color: #666666;
	margin-bottom: 0.14rem;
	transition: all 0.4s;
	display: block;
}

.hm-sec5 .cont .item .list .jut .tit {
	line-height: 0.36rem;
	letter-spacing: 0px;
	width: 100%;
	color: #000000;
	transition: all 0.4s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0.36rem;
	height: 0.72rem;
}

@media (max-width: 1580px) {
	.hm-sec5 .cont .item .list .jut .tit {
		line-height: 30px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	.hm-sec5 .cont .item .list .jut .tit {
		line-height: 26px;
		height: 52px;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .cont .item .list .jut .tit {
		height: 0.92rem;
		line-height: 0.46rem;
	}
}

.hm-sec5 .cont .item .list .jut .but {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.24rem;
	border-top: 1px solid rgba(102, 102, 102, 0.1);
	transition: all 0.4s;
	color: #999999;
	padding-right: 0.1rem;
}

.hm-sec5 .cont .item .list .jut .but span {
	font-size: 18px;
}

@media (max-width: 1580px) {
	.hm-sec5 .cont .item .list .jut .but span {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.hm-sec5 .cont .item .list .jut .but span {
		font-size: 0.28rem;
	}
}

.hm-sec5 .cont .item .list .jut .but i {
	display: block;
	width: 0.2rem;
	overflow: hidden;
}

.hm-sec5 .cont .item .list .jut .but i svg {
	width: 100%;
	float: left;
}

.hm-sec5 .cont .item .list .jut .but i svg path {
	fill: #d0d4d9;
	opacity: 1;
	transition: all 0.4s;
	stroke: none;
}

.hm-sec5 .cont .item .list:hover .img {
	opacity: 1;
}

.hm-sec5 .cont .item .list:hover .jut .time,
.hm-sec5 .cont .item .list:hover .jut .tit,
.hm-sec5 .cont .item .list:hover .jut .but {
	color: #ffffff;
}

.hm-sec5 .cont .item .list:hover .jut .but {
	border-color: rgba(255, 255, 255, 0.1);
}

.hm-sec5 .cont .item .list:hover .jut .but i svg path {
	fill: #ffffff;
}

.hm-sec5 .cont .lt,
.hm-sec5 .cont .gt {
	padding: 0 0.15rem;
}

@media (max-width: 767px) {

	.hm-sec5 .cont .lt,
	.hm-sec5 .cont .gt {
		padding: 0;
	}
}

.hm-sec5 .cont .lt {
	width: 33.333%;
}

@media (max-width: 991px) {
	.hm-sec5 .cont .lt {
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

.hm-sec5 .cont .lt .item {
	width: 100%;
}

.hm-sec5 .cont .lt .item .list .img {
	opacity: 1;
}

.hm-sec5 .cont .lt .item .list .img:before {
	padding-bottom: 130.6042885%;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.hm-sec5 .cont .lt .item .list .img:before {
		height: 7.4rem;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .cont .lt .item .list .img:before {
		padding-bottom: 90%;
	}
}

.hm-sec5 .cont .lt .item .list .img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/daidingtufwbag1.png) center / 100% 100% no-repeat;
	width: 100%;
	height: 100%;
}

.hm-sec5 .cont .lt .item .list .img img {
	opacity: 1;
	transition: all 0.4s;
}

.hm-sec5 .cont .lt .item .list .jut {
	padding-top: 0.5rem;
}

.hm-sec5 .cont .lt .item .list .jut .label {
	border: solid 2px rgba(255, 255, 255, 0.15);
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	color: #ffffff;
	width: 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 24px;
	padding: 0.1rem 0;
	margin-bottom: 0.26rem;
}

@media (max-width: 1580px) {
	.hm-sec5 .cont .lt .item .list .jut .label {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.hm-sec5 .cont .lt .item .list .jut .label {
		font-size: 0.28rem;
	}
}

@media (max-width: 1580px) {
	.hm-sec5 .cont .lt .item .list .jut .label {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .cont .lt .item .list .jut .label {
		width: 1.56rem;
	}
}

.hm-sec5 .cont .lt .item .list .img {
	opacity: 1;
}

.hm-sec5 .cont .lt .item .list .jut .time,
.hm-sec5 .cont .lt .item .list .jut .tit,
.hm-sec5 .cont .lt .item .list .jut .but {
	color: #ffffff;
}

.hm-sec5 .cont .lt .item .list .jut .but {
	border-color: rgba(255, 255, 255, 0.1);
}

.hm-sec5 .cont .lt .item .list .jut .but i svg path {
	fill: #ffffff;
}

.hm-sec5 .cont .lt .item .list:hover .img img {
	transform: scale(1.01);
}

.hm-sec5 .cont .gt {
	width: 66.666%;
}

@media (max-width: 991px) {
	.hm-sec5 .cont .gt {
		width: 100%;
	}
}

.hm-sec5 .cont .gt .fznei {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	align-content: space-between;
	margin: 0 -0.15rem;
}

@media (max-width: 991px) {
	.hm-sec5 .cont .gt .fznei {
		height: auto;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .cont .gt .fznei {
		margin: 0;
	}
}

.hm-sec5 .cont .gt .fznei .item {
	width: 50%;
	min-height: calc(50% - 0.15rem);
	padding: 0 0.15rem;
}

@media (max-width: 991px) {
	.hm-sec5 .cont .gt .fznei .item {
		margin-bottom: 0.3rem;
	}
}

@media (max-width: 767px) {
	.hm-sec5 .cont .gt .fznei .item {
		padding: 0;
		width: 100%;
		height: auto;
	}
}

.hm-sec6 {
	position: relative;
	overflow: hidden;
	padding: 1.5rem 0 2rem;
}

.hm-sec6 .bag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hm-sec6 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-sec6 .bag:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../image/shehuizereni1.webp);
}

@media (max-width: 767px) {
	.hm-sec6 .bag:before {
		opacity: 0.8;
	}
}

@media (max-width: 767px) {
	.hm-sec6 .font {
		text-align: center;
	}
}

.hm-sec6 .font .tit {
	font-weight: bold;
	font-size: 0.56rem;
	color: #ffffff;
	margin-bottom: 5px;
}

.hm-sec6 .font .text {
	color: #ffffff;
}

.hm-sec6 .font .hm_but {
	border-color: #ffffff;
	color: #ffffff;
}

@media (max-width: 767px) {
	.hm-sec6 .font .hm_but {
		margin: 0 auto;
	}
}

.hm-sec6 .font .hm_but:before {
	display: none;
}

.hm-sec6 .font .hm_but i svg path {
	fill: #ffffff;
}

.hm-sec6 .font .hm_but:hover {
	background-color: #ffffff;
	color: #333333;
}

.hm-sec6 .font .hm_but:hover i svg path {
	fill: #333333;
}

@keyframes width1 {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes scale1 {
	0% {
		transform: translate(-50%, -50%) scale(0.1);
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.1);
	}
}

/* End */
/* 立即咨询弹窗 */
.consult_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	overflow: hidden;
	display: none;
}

.consult_fixed .bag {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.consult_fixed .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	border-radius: 0.2rem;
	display: flex;
	background-color: #ffffff;
	overflow: hidden;
	max-width: 1370px;
}

@media (max-width: 1900px) {
	.consult_fixed .cont {
		max-width: 13.7rem;
	}
}

@media (max-width: 767px) {
	.consult_fixed .cont {
		max-width: 100%;
	}
}

.consult_fixed .cont .close1 {
	position: absolute;
	right: 0.28rem;
	top: 0.28rem;
	width: 0.26rem;
	height: 0.26rem;
	cursor: pointer;
	overflow: hidden;
}

@media (max-width: 767px) {
	.consult_fixed .cont .close1 {
		width: 0.4rem;
		height: 0.4rem;
	}
}

.consult_fixed .cont .close1 img,
.consult_fixed .cont .close1 svg {
	width: 100%;
	float: left;
	max-height: 100%;
}

.consult_fixed .cont .close1 img path,
.consult_fixed .cont .close1 svg path {
	fill: #333333;
	stroke: none;
}

.consult_fixed .cont .lt {
	position: relative;
	width: 33.57%;
	padding: 1rem 1rem;
}

@media (max-width: 991px) {
	.consult_fixed .cont .lt {
		padding: 0.6rem 0.6rem;
	}
}

@media (max-width: 767px) {
	.consult_fixed .cont .lt {
		display: none;
	}
}

.consult_fixed .cont .lt .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.consult_fixed .cont .lt .img img {
	width: 100%;
	height: 100%;
	opacity: 0.6;
	object-fit: cover;
}

.consult_fixed .cont .lt .logo {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.4rem;
}

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

.consult_fixed .cont .lt .logo img {
	width: 100%;
	float: left;
}

.consult_fixed .cont .lt .jut {
	color: #fff;
	position: relative;
	margin-bottom: 1.6rem;
}

.consult_fixed .cont .lt .jut .tit {
	font-weight: 600;
	margin-bottom: 0.24rem;
}

.consult_fixed .cont .lt .jut .li {
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}

.consult_fixed .cont .lt .jut .li:last-child {
	margin-bottom: 0;
}

.consult_fixed .cont .lt .jut .li i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	overflow: hidden;
	margin-right: 0.3rem;
}

@media (max-width: 1580px) {
	.consult_fixed .cont .lt .jut .li i {
		width: 18px;
		height: 18px;
	}
}

.consult_fixed .cont .lt .jut .li i img {
	width: 100%;
	float: left;
}

.consult_fixed .cont .lt .fzlist {
	display: flex;
}

.consult_fixed .cont .lt .fzlist a {
	display: block;
	color: #ffffff;
	opacity: 0.6;
	transition: all 0.4s;
	margin-right: 0.32rem;
}

.consult_fixed .cont .lt .fzlist a:last-child {
	margin-right: 0;
}

.consult_fixed .cont .lt .fzlist a:hover {
	opacity: 1;
}

.consult_fixed .cont .gt {
	width: 66.43%;
	padding: 0.8rem 1rem;
}

@media (max-width: 991px) {
	.consult_fixed .cont .gt {
		padding: 0.6rem 0.7rem;
	}
}

@media (max-width: 767px) {
	.consult_fixed .cont .gt {
		width: 100%;
		padding: 0.6rem 0.4rem;
	}
}

.consult_fixed .cont .gt .title1 {
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 6px;
}

@media (max-width: 1580px) {
	.consult_fixed .cont .gt .title1 {
		margin-bottom: 4px;
	}
}

.consult_fixed .cont .gt .text {
	color: #666666;
	opacity: 0.76;
	text-align: center;
	margin-bottom: 0.36rem;
}

.consult_fixed .cont .gt .form .jut {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.1rem;
}

@media (max-width: 767px) {
	.consult_fixed .cont .gt .form .jut {
		margin: 0;
	}
}

.consult_fixed .cont .gt .form .jut .item {
	width: 50%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
}

@media (max-width: 767px) {
	.consult_fixed .cont .gt .form .jut .item {
		padding: 0;
		width: 100%;
	}
}

.consult_fixed .cont .gt .form .jut .item .int {
	background-color: #f7f9fc;
	border-radius: 10px;
	color: #999999;
}

.consult_fixed .cont .gt .form .jut .item .int input,
.consult_fixed .cont .gt .form .jut .item .int textarea {
	color: #333333;
	padding: 19px 20px;
	width: 100%;
	font-size: 16px;
}

@media (max-width: 1580px) {

	.consult_fixed .cont .gt .form .jut .item .int input,
	.consult_fixed .cont .gt .form .jut .item .int textarea {
		font-size: 14px;
		padding: 16px 18px;
	}
}

@media (max-width: 991px) {

	.consult_fixed .cont .gt .form .jut .item .int input,
	.consult_fixed .cont .gt .form .jut .item .int textarea {
		padding-right: 14px 16px;
	}
}

@media (max-width: 767px) {

	.consult_fixed .cont .gt .form .jut .item .int input,
	.consult_fixed .cont .gt .form .jut .item .int textarea {
		padding: 0.28rem 0.36rem;
	}
}

.consult_fixed .cont .gt .form .jut .item .int textarea {
	height: 94px;
}

@media (max-width: 1580px) {
	.consult_fixed .cont .gt .form .jut .item .int textarea {
		height: 90px;
	}
}

@media (max-width: 991px) {
	.consult_fixed .cont .gt .form .jut .item .int textarea {
		height: 80px;
	}
}

.consult_fixed .cont .gt .form .ftextarea .item {
	width: 100%;
}

.consult_fixed .cont .gt .form .fztext {
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 0.35rem;
}

@media (max-width: 767px) {
	.consult_fixed .cont .gt .form .fztext {
		font-size: 0.24rem;
		line-height: 1.5;
	}
}

.consult_fixed .cont .gt .form .fztext a {
	color: #0050b1;
	font-weight: bold;
}

.consult_fixed .cont .gt .form .fztext a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.consult_fixed .cont .gt .form .f_sub {
		margin: 0 auto;
	}
}

/* End */
/* 隐私政策 */
.policybox {
	padding: 0.5rem 0 1rem;
}

.policybox .tit {
	font-weight: bold;
	color: #222;
	font-size: 0.46rem;
	text-align: center;
	margin-bottom: 0.14rem;
}

.policybox .text {
	display: flex;
	justify-content: center;
	color: #666666;
	margin-bottom: 0.5rem;
}

.policybox .text p {
	margin: 0 0.22rem;
}

/* End */
/* 网站地图 */
.webstiembox {
	padding: 0.6rem 0 1.26rem;
}

.webstiembox .container .fztit1 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.12rem;
}

.webstiembox .container .cont {
	padding-right: 0.9rem;
}

@media (max-width: 991px) {
	.webstiembox .container .cont {
		width: 100%;
	}
}

.webstiembox .container .cont .jut {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eeeeee;
	padding: 0.44rem 0 0.34rem;
	line-height: 28px;
}

@media (max-width: 1580px) {
	.webstiembox .container .cont .jut {
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut {
		line-height: 1.5;
	}
}

.webstiembox .container .cont .jut:last-child {
	border-bottom: none;
}

.webstiembox .container .cont .jut .tit {
	display: block;
	width: 12.5%;
	font-weight: 600;
	color: #333333;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.webstiembox .container .cont .jut .tit {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .tit {
		font-size: 0.28rem;
	}
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .tit {
		width: 18%;
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .tit {
		width: 100%;
	}
}

.webstiembox .container .cont .jut .nei {
	display: flex;
	flex-wrap: wrap;
	width: 87.5%;
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .nei {
		width: 82%;
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .nei {
		width: 100%;
		margin-top: 0.24rem;
	}
}

.webstiembox .container .cont .jut .nei .li {
	width: 14%;
	display: inline-block;
	padding-right: 0.1rem;
	margin-bottom: 0.1rem;
	font-size: 16px;
	line-height: 26px;
	transition: all 0.4s;
	color: #666666;
}

@media (max-width: 1580px) {
	.webstiembox .container .cont .jut .nei .li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 567px) {
	.webstiembox .container .cont .jut .nei .li {
		line-height: 0.36rem;
		font-size: 0.28rem;
	}
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .nei .li {
		width: 20%;
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .nei .li {
		width: auto;
		margin-right: 0.4rem;
		font-size: 0.24rem;
	}
}

.webstiembox .container .cont .jut .nei .li:hover {
	color: #0050b1;
}

/* End */
/* 搜索结果页面 */
.searchbox-sec1 {
	padding: 0.3rem 0 1.3rem;
}

.searchbox-sec1 .fztitle1 {
	font-size: 0.36rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
}

@media (max-width: 1580px) {
	.searchbox-sec1 .fztitle1 {
		margin-bottom: 8px;
	}
}

.searchbox-sec1 .form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	border-radius: 30px;
	background-color: #f7f9fc;
	margin-bottom: 0.24rem;
	padding: 20px 0;
}

@media (max-width: 1580px) {
	.searchbox-sec1 .form {
		padding: 16px 0;
	}
}

@media (max-width: 600px) {
	.searchbox-sec1 .form {
		width: 100%;
	}
}

.searchbox-sec1 .form input,
.searchbox-sec1 .form button {
	padding: 0 0.4rem;
	border: none;
	font-size: 16px;
	background-color: transparent;
}

@media (max-width: 1900px) {

	.searchbox-sec1 .form input,
	.searchbox-sec1 .form button {
		font-size: 14px;
	}
}

.searchbox-sec1 .form button {
	padding-right: 0.3rem;
	padding-left: 0.35rem;
	flex-shrink: 0;
	color: #0050b1;
}

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

.searchbox-sec1 .form input {
	width: 100%;
	height: 20px;
	border-right: 1px solid #ddd;
}

.searchbox-sec1 .fzlsit {
	padding: 0 0.4rem;
	display: flex;
}

.searchbox-sec1 .fzlsit .name,
.searchbox-sec1 .fzlsit .list a,
.searchbox-sec1 .fzlsit .list span {
	font-size: 16px;
	transition: all 0.4s;
	color: #999999;
}

@media (max-width: 1580px) {

	.searchbox-sec1 .fzlsit .name,
	.searchbox-sec1 .fzlsit .list a,
	.searchbox-sec1 .fzlsit .list span {
		font-size: 14px;
	}
}

.searchbox-sec1 .fzlsit .name {
	flex-shrink: 0;
	margin-right: 0.26rem;
}

.searchbox-sec1 .fzlsit .list {
	display: flex;
	flex-wrap: wrap;
}

.searchbox-sec1 .fzlsit .list span {
	display: block;
	margin: 0 0.3rem;
}

@media (max-width: 767px) {
	.searchbox-sec1 .fzlsit .list span {
		display: none;
	}
}

@media (max-width: 767px) {
	.searchbox-sec1 .fzlsit .list a {
		display: block;
		margin-right: 0.4rem;
	}
}

.searchbox-sec1 .fzlsit .list a:hover {
	color: #0050b1;
}

.searchbox-sec1 .f_find {
	margin-top: 0.5rem;
	width: 57.5%;
}

@media (max-width: 991px) {
	.searchbox-sec1 .f_find {
		width: 100%;
	}
}

.searchbox-sec1 .f_find .fztit {
	color: #000000;
	font-size: 22px;
	padding-bottom: 0.14rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0.3rem;
	font-weight: bold;
}

@media (max-width: 1580px) {
	.searchbox-sec1 .f_find .fztit {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.searchbox-sec1 .f_find .fztit {
		font-size: 0.3rem;
	}
}

.searchbox-sec1 .f_find .fin_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.searchbox-sec1 .f_find .fin_list {
		width: 100%;
	}
}

.searchbox-sec1 .f_find .fin_list .item {
	max-width: 25%;
	padding-right: 0.26rem;
}

@media (max-width: 767px) {
	.searchbox-sec1 .f_find .fin_list .item {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.4rem;
		max-width: 100%;
	}
}

.searchbox-sec1 .f_find .fin_list .item .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	font-weight: bold;
}

@media (max-width: 767px) {
	.searchbox-sec1 .f_find .fin_list .item .tit i {
		position: relative;
		width: 0.26rem;
		height: 2px;
		display: none;
	}

	.searchbox-sec1 .f_find .fin_list .item .tit i:before,
	.searchbox-sec1 .f_find .fin_list .item .tit i:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #666666;
	}

	.searchbox-sec1 .f_find .fin_list .item .tit i:after {
		transform: rotate(90deg);
		transition: all 0.4s;
	}
}

.searchbox-sec1 .f_find .fin_list .item .jut {
	padding-top: 0.2rem;
}

@media (max-width: 767px) {
	.searchbox-sec1 .f_find .fin_list .item .jut {
		padding-top: 0.32rem;
		display: flex;
		flex-wrap: wrap;
	}
}

.searchbox-sec1 .f_find .fin_list .item .jut a {
	display: block;
	color: #999999;
	transition: all 0.4s;
	font-size: 14px;
	margin-bottom: 0.24rem;
}

@media (max-width: 767px) {
	.searchbox-sec1 .f_find .fin_list .item .jut a {
		font-size: 12px;
		margin-right: 0.48rem;
		margin-bottom: 0.32rem;
	}
}

.searchbox-sec1 .f_find .fin_list .item .jut a:last-child {
	margin-bottom: 0;
}

.searchbox-sec1 .f_find .fin_list .item .jut a:hover {
	opacity: 1;
	color: #0050b1;
}

.searchbox-sec1 .f_find .fin_list .item.on .tit i:after {
	opacity: 0;
}

.searchbox-sec1 .f_afterse {
	margin-top: 0.56rem;
	width: 57.5%;
}

@media (max-width: 991px) {
	.searchbox-sec1 .f_afterse {
		width: 100%;
	}
}

.searchbox-sec1 .f_afterse .fztext {
	color: #999999;
	margin-bottom: 0.32rem;
	font-size: 16px;
}

@media (max-width: 1580px) {
	.searchbox-sec1 .f_afterse .fztext {
		font-size: 14px;
	}
}

.searchbox-sec1 .f_afterse .searchcenter_nav {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0.34rem;
}

.searchbox-sec1 .f_afterse .searchcenter_nav .swiper-slide {
	width: auto;
	margin-right: 0.7rem;
}

@media (max-width: 767px) {
	.searchbox-sec1 .f_afterse .searchcenter_nav .swiper-slide {
		margin-right: 16px;
	}
}

.searchbox-sec1 .f_afterse .searchcenter_nav .swiper-slide a {
	display: block;
	line-height: 1;
	font-size: 16px;
	color: #666666;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
}

@media (max-width: 1900px) {
	.searchbox-sec1 .f_afterse .searchcenter_nav .swiper-slide a {
		font-size: 14px;
	}
}

.searchbox-sec1 .f_afterse .searchcenter_nav .swiper-slide a:hover {
	color: #0050b1;
}

.searchbox-sec1 .f_afterse .searchcenter_nav .on a {
	color: #333;
	color: #0050b1;
	border-color: #0050b1;
}

.searchbox-sec1 .f_afterse .searchcenter_cont {
	width: 100%;
	margin-top: 0.34rem;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item {
	width: 100%;
	margin-bottom: 0.5rem;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_tit {
	line-height: 1;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 0.3rem;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list {
	width: 100%;
	margin-bottom: 0.3rem;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list>i {
	float: left;
	font-size: 18px;
	margin-top: 5px;
}

@media (max-width: 1900px) {
	.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list>i {
		font-size: 16px;
	}
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .font {
	float: right;
	width: calc(100% - 30px);
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list:after {
	content: "";
	display: block;
	clear: both;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_tit1 {
	font-size: 18px;
	display: block;
	line-height: 28px;
	margin-bottom: 10px;
}

@media (max-width: 1900px) {
	.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_tit1 {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 26px;
	}
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_tit1 span {
	color: #0050b1;
	font-weight: bold;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_tit1:hover {
	color: #0050b1;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_tit1:first-child:hover {
	color: #333 !important;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_text {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 10px;
}

@media (max-width: 1900px) {
	.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_text {
		margin-bottom: 5px;
	}
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_text:hover {
	color: #0050b1;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .f_text span {
	color: #0050b1;
	font-weight: bold;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .link1 a,
.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .link1 i {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .link1 i {
	font-family: "宋体", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	margin: 0 8px;
	display: inline-block;
	font-style: normal;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .f_list .link1 a:hover {
	color: #0050b1;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .but {
	color: #0050b1;
	font-size: 14px;
}

.searchbox-sec1 .f_afterse .searchcenter_cont .item .fz_tis {
	color: #666666;
}

.searchbox-sec2 {
	background-color: #0050b1;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 667;
}

.searchbox-sec2 .close {
	position: absolute;
	right: 3.33333333%;
	top: 50%;
	overflow: hidden;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.searchbox-sec2 .close {
		top: 20%;
		right: 0.2rem;
		width: 20px;
		height: 20px;
	}
}

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

.searchbox-sec2 .close svg {
	width: 100%;
	max-height: 100%;
}

.searchbox-sec2 .close svg path {
	stroke: none;
	fill: #ffffff;
	opacity: 1;
}

.searchbox-sec2 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0.5rem 0;
}

@media (max-width: 767px) {
	.searchbox-sec2 .container {
		justify-content: center;
		padding: 0.8rem 0;
	}
}

.searchbox-sec2 .container .lt {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 767px) {
	.searchbox-sec2 .container .lt {
		width: 100%;
		justify-content: center;
		margin-bottom: 0.16rem;
	}
}

.searchbox-sec2 .container .lt strong {
	font-size: 0.46rem;
}

.searchbox-sec2 .container .hm_but {
	color: #ffffff;
}

.searchbox-sec2 .container .hm_but:before {
	display: none;
}

.searchbox-sec2 .container .hm_but:hover {
	background-color: #ffffff;
	color: #444444;
}

.searchbox-sec2 .container .hm_but:hover i svg path {
	fill: #444444;
}

/* End */
/* 新闻中心 */
.newsbanner {
	position: relative;
	overflow: hidden;
}

.newsbanner .bag {
	width: 100%;
	height: 6.8rem;
	position: relative;
}

.newsbanner .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsbanner .bag img:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.newsbanner .bag img:nth-child(1) {
		display: none;
	}

	.newsbanner .bag img:nth-child(2) {
		display: block;
	}
}

.newsbanner .bag:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/zixjianf1.png) center / 100% 100% no-repeat;
}

.newsbanner .cont {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.newsbanner .cont .font {
	color: #ffffff;
}

.newsbanner .cont .font .tit {
	font-weight: bold;
	font-size: 0.58rem;
}

@media (max-width: 767px) {
	.newsbanner .cont .font .tit {
		font-size: 0.5rem;
	}
}

.newsbanner .cont .font .text {
	margin-top: 0.3rem;
	color: #ffffff;
	font-weight: bold;
}

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

.newsbox_nav .lt {
	width: calc(100% - 380px);
	padding-right: 1.4rem;
}

@media (max-width: 1580px) {
	.newsbox_nav .lt {
		width: calc(100% - 340px);
	}
}

@media (max-width: 767px) {
	.newsbox_nav .lt {
		width: 100%;
		margin-bottom: 0.26rem;
		padding-right: 0;
	}
}

.newsbox_nav .lt .newsbox_nav_list {
	width: 100%;
}

.newsbox_nav .lt .newsbox_nav_list .swiper-slide {
	width: auto;
	margin-right: 8px;
}

.newsbox_nav .lt .newsbox_nav_list .swiper-slide .item {
	display: flex;
	align-items: center;
	min-width: 1.8rem;
	justify-content: center;
	border-radius: 30px;
	border: solid 2px transparent;
	padding: 13px 16px;
}

@media (max-width: 1580px) {
	.newsbox_nav .lt .newsbox_nav_list .swiper-slide .item {
		border-width: 1px;
		border-radius: 24px;
		padding: 10px 14px;
	}
}

@media (max-width: 991px) {
	.newsbox_nav .lt .newsbox_nav_list .swiper-slide .item {
		padding: 8px 14px;
		min-width: 2.4rem;
	}
}

@media (max-width: 767px) {
	.newsbox_nav .lt .newsbox_nav_list .swiper-slide .item {
		padding: 6px 14px;
	}
}

.newsbox_nav .lt .newsbox_nav_list .swiper-slide .item span {
	color: #0050b1;
	opacity: 0.65;
	display: block;
	transition: all 0.4s;
}

.newsbox_nav .lt .newsbox_nav_list .on .item {
	border-color: #0050b1;
}

.newsbox_nav .lt .newsbox_nav_list .on .item span {
	opacity: 1;
}

.newsbox_nav .form {
	display: flex;
	flex-wrap: wrap;
	background-color: #f7f9fc;
	border-radius: 30px;
	padding-right: 0.4rem;
	width: 380px;
}

@media (max-width: 1580px) {
	.newsbox_nav .form {
		width: 340px;
	}
}

@media (max-width: 767px) {
	.newsbox_nav .form {
		width: 100%;
	}
}

.newsbox_nav .form input {
	width: calc(100% - 40px);
	color: #999999;
	padding: 18px 0.4rem;
	font-size: 16px;
}

@media (max-width: 1580px) {
	.newsbox_nav .form input {
		padding-top: 14px;
		padding-bottom: 14px;
		width: calc(100% - 36px);
		font-size: 14px;
	}
}

.newsbox_nav .form .f_sub {
	display: block;
	padding-left: 20px;
	position: relative;
}

.newsbox_nav .form .f_sub:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 15px;
	background-color: #0049a1;
	opacity: 0.1;
}

@media (max-width: 1580px) {
	.newsbox_nav .form .f_sub:before {
		height: 12px;
		width: 1px;
	}
}

.newsbox_nav .form .f_sub img,
.newsbox_nav .form .f_sub svg {
	width: 20px;
	height: 20px;
}

.newsbox_nav .form .f_sub img path,
.newsbox_nav .form .f_sub svg path {
	fill: #0049a1;
	opacity: 1;
	stroke: none;
}

@media (max-width: 1580px) {
	.newsbox_nav .form .f_sub {
		padding-left: 16px;
	}

	.newsbox_nav .form .f_sub img,
	.newsbox_nav .form .f_sub svg {
		width: 18px;
		height: 18px;
	}
}

.newsbox-sec1 {
	padding: 1.3rem 0 1.4rem;
}

.newsbox-sec1 .newsbox_nav {
	margin-bottom: 0.78rem;
}

.newsbox-sec1 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
}

@media (max-width: 767px) {
	.newsbox-sec1 .cont {
		margin: 0;
	}
}

.newsbox-sec1 .cont .item {
	width: 33.333%;
	padding: 0 0.2rem;
	margin-bottom: 0.4rem;
}

@media (max-width: 767px) {
	.newsbox-sec1 .cont .item {
		padding: 0;
		width: 100%;
	}
}

.newsbox-sec1 .cont .item .list {
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 18px 0.62rem 2px rgba(5, 28, 45, 0.08);
}

.newsbox-sec1 .cont .item .list .fimg {
	position: relative;
}

.newsbox-sec1 .cont .item .list .fimg .img {
	overflow: hidden;
}

.newsbox-sec1 .cont .item .list .fimg .img:before {
	padding-bottom: 40.71146245%;
}

.newsbox-sec1 .cont .item .list .fimg .img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/xiangmufxiw1.png) left bottom / 100% 100% no-repeat;
}

.newsbox-sec1 .cont .item .list .fimg .img img {
	transition: all 0.4s;
}

.newsbox-sec1 .cont .item .list .fimg .label {
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	color: #0050b1;
	z-index: 2;
	width: 130px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	justify-content: center;
	border-radius: 24px;
	padding: 0.1rem 0;
}

@media (max-width: 1580px) {
	.newsbox-sec1 .cont .item .list .fimg .label {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.newsbox-sec1 .cont .item .list .fimg .label {
		font-size: 0.28rem;
	}
}

@media (max-width: 1580px) {
	.newsbox-sec1 .cont .item .list .fimg .label {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.newsbox-sec1 .cont .item .list .fimg .label {
		width: 1.56rem;
	}
}

.newsbox-sec1 .cont .item .list .font {
	padding: 0.36rem 0.4rem 0.3rem;
}

.newsbox-sec1 .cont .item .list .font .time {
	color: #666666;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.newsbox-sec1 .cont .item .list .font .tit {
	color: #000000;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.4s;
	width: 100%;
	margin-bottom: 0.74rem;
	line-height: 0.36rem;
	height: 0.72rem;
}

@media (max-width: 1580px) {
	.newsbox-sec1 .cont .item .list .font .tit {
		line-height: 30px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	.newsbox-sec1 .cont .item .list .font .tit {
		line-height: 26px;
		height: 52px;
	}
}

@media (max-width: 767px) {
	.newsbox-sec1 .cont .item .list .font .tit {
		line-height: 0.42rem;
		margin-bottom: 0.42rem;
		height: 0.84rem;
	}
}

.newsbox-sec1 .cont .item .list .font .but {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.24rem;
	border-top: 1px solid rgba(102, 102, 102, 0.1);
	transition: all 0.4s;
	color: #999999;
}

.newsbox-sec1 .cont .item .list .font .but span {
	font-size: 18px;
}

@media (max-width: 1580px) {
	.newsbox-sec1 .cont .item .list .font .but span {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.newsbox-sec1 .cont .item .list .font .but span {
		font-size: 0.28rem;
	}
}

.newsbox-sec1 .cont .item .list .font .but i {
	display: block;
	width: 0.2rem;
	overflow: hidden;
}

.newsbox-sec1 .cont .item .list .font .but i svg {
	width: 100%;
	float: left;
}

.newsbox-sec1 .cont .item .list .font .but i svg path {
	fill: #d0d4d9;
	opacity: 1;
	transition: all 0.4s;
	stroke: none;
}

.newsbox-sec1 .cont .item .list:hover .fimg .img img {
	transform: scale(1.08);
}

.newsbox-sec1 .cont .item .list:hover .font .tit {
	color: #0050b1;
}

.newsbox-sec1 .cont .item .list:hover .font .but {
	color: #0050b1;
}

.newsbox-sec1 .cont .item .list:hover .font .but i svg path {
	fill: #0050b1;
}

.newsbox-sec1 .basepage {
	margin-top: 0.2rem;
}

/* End */
/* 新闻详情 */
.newsinfo-sec1 {
	padding-top: 0.58rem;
}

.newsinfo-sec1 .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -0.5rem;
	position: relative;
}

@media (max-width: 991px) {
	.newsinfo-sec1 .cont {
		margin: 0;
	}
}

.newsinfo-sec1 .cont .lt,
.newsinfo-sec1 .cont .gt {
	padding: 0 0.5rem;
}

@media (max-width: 991px) {

	.newsinfo-sec1 .cont .lt,
	.newsinfo-sec1 .cont .gt {
		padding: 0;
	}
}

.newsinfo-sec1 .cont .lt {
	width: 71.25%;
}

@media (max-width: 991px) {
	.newsinfo-sec1 .cont .lt {
		width: 100%;
	}
}

.newsinfo-sec1 .cont .lt .tit {
	color: #000000;
	margin-bottom: 0.34rem;
	font-weight: bold;
}

.newsinfo-sec1 .cont .lt .jut {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #666666;
	font-size: 16px;
	border-bottom: 2px solid #dddddd;
	padding-bottom: 0.45rem;
	margin-bottom: 0.28rem;
}

@media (max-width: 1580px) {
	.newsinfo-sec1 .cont .lt .jut {
		font-size: 14px;
	}
}

.newsinfo-sec1 .cont .lt .jut .label {
	display: flex;
	color: #999999;
}

@media (max-width: 767px) {
	.newsinfo-sec1 .cont .lt .jut .label {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 0.24rem;
	}
}

.newsinfo-sec1 .cont .lt .jut .label .zuo {
	margin-right: 1rem;
}

@media (max-width: 1199px) {
	.newsinfo-sec1 .cont .lt .jut .label .zuo {
		margin-right: 0.4rem;
	}
}

.newsinfo-sec1 .cont .lt .jut .fen {
	display: flex;
	align-items: center;
}

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

.newsinfo-sec1 .cont .lt .jut .fen .f_jut {
	display: flex;
	align-items: center;
	margin-left: 0;
}

.newsinfo-sec1 .cont .lt .jut .fen .f_jut .help {
	font-size: 12px;
	display: none;
}

.newsinfo-sec1 .cont .lt .jut .fen .f_jut .icon-wechat .wechat-qrcode .qrcode {
	width: 100%;
}

.newsinfo-sec1 .cont .lt .jut .fen .f_jut .wechat-qrcode {
	left: 50%;
	transform: translateX(-50%);
	height: 160px;
	top: initial;
	bottom: 100%;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.newsinfo-sec1 .cont .lt .jut .fen .f_jut .wechat-qrcode {
		width: 3rem;
	}
}

.newsinfo-sec1 .cont .lt .jut .fen .f_jut a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: none;
	line-height: 1;
	padding: 0;
	opacity: 1;
	font-size: 16px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 0 10px;
}

.newsinfo-sec1 .cont .lt .jut .fen .f_jut a:hover {
	background-color: #0050b1;
}

.newsinfo-sec1 .cont .lt .make-text {
	padding-bottom: 0.76rem;
	margin-bottom: 0.54rem;
	border-bottom: 1px solid #f0f0f0;
}

.newsinfo-sec1 .cont .lt .f_page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newsinfo-sec1 .cont .lt .f_page .f_prev,
.newsinfo-sec1 .cont .lt .f_page .f_next {
	display: block;
	color: #666666;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	padding-bottom: 2px;
	max-width: calc(50% - 50px);
}

@media (max-width: 1580px) {

	.newsinfo-sec1 .cont .lt .f_page .f_prev,
	.newsinfo-sec1 .cont .lt .f_page .f_next {
		font-size: 14px;
	}
}

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

@media (max-width: 767px) {

	.newsinfo-sec1 .cont .lt .f_page .f_prev,
	.newsinfo-sec1 .cont .lt .f_page .f_next {
		width: 100%;
		max-width: 66%;
	}
}

.newsinfo-sec1 .cont .lt .f_page .f_prev:hover,
.newsinfo-sec1 .cont .lt .f_page .f_next:hover {
	color: #0050b1;
}

.newsinfo-sec1 .cont .lt .f_page .f_prev:hover:before,
.newsinfo-sec1 .cont .lt .f_page .f_next:hover:before {
	width: 100%;
}

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

@media (max-width: 767px) {
	.newsinfo-sec1 .cont .lt .f_page .f_next {
		margin-top: 0.2rem;
	}
}

.newsinfo-sec1 .cont .lt .f_page .f_cent {
	display: flex;
	color: #222222;
	align-items: center;
	font-size: 16px;
}

@media (max-width: 1580px) {
	.newsinfo-sec1 .cont .lt .f_page .f_cent {
		font-size: 14px;
	}
}

.newsinfo-sec1 .cont .lt .f_page .f_cent i {
	margin-left: 10px;
	display: block;
	width: 14px;
	overflow: hidden;
}

@media (max-width: 1580px) {
	.newsinfo-sec1 .cont .lt .f_page .f_cent i {
		width: 12px;
		margin-left: 6px;
	}
}

.newsinfo-sec1 .cont .lt .f_page .f_cent i img {
	width: 100%;
	float: left;
}

.newsinfo-sec1 .cont .lt .f_page .f_cent:hover {
	color: #0050b1;
}

.newsinfo-sec1 .cont .gt {
	width: 28.75%;
}

@media (max-width: 991px) {
	.newsinfo-sec1 .cont .gt {
		width: 100%;
		margin-top: 0.7rem;
	}
}

@media (min-width: 992px) {
	.newsinfo-sec1 .cont .gt {
		position: sticky;
		top: 1.4rem;
	}
}

.newsinfo-sec1 .cont .gt .fztit {
	color: #333333;
	padding-bottom: 0.18rem;
	font-weight: bold;
	border-bottom: 2px solid #dddddd;
	margin-top: 28px;
}

@media (max-width: 767px) {
	.newsinfo-sec1 .cont .gt .fztit {
		margin-top: 0;
		font-size: 0.34rem;
	}
}

.newsinfo-sec1 .cont .gt .fzjut .item {
	padding: 0.3rem 0;
	border-bottom: 1px solid #f0f0f0;
}

.newsinfo-sec1 .cont .gt .fzjut .item .list {
	display: flex;
	align-items: center;
}

.newsinfo-sec1 .cont .gt .fzjut .item .list .img {
	overflow: hidden;
	width: 29.26829268%;
}

.newsinfo-sec1 .cont .gt .fzjut .item .list .img:before {
	padding-bottom: 60%;
}

.newsinfo-sec1 .cont .gt .fzjut .item .list .img img {
	transition: all 0.4s;
}

.newsinfo-sec1 .cont .gt .fzjut .item .list .font {
	width: 70.73170732%;
	padding-left: 0.3rem;
}

.newsinfo-sec1 .cont .gt .fzjut .item .list .font .time {
	color: #999999;
	font-size: 14px;
}

.newsinfo-sec1 .cont .gt .fzjut .item .list .font .tit {
	color: #555555;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: block;
	transition: all 0.4s;
	line-height: 22px;
	height: 44px;
	margin-top: 6px;
}

@media (max-width: 1580px) {
	.newsinfo-sec1 .cont .gt .fzjut .item .list .font .tit {
		margin-top: 4px;
	}
}

.newsinfo-sec1 .cont .gt .fzjut .item .list:hover .img img {
	transform: scale(1.08);
}

.newsinfo-sec1 .cont .gt .fzjut .item .list:hover .font .tit {
	color: #0050b1;
}

/* End */
/* 解决方案 */
.solutionbox-sec1 {
	line-height: 1rem;
	height: 1rem;
	background-color: #ffffff;
	box-shadow: 0px 18px 62px 2px rgba(5, 28, 45, 0.08);
	z-index: 888;
	position: sticky;
	top: 80px;
}

@media (max-width: 1580px) {
	.solutionbox-sec1 {
		top: 80px;
	}
}

@media (max-width: 1199px) {
	.solutionbox-sec1 {
		top: 60px;
	}
}

@media (max-width: 991px) {
	.solutionbox-sec1 {
		top: 1.3rem;
	}
}

.solutionbox-sec1 .solutionbox1_cont {
	width: 100%;
}

.solutionbox-sec1 .solutionbox1_cont .swiper-slide {
	width: auto;
	margin-right: 2.34rem;
}

.solutionbox-sec1 .solutionbox1_cont .swiper-slide:last-child {
	margin-right: 0;
}

.solutionbox-sec1 .solutionbox1_cont .swiper-slide .item a {
	display: block;
	color: #0050b1;
	opacity: 0.65;
	transition: all 0.4s;
	border-bottom: 2px solid transparent;
}

@media (max-width: 767px) {
	.solutionbox-sec1 .solutionbox1_cont .swiper-slide .item a {
		border-width: 1px;
	}
}

.solutionbox-sec1 .solutionbox1_cont .swiper-slide.on .item a {
	border-color: #0050b1;
	opacity: 1;
	font-weight: bold;
}

.solutionbox-sec2 .item {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	transition: all 0.4s;
	box-shadow: 0px 18px 0.62rem 2px rgba(5, 28, 45, 0.08);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.2rem;
}

.solutionbox-sec2 .item:last-child {
	margin-bottom: 0;
}

.solutionbox-sec2 .item .posi1 {
	position: absolute;
	top: -2rem;
}

.solutionbox-sec2 .item:before {
	content: "";
	display: block;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal,
		normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	transition: all 0.4s;
	opacity: 0;
}

@media (max-width: 991px) {
	.solutionbox-sec2 .item:before {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.solutionbox-sec2 .item:before {
		width: 100%;
	}
}

.solutionbox-sec2 .item .img {
	overflow: hidden;
	width: 61.875%;
}

@media (max-width: 991px) {
	.solutionbox-sec2 .item .img {
		width: 48%;
	}
}

@media (max-width: 767px) {
	.solutionbox-sec2 .item .img {
		width: 100%;
	}
}

.solutionbox-sec2 .item .img:before {
	padding-bottom: 70%;
}

.solutionbox-sec2 .item .img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/jianbianimfa1.png) left bottom / 100% auto no-repeat;
}

.solutionbox-sec2 .item .img img {
	transition: all 0.4s;
}

.solutionbox-sec2 .item .font {
	position: relative;
	width: 38.125%;
	padding: 1.5rem 0.8rem 1rem;
	padding-right: 1.34rem;
}

@media (max-width: 991px) {
	.solutionbox-sec2 .item .font {
		padding: 0.6rem 0.4rem;
		width: 52%;
	}
}

@media (max-width: 767px) {
	.solutionbox-sec2 .item .font {
		width: 100%;
		padding: 0.6rem 0.4rem;
	}
}

.solutionbox-sec2 .item .font .tit {
	color: #000000;
	margin-bottom: 0.24rem;
	transition: all 0.4s;
	font-weight: bold;
}

.solutionbox-sec2 .item .font .name {
	color: #666666;
	margin-bottom: 0.1rem;
	transition: all 0.4s;
}

.solutionbox-sec2 .item .font .text {
	font-size: 16px;
	line-height: 26px;
	transition: all 0.4s;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 0.46rem;
}

@media (max-width: 1580px) {
	.solutionbox-sec2 .item .font .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.solutionbox-sec2 .item .font .jut {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

@media (max-width: 1199px) {
	.solutionbox-sec2 .item .font .jut {
		margin: 0 -5px;
	}
}

.solutionbox-sec2 .item .font .jut .fzlist {
	width: 50%;
	padding: 0 8px;
}

@media (max-width: 1199px) {
	.solutionbox-sec2 .item .font .jut .fzlist {
		padding: 0 5px;
	}
}

.solutionbox-sec2 .item .font .jut .fzlist .li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 5px;
	border: solid 1px rgba(218, 221, 226, 0.7);
	padding: 0.16rem 0.2rem;
	color: #444444;
	overflow: hidden;
	z-index: 3;
	position: relative;
	transition: all 0.4s;
	font-size: 16px;
	margin-top: 0.15rem;
}

@media (max-width: 1580px) {
	.solutionbox-sec2 .item .font .jut .fzlist .li {
		font-size: 14px;
	}
}

.solutionbox-sec2 .item .font .jut .fzlist .li span,
.solutionbox-sec2 .item .font .jut .fzlist .li i {
	position: relative;
}

.solutionbox-sec2 .item .font .jut .fzlist .li span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 0.3rem);
}

.solutionbox-sec2 .item .font .jut .fzlist .li i {
	display: block;
	width: 0.2rem;
	overflow: hidden;
}

.solutionbox-sec2 .item .font .jut .fzlist .li i svg {
	width: 100%;
	float: left;
}

.solutionbox-sec2 .item .font .jut .fzlist .li i svg path {
	fill: #dadde2;
	opacity: 1;
	transition: all 0.4s;
	stroke: none;
}

.solutionbox-sec2 .item .font .jut .fzlist .li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0064de, #0064de);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
	opacity: 0;
}

.solutionbox-sec2 .item .font .jut .fzlist .li:hover {
	color: #ffffff;
}

.solutionbox-sec2 .item .font .jut .fzlist .li:hover:before {
	opacity: 1;
}

.solutionbox-sec2 .item .font .jut .fzlist .li:hover i svg path {
	fill: #ffffff;
}

.solutionbox-sec2 .item:hover:before {
	opacity: 1;
}

.solutionbox-sec2 .item:hover .img img {
	transform: scale(1.04);
}

.solutionbox-sec2 .item:hover .font .tit {
	color: #ffffff;
}

.solutionbox-sec2 .item:hover .font .name,
.solutionbox-sec2 .item:hover .font .text {
	color: #ffffff;
	opacity: 1;
}

.solutionbox-sec2 .item:hover .font .jut .fzlist .li {
	border-color: rgba(218, 221, 226, 0.7);
	color: #ffffff;
}

.solutionbox-sec2 .item:hover .font .jut .fzlist .li i svg path {
	fill: #ffffff;
}

.solutionbox-sec2 .item:hover .font .jut .fzlist .li:before {
	display: none;
}

.solutionbox-sec2 .item:hover .font .jut .fzlist .li:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0050b1;
}

.solutionbox-sec2 .item:hover .font .jut .fzlist .li:hover i svg path {
	fill: #0050b1;
}

@media (min-width: 768px) {
	.solutionbox-sec2 .item:nth-child(2n):before {
		right: initial;
		left: 0;
	}

	.solutionbox-sec2 .item:nth-child(2n) .img {
		order: 1;
	}
}

/* End */
/* 解决方案详情 */
.soluinfobox-sec1 {
	overflow: hidden;
	padding: 1.3rem 0 1.4rem;
}

.soluinfobox-sec1 .hm_tit {
	margin-bottom: 0.5rem;
}

.soluinfobox-sec1 .cont {
	background-color: #ffffff;
	box-shadow: 0px 18px 62px 2px rgba(5, 28, 45, 0.08);
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.66666667;
	color: #666666;
	padding: 0.54rem 0.8rem;
	padding-right: 0.9rem;
}

@media (max-width: 1580px) {
	.soluinfobox-sec1 .cont {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.soluinfobox-sec1 .cont {
		padding: 0.54rem 0.4rem;
	}
}

.soluinfobox-sec2 {
	background-color: #f7f9fc;
	overflow: hidden;
	padding: 1.3rem 0 1.4rem;
}

.soluinfobox-sec2 .hm_tit {
	margin-bottom: 0.5rem;
}

.soluinfobox-sec2 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.16rem;
}

@media (max-width: 767px) {
	.soluinfobox-sec2 .cont {
		margin: 0;
	}
}

.soluinfobox-sec2 .cont .item {
	width: 50%;
	padding: 0 0.16rem;
}

@media (max-width: 767px) {
	.soluinfobox-sec2 .cont .item {
		padding: 0;
		width: 100%;
		margin-bottom: 0.36rem;
	}

	.soluinfobox-sec2 .cont .item:last-child {
		margin-bottom: 0;
	}
}

.soluinfobox-sec2 .cont .item .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #ffffff;
	position: relative;
	border: solid 1px #dadde2;
}

.soluinfobox-sec2 .cont .item .list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
}

.soluinfobox-sec2 .cont .item .list .img,
.soluinfobox-sec2 .cont .item .list .font {
	position: relative;
}

.soluinfobox-sec2 .cont .item .list .img {
	width: 36.352%;
	overflow: hidden;
}

@media (max-width: 767px) {
	.soluinfobox-sec2 .cont .item .list .img {
		width: 100%;
	}
}

.soluinfobox-sec2 .cont .item .list .img:before {
	padding-bottom: 101%;
}

@media (max-width: 767px) {
	.soluinfobox-sec2 .cont .item .list .img:before {
		padding-bottom: 80%;
	}
}

.soluinfobox-sec2 .cont .item .list .img img {
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 64.28571429%;
	max-height: 64.28571429%;
	object-fit: contain;
	transition: all 0.4s linear;
}

.soluinfobox-sec2 .cont .item .list .font {
	width: 63.648%;
	padding: 0.5rem 0.2rem;
	padding-right: 0.66rem;
}

@media (max-width: 767px) {
	.soluinfobox-sec2 .cont .item .list .font {
		width: 100%;
		padding: 0.3rem 0.36rem 0.5rem;
	}
}

.soluinfobox-sec2 .cont .item .list .font .name {
	color: #0050b1;
	font-size: 14px;
	margin-bottom: 6px;
	transition: all 0.4s;
}

@media (max-width: 1580px) {
	.soluinfobox-sec2 .cont .item .list .font .name {
		margin-bottom: 4px;
	}
}

.soluinfobox-sec2 .cont .item .list .font .tit {
	color: #000000;
	white-space: nowrap;
	transition: all 0.4s;
	text-overflow: ellipsis;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0.12rem;
}

.soluinfobox-sec2 .cont .item .list .font .text {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	transition: all 0.4s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 52px;
}

@media (max-width: 1580px) {
	.soluinfobox-sec2 .cont .item .list .font .text {
		height: 48px;
		font-size: 14px;
		line-height: 24px;
	}
}

.soluinfobox-sec2 .cont .item .list:hover {
	border-color: transparent;
}

.soluinfobox-sec2 .cont .item .list:hover:before {
	opacity: 1;
}

.soluinfobox-sec2 .cont .item .list:hover .font .name {
	color: #ffffff;
	opacity: 0.8;
}

.soluinfobox-sec2 .cont .item .list:hover .font .tit {
	color: #ffffff;
}

.soluinfobox-sec2 .cont .item .list:hover .font .text {
	color: #ffffff;
	opacity: 0.7;
}

.soluinfobox-sec3 {
	overflow: hidden;
	padding: 1.3rem 0;
}

.soluinfobox-sec3 .hm_tit {
	margin-bottom: 0.5rem;
}

.soluinfobox-sec3 .soluinfobox3_cont {
	overflow: visible;
}

.soluinfobox-sec3 .soluinfobox3_cont .item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.soluinfobox-sec3 .soluinfobox3_cont .item .img {
	width: 60%;
}

@media (max-width: 991px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .img {
		width: 100%;
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .img:before {
	padding-bottom: 60.83333333%;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .img:before {
		padding-bottom: 80%;
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt {
	background-color: #ffffff;
	padding: 0.72rem 0.6rem 0.8rem;
	border: solid 1px #dadde2;
	border-top: none;
	width: 45%;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt {
		width: 60%;
		padding: 0.6rem 0.4rem 0.7rem;
	}
}

@media (max-width: 991px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt {
		width: 100%;
		padding: 0.54rem 0.4rem;
	}
}

@media (min-width: 992px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt {
		position: absolute;
		right: 0;
		border: none;
		top: 50%;
		box-shadow: 0px 0px 0.55rem 2px rgba(5, 28, 45, 0.13);
		transform: translateY(-50%);
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .text {
	position: relative;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 0.46rem;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .text {
		font-size: 14px;
		line-height: 1.5;
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .text:before {
	content: "";
	display: block;
	position: absolute;
	top: -0.22rem;
	width: 100%;
	height: 100%;
	background: url(../image/douhaoe1.png) left top / 0.48rem auto no-repeat;
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit {
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.34rem;
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .li {
	font-size: 18px;
	transition: all 0.4s;
	border-bottom: 2px solid transparent;
	margin-right: 0.4rem;
	font-weight: bold;
	line-height: 0.34rem;
	padding-bottom: 7px;
	cursor: pointer;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .li {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .li {
		font-size: 0.28rem;
	}
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .li {
		border-width: 1px;
		line-height: 30px;
		padding-bottom: 5px;
	}
}

@media (max-width: 991px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .li {
		line-height: 0.4rem;
		font-size: 0.24rem;
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .on {
	font-size: 0.24rem;
	color: #0050b1;
	border-color: #0050b1;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .on {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .on {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .fztit .on {
		font-size: 0.3rem;
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut {
	position: relative;
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut .font {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	overflow: auto;
	transition: all 0.4s;
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut .font .li {
	margin-bottom: 0.2rem;
	padding-left: 0.26rem;
	font-size: 16px;
	color: #999999;
	position: relative;
	line-height: 1.625;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut .font .li {
		font-size: 14px;
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut .font .li:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #0050b1;
	border-radius: 50%;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut .font .li:before {
		width: 4px;
		height: 4px;
	}
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut .font .li:last-child {
	margin-bottom: 0;
}

.soluinfobox-sec3 .soluinfobox3_cont .item .gt .jut .on {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.soluinfobox-sec3 .page {
	width: 60%;
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.soluinfobox-sec3 .page {
		width: 100%;
	}
}

.soluinfobox-sec3 .page .soluinfobox3-page {
	margin: 0;
	position: relative;
	width: auto;
	right: 0;
	font-weight: bold;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	color: #999999;
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .page .soluinfobox3-page {
		line-height: 28px;
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.soluinfobox-sec3 .page .soluinfobox3-page {
		line-height: 26px;
		font-size: 16px;
	}
}

.soluinfobox-sec3 .page .soluinfobox3-page .swiper-pagination-current {
	color: #333333;
	font-size: 0.3rem;
	margin-right: 4px;
	display: block;
}

@media (max-width: 1199px) {
	.soluinfobox-sec3 .page .soluinfobox3-page .swiper-pagination-current {
		font-size: 0.36rem;
	}
}

@media (max-width: 767px) {
	.soluinfobox-sec3 .page .soluinfobox3-page .swiper-pagination-current {
		font-size: 0.36rem;
	}
}

.soluinfobox-sec3 .page .soluinfobox3-page .swiper-pagination-total {
	font-size: 14px;
	display: block;
	line-height: 1.4;
	margin-left: 4px;
}

@media (max-width: 1580px) {
	.soluinfobox-sec3 .page .soluinfobox3-page .swiper-pagination-total {
		font-size: 14px;
	}
}

.soluinfobox-sec3 .page .xian {
	width: calc(100% - 240px);
	height: 2px;
	border-radius: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
	.soluinfobox-sec3 .page .xian {
		width: calc(100% - 180px);
	}
}

.soluinfobox-sec3 .page .xian span {
	display: block;
	width: 0;
	height: 100%;
	background-color: #0050b1;
	border-radius: 1px;
}

.soluinfobox-sec3 .page .qieh {
	display: flex;
	align-content: center;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev,
.soluinfobox-sec3 .page .qieh .soluinfobox3_next {
	border: solid 1px #cccccc;
	width: 40px;
	opacity: 1;
	height: 40px;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev:before,
.soluinfobox-sec3 .page .qieh .soluinfobox3_next:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0050b1, #0050b1);
	background-blend-mode: normal,
		normal;
	left: 0;
	transition: all 0.4s;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev svg,
.soluinfobox-sec3 .page .qieh .soluinfobox3_next svg {
	position: relative;
	width: 30%;
	height: 30%;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev svg path,
.soluinfobox-sec3 .page .qieh .soluinfobox3_next svg path {
	fill: #cccccc;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev:hover,
.soluinfobox-sec3 .page .qieh .soluinfobox3_next:hover {
	border-color: transparent;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev:hover:before,
.soluinfobox-sec3 .page .qieh .soluinfobox3_next:hover:before {
	opacity: 1;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev:hover svg path,
.soluinfobox-sec3 .page .qieh .soluinfobox3_next:hover svg path {
	fill: #ffffff;
}

.soluinfobox-sec3 .page .qieh .soluinfobox3_prev {
	margin-right: 10px;
}

/* End */
/* 创新研发 */
.innovbanner .cont .font {
	max-width: 540px;
}

.innovbox-sec1 .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
	.innovbox-sec1 .item {
		margin-bottom: 0.4rem;
	}
}

.innovbox-sec1 .item:last-child {
	margin-bottom: 0;
}

.innovbox-sec1 .item .img,
.innovbox-sec1 .item .font {
	width: 50%;
}

@media (max-width: 767px) {

	.innovbox-sec1 .item .img,
	.innovbox-sec1 .item .font {
		width: 100%;
	}
}

.innovbox-sec1 .item .img {
	overflow: hidden;
}

.innovbox-sec1 .item .img:before {
	padding-bottom: 62.5%;
}

.innovbox-sec1 .item .img img {
	transition: all 0.4s;
}

.innovbox-sec1 .item .img:hover img {
	transform: scale(1.04);
}

.innovbox-sec1 .item .font {
	padding: 0.54rem 0;
	padding-left: 10.875%;
}

@media (max-width: 767px) {
	.innovbox-sec1 .item .font {
		padding: 0.54rem 0;
	}
}

.innovbox-sec1 .item .font .tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.innovbox-sec1 .item .font .text {
	color: #666666;
	line-height: 1.66666667;
}

@media (min-width: 768px) {
	.innovbox-sec1 .item:nth-child(2n) .img {
		order: 1;
	}

	.innovbox-sec1 .item:nth-child(2n) .font {
		padding-left: 0;
		padding-right: 11.75%;
	}
}

.innovbox-sec2 {
	position: relative;
	overflow: hidden;
}

.innovbox-sec2 .bag {
	position: absolute;
	top: 0;
	left: 0;
	height: 4.44rem;
}

.innovbox-sec2 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innovbox-sec2 .container {
	position: relative;
}

.innovbox-sec2 .container .fztitle {
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 0.6rem;
}

.innovbox-sec2 .container .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
}

@media (max-width: 767px) {
	.innovbox-sec2 .container .cont {
		margin: 0;
	}
}

.innovbox-sec2 .container .cont .item {
	width: 33.333%;
	padding: 0 0.2rem;
}

@media (max-width: 767px) {
	.innovbox-sec2 .container .cont .item {
		padding: 0;
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.innovbox-sec2 .container .cont .item:last-child {
		margin-bottom: 0;
	}
}

.innovbox-sec2 .container .cont .item .list {
	display: block;
	position: relative;
}

@media (max-width: 767px) {
	.innovbox-sec2 .container .cont .item .list {
		border-radius: 10px;
		overflow: hidden;
	}
}

.innovbox-sec2 .container .cont .item .list .img {
	border-radius: 10px;
	overflow: hidden;
}

.innovbox-sec2 .container .cont .item .list .img:before {
	padding-bottom: 114.22924901%;
}

@media (max-width: 767px) {
	.innovbox-sec2 .container .cont .item .list .img:before {
		padding-bottom: 60%;
	}
}

.innovbox-sec2 .container .cont .item .list .img img {
	transition: all 0.4s;
}

.innovbox-sec2 .container .cont .item .list .font {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 71.14624506%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#000000, #000000);
	background-blend-mode: normal,
		normal;
	color: #ffffff;
}

@media (max-width: 767px) {
	.innovbox-sec2 .container .cont .item .list .font {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.innovbox-sec2 .container .cont .item .list .font {
		border-radius: 0px 10px 0px 0px;
	}
}

.innovbox-sec2 .container .cont .item .list .font .tit {
	font-weight: bold;
	padding: 0.58rem 0.6rem;
}

@media (max-width: 767px) {
	.innovbox-sec2 .container .cont .item .list .font .tit {
		padding: 0.2rem 0.36rem;
	}
}

.innovbox-sec2 .container .cont .item .list:hover .img img {
	transform: scale(1.04);
}

/* End */
/* 可持续发展 */
.develbox-sec1 {
	padding: 1.3rem 0 1.8rem;
	overflow: hidden;
	background-color: #f7f9fc;
	position: relative;
}

.develbox-sec1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	mix-blend-mode: multiply;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../image/yuafe1.png);
}

.develbox-sec1 .hm_tit {
	margin-bottom: 1.9rem;
}

.develbox-sec1 .cont {
	position: relative;
	width: 37.5%;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.develbox-sec1 .cont {
		width: 46%;
	}
}

@media (max-width: 991px) {
	.develbox-sec1 .cont {
		width: 66%;
	}
}

@media (max-width: 767px) {
	.develbox-sec1 .cont {
		width: 88%;
	}
}

.develbox-sec1 .cont .bag {
	width: 100%;
}

.develbox-sec1 .cont .bag .img {
	overflow: hidden;
}

.develbox-sec1 .cont .bag svg {
	float: left;
	width: 100%;
	height: auto;
}

.develbox-sec1 .cont .bag svg path {
	stroke: rgba(0, 0, 0, 0.1);
	opacity: 1;
	filter: none;
	fill: none;
}

.develbox-sec1 .cont .bag svg g .on {
	stroke: url(#linear--inject-1);
}

.develbox-sec1 .cont .fzlist {
	position: absolute;
	top: -3%;
	left: -10%;
	width: 120%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.develbox-sec1 .cont .fzlist .li {
	display: flex;
	text-align: right;
	color: #000000;
	font-weight: bold;
	margin-top: 0.48rem;
	margin-right: 30%;
	cursor: pointer;
	line-height: 1.33333333;
}

.develbox-sec1 .cont .fzlist .li .tit {
	display: block;
	padding-right: 0.16rem;
}

.develbox-sec1 .cont .fzlist .li:nth-child(2n) {
	margin-right: 0;
	text-align: left;
}

.develbox-sec1 .cont .fzlist .li:nth-child(2n) .font {
	order: 1;
}

.develbox-sec1 .cont .fzlist .li:nth-child(2n) .tit {
	padding-right: 0;
	padding-left: 0.16rem;
}

.develbox-sec1 .cont .fzlist .li i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	position: relative;
}

.develbox-sec1 .cont .fzlist .li i:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0050b1, #0050b1);
	background-blend-mode: normal,
		normal;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	opacity: 0;
}

.develbox-sec1 .cont .fzlist .li i svg {
	position: relative;
	width: 51.6%;
	height: 51.6%;
}

.develbox-sec1 .cont .fzlist .li i svg path {
	fill: #999999;
	stroke: none;
	filter: none;
	opacity: 1;
}

.develbox-sec1 .cont .fzlist .on i:before {
	opacity: 1;
}

.develbox-sec1 .cont .fzlist .on i svg path {
	fill: #ffffff;
}

.develbox-sec1 .cont .fzjut {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 73%;
	height: 73%;
}

.develbox-sec1 .cont .fzjut .item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.4s linear;
}

.develbox-sec1 .cont .fzjut .item .fzimg {
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.develbox-sec1 .cont .fzjut .item .fzimg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0050b1, #0050b1);
	background-blend-mode: normal,
		normal;
	opacity: 0.8;
}

.develbox-sec1 .cont .fzjut .item .font {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 0.74rem;
	color: #ffffff;
}

@media (max-width: 767px) {
	.develbox-sec1 .cont .fzjut .item .font {
		padding: 0 0.34rem;
	}
}

.develbox-sec1 .cont .fzjut .item .font i {
	display: block;
	height: 0.48rem;
	overflow: hidden;
	margin-bottom: 0.14rem;
}

.develbox-sec1 .cont .fzjut .item .font i svg {
	height: 100%;
	max-width: 100%;
	float: left;
}

.develbox-sec1 .cont .fzjut .item .font i svg path {
	fill: #ffffff;
	filter: none;
	stroke: none;
	opacity: 1;
}

.develbox-sec1 .cont .fzjut .item .font .tit {
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.27rem;
}

@media (max-width: 767px) {
	.develbox-sec1 .cont .fzjut .item .font .tit {
		margin-bottom: 0.16rem;
	}
}

.develbox-sec1 .cont .fzjut .item .font .text {
	font-weight: bold;
	color: #ffffff;
	line-height: 1.77777778;
}

@media (max-width: 767px) {
	.develbox-sec1 .cont .fzjut .item .font .text {
		font-size: 0.24rem;
	}
}

.develbox-sec1 .cont .fzjut .on {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.develbox-sec2 {
	overflow: hidden;
	padding: 1.5rem 0 1.4rem;
}

.develbox-sec2 .hm_tit {
	margin-bottom: 0.5rem;
}

.develbox-sec2 .hm_tit .bag_font:after {
	background-image: url(../image/jiandfe2.png);
}

.develbox-sec2 .cont {
	display: flex;
	flex-wrap: wrap;
}

.develbox-sec2 .cont .item {
	position: relative;
	width: 33.333%;
}

.develbox-sec2 .cont .item:nth-child(6) {
	width: 100%;
}

.develbox-sec2 .cont .item:nth-child(1) {
	width: 66.666%;
}

@media (max-width: 767px) {
	.develbox-sec2 .cont .item:nth-child(1) {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.develbox-sec2 .cont .item {
		width: 50%;
	}
}

.develbox-sec2 .cont .item .img {
	height: 2.76rem;
	overflow: hidden;
}

.develbox-sec2 .cont .item .img img {
	transition: all 0.6s;
	opacity: 0.2;
	transform: scale(1.1);
}

.develbox-sec2 .cont .item .font {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0.34rem 0.6rem;
}

.develbox-sec2 .cont .item .font .tit {
	font-weight: bold;
	color: #ffffff;
}

.develbox-sec2 .cont .item:hover .img img {
	transform: scale(1);
}

/* End */
/* 联系我们 */
.contactbox-sec1 {
	padding: 1.16rem 0 1.4rem;
	overflow: hidden;
}

.contactbox-sec1 .fztit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.98rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contactbox-sec1 .fztit .fen {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.contactbox-sec1 .fztit .fen {
		flex-wrap: wrap;
		width: 100%;
		margin-top: 0.26rem;
	}
}

.contactbox-sec1 .fztit .fen .name {
	font-size: 14px;
	margin-right: 0.46rem;
}

.contactbox-sec1 .fztit .fen .jut {
	display: flex;
}

.contactbox-sec1 .fztit .fen .jut a {
	display: block;
	height: 16px;
	margin-right: 0.3rem;
	position: relative;
}

.contactbox-sec1 .fztit .fen .jut a:last-child {
	margin-right: 0;
}

.contactbox-sec1 .fztit .fen .jut a svg {
	height: 100%;
	float: left;
	max-width: 100%;
}

.contactbox-sec1 .fztit .fen .jut a svg path {
	fill: #999999;
	opacity: 1;
	stroke: none;
}

.contactbox-sec1 .fztit .fen .jut a .hover1 {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	width: 1.26rem;
	margin-bottom: 0.16rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
	.contactbox-sec1 .fztit .fen .jut a .hover1 {
		width: 1.5rem;
	}
}

.contactbox-sec1 .fztit .fen .jut a .hover1 img {
	width: 100%;
}

.contactbox-sec1 .fztit .fen .jut a:hover .hover1 {
	display: block;
}

.contactbox-sec1 .fztit .fen .jut a:hover svg path {
	fill: #0050b1;
}

.contactbox-sec1 .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactbox-sec1 .cont .li {
	display: flex;
	align-items: center;
	max-width: 26.875%;
}

@media (min-width: 768px) {
	.contactbox-sec1 .cont .li:nth-child(2) {
		width: 46.25%;
		max-width: 100%;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0 1.9rem;
		padding-right: 0.8rem;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.contactbox-sec1 .cont .li:nth-child(2) {
		padding: 0 0.6rem;
	}
}

@media (max-width: 767px) {
	.contactbox-sec1 .cont .li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0.46rem;
	}

	.contactbox-sec1 .cont .li:last-child {
		margin-bottom: 0;
	}
}

.contactbox-sec1 .cont .li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.8rem;
	background-color: #f7f9fc;
	border-radius: 50%;
	height: 0.8rem;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.contactbox-sec1 .cont .li .img {
		width: 1.2rem;
		height: 1.2rem;
	}
}

.contactbox-sec1 .cont .li .img:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#f7f9fc, #f7f9fc);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
}

.contactbox-sec1 .cont .li .img svg {
	width: 35%;
	height: 32.5%;
	object-fit: contain;
	position: relative;
}

.contactbox-sec1 .cont .li .img svg path {
	fill: #0050b1;
	opacity: 1;
	stroke: none;
}

.contactbox-sec1 .cont .li .font {
	width: calc(100% - 0.8rem);
	padding-left: 0.18rem;
}

@media (max-width: 767px) {
	.contactbox-sec1 .cont .li .font {
		width: calc(100% - 1.2rem);
		padding-left: 0.4rem;
	}
}

.contactbox-sec1 .cont .li .font .tit {
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

@media (max-width: 1580px) {
	.contactbox-sec1 .cont .li .font .tit {
		margin-bottom: 2px;
	}
}

.contactbox-sec1 .cont .li .font .text {
	color: #666666;
	font-size: 14px;
}

.contactbox-sec1 .cont .li:hover .img:before {
	opacity: 1;
}

.contactbox-sec1 .cont .li:hover .img svg path {
	fill: #ffffff;
}

.contactbox-sec1 #map {
	margin-top: 0.4rem;
	width: 100%;
	background-color: #dddddd;
	height: 4.76rem;
}

.contactbox-sec2 {
	padding-top: 1.3rem;
	background-color: #f7f9fc;
	overflow: hidden;
}

.contactbox-sec2 .hm_tit .bag_font {
	display: none;
}

.contactbox-sec2 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.4rem;
}

@media (max-width: 991px) {
	.contactbox-sec2 .cont {
		margin: 0 -0.2rem;
	}
}

@media (max-width: 767px) {
	.contactbox-sec2 .cont {
		margin: 0;
	}
}

.contactbox-sec2 .cont .item {
	width: 50%;
	padding: 0 0.4rem;
}

@media (max-width: 991px) {
	.contactbox-sec2 .cont .item {
		padding: 0 0.2rem;
	}
}

@media (max-width: 767px) {
	.contactbox-sec2 .cont .item {
		padding: 0;
		width: 100%;
		margin-bottom: 1rem;
	}

	.contactbox-sec2 .cont .item:last-child {
		margin-bottom: 0;
	}
}

.contactbox-sec2 .cont .item .hm_tit {
	margin-bottom: 0.5rem;
}

.contactbox-sec2 .cont .item .jut .fzitem {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	padding: 0.36rem 0.6rem;
	margin-bottom: 0.2rem;
}

@media (max-width: 767px) {
	.contactbox-sec2 .cont .item .jut .fzitem {
		margin-bottom: 0.4rem;
	}

	.contactbox-sec2 .cont .item .jut .fzitem:last-child {
		margin-bottom: 0;
	}
}

.contactbox-sec2 .cont .item .jut .fzitem:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 10px;
	background-image: linear-gradient(90deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#f7f9fc, #f7f9fc);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit {
	position: relative;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .font {
	color: #000000;
	display: flex;
	align-items: center;
	width: calc(100% - 0.32rem);
	padding-right: 0.12rem;
}

@media (max-width: 767px) {
	.contactbox-sec2 .cont .item .jut .fzitem .fztit .font {
		width: calc(100% - 0.52rem);
	}
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .font i {
	display: block;
	overflow: hidden;
	width: 0.22rem;
}

@media (max-width: 767px) {
	.contactbox-sec2 .cont .item .jut .fzitem .fztit .font i {
		width: 0.42rem;
	}
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .font i img {
	width: 100%;
	float: left;
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .font i img:nth-child(2) {
	display: none;
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .font span {
	display: block;
	padding-left: 0.2rem;
	width: calc(100% - 0.32rem);
}

@media (max-width: 767px) {
	.contactbox-sec2 .cont .item .jut .fzitem .fztit .font span {
		width: calc(100% - 0.42rem);
	}
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .but {
	width: 0.32rem;
	height: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.4s;
	background: rgba(0, 0, 0, 0.2);
	position: relative;
}

@media (max-width: 767px) {
	.contactbox-sec2 .cont .item .jut .fzitem .fztit .but {
		width: 0.52rem;
		height: 0.52rem;
	}
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .but:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#f7f9fc, #f7f9fc);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .but svg {
	position: relative;
	width: 37.5%;
	height: 21.875%;
}

.contactbox-sec2 .cont .item .jut .fzitem .fztit .but svg path {
	fill: #fff;
	stroke: none;
	transition: all 0.4s;
	opacity: 1;
}

.contactbox-sec2 .cont .item .jut .fzitem .nei {
	padding-top: 0.3rem;
	color: #666666;
	line-height: 1.625;
	font-size: 16px;
	line-height: 26px;
	display: none;
}

@media (max-width: 1580px) {
	.contactbox-sec2 .cont .item .jut .fzitem .nei {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 567px) {
	.contactbox-sec2 .cont .item .jut .fzitem .nei {
		line-height: 0.36rem;
		font-size: 0.28rem;
	}
}

.contactbox-sec2 .cont .item .jut .fzitem:hover .fztit .but:before {
	opacity: 1;
}

.contactbox-sec2 .cont .item .jut .fzitem.on:before {
	opacity: 1;
}

.contactbox-sec2 .cont .item .jut .fzitem.on .fztit .font {
	color: #ffffff;
}

.contactbox-sec2 .cont .item .jut .fzitem.on .fztit .font i img {
	display: none;
}

.contactbox-sec2 .cont .item .jut .fzitem.on .fztit .font i img:nth-child(2) {
	display: block;
}

.contactbox-sec2 .cont .item .jut .fzitem.on .fztit .but {
	transform: rotate(180deg);
	background-color: #ffffff;
}

.contactbox-sec2 .cont .item .jut .fzitem.on .fztit .but svg path {
	fill: #666666;
}

.contactbox-sec2 .cont .item .jut .fzitem.on .nei {
	color: #ffffff;
	opacity: 0.7;
}

.contactbox-sec2 .cont .item .jut .fzitem.on:hover .fztit .but:before {
	opacity: 0;
}

.contactbox-sec3 {
	overflow: hidden;
	padding: 1.3rem 0 1.4rem;
}

.contactbox-sec3 .hm_tit {
	margin-bottom: 0.5rem;
}

.contactbox-sec3 .cont {
	background-color: #ffffff;
	box-shadow: 0px 18px 62px 2px rgba(5, 28, 45, 0.08);
	border-radius: 10px;
	padding: 0.6rem;
	position: relative;
}

@media (max-width: 767px) {
	.contactbox-sec3 .cont {
		padding: 0.6rem 0.4rem;
	}
}

.contactbox-sec3 .cont .jut {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.1rem;
}

@media (max-width: 767px) {
	.contactbox-sec3 .cont .jut {
		margin: 0;
	}
}

.contactbox-sec3 .cont .jut .int {
	width: 50%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
}

@media (max-width: 767px) {
	.contactbox-sec3 .cont .jut .int {
		padding: 0;
		width: 100%;
	}
}

.contactbox-sec3 .cont .jut .int input,
.contactbox-sec3 .cont .jut .int textarea,
.contactbox-sec3 .cont .jut .int select {
	width: 100%;
	color: #999999;
	background-color: #f7f9fc;
	border-radius: 10px;
	padding: 18px 0.4rem;
}

.contactbox-sec3 .cont .jut .int input::-webkit-input-placeholder,
.contactbox-sec3 .cont .jut .int textarea::-webkit-input-placeholder,
.contactbox-sec3 .cont .jut .int select::-webkit-input-placeholder {
	color: #666666;
}

@media (max-width: 1580px) {

	.contactbox-sec3 .cont .jut .int input,
	.contactbox-sec3 .cont .jut .int textarea,
	.contactbox-sec3 .cont .jut .int select {
		padding: 16px 0.4rem;
	}
}

@media (max-width: 991px) {

	.contactbox-sec3 .cont .jut .int input,
	.contactbox-sec3 .cont .jut .int textarea,
	.contactbox-sec3 .cont .jut .int select {
		padding: 12px 0.4rem;
	}
}

.contactbox-sec3 .cont .jut .int select {
	background: #f7f9fc url(../image/selectsvgf1.svg) 96% center / 11px auto no-repeat;
	background: #f7f9fc url(../image/selectsvgf1.svg) calc(100% - 0.4rem) center / 11px auto no-repeat;
}

.contactbox-sec3 .cont .jut .int textarea {
	height: 145px;
}

@media (max-width: 1580px) {
	.contactbox-sec3 .cont .jut .int textarea {
		height: 120px;
	}
}

@media (max-width: 767px) {
	.contactbox-sec3 .cont .jut .int textarea {
		height: 1.6rem;
	}
}

.contactbox-sec3 .cont .textarea .int {
	width: 100%;
	margin-bottom: 0.4rem;
}

/* End */
/* 加入我们 */
.joinbanner .cont {
	text-align: center;
}

.joinbanner .cont .form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	border-radius: 30px;
	background-color: #f7f9fc;
	margin: 0 auto;
	margin-top: 24px;
	padding: 20px 0;
}

@media (max-width: 1580px) {
	.joinbanner .cont .form {
		padding: 16px 0;
	}
}

@media (max-width: 600px) {
	.joinbanner .cont .form {
		width: 100%;
	}
}

.joinbanner .cont .form input,
.joinbanner .cont .form button {
	padding: 0 0.4rem;
	border: none;
	font-size: 16px;
	background-color: transparent;
}

@media (max-width: 1900px) {

	.joinbanner .cont .form input,
	.joinbanner .cont .form button {
		font-size: 14px;
	}
}

.joinbanner .cont .form button {
	padding-right: 0.38rem;
	padding-left: 0.28rem;
	flex-shrink: 0;
	color: #0050b1;
}

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

.joinbanner .cont .form input {
	width: 100%;
	height: 20px;
	border-right: 1px solid #ddd;
}

.joinbanner .cont .form .fz_sub svg {
	width: 100%;
	max-height: 100%;
}

.joinbanner .cont .form .fz_sub svg path {
	fill: #0050b1;
	opacity: 1;
	stroke: none;
}

.joinbox_tit {
	width: 100%;
	text-align: center;
}

.joinbox_tit .name {
	color: #666666;
	margin-bottom: 8px;
}

.joinbox_tit .tit {
	color: #000000;
	font-weight: bold;
	line-height: 1.04545455;
}

@media (max-width: 767px) {
	.joinbox_tit .tit {
		line-height: 1.3;
	}
}

.joinbox_tit .tit span {
	color: #0050b1;
}

.joinbox-sec1 {
	overflow: hidden;
	padding: 1.3rem 0 1.4rem;
}

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

.joinbox-sec1 .fztit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
	.joinbox-sec1 .fztit {
		margin-bottom: 0.1rem;
	}
}

.joinbox-sec1 .fztit .hm_tit {
	margin-top: 0.12rem;
}

.joinbox-sec1 .fztit .hm_tit .bag_font {
	width: 100vw;
	font-size: 1.6rem;
}

.joinbox-sec1 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.8rem;
}

@media (max-width: 1199px) {
	.joinbox-sec1 .cont {
		margin: 0 -0.3rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec1 .cont {
		margin: 0 -0.2rem;
	}
}

.joinbox-sec1 .cont .item {
	width: 25%;
	padding: 0 0.8rem;
}

@media (max-width: 1199px) {
	.joinbox-sec1 .cont .item {
		padding: 0 0.3rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec1 .cont .item {
		width: 50%;
		margin-top: 0.4rem;
		padding: 0 0.2rem;
	}
}

.joinbox-sec1 .cont .item .list {
	border-radius: 50%;
	border: solid 8px rgba(247, 249, 252, 0.2);
	position: relative;
	background-color: transparent;
	overflow: hidden;
	display: block;
}

.joinbox-sec1 .cont .item .list .img {
	border-radius: 50%;
	overflow: hidden;
}

.joinbox-sec1 .cont .item .list .img:before {
	padding-bottom: 100%;
}

.joinbox-sec1 .cont .item .list .img img {
	height: 63.236%;
}

.joinbox-sec1 .cont .item .list .img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0050b1;
	opacity: 0.4;
}

.joinbox-sec1 .cont .item .list .font {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding-top: 0.24rem;
	width: 100%;
	height: 36.764%;
	z-index: 2;
	background-color: #f7f9fc;
}

.joinbox-sec1 .cont .item .list .font .tit {
	color: #555555;
}

.joinbox-sec2 .cont {
	background-color: #f7f9fc;
}

.joinbox-sec2 .cont .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.joinbox-sec2 .cont .container .lt,
.joinbox-sec2 .cont .container .gt {
	width: 50%;
}

@media (max-width: 767px) {

	.joinbox-sec2 .cont .container .lt,
	.joinbox-sec2 .cont .container .gt {
		width: 100%;
	}
}

.joinbox-sec2 .cont .container .lt {
	overflow: hidden;
}

.joinbox-sec2 .cont .container .lt:before {
	padding-bottom: 70%;
}

.joinbox-sec2 .cont .container .lt img {
	transition: all 0.4s;
}

.joinbox-sec2 .cont .container .lt:hover img {
	transform: scale(1.04);
}

.joinbox-sec2 .cont .container .gt {
	padding: 0.34rem 6.75% 0.34rem 7.5%;
}

@media (max-width: 767px) {
	.joinbox-sec2 .cont .container .gt {
		padding: 0.56rem 0.3rem 0;
	}
}

.joinbox-sec2 .cont .container .gt i {
	display: block;
	height: 0.3rem;
	overflow: hidden;
	margin-bottom: 0.36rem;
}

@media (max-width: 767px) {
	.joinbox-sec2 .cont .container .gt i {
		height: 0.46rem;
	}
}

.joinbox-sec2 .cont .container .gt i svg,
.joinbox-sec2 .cont .container .gt i img {
	height: 100%;
	max-width: 100%;
	float: left;
}

.joinbox-sec2 .cont .container .gt i svg path,
.joinbox-sec2 .cont .container .gt i img path {
	fill: #9c9c9c;
	stroke: none;
	opacity: 1;
}

.joinbox-sec2 .cont .container .gt .name {
	color: #666666;
	margin-bottom: 0.2rem;
}

.joinbox-sec2 .cont .container .gt .tit {
	line-height: 1.27777778;
	color: #000000;
}

@media (max-width: 991px) {
	.joinbox-sec2 .cont .container .gt .tit {
		font-size: 0.3rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec2 .cont .container .gt .tit {
		line-height: 1.8;
	}
}

.joinbox-sec2 .cont .container .gt .tit span {
	color: #0050b1;
}

.joinbox-sec2 .cont:nth-child(2n) {
	background-color: #ffffff;
}

@media (min-width: 768px) {
	.joinbox-sec2 .cont:nth-child(2n) .container .lt {
		order: 1;
	}

	.joinbox-sec2 .cont:nth-child(2n) .container .gt {
		padding: 0.34rem 7.5% 0.34rem 6.75%;
	}
}

.joinbox-sec3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.54rem 0 1.82rem;
	overflow: hidden;
}

.joinbox-sec3 .joinbox_tit {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 0.58rem;
}

@media (max-width: 767px) {
	.joinbox-sec3 .joinbox_tit {
		margin-bottom: 0.28rem;
	}
}

.joinbox-sec3 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.3rem;
}

@media (max-width: 1199px) {
	.joinbox-sec3 .cont {
		margin: 0 -0.15rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec3 .cont {
		margin: 0 -0.1rem;
	}
}

.joinbox-sec3 .cont .item {
	width: 25%;
	padding: 0 0.3rem;
}

@media (max-width: 1199px) {
	.joinbox-sec3 .cont .item {
		padding: 0 0.15rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec3 .cont .item {
		width: 50%;
		margin-top: 0.3rem;
		padding: 0 0.1rem;
	}
}

.joinbox-sec3 .cont .item .list {
	transition: all 0.4s;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 18px 62px 2px rgba(5, 28, 45, 0.05);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.46rem 0.36rem;
	border: solid 3px #ffffff;
}

@media (max-width: 1580px) {
	.joinbox-sec3 .cont .item .list {
		border-width: 2px;
	}
}

.joinbox-sec3 .cont .item .list .img {
	width: 0.52rem;
	height: 0.46rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.16rem;
}

.joinbox-sec3 .cont .item .list .img svg {
	max-width: 100%;
	max-height: 100%;
}

.joinbox-sec3 .cont .item .list .img svg path {
	fill: #000;
	stroke: none;
	opacity: 1;
	transition: all 0.4s ease-out;
}

.joinbox-sec3 .cont .item .list .tit {
	color: #555555;
}

.joinbox-sec3 .cont .item .list:hover {
	transform: translateY(-0.2rem);
}

.joinbox-sec3 .cont .item .list:hover .img svg path {
	fill: #0050b1;
}

.joinbox-sec4 {
	padding: 1.35rem 0 1rem;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 38.02083333% auto;
}

.joinbox-sec4 .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.joinbox-sec4 .container .lt,
.joinbox-sec4 .container .gt {
	width: 50%;
}

@media (max-width: 991px) {

	.joinbox-sec4 .container .lt,
	.joinbox-sec4 .container .gt {
		width: 100%;
	}
}

.joinbox-sec4 .container .lt {
	padding-right: 10.625%;
}

@media (max-width: 767px) {
	.joinbox-sec4 .container .lt {
		padding-right: 0;
	}
}

.joinbox-sec4 .container .lt .joinbox_tit {
	text-align: left;
}

@media (max-width: 991px) {
	.joinbox-sec4 .container .gt {
		margin-top: 0.54rem;
	}
}

.joinbox-sec4 .container .gt .jut {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
}

@media (max-width: 1199px) {
	.joinbox-sec4 .container .gt .jut {
		margin: 0 -0.14rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec4 .container .gt .jut {
		margin: 0;
	}
}

.joinbox-sec4 .container .gt .jut .item {
	width: 50%;
	padding: 0 0.2rem;
	margin-bottom: 0.4rem;
}

@media (max-width: 1199px) {
	.joinbox-sec4 .container .gt .jut .item {
		padding: 0 0.14rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec4 .container .gt .jut .item {
		padding: 0;
		width: 100%;
	}
}

.joinbox-sec4 .container .gt .jut .item .list {
	background-color: #f7f9fc;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	padding: 0.46rem 0.4rem 0.44rem;
}

.joinbox-sec4 .container .gt .jut .item .list .img {
	overflow: hidden;
	width: 0.3rem;
}

@media (max-width: 767px) {
	.joinbox-sec4 .container .gt .jut .item .list .img {
		width: 0.46rem;
	}
}

.joinbox-sec4 .container .gt .jut .item .list .img img {
	width: 100%;
	float: left;
}

.joinbox-sec4 .container .gt .jut .item .list .font {
	width: calc(100% - 0.3rem);
	padding-left: 0.3rem;
	margin-top: -0.04rem;
}

@media (max-width: 767px) {
	.joinbox-sec4 .container .gt .jut .item .list .font {
		width: calc(100% - 0.46rem);
	}
}

.joinbox-sec4 .container .gt .jut .item .list .font .tit {
	color: #000000;
	margin-bottom: 8px;
}

@media (max-width: 1580px) {
	.joinbox-sec4 .container .gt .jut .item .list .font .tit {
		margin-bottom: 4px;
	}
}

.joinbox-sec4 .container .gt .jut .item .list .font .text {
	line-height: 1.625;
	color: #999999;
}

.joinbox-sec5 {
	padding: 1.42rem 0 1.16rem;
	position: relative;
	overflow: hidden;
}

.joinbox-sec5 .bag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.joinbox-sec5 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joinbox-sec5 .bag:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/joinjianbian.png) left top / auto 100% no-repeat;
}

.joinbox-sec5 .container {
	position: relative;
}

.joinbox-sec5 .container .tit {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.27777778;
	margin: 0 auto;
	margin-bottom: 0.55rem;
	max-width: 730px;
}

.joinbox-sec5 .container .jut {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15.3125%;
}

.joinbox-sec5 .container .jut .item {
	width: 50%;
	padding: 0 0.77rem;
}

@media (max-width: 1199px) {
	.joinbox-sec5 .container .jut .item {
		padding: 0 0.42rem;
	}
}

@media (max-width: 767px) {
	.joinbox-sec5 .container .jut .item {
		padding: 0;
		width: calc(100% - 0.12rem);
	}
}

.joinbox-sec5 .container .jut .item .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #0050b1;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0.24rem 0.3rem 0.16rem;
	position: relative;
	transition: all 0.4s;
	overflow: hidden;
}

.joinbox-sec5 .container .jut .item .list:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-out;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal,
		normal;
	border-radius: 10px;
	opacity: 0;
}

.joinbox-sec5 .container .jut .item .list .img {
	position: relative;
	height: 0.34rem;
	overflow: hidden;
	margin-bottom: 0.18rem;
}

.joinbox-sec5 .container .jut .item .list .img svg {
	height: 100%;
	float: left;
	max-width: 100%;
}

.joinbox-sec5 .container .jut .item .list .img svg path {
	fill: #0050b1;
	opacity: 1;
	stroke: none;
	transition: all 0.4s;
}

.joinbox-sec5 .container .jut .item .list .name,
.joinbox-sec5 .container .jut .item .list .text {
	position: relative;
}

.joinbox-sec5 .container .jut .item .list .name {
	margin-bottom: 3px;
}

.joinbox-sec5 .container .jut .item .list:hover {
	background-color: transparent;
	color: #ffffff;
}

.joinbox-sec5 .container .jut .item .list:hover:before {
	opacity: 1;
}

.joinbox-sec5 .container .jut .item .list:hover .img svg path {
	fill: #ffffff;
}

/* End */
/* 社会招聘 */
.sociobox-sec1 {
	overflow: hidden;
	padding: 1.2rem 0 1.4rem;
}

.sociobox-sec1 .nav {
	display: flex;
	justify-content: center;
	margin-bottom: 0.88rem;
}

.sociobox-sec1 .nav .sociobox1_nav {
	width: auto;
	max-width: 100%;
	margin: 0;
}

.sociobox-sec1 .nav .sociobox1_nav .swiper-slide {
	margin: 0 0.13rem;
	width: auto;
}

.sociobox-sec1 .nav .sociobox1_nav .swiper-slide .li {
	display: flex;
	align-items: center;
	min-width: 1.8rem;
	justify-content: center;
	border-radius: 30px;
	border: solid 2px transparent;
	padding: 13px 16px;
}

@media (max-width: 1580px) {
	.sociobox-sec1 .nav .sociobox1_nav .swiper-slide .li {
		border-width: 1px;
		border-radius: 24px;
		padding: 10px 14px;
	}
}

@media (max-width: 991px) {
	.sociobox-sec1 .nav .sociobox1_nav .swiper-slide .li {
		padding: 8px 14px;
		min-width: 2.4rem;
	}
}

@media (max-width: 767px) {
	.sociobox-sec1 .nav .sociobox1_nav .swiper-slide .li {
		padding: 6px 14px;
	}
}

.sociobox-sec1 .nav .sociobox1_nav .swiper-slide .li span {
	color: #0050b1;
	opacity: 0.65;
	display: block;
	transition: all 0.4s;
}

.sociobox-sec1 .nav .sociobox1_nav .on .li {
	border-color: #0050b1;
}

.sociobox-sec1 .nav .sociobox1_nav .on .li span {
	opacity: 1;
}

.sociobox-sec1 .form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.11rem;
	margin-bottom: 0.52rem;
}

.sociobox-sec1 .form .item {
	width: 33.333%;
	padding: 0 0.11rem;
}

@media (max-width: 767px) {
	.sociobox-sec1 .form .item {
		width: 50%;
	}
}

.sociobox-sec1 .form .item select {
	border: solid 1px rgba(0, 80, 177, 0.1);
	border-radius: 30px;
	padding: 20px 0.32rem;
	width: 100%;
	color: #000000;
}

@media (max-width: 1580px) {
	.sociobox-sec1 .form .item select {
		padding: 16px 0.32rem;
	}
}

@media (max-width: 767px) {
	.sociobox-sec1 .form .item select {
		padding: 12px 0.32rem;
	}
}

.sociobox-sec1 .form .item select {
	background: #fff url(../image/selectsvgf2.svg) 96% center / 11px auto no-repeat;
	background: #fff url(../image/selectsvgf2.svg) calc(100% - 0.4rem) center / 11px auto no-repeat;
}

@media (max-width: 767px) {
	.sociobox-sec1 .form .fzsearch1 {
		width: 100%;
		margin-top: 0.3rem;
	}
}

.sociobox-sec1 .form .fzsearch1 .fznei {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
	margin: 0 auto;
	background-color: #f7f9fc;
	padding: 20px 0;
	width: 100%;
}

@media (max-width: 1580px) {
	.sociobox-sec1 .form .fzsearch1 .fznei {
		padding: 16px 0;
	}
}

@media (max-width: 600px) {
	.sociobox-sec1 .form .fzsearch1 .fznei {
		width: 100%;
	}
}

.sociobox-sec1 .form .fzsearch1 .fznei input,
.sociobox-sec1 .form .fzsearch1 .fznei button {
	padding: 0 0.4rem;
	border: none;
	font-size: 16px;
	background-color: transparent;
}

@media (max-width: 1900px) {

	.sociobox-sec1 .form .fzsearch1 .fznei input,
	.sociobox-sec1 .form .fzsearch1 .fznei button {
		font-size: 14px;
	}
}

.sociobox-sec1 .form .fzsearch1 .fznei button {
	padding-right: 0.38rem;
	padding-left: 0.28rem;
	flex-shrink: 0;
	color: #0050b1;
}

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

.sociobox-sec1 .form .fzsearch1 .fznei input {
	width: 100%;
	height: 20px;
	border-right: 1px solid #ddd;
}

.sociobox-sec1 .form .fzsearch1 .fznei .fz_sub svg {
	width: 100%;
	max-height: 100%;
}

.sociobox-sec1 .form .fzsearch1 .fznei .fz_sub svg path {
	fill: #0050b1;
	opacity: 1;
	stroke: none;
}

.sociobox-sec1 .ftishi {
	color: #0050b1;
	margin-bottom: 0.16rem;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 1580px) {
	.sociobox-sec1 .ftishi {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 567px) {
	.sociobox-sec1 .ftishi {
		line-height: 0.36rem;
		font-size: 0.28rem;
	}
}

.sociobox-sec1 .cont .fztit,
.sociobox-sec1 .cont .fzitem .fztite1 {
	padding: 0.28rem 0.4rem;
	padding-right: 0;
	display: flex;
}

.sociobox-sec1 .cont .fztit .name,
.sociobox-sec1 .cont .fzitem .fztite1 .name {
	padding-right: 0.16rem;
	color: #666666;
}

@media (max-width: 767px) {

	.sociobox-sec1 .cont .fztit .name,
	.sociobox-sec1 .cont .fzitem .fztite1 .name {
		font-size: 0.24rem;
	}
}

.sociobox-sec1 .cont .fztit .it1,
.sociobox-sec1 .cont .fzitem .fztite1 .it1 {
	width: 19.84635083%;
	color: #000000;
	font-weight: bold;
}

.sociobox-sec1 .cont .fztit .it2,
.sociobox-sec1 .cont .fzitem .fztite1 .it2 {
	width: 24.58386684%;
}

.sociobox-sec1 .cont .fztit .it3,
.sociobox-sec1 .cont .fzitem .fztite1 .it3 {
	width: 22.91933419%;
}

@media (max-width: 767px) {

	.sociobox-sec1 .cont .fztit .it3,
	.sociobox-sec1 .cont .fzitem .fztite1 .it3 {
		display: none;
	}
}

.sociobox-sec1 .cont .fztit .it4,
.sociobox-sec1 .cont .fzitem .fztite1 .it4 {
	width: 25.60819462%;
}

@media (max-width: 767px) {

	.sociobox-sec1 .cont .fztit .name,
	.sociobox-sec1 .cont .fzitem .fztite1 .name {
		width: 30%;
	}

	.sociobox-sec1 .cont .fztit .it1,
	.sociobox-sec1 .cont .fzitem .fztite1 .it1 {
		width: 40%;
	}

	.sociobox-sec1 .cont .fztit .it2,
	.sociobox-sec1 .cont .fzitem .fztite1 .it2,
	.sociobox-sec1 .cont .fztit .it3,
	.sociobox-sec1 .cont .fzitem .fztite1 .it3 {
		width: 25%;
	}
}

.sociobox-sec1 .cont .fztit .fzbut,
.sociobox-sec1 .cont .fzitem .fztite1 .fzbut {
	width: 7.04225352%;
}

@media (max-width: 767px) {

	.sociobox-sec1 .cont .fztit .fzbut,
	.sociobox-sec1 .cont .fzitem .fztite1 .fzbut {
		display: none;
	}
}

.sociobox-sec1 .cont .fztit {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 0.28rem;
}

.sociobox-sec1 .cont .fztit .name {
	font-weight: bold;
	color: #000000;
}

.sociobox-sec1 .cont .fzitem {
	margin-bottom: 6px;
	transition: all 0.4s;
	border-bottom: 1px solid #dddddd;
}

.sociobox-sec1 .cont .fzitem:last-child {
	margin-bottom: 0;
}

.sociobox-sec1 .cont .fzitem .fztite1 {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.sociobox-sec1 .cont .fzitem .fztite1:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-out;
	opacity: 0;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0160ff, #0160ff);
	background-blend-mode: normal,
		normal;
}

.sociobox-sec1 .cont .fzitem .fztite1 .name {
	position: relative;
}

.sociobox-sec1 .cont .fzitem .fztite1 .fzbut {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-right: 0.5rem;
}

@media (max-width: 767px) {
	.sociobox-sec1 .cont .fzitem .fztite1 .fzbut {
		padding-right: 0.26rem;
	}
}

.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:before,
.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:after {
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background-color: #999999;
}

@media (max-width: 1580px) {

	.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:before,
	.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:after {
		width: 16px;
	}
}

@media (max-width: 767px) {

	.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:before,
	.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:after {
		width: 12px;
		height: 1px;
	}
}

.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:after {
	margin-top: -2px;
	transform: rotate(90deg);
	transition: all 0.4s ease-out;
}

@media (max-width: 767px) {
	.sociobox-sec1 .cont .fzitem .fztite1 .fzbut:after {
		margin-top: -1px;
	}
}

.sociobox-sec1 .cont .fzitem .fzjut {
	padding: 0.78rem 0.4rem 0.66rem;
	background-color: #f7f9fc;
	display: none;
}

.sociobox-sec1 .cont .fzitem .fzjut .text {
	font-size: 14px;
	line-height: 2.14285714;
	color: #999999;
}

@media (max-width: 767px) {
	.sociobox-sec1 .cont .fzitem .fzjut .text {
		font-size: 0.22rem;
	}
}

.sociobox-sec1 .cont .fzitem .fzjut .name {
	font-weight: bold;
	margin: 0.3rem 0 0.2rem;
}

.sociobox-sec1 .cont .fzitem .fzjut .hm_but {
	margin-top: 0.4rem;
}

.sociobox-sec1 .cont .fzitem.on {
	border-color: transparent;
}

.sociobox-sec1 .cont .fzitem.on .fztite1:before {
	opacity: 1;
}

.sociobox-sec1 .cont .fzitem.on .fztite1 .name {
	color: #ffffff;
}

.sociobox-sec1 .cont .fzitem.on .fztite1 .fzbut:before {
	background-color: #ffffff;
}

.sociobox-sec1 .cont .fzitem.on .fztite1 .fzbut:after {
	opacity: 0;
}

.sociobox-sec1 .basepage {
	margin-top: 0.6rem;
}

/* End */
/* 招聘弹窗 */
.recalt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.recalt .bag {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
}

.recalt .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 5px;
	width: 90%;
	max-width: 600px;
}

.recalt .cont .fztit {
	box-shadow: 0px 10px 65px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 34px 30px;
}

@media (max-width: 767px) {
	.recalt .cont .fztit {
		padding: 0.4rem 0.3rem;
	}
}

.recalt .cont .fztit .tit {
	color: #999999;
	font-weight: bold;
	display: flex;
	font-size: 24px;
	width: calc(100% - 18px);
}

@media (max-width: 767px) {
	.recalt .cont .fztit .tit {
		font-size: 0.36rem;
	}
}

.recalt .cont .fztit .tit span {
	display: block;
	color: #333333;
	width: calc(100% - 90px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.recalt .cont .fztit .close {
	display: block;
	cursor: pointer;
	width: 18px;
	overflow: hidden;
}

.recalt .cont .fztit .close img {
	width: 100%;
	float: left;
}

.recalt .cont .form {
	padding: 0.26rem 0.3rem 0.7rem;
}

@media (max-width: 767px) {
	.recalt .cont .form {
		padding: 0.34rem 0.3rem 0.7rem;
	}
}

.recalt .cont .form .item {
	display: flex;
	border-bottom: 1px solid #dddddd;
}

.recalt .cont .form .item .lab,
.recalt .cont .form .item .int input {
	color: #999999;
	padding: 16px 0;
	width: 100%;
}

@media (max-width: 1580px) {

	.recalt .cont .form .item .lab,
	.recalt .cont .form .item .int input {
		padding: 14px 0;
	}
}

@media (max-width: 767px) {

	.recalt .cont .form .item .lab,
	.recalt .cont .form .item .int input {
		padding: 12px 0;
	}
}

.recalt .cont .form .item .lab {
	width: 14px;
}

.recalt .cont .form .item .int {
	width: calc(100% - 14px);
	padding-left: 5px;
}

.recalt .cont .form .item .int .file {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}

.recalt .cont .form .item .int .file .fztext {
	font-size: 14px;
	color: #999999;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.recalt .cont .form .item .int .file .fztext {
		font-size: 12px;
	}
}

.recalt .cont .form .item .int .file .fiel_but {
	width: 116px;
	height: 36px;
	background-color: #999999;
	position: relative;
	overflow: hidden;
	display: flex;
	font-size: 14px;
	align-items: center;
	color: #ffffff;
	justify-content: center;
	transition: all ease-out;
}

@media (max-width: 767px) {
	.recalt .cont .form .item .int .file .fiel_but {
		width: 90px;
		font-size: 12px;
		height: 32px;
	}
}

.recalt .cont .form .item .int .file .fiel_but input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.recalt .cont .form .item .int .file .fiel_but span:nth-child(2) {
	display: none;
}

.recalt .cont .form .item .int .file .fiel_but:hover {
	background-color: #0050b1;
}

.recalt .cont .form .item .int .fztit1 {
	padding-top: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: none;
	font-size: 14px;
}

@media (max-width: 767px) {
	.recalt .cont .form .item .int .fztit1 {
		padding-top: 12px;
		font-size: 12px;
	}
}

.recalt .cont .form .fzfile1 {
	padding-bottom: 16px;
}

.recalt .cont .form .active .int .file .fiel_but span {
	display: none;
}

.recalt .cont .form .active .int .file .fiel_but span:nth-child(2) {
	display: block;
}

.recalt .cont .form .active .int .fztit1 {
	display: block;
}

.recalt .cont .form .fzfont {
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 14px;
}

@media (max-width: 767px) {
	.recalt .cont .form .fzfont {
		margin-top: 14px;
		margin-bottom: 10px;
	}
}

.recalt .cont .form .fzfont .text {
	font-size: 14px;
	line-height: 1.71428571;
	color: #333333;
}

@media (max-width: 767px) {
	.recalt .cont .form .fzfont .text {
		font-size: 12px;
	}
}

.recalt .cont .form .fz_sub {
	width: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	border: solid 1px rgba(218, 221, 226, 0.7);
	padding: 0.16rem 0.2rem;
	color: #444444;
	overflow: hidden;
	z-index: 3;
	position: relative;
	transition: all 0.4s;
	justify-content: center;
	font-size: 16px;
	margin-top: 0.4rem;
}

@media (max-width: 1580px) {
	.recalt .cont .form .fz_sub {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.recalt .cont .form .fz_sub {
		width: 2.1rem;
	}
}

.recalt .cont .form .fz_sub span,
.recalt .cont .form .fz_sub i {
	position: relative;
}

.recalt .cont .form .fz_sub span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.recalt .cont .form .fz_sub i {
	display: block;
	width: 0.2rem;
	overflow: hidden;
}

.recalt .cont .form .fz_sub i svg {
	width: 100%;
	float: left;
}

.recalt .cont .form .fz_sub i svg path {
	fill: #dadde2;
	opacity: 1;
	transition: all 0.4s;
	stroke: none;
}

.recalt .cont .form .fz_sub:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #0062d1 0%, #0083e4 50%, #00a3f7 100%), linear-gradient(#0064de, #0064de);
	background-blend-mode: normal,
		normal;
	transition: all 0.4s;
	opacity: 0;
}

.recalt .cont .form .fz_sub:hover {
	color: #ffffff;
}

.recalt .cont .form .fz_sub:hover:before {
	opacity: 1;
}

.recalt .cont .form .fz_sub:hover i svg path {
	fill: #ffffff;
}

/* End */
/* 关于我们 */
.abtbanner {
	position: relative;
	overflow: hidden;
}

.abtbanner .bag {
	width: 100%;
	height: 100vh;
}

.abtbanner .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abtbanner .bag img:nth-child(2) {
	display: none;
}

@media (max-width: 767px) {
	.abtbanner .bag img {
		/*display: none;*/
	}

	.abtbanner .bag img:nth-child(2) {
		display: block;
	}
}

.abtbanner .cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.abtbanner .cont .font {
	text-align: center;
	color: #ffffff;
}

.abtbanner .cont .font .name {
	margin-bottom: 8px;
}

@media (max-width: 1580px) {
	.abtbanner .cont .font .name {
		margin-bottom: 4px;
	}
}

.abtbanner .cont .font .tit {
	font-weight: bold;
	font-size: 0.58rem;
}

.abtbanner .cont .font .but {
	margin-top: 0.25rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
	cursor: pointer;
}

.abtbanner .cont .font .but .fimg {
	width: 0.6rem;
	overflow: hidden;
	margin-bottom: 0.1rem;
}

.abtbanner .cont .font .but .fimg img {
	width: 100%;
	float: left;
}

.abtbanner .cont .font .but .we {
	font-size: 14px;
	opacity: 0.8;
}

.abtbox-sec1 {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 1.4rem 0 2.8rem;
	overflow: hidden;
}

@media (min-width: 992px) {
	.abtbox-sec1 .container {
		width: 72.91666667%;
	}
}

.abtbox-sec1 .hm_tit .bag_font {
	z-index: -1;
}

.abtbox-sec1 .hm_tit .bag_font:after {
	background-image: url(../image/jiandfe2.png);
}

.abtbox-sec1 .cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.abtbox-sec1 .cont {
		align-items: flex-start;
	}
}

.abtbox-sec1 .cont .lt {
	width: 57.1428%;
	padding-right: 1.2rem;
}

@media (max-width: 991px) {
	.abtbox-sec1 .cont .lt {
		padding-right: 0;
		width: 100%;
	}
}

.abtbox-sec1 .cont .lt .hm_tit {
	margin-bottom: 0.32rem;
}

.abtbox-sec1 .cont .lt .text {
	font-size: 18px;
	line-height: 1.77777778;
	color: #666666;
	margin-bottom: 0.54rem;
}

@media (max-width: 1580px) {
	.abtbox-sec1 .cont .lt .text {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.abtbox-sec1 .cont .lt .text {
		font-size: 0.28rem;
	}
}

.abtbox-sec1 .cont .lt .jut {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.abtbox-sec1 .cont .lt .jut .li {
	text-align: center;
	color: #666666;
	width: 28%;
	padding-right: 0.8rem;
}

@media (max-width: 1199px) {
	.abtbox-sec1 .cont .lt .jut .li {
		padding-right: 0.4rem;
	}
}

@media (max-width: 991px) {
	.abtbox-sec1 .cont .lt .jut .li {
		width: 33.333%;
		text-align: center;
	}
}

.abtbox-sec1 .cont .lt .jut .li:last-child {
	padding-right: 0;
}

.abtbox-sec1 .cont .lt .jut .li .shu {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	line-height: 0.7;
	color: #0050b1;
	font-weight: bold;
	margin-bottom: 2px;
}

.abtbox-sec1 .cont .lt .jut .li .shu span {
	font-size: 0.42rem;
	line-height: 1;
}

.abtbox-sec1 .cont .lt .jut .li .shu .counter {
	font-size: 0.56rem;
	line-height: 0.9;
	font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.abtbox-sec1 .cont .gt {
	width: 42.8572%;
	position: relative;
}

@media (max-width: 991px) {
	.abtbox-sec1 .cont .gt {
		width: 100%;
	}
}

.abtbox-sec1 .cont .gt .img {
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 120.26578073%;
}

@media (max-width: 991px) {
	.abtbox-sec1 .cont .gt .img {
		padding-bottom: 50%;
	}
}

.abtbox-sec1 .cont .gt:before,
.abtbox-sec1 .cont .gt:after {
	content: "";
	display: block;
	position: absolute;
}

.abtbox-sec1 .cont .gt:before {
	width: 3.37rem;
	height: 3.06rem;
	background-color: #4079ff;
	border-radius: 0px 0px 30px 0px;
	opacity: 0.1;
	bottom: -1.23rem;
	right: -0.88rem;
}

.abtbox-sec1 .cont .gt:after {
	width: 0.64rem;
	height: 0.56rem;
	background-color: #00b188;
	opacity: 0.1;
	right: 2.73rem;
	bottom: -0.8rem;
}

.abtbox-sec2 {
	position: relative;
}

.abtbox-sec2 .fztext1 {
	font-size: 2.22rem;
	line-height: 1;
	color: #ffffff;
	opacity: 0.1;
	position: absolute;
	right: 0;
	bottom: 1.5rem;
	z-index: 2;
}

@media (max-width: 767px) {
	.abtbox-sec2 .fztext1 {
		display: none;
	}
}

.abtbox-sec2 .abtbox2_cont {
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.abtbox-sec2 .abtbox2_cont {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.abtbox-sec2 .abtbox2_cont .img {
	width: 100%;
	height: 100%;
}

.abtbox-sec2 .abtbox2_cont .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abtbox-sec2 .container {
	z-index: 2;
}

@media (min-width: 768px) {
	.abtbox-sec2 .container {
		position: relative;
	}
}

.abtbox-sec2 .container .lt {
	height: 100vh;
	width: 46.5%;
	padding: 0.6rem 1rem;
}

@media (max-width: 1199px) {
	.abtbox-sec2 .container .lt {
		height: 60vh;
	}
}

@media (max-width: 1199px) {
	.abtbox-sec2 .container .lt {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.abtbox-sec2 .container .lt {
		height: auto;
		width: 100%;
		padding: 0.6rem 0;
	}
}

@media (min-width: 768px) {
	.abtbox-sec2 .container .lt {
		position: relative;
	}
}

.abtbox-sec2 .container .lt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(135deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#0050b1, #0050b1);
	background-blend-mode: normal,
		normal;
	opacity: 0.9;
}

.abtbox-sec2 .container .lt .ftit {
	position: relative;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.46rem;
}

.abtbox-sec2 .container .lt .xian {
	width: 0.46rem;
	height: 4px;
	position: relative;
	margin-bottom: 0.32rem;
	background-color: #ffffff;
}

@media (max-width: 1580px) {
	.abtbox-sec2 .container .lt .xian {
		height: 2px;
	}
}

.abtbox-sec2 .container .lt .abtbox2_nav {
	width: 100%;
	height: 74vh;
}

@media (max-width: 991px) {
	.abtbox-sec2 .container .lt .abtbox2_nav {
		height: 48vh;
	}
}

@media (max-width: 767px) {
	.abtbox-sec2 .container .lt .abtbox2_nav {
		height: auto;
	}
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide {
	height: auto;
}

@media (max-width: 767px) {
	.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide {
		width: 88%;
	}
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item {
	padding: 0.46rem 0 0.48rem;
	position: relative;
	display: flex;
	cursor: pointer;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #fff;
	width: 0%;
	transition: all 0.4s;
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item .img {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.1);
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item .img svg {
	width: 51%;
	height: 51%;
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item .img svg path {
	opacity: 1;
	stroke: none;
	fill: #ffffff;
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item .font {
	padding-left: 0.4rem;
	width: calc(100% - 0.6rem);
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item .font .tit {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.abtbox-sec2 .container .lt .abtbox2_nav .swiper-slide .item .font .text {
	color: #ffffff;
	opacity: 0.6;
}

.abtbox-sec2 .container .lt .abtbox2_nav .on .item:after {
	width: 100%;
}

.abtbox-sec3 {
	overflow: hidden;
	padding: 1.2rem 0;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.abtbox-sec3 .hm_tit {
	margin-bottom: 0.7rem;
}

.abtbox-sec3 .cont {
	position: relative;
}

.abtbox-sec3 .cont .abtbox3_cont {
	position: relative;
	overflow: visible;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide {
	width: 22.125%;
}

@media (max-width: 1199px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide {
		width: 30%;
	}
}

@media (max-width: 991px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide {
		width: 60%;
	}
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .fznei {
	width: 100%;
	padding-right: 0.6rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .img {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 0.2rem;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .img:before {
	padding-bottom: 51.28205128%;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .text {
	color: #000000;
	margin-bottom: 0.2rem;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .tit {
	font-weight: bold;
	font-size: 0.32rem;
	color: #000000;
	margin-bottom: 0.18rem;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon {
	position: relative;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon img {
	opacity: 0.5;
	height: 0.4rem;
	position: relative;
	z-index: 2;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
	content: "";
	display: block;
	width: 19vw;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0.39rem;
	left: 0.1rem;
	transform: rotate(8deg);
	transform-origin: left top;
}

@media (min-width: 1921px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		width: 17vw;
		transform: rotate(7deg);
	}
}

@media (max-width: 1199px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		width: 25.6vw;
	}
}

@media (max-width: 991px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		width: 36.3vw;
		transform: rotate(6deg);
	}
}

@media (max-width: 767px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		width: 54vw;
	}
}

@media (max-width: 567px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		transform: rotate(8deg);
	}
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
	width: 0;
	opacity: 1;
	background-color: #0050b1;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) {
	align-items: flex-start;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item {
	padding-bottom: 0% !important;
	flex-direction: column-reverse;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .fznei {
	flex-direction: column-reverse;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .fznei .tit {
	margin-bottom: 0;
	margin-top: 0.18rem;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .fznei .text {
	margin-top: 0.2rem;
	margin-bottom: 0;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .fznei .img {
	margin-top: 0.2rem;
	margin-bottom: 0;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon {
	margin-top: 0rem;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
	top: 0.37rem;
	top: initial;
	bottom: 0;
	transform: rotate(-8deg);
}

@media (min-width: 1921px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-7deg);
	}
}

@media (max-width: 991px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-6deg);
	}
}

@media (max-width: 567px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-8deg);
	}
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:last-child .item .ficon:before,
.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:last-child .item .ficon:after {
	display: none;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide.on .item .ficon img {
	opacity: 1;
}

.abtbox-sec3 .cont .abtbox3_cont .swiper-slide.on .item .ficon:after {
	width: 19vw;
	animation: abtwidth 4.8s linear;
}

@media (min-width: 1921px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide.on .item .ficon:after {
		width: 17vw;
	}
}

@media (max-width: 1199px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide.on .item .ficon:after {
		width: 25.6vw;
	}
}

@media (max-width: 991px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide.on .item .ficon:after {
		width: 36.3vw;
	}
}

@media (max-width: 767px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide.on .item .ficon:after {
		width: 54vw;
	}
}

@media (min-width: 1921px) {
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide {
		width: 17vw;
	}
}

@media (max-width: 1280px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		transform: rotate(9deg);
	}

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-9deg);
	}
}

@media (max-width: 1199px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		transform: rotate(7deg);
	}

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-7deg);
	}
}

@media (max-width: 991px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		transform: rotate(6.5deg);
	}

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-6.5deg);
	}
}

@media (max-width: 767px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		transform: rotate(5.5deg);
	}

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-5.5deg);
	}
}

@media (max-width: 567px) {

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide .item .ficon:after {
		transform: rotate(8deg);
	}

	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:before,
	.abtbox-sec3 .cont .abtbox3_cont .swiper-slide:nth-child(2n) .item .ficon:after {
		transform: rotate(-8deg);
	}
}

.abtbox-sec3 .cont .abtbox3_next,
.abtbox-sec3 .cont .abtbox3_prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: initial;
	left: initial;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #ffffff;
}

@media (max-width: 767px) {

	.abtbox-sec3 .cont .abtbox3_next,
	.abtbox-sec3 .cont .abtbox3_prev {
		display: none;
	}
}

.abtbox-sec3 .cont .abtbox3_next svg path,
.abtbox-sec3 .cont .abtbox3_prev svg path {
	fill: #0050b1;
}

.abtbox-sec3 .cont .abtbox3_next {
	right: 0;
}

.abtbox-sec5 {
	overflow: hidden;
	padding: 1.3rem 0 1.4rem;
}

.abtbox-sec5 .hm_tit {
	margin-bottom: 0.5rem;
}

.abtbox-sec5 .hm_tit .bag_font {
	white-space: nowrap;
}

.abtbox-sec5 .cont {
	display: flex;
	margin: 0 -1px;
}

@media (max-width: 767px) {
	.abtbox-sec5 .cont {
		flex-wrap: wrap;
	}
}

.abtbox-sec5 .cont .item {
	padding: 0 1px;
	flex: 1 0 16.375%;
	transition: all 0.4s;
	position: relative;
}

@media (max-width: 767px) {
	.abtbox-sec5 .cont .item {
		width: 100%;
		flex: 1 1 100%;
	}
}

.abtbox-sec5 .cont .item .list {
	display: block;
	position: relative;
}

.abtbox-sec5 .cont .item .img {
	height: 6.4rem;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}

@media (max-width: 991px) {
	.abtbox-sec5 .cont .item .img {
		height: 5rem;
	}
}

.abtbox-sec5 .cont .item .img img {
	opacity: 0.8;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in;
}

.abtbox-sec5 .cont .item .img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease-in;
	background: url(../image/jianbianheise1.png) left bottom / 100% auto no-repeat;
}

.abtbox-sec5 .cont .item .font {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.74rem 0.42rem;
	transition: all 0.4s;
	color: #ffffff;
}

@media (max-width: 991px) {
	.abtbox-sec5 .cont .item .font {
		padding: 0.6rem 0.3rem;
	}
}

.abtbox-sec5 .cont .item .font .ficon {
	display: block;
	height: 0.42rem;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in;
}

.abtbox-sec5 .cont .item .font .ficon img {
	float: left;
	height: 100%;
}

.abtbox-sec5 .cont .item .font .tit {
	font-weight: bold;
	padding-top: 0.24rem;
}

.abtbox-sec5 .cont .item .font .text {
	padding-top: 0.1rem;
	font-size: 16px;
	line-height: 26px;
	display: none;
}

@media (max-width: 1580px) {
	.abtbox-sec5 .cont .item .font .text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 567px) {
	.abtbox-sec5 .cont .item .font .text {
		line-height: 0.36rem;
		font-size: 0.28rem;
	}
}

@media (max-width: 767px) {
	.abtbox-sec5 .cont .item {
		margin-bottom: 0.46rem;
	}

	.abtbox-sec5 .cont .item:last-child {
		margin-bottom: 0;
	}

	.abtbox-sec5 .cont .item .img img {
		opacity: 1;
	}

	.abtbox-sec5 .cont .item .img:after {
		opacity: 1;
	}

	.abtbox-sec5 .cont .item .font .ficon {
		opacity: 1;
	}

	.abtbox-sec5 .cont .item .font .text {
		display: block;
	}
}

@media (min-width: 768px) {
	.abtbox-sec5 .cont .on {
		flex: 1 0 51%;
		width: 51%;
	}

	.abtbox-sec5 .cont .on .img img {
		opacity: 1;
	}

	.abtbox-sec5 .cont .on .img:after {
		opacity: 1;
	}

	.abtbox-sec5 .cont .on .font {
		padding-left: 0.62rem;
		padding-right: 0.62rem;
	}

	.abtbox-sec5 .cont .on .font .ficon {
		opacity: 1;
	}
}

@keyframes abtwidth {
	0% {
		width: 0;
	}

	100% {
		width: 19vw;
	}
}

@media (max-width: 1199px) {
	@keyframes abtwidth {
		0% {
			width: 0;
		}

		100% {
			width: 25.6vw;
		}
	}
}

@media (max-width: 991px) {
	@keyframes abtwidth {
		0% {
			width: 0;
		}

		100% {
			width: 36.3vw;
		}
	}
}

@media (max-width: 767px) {
	@keyframes abtwidth {
		0% {
			width: 0;
		}

		100% {
			width: 54vw;
		}
	}
}

@media (min-width: 1921px) {
	@keyframes abtwidth {
		0% {
			width: 0;
		}

		100% {
			width: 17vw;
		}
	}
}

/* End */
/* 服务中心 */
.servicebox-sec1 {
	padding: 1.4rem 0 1.5rem;
}

.servicebox-sec1 .container {
	position: relative;
}

.servicebox-sec1 .container .fzimg {
	width: 100%;
	position: relative;
}

@media (max-width: 991px) {
	.servicebox-sec1 .container .fzimg {
		display: none;
	}
}

.servicebox-sec1 .container .fzimg .img {
	width: 100%;
	padding-bottom: 41.875%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.servicebox-sec1 .container .fzimg .on {
	visibility: visible;
	opacity: 1;
	position: relative;
}

.servicebox-sec1 .container .cont {
	margin-bottom: 0.42rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.servicebox-sec1 .container .cont:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.servicebox-sec1 .container .cont {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		margin-bottom: 0;
	}
}

.servicebox-sec1 .container .cont .item {
	position: relative;
	width: 25%;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	height: 100%;
}

@media (max-width: 991px) {
	.servicebox-sec1 .container .cont .item {
		width: calc(50% - 0.2rem);
		margin-bottom: 0.4rem;
	}
}

@media (max-width: 767px) {
	.servicebox-sec1 .container .cont .item {
		width: calc(50% - 0.1rem);
		margin-bottom: 0.2rem;
	}
}

.servicebox-sec1 .container .cont .item .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

@media (min-width: 992px) {
	.servicebox-sec1 .container .cont .item .img {
		opacity: 0;
	}
}

.servicebox-sec1 .container .cont .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
	opacity: 0.8;
}

.servicebox-sec1 .container .cont .item .font {
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #ffffff;
	position: relative;
	z-index: 2;
	padding: 0.52rem 0.72rem;
}

@media (max-width: 1199px) {
	.servicebox-sec1 .container .cont .item .font {
		padding: 0.52rem 0.4rem;
	}
}

.servicebox-sec1 .container .cont .item .font .circle1 {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ffffff;
}

@media (max-width: 1580px) {
	.servicebox-sec1 .container .cont .item .font .circle1 {
		width: 14px;
		height: 14px;
	}
}

@media (max-width: 1199px) {
	.servicebox-sec1 .container .cont .item .font .circle1 {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 991px) {
	.servicebox-sec1 .container .cont .item .font .circle1 {
		display: none;
	}
}

@media (min-width: 768px) {
	.servicebox-sec1 .container .cont .item .font .circle1 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.servicebox-sec1 .container .cont .item .font .circle1:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260%;
	height: 260%;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	animation: scale1 2s linear infinite;
}

.servicebox-sec1 .container .cont .item .font .tit {
	width: 100%;
}

.servicebox-sec1 .container .cont .item .font .text {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	display: none;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: 0.8;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 52px;
	padding-top: 0.2rem;
}

@media (min-width: 1581px) {
	.servicebox-sec1 .container .cont .item .font .text {
		height: 48px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 991px) {
	.servicebox-sec1 .container .cont .item .font .text {
		display: block;
	}
}

@media (max-width: 767px) {
	.servicebox-sec1 .container .cont .item .font .text {
		font-size: 0.24rem;
		line-height: 0.36rem;
		height: 0.72rem;
	}
}

.servicebox-sec1 .container .cont .item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(104deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#0049a1, #0049a1);
	background-blend-mode: normal,
		normal;
}

@media (min-width: 1200px) {
	.servicebox-sec1 .container .cont .item:hover {
		border-right-color: transparent;
	}

	.servicebox-sec1 .container .cont .item:hover:before {
		opacity: 0.7;
	}
}

/* End */
/* 服务体系 */
.systembox-sec1 {
	padding: 1.3rem 0 1.4rem;
	overflow: hidden;
}

.systembox-sec1 .hm_tit {
	margin-bottom: 0.5rem;
}

.systembox-sec1 .status_cont {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}

@media (min-width: 992px) {
	.systembox-sec1 .status_cont {
		box-shadow: 0px 18px 0.62rem 2px rgba(5, 28, 45, 0.08);
	}
}

.systembox-sec1 .status_cont .sta_nav {
	position: absolute;
	right: 0;
	width: 71.25%;
	height: 100%;
	top: 0;
	z-index: 2;
	display: flex;
}

@media (max-width: 991px) {
	.systembox-sec1 .status_cont .sta_nav {
		display: none;
	}
}

.systembox-sec1 .status_cont .sta_nav .li {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	width: 25%;
	position: relative;
}

.systembox-sec1 .status_cont .sta_nav .li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	background-image: linear-gradient(104deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#000000, #000000);
	background-blend-mode: normal,
		normal;
	opacity: 0;
}

.systembox-sec1 .status_cont .sta_nav .li .jut1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 100%;
	text-align: center;
	flex-direction: column;
}

@media (max-width: 1900px) {
	.systembox-sec1 .status_cont .sta_nav .li .jut1 {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.systembox-sec1 .status_cont .sta_nav .li .jut1 {
		font-size: 12px;
	}
}

.systembox-sec1 .status_cont .sta_nav .li .jut1 span {
	display: block;
	height: 52px;
	position: relative;
}

.systembox-sec1 .status_cont .sta_nav .li .jut1 i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.62rem;
	height: 0.62rem;
	min-height: 30px;
	min-width: 30px;
	position: relative;
	margin-bottom: 0.2rem;
}

@media (max-width: 991px) {
	.systembox-sec1 .status_cont .sta_nav .li .jut1 i {
		margin-bottom: 0.6rem;
	}
}

.systembox-sec1 .status_cont .sta_nav .li .jut1 i:after,
.systembox-sec1 .status_cont .sta_nav .li .jut1 i:before {
	content: "";
	display: block;
}

.systembox-sec1 .status_cont .sta_nav .li .jut1 i:before {
	width: 18%;
	height: 18%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.systembox-sec1 .status_cont .sta_nav .li .jut1 i:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -38%;
	margin-top: -38%;
	width: 74%;
	height: 74%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid #fff;
	-webkit-animation: scale2 1.2s linear infinite;
	animation: scale2 1.2s linear infinite;
	transform: scale(1);
}

.systembox-sec1 .status_cont .sta_nav .li.on {
	border-color: transparent;
}

.systembox-sec1 .status_cont .sta_nav .li.on:before {
	opacity: 0.93;
	opacity: 0.7;
}

.systembox-sec1 .status_cont .sta_nav .li.on .jut1 i:before {
	width: 35%;
	height: 35%;
}

.systembox-sec1 .status_cont .sta_nav .li.on .jut1 i:after {
	width: 100%;
	height: 100%;
	margin-left: -52%;
	margin-top: -52%;
}

@media (max-width: 991px) {
	.systembox-sec1 .status_cont .swiper-container .swiper-slide {
		width: 60%;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.systembox-sec1 .status_cont .swiper-container .swiper-slide {
		width: 90%;
	}
}

.systembox-sec1 .status_cont .swiper-container .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 991px) {
	.systembox-sec1 .status_cont .swiper-container .item {
		background-color: #f5f7fa;
	}
}

.systembox-sec1 .status_cont .swiper-container .item .font {
	width: 28.75%;
	padding: 0.3rem 0.6rem;
}

@media (max-width: 991px) {
	.systembox-sec1 .status_cont .swiper-container .item .font {
		padding: 0.6rem 0.4rem;
		width: 100%;
		order: 1;
	}
}

.systembox-sec1 .status_cont .swiper-container .item .font .tit {
	color: #0050b1;
	width: 100%;
	margin-bottom: 0.2rem;
}

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

.systembox-sec1 .status_cont .swiper-container .item .font .text {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

@media (max-width: 1900px) {
	.systembox-sec1 .status_cont .swiper-container .item .font .text {
		font-size: 14px;
		line-height: 22px;
	}
}

.systembox-sec1 .status_cont .swiper-container .item .img {
	width: 71.25%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 991px) {
	.systembox-sec1 .status_cont .swiper-container .item .img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.systembox-sec1 .status_cont .swiper-container .item .img {
		padding-bottom: 0;
	}
}

.systembox-sec1 .status_cont .swiper-container .item .img:before {
	content: "";
	display: block;
	padding-bottom: 58.10928014%;
}

.systembox-sec1 .status_cont .swiper-container .item .img img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.systembox-sec1 .status_cont .swiper-container .item .img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 2;
}

.systembox-sec2 {
	padding: 1.3rem 0 1.4rem;
	overflow: hidden;
	background-color: #f7f9fc;
}

.systembox-sec2 .hm_tit {
	margin-bottom: 0.5rem;
}

.systembox-sec2 .cont {
	position: relative;
	padding-left: 3.64rem;
}

@media (max-width: 1199px) {
	.systembox-sec2 .cont {
		padding-left: 0;
	}
}

.systembox-sec2 .cont .systembox2_cont {
	width: 100%;
	padding-left: 0.9rem;
}

@media (max-width: 1199px) {
	.systembox-sec2 .cont .systembox2_cont {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont {
		padding-left: 0;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt {
	width: 40.845%;
	padding-left: 1.2rem;
}

@media (max-width: 1580px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt {
		padding-left: 0.6rem;
	}
}

@media (max-width: 991px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt {
		width: 56%;
	}
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 0.4rem;
	}
}

@media (min-width: 768px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt {
		order: 1;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .font {
	margin-bottom: 0.54rem;
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .font {
		margin-bottom: 0.2rem;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .font .tit {
	color: #0049a1;
	font-weight: bold;
	margin-bottom: 0.32rem;
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .font .tit {
		display: none;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .font .text {
	line-height: 1.55555556;
	color: #666666;
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .jut {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .jut .li {
	max-width: 50%;
	padding-right: 0.5rem;
	width: 50%;
	color: #666666;
	text-align: center;
	margin-top: 0.36rem;
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .jut .li {
		width: 50%;
		padding: 0 0.2rem;
		max-width: initial;
		text-align: left;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .jut .li .shu {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	line-height: 0.7;
	font-weight: bold;
	color: #0050b1;
	margin-bottom: 0.14rem;
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .jut .li .shu {
		justify-content: flex-start;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .jut .li .shu span {
	font-size: 0.42rem;
	line-height: 0.9;
	font-size: 0.56rem;
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .lt .jut .li .shu .counter {
	line-height: 0.9;
	font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt {
	width: 59.155%;
	position: relative;
}

@media (max-width: 991px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt {
		width: 44%;
	}
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt {
		width: 100%;
		padding-right: 0.66rem;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt .fzimg {
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt .fzimg:before {
	padding-bottom: 100%;
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt .fcion {
	position: absolute;
	right: -0.88rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.06rem;
	overflow: hidden;
	z-index: 2;
}

@media (max-width: 991px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt .fcion {
		width: 1rem;
		right: -0.2rem;
	}
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt .fcion {
		right: 0;
	}
}

.systembox-sec2 .cont .systembox2_cont .swiper-slide .gt .fcion img {
	width: 100%;
	float: left;
}

.systembox-sec2 .cont .fzqie {
	width: 3rem;
}

@media (max-width: 1199px) {
	.systembox-sec2 .cont .fzqie {
		display: none;
	}
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .fzqie {
		display: flex;
		overflow: auto;
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

@media (min-width: 768px) {
	.systembox-sec2 .cont .fzqie {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		z-index: 4;
	}
}

.systembox-sec2 .cont .fzqie .li {
	text-align: right;
	position: relative;
	transition: all 0.4s;
	margin-bottom: 0.68rem;
	color: #666666;
	cursor: pointer;
}

.systembox-sec2 .cont .fzqie .li:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .fzqie .li {
		width: auto;
		flex: 1 0 auto;
		margin-right: 0.5rem;
		margin-bottom: 0;
		line-height: 1rem;
		font-weight: bold;
	}
}

.systembox-sec2 .cont .fzqie .li span {
	transition: all 0.4s;
}

@media (max-width: 1580px) {
	.systembox-sec2 .cont .fzqie .li span {
		font-size: 18px;
	}
}

.systembox-sec2 .cont .fzqie .li:before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	background-color: #0049a1;
	height: 4px;
	border-radius: 2px;
	width: 60vw;
	opacity: 0;
	transition: all 0.4s;
	margin-top: -1px;
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .fzqie .li:before {
		display: none;
	}
}

.systembox-sec2 .cont .fzqie .on {
	color: #0050b1;
	padding-right: 0.5rem;
}

@media (max-width: 767px) {
	.systembox-sec2 .cont .fzqie .on {
		padding: 0;
	}

	.systembox-sec2 .cont .fzqie .on span {
		font-size: 0.44rem;
	}
}

.systembox-sec2 .cont .fzqie .on:before {
	opacity: 1;
}

.systembox-sec3 {
	background-color: #ffffff;
}

.systembox-sec3 .cont {
	margin-bottom: 0;
}

@keyframes scale2 {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes scale2 {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

/* End */
/* 下载中心 */
@media (min-width: 1200px) {
	.downbox-sec1 .container {
		width: 64.58333333%;
	}
}

.downbox-sec1 .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -0.3rem;
}

@media (max-width: 1199px) {
	.downbox-sec1 .cont {
		margin: 0 -0.15rem;
	}
}

.downbox-sec1 .cont .lt,
.downbox-sec1 .cont .gt {
	padding: 0 0.3rem;
}

@media (max-width: 1199px) {

	.downbox-sec1 .cont .lt,
	.downbox-sec1 .cont .gt {
		padding: 0 0.15rem;
	}
}

.downbox-sec1 .cont .lt {
	width: 20.8333%;
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .lt {
		width: 100%;
	}
}

.downbox-sec1 .cont .lt .fznav {
	width: 100%;
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .lt .fznav {
		display: flex;
		overflow: auto;
	}
}

.downbox-sec1 .cont .lt .fznav li {
	display: block;
}

@media (min-width: 768px) {
	.downbox-sec1 .cont .lt .fznav li {
		margin-bottom: 0.3rem;
	}

	.downbox-sec1 .cont .lt .fznav li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .lt .fznav li {
		min-width: 1.4rem;
		margin-right: 0.2rem;
		flex-shrink: 0;
	}
}

.downbox-sec1 .cont .lt .fznav li .tit {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.26rem 0.2rem;
	border-radius: 0.4rem;
	transition: all 0.4s ease-in-out;
	background-color: transparent;
	color: #0050b1;
	opacity: 0.65;
}

.downbox-sec1 .cont .lt .fznav .on .tit {
	background-color: #f7f9fc;
	opacity: 1;
}

.downbox-sec1 .cont .gt {
	width: 79.1667%;
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .gt {
		width: 100%;
		margin-top: 0.36rem;
	}
}

.downbox-sec1 .cont .gt .fznei {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
	max-width: 380px;
	background-color: #f7f9fc;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 0.42rem;
}

@media (max-width: 1580px) {
	.downbox-sec1 .cont .gt .fznei {
		padding: 16px 0;
	}
}

@media (max-width: 600px) {
	.downbox-sec1 .cont .gt .fznei {
		width: 100%;
	}
}

.downbox-sec1 .cont .gt .fznei input,
.downbox-sec1 .cont .gt .fznei button {
	padding: 0 0.4rem;
	border: none;
	font-size: 16px;
	background-color: transparent;
}

@media (max-width: 1900px) {

	.downbox-sec1 .cont .gt .fznei input,
	.downbox-sec1 .cont .gt .fznei button {
		font-size: 14px;
	}
}

.downbox-sec1 .cont .gt .fznei button {
	padding-right: 0.38rem;
	padding-left: 0.28rem;
	flex-shrink: 0;
	color: #0050b1;
}

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

.downbox-sec1 .cont .gt .fznei input {
	width: 100%;
	height: 20px;
	border-right: 1px solid #ddd;
}

.downbox-sec1 .cont .gt .fznei .fz_sub svg {
	width: 100%;
	max-height: 100%;
}

.downbox-sec1 .cont .gt .fznei .fz_sub svg path {
	fill: #0050b1;
	opacity: 1;
	stroke: none;
}

.downbox-sec1 .cont .gt .down_fzjut {
	border-radius: 10px;
	overflow: hidden;
}

.downbox-sec1 .cont .gt .down_fzjut .item {
	padding: 0.4rem 0.5rem;
	padding-right: 0.34rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f7f9fc;
	align-items: center;
	border-bottom: 1px solid rgba(0, 73, 161, 0.1);
}

.downbox-sec1 .cont .gt .down_fzjut .item:last-child {
	border-bottom: none;
}

.downbox-sec1 .cont .gt .down_fzjut .item .font {
	display: flex;
	align-items: center;
	width: calc(100% - 220px);
	padding-right: 0.36rem;
}

@media (max-width: 1580px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .font {
		width: calc(100% - 174px);
	}
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .font {
		padding-right: 0;
		width: 100%;
		margin-bottom: 0.3rem;
	}
}

.downbox-sec1 .cont .gt .down_fzjut .item .font .ficon {
	width: 0.4rem;
	overflow: hidden;
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .font .ficon {
		width: 0.6rem;
	}
}

.downbox-sec1 .cont .gt .down_fzjut .item .font .ficon img {
	width: 100%;
	float: left;
}

.downbox-sec1 .cont .gt .down_fzjut .item .font .fzwen {
	width: calc(100% - 0.4rem);
	padding-left: 0.36rem;
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .font .fzwen {
		width: calc(100% - 0.6rem);
	}
}

.downbox-sec1 .cont .gt .down_fzjut .item .font .fzwen .tit {
	color: #0050b1;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 8px;
}

@media (max-width: 1580px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .font .fzwen .tit {
		margin-bottom: 6px;
	}
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .font .fzwen .tit {
		margin-bottom: 2px;
	}
}

.downbox-sec1 .cont .gt .down_fzjut .item .font .fzwen .text {
	color: #0050b1;
	font-size: 12px;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut {
	display: flex;
	align-items: center;
}

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

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0050b1;
	width: 100px;
	height: 46px;
	border: solid 1px #0049a1;
	margin-left: 20px;
	border-radius: 23px;
	font-size: 14px;
	overflow: hidden;
	z-index: 2;
	position: relative;
	transition: all 0.4s;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but:first-child {
	margin-left: 0;
}

@media (max-width: 1580px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but {
		width: 70px;
		font-size: 12px;
		height: 32px;
		border-radius: 21px;
		margin-left: 14px;
	}
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but {
		width: 1.6rem;
		font-size: 0.24rem;
		height: 0.7rem;
	}
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	background-image: linear-gradient(104deg, #004ba7 0%, #00a3f7 100%), linear-gradient(#0049a1, #0049a1);
	background-blend-mode: normal,
		normal;
	height: 100%;
	transition: all 0.4s;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but span,
.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but i {
	display: block;
	position: relative;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but i {
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

@media (max-width: 1580px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but i {
		width: 14px;
		height: 14px;
		margin-left: 8px;
	}
}

@media (max-width: 767px) {
	.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but i {
		width: 12px;
		height: 12px;
	}
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but i svg {
	width: 100%;
	max-height: 100%;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but i svg path {
	opacity: 1;
	fill: #0050b1;
	transition: all 0.4s;
	stroke: none;
	filter: none;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but:hover {
	color: #ffffff;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but:hover:before {
	opacity: 1;
}

.downbox-sec1 .cont .gt .down_fzjut .item .fzbut .but:hover i svg path {
	fill: #ffffff;
}

.downbox-sec1 .cont .gt .serve_fzjut .item {
	background-color: #f7f9fc;
	border-radius: 10px;
	padding: 0.28rem 0.3rem;
	margin-bottom: 10px;
}

.downbox-sec1 .cont .gt .serve_fzjut .item:last-child {
	margin-bottom: 0;
}

.downbox-sec1 .cont .gt .serve_fzjut .item .fztit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .title1 {
	color: #222222;
	font-weight: bold;
	width: calc(100% - 26px);
}

@media (max-width: 1580px) {
	.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .title1 {
		width: calc(100% - 22px);
	}
}

.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .but {
	position: relative;
}

.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .but:before,
.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .but:after {
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	background-color: #0050b1;
}

@media (max-width: 1580px) {

	.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .but:before,
	.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .but:after {
		width: 12px;
		height: 2px;
	}
}

.downbox-sec1 .cont .gt .serve_fzjut .item .fztit .but:after {
	margin-top: -3px;
	transform: rotate(90deg);
}

.downbox-sec1 .cont .gt .serve_fzjut .item .fztext {
	display: none;
	padding-top: 0.32rem;
	font-size: 16px;
	line-height: 1.625;
	color: #999999;
	padding-right: 0.55rem;
}

.downbox-sec1 .cont .gt .serve_fzjut .item.on .fztit .but:after {
	opacity: 0;
}

.downbox-sec1 .cont .gt .serve_fzjut .item:hover .fztit .title1 {
	color: #0050b1;
}

.downbox-sec1 .cont .gt .basepage {
	margin-top: 0.5rem;
}

/* End */
/* 产品聚合页 */
.productbaner .cont .font .tit {
	line-height: 1.34482759;
}

.produbox-sec1 .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	position: relative;
}

.produbox-sec1 .item:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.produbox-sec1 .item:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../image/ranwodf1.png) center / auto 100% no-repeat;
	}
}

@media (max-width: 767px) {
	.produbox-sec1 .item {
		background-image: linear-gradient(175deg, #c8dcf6 0%, #f5fafe 60%), linear-gradient(#f7f9fc, #f7f9fc);
		background-blend-mode: normal,
			normal;
		margin-bottom: 0.6rem;
	}
}

.produbox-sec1 .item .font,
.produbox-sec1 .item .img {
	position: relative;
	width: 50%;
}

@media (max-width: 767px) {

	.produbox-sec1 .item .font,
	.produbox-sec1 .item .img {
		width: 100%;
	}
}

.produbox-sec1 .item .font {
	position: relative;
	padding: 0.5rem 2.8rem 0.5rem 0.8rem;
}

@media (max-width: 991px) {
	.produbox-sec1 .item .font {
		padding: 0.4rem 0.6rem;
		padding-right: 1.6rem;
	}
}

@media (max-width: 767px) {
	.produbox-sec1 .item .font {
		order: 1;
		padding: 0.3rem 0.4rem 0.6rem;
	}
}

.produbox-sec1 .item .font .tit {
	font-weight: bold;
	color: #222222;
	margin-bottom: 0.26rem;
}

@media (max-width: 767px) {
	.produbox-sec1 .item .font .tit {
		margin-bottom: 0.1rem;
	}
}

.produbox-sec1 .item .font .text {
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 90px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.54rem;
}

@media (max-width: 1580px) {
	.produbox-sec1 .item .font .text {
		line-height: 26px;
		height: 78px;
	}
}

@media (max-width: 991px) {
	.produbox-sec1 .item .font .text {
		line-height: 0.46rem;
		height: 0.92rem;
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 767px) {
	.produbox-sec1 .item .font .text {
		margin-bottom: 0.4rem;
	}
}

.produbox-sec1 .item .font .hm_but {
	border-color: #0050b1;
	color: #0050b1;
}

.produbox-sec1 .item .font .hm_but i svg path {
	fill: #0050b1;
}

.produbox-sec1 .item .font .hm_but:hover {
	border-color: transparent;
	color: #ffffff;
}

.produbox-sec1 .item .font .hm_but:hover i svg path {
	fill: #ffffff;
}

.produbox-sec1 .item .img:before {
	padding-bottom: 57.5%;
}

.produbox-sec1 .item .img img {
	transition: all 0.4s;
}

.produbox-sec1 .item:hover .img img {
	transform: scale(1.08);
}

@media (min-width: 768px) {
	.produbox-sec1 .item:nth-child(2n):before {
		transform: rotateY(180deg);
	}

	.produbox-sec1 .item:nth-child(2n) .font {
		order: 1;
		padding: 0.5rem 0.8rem 0.5rem 2.8rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.produbox-sec1 .item:nth-child(2n) .font {
		padding: 0.4rem 0.6rem;
		padding-left: 1.6rem;
	}
}

@media (min-width: 768px) and (max-width: 767px) {
	.produbox-sec1 .item:nth-child(2n) .font {
		order: 1;
		padding: 0.3rem 0.4rem 0.6rem;
	}
}

/* End */
/* 产品列表 */
.prolistbox-sec1 {
	padding: 0.7rem 0 1.4rem;
}

.prolistbox-sec1 .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -0.5rem;
}

@media (max-width: 1199px) {
	.prolistbox-sec1 .cont {
		margin: 0 -0.3rem;
	}
}

@media (max-width: 767px) {
	.prolistbox-sec1 .cont {
		margin: 0;
	}
}

.prolistbox-sec1 .cont .lt,
.prolistbox-sec1 .cont .gt {
	padding: 0 0.5rem;
}

@media (max-width: 1199px) {

	.prolistbox-sec1 .cont .lt,
	.prolistbox-sec1 .cont .gt {
		padding: 0 0.3rem;
	}
}

@media (max-width: 767px) {

	.prolistbox-sec1 .cont .lt,
	.prolistbox-sec1 .cont .gt {
		padding: 0;
	}
}

.prolistbox-sec1 .cont .lt {
	width: 25%;
}

@media (max-width: 767px) {
	.prolistbox-sec1 .cont .lt {
		width: 100%;
	}
}

.prolistbox-sec1 .cont .lt .pro_nav {
	width: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.prolistbox-sec1 .cont .lt .pro_nav li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.prolistbox-sec1 .cont .lt .pro_nav li:last-child {
	border-bottom: none;
}

.prolistbox-sec1 .cont .lt .pro_nav li .tit {
	display: flex;
	justify-content: space-between;
	padding: 0.3rem 0.26rem;
	padding-right: 0.36rem;
	align-items: center;
	color: #333333;
	transition: all 0.4s;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.prolistbox-sec1 .cont .lt .pro_nav li .tit {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.prolistbox-sec1 .cont .lt .pro_nav li .tit {
		font-size: 0.28rem;
	}
}

.prolistbox-sec1 .cont .lt .pro_nav li .tit span {
	display: block;
	width: calc(100% - 20px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prolistbox-sec1 .cont .lt .pro_nav li .tit i {
	width: 10px;
	transition: all 0.4s;
}

.prolistbox-sec1 .cont .lt .pro_nav li .tit i svg {
	width: 100%;
	float: left;
}

.prolistbox-sec1 .cont .lt .pro_nav li .tit i svg path {
	fill: #313131;
	stroke: none;
	filter: none;
	opacity: 1;
}

.prolistbox-sec1 .cont .lt .pro_nav li ul {
	padding-bottom: 0.38rem;
	display: none;
}

.prolistbox-sec1 .cont .lt .pro_nav li ul li {
	border-bottom: none;
	margin-bottom: 0.16rem;
}

.prolistbox-sec1 .cont .lt .pro_nav li ul li:last-child {
	margin-bottom: 0;
}

.prolistbox-sec1 .cont .lt .pro_nav li ul li a {
	padding: 8px 0.58rem;
	display: flex;
	color: #333333;
	transition: all 0.4s;
	justify-content: space-between;
	font-size: 16px;
}

@media (max-width: 1580px) {
	.prolistbox-sec1 .cont .lt .pro_nav li ul li a {
		font-size: 14px;
	}
}

.prolistbox-sec1 .cont .lt .pro_nav li ul li a span {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.prolistbox-sec1 .cont .lt .pro_nav li ul li.on a {
	color: #0050b1;
	background-color: #f7f9fc;
}

.prolistbox-sec1 .cont .lt .pro_nav li ul li:hover a {
	color: #0050b1;
}

.prolistbox-sec1 .cont .lt .pro_nav .on .tit {
	color: #0050b1;
}

.prolistbox-sec1 .cont .lt .pro_nav .on .tit i {
	transform: rotate(-90deg);
}

.prolistbox-sec1 .cont .lt .pro_nav .on .tit i svg path {
	fill: #0050b1;
}

.prolistbox-sec1 .cont .gt {
	width: 75%;
}

@media (max-width: 767px) {
	.prolistbox-sec1 .cont .gt {
		width: 100%;
		margin-top: 0.6rem;
	}
}

.prolistbox-sec1 .cont .gt .fzfont {
	max-width: 788px;
	margin-bottom: 0.54rem;
}

.prolistbox-sec1 .cont .gt .fzfont .tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.16rem;
}

.prolistbox-sec1 .cont .gt .fzfont .text {
	line-height: 1.625;
	color: #666666;
}

.prolistbox-sec1 .cont .gt .fzjut .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f7f9fc;
	margin-bottom: 0.4rem;
}

.prolistbox-sec1 .cont .gt .fzjut .item:last-child {
	margin-bottom: 0;
}

.prolistbox-sec1 .cont .gt .fzjut .item .img {
	overflow: hidden;
	width: 30.83333%;
}

@media (max-width: 767px) {
	.prolistbox-sec1 .cont .gt .fzjut .item .img {
		width: 100%;
	}
}

.prolistbox-sec1 .cont .gt .fzjut .item .img:before {
	padding-bottom: 70.27027027%;
}

.prolistbox-sec1 .cont .gt .fzjut .item .img img {
	transition: all 0.4s;
}

.prolistbox-sec1 .cont .gt .fzjut .item .font {
	width: 69.16667%;
	padding: 0.2rem 0.6rem;
	padding-right: 0.84rem;
}

@media (max-width: 767px) {
	.prolistbox-sec1 .cont .gt .fzjut .item .font {
		width: 100%;
		padding: 0.46rem 0.34rem;
	}
}

.prolistbox-sec1 .cont .gt .fzjut .item .font .tit {
	color: #000000;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.18rem;
}

.prolistbox-sec1 .cont .gt .fzjut .item .font .text {
	width: 100%;
	font-size: 16px;
	line-height: 1.625;
	height: 3.625em;
	overflow: hidden;
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0.32rem;
}

@media (max-width: 1580px) {
	.prolistbox-sec1 .cont .gt .fzjut .item .font .text {
		font-size: 14px;
		line-height: 24px;
	}
}

.prolistbox-sec1 .cont .gt .fzjut .item .font .but {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.prolistbox-sec1 .cont .gt .fzjut .item .font .but {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.prolistbox-sec1 .cont .gt .fzjut .item .font .but {
		font-size: 0.28rem;
	}
}

.prolistbox-sec1 .cont .gt .fzjut .item .font .but i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 0.32rem;
	height: 0.32rem;
	transition: all 0.4s;
	border: 1px solid #0050b1;
	margin-left: 0.2rem;
}

.prolistbox-sec1 .cont .gt .fzjut .item .font .but i svg {
	width: 50%;
	max-height: 50%;
}

.prolistbox-sec1 .cont .gt .fzjut .item .font .but i svg path {
	fill: #0050b1;
	stroke: none;
	filter: none;
	opacity: 1;
}

.prolistbox-sec1 .cont .gt .fzjut .item:hover .img img {
	transform: scale(1.04);
}

.prolistbox-sec1 .cont .gt .fzjut .item:hover .font .but i {
	background-color: #0050b1;
}

.prolistbox-sec1 .cont .gt .fzjut .item:hover .font .but i svg path {
	fill: #ffffff;
}

.prolistbox-sec1 .cont .gt .fmore {
	width: 100%;
	margin-top: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 1580px) {
	.prolistbox-sec1 .cont .gt .fmore {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 567px) {
	.prolistbox-sec1 .cont .gt .fmore {
		line-height: 0.36rem;
		font-size: 0.28rem;
	}
}

.prolistbox-sec1 .cont .gt .fmore i {
	display: block;
	overflow: hidden;
	margin-right: 12px;
	width: 22px;
	animation: rotate360 2s linear infinite;
}

@media (max-width: 1580px) {
	.prolistbox-sec1 .cont .gt .fmore i {
		width: 18px;
		margin-right: 8px;
	}
}

.prolistbox-sec1 .cont .gt .fmore i img {
	width: 100%;
	float: left;
}

@keyframes rotate360 {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

/* End */
/* 产品详情 */
.prodinfo-sec1 {
	background-position: center;
	background-size: cover;
	padding-top: 0.26rem;
}

.prodinfo-sec1 .pro1 .cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.prodinfo-sec1 .pro1 .cont .lt {
	width: 58%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.prodinfo-sec1 .pro1 .cont .lt {
		width: 100%;
	}
}

.prodinfo-sec1 .pro1 .cont .lt .nav {
	padding: 19px 0;
	width: 11.85%;
	user-select: none;
	-webkit-user-select: none;
	position: relative;
}

@media (max-width: 767px) {
	.prodinfo-sec1 .pro1 .cont .lt .nav {
		width: 100%;
		order: 1;
	}
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_prev,
.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_next {
	width: 100%;
	background: none;
	height: 12px;
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	user-select: none;
	-webkit-user-select: none;
	justify-content: center;
}

@media (max-width: 767px) {

	.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_prev,
	.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_next {
		display: none;
	}
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_prev svg,
.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_next svg {
	max-width: 100%;
	height: 100%;
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_prev svg path,
.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_next svg path {
	fill: #333333;
	filter: none;
	stroke: none;
	opacity: 1;
	transition: all 0.4s;
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_prev:hover svg path,
.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_next:hover svg path {
	fill: #0050b1;
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_prev {
	top: 0;
	left: 0;
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_next {
	top: initial;
	bottom: 0;
	right: 0;
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_nav {
	height: 100%;
	width: 100%;
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_nav .swiper-slide {
	height: auto;
}

@media (max-width: 767px) {
	.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_nav .swiper-slide {
		width: 24%;
	}
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_nav .swiper-slide .img {
	padding-bottom: 103.63636364%;
	transition: all 0.4s;
}

.prodinfo-sec1 .pro1 .cont .lt .nav .prodinfo1_nav .on .img {
	background-color: rgba(0, 80, 177, 0.1);
}

.prodinfo-sec1 .pro1 .cont .lt .prodinfo1_cont {
	margin: 0;
	width: 88.15%;
}

@media (max-width: 767px) {
	.prodinfo-sec1 .pro1 .cont .lt .prodinfo1_cont {
		width: 100%;
	}
}

.prodinfo-sec1 .pro1 .cont .lt .prodinfo1_cont .img {
	padding-bottom: 73.34963325%;
}

.prodinfo-sec1 .pro1 .cont .lt .prodinfo1_cont .img video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.prodinfo-sec1 .pro1 .cont .lt .prodinfo1_cont .fimg {
	width: 0.6rem;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.prodinfo-sec1 .pro1 .cont .lt .prodinfo1_cont .fimg {
		width: 0.78rem;
	}
}

.prodinfo-sec1 .pro1 .cont .lt .prodinfo1_cont .fimg img {
	width: 100%;
	float: left;
}

.prodinfo-sec1 .pro1 .cont .gt {
	width: 42%;
}

@media (max-width: 767px) {
	.prodinfo-sec1 .pro1 .cont .gt {
		width: 100%;
		margin-top: 0.46rem;
	}
}

.prodinfo-sec1 .pro1 .cont .gt .fztit {
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.24rem;
}

.prodinfo-sec1 .pro1 .cont .gt .but {
	display: flex;
	align-items: center;
	color: #0050b1;
	font-size: 18px;
	margin-bottom: 0.54rem;
}

@media (max-width: 1580px) {
	.prodinfo-sec1 .pro1 .cont .gt .but {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.prodinfo-sec1 .pro1 .cont .gt .but {
		font-size: 0.28rem;
	}
}

.prodinfo-sec1 .pro1 .cont .gt .but i {
	width: 25px;
	margin-right: 20px;
}

@media (max-width: 1580px) {
	.prodinfo-sec1 .pro1 .cont .gt .but i {
		width: 22px;
		margin-right: 16px;
	}
}

.prodinfo-sec1 .pro1 .cont .gt .but i img,
.prodinfo-sec1 .pro1 .cont .gt .but i svg {
	width: 100%;
	float: left;
}

.prodinfo-sec1 .pro1 .cont .gt .but i img path,
.prodinfo-sec1 .pro1 .cont .gt .but i svg path {
	fill: #0050b1;
	filter: none;
	stroke: none;
	opacity: 1;
}

.prodinfo-sec1 .pro1 .cont .gt .fzname {
	color: #000000;
	margin-bottom: 0.18rem;
}

.prodinfo-sec1 .pro1 .cont .gt .fznei .li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	padding-left: 0.48rem;
	margin-bottom: 8px;
}

@media (max-width: 1580px) {
	.prodinfo-sec1 .pro1 .cont .gt .fznei .li {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 6px;
	}
}

.prodinfo-sec1 .pro1 .cont .gt .fznei .li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #000000;
	border-radius: 50%;
}

@media (max-width: 1580px) {
	.prodinfo-sec1 .pro1 .cont .gt .fznei .li:before {
		width: 4px;
		height: 4px;
		top: 9px;
	}
}

.prodinfo-sec2 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.75rem;
}

@media (max-width: 1199px) {
	.prodinfo-sec2 .cont {
		margin: 0 -0.4rem;
	}
}

@media (max-width: 991px) {
	.prodinfo-sec2 .cont {
		margin: 0;
	}
}

.prodinfo-sec2 .cont .lt,
.prodinfo-sec2 .cont .gt {
	padding: 0 0.75rem;
}

@media (max-width: 1199px) {

	.prodinfo-sec2 .cont .lt,
	.prodinfo-sec2 .cont .gt {
		padding: 0 0.4rem;
	}
}

@media (max-width: 991px) {

	.prodinfo-sec2 .cont .lt,
	.prodinfo-sec2 .cont .gt {
		padding: 0;
	}
}

.prodinfo-sec2 .cont .lt {
	width: 58.9375%;
}

@media (max-width: 991px) {
	.prodinfo-sec2 .cont .lt {
		width: 100%;
	}
}

.prodinfo-sec2 .cont .lt .fzjut {
	width: 100%;
	padding-bottom: 0.54rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0.5rem;
}

.prodinfo-sec2 .cont .lt .fzjut:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.prodinfo-sec2 .cont .lt .fzjut .fztit {
	color: #000000;
	font-weight: bold;
}

.prodinfo-sec2 .cont .lt .fzjut .text {
	margin-top: 0.16rem;
	color: #666666;
}

.prodinfo-sec2 .cont .lt .fzjut .make-text {
	margin-top: 0.3rem;
}

.prodinfo-sec2 .cont .gt {
	width: 41.0625%;
}

@media (max-width: 991px) {
	.prodinfo-sec2 .cont .gt {
		width: 100%;
		margin-top: 1rem;
	}
}

.prodinfo-sec2 .cont .gt .fztit {
	color: #666666;
	margin-bottom: 0.54rem;
}

.prodinfo-sec2 .cont .gt .fzjut .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f7f9fc;
	margin-bottom: 0.4rem;
}

.prodinfo-sec2 .cont .gt .fzjut .item:last-child {
	margin-bottom: 0;
}

.prodinfo-sec2 .cont .gt .fzjut .item .img {
	overflow: hidden;
	width: 34.137931%;
}

@media (max-width: 767px) {
	.prodinfo-sec2 .cont .gt .fzjut .item .img {
		width: 100%;
	}
}

.prodinfo-sec2 .cont .gt .fzjut .item .img:before {
	padding-bottom: 69.6969697%;
}

.prodinfo-sec2 .cont .gt .fzjut .item .img img {
	transition: all 0.4s;
}

.prodinfo-sec2 .cont .gt .fzjut .item .font {
	width: 65.862069%;
	padding: 0.2rem 0.4rem;
}

@media (max-width: 767px) {
	.prodinfo-sec2 .cont .gt .fzjut .item .font {
		width: 100%;
		padding: 0.46rem 0.34rem;
	}
}

.prodinfo-sec2 .cont .gt .fzjut .item .font .tit {
	color: #000000;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.16rem;
}

.prodinfo-sec2 .cont .gt .fzjut .item .font .but {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 18px;
}

@media (max-width: 1580px) {
	.prodinfo-sec2 .cont .gt .fzjut .item .font .but {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.prodinfo-sec2 .cont .gt .fzjut .item .font .but {
		font-size: 0.28rem;
	}
}

.prodinfo-sec2 .cont .gt .fzjut .item .font .but i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 0.32rem;
	height: 0.32rem;
	border: 1px solid #0050b1;
	margin-left: 0.2rem;
	transition: all 0.4s;
}

.prodinfo-sec2 .cont .gt .fzjut .item .font .but i svg {
	width: 50%;
	max-height: 50%;
}

.prodinfo-sec2 .cont .gt .fzjut .item .font .but i svg path {
	fill: #0050b1;
	stroke: none;
	filter: none;
	opacity: 1;
}

.prodinfo-sec2 .cont .gt .fzjut .item:hover .img img {
	transform: scale(1.04);
}

.prodinfo-sec2 .cont .gt .fzjut .item:hover .font .but i {
	background-color: #0050b1;
}

.prodinfo-sec2 .cont .gt .fzjut .item:hover .font .but i svg path {
	fill: #ffffff;
}

/* End */
/* cookie协议 */
.cookebox {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 889;
	width: 100%;
	padding: 0.24rem 0 0.32rem;
	background-color: #ffffff;
	display: none;
}

.cookebox .container {
	position: relative;
}

.cookebox .container .close1 {
	display: block;
	width: 14px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.cookebox .container .close1 img {
	width: 100%;
	float: left;
}

.cookebox .container .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.cookebox .container .cont .font {
	width: 55.625%;
}

@media (max-width: 1199px) {
	.cookebox .container .cont .font {
		width: 70%;
	}
}

@media (max-width: 767px) {
	.cookebox .container .cont .font {
		width: 100%;
		margin-bottom: 0.34rem;
	}
}

.cookebox .container .cont .font .tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.cookebox .container .cont .font .text {
	line-height: 1.625;
	color: #333333;
}

.cookebox .container .cont .font .text a {
	color: #0050b1;
}

.cookebox .container .cont .hm_but {
	width: 1.4rem;
	height: 0.5rem;
	text-align: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.cookebox .container .cont .hm_but {
		width: 1.8rem;
		height: 0.7rem;
	}
}

/* End */
.fzsvg1 {
	width: 100%;
	height: 100%;
	z-index: 4;
}

.fzsvg1 circle {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	stroke: rgba(255, 255, 255, 0.3);
}

.fzsvg1 circle:nth-child(2) {
	stroke: #ffffff;
	stroke-dasharray: 1200 900;
}

@keyframes circled1 {
	0% {
		stroke-dasharray: 0 900;
	}

	100% {
		stroke-dasharray: 1200 900;
	}
}