@charset "utf-8";

/* CSS Document */
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
form,
dl,
dd,
span,
strong,
p,
em {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

a {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

a,
a:hover {
	text-decoration: none;
	color: #333333;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333333;
	min-width: 1200px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.hiddle {
	display: none;
}

.textover {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

input,
textarea {
	outline: none;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
	box-shadow: none;
}

i,
em {
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l {
	width: 1200px;
	margin: 0 auto;
}

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

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

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.is_fixed {
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(224, 224, 224, 0.5);
}

.header .header_box {
	width: 1400px;
	margin: 0 auto;
}

.menu {
	height: 70px;
}

.menu ul {}

.menu ul li {
	position: relative;
	height: 100%;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu ul li .show {
	display: none;
}

.menu ul li#a7 .show {
	display: block;
}

.menu ul li .hide {
	display: none;
}

.menu ul li .menu_zi {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 70px;
	text-align: center;
	z-index: 99999;
	width: 180px !important;
	display: none;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 10px 0px #BFBFBF;
}

/* .menu ul li:hover .menu_zi {
	display: block;
} */
.menu ul li#a7:hover .menu_zi {
	display: block !important;
}
.menu ul li.lang:hover .menu_zi {
	display: block !important;
}

.menu ul li a.item_a {
	width: 72px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 70px;
	height: 100%;
}
.menu ul li.lang .item_a{
	width: auto;
	display: flex;
	align-items: center;
}
.menu ul li.lang .item_a img{
	margin-right: 5px;
	filter: grayscale(100%);
}

.menu>ul>li::after {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #F55614;
	left: 0;
	bottom: 0;
	content: '';
	display: none;
}

.menu ul li:hover::after {
	display: block;
}


.menu ul li#a7:hover .show {
	display: none;
}

.menu ul li#a7:hover .hide {
	display: block;
}

.menu>ul>li:hover>a {
	color: #F55614;
}
.menu ul li.lang:hover a.item_a img {
	filter: grayscale(0%);
}

.menu ul li.active::after {
	display: block;
}

.menu ul li.active>a {
	color: #F55614;
}

.menu ul li .menu_zi a:hover {
	/* background: #F55614; */
	color: #ffffff;
	background: linear-gradient(137deg, #F08519 0%, #E83A25 100%, #E83A25 100%);

}

.menu ul li .menu_zi a {
	border-bottom: 1px solid #E7E7E7;
	height: 58px;
	line-height: 58px;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.menu ul li ul li:last-child {
	border-bottom: none;
}
.menu ul li.lang{
	position: relative;
}
.menu ul li.lang::before {
	position: absolute;
	top: 32px;
	right: -15px;
	content: " ";
	width: 0;
	height: 0;
	border-top: 6px solid #6B6A6A;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
  }
  .menu ul li.lang:hover::before{
	border-top: none;
	border-bottom: 6px solid #FF6A00;
  }

.index_banner {
	width: 100%;
	height: 100vh;
}

.index_banner .swiper-slide img {
	width: 100%;
	height: 100%;

}

.index_banner .zdyleft,
.index_banner .zdyright {
	width: 60px;
	height: 60px;
	border: 1px solid #C9C8C9;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: 60px;
	top: 50%;
	z-index: 9999999;
	margin-top: -30px;
}

.index_banner .zdyright {
	right: 60px !important;
	left: auto !important;
}

.index_banner .zdyleft:hover,
.index_banner .zdyright:hover {
	background: linear-gradient(143deg, #F0811A 0%, #E93E25 100%);
	box-shadow: 0px 8px 14px 0px rgba(245, 86, 19, 0.2);
	/* 鼠标悬停时的背景颜色 */
	border: none;
}

.item_body1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -200px;
	z-index: 9999;
}

.item_body1 .item_box {
	width: 386px;
	height: 370px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(223, 223, 223, 0.5);
	border-radius: 30px;
	padding: 48px;
	text-align: left;
	position: relative;
	transition: all 0.36s ease;
}

.item_body1 .item_box:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50px;
	right: 40px;
	background: linear-gradient(137deg, #F08519 0%, #E83A25 100%, #E83A25 100%);
	transition: all 0.36s ease;
	border-radius: 30px;
	opacity: 0;
}

.item_body1 .item_box:hover:before {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	opacity: 1;
}

.item_body1 .item_box:hover {
	/* background: linear-gradient( 135deg, #F55614 0%, #FF0B64 100%); */
	transition-delay: 0.3s;
}

.item_body1 .item_box .num {
	position: relative;
}

.item_body1 .item_box .img {
	width: 42px;
	height: 42px;
	position: relative;
	display: block;
	transition: all 0.5s ease;
}

.item_body1 .item_box .img2 {
	width: 42px;
	height: 42px;
	position: relative;
	display: none;
	transition: all 0.5s ease;
}

.item_body1 .item_box:hover .img {
	display: none;
	transition-delay: 0.3s;
}

.item_body1 .item_box:hover .img2 {
	display: block;
	transition-delay: 0.3s;
}

.item_body1 .item_box .xh {
	font-weight: bold;
	font-size: 14px;
	color: #F55614;
	line-height: 19px;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.item_body1 .item_box:hover .xh {
	color: #ffffff;
}

.item_body1 .item_box .title {
	font-weight: bold;
	font-size: 24px;
	color: #14151A;
	line-height: 31px;
	margin: 40px 0 20px;
	position: relative;
	transition: all 0.5s ease;
}

.item_body1 .item_box:hover .title {
	color: #ffffff;
}

.item_body1 .item_box .info {
	color: #666666;
	position: relative;
	transition: all 0.5s ease;
	height: 60px;
	line-height: 26px;
}

.item_body1 .item_box:hover .info {
	color: #ffffff;
}


.item_body1 .item_box a {
	background: linear-gradient(137deg, #F08519 0%, #E83A25 100%, #E83A25 100%);
	border-radius: 21px;
	color: #FFFFFF;
	margin-top: 45px;
	position: relative;
	transition: all 0.5s ease;
	width: 158px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item_body1 .item_box:hover a {
	background: rgba(255, 255, 255, 0.3);
	/* opacity: 0.3; */
}

.item_body1 .item_box a span {
	margin-right: 5px;
}

.box_title_ty {
	text-align: center;
}

.box_title_ty .tit {
	font-weight: bold;
	font-size: 40px;
	color: #14151A;
	line-height: 52px;
}

.box_title_ty .info {
	font-size: 20px;
	color: #C7C7C7;
	line-height: 26px;
	margin: 5px auto 0;
	width: 600px;
}

.zhly_box {
	margin: 150px auto;
}

.zhly_box .list_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 66px;
}

.zhly_box .list_box .list {
	width: 224px;
	height: 200px;
	background: #F6F7F9;
	border-radius: 30px;
	flex-direction: column;
	position: relative;
}
.zhly_box .list_box .list .goto_wl{
	
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.zhly_box .list_box .list:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
	border-radius: 30px;
}

.zhly_box .list_box .list:hover:before {
	background: linear-gradient(137deg, #F08519 0%, #E83A25 100%, #E83A25 100%);
	box-shadow: 0 20px 40px rgba(136, 6, 4, .3);
	opacity: 1
}

.zhly_box .list_box .list .img {
	width: 58px;
	position: relative;
	opacity: block;
}

.zhly_box .list_box .list .img2 {
	width: 58px;
	position: relative;
	display: none;
}

.zhly_box .list_box .list:hover .img {
	display: none;
}

.zhly_box .list_box .list:hover .img2 {
	display: block;
}

.zhly_box .list_box .list .tit {
	font-weight: bold;
	font-size: 16px;
	color: #14151A;
	line-height: 21px;
	margin: 20px 0 6px;
	position: relative;
	transition: all 0.5s ease;
}

.zhly_box .list_box .list:hover .tit {
	color: #ffffff;
}

.zhly_box .list_box .list .info {
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	position: relative;
	transition: all 0.5s ease;
}

.zhly_box .list_box .list:hover .info {
	color: #ffffff;
}

.huoban_box {
	background-color: #F6F7F9;
	padding: 87px 0;
}

.huoban_box .box_title_ty {}

/* .huoban_box .box_title_ty .info {
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	color: #999999;
} */

.hb_list .list {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.hb_list .list .item_gx {
	width: 200px;
	height: 200px;
	background: #FFFFFF;
	border-radius: 50%;
}

.partners-section {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f8f8f8;
	/* padding: 0 50px; */
}

.partners-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.partners-title {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
	color: #333;
}

.partners-row {
	/* padding: 20px 0; */
	overflow: hidden;
	position: relative;
}

.partners-track {
	display: flex;
	align-items: center;
	width: max-content;
	padding-bottom: 20px;
}



.partners-track:hover {
	animation-play-state: paused;
}

.partner-item {
	flex-shrink: 0;
	width: 200px;
	height: 200px;
	margin: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	border-radius: 50%;
}

.partner-item:hover {
	/* transform: translateY(-5px); */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-item img {
	width: 120px;
	height: auto;
	transition: all 0.3s ease;
	filter: grayscale(100%);
}


@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-1000px);
	}
}

@keyframes scrollRight {
	0% {
		transform: translateX(-1000px);
	}

	100% {
		transform: translateX(0);
	}
}

/* 遮罩效果 */
.partners-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	z-index: 2;
	pointer-events: none;
}

.mask-left {
	left: 0;
	background: linear-gradient(90deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
}

.mask-right {
	right: 0;
	background: linear-gradient(270deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
}

/* 修改所有行的动画时长 - 数值越小滚动越快 */
.row-1 .partners-track,
.row-3 .partners-track {
	animation: scrollLeft 15s linear infinite;
	/* 原30s改为20s会变快 */
}

.row-2 .partners-track {
	animation: scrollRight 15s linear infinite;
	/* 同步修改 */
}

.about_box {
	padding: 120px 0;
}

.about_box .flex-space {
	margin-top: 38px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
}

.about_box .flex-space:before {
	content: '';
	height: 2px;
	/* 线条最大厚度 */
	width: 0;
	/* 线条长度 */
	background: linear-gradient(90deg,
			transparent 0%,
			#F08519 40%,
			#E83A25 60%,
			transparent 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all 0.8s ease;
	opacity: 0;
}

.about_box:hover .flex-space {
	border-bottom: none;
}

.about_box:hover .flex-space:before {
	left: 0;
	opacity: 1;
	width: 100%;
}



.about_box .item_info {
	width: 450px;
}

.about_box .item_info .jieshao {
	font-size: 14px;
	color: #14151A;
	line-height: 26px;
	text-align: justify;
}

.about_box .item_info a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(137deg, #F08519 0%, #E83A25 100%, #E83A25 100%);
	border-radius: 21px;
	width: fit-content;
	color: #FFFFFF;
	margin-top: 45px;
	width: 145px;
	height: 42px;
}

.about_box .item_info a span {
	margin-right: 5px;
}

.about_box .item_site {
	width: 726px;
	flex-shrink: 0;
	position: relative;
}

.about_box .item_site .address {
	position: absolute;
	left: 150px;
	top: 85px;
	display: inline-block;
	text-align: center;
}

.about_box .item_site .address_oz {
	left: 390px;
	top: 85px;
}

.about_box .item_site .address_yz {
	left: 520px;
	top: 110px;
}

.about_box .item_site .address_nmz {
	left: 227px;
	top: 243px;
}

.about_box .item_site .address_fz {
	left: 380px;
	top: 193px;
}

.about_box .item_site .address_az {
	left: 566px;
	top: 243px;
}

.about_box .item_site .address .yuan {
	width: 26px;
	height: 26px;
	background-color: #fee6dc;
	border-radius: 50%;
	position: relative;
	/* overflow: hidden; */
}

@keyframes expand {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

/* .about_box .item_site .address .yuan:hover .info-panel {
	opacity: 1;
	text-align: left;
} */

.about_box .item_site .address .yuan .info-panel .city {
	font-size: 18px;
	color: #292929;
}

.about_box .item_site .address .yuan .info-panel .cs {
	font-size: 13px;
	color: #737373;
	margin-top: 10px;
}

.about_box .item_site .address .name {
	color: #666666;
	margin-top: 10px;
	font-size: 12px;
}

.about_box .item_site .address .yuan .info-panel {
	position: absolute;
	opacity: 0;
	width: 240px;
	z-index: 10;
	flex: 0 0 auto;
	padding: 18px 22px;
	transition: .36s ease;
	pointer-events: none;
	border-radius: 10px;
	background-color: #fff;
	left: -106px;
	top: -90px;
	text-align: left;
}

.about_box .item_site .address .yuan .info-panel:after {
	position: absolute;
	top: calc(100% - 7px);
	left: calc(50% - 5px);
	content: ' ';
	transform: rotate(45deg);
	border-radius: 2px;
	background-color: #fff;
	--u-width: 10px;
	width: var(--u-width);
	--u-height: 10px;
	height: var(--u-height);
}

.about_box .item_site .address .yuan .ny {
	width: 10px;
	height: 10px;
	background-color: #F55614;
	border-radius: 50%;
}

.about_box .item_rongyu {
	margin-top: 58px;
}

.about_box .item_rongyu .item_box {
	flex: 1;
}

.about_box .item_rongyu .item_box .item_hy {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.about_box .item_rongyu .item_box .item_hy .big {
	font-size: 48px;
	color: #F55614;
	line-height: 55px;
	font-weight: bold;
}

.about_box .item_rongyu .item_box .item_hy span {
	font-size: 18px;
	color: #F55614;
}

.about_box .item_rongyu .item_box .item_text {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding-left: 5px;
}

.news_body {
	padding: 85px 0 125px;
	background-color: #F6F7F9;
}

.news_box {
	gap: 20px;
	padding: 70px 0 20px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.news_box .item_box {
	width: 386px;
	height: 536px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px 0px rgba(223, 223, 223, 0.5);
	border-radius: 30px;
	padding: 26px 30px 0;
	transition: transform 0.3s ease;
	position: relative;
	overflow: hidden;
}

.news_box .item_box:before {
	content: '';
	width: 0;
	height: 3px;
	background: linear-gradient(137deg, #F08519 0%, #E83A25 100%, #E83A25 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all 0.4s ease;
	opacity: 0;
}

.news_box .item_box:hover:before {
	left: 0;
	opacity: 1;
	width: 100%;
}

.news_box .item_box:hover {
	box-shadow: 0px 0px 30px 0px rgba(223, 223, 223, 0.5), 0px 10px 20px 0px rgba(223, 223, 223, 0.5);
}


.news_box .item_box .date {
	font-weight: bold;
	font-size: 14px;
	color: #14151A;
	line-height: 19px;
	text-align: left;
	transition: font-size 0.3s ease;
}

.news_box .item_box:hover .date {
	font-size: 22px;
}

.news_box .item_box .goto {
	width: 56px;
	height: 56px;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

.news_box .item_box .goto .img1 {
	display: block;
	transition: all 0.3s ease 0s;
}

.news_box .item_box:hover .goto .img1 {
	display: none;
}

.news_box .item_box:hover .goto .img2 {
	display: block;
}

.news_box .item_box .goto .img2 {
	display: none;
	transition: all 0.3s ease 0s;
}

.news_box .item_box:hover .goto {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #F55614;
}

.news_box .item_box .img {
	width: 100%;
	border-radius: 25px;
	margin: 25px 0 24px;
	height: 244px;
}

.news_box .item_box a.title {
	font-weight: bold;
	font-size: 22px;
	color: #000;
	line-height: 29px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	transition: all 0.3s ease 0s;
}

.news_box .item_box:hover a.title {
	color: #F55614;
}

.news_box .item_box .desc {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: left;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mesasage_body {
	padding: 120px 0;
}

.mesasage_body .item_left {
	width: 370px;
	/* height: 700px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 110px;
}

.mesasage_body .item_left .info1 {
	font-weight: bold;
	font-size: 40px;
	color: #14151A;
	line-height: 52px;
	text-align: left;
}

.mesasage_body .item_left .info2 {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-align: left;
	margin-top: 30px;
}

.mesasage_body .item_left .flex2 {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
	margin-bottom: 25px;
}

.mesasage_body .item_left .flex2:first-child {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
	border-bottom: 1px solid #E7E7E7;
}

.mesasage_body .item_left .flex2 .icon {
	width: 30px;
	height: 32px;
	border: 1px solid #E4E4E4;
	border-radius: 50%;
}

.mesasage_body .item_left .flex2 .xinxi {
	margin-left: 20px;
}

.mesasage_body .item_left .flex2 .xinxi .item_name {
	font-size: 18px;
	color: #14151A;
	line-height: 24px;
	text-align: left;
	margin-bottom: 20px;
}

.mesasage_body .item_left .flex2 .xinxi .item_value {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.mesasage_body .item_right {
	width: 746px;
	/* height: 784px; */
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(223, 223, 223, 0.5);
	border-radius: 30px;
	padding: 60px 50px;
}

.mesasage_body .item_right .tit {
	font-weight: bold;
	font-size: 40px;
	color: #14151A;
	line-height: 52px;
	text-align: left;
}

.mesasage_body .item_right .title {
	font-size: 14px;
	color: #666666;
	line-height: 19px;
	text-align: left;
	margin-top: 8px;
}

.mesasage_body .item_form {
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
}

.mesasage_body .item_form .item_input {
	width: 48%;
	/* flex: 1; */
}

.mesasage_body .item_form .item_input .flex_x {
	display: flex;
}

.mesasage_body .item_form .item_input .flex_x .name {
	font-size: 16px;
	color: #14151A;
	line-height: 21px;
}

.mesasage_body .item_form .item_input .flex_x span {
	color: #FF0000;
	margin-left: 5px;
}

.mesasage_body .item_form .item_input .enname {
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-align: left;
}

.mesasage_body .item_form .item_input .input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 0;
	margin-top: 10px;
}

.mesasage_body .item_form .item_input .check {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
}

.mesasage_body .item_form .item_input .check label {
	margin-right: 20px;
	font-size: 14px;
	color: #14151A;
}

.mesasage_body .item_form .item_input .check label input {
	margin-right: 10px;
}

.mesasage_body .item_right .submit {
	width: 100%;
	height: 54px;
	background: linear-gradient( 137deg, #F08519 0%, #E83A25 100%, #E83A25 100%);
	border-radius: 27px;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 100px;
	border: none;
	cursor: pointer;
}

.footer {
	background-color: #F6F7F9;
	padding: 60px 0;
}

.footer .item_foot1 {
	width: 250px;
}

.footer .item_foot1 .logo {
	width: 182px;
}

.footer .item_foot1 .text {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-top: 20px;
}

.footer .item_foot_menu_list {
	display: flex;
	gap: 80px;
	text-align: center;
}

.footer .item_foot_menu_list .item_list .top {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	padding-bottom: 20px;
}

.footer .item_foot_menu_list .item_list .li {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.footer .code {
	text-align: center;
	color: #999999;
}

.footer .code .text {
	margin-top: 10px;
}

.footer .yqlj {
	margin-top: 16px;
	color: #666666;
}

.footer .yqlj a {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	color: #666666;
}

.footer .banquan {
	color: #666666;
	margin-top: 15px;
}

.footer .banquan a {
	color: #666666;
}

.footer .yqlj a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 10px;
	background-color: #C3C3C3;
}

.footer .yqlj a:last-child::before {
	display: none;
}




/* 列表页面 */
.item_box_banner {
	width: 100%;
	margin-top: 70px;
	position: relative;
}

.item_box_banner .bannerimg {
	width: 100%;
	height: 400px;
}

.item_box_banner .tit,
.item_box_banner .info {
	color: #fff !important;
}

.item_box_banner .flex_xg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.view_box_banner {
	width: 100%;
	position: relative;
}

.view_box_banner .bannerimg {
	width: 100%;
}

.view_box_banner .flex_xg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.view_box_banner .flex_xg .box_title_ty {
	max-width: 1200px;
}

.view_box_banner .flex_xg .title {
	font-weight: bold;
	font-size: 30px;
	color: #14151A;
	line-height: 40px;
}

.view_box_banner .flex_xg .info2 {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin: 22px auto 0;
	width: 800px;
}

.view_box_banner .flex_xg .date {
	font-weight: bold;
	font-size: 20px;
	color: #14151A;
	line-height: 26px;
	margin-top: 40px;
}

.article_about {
	position: relative;
	top: -100px;
}

.article_about .box_text {
	background: #FFFFFF;
	border-radius: 30px;
	font-size: 16px;
	color: #14151A;
	line-height: 28px;
	text-align: justify;
	padding: 65px 100px;
	box-shadow: 0px 10px 20px 0px rgba(223,223,223,0.5);
	margin-bottom: 50px;
}

.article_about .box_hxjzg {
	background-color: #F6F7F9;
	padding: 82px 0;
}

.article_about .box_hxjzg .box_list {
	flex-wrap: wrap;
	width: 100%;
}

.article_about .box_hxjzg .box_list .list {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	/* flex: 1; */
}

.article_about .box_hxjzg .box_list .list .img {
	width: 160px;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(235, 235, 235, 0.5);
	border-radius: 50%;
	margin-right: 40px;
	flex-shrink: 0;
}

.article_about .box_hxjzg .box_list .list .img img {
	height: 60px;
}

.article_about .box_hxjzg .box_list .list .tit1 {
	font-weight: bold;
	font-size: 24px;
	color: #14151A;
	line-height: 31px;
	text-align: left;
}

.article_about .box_hxjzg .box_list .list .tit2 {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-align: justify;
	margin-top: 20px;
	padding-right: 50px;
}

.article_about .box_hzhb {
	padding-top: 80px;
}

.article_about .box_hzhb .box_left {
	width: 350px;
}

.article_about .box_hzhb .box_right {
	width: 800px;
}

.article_about .box_hzhb .box_right .partners-section {
	background-color: #fff !important;
}

.article_about .box_hzhb .box_right .partners-section .mask-left {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.article_about .box_hzhb .box_right .partners-section .mask-right {
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.article_about .box_hzhb .title {
	font-weight: bold;
	font-size: 40px;
	color: #14151A;
	line-height: 52px;
	text-align: left;
}

.article_about .box_hzhb .desc {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-align: left;
	margin-top: 20px;
}

.article_view {
	font-size: 16px;
	color: #14151A;
	line-height: 28px;
	text-align: justify;
	padding: 80px 0;
}

.article_view img {
	max-width: 100%;
}

.article_contract {
	margin: 100px auto;
}

.article_contract .site {
	width: 100%;
	height: 480px;
	border-radius: 30px;
	overflow: hidden;
}

.article_contract .site img {
	width: 100%;
	height: 100%;
}

.article_contract .box_lianxi {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 80px 0 0;
}

.article_contract .box_lianxi .left {
	width: 50%;
}

.article_contract .box_lianxi .left .name {
	font-weight: bold;
	font-size: 40px;
	color: #14151A;
	line-height: 52px;
	text-align: left;
}

.article_contract .box_lianxi .left .info {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-align: left;
	margin-top: 20px;
	width: 375px;
}

.article_contract .box_lianxi .right {
	width: 50%;
}

.article_contract .box_lianxi .right .flex2 {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
	/* margin-bottom: 25px; */
	width: 375px;
}

.article_contract .box_lianxi .right .flex2:first-child {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
	border-bottom: 1px solid #E7E7E7;
}

.article_contract .box_lianxi .right .flex2 .icon {
	width: 30px;
	height: 32px;
	border: 1px solid #E4E4E4;
	border-radius: 50%;
}

.article_contract .box_lianxi .right .flex2 .xinxi {
	margin-left: 20px;
}

.article_contract .box_lianxi .right .flex2 .xinxi .item_name {
	font-size: 18px;
	color: #14151A;
	line-height: 24px;
	text-align: left;
	margin-bottom: 20px;
}

.article_contract .box_lianxi .right .flex2 .xinxi .item_value {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.cursor-canvas {
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	width: 100vh;
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	filter: blur(0);
}

.pages {
	display: flex;
	justify-content: center;
	margin: 40px auto 50px;
	align-items: center;
}

.pages li {
	/* margin: 0 3px; */
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: 5px;
}

.pages li a {
	display: inline-block;
	font-size: 14px;
	font-family: HelveticaNeue;
	color: #666666;
	padding: 8px 13px;
	width: 100%;
	height: 100%;
}

.pages li.active {
	background: #DC4E1E;
}

.pages li.active a {
	color: #ffffff;
}

.pages li:hover {
	background: #DC4E1E;
}

.pages li:hover a {
	color: #ffffff;
}

.article_zhaopin .list .name {
	font-weight: bold;
	font-size: 24px;
	color: #14151A;
	line-height: 31px;
	text-align: left;
	padding: 30px 0;
	border-bottom: 1px solid #E7E7E7;
}

.article_zhaopin .list .flex {
	padding: 30px 0;
	align-items: flex-start !important;
}

.article_zhaopin .list .item_z {
	flex: 1;
}

.article_zhaopin .list .item_z .zwms {
	font-weight: bold;
	font-size: 16px;
	color: #14151A;
	line-height: 21px;
	text-align: left;
}

.article_zhaopin .list .item_z .info {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	text-align: left;
	margin-top: 28px;
}

.article_zhaopin .list .item_z .info p,
.article_zhaopin .list .item_z .info span {
	white-space: wrap !important;
}

.cursor-canvas {
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	filter: blur(0)
}