@font-face {
	font-family: 'MyIconFont'; /* 1. 自定义字体名称，之后会用这个名字来调用 */
	src:
		url('../iconfont/iconfont.woff2') format('woff2'),
		/* 2. 指向你上传的 woff2 文件路径 */ url('../iconfont/iconfont.woff') format('woff'),
		url('../iconfont/iconfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap; /* 优化加载体验，避免文字闪烁 */
}
.icon {
	font-family: 'MyIconFont' !important; /* 这里必须和上面 @font-face 定义的名字一致 */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased; /* 让图标边缘更平滑 */
	-moz-osx-font-smoothing: grayscale;
}

/* 定义具体的图标 */
.icon-light:before {
	content: '\e602';
}
.icon-hand:before {
	content: '\e606';
}
.icon-star-o:before {
	content: '\e766';
}
.icon-target:before {
	content: '\e860';
}
.icon-badge:before {
	content: '\e671';
}

.icon-arrow:before {
	content: '\ec60';
}
.icon-energy:before {
	content: '\e6bd';
}
.icon-ai:before {
	content: '\ec5f';
}
.icon-make:before {
	content: '\e653';
}
.icon-material:before {
	content: '\e66a';
}
.icon-star:before {
	content: '\e7e9';
}
.icon-wechat:before {
	content: '\e600';
}
.icon-video:before {
	content: '\e60d';
}
.icon-tiktok:before {
	content: '\e8db';
}

.icon-address:before {
	content: '\e652';
}
.icon-phone:before {
	content: '\e601';
}
.icon-fax:before {
	content: '\e608';
}
.icon-email:before {
	content: '\e908';
}
/*****************************/
.layui-layer-setwin .layui-layer-close1 {
	right: 0px;
	top: -8px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px !important;
}
.layui-layer-title {
	font-size: 16px !important;
}
.banner {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin: 0 auto;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	top: auto;
	display: inline-block;
	width: 54px;
	height: 54px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
}
.banner .swiper-button-prev {
	background-image: url(../images/left.png);
	left: 0;
}
.banner .swiper-button-next {
	background-image: url(../images/right.png);
	left: 70px;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 0;
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.banner .swiper-slide {
	position: relative;
}
.banner .swiper-slide dl {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
	z-index: 9999;
}
.banner .swiper-slide h1 {
	width: 100%;
	color: #fff;
	letter-spacing: 10px;
	font-size: 60px;
	margin: 20px 0 20px;
	position: relative;
	font-weight: 100;
}
.banner .swiper-slide h3 {
	color: #fff;
	font-weight: 100;
	font-size: 30px;
	width: 100%;
	text-transform: uppercase;
}
.banner .swiper-slide p {
	letter-spacing: 10px;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-top: 40px;
}
.banner .swiper-slide a {
	display: inline-block;
	color: #4ebea4;
	margin-top: 50px;
	background: transparent;
	border: 1px solid #4ebea4;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.banner .swiper-slide a:hover {
	background-color: #4ebea4;
	color: #fff;
}
.banner .swiper-slide h2 {
	position: relative;
	height: 90px;
}
.banner .swiper-slide h2 font {
	position: absolute;
	color: rgb(255, 0, 0);
	font-size: 110px;
	line-height: 1;
	top: 0;
}
.banner .swiper-slide h2 p {
	position: absolute;
	color: #9c9d9f;
	font-weight: normal;
	left: 140px;
	top: 10px;
	letter-spacing: 1px;
	font-size: 14px;
}
.banner .swiper-slide h2 span {
	position: absolute;
	letter-spacing: -2px;
	left: 140px;
	top: 25px;
	color: rgb(255, 0, 0);
	font-size: 55px;
}
.banner .swiper-slide figure {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 870px;
	overflow: hidden;
	text-align: center;
	background-color: #f3f3f3;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/hezuo.jpg);
}
.banner .swiper-slide img {
	/*width:100%; float: left;*/
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-pagination {
	position: absolute;
	right: 0;
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 0px;
	background: #fff;
	cursor: pointer;
	opacity: 1;
	outline: none;
}
.banner .swiper-pagination-bullet-active {
	background: #306bce;
	width: 50px;
	opacity: 1;
	outline: none;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.banner_border {
	position: absolute;
	box-sizing: border-box;
	bottom: 120px;
	width: 100%;
	z-index: 1;
}
.border-in {
	max-width: 1400px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	padding-bottom: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*********首页资讯**************/
#bodyMain {
	width: 100%;
	box-sizing: border-box;
}
#body {
	max-width: 1400px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px;
}

.float_news {
	position: relative;
	z-index: 1;

	padding-bottom: 60px;
}
.titleh1 {
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
}
.floor1 {
	display: flex;
	justify-content: space-between;
}
.floor1 .flimg {
	width: calc(67% - 12px);
	border-radius: 10px;
	position: relative;
	transition: ease all 0.3s;
}
.floor1 .flimg i {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: solid 1px #ccc;
	color: #ccc;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 0.6;
	transition: ease all 0.3s;
	z-index: 999;
}
.floor1 .flimg img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.floor1 .frimg img {
	width: 100%;
}
.floor1 .about {
	width: calc(33% - 12px);
	border-radius: 10px;
	background-color: #ffffff;
	position: relative;
	transition: ease all 0.3s;
}
.floor1 .about article {
	padding: 0 20px 20px;
}
.floor1 .about h2 {
	color: #666666;
	font-size: 26px;
	font-weight: normal;
	padding: 10px 0;
}
.floor1 .about p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 8px;
}

.floor1 .about article i {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: solid 1px #ccc;
	color: #ccc;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 0.6;
	transition: ease all 0.3s;
	z-index: 999;
}

.floor2 ul {
	display: flex;
	justify-content: space-between;
	margin: 12px -12px;
	overflow: hidden;
}
.floor2 ul li {
	background-color: #fff;
	border-radius: 10px;
	margin: 12px;
	overflow: hidden;
}
.floor2 ul li figure {
	overflow: hidden;
}
.floor2 ul li img {
	border-radius: 10px;
}
.floor2 ul li article {
	padding: 10px 20px;
	position: relative;
}
.floor2 ul li article h2 {
	font-weight: normal;
	color: #666;
	font-size: 20px;
	line-height: 1.8;
}
.floor2 ul li article p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.floor2 ul li article i {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: solid 1px #ccc;
	color: #ccc;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 0.6;
	transition: ease all 0.3s;
}
.floor2 ul li:hover,
.floor1 .flimg:hover,
.floor1 .about:hover {
	transform: translateY(-4px);
	transition: ease all 0.3s;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.floor2 ul li:hover i,
.floor1 .flimg:hover i,
.floor1 .about:hover i {
	color: #306bce;
	border: solid 1px #306bce;
	transition: ease all 0.3s;
}
.floor2 ul li:hover img {
	transform: scale(1.05);
	transition: ease all 0.3s;
}

/*************首页栏目****************/
.recomed {
	background-color: #fff;
}
.recomed .title_en {
	text-align: center;
	font-weight: normal;
}
.recomed .title_en p {
	color: #306bce;
	font-size: 30px;
}
.recomed .title_en em {
	color: #666666;
	font-size: 18px;
	font-style: normal;
}

/* .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.newsdiv {
	position: relative;
}
.newsdiv .title_en {
	display: flex;
	align-items: center;
}
.newsdiv .title_en h2 {
	padding-right: 40px;
}
.mypro {
}
.mypro .swiper-button-next,
.mypro .swiper-container-rtl .swiper-button-prev {
	right: 0;
	border-radius: 4px 4px 4px 0;
}
.mypro .swiper-button-prev,
.mypro .swiper-container-rtl .swiper-button-next {
	right: 50px;
	border-radius: 4px 0 4px 4px;
	left: auto;
}
.mypro .swiper-button-next,
.mypro .swiper-button-prev {
	top: 28px;
	width: 40px;
	height: 40px;
	border: solid 1px #ccc;
	transition: ease all 0.3s;
}
.mypro .swiper-button-next:after,
.mypro .swiper-button-prev:after {
	font-size: 14px;
	color: #306bce;
}
.mypro .swiper-button-next:hover,
.mypro .swiper-button-prev:hover {
	border: solid 1px #306bce;
}
.mypro .swiper-container {
	margin: 20px auto;
	position: unset;
	padding: 0px 0 40px;
}
.mypro time {
	color: #999;
	font-size: 16px;
	padding: 10px 0;
	display: block;
}
.mypro h2 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.5;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mypro p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.mypro .swiper-pagination {
	bottom: 0px;
}
.mypro .swiper-pagination-bullet {
	background-color: #cfbea4;
	width: 12px;
	height: 12px;
	opacity: 1;
}
.mypro .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 12px;
	background-color: #306bce;
}
.mypro .swiper-slide:hover img {
	transform: scale(1.05);
	transition: ease all 0.3s;
}

.idea {
	background-color: #f6f4f1;
}
.idea_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.idea_in figure {
	width: 50%;
	padding-right: 50px;
}
.idea_in article {
	width: 50%;
}
.idea_in p {
	color: #666;
	font-size: 20px;
	padding-bottom: 30px;
	line-height: 1.8;
}
.idea_in p b {
	color: #384a9a;
	font-size: 30px;
}
.hezuo {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	clear: both;
}
.hezuo .border-in {
	border-bottom: none;
}
.hezuo_txt {
	position: absolute;
	width: 100%;
	max-width: 1400px;
	left: 50%;
	margin-left: -750px;
	top: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
}
.hezuo_in {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hezuo_txt ul {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}
.hezuo_txt ul li {
	border: solid 1px #fff;
	border-radius: 46%;
	padding: 40px 20px;
	color: #fff;
	box-sizing: border-box;
	width: 31.3%;
	margin: 20px 1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.hezuo_txt ul li i,
.hezuo_txt ul li b {
	font-size: 16px;
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}
.hezuo_txt ul li font {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	width: 100%;
}
.hezuo_txt ul li font sup {
	font-size: 20px;
	font-weight: normal;
}
.hezuo_txt h4 {
	width: 40%;
	padding-left: 15%;
	font-weight: normal;
	display: flex;
	text-align: left;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 50px;
	box-sizing: border-box;
	align-items: center;
}
.hezuo_txt h4 span {
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	width: 100%;
	margin: 10px auto;
}
/*************内页 联系我们**************/
#banner_Main {
	position: relative;
	width: 100%;
	height: 830px;
	overflow: hidden;
	/* background-color: #FFF;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; */
}
/* #banner_Main:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(61,99,138,.5);
	z-index: 1;
} */

#bannerImg {
	position: relative;
	width: 100%;
	/* max-width: 1920px; */
	margin: 0 auto;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	text-align: center;
	/* background-color: #f3f3f3; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bannerTxt {
	width: 100%;
	max-width: 1200px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px; 
    letter-spacing: 8.5px;
	opacity: 0.5;
	font-family: "monts";
	font-weight: 400;*/
}

#bannerTxt h2 {
	font-size: 40px;
	letter-spacing: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 30px;
	position: relative;
}

#bannerTxt p {
	font-size: 30px;

	color: #fff;
}
#banner_Main:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.bgfff {
	background-color: #fff;
}
.title_in {
	font-weight: normal;
	color: #306bce;
	text-align: center;
	margin: 30px auto;
}
.title_in h2 {
	font-weight: normal;
	font-size: 30px;
}
.title_in h3 {
	font-weight: normal;
	font-size: 18px;
}
.contact_in {
	display: flex;
	justify-content: space-between;
	margin: 80px auto;
}
.fltxt dl dd {
	margin-bottom: 30px;
}
.fltxt dl dd h4 {
	color: #306bce;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.8;
}
.fltxt dl dd h4 i {
	font-size: 18px;
	font-style: normal;
}
.fltxt dl dd p {
	color: #666666;
	font-size: 22px;
	line-height: 1.6;
}
.contact_in img {
	max-width: 785px;
}

.join_us {
	text-align: center;
	margin: 80px auto;
}
.join_us h2 {
	color: #000;
	font-size: 40px;
	line-height: 1.8;
}
.join_us h3 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
}
.join_us figure {
	margin-top: 50px;
}
.join_us figure img {
	width: 200px;
}
.join_us p {
	font-size: 20px;
	line-height: 1.8;
}

/*************新闻资讯**************/
.tilte_news {
	text-align: left;
}
.w1500 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pgnewlis {
	margin: 0 0 40px;
}
.pgnewlis ul {
}
.pgnewlis li {
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	padding: 40px;
}

.pgnewlis li figure {
	border-radius: 6px;
	overflow: hidden;
	margin: 0 40px 0 0;
}
.pgnewlis li figure img {
}
.pgnewlis li .txt {
	display: flex;
	align-items: flex-start;
	height: 200px;
	margin: 60px 40px 0 0;
	position: relative;
}
.pgnewlis li .txt h3 {
	font-size: 30px;
	color: #666666;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1;
}
.pgnewlis li:hover div h3 a {
	color: #0a54a6;
}
.pgnewlis li time {
	margin-right: 50px;
	text-align: right;
	white-space: nowrap;
}
.pgnewlis li time em {
	display: block;
	color: #666;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
}
.pgnewlis li time b {
	color: #999;
	font-size: 20px;
	font-weight: normal;
}
.pgnewlis li .txt p {
	color: #666;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 30px;
}
.pgnewlis li .txt span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: 20px 0 0;
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 0 15px;
	line-height: 28px;
	font-size: 12px;
	transition: all 0.3s ease-out 0s;
}
.pgnewlis li .txt span a {
	color: #ccc;
}
.pgnewlis li:hover div span {
	background: #0a54a6;
	border: 1px solid #0a54a6;
}
.pgnewlis li:hover div span a {
	color: #fff;
}
.pgnewlis li i {
	font-size: 30px;
	line-height: 10px;
	font-style: normal;
	background-color: #fff;
	border-radius: 40px;
	width: 80px;
	height: 30px;
	text-align: center;
}
.pgnewlis li:hover i {
	color: #0a54a6;
}
.pgnewlis li:hover h3 {
	color: #0a54a6;
}
.pgnewlis li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	background-color: #fff;
}
.pgnewlis li:hover i {
	background-color: #f5f4f0;
}

/* 分页 page_num */
.page_num {
	clear: both;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	margin: 20px auto 80px;
}
.page_num a,
.page_num span {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px 10px;
	border: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.52);
}
.page_num a:hover {
	background: #306bce;
	border: 1px solid #306bce;
	color: #fff;
}
.page_num span {
	background: #306bce;
	border: 1px solid #306bce;
	color: #fff;
}
.newscon {
	position: relative;
	width: 98%;
	margin: 60px auto;
	background: white;
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
	background-color: #fefefe;

	padding: 80px 60px;
	box-sizing: border-box;
}
.newscon h1 {
	color: #000;
	text-align: center;
	font-size: 30px;
margin-bottom: 10px;
	line-height: 1.5;
}
.newscon time {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	display: block;
}
.newscon dl {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 30px;
}
.newscon dl dd {
	margin-left: 10px;
}
.newscon dl dd a {
	color: #666;
	padding: 10px 20px;
	border: solid 1px #666;
	border-radius: 40px;
	font-size: 16px;
}
.newscon dl dd a:hover {
	border: solid 1px #0a54a6;
	background-color: #0a54a6;
	color: #fff;
}
.newscon article {
	margin: 60px auto 120px;
    font-size: 16px;
    line-height: 1.8;
}
.newscon table {
    width: 98% !important; max-width: 1024px!important;
	margin: 0 auto!important;
    border:#666 1px solid;border-collapse:collapse; 
    line-height: 1.5;
}
.newscon table th{ border:#666 1px solid;border-collapse:collapse; padding: 5px; text-align: center; background: #F2F2F2; }
.newscon table td{ border:#666 1px solid;border-collapse:collapse; padding: 5px; }

.newscon article figure {
	text-align: center;
	margin: 40px auto;
}
.newscon article figure img {
	text-align: center;
}
.newscon article p {
	margin: 30px auto;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}
.newscon span.prevnext {
	display: flex;
	justify-content: center;
}
.newscon span.prevnext a {
	color: #666;
	padding: 7px 25px;
	border: solid 1px #666;
	border-radius: 40px;
	font-size: 16px;
	margin: 0 40px;
}
.newscon span.prevnext a:hover {
	border: solid 1px #0a54a6;
	background-color: #0a54a6;
	color: #fff;
}
/**************工厂****************/
#bannerdl {
	width: 100%;
	max-width: 1400px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
}
#bannerdl dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#bannerdl dd {
	width: 30%;
}
#bannerdl dd b {
	display: block;
	font-size: 60px;
}
#bannerdl dd b sup {
	font-size: 20px;
	padding-left: 5px;
	position: relative;
	top: -10px;
	font-weight: normal;
}
#bannerdl dd em {
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.title_fac {
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title_fac .title_in {
	margin: unset;
	text-align: left;
}
.title_fac p {
	width: 60%;
	font-size: 18px;
	line-height: 1.6;
	color: #666666;
}
.factxt {
	margin: 50px auto;
}
.factxt h3 {
	font-size: 30px;
	line-height: 1.6;
	color: #666666;
}
.factxt dl {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	align-items: center;
}
.factxt dl dd {
	width: 40%;
}
.factxt dl dd b {
	font-size: 22px;
	line-height: 1.8;
	color: #306bce;
	padding-bottom: 10px;
}
.factxt dl dd p {
	font-size: 18px;
	line-height: 1.6;
	color: #666666;
}
.factxt h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #666666;
	font-weight: normal;
	margin-top: 30px;
}
.facimg {
	width: 100%;
	position: relative;
}
.fac1500 {
	width: 100%;
	max-width: 1400px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	box-sizing: border-box;
}
.facimg .fl {
	width: 38%;
	padding-top: 30px;
}
.facimg .fl figure {
	position: absolute;
	left: 0;
	z-index: 999;
	padding-top: 20px;
}
.facimg .fl p {
	color: #666666;
	line-height: 1.6;
	font-size: 20px;
	width: 86%;
	margin-bottom: 40px;
}
.facimg .fr {
	width: 61%;
}
.myfac {
	position: relative;
}
.myfac .swiper-container {
	margin: 0px auto;
	padding: 0px 0 60px;
}
.myfac .swiper-pagination {
	bottom: 0px;
}
.myfac .swiper-pagination-bullet {
	background-color: #cfbea4;
	width: 12px;
	height: 12px;
	opacity: 1;
}
.myfac .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 12px;
	background-color: #306bce;
}
.myfac figure {
	position: relative;
}
.myfac figure:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../images/facpng.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}
/************关于我们**************/
.about1 {
	display: flex;
	margin: 80px auto;
}
.about1 article {
}
.about1 article h2 {
	color: #306bce;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
}
.about1 p {
	color: #666666;
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 1.6;
}
.about1 p b {
	color: #306bce;
}
.about1 figure {
	margin-left: 50px;
	flex: 0 0 51%;
}
.aboutul {
	display: flex;
	flex-wrap: nowrap;
	margin: 25px auto;
}
.aboutul li {
	margin: 0 10px;
	background-color: #fff;
	flex: 1;
}
.aboutul li:hover {
	transform: translateY(-4px);
	transition: ease all 0.3s;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.aboutul li figure {
}
.aboutul li figure img {
	float: left;
}
.aboutul li dl {
	padding: 20px 30px;
	box-sizing: border-box;
	float: left;
}
.aboutul li dl h3 {
	color: #306bce;
	font-size: 30px;
	font-weight: 100;
}
.aboutul li dl dd {
	padding-top: 20px;
	line-height: 1.6;
}
.aboutul li dl dd b {
	font-size: 16px;
	display: block;
	color: #306bce;
}
.aboutul li dl dd p {
	font-size: 14px;
}
.bgabout {
	margin: 50px auto;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 870px;
	overflow: hidden;
	text-align: center;
	background-color: #f3f3f3;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/about_foot.jpg);
}
.bgabout ul {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.bgabout ul li {
	border: solid 1px #384a9a;
	border-radius: 46%;
	padding: 50px 20px;
	color: #384a9a;
	box-sizing: border-box;
	width: 21%;
	margin: 30px 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.bgabout ul li i,
.bgabout ul li b {
	font-size: 16px;
	display: block;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	color: #384a9a;
}
.bgabout ul li font {
	color: #384a9a;
	font-size: 60px;
	font-weight: bold;
}
.bgabout ul li font sup {
	font-size: 20px;
	font-weight: normal;
}
.hezuo_txt h5 {
	width: 40%;
	font-size: 20px;
	color: #384a9a;
	line-height: 1.8;
	font-weight: normal;
	display: flex;
	text-align: left;
	justify-content: center;
	align-items: center;
}

/***********产品************/
.bgpro {
	margin: 50px auto 0;
	color: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 510px;
	overflow: hidden;
	text-align: center;
	background-color: #f3f3f3;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/bgpro.jpg);
}
.bgpro h2 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 2;
	font-weight: normal;
}
.bgpro p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 2px;
}

.proul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.proul li {
	margin: 20px 1%;
	border-radius: 10px;
	background-color: #fff;
	width: 31.3%;
}
.proul li:hover {
	transform: translateY(-4px);
	transition: ease all 0.3s;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.proul li:hover img {
	transform: scale(1.05);
	transition: ease all 0.3s;
}
.proul li figure {
	overflow: hidden;
	border-radius: 10px;
}
.proul li figure img {
	float: left;
	border-radius: 10px;
}
.proul li article {
	padding: 30px 20px;
	box-sizing: border-box;
	position: relative;
}
.proul li h2 {
	color: #306bce;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 30px;
	line-height: 0.5;
}
.proul li p {
	color: #666666;
	font-size: 18px;
	line-height: 1.6;
}
.proul li i {
	position: absolute;
	top: 25px;
	right: 20px;
	border: solid 1px #ccc;
	color: #ccc;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 0.6;
	transition: ease all 0.3s;
}
.proul li:hover i {
	border: solid 1px #306bce;
	color: #306bce;
}
.title_pro {
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title_pro .title_in {
	margin: unset;
	text-align: left;
}
.title_pro dl {
	display: flex;
}
.title_pro dl a {
	margin: 0 10px;
	padding: 10px 20px;
	border: solid 1px #666;
	color: #666;
	border-radius: 40px;
	font-size: 16px;
}
.title_pro dl a.on,
.title_pro dl a:hover {
	border: solid 1px #306bce;
	color: #306bce;
}
.title_pro dl a.on,
.title_pro dl a:hover {
	color: #306bce;
}

.title_pro p {
	color: #999;
	text-align: right;
}
/******************************/
.facpro {
	margin: 50px auto 0;
	color: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;

	width: 100%;
	height: 780px;
	overflow: hidden;

	background-color: #f3f3f3;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/fac_foot.jpg);
}
.fac_in {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
}
.facpro h2 {
	width: 100%;
	font-size: 36px;
	line-height: 2;
	font-weight: normal;
}
.facpro p {
	width: 100%;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 2px;
}
/************foot*************/
#footout {
	clear: both;
	width: 100%;
	font-size: 14px;
	background: #f6f4f1;
	color: #666;
	height: auto;
	box-sizing: border-box;
}
#footer {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
.footdiv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
}
.footdiv figure img {
	width: 240px;
}
.footfr ul {
	float: right;
	display: flex;
	padding-bottom: 20px;
}
.footfr ul li a {
	font-size: 16px;
	color: #666;
	line-height: 18px;
	padding-right: 30px;
}
.footfr ul li a:hover {
	color: #c92b30;
}
.footfr p {
	font-weight: 14px;
	font-weight: 100;
}

.btn_top {
	position: relative;

	z-index: 9999;

	color: #fff;
	font-size: 20px;
	width: 24px;
	height: 24px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/goup.png) no-repeat center center;
	border-radius: 50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-size: 32px;
	border: solid 2px #fff;
}
.btn_top:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
}
.btn_top:hover {
}
.btn_top:hover:before {
}
#footer2016 .fixed {
	position: absolute;
	top: -44px;
}
#footer2016 {
	position: relative;
	width: 100%;
	border-top: 1px solid #e4e4e4;
	zoom: 1;
}
.tipcon {
	position: relative;
	margin-top: -700px;
	background-color: #fff;
	min-height: 600px;
	padding: 50px 80px;
	box-sizing: border-box;
}
.tipcon article {
	margin: 50px auto;
}
.tipcon article b {
	color: #306bce;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
}
.tipcon article p {
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.6;
}

/**********new shouye************/
.txtfl {
	text-align: left !important;
}
.about {
	display: flex;
	justify-content: space-between;
	flex: 1;
	margin: 50px auto;
}
.about .fl {
	width: 50%;
}
.about figure {
	width: 40%;
	text-align: right;
}
.about figure img {
	width: 100%;
}
.about h4 {
	color: #333333;
	font-size: 16px;
	line-height: 2;
	padding: 60px 0;
	font-weight: normal;
}
.about p {
	color: #787878;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 0;
	font-weight: normal;
}
.numping li {
	width: 33.3%;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	display: inline-block;
	margin: 0px auto;
	position: relative;
}
.numping li:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 1px;
	height: 60px;
	background: #ccc;
}
.numping li:last-child:before {
	display: none;
}
/* .numping li:nth-child(1){border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.numping li:nth-child(1) h2,.numping li:nth-child(2) h2{ color:rgba(99,195,208,0.95)}
.numping li:nth-child(3){background-color:rgba(99,195,208,0.95)}
.numping li:nth-child(4){ border-top-right-radius: 10px; border-bottom-right-radius: 10px;} */
.numping {
	position: absolute;
	width: 55%;
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
	list-style: none;
	display: flex;
	background-color: #fff;
}

.numping h2 {
	display: block;
	position: relative;
	font-size: 60px;
	line-height: 1.4;
	width: 100%;
	float: left;
	text-align: center;
	color: #306bce;
}
.numping h2:after {
	content: '+';
	color: #306bce;
	font-size: 26px;
}
.numping p {
	font-size: 18px;
	color: #666;
}
.numping i {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	background: #fafafa;
	color: #cc171e;
	font-size: 48px;
	font-family: FontAwesome;
	font-style: normal;
}
.flaticon-nature-1:before {
	content: '\f19c';
}
.flaticon-nature-2:before {
	content: '\f0c0';
}
.flaticon-nature-3:before {
	content: '\f013';
	font-size: 55px;
}
.flaticon-nature-4:before {
	content: '\f200';
	font-size: 52px;
}
.mun_top {
	text-align: center;
	margin: 0 auto;
}
.digital:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/***************new 新闻*************/
.pgservicebanner {
	height: 450px;
	background: url(images/banner_fuwu.jpg) no-repeat center center;
	background-size: cover;
}
.w1400 {
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
	width: 100%;
	height: 100%;
}
.pgbanner dl {
	position: absolute;
	z-index: 9;
	bottom: -30px;
	right: 0;

	background: #306bce;
	padding: 20px 40px;
	box-sizing: border-box;
}
.pgbanner h2 {
	font-size: 30px;
	line-height: 60px;
	color: #fff;
	font-weight: normal;
}
.location {
	height: 25px;
	line-height: 25px;
	opacity: 0.8;
}
.location span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
}
.location span:before {
	position: absolute;
	top: 0;
	left: 7px;
	font-family: 'FontAwesome';
	content: '\f105';
}
.location span:nth-of-type(1):before {
	position: absolute;
	top: 0;
	left: 0px;
	font-family: 'FontAwesome';
	content: '\f015';
}

.newul {
	width: 100%;
	margin-top: 60px;
}
.newul li {
	width: 100%;
	display: block;
	margin-bottom: 45px;
}
.newul li a {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.newul li figure {
	flex: 0 0 20%;
}
.newul li .info {
	position: relative;
	width: 75%;
	padding: 60px 0 0 88px;
	box-sizing: border-box;
}
.newul li .info:before {
	position: absolute;
	content: '';
	display: block;
	width: 180px;
	height: 100px;
	background: #f4f4f4;

	border-radius: 2px;
	z-index: -1;
	left: 0;
	top: 0;
}
.newul li .info time {
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 22px;

	color: #306bce;
	line-height: 2;
}
.newul li .info h3 {
	color: #000000;
	line-height: 28px;
	font-size: 18px;

	margin-bottom: 10px;
}
.newul li .info p {
	font-weight: normal;
	line-height: 1.4;
	font-size: 15px;
	padding-top: 20px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/**********new contact*******************/
.contactUs {
	background: #f4f4f4 url(../images/infoBG_top.png) no-repeat left top;
	position: relative;
	margin-top: 86px;
	margin-bottom: 60px;
	padding-bottom: 50px;
}
.contactUs .name {
	max-width: 400px; width: 100%;
	height: 76px;
	background: #306bce url('../images/nameBG_top.png') no-repeat left top;
	box-shadow: 0px 16px 32px 0px rgba(0, 80, 179, 0.12);
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: -38px;
}
.contactUs .name div {
	line-height: 76px;
	text-align: center;
	font-size: 20px;
	color: white;
	background: url('../images/nameBG_bottom.png') no-repeat right bottom;
}
.contactUs .addressTitle {
	padding-top: 84px;
	margin: 40px auto 20px;
	color: #000;
	line-height: 28px;
	text-align: center;
	font-size: 30px;
}
.contactUs .address {
	padding-top: 24px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	line-height: 26px;
	font-size: 18px;
	text-align: center;
}
.contactUs .address i {
	font-size: 30px;
	font-weight: bold;
	color: #306bce;
	margin-right: 12px;
}
.contactUs .otherInfo {
	padding-top: 24px;
	padding-bottom: 56px;
	text-align: center;
	background: url('../images/infoBG_bottom.png') no-repeat right bottom;
}
.contactUs .otherInfo .info {
	display: inline-block;
	color: rgba(0, 0, 0, 0.65);
	line-height: 26px;
	font-size: 17px;
	text-align: center;
	margin: 0 12px;
}
.contactUs .otherInfo .info i {
	font-size: 24px;
	font-weight: bold;
	color: #306bce;
	margin-right: 12px;
}
i.icon-phone {
	font-size: 28px !important;
}
.map {
	display: block;
	clear: both;
	height: 500px;
	margin: 40px auto;
	position: relative;
}

/************new foot*************/
.touch {
	background-color: #f4f4f4;
}
.title_en {
	margin: 0 auto;
	text-align: center;
}
.title_en h2 {
	color: #32302f;
	font-size: 30px;
	line-height: 1.6;
}
.title_en h3 {
	color: #666;
	font-size: 24px;
	font-weight: normal;
}

.touch_dl {
	display: flex;
	gap: 40px;
	margin: 60px auto;
}
.touch_dl dd {
	flex: 1;
}
.touch_dl a {
	display: block;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 20px 0;
	color: #000;
	font-size: 20px;
}
.touch_dl a:hover {
	background-color: #306bce;
	color: #fff;
}
.touch_dl p {
	text-align: center;
	padding: 20px 0;
	line-height: 1.6;
}
.touch_dl dd i {
	color: #306bce;
	font-size: 30px;
}
.touch_dl a:hover i {
	color: #fff;
}

.footer {
	background: #fff;
	z-index: 9;
	position: relative;
}
.footer .links {
	padding: 75px 20px;
}
.footer .links .logo {
	max-width: 240px;
	padding-top: 50px;
}
.footer .links .logo img {
	max-width: 100%;
}
.footer .links dl dt {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 30px;
}
.footer .links dl dd {
	line-height: 1.8;
}
.footer .info {
	background-color: #306bce;
}
.footer .info .infoin {
	color: #fff;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
	font-size: 14px;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}
.info p a {
	color: #fff;
}

.links {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex; box-sizing: border-box;
	justify-content: space-between;
	align-items: flex-start;
}
.btns h3 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 38px;
}
.btns a {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f4f4f4;
	display: flex;
	flex-wrap: nowrap;
	float: left;
	margin-left: 20px;

	justify-content: center;
	align-items: center;
}
.btns i {
	color: #000;
	font-size: 40px;
}
.btns a {
	position: relative;
}
.btns .wx-code,
.btns .video-code,
.btns .tiktok-code {
	position: absolute;
	left: 50%;
	top: 60px;
	display: none;
	z-index: 999;
	width: 150px;
	margin-left: -75px;
}
.btns img {
	width:140px;
}

/****************new about******************/
.aboutbg {
	background-image: url(../images/about-s5bg.jpg);
	background: rgba(48, 107, 206, 0.75) url(../images/logobg.png) no-repeat left 50px top 100px;

	padding: 80px 0 40px 0;
	position: relative;
	z-index: 9;
}

.aboutbg:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: linear-gradient(90deg, rgba(118, 187, 229, 0.75) 0%, rgba(48,107,206,0.75) 100%); */
}
.btitle {
	position: relative;
	margin: 40px auto;
}
.btitle h1 {
	display: inline-block;
	border-bottom: 3px solid #306bce;
	margin-bottom: -2px;
	color: #000;
	font-weight: 900;
	font-size: 30px;
	padding-bottom: 15px;
	line-height: 1;
}
.btitle .iconfont {
	position: absolute;
	bottom: 50px;
	right: 0;
	font-size: 36px;
	color: #666;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.item {
	box-shadow: 0 0 106px rgba(0, 0, 0, 0.11);
	background: #fff;
	position: relative;
	margin: 0 25px;
	margin-bottom: 40px;
	padding: 72px 50px;
	flex: 1;
}
.item .icon,
.item .fa {
	font-size: 125px;
	position: absolute;
	top: 50%;
	line-height: 130px;
	margin-top: -65px;
	right: 35px;
	color: #306bce;
	opacity: 0.05;
}
.fa-diamond {
	font-size: 100px;
}
.item .icon {
	font-size: 170px;
}
.item h2 {
	color: #306bce;
	font-size: 30px;
	padding-bottom: 10px;
}
.f20 {
	font-size: 20px !important;
}

.pghonorlist {
	margin-bottom: 40px;
}
.pghonorlist h2 {
	font-size: 24px;
	padding-left: 20px;
	line-height: 30px;
	position: relative;
}
.pghonorlist p {
	display: block;
	padding-left: 20px;
	margin: 0 0 40px;
	opacity: 0.6;
	position: relative;
	text-transform: uppercase;
}
#lightgallery {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#lightgallery li {
	float: left;
	margin: 0 1% 20px;
	text-align: center;
	width: 23%;
}
#lightgallery li:hover {
	cursor: pointer;
}
#lightgallery li figure {
	padding: 9px;
	border: 1px solid #eee;
}
#lightgallery li figure img {
	width: 100%;
}
#lightgallery li h3 {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
}
/***********new home*****************/
.business {
	background-color: #f4f4f4;
}
/* 基础布局 */
.biz-container {
	margin: 30px auto 0;
}

/* 按钮区域样式 (模拟你的红框区域) */
.biz-tabs {
	width: 40%;
	display: grid;
	grid-template-columns: 1fr 1fr; /* 两行两列 */
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	margin-bottom: 0px;
}

/* 按钮通用样式 */
.tab-btn {
	padding: 14px;

	background-color: #fff; 
    border: dashed 1px #ccc;
    transition: all 0.3s;
    outline: none;
	color: #666666;
	cursor: unset;
	font-size: 16px;

	transition: all 0.3s;
	outline: none;
}
.tab-btn i {
	font-size: 36px;color:#306bce
}

/* 选中状态样式 (红色高亮) */
/* .tab-btn.active,.tab-btn:first-child {
	background-color: #306bce; 
	color: #fff; 
	border-color: #306bce;
	font-weight: bold;
} */

/* 内容区域 */
.content-panel {
	display: none; /* 默认隐藏 */
	padding:0px;

	animation: fadeIn 0.5s; /* 简单的淡入动画 */
}
.content-panel.active {
	display: block; /* 激活时显示 */
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.news_floor {
	display: flex;
	justify-content: space-between;
}
.news_floor .fltxt {
	flex: 0 0 52%;
}
.news_floor .fltxt h3 {
	color: #666;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: normal;
}
.news_floor .fltxt b {
	color: #32302f;
	padding-right: 40px;
	font-size: 30px;
	font-weight: bold;
}
.news_floor .fltxt p {
	padding-top: 20px;
	line-height: 1.6;
}

/****************new team****************/
.in-xxlou1 {
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 18.75%;
	height: 70.58%;
	opacity: 0.7;
}
.in-xxlou2 {
	display: block;
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	width: 19.15%;
	height: 72.92%;
	opacity: 0.7;
}
.in-xxlou11,
.in-xxlou12,
.in-xxlou13,
.in-xxlou14,
.in-xxlou21,
.in-xxlou22,
.in-xxlou23,
.in-xxlou24 {
	display: block;
	position: absolute;
	height: auto;
}
.in-xxlou11 {
	width: 34.66667%;
	top: 4.697%;
	left: 0;
}
.in-xxlou12 {
	width: 42.66667%;
	top: 46.4765%;
	left: 13.6%;
}
.in-xxlou13 {
	width: 42.66667%;
	top: 21.9798%;
	left: 34.66667%;
}
.in-xxlou14 {
	width: 42.66667%;
	top: 45.302%;
	left: 56%;
}
.in-xxlou21 {
	width: 43.0809%;
	top: 39.3495%;
	left: 1.566%;
}
.in-xxlou22 {
	width: 42.8198%;
	top: 39.3495%;
	left: 44.3864%;
}
.in-xxlou23 {
	width: 42.8198%;
	top: 15.1219%;
	left: 22.7154%;
}
.in-xxlou24 {
	width: 34.4647%;
	top: 0.487%;
	left: 65.7963%;
}
.in-xxlou11,
.in-xxlou12,
.in-xxlou13,
.in-xxlou14,
.in-xxlou21,
.in-xxlou22,
.in-xxlou23,
.in-xxlou24 {
	animation: in-xxlou2 5s infinite linear alternate both;
}
.in-xxlou11,
.in-xxlou21 {
	animation-delay: 1s;
}
.in-xxlou12,
.in-xxlou22 {
	animation-delay: 2s;
}
.in-xxlou13,
.in-xxlou23 {
	animation-delay: 3s;
}
.in-xxlou14,
.in-xxlou24 {
	animation-delay: 4s;
}
@keyframes in-xxlou2 {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0);
	}
}
.team {
	margin: 80px auto;
}
.team li {
}
h3.teamh3 {
	position: relative;
	color: #000;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
h3.teamh3:after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-image: linear-gradient(90deg, #306bce 1%, #306bce 100%);
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.team li p {
	padding: 20px 0;
}
.team li dd {
	display: flex;
	margin: 30px auto;
	justify-content: space-between;
	align-items: center;
}
.team li dd figure {
	border: solid 1px #ccc;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
}
.team li dd p {
	width: 80%;
}
marker {
	position: relative;
	font-size: 18px;
	color: #000;
}
marker:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 10px;
	background-color: rgba(48, 107, 206, 0.25);
	transform-origin: center;
	animation: movex 1.5s infinite alternate;
	-webkit-animation: movex 1.5s infinite alternate;
	transition: 0.5s ease-out;
}
@keyframes movex {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.boss {
	overflow: hidden;
	width: 100%;
}
.bosstxt {
	margin: 50px auto 70px;
	display: flex;
	gap: 30px;
	align-items: center;
}
.bosstxt figure {
	width: 500px;
}
.bosstxt h3 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.bosstxt h3 b {
	font-weight: bold;
	font-size: 30px;
}
.bosstxt p {
	padding: 10px 0;
	line-height: 1.6;
	font-size: 16px;
	color: #666;
}
.lead {
}
.lead li {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 30px 0;
	/* width: 25%; */
}
/* .lead li:nth-child(2){flex-direction: row-reverse;}
    .lead li:nth-child(2) article p{ text-align: right;} */
/* .lead li:hover{cursor: pointer;} */
.lead li:hover img {
	transform: scale(1.05);
	transition: ease all 0.3s;
}
.lead figure {
	padding: 60px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	text-align: center;
	background: linear-gradient(180deg, rgba(48, 107, 206, 0.05) 0%, rgba(48, 107, 206, 0.15) 100%);
}
.lead figure img {
	float: left;
	width: 100%;
}
.lead h3 {
	
	text-align: center;
	line-height: 2;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}
.lead p {
	
	text-align: center;
	color: #666;
}

.lead article {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin: 0 30px;
}
.lead article p {
	position: relative;
	padding-left: 12px;
	display: block;
	text-align: left;
	font-size: 15px;
}
.lead article p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
	background: #306bce;
	width: 3px;
	height: 3px;
}

/***************业务投资****************/
.glow-container {
	/* 1. 基础定位 */
	position: relative;
	max-width: 600px; width: 100%;
	margin: 0 auto;
	height: 363px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 2. 图片样式 */
.glow-container img {
	position: relative;
	z-index: 2; /* 图片要在光晕上面 */
}

/* 3. 制作光晕层 */
.glow-container::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* 确保光晕中心对齐 */

	/* 光晕的大小和颜色 (这里模拟中间的蓝色) */
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.8) 0%, rgba(59, 130, 246, 0) 90%);
	border-radius: 50%;

	/* 4. 执行动画 */
	/* 动画名 时长 缓动函数 无限循环 */
	animation: pulse-glow 3s ease-out infinite;
}

/* 5. 定义动画关键帧 */
@keyframes pulse-glow {
	0% {
		transform: translate(-50%, -50%) scale(0.5); /* 开始时很小 */
		opacity: 0; /* 开始时最亮 */
	}
	50% {
		transform: translate(-50%, -50%) scale(2); /* 结束时扩散到3倍大 */
		opacity: 1; /* 结束时完全透明消失 */
	}
	100% {
		transform: translate(-50%, -50%) scale(2); /* 结束时扩散到3倍大 */
		opacity: 0; /* 结束时完全透明消失 */
	}
}

.bush3 {
	padding: 50px 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
	line-height: 1.8;
	font-size: 18px;
	color: #333;
}
/* 本例子css */
.slideBus {
	width: 100%;
	margin: 80px auto 40px;
	text-align: left;
}
.slideBus .hd {
	padding: 0 10px 0 20px;
	position: relative;
}
.slideBus .hd ul {
	width: 100%;
	display: flex;
	gap: 20px;
}
.slideBus .hd ul li {
	width: 25%;
	text-align: center;
	padding: 0 15px;
	padding: 14px;
box-sizing: border-box;
	/* background-color: #f4f4f4;  */
	color: #666666;
	/* cursor: pointer; */
	font-size: 16px;
	border: dashed 1px #ccc;
	transition: all 0.3s;
	outline: none;
}
/* .slideBus .hd ul li.on{  background-color: #306bce; 
            color: #fff;              
            border-color: #306bce;
            font-weight: bold;  } */
.slideBus .hd ul li i {
	font-size: 36px;color:#306bce;
}
.slideBus .bd ul {
	padding: 15px;
	zoom: 1;
}
/* .slideBus .bd li {
	height: 24px;
	line-height: 24px;
}
.slideBus .bd li .date {
	float: right;
	color: #999;
} */
.coopList{ display:flex; flex-wrap:wrap; padding:100px 0 150px; margin:0 auto; max-width:1280px; width: 100%;}
.coopList li{display:block;width:16.666666666666%;box-sizing:border-box;position:relative;margin:0 0 -2.355%;}
.coopList li:nth-child(11n-4){ margin-left:8.333333333333%;}
.coopList li:nth-child(11n){ margin-right:8.333333333333%;}
.coopList li a.pic{display:block;width:70%;background:rgba(255,255,255,0.8);padding:0 0 70%;position:relative;transform:rotate(45deg);box-shadow:0 0 15px rgba(167,167,167,0.2);margin:0 auto;cursor:pointer;overflow:hidden;}
.coopList li a.pic img{ display:block; width:70%; height:70%; object-fit:contain; position:absolute; left:50%; top:50%; transform:rotate(-45deg) translate(0%,-70%); z-index:1; transition:all ease 0.4s;}
.coopList li a.pic i::before,
.coopList li a.pic i::after{ content:''; display:block; background:#306bce; position:absolute; transition:all ease 0.4s; z-index:3;}
.coopList li a.pic i::before{ width:100%; height:1px; transform:scale(0,1);}
.coopList li a.pic i::after{ width:1px; height:100%; transform:scale(1,0);}
.coopList li a.pic i.l::before{ left:0; top:0; transform-origin:left center;}
.coopList li a.pic i.l::after{ left:0; top:0; transform-origin:center top;}
.coopList li a.pic i.r::before{ right:0; bottom:0; transform-origin:right center;}
.coopList li a.pic i.r::after{ right:0; bottom:0; transform-origin:center bottom;}
.coopList li a.pic:hover i::before,
.coopList li a.pic:hover i::after{ transform:scale(1,1);}
.coopList li a.pic:hover img{ transform:rotate(-45deg) translate(0%,-70%) scale(1.05);}
.coopList li .box{ display:none;}