
#lpk1 {
	position: relative;
	top: -98px;
}
#lpk10 {
	position: relative;
	top:  -96px;
}
.phonekefu{
	display: none;
}

.w1200 {
  margin: 0 auto;
  max-width: 1200px;
}

.w1520 {
	max-width: 1520px;
	margin: auto;
	width: 90%;
}
.mt-90 {
	margin-top: 90px !important;
}
.container {
	width: calc(100% - 360px);
}
.hs_analyze4 .box1 .right{

}

.tu_banner{
	margin-top: -8.7rem;
	position: relative;
	z-index: 2;
}
.tu_banner img{
	width: 100%;
}

.index_banner .box .upper {
	width: 100%;
	padding: 12.31rem 0 4.38rem;
	position: relative;
	z-index: 5;
}

.index_banner .box .upper .row1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_banner .box .upper h5 {
	font-size: 2.92rem;
	color: #fff;
	line-height: 4.39rem;
	margin-bottom: 40px;

}

.index_banner .box .upper h5 span {
	color: #34DBF0;
}

.index_banner .box .upper h6 {
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #fff;
	margin-top: 1.25rem;
}

.index_banner .box .upper h6 span.brand_color {
	color: #09C8E0;
}

.index_banner .box .upper h6 span::after {
	position: absolute;
	content: '';
	background: #1f75fe;
	opacity: 0.26;
	width: 100%;
	height: 0.5rem;
	left: 0;
	bottom: 0;
	opacity: 0;
}

.index_banner .box .upper h6 span:nth-child(1)::after {
	border-radius: 0.25rem 0 0 0.25rem;
}

.index_banner .box .upper h6 span:nth-child(4)::after {
	border-radius: 0 0.25rem 0.25rem 0;
}

.index_banner .box .upper .button {
	margin-top: 4.5rem;
}

.index_banner .box .upper .button .p1 {
	margin-right: 30px;
}

.index_banner .box .upper .button .p1 a {
	display: inline-block;
	width: 180px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 1.32rem;
	color: #1F75FE;
	text-align: center;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
	transition: 0.4s;
}

.index_banner .box .upper .button .p1 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 30px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.index_banner .box .lower {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.index_banner .box .upper .button .p1 a:hover {
		border: 1px solid #1f75fe;
		color: #1f75fe;
	}

	.index_banner .box .upper .button .p1 a:hover::before {
		width: 0;
		left: auto;
		right: 0px;
	}

}



.index_banner .box .upper .button .p2 a {
	display: inline-block;
	width: 180px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 1.32rem;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.index_banner .box .upper .button .p2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 30px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.index_banner .box .upper .button .p2 a:hover {
	border: 1px solid #09d8e0;
	color: #09d8e0;
}

.index_banner .box .upper .button .p2 a:hover::before {
	width: 0;
	left: auto;
	right: 0px;
}

.index_banner .box .upper .button a span {
	position: relative;
	top: 0;
	transition: 0.2s;
}

.index_banner .box {
	position: relative;
	z-index: 5;
}

.index_banner .box .mission {
	width: 100%;
	font-size: 3.5rem;
	color: #DCE9FF;
	text-align: center;
	margin-top: 4rem;
  margin-bottom: 3rem;
	font-weight: 800;
}

.index_banner .box .brands  {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.index_banner .box .brands img {
	height: 2.125rem;
}

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

.index_head .box {
	margin: 0 60px;
}

.index_head .box .logo {
	padding: 28px 0;
}

.index_head .box .logo a img {
	height: 40px;
}

.index_head .box .nav .item {
	margin: 0 1.25rem;
	position: relative;
}

.index_head .box .nav .item>span {
	display: none;
}

.index_head .box .nav .item>a {
	font-size: 17px;
	line-height: 96px;
	display: inline-block;
	color: #000;
	transition: 0.3s;
}

/* .index_headOn.home_page .box .nav .item>a {
	color: #000;
} */

.index_head .box .nav .item>a:hover {
	color: #1f75fe;
}

.index_head .box .nav .item ul {
	display: none;
	position: absolute;
	top: 70px;
	left: 50%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.4s;
	border: 1px solid #f9f9f9;
	width: 140px;
	transform: translateX(-70px);
	box-shadow: 0 0 1.25rem #c6e0ff;
	border-radius: 0.625rem;
}

.index_head .box .nav .item ul li {
	border-bottom: 1px solid #f5f5f5;
}

.index_head .box .nav .item ul li:last-child {
	border: 0;
}

.index_head .box .nav .item ul li a {
	display: block;
	text-align: center;
	line-height: 2.5rem;
	transition: 0.4s;
}

.index_head .box .nav .item ul li a:hover {
	/* background: #1f75fe; */
	color: #1f75fe;
}

.index_head .box .nav .item:hover ul {
	display: block;
}

.index_head .box .nav .active>a {
	color: #1f75fe;
}

.index_head .box .nav>span {
	display: none;
}

.index_head .box .link {
	padding: 25px 0;
}

.index_head .box .link .p1 a {
	display: inline-block;
	width: 140px;
	line-height: 46px;
	border-radius: 23px;
	font-size: 16px;
	color: #fff;
	background: #1f75fe;
	text-align: center;
	box-shadow: 0px 0px 16px rgba(0, 46, 118, 0.03);
}

.index_headOn.home_page .box .link .p1 a {
	color: #fff;
	background: #1f75fe;
}

.index_head.home_page.white_mode .logo .oldOne {
	display: block;
}

.index_headOn.home_page .logo .newOne {
	display: none;
}

/* .index_headOn.home_page .logo .oldOne {
	display: block;
} */


.index_head .box .menu {
	margin-left: 2rem;
	display: flex;
	align-items: center;
	display: none;
}

.index_head .box .menu svg {
	transform: scale(0.8);
}

.index_head .box .menu .icon2 {
	padding: 0 1px;
	display: none;
	font-size: 30px;
	font-weight: bold;
	color: #999;
}

.index_head .box .act .icon1 {
	display: none;
}

.index_head .box .act .icon2 {
	display: block;
}

.index_headOn {
	background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(1.8) blur(20px);
	box-shadow: 0 3px 4px #edeef0;
}

.index_head.home_page.index_headOn.blue_mode {
	background: rgb(15,48,127);
	background: linear-gradient(90deg, rgba(15,48,127,1) 0%, rgba(22,70,161,1) 50%, rgba(31,91,198,1) 100%);
	box-shadow: 0 3px 4px rgb(15,48,127);
}

.idnex_three {
	margin-top: -5.625rem;
	position: relative;
	z-index: 6;
}

.idnex_three .box .item {
	width: 32%;
	background: #fff;
	text-align: center;
	padding: 3.75rem 0;
	box-shadow: 0 0 1.25rem #e8f1ff;
	border-radius: 0.625rem;
	position: relative;
	top: 0;
	transition: 0.4s;
}

.idnex_three .box .item h5 {
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
	transition: 0.4s;
}

.idnex_three .box .item p {
	font-size: 14px;
	color: #888;
	margin-top: 0.9375rem;
}

.idnex_three .box .item:hover {
	box-shadow: 0 0 1.25rem #c6e0ff;
	top: -1rem;
}

.idnex_three .box .item:hover h5 {
	color: #1f75fe;
}

.p72 {
	padding-top: 4.5rem;
}

.p72_ {
	padding-bottom: 4.5rem;
}

.p78 {
	padding-top: 4.875rem;
}

.p78_ {
	padding-bottom: 4.875rem;
}

.svg {
	margin: auto;
	text-align: center;
}

.geek {
	fill: lightgreen;
	stroke-width: 10px;
	stroke: currentcolor;
}

.svg svg * {
	fill: none;
}

.index_title h5 {
	color: #061e39;
	font-size: 2.625rem;
	text-align: center;
}

.index_title h5 span {
	font-family: 'gilroyBold';
}

.index_title .tit {
	text-align: center;
	font-size: 1.25rem;
	color: #666;
	margin-top: 1rem;
}

.index_title .tit a {
	color: #666;
}

.index_title .tit a:hover {
	color: #1f75fe;
}

.index_case .box {
	margin-top: 3.125rem;
	box-shadow: 0 0 1.25rem #e8f1ff;
}

.index_case .box .item .boxLeft {
	width: 50%;
	overflow: hidden;
}

.index_case .box .item .boxLeft img {
	width: 100%;
	transition: 1s;
}

.index_case .box .item .boxLeft:hover img {
	transform: scale(1.1);
}

.index_case .box .item .bxoRight {
	width: 50%;
	background: #f8faff;
	box-sizing: border-box;
	padding: 6.875rem;
	position: relative;
}

.index_case .box .item .bxoRight p {
	font-size: 1.0625rem;
	color: #333;
	line-height: 2.25rem;
	position: relative;
	height: 15.75rem;
	padding-right: 1rem;
	background: #f8faff;
}

.index_case .box .item .bxoRight img {
	position: absolute;
	width: 1.9375rem;
	left: 4rem;
	top: 7rem;
}

.index_case .box1 {
	margin-top: -7.5rem;
	position: relative;
	z-index: 10;
}

.index_case .box1 .main {
	width: 50%;
	box-sizing: border-box;
	padding: 0 3.375rem;
	border-top: 1px solid #eee;
}

.index_case .box1 .main .item {
	text-align: center;
	cursor: pointer;
}

.index_case .box1 .main .item span {
	display: inline-block;
	max-width: 100%;
	height: 7.375rem;
	line-height: 7.375rem;
}

.index_case .box1 .main .item span img {
	max-width: 100%;
	max-height: 100%;
}

.index_case .box1 .gallery-thumbs .swiper-slide-thumb-active .item span {
	border-top: 1px solid #1f75fe;
}

.index_advertise {
	position: relative;
	overflow: hidden;
	background: #344263;
	background-image: linear-gradient(135deg, #09C8E0 0%, #207DFF 100%);
}

.index_advertise .none {
	display: none;
}

.index_advertise .show {
	display: block;
}

.index_advertise .show img {
	display: none;
}

.index_advertise img {
	height: 22rem;
	transition: 6s;
	transform: scale(1.1);
}

.index_advertise:hover img {
	transform: scale(1);
}

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

.index_advertise .box .main {
	display: flex;
	justify-content: space-between;
	flex: 1 1 0%;
}

.index_advertise .box .main .slogan {
  margin-top: auto;
	margin-bottom: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
}

.index_advertise .box .main h5 {
	font-size: 1.9rem;
	line-height: 2.05rem;
	font-family: 'gilroy';
	color: #fff;
}

.index_advertise .box .main h6 {
	font-size: 1.16rem;
	line-height: 2.19rem;
	margin-top: 1.46rem;
	color: #fff;
}

.index_advertise .box .main .btn {
	margin-right: 4.2rem;
	align-self: center;
	width: 8.77rem;
	height: 2.92rem;
	border-radius: 1.46rem;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

.index_advertise .box .main .btn a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #207DFF;
	font-size: 1.32rem;
}

.index_advertise .box .main .btn a:hover {
	color: #207DFF;
}



.idnex_advertise {
	position: relative;
	overflow: hidden;
}

.idnex_advertise .show {
	display: block;
}

.idnex_advertise > img {
	width: 100%;
	transition: 6s;
	transform: scale(1.1);
}

.idnex_advertise:hover>img {
	transform: scale(1);
}

.idnex_advertise .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.idnex_advertise .box .main {
	margin: auto;
	text-align: center;
}

.idnex_advertise .box .main h5 {
	font-size: 2.125rem;
	font-family: 'gilroy';
	color: #fff;
}

.idnex_advertise .box .main h5 span {
	font-family: 'gilroyBold';
}

.idnex_advertise .box .main h6 {
	font-size: 1.5rem;
	color: #fff;
	margin-top: 0.5rem;
}

.idnex_advertise .box .main div {
	margin-top: 2.125rem;
}

.idnex_advertise .box .main div a {
	font-size: 1.125rem;
	display: inline-block;
	color: #1f75fe;
	width: 11.25rem;
	text-align: center;
	line-height: 3.375rem;
	border-radius: 1.6875rem;
	transition: 0.3s;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	border: 1px solid #1f75fe;
}

.idnex_advertise .box .main div a span {
	position: relative;
}

.idnex_advertise .box .main div a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 1.6875rem;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.idnex_advertise .box .main div a:hover {
	border: 1px solid #fff;
	color: #fff;
}

.idnex_advertise .box .main div a:hover::before {
	width: 0;
	left: auto;
	right: 0px;
}

.idnex_advertise .box .main {
	margin: auto;
	text-align: center;
}

.idnex_advertise .box .main h5 {
	font-size: 2.125rem;
	font-family: 'gilroy';
	color: #fff;
}

.idnex_advertise .box .main h5 span {
	font-family: 'gilroyBold';
}

.idnex_advertise .box .main h6 {
	font-size: 1.5rem;
	color: #fff;
	margin-top: 0.5rem;
}

.idnex_advertise .box .main div {
	margin-top: 2.125rem;
}

.idnex_advertise .box .main div a {
	font-size: 1.125rem;
	display: inline-block;
	color: #1f75fe;
	width: 11.25rem;
	text-align: center;
	line-height: 3.375rem;
	border-radius: 1.6875rem;
	transition: 0.3s;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	border: 1px solid #1f75fe;
}

.idnex_advertise .box .main div a span {
	position: relative;
}

.idnex_advertise .box .main div a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 1.6875rem;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.idnex_advertise .box .main div a:hover {
	border: 1px solid #fff;
	color: #fff;
}

.idnex_advertise .box .main div a:hover::before {
	width: 0;
	left: auto;
	right: 0px;
}

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

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

.index_foot {
	background: #f8faff;
	min-height: 6.25rem;
}

.index_foot .box {
	padding: 5.375rem 0;
}

.index_foot .box .boxLeft .item {
	margin-right: 9.0625rem;
}

.index_foot .box .boxLeft .item:last-child {
	margin-right: 0;
}

.index_foot .box .boxLeft .item h5 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.875rem;
	/* line-height: 2.5rem; */
}

.index_foot .box .boxLeft .item p {
	font-size: 1rem;
	line-height: 2.1875rem;
}

.index_foot .box .boxLeft .item p a {
	color: #888;
}

.index_foot .box .boxLeft .item h6 {
	font-size: 1.125rem;
	/* line-height: 2.5rem; */
	font-weight: bold;
	margin-bottom: 1.2rem;
}

.index_foot .box .boxLeft .item h6 a {
	color: #000;
}

.index_foot .box .boxCen {
	font-size: 1rem;
	color: #999;
	text-align: center;
}

.index_foot .box .boxCen img {
	max-width: 6.25rem;
	margin-bottom: 5px;
	/* margin-top: 0.625rem; */
	display: none;
}
.index_foot .box .boxCen .img3{
	margin-top: 1rem;
}
.index_foot .box .boxCen .active {

}
.index_foot .box .boxCen .active img{
	display: block;
}
.index_foot .box .boxCen h5 {
	font-size: 1rem;
	color: #000;
	/* font-weight: bold; */
}

.index_foot .box .boxCen p {
	font-size: 1rem;
	color: #888;
	line-height: 2rem;
	cursor: pointer;
}


.index_foot .box .boxCen p:hover {
	color: #000;
}

.index_foot .box .boxRight .logo {
	margin-bottom: 1.375rem;
}

.index_foot .box .boxRight .logo img {
	/* width: 9.4375rem; */
	position: relative;
	top: 3px;
	height: 2.1875rem;
}

.index_foot .box .boxRight .text p {
	font-size: 1rem;
	color: #444;
	line-height: 2.5rem;
	/* font-family: 'gilroyBold'; */
	padding-left: 35px;
	position: relative;
	box-sizing: border-box;
}

.index_foot .box .boxRight .text p span {
	position: absolute;
	top: -2px;
	left: 0;
	width: 35px;
	display: inline-block;
	text-align: center;
}

.index_foot .box .boxRight .text p span img {
	width: 19px;
	margin-top: 2px;
}

.index_foot .flex-tags {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}

.index_foot .flex-tags span {
	flex: 1 1 20px;
	white-space: nowrap;
	word-break: keep-all;
	margin-right: 10px;
}



.wechat_public_account_qr_code {
	display: none;
	color: #3C3C3D;
	font-size: 1.3rem;
	position: fixed;
	right: 70px;
	text-align: center;
	bottom: 70px;
	background-color: #fff;
	box-shadow: 0 0 8px #ccc;
	border-radius: 6px;
	padding: 4px;
	z-index: 10;
}

.wechat_public_account_qr_code.show {
	display: block;
}

.wechat_public_account_qr_code > p {
	margin-bottom: 5px;
}

.index_footer {
	background: #f8faff;
	min-height: 2rem;
	border-top: 1px solid #eee;
	padding: 2rem 0;
}

.index_footer .box_{
    margin-bottom: 1.25rem;
}
.index_footer .box_ span{
    font-size: 1rem;
    color: #333;
}
.index_footer .box_ a{
    font-size: 1rem;
    color: #666;
    display: inline-block;
    margin-right: 1.025rem;
    transition: 0.4s;
}
.index_footer .box_ a:hover{
    color: #1f75fe;
}
.index_footer .box .boxLeft {
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
}

.index_footer .box .boxLeft a {
	color: #999;
}

.index_footer .box .boxRight {
	line-height: 1.875rem;
}

.index_footer .box .boxRight a {
	display: inline-block;
	color: #999;
	font-size: 1rem;
}

.index_footer .box .boxRight span {
	display: inline-block;
	color: #999;
	font-size: 1rem;
	margin: 0 0.75rem;
}

.index_fixed {
	position: fixed;
	right: 1.5625rem;
	bottom: 10%;
	z-index: 5;
	display: none;
	transition: 1s;
}

.index_fixed .content1 {
	position: relative;
	top: 0;
	transition: 0.4s;
}

.index_fixed .content1 img {
	width: 3.125rem;
}

.index_fixed .content2 {
	position: relative;
}

.index_fixed .content2 p {
	margin-top: 0.625rem;
	position: relative;
}

.index_fixed .content2 p a {
	display: inline-block;
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	background: #f2f4f9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	transition: 0.4s;
}

.index_fixed .content2 p a img {
	margin: auto;
	max-width: 100%;
	filter: grayscale(100%);
	transition: 0.4s;
}

.index_fixed .content2 p a:hover {
	border: 2px solid #1f75fe;
}

.index_fixed .content2 p a:hover img {
	filter: grayscale(20%);
}

.index_fixed .content2>img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -8.75rem;
	width: 7.875rem;
	display: none;
	transition: 0.4s;
}

.index_fixed .content2:hover>img {
	display: block;
}

.index_fixed .content4 {
	width: 3.125rem;
	margin-top: 0.625rem;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.index_fixed .content4 .mian {
	position: relative;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 18.75rem;
}

.index_fixed .content4 p {
	position: relative;
	z-index: 1;
	top: 1px;
}

.index_fixed .content4 p a {
	display: inline-block;
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	background: #f2f4f9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	transition: 0.4s;
}

.index_fixed .content4 p a img {
	margin: auto;
	max-width: 100%;
	filter: grayscale(100%);
	transition: 0.4s;
}

.index_fixed .content4 .div {
	position: relative;
	left: -4.75rem;
	transition: 0.3s;
}

.index_fixed .content4 .div a {
	display: inline-block;
	font-size: 1.125rem;
	color: #061e39;
	font-family: 'gilroyBold';
	line-height: 3.25rem;
	border-radius: 1.5625rem;
	background: #f8faff;
	padding: 0 2rem 0 5rem;
}

.index_fixed .content4:hover {
	overflow: initial;
}

.index_fixed .content4:hover .mian {
	left: -11rem;
	transition: 0.3s;
}

.index_fixed .content4:hover p a {
	border: 2px solid #1f75fe;
}

.index_fixed .content4:hover p a img {
	filter: grayscale(20%);
}

.index_fixed .content3 {
	margin-top: 2.1875rem;
}

.index_fixed .content3 p a {
	display: inline-block;
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	background: #f2f4f9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	transition: 0.4s;
}

.index_fixed .content3 p a img {
	margin: auto;
	max-width: 100%;
}

.index_fixed .content3 p a:hover {
	border: 2px solid #1f75fe;
}

.index_five .box {
	position: relative;
}

.index_five .box .list {
	position: relative;
}

.index_five .box .list .item {
	position: relative;
	z-index: 5;
	/* height: 33.75rem; */
}

.index_five .box .list .item .boxLeft {
	width: 50%;
	box-sizing: border-box;
}

.index_five .box .list .item .boxLeft h5 {
	font-size: 2.75rem;
	color: #1f75fe;
	letter-spacing: 0;
	line-height: 2.75rem;
	transition: 0.4s;
	font-weight: 700;
}

.index_five .box .list .item .boxLeft h6 {
	font-size: 2.125rem;
}

.index_five .box .list .item .boxLeft .text {
	margin: 2.5rem 0 0;
}

.index_five .box .list .item .boxLeft .text p {
	font-size: 1.375rem;
	line-height: 2.5rem;
	position: relative;
	margin-bottom: 3.5rem;
	letter-spacing: 0;
}

.index_five .box .list .item .boxLeft .text p:last-child {
	margin-bottom: 0;
}

.index_five .box .list .item .boxLeft .text p span {
	position: absolute;
	left: 0;
	top: 0.6875rem;
	display: inline-block;
	border: 0.25rem solid transparent;
	border-left-color: #19dbe2;
}

.index_five .box .list .item .boxLeft .link {
	margin-top: 4.5rem;
}

.index_five .box .list .item .boxLeft .link a {
	display: inline-block;
	line-height: 3.375rem;
	width: 10rem;
	text-align: center;
	border: 1px solid #1f75fe;
	font-size: 1.125rem;
	color: #1f75fe;
	border-radius: 1.875rem;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.index_five .box .list .item .boxLeft .link a span {
	position: relative;
}


@media screen and (min-width: 768px) {
	.index_five .box .list .item .boxLeft .link a::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 0%;
		height: 100%;
		background: #1f75fe;
		border-radius: 1.875rem;
		transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}

	.index_five .box .list .item .boxLeft .link a:hover {
		border: 1px solid transparent;
		color: #fff;
	}

	.index_five .box .list .item .boxLeft .link a:hover::before {
		width: 100%;
		left: 0px;
		right: auto;
	}

}


.index_five .box .list .item .boxRight {
	/* max-width: 50%; */
	width: 50%;
}

.index_five .box .list .item .boxRight img {
	max-width: 100%;
}

.index_five .box .list:nth-child(2n + 1) .item {
	flex-flow: row-reverse;
}

.index_five .box .list1 {
	padding: 8rem 0;
	background-color: #F6F9FE;
}

.index_five .box .list1 .boxLeft {
	color: #283141;
	/* padding-top: 8.5rem;
	padding-left: 8.75rem; */
	padding-top: 9%;
	padding-left: 10%;
}

.index_five .box .list1 .boxLeft .text .slogan_container {
	display: flex;
	margin-bottom: 1.875rem;
}

.index_five .box .list1 .boxLeft .text .slogan_container img {
	color: #283141;
	line-height: 2rem;
	margin-right: 1.125rem;
}

.index_five .box .list1 .boxLeft .text .slogan_container .detail_slogan {
	font-size: 1.5rem;
	color: #283141;
	letter-spacing: 0;
	line-height: 2rem;
}

.index_five .box .list2 {
	background-color: #1F75FE;
}

.index_five .box .list2 .boxLeft {
	color: #FFF;
	padding-top: 5.625rem;
	padding-left: 8%;
	padding-bottom: 6rem;
}

.index_five .box .list2 .boxRight img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.index_five .box .list3 {
	background-color: #F6F9FE;
}

.index_five .box .list3 .boxLeft {
	padding-top: 6.58rem;
	padding-left: 11%;
	padding-bottom: 6.43rem;
}

.index_five .box .list3 .boxRight img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.index_five .box .list4 {
	background-color: #09C8E0;
}

.index_five .box .list4 .boxLeft {
	color: #FFF;
	padding-top: 5.84rem;
	padding-left: 8%;
	padding-bottom: 5.11rem;
}

.index_five .box .list4 .boxRight img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.index_five .box .list5 {
	background-color: #F6F9FE;
}

.index_five .box .list5 .boxLeft {
	padding-top: 8.76rem;
	padding-left: 11%;
	padding-bottom: 7.89rem;
}

.index_five .box .list5 .boxRight img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.index_five .g-rect-fill {
	fill: none;
	stroke-dasharray: 0, 4984;
	stroke-dashoffset: 0;
	transition: 1.5s;
}

.lpk {
	background: #ded4d4;
	text-align: center;
}

.lpk .g-rect-path {
	fill: none;
	stroke-width: 10;
	stroke: #d3dce6;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.lpk .g-rect-fill {
	fill: none;
	stroke-width: 10;
	stroke: #ff7700;
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-dasharray: 0, 4984;
	stroke-dashoffset: 0;
}

@keyframes lineMove {
	0% {
		stroke-dasharray: 0, 1350;
	}

	100% {
		stroke-dasharray: 1350, 1350;
	}
}

.hs_banner {
	position: relative;
	min-height: 46.375rem;
	overflow: hidden;
}

.hs_banner img {
	/* width: 100%;
	height: 100%;
	object-fit: cover; */
	position: absolute;
	bottom: 10%;
	right: 11.75rem;
	height: 80%;
}

.hs_banner .mc {
	display: none;
}
.hs_banner .pc {
	position: absolute;
	height: 88%;
	bottom: 6%;
	width: 100%;
}
/* .hs_banner2 .pc{
	height: 88%;
	bottom: 6%;
} */
.hs_banner .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
}

.hs_banner .box .main h5 {
	font-size: 3rem;
	color: #061e39;
	font-weight: bold;
}

.hs_banner .box .main h6 {
	font-size: 1.25rem;
	color: #1f75fe;
	margin-top: 0.5rem;
	height: 1.5rem;
}

.hs_banner .box .main h6 span {
	font-family: 'gilroyBold';
}

.hs_banner .box .main div {
	margin-top: 2.1875rem;
	font-size: 1.125rem;
	color: #333;
	line-height: 2.375rem;
	width: 43rem;
}

.hs_banner .box .main p {
	margin-top: 5.625rem;
}

.hs_banner .box .main p a {
	display: inline-block;
	width: 13.125rem;
	border-radius: 1.875rem;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: 0.4s;
}

.hs_banner .box .main p a span {
	position: relative;
	border: 1px solid #1f75fe;
	display: block;
	line-height: 3.75rem;
	border-radius: 1.875rem;
}

.hs_banner .box .main p a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1f75fe;
	border-radius: 30px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (min-width: 768px) {

	.hs_banner .box .main p a:hover {
		color: #1f75fe;
	}

	.hs_banner .box .main p a:hover::before {
		width: 0;
		left: auto;
		right: 0px;
	}
}



.hs_banner .box .main1 h5 {
	font-family: 'PingFangSC-Regular';
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 60px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	font-weight: 500;
}

.hs_banner .box .main1 p {
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 30px;
	font-weight: 400;
	margin-top: 20px;
}

.hs_banner .box .main2 {
	margin-bottom: -2rem;
}

.hs-join-text.box .main2 p {
	font-size: 2.5rem;
	color: #333;
	line-height: 3.4rem;
}

.AboutUs-banner .wow {
	color: #fff !important;
}
.hs-join-text {
	margin-left: 6rem;
}

.btn-join-up {
	display:block;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	background: #1f75fe;
	border-radius: 1.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	margin-top: 3rem;
}
.btn-join-up:hover {
	color: #fff;
}

@media screen and (min-width: 1200px) {
	.hs-join-text {
		margin-left: 3rem;
	}

	.index_head.home_page:not(.white_mode) .logo .oldOne {
		display: none;
	}

	.index_head.home_page:not(.white_mode) .logo .newOne {
		display: block !important;
	}

	.index_head.home_page:not(.index_headOn) .box .link .p1 a {
		color: #1f75fe;
		background: #fff;
	}

	.index_head.home_page:not(.white_mode) .box .nav .item > a {
		color: #fff;
	}
}

@media screen and (min-width: 1400px) {
	.hs-join-text {
		margin-left: 2rem;
	}
}

@media screen and (min-width: 1700px) {
	.hs-join-text .w1520{
		max-width: 85%;
	}
}

@media screen and (max-width: 1200px) {
	.hs-join-text.box .main2 p {
		font-size: 2.3rem;
		color: #333;
		line-height: 2.8rem;
	}
}

@media screen and (max-width: 1000px) {
	.hs-join-text.box .main2 p {
		font-size: 1.7rem;
		color: #333;
		line-height: 2.4rem;
	}
	.btn-join-up {
		width: 8rem;
		height: 2.6rem;
		line-height: 2.6rem;
		font-size: 1.2rem;
		margin-top: 1.5rem;
		border-radius: 1.5rem;
	}
}

@media screen and (max-width: 710px) {
	.hs_banner  .hs-join-text .main2 p {
		font-size: 1.4rem ;
	}
	.btn-join-up {
		width: 6rem;
		height: 2.3rem;
		line-height: 2.3rem;
		font-size: 0.5rem;
		margin-top: 1.5rem;
		border-radius: 1.15rem;
	}
	.hs-join-text {
		margin-left: 0rem;
	}
}

@media screen and (max-width: 500px) {
	.btn-join-up {
		width: 5rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 0.4rem;
		margin-top: 1.5rem;
		border-radius: 1rem;
	}
	.hs-join-text {
		margin-left: 0rem;
	}
}
.hs_banner1 {
	/* background: url(../images/bg_1.png) no-repeat 50% 50%; */
	background-size: 100% 100%;
	background: #eef3ff;
}

.hs_banner1>video {
	position: absolute;
	bottom: 0%;
	right: 0;
	height: 100%;
	width: 100%;
}

.hs_banner2 {
	background: #eef3ff;
}

.hs_twoNav {
	border-bottom: 1px solid #eee;
	position: sticky;
	top: 96px;
	background: #fff;
	z-index: 5;
	/* position: relative; */
}
.hs_twoNav::after{
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}
.hs_twoNav1{
	position: sticky;
	top: 96px;
}
.hs_twoNav1::after{
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}
.hs_twoNav  .box{

}
.hs_twoNav p {
	margin: 0 2rem;
}

.hs_twoNav p a {
	display: inline-block;
	line-height: 5.3125rem;
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	transition: 0.4s;
}

.hs_twoNav p a:hover {
	color: #1f75fe;
	border-bottom: 2px solid #1f75fe;
}

.hs_twoNav .active a {
	color: #1f75fe;
	border-bottom: 2px solid #1f75fe;
}

.hs_case .box .item {
	width: 32%;
	margin-right: 2%;
	box-shadow: 0 5px 1.25rem #f5f7f9;
	border-radius: 0.8rem;
	margin-bottom: 1.875rem;
	overflow: hidden;
}

.hs_case .box .item:nth-child(3n) {
	margin-right: 0;
}

.hs_case .box .item a .content1 {
	overflow: hidden;
}

.hs_case .box .item a .content1 img {
	width: 100%;
	transition: 0.4s;
	height: 18.9375rem;
	object-fit: cover;
}

.hs_case .box .item a .content2 {
	box-sizing: border-box;
	padding: 2.375rem 3rem;
}

.hs_case .box .item a .content3 img {
	height: 3rem;
}

.hs_case .box .item a .content4 {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	color: #000;
	line-height: 2.25rem;
	height: 4.5rem;
}

.hs_case .box .item a .content5 {
	margin-top: 2.125rem;
	font-size: 1rem;
	color: #1f75fe;
	line-height: 1.25rem;
}

.hs_case .box .item a .content5 span {
	font-size: 1rem;
}

.hs_case .box .item:hover {
	box-shadow: 0 0 1.25rem #e8f1ff;
}

.hs_case .box .item:hover a .content1 img {
	transform: scale(1.1);
}

.hs_case .box1 {
	padding-top: 3.625rem;
}

.hs_case .box1 a {
	display: inline-block;
	line-height: 3.375rem;
	width: 11.25rem;
	text-align: center;
	border: 1px solid #1f75fe;
	font-size: 1.125rem;
	color: #1f75fe;
	border-radius: 1.875rem;
	transition: 0.4s;
}

.hs_case .box1 a:hover {
	background: #1f75fe;
	color: #fff;
}

.hs_case1 {
	border-bottom: 1px solid #eee;
	margin-top: 4.875rem;
}

.hs_case1 .box .boxLeft {
	width: 45%;
}

.hs_case1 .box .boxLeft h5 {
	font-size: 1.875rem;
	color: #061e39;
	font-weight: bold;
}

.hs_case1 .box .boxLeft h6 {
	font-size: 1.875rem;
	color: #061e39;
	margin-top: 0.3125rem;
	letter-spacing: 0.5px;
}

.hs_case1 .box .boxLeft .heng {
	margin-top: 2.1875rem;
	width: 3.125rem;
	height: 0.1875rem;
	background: #1f75fe;
}

.hs_case1 .box .boxLeft .text {
	margin-top: 2.1875rem;
	font-size: 1rem;
	line-height: 2.25rem;
	color: #333;
	text-align: justify;
}

.hs_case1 .box .boxLeft .main {
	margin-top: 3.625rem;
}

.hs_case1 .box .boxLeft .main .item {
	box-sizing: border-box;
	border-right: 1px solid #eee;
	padding-right: 3.5rem;
}

.hs_case1 .box .boxLeft .main .item:last-child {
	padding-right: 0;
	border: 0;
}

.hs_case1 .box .boxLeft .main .item .top {
	font-size: 2.25rem;
	font-family: 'gilroyBold';
	color: #1f75fe;
}

.hs_case1 .box .boxLeft .main .item .bot {
	font-size: 1.125rem;
	color: #666;
	margin-top: 0.875rem;
}

.hs_case1 .box .boxRight {
	width: 50%;
}

.hs_case1 .box .boxRight img {
	width: 100%;
}

.hs_case2 .box .boxLeft {
	background: #e8f1ff;
	width: 52%;
	box-sizing: border-box;
	padding: 5.25rem 3.75rem 5.25rem 6rem;
}

.hs_case2 .box .boxLeft div {
	font-size: 1.5rem;
	color: #061e39;
	line-height: 2.9375rem;
	text-align: justify;
	position: relative;
}

.hs_case2 .box .boxLeft div span {
	position: absolute;
	top: -1rem;
	left: -2.375rem;
}

.hs_case2 .box .boxLeft div font {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -1rem;
	transform: rotate(180deg);
}

.hs_case2 .box .boxLeft p {
	font-size: 1.125rem;
	color: #1f75fe;
	margin-top: 2.8125rem;
}

.hs_case2 .box .boxLeft p span {
	display: inline-block;
	width: 3.75rem;
	height: 1px;
	background-color: #1f75fe;
	vertical-align: super;
}

.hs_case2 .box .boxRight {
	width: 45%;
}

.hs_case2 .box .boxRight p {
	font-size: 1rem;
	color: #333;
	line-height: 2.25rem;
	text-align: justify;
}

.hs_case3 {
	margin-top: 4rem;
}

.hs_case3 .box h5 {
	font-size: 1.875rem;
	color: #000;
	margin-bottom: 1.75rem;
}

.hs_case3 .box p {
	font-size: 1rem;
	color: #333;
	line-height: 2.25rem;
	text-align: justify;
}

.hs_case4 .box .boxLeft {
	width: 45.5%;
	background: #eefafa;
	box-sizing: border-box;
	font-size: 1rem;
	color: #061e39;
	line-height: 2.25rem;
	padding: 6.25rem 4.9rem;
	text-align: justify;
}

.hs_case4 .box .boxRight {
	background: #e8f1ff;
	width: 52%;
	box-sizing: border-box;
	padding: 5.25rem 3.75rem 5.25rem 6rem;
}

.hs_case4 .box .boxRight div {
	font-size: 1.5rem;
	color: #061e39;
	line-height: 2.9375rem;
	text-align: justify;
	position: relative;
}

.hs_case4 .box .boxRight div span {
	position: absolute;
	top: -1rem;
	left: -2.375rem;
}

.hs_case4 .box .boxRight div font {
	display: inline-block;
	position: absolute;
	right: 0rem;
	bottom: -1rem;
	transform: rotate(180deg);
}

.hs_case4 .box .boxRight p {
	font-size: 1.125rem;
	color: #1f75fe;
	margin-top: 2.8125rem;
}

.hs_case4 .box .boxRight p span {
	display: inline-block;
	width: 3.75rem;
	height: 1px;
	background-color: #1f75fe;
	vertical-align: super;
}

.hs_case5 .box {
	background: #e8f1ff;
	padding: 4.75rem 0;
}

.hs_case5 .box .top p {
	font-size: 1.5rem;
	color: #061e39;
	line-height: 2.9375rem;
	text-align: center;
	width: 59.375rem;
	position: relative;
}

.hs_case5 .box .top p span {
	position: absolute;
	top: -2rem;
	left: -2.375rem;
}

.hs_case5 .box .top p font {
	display: inline-block;
	position: absolute;
	right: 0rem;
	bottom: -1rem;
	transform: rotate(180deg);
}

.hs_case5 .box .bot {
	font-size: 1.125rem;
	color: #1f75fe;
	margin-top: 2.8125rem;
	text-align: center;
}

.lpkbtn a {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #eee;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	transition: 0.4s;
}

.lpkbtn a span {
	font-size: 1.125rem;
	color: #000;
	transition: 0.4s;
}

.lpkbtn a:hover {
	border: 1px solid #1f75fe;
}

.lpkbtn a:hover span {
	color: #1f75fe;
}

.lpkgo a {
	display: inline-block;
	width: 9.5rem;
	line-height: 3.125rem;
	border-radius: 1.5625rem;
	font-size: 1rem;
	color: #fff;
	background: #1f75fe;
	text-align: center;
	box-shadow: 0px 0px 1rem #8dacde;
	border: 1px solid #1f75fe;
	transition: 0.2s;
}

.lpkgo a:hover {
	background: none;
	color: #1f75fe;
	box-shadow: none;
}

.hs_case6 {
	margin-top: 3.25rem;
}

.hs_case6 .box {
	border-top: 1px solid #eee;
	padding: 4rem 0 0;
}

.hs_case7 {
	background: #f8faff;
	min-height: 6.25rem;
}

.hs_case7 .box {
	margin-top: 3.125rem;
}

.hs_case7 .box .banner .swiper-container {
	padding: 10px 0;
}

.hs_case7 .box .banner .item {
	border-radius: 0.625rem;
}

.hs_case7 .box .banner .item a .content1 {
	overflow: hidden;
}

.hs_case7 .box .banner .item a .content1 img {
	width: 100%;
	transition: 0.4s;
}

.hs_case7 .box .banner .item a .content2 {
	box-sizing: border-box;
	margin-top: 1.75rem;
}

.hs_case7 .box .banner .item a .content2 .left h5 {
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
	transition: 0.4s;
}

.hs_case7 .box .banner .item a .content2 .left p {
	font-size: 1rem;
	color: #999;
	margin-top: 0.625rem;
}

.hs_case7 .box .banner .item:hover a .content2 h5 {
	color: #1f75fe;
}

.hs_case7 .box .box1 {
	margin-top: 3.125rem;
}

.hs_case7 .box .box1 .left p {
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f3f5fa;
	line-height: 2.875rem;
	text-align: center;
	margin-right: 1.25rem;
	box-shadow: 0px 0px 10px #e2ecfd;
	cursor: pointer;
	transition: 0.4s;
}

.hs_case7 .box .box1 .left p span {
	font-size: 1.125rem;
	color: #adb1b9;
	transition: 0.4s;
}

.hs_case7 .box .box1 .left p:hover span {
	color: #1f75fe;
	font-weight: bold;
}

.hs_case7 .box .box1 .right {
	font-size: 1rem;
	color: #adb1b9;
	font-family: 'gilroyBold';
	line-height: 3.125rem;
}

.hs_news .box .list {
	border-bottom: 1px solid #eee;
}

.hs_news .box .list .item {
	margin-bottom: 4.375rem;
}

.hs_news .box .list .item a .boxLeft {
	width: 32%;
	overflow: hidden;
	position: relative;
	border-radius: 0.625rem;
}

.hs_news .box .list .item a .boxLeft img {
	width: 100%;
	transition: 0.3s;
}

.hs_news .box .list .item a .boxLeft span {
	position: absolute;
	display: inline-block;
	width: 4.6875rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 0.875rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	top: 1rem;
	left: 1rem;
	font-size: 0.875rem;
	color: #fff;
}

.hs_news .box .list .item a .boxRight {
	width: 62%;
}

.hs_news .box .list .item a .boxRight .time {
	font-size: 1rem;
	color: #999;
	font-family: 'gilroyBold';
}

.hs_news .box .list .item a .boxRight .time span {
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #999;
	margin-right: 0.625rem;
	vertical-align: middle;
}

.hs_news .box .list .item a .boxRight h5 {
	font-size: 1.625rem;
	color: #000;
	margin-top: 1.375rem;
}

.hs_news .box .list .item a .boxRight .text {
	margin-top: 1.5rem;
	font-size: 1rem;
	color: #666;
	line-height: 2.25rem;
}

.hs_news .box .list .item a .boxRight .link {
	margin-top: 4.125rem;
}

.hs_news .box .list .item a .boxRight .link span {
	display: inline-block;
	width: 8.75rem;
	line-height: 3rem;
	border-radius: 1.5625rem;
	border: 1px solid #1f75fe;
	text-align: center;
	color: #1f75fe;
	transition: 0.4s;
}

.hs_news .box .list .item a .boxRight .link span:hover {
	background: #1f75fe;
	color: #fff;
}

.hs_news .box .list .item:hover a .boxLeft img {
	transform: scale(1.1);
}

.infomation_header {
 background: #fff;
}

.infomation_header .box .nav .item>a .logo {
	padding: 0;
	height: 44px;
	width: 165px;
}

.infomation_header .box .nav .item>a {
	line-height: 60px;
}

.infomation_header .box .nav .item .icon {
	display: flex;
	gap: 5px;
	align-items: center;
}

.hs_infomation {
	padding-top: 90px;
	margin-top: 0;
	background: #f6f6f6;
}

.hs_infomation .box .hs_twoNav1 {
	border: none;
	padding: 10px 20px;
}

.hs_infomation .box .list {
	margin-top: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 20px;
}

.hs_infomation .box .list .item {
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
}

.hs_infomation .box .list .item a {
	display: flex;
	width: 100%;
	align-items: center;
}

.hs_infomation .box .list .item a .boxLeft {
	width: 32%;
	overflow: hidden;
	position: relative;
	border-radius: 0.625rem;
}

.hs_infomation .box .list .item a .boxLeft img {
	width: 100%;
	transition: 0.3s;
}

.hs_infomation .box .list .item a .boxRight {
	width: 62%;
}

.hs_infomation .box .list .item a .boxRight h5 {
	font-size: 1.625rem;
	color: #000;
	margin-top: 10px;
}

.hs_infomation .box .list .item a .boxRight .time {
	font-size: 1rem;
	color: #999;
	font-family: 'gilroyBold';
	margin-top: 10px;
}

.hs_infomation .box .list .item a .boxRight .text {
	font-size: 1rem;
	color: #666;
	margin-top: 10px;
}

.hs_infomation .box .list .item a .boxRight .tags {
	margin-top: 10px;
}

.hs_infomation .box .list .item a .boxRight .tags {
	margin-top: 10px;
	display: flex;
	overflow-x: scroll;
	gap: 10px;
}

.hs_infomation .box .list .item a .boxRight .tags .layui-btn {
	border-color: #0e71eb;
	color: #0e71eb;
	padding: 0 15px;
}

.hs_infomation .box .rightBox {
	border-left: 1px solid #eee;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
}

.hs_infomation .box .rightBox h5 {
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 1.75rem;
}

.hs_infomation .box .rightBox .arc_title {
	display: flex;
	justify-content: space-between;
	font-size: 1.25rem;
	color: #000;
	margin-bottom: 1.75rem;
}

.hs_infomation .box .rightBox .arc_title span {
	color: #000;
	font-weight: 600;
}
.hs_infomation .box .rightBox .arc_title a{
	color: #409EFF;
}

.hs_infomation .box .rightBox .arclist .item {
	border-top: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: 0;
}

.hs_infomation .box .rightBox .arclist .item a {
	display: flex;
	align-items: center;
}

.hs_infomation .box .rightBox .arclist .item a i {
  color: #409EFF;
	margin-right: 5px;
}

.hs_infomation .box .rightBox .arclist .item a .text {
	margin-top: 0;
}

.hs_infomation .box .rightBox h5.hot_tags {
	text-align: center;
}

.hs_infomation .box .rightBox .item {
	margin-bottom: 3.625rem;
}

.hs_infomation .box .rightBox .item a .img {
	overflow: hidden;
	border-radius: 0.625rem;
}

.hs_infomation .box .rightBox .item a .img img,
.hs_infomation .box .rightBox .item .img img {
	width: 100%;
	transition: 0.4s;
}

.hs_infomation .box .rightBox .item a .text {
	font-size: 1.125rem;
	color: #000;
	margin-top: 2rem;
}

.hs_infomation .box .rightBox .item a .time {
	font-size: 1rem;
	color: #999;
	font-family: 'gilroyBold';
	margin-top: 0.875rem;
}

.hs_infomation .box .rightBox .item a:hover .img img {
	transform: scale(1.1);
}


.hs_infomation .box .rightBox .tags{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 10px;
	gap: 10px;
}

.hs_infomation .box .rightBox .tags .layui-btn {
	margin-left: 0;
	border-color: #0e71eb;
	color: #0e71eb;
}

.hs_infomation .box .boxLeft .content4 .left,
.hs_infomation .box .boxLeft .content4 .right {
	width: 45%;
}

.hs_infomation .box .boxLeft .content4 .left img,
.hs_infomation .box .boxLeft .content4 .right img {
	width: 100%;
}

.hsPage {
	margin-top: 3.625rem;
}

.hsPage .number {
	line-height: 3.125rem;
	margin: 0 1.875rem;
}

.hsPage .number a {
	font-size: 1.125rem;
	display: inline-block;
	font-family: 'gilroyBold';
	color: #000;
	width: 3.125rem;
	text-align: center;
}

.hsPage .number a:hover {
	color: #1f75fe;
}

.hsPage .number .active {
	color: #1f75fe;
}
.hs_news1 {
	margin-top: 4.875rem;
}
.hs_news1 .box .boxLeft {
	width: 64%;
}

.hs_news1 .box .boxLeft .content1 {
	font-size: 1.875rem;
	color: #000;
}

.hs_news1 .box .boxLeft .content2 {
	margin-top: 1.75rem;
}

.hs_news1 .box .boxLeft .content2 .left {
	font-size: 1rem;
	color: #999;
	line-height: 2rem;
}

.hs_news1 .box .boxLeft .content2 .left span {
	display: inline-block;
	margin-right: 3.75rem;
}

.hs_news1 .box .boxLeft .content2 .right {
	font-size: 1rem;
	color: #999;
	line-height: 2rem;
}

.hs_news1 .box .boxLeft .content2 .right a {
	opacity: 1;
	width: 2rem;
	height: 2rem;
	display: inline-block;
}

.hs_news1 .box .boxLeft .content2 .right a:nth-child(1) {
	background: url(../images/weibo.png) no-repeat;
}

.hs_news1 .box .boxLeft .content2 .right a:nth-child(2) {
	background: url(../images/weixin.png) no-repeat;
}

.hs_news1 .box .boxLeft .content2 .right a:nth-child(3) {
	background: url(../images/qq.png) no-repeat;
}

.hs_news1 .box .boxLeft .content3 {
	margin-top: 1.875rem;
	padding-top: 3.125rem;
	border-top: 1px solid #eee;
}

.hs_news1 .box .boxLeft .content3 p {
	font-size: 1rem;
	color: #000;
	line-height: 2.25rem;
	text-align: justify;
}

.hs_news1 .box .boxLeft .content3 p img {
	width: 100%;
}

.hs_infomation .box .boxLeft .content3 {
  margin-top: 1.875rem;
  padding-top: 3.125rem;
  border-top: 1px solid #eee;
}

.hs_infomation .box .boxLeft .content3 * {
  margin: initial;
  padding: initial;
  font-size: inherit;
  line-height: inherit;
}

.hs_infomation .box .boxLeft .content3 p {
  margin: 1em 0;
  line-height: 1.6;
}

.hs_infomation .box .boxLeft .content3 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

.hs_infomation .box .boxLeft .content3 ul,
.hs_infomation .box .boxLeft .content3 ol {
  margin: 1em 0;
  padding-left: 2em;
}

.hs_infomation .box .boxLeft .content3 h1,
.hs_infomation .box .boxLeft .content3 h2,
.hs_infomation .box .boxLeft .content3 h3,
.hs_infomation .box .boxLeft .content3 h4,
.hs_infomation .box .boxLeft .content3 h5,
.hs_infomation .box .boxLeft .content3 h6 {
  margin: 1em 0 0.5em;
  font-weight: bold;
}

.hs_news1 .box .boxLeft .content4 {
	margin-top: 3.125rem;
}

.hs_news1 .box .boxRight {
	width: 30.5%;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	padding-left: 5rem;
}

.hs_news1 .box .boxRight h5 {
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 1.75rem;
}

.hs_news1 .box .boxRight .item {
	margin-bottom: 3.625rem;
}

.hs_news1 .box .boxRight .item a .img {
	overflow: hidden;
	border-radius: 0.625rem;
}

.hs_news1 .box .boxRight .item a .img img {
	width: 100%;
	transition: 0.4s;
}

.hs_news1 .box .boxRight .item a .text {
	font-size: 1.125rem;
	color: #000;
	margin-top: 2rem;
}

.hs_news1 .box .boxRight .item a .time {
	font-size: 1rem;
	color: #999;
	font-family: 'gilroyBold';
	margin-top: 0.875rem;
}

.hs_news1 .box .boxRight .item a:hover .img img {
	transform: scale(1.1);
}

.hs_video .box .boxLeft {
	width: 66%;
}

.hs_video .box .boxLeft .list {
	border-radius: 0.625rem;
	overflow: hidden;
	display: none;
}

.hs_video .box .boxLeft .list a {
	display: block;
	position: relative;
}

.hs_video .box .boxLeft .list a>img {
	width: 100%;
}

.hs_video .box .boxLeft .list a .main {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.hs_video .box .boxLeft .list a .main span {
	margin: auto;
	position: relative;
}

.hs_video .box .boxLeft .list a .main span img {
	width: 5.625rem;
	height: 5.625rem;
	position: relative;
	z-index: 1;
}

.hs_video .box .boxLeft .list a .main span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #1f75fe;
	animation: mymove 2s infinite;
	-moz-animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
	-o-animation: mymove 2s infinite;
}

.hs_video .box .boxLeft .list a .main span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #1f75fe;
	animation: mymove 2s infinite;
	-moz-animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
	-o-animation: mymove 2s infinite;
	animation-delay: 0.3s;
}

.hs_video .box .boxLeft .active {
	display: block;
}

.hs_video .box .boxRight {
	width: 32%;
	box-sizing: border-box;
	box-shadow: 0 0 1.25rem #e8f1ff;
	padding: 1rem 3.75rem;
}

.hs_video .box .boxRight .item {
	border-bottom: 1px solid #eee;
	padding: 1.5rem 0;
}

.hs_video .box .boxRight .item:last-child {
	border: 0;
}

.hs_video .box .boxRight .item a h5 {
	font-size: 1.125rem;
	color: #000;
}

.hs_video .box .boxRight .item a h5 img {
	margin-right: 0.375rem;
	display: none;
}

.hs_video .box .boxRight .item a p {
	font-size: 1rem;
	color: #999;
	margin-top: 0.75rem;
}

.hs_video .box .boxRight .active a h5 {
	color: #1f75fe;
}

.hs_video .box .boxRight .active a h5 img {
	display: inline-block;
}

@keyframes mymove {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(1.4);
	}
}

.hs_video1 .box .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3.4375rem;
}

.hs_video1 .box .item:nth-child(3n) {
	margin-right: 0;
}

.hs_video1 .box .item a {
	display: block;
}

.hs_video1 .box .item a .img {
	overflow: hidden;
	border-radius: 0.625rem;
}

.hs_video1 .box .item a .img img {
	width: 100%;
	transition: 0.4s;
}

.hs_video1 .box .item a .text {
	padding: 2rem 0 0;
}

.hs_video1 .box .item a .text .left div {
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
	transition: 0.4s;
}

.hs_video1 .box .item a .text .left p {
	font-size: 1rem;
	color: #999;
	margin-top: 0.625rem;
}

.hs_video1 .box .item a .text .right {
	padding-top: 0.1875rem;
}

.hs_video1 .box .item a .text .right img {
	width: 2.8125rem;
}

.hs_video1 .box .item:hover a .text .left div {
	color: #1f75fe;
}

.hs_video3 .box .botTop h5 {
	font-size: 2.25rem;
	margin-bottom: 2rem;
}

.hs_video3 .box .botTop .left {
	font-size: 1rem;
	color: #999;
	line-height: 2rem;
}

.hs_video3 .box .botTop .left span {
	display: inline-block;
	margin-right: 2.5rem;
}

.hs_video3 .box .botTop .right {
	font-size: 1rem;
	color: #999;
	line-height: 2rem;
}

.hs_video3 .box .botTop .right a {
	opacity: 1;
	width: 2rem;
	height: 2rem;
	padding-left: 0.625rem;
}

.hs_video3 .box .botTop .right a:nth-child(2) {
	background: url(../images/weibo.png) no-repeat;
}

.hs_video3 .box .botTop .right a:nth-child(3) {
	background: url(../images/weixin.png) no-repeat;
}

.hs_video3 .box .botTop .right a:nth-child(4) {
	background: url(../images/qq.png) no-repeat;
}

.hs_video3 .box .anniu a {
	display: inline-block;
	line-height: 3.125rem;
	border-radius: 1.5625rem;
	font-size: 1rem;
	padding: 0 2rem;
	color: #fff;
	background: #1f75fe;
	text-align: center;
	box-shadow: 0px 0px 16px rgb(0 46 39.33333333%);
}

.hs_video3 .box .boxBot {
	margin-top: 3.4375rem;
	position: relative;
}

.hs_video3 .box .boxBot>img {
	width: 100%;
}

.hs_video3 .box .boxBot video {
	width: 100%;
	min-height: 90vh;
}

.hs_video3 .box .boxBot .main {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.hs_video3 .box .boxBot .main span {
	margin: auto;
	position: relative;
	cursor: pointer;
}

.hs_video3 .box .boxBot .main span img {
	width: 5.625rem;
	height: 5.625rem;
	position: relative;
	z-index: 1;
}

.hs_video3 .box .boxBot .main span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #1f75fe;
	animation: mymove 2s infinite;
	-moz-animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
	-o-animation: mymove 2s infinite;
}

.hs_video3 .box .boxBot .main span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #1f75fe;
	animation: mymove 2s infinite;
	-moz-animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
	-o-animation: mymove 2s infinite;
	animation-delay: 0.3s;
}

.hs_video3 .box .text {
	margin-top: 4rem;
}

.hs_video3 .box .text p {
	font-size: 1rem;
	color: #666;
	line-height: 2.25rem;
}

.lpk_nav {
	position: fixed;
	top: 86px;
	left: 0;
	width: 100%;
	z-index: 12;
	display: none;
	transition: 0.4s;
}

.lpk_nav .box {
	line-height: 66px;
	background: #fafbfc;
	border-bottom: 1px solid #eee;
}

.lpk_nav .box .item {
	margin: 0 1.875rem;
	font-size: 16px;
	color: #999;
	position: relative;
	transition: 0.4s;
	cursor: pointer;
}

.lpk_nav .box .item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #1f75fe;
	opacity: 0;
	transition: 0.4s;
}

.lpk_nav .box .active {
	color: #1f75fe;
}

.lpk_nav .box .active::after {
	opacity: 1;
}


.hs_qrs {
	/* margin-top: 3.75rem; */
}

.hs_qrs .box {
	margin-top: 3.125rem;
	perspective: 350;
	-webkit-perspective: 350;
}

.hs_qrs .box .item {
	width: 31.5%;
	transition: 0.4s;
	position: relative;
}

.hs_qrs .box .item .main {
	text-align: center;
	background: #fcfdff;
	box-sizing: border-box;
	padding: 5.625rem 3.125rem;
	position: relative;
	border-radius: 1rem;
}

.hs_qrs .box .item .main::after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	border-radius: 1rem;
	content: '';
	z-index: -1;
	background: linear-gradient(90deg, #e5edff, #e3fcfc);
}

.hs_qrs .box .item .content2 {
	font-size: 1.5rem;
	color: #061e39;
	font-weight: bold;
	margin-top: 3.125rem;
	transition: 0.4s;
}

.hs_qrs .box .item .content3 {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	margin-top: 1.125rem;
}

.hs_qrs .box .item i {
	position: absolute;
	display: block;
	transition: 0.5s;
}

.hs_qrs .box .item .t {
	left: 0;
	top: 0;
	width: 0%;
	height: 3px;
	background: linear-gradient(45deg, #0e71eb, #09d8e0);
}

.hs_qrs .box .item .r {
	top: 0;
	right: 0;
	width: 3px;
	height: 0%;
	background: linear-gradient(45deg, #0e71eb, #09d8e0);
}

.hs_qrs .box .item .b {
	right: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	background: linear-gradient(45deg, #09d8e0, #0e71eb);
}

.hs_qrs .box .item .l {
	bottom: 0;
	left: 0;
	width: 3px;
	height: 0%;
	background: linear-gradient(45deg, #09d8e0, #0e71eb);
}

.hs_qrs .box .item:hover {
	transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY();
	-webkit-transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1);
}

.hs_qrs .box .item:hover .main .content2 {
	color: #1f75fe;
}

.hs_qrs .box .item:hover .t {
	width: 100%;
}

.hs_qrs .box .item:hover .r {
	height: 100%;
}

.hs_qrs .box .item:hover .b {
	width: 100%;
}

.hs_qrs .box .item:hover .l {
	height: 100%;
}

.hs_qrs .box .item1 {
	transform: rotateY(10deg) skewX(0deg) skewY(0deg) scaleX(0.7) scaleY(0.9);
	-webkit-transform: rotateY(10deg) skewX(0deg) skewY(0deg) scaleX(0.7) scaleY(0.9);
}

.hs_qrs .box .item3 {
	transform: rotateY(-10deg) skewX(0deg) skewY(0deg) scaleX(0.7) scaleY(0.9);
	-webkit-transform: rotateY(-10deg) skewX(0deg) skewY(0deg) scaleX(0.7) scaleY(0.9);
}

.hs_qrs .box1 {
	margin-top: 3.125rem;
	position: relative;
}

.hs_qrs .box1 .item {
	transition: 0.4s;
	position: relative;
}

.hs_qrs .box1 .item .main {
	text-align: center;
	background: #fcfdff;
	box-sizing: border-box;
	padding: 5.625rem 3.125rem;
	position: relative;
	border-radius: 1rem;
}

.hs_qrs .box1 .item .main::after {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	border-radius: 1rem;
	content: '';
	z-index: -1;
	background: linear-gradient(90deg, #e5edff, #e3fcfc);
}

.hs_qrs .box1 .item .content2 {
	font-size: 1.5rem;
	color: #061e39;
	font-weight: bold;
	margin-top: 3.125rem;
	transition: 0.4s;
}

.hs_qrs .box1 .item .content3 {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	margin-top: 1.125rem;
}

.hs_qrs .box1 .item i {
	position: absolute;
	display: block;
	transition: 0.5s;
}

.hs_qrs .box1 .item .t {
	left: 0;
	top: 0;
	width: 0%;
	height: 3px;
	background: linear-gradient(45deg, #0e71eb, #09d8e0);
}

.hs_qrs .box1 .item .r {
	top: 0;
	right: 0;
	width: 3px;
	height: 0%;
	background: linear-gradient(45deg, #0e71eb, #09d8e0);
}

.hs_qrs .box1 .item .b {
	right: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	background: linear-gradient(45deg, #09d8e0, #0e71eb);
}

.hs_qrs .box1 .item .l {
	bottom: 0;
	left: 0;
	width: 3px;
	height: 0%;
	background: linear-gradient(45deg, #09d8e0, #0e71eb);
}

.hs_qrs .box1 .item:hover {
	transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY();
	-webkit-transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1);
}

.hs_qrs .box1 .item:hover .main .content2 {
	color: #1f75fe;
}

.hs_qrs .box1 .item:hover .t {
	width: 100%;
}

.hs_qrs .box1 .item:hover .r {
	height: 100%;
}

.hs_qrs .box1 .item:hover .b {
	width: 100%;
}

.hs_qrs .box1 .item:hover .l {
	height: 100%;
}

.hs_qrs .box1 .swiper-container {
	padding: 6px;
}
.hs_qrs .box1 .lpk_btn{
	display: none;
}

.hs_qrs .box1 .swiper-slide {
	perspective: 350;
	-webkit-perspective: 350;
}

.hs_qrs .box1 .swiper-slide-prev .item {
	transform: rotateY(10deg) skewX(0deg) skewY(0deg) scaleX(0.8) scaleY(0.9);
	-webkit-transform: rotateY(10deg) skewX(0deg) skewY(0deg) scaleX(0.8) scaleY(0.9);
}

.hs_qrs .box1 .swiper-slide-next .item {
	transform: rotateY(-10deg) skewX(0deg) skewY(0deg) scaleX(0.8) scaleY(0.9);
	-webkit-transform: rotateY(-10deg) skewX(0deg) skewY(0deg) scaleX(0.8) scaleY(0.9);
}

.hs_qrs .box1 .btnLeft {
	position: absolute;
	width: 26%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	cursor: pointer;
}

.hs_qrs .box1 .btnRight {
	position: absolute;
	width: 26%;
	height: 100%;
	z-index: 2;
	top: 0;
	right: 0;
	cursor: pointer;
}

.hs_qrs1 {
	min-height: 6.25rem;
	background: #f8faff;
	padding-bottom: 6.25rem;
}

.hs_qrs1 .box {
	margin: 72px auto 0;
	position: relative;
}

.hs_qrs1 .box .img {
	margin: auto;
	width: 625px;
	position: relative;
}

.hs_qrs1 .box .img img {
	width: 100%;
}

.hs_qrs1 .box .img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 465px;
	height: 465px;
	border: 1px solid #35a3ff;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	animation: w_bg 3s infinite;
}

.hs_qrs1 .box .main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hs_qrs1 .box .main .item {
	width: 375px;
	position: absolute;
}

.hs_qrs1 .box .main .item .con h5 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 12px;
	transition: 0.4s;
}

.hs_qrs1 .box .main .item .con p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 84px;
}

.hs_qrs1 .box .main .item .svg {
	position: absolute;
}

.hs_qrs1 .box .main .item .svg span {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1f75fe;
}

.hs_qrs1 .box .main .item .svg .g-rect-fill {
	fill: none;
	stroke-dashoffset: 0;
	transition: 1s;
	stroke-dasharray: 0, 180;
}

.hs_qrs1 .box .main .item:hover .con h5 {
	color: #1f75fe;
}

.hs_qrs1 .box .main .item:hover .svg .g-rect-fill {
	stroke-dasharray: 176, 17;
}

.hs_qrs1 .box .main .textR {
	text-align: right;
}

.hs_qrs1 .box .main .item1 {
	left: 0;
	top: 35px;
}

.hs_qrs1 .box .main .item1 .svg {
	top: 15px;
	right: -168px;
}

.hs_qrs1 .box .main .item1 .svg span {
	right: 0px;
	bottom: 4px;
}

.hs_qrs1 .box .main .item2 {
	left: 0;
	top: 270px;
}

.hs_qrs1 .box .main .item2 .svg {
	top: 20px;
	right: -78px;
	transform: rotateY(180deg);
}

.hs_qrs1 .box .main .item2 .svg span {
	left: 0px;
	bottom: 0px;
}

.hs_qrs1 .box .main .item3 {
	left: 0;
	top: 513px;
}

.hs_qrs1 .box .main .item3 .svg {
	top: -6px;
	right: -150px;
}

.hs_qrs1 .box .main .item3 .svg span {
	right: 0px;
	bottom: 42px;
}

.hs_qrs1 .box .main .item4 {
	right: 0;
	top: 35px;
}

.hs_qrs1 .box .main .item4 .svg {
	top: 15px;
	left: -168px;
	transform: rotateY(180deg);
}

.hs_qrs1 .box .main .item4 .svg span {
	right: 0px;
	bottom: 4px;
}

.hs_qrs1 .box .main .item5 {
	right: 0;
	top: 270px;
}

.hs_qrs1 .box .main .item5 .svg {
	top: 20px;
	left: -78px;
}

.hs_qrs1 .box .main .item5 .svg span {
	left: 0px;
	bottom: 0px;
}

.hs_qrs1 .box .main .item6 {
	right: 0;
	top: 513px;
}

.hs_qrs1 .box .main .item6 .svg {
	top: -6px;
	left: -150px;
	transform: rotateY(180deg);
}

.hs_qrs1 .box .main .item6 .svg span {
	right: 0px;
	bottom: 42px;
}

@keyframes w_bg {
	0% {
		width: 465px;
		height: 465px;
		opacity: 1;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

.hs_qrs2 {
	background: #e8f1ff;
	min-height: 100px;
}

.hs_qrs2 .box .boxLeft {
	width: 38%;
}

.hs_qrs2 .box .boxLeft .list {
	padding: 1.8rem 0 1.6rem;
	border-bottom: 1px solid #dce5f2;
	transition: 0.4s;
}

.hs_qrs2 .box .boxLeft .list .boxTop {
	line-height: 2.5rem;
	cursor: pointer;
}

.hs_qrs2 .box .boxLeft .list .boxTop .left {
	font-family: 'gilroyBold';
	font-size: 1.5rem;
	color: #000;
	transition: 0.4s;
}

.hs_qrs2 .box .boxLeft .list .boxTop .right {
	transition: 0.4s;
}

.hs_qrs2 .box .boxLeft .list .boxTop .right span {
	display: inline-block;
	line-height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	color: #1f75fe;
	font-weight: bold;
	cursor: pointer;
	transition: 0.4s;
}

.hs_qrs2 .box .boxLeft .list .boxTop:hover .left {
	color: #1f75fe;
}

.hs_qrs2 .box .boxLeft .list .boxBot {
	margin-top: 0.5rem;
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	display: none;
	transition: 0.4s;
	width: 84%;
}

.hs_qrs2 .box .boxLeft .active {
	border-bottom: 1px solid #1f75fe;
}

.hs_qrs2 .box .boxLeft .active .boxTop .left {
	color: #1f75fe;
}

.hs_qrs2 .box .boxLeft .active .boxTop .right {
	transform: rotate(180deg);
}

.hs_qrs2 .box .boxLeft .active .boxTop .right span {
	background: #1f75fe;
	color: #fff;
}

.hs_qrs2 .box .boxLeft .active .boxBot {
	display: block;
}

.hs_qrs2 .box .boxRight {
	width: 52%;
}

.hs_qrs2 .box .boxRight p {
	display: none;
	transition: 0.4s;
}

.hs_qrs2 .box .boxRight p img {
	width: 100%;
}

.hs_qrs2 .box .boxRight .active {
	display: block;
}


.hs_qrs3 {
	background: #f8faff;
}

.hs_qrs3 .box {
	margin-top: 3.4375rem;
}

.hs_qrs3 .box .item {
	width: 24%;
	background: #fff;
	box-sizing: border-box;
	padding: 5.5rem 3.75rem 3.4375rem;
	border-radius: 0.625rem;
	transition: 0.4s;
}

.hs_qrs3 .box .item .top .img {
	perspective: 800px;
}

.hs_qrs3 .box .item .top img {
	height: 5.5rem;
	position: relative;
	top: 0;
	transition: 0.4s;
}

.hs_qrs3 .box .item .top1 {
	font-size: 1.5rem;
	color: #000;
	font-weight: bold;
	padding: 3rem 0 1.5rem;
	transition: 0.4s;
}

.hs_qrs3 .box .item .top2 {
	font-size: 1rem;
	line-height: 2.125rem;
	color: #666;
	height: 10.625rem;
	text-align: justify;
}

.hs_qrs3 .box .item:hover {
	box-shadow: 0 5px 1.25rem #e8f1ff;
}

.hs_qrs3 .box .item:hover .top1 {
	color: #1f75fe;
}

.hs_qrs3 .box .item:hover .top img {
	top: -1rem;
}


/* .hs_qrs3 .box .item1 .img img {
  transition: 1.5s;
} */
/* .hs_qrs3 .box .item1:hover .img img {
  transform-style: preserve-3d;
  transform: rotateY(-180deg);
}
.hs_qrs3 .box .item2 .img img {
  transition: 2s;
}
.hs_qrs3 .box .item2:hover .img img {
  transform-style: preserve-3d;
  transform: rotateZ(360deg);
}
.hs_qrs3 .box .item3 .img img {
  transition: 1s;
}
.hs_qrs3 .box .item3:hover .img img {
  transform-style: preserve-3d;
  transform: scale(1.1);
}
.hs_qrs3 .box .item4 .img img {
  transition: 1s;
}
.hs_qrs3 .box .item4:hover .img img {
  transform-style: preserve-3d;
  transform: rotateZ(-60deg);
} */
@keyframes yuan {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

.hs_analyze {
	/* margin-top: 3.75rem; */
}

.hs_analyze .box {
	margin-top: 6.25rem;
	position: relative;
}

.hs_analyze .box .item {
	width: 19%;
	box-sizing: border-box;
	padding: 2.5rem;
	position: relative;
	background: url(../images/border.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	overflow: hidden;
	height: 31.375rem;
	transition: 0.4s;
}

.hs_analyze .box .item .top {
	font-size: 1.375rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.hs_analyze .box .item .bot p {
	font-size: 1rem;
	color: #666;
	line-height: 1.75rem;
	text-align: justify;
}

.hs_analyze .box .item .xian {
	position: absolute;
	left: 3rem;
}

.hs_analyze .box .item .dian {
	position: absolute;
	width: 2.875rem;
	height: 2.875rem;
	left: 1.625rem;
}

.hs_analyze .box .item .dian .p1 {
	opacity: 0;
	transition: 0.4s;
	transform: scale(0.5);
}

.hs_analyze .box .item .dian .p1 img {
	width: 100%;
}

.hs_analyze .box .item .dian .p2 {
	transition: 0.4s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.hs_analyze .box .item .dian .p2 img {
	margin: auto;
}

.hs_analyze .box .item:hover {
	background: url(../images/border1.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	height: calc(31.375rem + 50px);
	margin-top: -50px;
}

.hs_analyze .box .item:hover .dian .p1 {
	opacity: 1;
	transform: scale(1);
}

.hs_analyze .box .item:hover .dian .p2 {
	opacity: 0;
	transform: scale(0);
}

.hs_analyze .box .item1 .xian {
	bottom: -10.5rem;
}

.hs_analyze .box .item1 .dian {
	bottom: 2.8125rem;
}

.hs_analyze .box .item2 .xian {
	bottom: -9.75rem;
}

.hs_analyze .box .item2 .dian {
	bottom: 3.6875rem;
}

.hs_analyze .box .item3 .xian {
	bottom: -9.625rem;
}

.hs_analyze .box .item3 .dian {
	bottom: 3.875rem;
}

.hs_analyze .box .item4 .xian {
	bottom: -6.625rem;
}

.hs_analyze .box .item4 .dian {
	bottom: 7rem;
}

.hs_analyze .box .item5 .xian {
	bottom: -4.125rem;
}

.hs_analyze .box .item5 .dian {
	bottom: 9.5rem;
}

.hs_analyze .box .posi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.hs_analyze .box .posi p {
	width: 0%;
	overflow: hidden;
	transition: 3s;
}

.hs_analyze .box .posi p img {
	width: 1520px;
}

.hs_analyze .box .animated p {
	width: 100%;
}

.hs_analyze1 {
	background: #f8faff;
}

.hs_analyze1 .box {
	margin-top: 3.125rem;
}

.hs_analyze1 .box .item {
	width: 49%;
	box-sizing: border-box;
	padding: 3.125rem 2.8125rem;
	border: 1px solid #fff;
	background-image: linear-gradient(to bottom, #f0f3f8, #fcfcfe);
	box-shadow: 0 0 1.25rem #e8f1ff;
	margin-bottom: 1.875rem;
	border-radius: 0.625rem;
}

.hs_analyze1 .box .item .left {
	width: 20%;
	position: relative;
	margin-top: 0.625rem;
}

.hs_analyze1 .box .item .left .p1 {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.4s;
}

.hs_analyze1 .box .item .left .p1 img {
	max-width: 100%;
}

.hs_analyze1 .box .item .left .p2 {
	margin-top: 2.5rem;
}

.hs_analyze1 .box .item .left .p2 img {
	width: 100%;
}

.hs_analyze1 .box .item .right {
	width: 75%;
}

.hs_analyze1 .box .item .right h5 {
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 0.75rem;
	transition: 0.4s;
}

.hs_analyze1 .box .item .right p {
	font-size: 1rem;
	color: #666;
	line-height: 2.25rem;
}

.hs_analyze1 .box .item:hover .right h5 {
	color: #1f75fe;
}

/* .hs_analyze1 .box .item:nth-child(1) .left .p1 {
	top: 10px;
}

.hs_analyze1 .box .item:nth-child(2) .left .p1 {
	top: 5px;
}

.hs_analyze1 .box .item:nth-child(3) .left .p1 {
	top: 9px;
}

.hs_analyze1 .box .item:nth-child(4) .left .p1 {
	top: -5px;
}

.hs_analyze1 .box .item:nth-child(5) .left .p1 {
	top: 10px;
}

.hs_analyze1 .box .item:nth-child(6) .left .p1 {
	top: 3px;
}

.hs_analyze1 .box .item:nth-child(7) .left .p1 {
	top: -4px;
}

.hs_analyze1 .box .item:nth-child(8) .left .p1 {
	top: 4px !important;
} */


.hs_analyze1 .box .item:nth-child(3) .left .p1{
	top: 10px;
}
.hs_analyze1 .box .item:nth-child(5) .left .p1{
	top: 5px;
}
.hs_analyze1 .box .item:nth-child(6) .left .p1{
	top: 5px;
	left: -6px;
}

.hs_analyze1 .box .item:hover .left .p1 {
	transform: translateY(-5%);
}

.hs_analyze1 .box .item:nth-child(2):hover .left .p1 {
	/* top: -0.1rem; */
}
.hs_analyze1 .box .item:nth-child(4):hover .left .p1 {
	/* top: -0.7rem; */
}

.hs_analyze1 .box .item:nth-child(7):hover .left .p1 {
	/* top: -0.7rem; */
}

.hs_analyze1 .box .item:nth-child(8):hover .left .p1 {
	/* top: -0.7rem; */
}

.hs_analyze2 .box {
	margin-top: 3.125rem;
}

.hs_analyze2 .box img {
	width: 100%;
}

.hs_analyze3 {
	background: url(../images/fivebg.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	margin-top: 5rem;
	padding-bottom: 11.25rem;
}

.hs_analyze3 .box {
	margin-top: 12.125rem;
	position: relative;
}

.hs_analyze3 .box .img {
	width: 386px;
	margin: auto;
	position: relative;
	z-index: 3;
}

.hs_analyze3 .box .img>img {
	width: 100%;
}

.hs_analyze3 .box .img p {
	position: absolute;
	top: 11%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	perspective: 800px;
}

.hs_analyze3 .box .img p img {
	width: 126px;
	transform-style: preserve-3d;
	animation: rota1 3s infinite linear;
}

@keyframes rota1 {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(-30deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}

.hs_analyze3 .box .item {
	position: absolute;
	width: 320px;
}

.hs_analyze3 .box .item .left {
	text-align: right;
}

.hs_analyze3 .box .item .left h5 {
	font-size: 1.5rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 16px;
}

.hs_analyze3 .box .item .left div p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	cursor: default;
	transition: 0.3s;
}

.hs_analyze3 .box .item .left div p:hover {
	color: #1f75fe;
}

.hs_analyze3 .box .item .right {
	padding-top: 10px;
	margin-left: 40px;
	position: relative;
}

.hs_analyze3 .box .item .right img {
	width: 100px;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.hs_analyze3 .box .item .right p {
	position: absolute;
}

.hs_analyze3 .box .item .right:hover img {
	transform: scale(1.05);
}

.hs_analyze3 .box .item1 {
	top: -140px;
	left: 390px;
}

.hs_analyze3 .box .item1 .right p {
	top: 106px;
	left: 25px;
}

.hs_analyze3 .box .item1 .right .g-rect-fill {
	fill: none;
	stroke-dasharray: 0, 300;
	stroke-dashoffset: 0;
	animation: xian1 2s linear 0.3s infinite;
}

.hs_analyze3 .box .item2 {
	top: 45px;
	left: 88px;
}

.hs_analyze3 .box .item2 .right p {
	top: 60px;
	left: 64px;
}

.hs_analyze3 .box .item2 .right .g-rect-fill {
	fill: none;
	stroke-dasharray: 100, 350;
	stroke-dashoffset: 0;
	animation: xian2 2.5s linear 0.9s infinite;
}

.hs_analyze3 .box .item3 {
	top: 350px;
	left: 182px;
}

.hs_analyze3 .box .item3 .right p {
	top: -58px;
	left: 96px;
}

.hs_analyze3 .box .item3 .right .g-rect-fill {
	fill: none;
	stroke-dasharray: 0, 300;
	stroke-dashoffset: 0;
	animation: xian1 2s linear 1.5s infinite;
}

.hs_analyze3 .box .item4 {
	top: 0;
	right: 175px;
}

.hs_analyze3 .box .item4 .left {
	text-align: left;
}

.hs_analyze3 .box .item4 .right {
	margin-left: 0;
	margin-right: 40px;
}

.hs_analyze3 .box .item4 .right p {
	top: 40px;
	left: -186px;
}

.hs_analyze3 .box .item4 .right .g-rect-fill {
	fill: none;
	stroke-dasharray: 0, 300;
	stroke-dashoffset: 0;
	animation: xian1 2s linear 1.2s infinite;
}

.hs_analyze3 .box .item5 {
	top: 295px;
	right: 150px;
}

.hs_analyze3 .box .item5 .left {
	text-align: left;
}

.hs_analyze3 .box .item5 .right {
	margin-left: 0;
	margin-right: 40px;
}

.hs_analyze3 .box .item5 .right p {
	top: 6px;
	left: -184px;
}

.hs_analyze3 .box .item5 .right .g-rect-fill {
	fill: none;
	stroke-dasharray: 0, 300;
	stroke-dashoffset: 0;
	animation: xian1 2s linear 0.6s infinite;
}

@keyframes xian1 {
	0% {
		stroke-dasharray: 0, 300;
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dasharray: 100, 300;
		stroke-dashoffset: -274;
	}
}

@keyframes xian2 {
	0% {
		stroke-dasharray: 100, 350;
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dasharray: 100, 350;
		stroke-dashoffset: 450;
	}
}

.hs_analyze4 {
  background: #e8f1ff;
}
.hs_analyze4 .box {
  margin-top: 3.125rem;
}
.hs_analyze4 .box .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.hs_analyze4 .box .swiper-slide .item {
  overflow: hidden;
  width: calc(20% - 20px);
  border-radius: 10px;
  box-sizing: border-box;
  transition: 0.5s;
}
.hs_analyze4 .box .swiper-slide .item .main {
  width: 38rem;
  position: relative;
}
.hs_analyze4 .box .swiper-slide .item .main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.hs_analyze4 .box .swiper-slide .item .main > img {
  width: 100%;
  min-height: 25.75rem;
  object-fit: cover;
  border-radius: 15px;
}
.hs_analyze4 .box .swiper-slide .item .main .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .left {
  width: 50%;
  box-sizing: border-box;
  padding: 5rem 0 0 3.5rem;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .left .content1 {
  box-sizing: border-box;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .left .content1 img {
  height: 4.6875rem;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .left .content2 {
  font-size: 1.5rem;
  color: #000;
  padding-top: 3.75rem;
  box-sizing: border-box;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .left .content3 {
  font-family: 'gilroy';
  font-size: 1rem;
  color: #000;
  padding-top: 0.3125rem;
  box-sizing: border-box;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .left .content4 {
  font-family: 'gilroyBold';
  font-size: 1.25rem;
  color: #09d8e0;
  padding-top: 1.875rem;
  box-sizing: border-box;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .right {
  width: 50%;
  box-sizing: border-box;
  padding: 5rem 0 0 4rem;
}
.hs_analyze4 .box .swiper-slide .item .main .posi .right p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.625rem;
}
.hs_analyze4 .box .swiper-slide .act {
  overflow: hidden;
  width: 40%;
}
.hs_analyze4 .box .swiper-slide .act .main .posi {
  background: none;
}
.hs_analyze4 .box .swiper-slide .act .main .posi .left {
  width: 42%;
}
.hs_analyze4 .box .swiper-slide .act .main .posi .left .content1 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .swiper-slide .act .main .posi .left .content2 {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .swiper-slide .act .main .posi .left .content3 {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .swiper-slide .act .main .posi .left .content4 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .swiper-slide .act .main .posi .right {
  width: 58%;
}
.hs_analyze4 .box .active {
  width: 40%;
}
.hs_analyze4 .box .active .item {
  overflow: hidden;
}
.hs_analyze4 .box .active .item .main .posi {
  background: none;
}
.hs_analyze4 .box .active .item .main .posi .left {
  width: 42%;
}
.hs_analyze4 .box .active .item .main .posi .left .content1 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .active .item .main .posi .left .content2 {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .active .item .main .posi .left .content3 {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .active .item .main .posi .left .content4 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.hs_analyze4 .box .active .item .main .posi .right {
  width: 58%;
}
.hs_analyze4 .box1 {
  margin-top: 3.125rem;
}
.hs_analyze4 .box1 .left p {
  width: 2.875rem;
  height: 2.875rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f3f5fa;
  line-height: 2.875rem;
  text-align: center;
  margin-right: 1.25rem;
  box-shadow: 0px 0px 10px #e2ecfd;
  cursor: pointer;
  transition: 0.4s;
}
.hs_analyze4 .box1 .left p span {
  font-size: 1.125rem;
  color: #adb1b9;
  transition: 0.4s;
}
.hs_analyze4 .box1 .left p:hover span {
  color: #1f75fe;
  font-weight: bold;
}
.hs_analyze4 .box1 .right {
  font-size: 1rem;
  color: #adb1b9;
  font-family: 'gilroyBold';
  line-height: 3.125rem;
}

.hs_twoNav1 {
	border-bottom: 1px solid #eee;
	padding: 1.1875rem 0;
	/* position: sticky;
	top: 96px; */
	background: #fff;
	z-index: 5;
	/* display: none; */
}
/* .hs_news {
	display: none;
}
.index_advertise{
	display: none;
}
.index_foot{
	display: none;
}
.index_footer{
	display: none;
}
.hs_banner .box{
	display: none;
}
.hs_banner .pc{
	display: none;
} */

.hs_twoNav1 p {
	margin: 0 1rem;
}

.hs_twoNav1 p a {
	display: inline-block;
	line-height: 3.125rem;
	font-size: 1.125rem;
	padding: 0 1.875rem;
	border: 1px solid #eee;
	color: #333;
	font-weight: bold;
	border-radius: 1.5625rem;
	transition: 0.4s;
}

.hs_twoNav1 p a:hover {
	background: #1f75fe;
	color: #fff;
	border: 1px solid #1f75fe;
}

.hs_twoNav1 .active a {
	background: #1f75fe;
	color: #fff;
	border: 1px solid #1f75fe;
}

.hs_ecology .box {
	display: none;
	background: #f8faff;
	margin-top: 3.125rem;
}

.hs_ecology .box .boxLeft {
	width: 44%;
	box-sizing: border-box;
	padding: 0 6.25rem;
}

.hs_ecology .box .boxLeft .list {
	padding: 1rem 0 1.6rem;
	border-bottom: 1px solid #dce5f2;
	transition: 0.4s;
}

.hs_ecology .box .boxLeft .list .boxTop {
	line-height: 2.5rem;
	cursor: pointer;
}

.hs_ecology .box .boxLeft .list .boxTop .left {
	font-family: 'gilroyBold';
	font-size: 1.5rem;
	color: #000;
	transition: 0.4s;
}

.hs_ecology .box .boxLeft .list .boxTop .right {
	transition: 0.4s;
	transform: rotate(-90deg);
}

.hs_ecology .box .boxLeft .list .boxTop .right span {
	display: inline-block;
	line-height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	color: #1f75fe;
	font-weight: bold;
	cursor: pointer;
	transition: 0.4s;
}

.hs_ecology .box .boxLeft .list .boxTop:hover .left {
	color: #1f75fe;
}

.hs_ecology .box .boxLeft .list .boxBot {
	margin-top: 0.5rem;
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	transition: 0.4s;
}

.hs_ecology .box .boxLeft .active {
	border-bottom: 1px solid #1f75fe;
}

.hs_ecology .box .boxLeft .active .boxTop .left {
	color: #1f75fe;
}

.hs_ecology .box .boxLeft .active .boxTop .right span {
	background: #1f75fe;
	color: #fff;
}

.hs_ecology .box .boxRight {
	width: 56%;
}

.hs_ecology .box .boxRight p {
	display: none;
	transition: 0.4s;
}

.hs_ecology .box .boxRight p img {
	width: 100%;
}

.hs_ecology .box .boxRight .active {
	display: block;
}

.hs_ecology .show {
	display: flex;
}

.hs_ecology1 {
	background: #e8f1ff;
	min-height: 6.25rem;
}

.hs_ecology1 .box {
	margin-top: 3.125rem;
}

.hs_ecology1 .box .banner .swiper-container {
	padding: 10px 0;
}

.hs_ecology1 .box .banner .item {
	box-shadow: 0 0px 1.25rem #dae8ff;
	border-radius: 0.8rem;
	background: #fff;
	overflow: hidden;
}

.hs_ecology1 .box .banner .item a .content1 {
	overflow: hidden;
}

.hs_ecology1 .box .banner .item a .content1 img {
	width: 100%;
	transition: 0.4s;
	height: 18.9375rem;
	object-fit: cover;
}

.hs_ecology1 .box .banner .item a .content2 {
	box-sizing: border-box;
	padding: 2.375rem 3rem;
}

.hs_ecology1 .box .banner .item a .content3 img {
	height: 3rem;
}

.hs_ecology1 .box .banner .item a .content4 {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	color: #000;
	line-height: 2.25rem;
	height: 4.5rem;
}

.hs_ecology1 .box .banner .item a .content5 {
	margin-top: 2.125rem;
	font-size: 1rem;
	color: #1f75fe;
	line-height: 1.25rem;
}

.hs_ecology1 .box .banner .item a .content5 span {
	font-size: 1rem;
}

.hs_ecology1 .box .banner .item:hover {
	box-shadow: 0 0 1.25rem #e8f1ff;
}

.hs_ecology1 .box .banner .item:hover a .content1 img {
	transform: scale(1.1);
}

.hs_ecology1 .box .box1 {
	margin-top: 3.125rem;
}

.hs_ecology1 .box .box1 .left p {
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f3f5fa;
	line-height: 2.875rem;
	text-align: center;
	margin-right: 1.25rem;
	box-shadow: 0px 0px 10px #e2ecfd;
	cursor: pointer;
	transition: 0.4s;
}

.hs_ecology1 .box .box1 .left p span {
	font-size: 1.125rem;
	color: #adb1b9;
	transition: 0.4s;
}

.hs_ecology1 .box .box1 .left p:hover span {
	color: #1f75fe;
	font-weight: bold;
}

.hs_ecology1 .box .box1 .right {
	font-size: 1rem;
	color: #adb1b9;
	font-family: 'gilroyBold';
	line-height: 3.125rem;
}

.hs_about .box {
	margin-top: 3.125rem;
}

.hs_about .box .boxLeft {
	width: 42%;
}

.hs_about .box .boxLeft h5 {
	font-size: 2.76rem;
	font-weight: 600;
	color: #1f75fe;
	letter-spacing: 0;
	line-height: 34px;
	font-family: 'PingFangSC-Semibold';
	text-transform: uppercase;
}

.hs_about .box .boxLeft h6 {
	font-size: 2.76rem;
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 34px;
	margin-top: 14px;
}

.hs_about .box .boxLeft .heng {
	width: 3.125rem;
	height: 3px;
	background: #19dbe2;
	margin-top: 1.875rem;
}

.hs_about .box .boxLeft div {
	margin-top: 2.9rem;
	font-family: AlibabaPuHuiTi-Regular;
}

.hs_about .box .boxLeft div p {
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	color: #5B5E69;
	line-height: 1.95rem;
	text-align: justify;
}

.hs_about .box .boxRight {
	width: 51.2%;
}

.imgBox {
	width: 50% !important;
}

.textBox {
	width: 44.4% !important;
}

.removeAlert::after {
	height: 0px !important;
}

.hs_about .box .boxRight p {
	overflow: hidden;
	height: 100%;
}

.hs_about .box .boxRight p img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.hs_about .box .boxRight p:hover img {
	transform: scale(1.1);
}

.hs_about2phone {
	display: none;
}

.hs_about1 .box .item.noneShadow:hover {
	box-shadow: none;
}

.hs_about1 {
	min-height: 100px;
	position: relative;
}

.hs_about1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35.375rem;
	background: #f8faff;
}

.hs_about1 .index_title {
	position: relative;
	z-index: 1;
}

.hs_about1 .box {
	margin-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.hs_about1 .box .item {
	width: 49%;
	border-radius: 0.8rem;
	margin-bottom: 2rem;
}

.hs_about1 .box .item .img {
	overflow: hidden;
	border-radius: 8px;
}

.hs_about1 .box .item .img img {
	width: 100%;
	transition: 0.4s;
}

.hs_about1 .box .item .content {
	background: #fff;
	padding: 3.4375rem 5rem;
	box-shadow: 0px 0px 26px #eaeff7;
}

.hs_about1 .box .item .content .content1 {
	font-size: 1.5rem;
	color: #000;
}

.hs_about1 .box .item .content .content2 {
	font-size: 1.125rem;
	color: #1f75fe;
	font-family: 'gilroyBold';
	margin-top: 0.75rem;
}

.hs_about1 .box .item .content .content3 {
	margin-top: 1.5625rem;
}

.hs_about1 .box .item .content .content3 p {
	font-size: 1rem;
	color: #666;
	line-height: 2.25rem;
	min-height: 6.75rem;
}

.hs_about1 .box .item:hover {
	box-shadow: 0px 0px 26px #eaeff7;
}

.hs_about1 .box .item:hover .img img {
	transform: scale(1.1);
}

.index_banner.hs-home {
	width: 100vw;
	min-height: fit-content;
  max-height: fit-content;
	overflow: hidden;
	background: rgb(15,49,127);
	background: linear-gradient(135deg, rgba(15,49,127,1) 0%, rgba(33,95,205,1) 50%, rgba(45,126,255,1) 100%);
}
.hs_about2 {
	overflow: hidden;
}

.hs_about2 .box .main {
	margin-top: 3.125rem;
	position: relative;
}

.hs_about2 .box .main>img {
	position: absolute;
	top: 189px;
	left: 0px;
	width: 1726px;
}

.hs_about2 .box .main .list .item {
	width: 35.5%;
	box-sizing: border-box;
	position: relative;
	margin-top: -20px;
}

.hs_about2 .box .main .list .item h5 {
	font-size: 1.625rem;
	color: #1f75fe;
	font-family: 'gilroyBold';
}

.hs_about2 .box .main .list .item h6 {
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
	margin-top: 0.625rem;
}

.hs_about2 .box .main .list .item div {
	margin-top: 0.75rem;
	height: 8rem;
}

.hs_about2 .box .main .list .item div p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	word-break: break-word;
}

.hs_about2 .box .main .list .item img {
	position: absolute;
	top: 9px;
	left: 0;
	width: 1.875rem;
}

.hs_about2 .box .main .list .item-1 {
	margin-top: 61px;
}

.hs_about2 .box .main .list .item-2 {
	margin-top: 38px;
}

.hs_about2 .box .main .list .item-3 {
	width: 29%;
}

.hs_about2 .box .main .list .item-4 {
	margin-left: 18%;
	padding-top: 3rem;
	margin-top: 50px;
}

.hs_about2 .box .main .list .item-4 img {
	transform: rotate(180deg);
}

.hs_about2 .box .main .list .item-5 {
	padding-top: 3rem;
	margin-top: 37px;
}

.hs_about2 .box .main .list .item-5 img {
	transform: rotate(180deg);
}

.hs_about3 {
	background: #f8faff;
	min-height: 100px;
	display: none;
}

.hs_about3 .box {
	margin-top: 3.125rem;
	padding-bottom: 2.375rem;
}

.hs_about3 .box .item {
	width: 31.5%;
	background: #fff;
	box-shadow: 0px 0px 26px #eaeff7;
	box-sizing: border-box;
	padding: 2.8125rem;
	margin-bottom: 2.5rem;
	border-radius: 5px;
}

.hs_about3 .box .item .boxTop {
	border-bottom: 1px solid #eee;
	padding-bottom: 2.5rem;
}

.hs_about3 .box .item .boxTop .left {
	width: 8.125rem;
	height: 8.125rem;
	border-radius: 50%;
}

.hs_about3 .box .item .boxTop .left img {
	width: 100%;
}

.hs_about3 .box .item .boxTop .right {
	margin-left: 1.875rem;
}

.hs_about3 .box .item .boxTop .right h5 {
	font-size: 1.5rem;
	margin-top: 2.125rem;
}

.hs_about3 .box .item .boxTop .right h6 {
	font-size: 1rem;
	color: #1f75fe;
	font-weight: bold;
	margin-top: 0.75rem;
}

.hs_about3 .box .item .boxBot {
	margin-top: 2.5rem;
	height: 9.375rem;
}

.hs_about3 .box .item .boxBot p {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #666;
}

.hs_about3 .box .item1 {
	width: 31.5%;
	background: #fff;
	box-shadow: 0px 0px 26px #eaeff7;
	box-sizing: border-box;
	padding: 2.8125rem;
	margin-bottom: 2.5rem;
	border-radius: 5px;
	background: url(../images/bg4.png) no-repeat 50% 50%;
	background-size: cover;
}

.hs_about3 .box .item1 h5 {
	font-size: 1.75rem;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 1.5rem;
}

.hs_about3 .box .item1 h6 {
	font-size: 1.375rem;
	color: #fff;
	margin-top: 1.375rem;
}

.hs_about3 .box .item1 p {
	font-size: 1rem;
	color: #fff;
	margin-top: 0.625rem;
	line-height: 1.875rem;
}

.hs_about3_new {
	background: #f8faff;
}

.hs_about3_new .box {
	margin-top: 3.4375rem;
}

.hs_about3_new .box .banner .item {
	border-radius: 10px;
	overflow: hidden;
}

.hs_about3_new .box .banner .item .boxLeft {
	width: 50%;
	position: relative;
}

.hs_about3_new .box .banner .item .boxLeft .img img {
	width: 100%;
}

.hs_about3_new .box .banner .item .boxLeft .img .img2 {
	display: none;
}

.hs_about3_new .box .banner .item .boxLeft .posi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 90, 181, 0.87);
	box-sizing: border-box;
	padding: 0 4.875rem;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content1 {
	font-size: 1.75rem;
	padding-top: 3.4375rem;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 2.5rem;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 {
	padding-top: 1.875rem;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 {
	margin-bottom: 2.1875rem;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3:last-child {
	margin-bottom: 0;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 .left {
	width: 11.125rem;
	color: #fff;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 .left div {
	font-size: 2.25rem;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 .left p {
	font-size: 1.375rem;
	line-height: 2rem;
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 .right {
	width: calc(100% - 11.125rem);
}

.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 .right p {
	font-size: 1rem;
	color: #fff;
	line-height: 1.75rem;
	text-align: justify;
}

.hs_about3_new .box .banner .item .boxRight {
	width: 50%;
}

.hs_about3_new .box .banner .item .boxRight img {
	width: 100%;
}

.hs_about3_new .box .box1 {
	margin-top: 3.125rem;
}

.hs_about3_new .box .box1 .left p {
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f3f5fa;
	line-height: 2.875rem;
	text-align: center;
	margin-right: 1.25rem;
	box-shadow: 0px 0px 10px #e2ecfd;
	cursor: pointer;
	transition: 0.4s;
}

.hs_about3_new .box .box1 .left p span {
	font-size: 1.125rem;
	color: #adb1b9;
	transition: 0.4s;
}

.hs_about3_new .box .box1 .left p:hover span {
	color: #1f75fe;
	font-weight: bold;
}

.hs_about3_new .box .box1 .right {
	font-size: 1rem;
	color: #adb1b9;
	font-family: 'gilroyBold';
	line-height: 3.125rem;
}


.hs_about4 .box {
	margin-top: 3.125rem;
}

.hs_about4 .box .boxLeft {
	width: 34%;
	background: #f8faff;
	box-sizing: border-box;
	padding: 0 3.75rem;
}

.hs_about4 .box .boxLeft .item {
	padding: 1.875rem 0;
	border-bottom: 1px solid #eee;
}

.hs_about4 .box .boxLeft .item .left {
	width: 6rem;
}

.hs_about4 .box .boxLeft .item .left img {
	width: 100%;
}

.hs_about4 .box .boxLeft .item .right {
	width: calc(100% - 6rem);
	box-sizing: border-box;
	padding-left: 1.5rem;
}

.hs_about4 .box .boxLeft .item .right h5 {
	font-size: 1.125rem;
	color: #000;
	margin-bottom: 0.75rem;
}

.hs_about4 .box .boxLeft .item .right p {
	font-size: 1rem;
	color: #666;
	/* font-family: 'gilroyBold'; */
	line-height: 1.625rem;
}

.hs_about4 .box .boxLeft .item .right p span {
	font-size: 1rem;
	/* font-weight: bold; */
}

.hs_about4 .box .boxLeft .item .right div {
	font-size: 1rem;
	color: #666;
	line-height: 1.625rem;
	/* font-weight: bold; */
}

.hs_about4 .box .boxLeft .item .right div span {
	/* font-size: 1rem; */
}

.hs_about4 .box .boxRight {
	width: 66%;
	position: relative;
}

.hs_about4 .box .boxRight .map {
	width: 100%;
	height: 100%;
	min-height: 18.75rem;
}

.hs_about4 .box .boxRight .posi {
	position: absolute;
	bottom: 1.875rem;
	right: 1.875rem;
}

.hs_about4 .box .boxRight .posi span {
	margin-left: 0.625rem;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: block;
	width: 75px;
	text-align: center;
	line-height: 35px;
	border-radius: 28px;
	background: rgba(0, 0, 0, 0.35);
}

.boxLeft.hs-text-item {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.hs-map-img div {
	display: flex;
}
.hs-map-img div img {
	width: 100%;
}

.hs_about4 .box .boxLeft > div:last-child {
	border: none;
}

.hs_about4 .box .boxRight .posi .active {
	background: #1f75fe;
}
.hs_culture {
    display: none;
}
.hs_culture .box {
	margin-top: 3.125rem;
	overflow: hidden;
	height: 32.5rem;
}

.hs_culture .box .item {
	width: 14.5%;
}

.hs_culture .box .item .left {
	width: 100%;
	box-sizing: border-box;
	padding: 8rem 2.25rem 9.375rem;
}

.hs_culture .box .item .left .content1 img {
	height: 5.3125rem;
}

.hs_culture .box .item .left .content2 {
	font-size: 1.5rem;
	color: #000;
	margin-top: 3.375rem;
}

.hs_culture .box .item .left .content3 {
	font-size: 1rem;
	color: #666;
	height: 3.75rem;
	line-height: 1.875rem;
	margin-top: 0.75rem;
}

.hs_culture .box .item .right {
	width: 0%;
	transition: 0.4s;
	overflow: hidden;
	position: relative;
}

.hs_culture .box .item .right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.hs_culture .box .item .right img {
	width: 26.125rem;
	object-fit: cover;
}

.hs_culture .box .item1 {
	background: #f8faff;
}

.hs_culture .box .item2 {
	background: #e8f1ff;
}

.hs_culture .box .item3 {
	background: #f8faff;
}

.hs_culture .box .item4 {
	background: #e8f1ff;
}

.hs_culture .box .item5 {
	background: #f8faff;
}

.hs_culture .box .active {
	width: 42%;
}

.hs_culture .box .active .left {
	width: 34.5%;
}

.hs_culture .box .active .right {
	width: 65.5%;
}

.hs_culture_new {
	background: #f8faff;
	min-height: 100px;
}

.hs_culture_new .box {
	margin-top: 3.4375rem;
	padding: 0 90px;
	box-sizing: border-box;
	position: relative;
}

.hs_culture_new .box .banner {
	width: 100%;
}

.hs_culture_new .box .banner .item {
	background: #ffffff;
	text-align: center;
	padding: 3.75rem 0;
	border-radius: 10px;
	overflow: hidden;
}

.hs_culture_new .box .banner .item .content1 img {
	width: 8.125rem;
	height: 8.125rem;
	border-radius: 50%;
}

.hs_culture_new .box .banner .item .content2 {
	font-size: 1.5rem;
	margin-top: 3.125rem;
}

.hs_culture_new .box1 .left p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.hs_culture_new .box1 .left p {
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f3f5fa;
	line-height: 2.875rem;
	text-align: center;
	box-shadow: 0px 0px 10px #e2ecfd;
	cursor: pointer;
	transition: 0.4s;
}

.hs_culture_new .box1 .left p span {
	font-size: 1.125rem;
	color: #adb1b9;
	transition: 0.4s;
}

.hs_culture_new .box1 .left p:hover span {
	color: #1f75fe;
	font-weight: bold;
}

.hs_culture_new .box1 .left .leftbtn {
	left: 0;
}

.hs_culture_new .box1 .left .rightbtn {
	right: 0;
}

.hs_culture_new .box1 .right {
	right: 0;
	font-size: 1rem;
	color: #adb1b9;
	font-family: 'gilroyBold';
	line-height: 3.125rem;
}

.hs_culture1 {
	background: #e8f1ff;
}

.hs_culture1 .togg {
	margin-top: 1.5625rem;
}

.hs_culture1 .togg p {
	margin: 0 1rem;
}

.hs_culture1 .togg p a {
	display: inline-block;
	line-height: 3.125rem;
	font-size: 1.125rem;
	padding: 0 1.875rem;
	border: 1px solid rgba(31, 117, 254, 0.1);
	color: #333;
	font-weight: bold;
	border-radius: 1.5625rem;
	transition: 0.4s;
}

.hs_culture1 .togg p a:hover {
	color: #1f75fe;
	border: 1px solid #1f75fe;
}

.hs_culture1 .togg .active a {
	color: #1f75fe;
	border: 1px solid #1f75fe;
}

.hs_culture1 .box {
	margin-top: 3.125rem;
}

.hs_culture1 .box .banner .item {
	background: #fff;
	border-radius: 0.625rem;
	padding-bottom: 4rem;
}

.hs_culture1 .box .banner .item .content1 {
	padding: 2.1875rem 3.125rem 1.875rem;
	border-bottom: 1px solid #eee;
}

.hs_culture1 .box .banner .item .content1 .left img {
	height: 5.75rem;
}

.hs_culture1 .box .banner .item .content1 .right {
	margin-left: 1.25rem;
}

.hs_culture1 .box .banner .item .content1 .right h5 {
	font-size: 1.375rem;
	color: #000;
	font-weight: bold;
	padding-top: 1rem;
}

.hs_culture1 .box .banner .item .content1 .right p {
	margin-top: 0.9375rem;
	font-size: 1rem;
	color: #666;
	font-family: 'gilroy';
}

.hs_culture1 .box .banner .item .content2 {
	padding: 0 3.125rem;
}

.hs_culture1 .box .banner .item .content2 h5 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1.375rem;
	padding-top: 0.5rem;
}

.hs_culture1 .box .banner .item .content2 div {
	margin-top: 0.75rem;
	height: 7.5rem;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.hs_culture1 .box .banner .item .content2 div p {
	font-size: 1rem;
	color: #555;
	line-height: 1.875rem;

}

.hs_culture1 .box .banner .item .content2 div::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.hs_culture1 .box .banner .item .content2 div::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.hs_culture1 .box .banner .item .content2 div::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.hs_culture1 .box .banner .item .content3 {
	margin-top: 2.1875rem;
	padding: 0 3.125rem;
}

.hs_culture1 .box .banner .item .content3 a {
	font-size: 1rem;
	color: #1f75fe;
	width: 100%;
	line-height: 3rem;
	border: 1px solid #1f75fe;
	display: block;
	text-align: center;
	border-radius: 1.5625rem;
	transition: 0.4s;
}

.hs_culture1 .box .banner .item .content3 a:hover {
	background: #1f75fe;
	color: #fff;
}

.hs_culture1 .box1 {
	margin-top: 3.125rem;
}

.hs_culture1 .box1 .left p {
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f3f5fa;
	line-height: 2.875rem;
	text-align: center;
	margin-right: 1.25rem;
	box-shadow: 0px 0px 10px #e2ecfd;
	cursor: pointer;
	transition: 0.4s;
}

.hs_culture1 .box1 .left p span {
	font-size: 1.125rem;
	color: #adb1b9;
	transition: 0.4s;
}

.hs_culture1 .box1 .left p:hover span {
	color: #1f75fe;
	font-weight: bold;
}

.hs_culture1 .box1 .right {
	font-size: 1rem;
	color: #adb1b9;
	font-family: 'gilroyBold';
	line-height: 3.125rem;
}

.hs_culture2 .box {
	margin-top: 3.125rem;
}

.hs_culture2 .box .item {
	margin-bottom: 3.75rem;
}

.hs_culture2 .box .item .left {
	width: 42%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.hs_culture2 .box .item .left .main h5 {
	font-size: 1.875rem;
	color: #000;
}

.hs_culture2 .box .item .left .main .heng {
	width: 3.125rem;
	height: 0.1875rem;
	background: #1f75fe;
	margin-top: 2.1875rem;
}

.hs_culture2 .box .item .left .main .text {
	margin-top: 2rem;
	font-size: 1.125rem;
	color: #666;
	line-height: 2.5rem;
}

.hs_culture2 .box .item .right {
	width: 58%;
}

.hs_culture2 .box .item .right img {
	width: 100%;
}

.hs_culture2 .box .item:last-child {
	margin-bottom: 0;
}

.hs_culture2 .box .item:nth-child(2) {
	flex-flow: row-reverse;
}

.hs_culture2 .box .item:nth-child(2) .left {
	padding-left: 7.5rem;
}

.hs_culture2 .box1 {
	display: none;
}

.hs_culture2 .box1 {
	margin-top: 2.125rem;
}

.hs_culture2 .box1 .item {
	margin-bottom: 3.75rem;
}

.hs_culture2 .box1 .item .left {
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.hs_culture2 .box1 .item .left .main h5 {
	font-size: 1.875rem;
	color: #000;
}

.hs_culture2 .box1 .item .left .main .heng {
	width: 3.125rem;
	height: 0.1875rem;
	background: #1f75fe;
	margin-top: 2.1875rem;
}

.hs_culture2 .box1 .item .left .main .text {
	margin-top: 2rem;
	font-size: 1.125rem;
	color: #666;
	line-height: 2.5rem;
	height: 10rem;
	margin-bottom: 1.5rem;
}

.hs_culture2 .box1 .item .right {}

.hs_culture2 .box1 .item .right img {
	width: 100%;
}

.hs_culture2 .box1 .btn {
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f3f5fa;
	line-height: 2.875rem;
	text-align: center;
	margin-right: 1.25rem;
	box-shadow: 0px 0px 10px #e2ecfd;
	cursor: pointer;
	transition: 0.4s;
}

.hs_culture2 .box1 .btn span {
	font-size: 1.125rem;
	color: #adb1b9;
	transition: 0.4s;
}

.hs_culture2 .box1 .btn:hover span{
	color: #1f75fe !important;
}
.lpk_btn .btn {
	width: 2.875rem;
	height: 2.875rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f3f5fa;
	line-height: 2.875rem;
	text-align: center;
	margin-right: 1.25rem;
	box-shadow: 0px 0px 10px #e2ecfd;
	cursor: pointer;
	transition: 0.4s;
}

.lpk_btn .btn span {
	font-size: 1.125rem;
	color: #adb1b9;
	transition: 0.4s;
}

.lpk_btn .btn:hover span {
	color: #1f75fe;
	font-weight: bold;
}

.hs_data .box {
	margin-top: 3.75rem;
}

.hs_data .box .item {
	height: 19.75rem;
	box-sizing: border-box;
	border: 2px solid #fff;
	padding: 3.75rem 3rem 0;
	background-image: linear-gradient(to bottom, #f0f3f8, #fcfcfe);
	overflow: hidden;
	border-radius: 0.75rem;
	box-shadow: 0 5px 1.25rem #f5f7f9;
	transition: 0.4s;
	position: relative;
	top: 0;
}

.hs_data .box .item h5 {
	font-size: 1.5rem;
	color: #000;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

.hs_data .box .item div {
	margin-top: 0.75rem;
	position: relative;
	z-index: 2;
}

.hs_data .box .item div p {
	font-size: 1rem;
	color: #666;
	line-height: 1.875rem;
	width: 64%;
	text-align: justify;
}

.hs_data .box .item .img {
	position: absolute;
	right: -2rem;
	bottom: 1.125rem;
	max-width: 13rem;
}

.hs_data .box .item .img img {
	max-width: 100%;
	transition: 0.4s;
}

.hs_data .box .main {
	position: relative;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 1.875rem;
}

.hs_data .box .main:nth-child(3n) {
	margin-right: 0;
}

.hs_data .box .main::before {
	position: absolute;
	content: '';
	left: 18px;
	bottom: 0;
	width: calc(100% - 36px);
	height: 100%;
	background: #f0f5fd;
	border-radius: 1.25rem;
}

.hs_data .box .main:hover .item {
	top: -1rem;
}

.hs_data .box .main:hover .item h5 {
	color: #1f75fe;
}

.hs_data1 {
	background: #f8faff;
	max-width: 1920px;
	margin: auto;
}

.hs_data1 .box {
	margin-top: 4.875rem;
	overflow: hidden;
}

.hs_data1 .box .item {
	position: relative;
	z-index: 2;
}

.hs_data1 .box .item .boxLeft {
	width: 50%;
	box-sizing: border-box;
	padding: 3.75rem 4.5rem 0;
}

.hs_data1 .box .item .boxLeft h5 {
	font-size: 2.25rem;
	color: #000;
}

.hs_data1 .box .item .boxLeft .heng {
	width: 2.8125rem;
	height: 0.1875rem;
	background: #1f75fe;
	margin-top: 1.875rem;
}

.hs_data1 .box .item .boxLeft .text {
	margin: 2.5rem 0 0;
}

.hs_data1 .box .item .boxLeft .text p {
	padding-left: 1.375rem;
	font-size: 1.0625rem;
	color: #333;
	line-height: 2rem;
	position: relative;
	margin-bottom: 1.625rem;
}

.hs_data1 .box .item .boxLeft .text p span {
	position: absolute;
	left: 0;
	top: 0.6875rem;
	display: inline-block;
	border: 0.25rem solid transparent;
	border-left-color: #19dbe2;
}

.hs_data1 .box .item .boxLeft .text::last-child {
	margin-bottom: 0;
}

.hs_data1 .box .item .boxRight {
	width: 50%;
	text-align: center;
}

.hs_data1 .box .item .boxRight img {
	max-width: 100%;
}

.hs_data1 .box .list {
	position: relative;
}

.hs_data1 .box .list:nth-child(2n) .item {
	flex-flow: row-reverse;
}

.hs_data1 .box .list .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.hs_data1 .box .list .img img {
	width: 100%;
}

.hs_data1 .box .list1 {
	margin-top: 14.625rem;
}

.hs_data1 .box .list1 .img {
	top: -30rem;
}

.hs_data1 .box .list2 .item .boxLeft {
	/* margin-top: 4.25rem; */
	padding-top: 12.375rem;
}

.hs_data1 .box .list3 {
	margin-top: 15rem;
}

.hs_data1 .box .list3 .img {
	top: -35rem;
}

.hs_data1 .box .list3 .boxRight {
	/* padding-top: 2rem; */
}

.hs_data1 .box .list3 .boxLeft {
	padding-top: 2rem;
}

.hs_data1 .box .list5 .boxRight {
	padding-top: 2rem;
}

.hs_data1 .box .list5 .boxLeft {
	padding-top: 2rem;
}

.hs_data1 .box .list4 {
	margin-top: 8.75rem;
}

.hs_data1 .box .list4 .item .boxLeft {
	padding-top: 4.75rem;
}

.hs_data1 .box .list5 {
	margin-top: 14rem;
}

.hs_data1 .box .list5 .img {
	top: -32rem;
}

.hs_data1 .box .list6 {
	margin-top: 6rem;
}

.hs_data1 .box .list6 .item .boxLeft {
	padding-top: 6.25rem;
}

.hs_data1 .box .list7 {
	margin-top: 11.5rem;
	padding-bottom: 6.25rem;
}

.hs_data1 .box .list7 .img {
	top: -30rem;
}

.hs_data1 .box .list7 .boxLeft {
	padding-top: 2rem;
}

.hs_data1 .box .list1 .boxRight {
	margin-top: 4rem;
}

.hs_data1 .box .list2 .boxRight {
	margin-top: 9rem;
}

.hs_data1 .box .list4 .boxRight {
	margin-top: 3rem;
}

.hs_data1 .box .list4 .boxRight {
	margin-top: 4rem;
}

.hs_data1 .box .list6 .boxRight {
	margin-top: 4rem;
}

.hs_data2 .box {
	margin-top: 3.4375rem;
	padding-bottom: 3.5rem;
}

.hs_data2 .box .item {
	width: 24%;
	background: url(../images/border5.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 5.5rem 3.75rem 3.4375rem;
	border-radius: 0.625rem;
	transition: 0.4s;
	position: relative;
}

.hs_data2 .box .item:nth-child(2n-1) {
	top: 3.5rem;
}

.hs_data2 .box .item .top img {
	height: 5.5rem;
	position: relative;
	top: 0;
	transition: 0.4s;
}

.hs_data2 .box .item .top1 {
	font-size: 1.5rem;
	color: #000;
	font-weight: bold;
	padding: 3rem 0 1.5rem;
	transition: 0.4s;
}

.hs_data2 .box .item .top2 {
	font-size: 1rem;
	line-height: 2.125rem;
	color: #666;
	height: 10.625rem;
	text-align: justify;
}

.hs_data2 .box .item:hover {
	box-shadow: 0 5px 1.25rem #e8f1ff;
}

.hs_data2 .box .item:hover .top img {
	top: -1rem;
}

.hs_data2 .box .item:hover .top1 {
	color: #1f75fe;
}

.hs_data3 {
	min-height: 100px;
	background: #f8faff;
}

.hs_data3 .box {
	position: relative;
	margin-top: 12.125rem;
}

.hs_data3 .box .img {
	width: 1036px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.hs_data3 .box .img p img {
	width: 100%;
}

.hs_data3 .box .img .imgx {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
	width: 465px;
}

.hs_data3 .box .img::before {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 500px;
	border: 1px dashed #2879f4;
	border-radius: 50%;
	animation: yuan2 4s infinite;
	animation-delay: 2s;
}

.hs_data3 .box .img::after {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 500px;
	border: 1px dashed #2879f4;
	border-radius: 50%;
	animation: yuan2 4s infinite;
}

.hs_data3 .box .item {
	width: 328px;
	position: absolute;
}

.hs_data3 .box .item h5 {
	font-size: 1.625rem;
	color: #000;
	margin-bottom: 1.25rem;
	font-weight: bold;
	transition: 0.4s;
}

.hs_data3 .box .item p {
	font-size: 1rem;
	color: #666;
	line-height: 1.75rem;
}

.hs_data3 .box .item:hover h5 {
	color: #1f75fe;
}

.hs_data3 .box .item1 {
	top: -130px;
	left: 245px;
	text-align: right;
}

.hs_data3 .box .item2 {
	top: 100px;
	left: -10px;
	text-align: right;
}

.hs_data3 .box .item3 {
	top: -130px;
	right: 245px;
}

.hs_data3 .box .item4 {
	top: 100px;
	right: -10px;
}

@keyframes yuan2 {
	0% {
		transform: translateX(-50%) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) scale(2.1);
		opacity: 0;
	}
}

.hs_data4 .box {
	margin-top: 3.125rem;
}

.hs_data4 .box .boxLeft {
	width: 48%;
	box-sizing: border-box;
	border: 2px solid #fff;
	background-image: linear-gradient(to bottom, #eff2f8, #fcfcfe);
	padding: 4.25rem 6.1875rem;
	min-height: 41rem;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 1.25rem #f5f7f9;
}

.hs_data4 .box .boxLeft h5 {
	font-size: 1.875rem;
	color: #000;
}

.hs_data4 .box .boxLeft .text {
	margin-top: 1.75rem;
}

.hs_data4 .box .boxLeft .text p {
	font-size: 1rem;
	color: #666;
	line-height: 2.25rem;
}

.hs_data4 .box .boxLeft .img {
	position: absolute;
	right: 0;
	bottom: 2rem;
}

.hs_data4 .box .boxLeft .img img {
	max-width: 31.875rem;
	transition: 2s;
}

.hs_data4 .box .boxLeft:hover .img img {
	transform: scale(1.1);
}

.hs_data4 .box .boxRight {
	width: 49.5%;
}

.hs_data4 .box .boxRight .item {
	min-height: 19.375rem;
	padding: 4rem 4.75rem;
	box-sizing: border-box;
	border: 2px solid #fff;
	background-image: linear-gradient(to bottom, #eff2f8, #fcfcfe);
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 1.25rem #f5f7f9;
	margin-bottom: 2.375rem;
}

.hs_data4 .box .boxRight .item:last-child {
	margin-bottom: 0;
}

.hs_data4 .box .boxRight .item h5 {
	font-size: 1.875rem;
	color: #000;
}

.hs_data4 .box .boxRight .item .text {
	margin-top: 1.75rem;
}

.hs_data4 .box .boxRight .item .text p {
	font-size: 1rem;
	color: #666;
	line-height: 2.25rem;
}

.hs_data4 .box .boxRight .item .img {
	position: absolute;
	right: 5rem;
	bottom: 2rem;
}

.hs_data4 .box .boxRight .item .img img {
	max-width: 14.5rem;
	transition: 2s;
}

.hs_data4 .box .boxRight .item:hover .img img {
	transform: scale(1.1);
}

.hs_data5 {
	background: #f8faff;
}

.hs_data5 .link {
	margin-top: 2.5rem;
	text-align: center;
}

.hs_data5 .link a {
	display: inline-block;
	line-height: 3.375rem;
	width: 10rem;
	text-align: center;
	border: 1px solid #1f75fe;
	font-size: 1.125rem;
	color: #1f75fe;
	border-radius: 1.875rem;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.hs_data5 .link a span {
	position: relative;
}

.hs_data5 .link a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	background: #1f75fe;
	border-radius: 1.875rem;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}


@media screen and (min-width: 768px) {
	.hs_data5 .link a:hover {
		border: 1px solid transparent;
		color: #fff;
	}

	.hs_data5 .link a:hover::before {
		width: 100%;
		left: 0px;
		right: auto;
	}

}


.hs_data5 .box {
	margin-top: 3.75rem;
	position: relative;
}

.hs_data5 .box>img {
	position: absolute;
	top: 100px;
	left: 170px;
	width: 1165px;
}

.hs_data5 .box .item .top {
	width: 234px;
	height: 234px;
	position: relative;
	text-align: center;
}

.hs_data5 .box .item .top p {
	transition: 0.4s;
}

.hs_data5 .box .item .top img {
	max-width: 100%;
}

.hs_data5 .box .item .top .p1 {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}

.hs_data5 .box .item .top .p2 {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	z-index: 5;
}

.hs_data5 .box .item .top .p3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.hs_data5 .box .item .bot {
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	margin-top: 24px;
	transition: 0.4s;
}

.hs_data5 .box .item:hover .p1 {
	bottom: 78px;
}

.hs_data5 .box .item:hover .p2 {
	bottom: 30px;
}

.hs_data5 .box .item:hover .bot {
	color: #1f75fe;
}

.hs_data5 .box .item1 {
	margin-top: 155px;
}

.hs_data5 .box .item2 {
	margin-top: 57px;
}

.hs_data5 .box .item3 {
	margin-top: 162px;
}

.hs_data6 .box {
	margin-top: 3.125rem;
	text-align: center;
	position: relative;
}

.hs_data6 .box .img {
	position: relative;
	perspective: 800px;
}

.hs_data6 .box .img img {
	max-width: 100%;
}

.hs_data6 .box .img::before {
	content: '';
	position: absolute;
	width: 440px;
	height: 180px;
	top: 28%;
	left: 50%;
	transform: translateX(-50%) rotateX(0deg) scale(1);
	border: 1px solid #ddf8fc;
	border-radius: 50%;
	transform-style: preserve-3d;
	animation: w_bg1 3s infinite;
}

.hs_data6 .box .img::after {
	content: '';
	position: absolute;
	width: 440px;
	height: 180px;
	top: 28%;
	left: 50%;
	transform: translateX(-50%) rotateX(0deg) scale(1);
	border: 1px solid #ddf8fc;
	border-radius: 50%;
	transform-style: preserve-3d;
	animation: w_bg1 3s infinite;
	animation-delay: 2s;
}

.hs_data6 .box .img1 {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.hs_data6 .box .img1 img {
	width: 277px;
}

.hs_data6 .box .img2 {
	position: absolute;
	top: 9%;
	left: 49.5%;
	transform: translateX(-50%);
	perspective: 800px;
}

.hs_data6 .box .img2 img {
	width: 222px;
	transform-style: preserve-3d;
	/* animation: rota 6s infinite; */
}

.hs_data6 .box .img3 {
	position: absolute;
	top: 9%;
	left: 49.5%;
	transform: translateX(-50%);
	perspective: 800px;
}

.hs_data6 .box .img3 img {
	width: 222px;
	/* transform-style: preserve-3d; */
	animation: shang 3s infinite;
	position: relative;
	top: 0;
}

@keyframes shang {
	0% {
		top: 0px;
	}

	50% {
		top: -1rem;
	}

	100% {
		top: 0px;
	}
}

@keyframes rota {
	0% {
		transform: rotateY(-10deg);
	}

	50% {
		transform: rotateY(40deg);
	}

	100% {
		transform: rotateY(-10deg);
	}
}

@keyframes w_bg1 {
	0% {
		transform: translateX(-50%) rotateX(0deg) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) rotateX(0deg) scale(3);
		opacity: 0;
	}
}

.hs_data7 {
	background: #e8f1ff;
}

.hs_data7 .box {
	margin-top: 3.125rem;
	height: 31.125rem;
	overflow: hidden;
}

.hs_data7 .box .list {
	width: 23.5%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 1.25rem #f5f7f9;
}

.hs_data7 .box .list .item {
	padding: 4rem 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: 0.4s;
	position: relative;
}

.hs_data7 .box .list .item .boxLeft {
	box-sizing: border-box;
	padding: 0 4rem;
	border-right: 1px solid #fff;
	width: 100%;
	text-align: center;
}

.hs_data7 .box .list .item .boxLeft .content1 img {
	height: 8.875rem;
	transition: 0.4s;
}

.hs_data7 .box .list .item .boxLeft .content2 {
	font-size: 1.375rem;
	color: #000;
	margin-top: 1.875rem;
}

.hs_data7 .box .list .item .boxLeft .content3 {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #666;
	margin-top: 1.125rem;
}

.hs_data7 .box .list .item .boxRight {
	width: 0%;
	box-sizing: border-box;
	padding: 0 0 0 2.8125rem;
	transition: 0.4s;
	display: none;
}

.hs_data7 .box .list .item .boxRight h5 {
	font-size: 1.25rem;
	color: #1f75fe;
	font-weight: bold;
}

.hs_data7 .box .list .item .boxRight div {
	margin-top: 2rem;
}

.hs_data7 .box .list .item .boxRight div p {
	line-height: 40px;
	margin-top: 1.5rem;
}

.hs_data7 .box .list .item .boxRight div p:first-child {
	margin-top: 0;
}

.hs_data7 .box .list .item .boxRight div p img {
	height: 40px;
	margin-right: 10px;
}

.hs_data7 .box .active {
	width: 49.5%;
}

.hs_data7 .box .active .item .boxLeft {
	border-right: 1px solid #eee;
	width: 59%;
}

.hs_data7 .box .active .item .boxRight {
	width: 41%;
	display: block;
}

.hs_biaodan {
	margin-top: 11.875rem;
}

.hs_biaodan .box .boxLeft {
	width: 48%;
}

.hs_biaodan .box .boxLeft h5 {
	font-size: 1.625rem;
	color: #000;
}

.hs_biaodan .box .boxLeft .text {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	margin-top: 1.125rem;
}

.hs_biaodan .box .boxLeft .main {
	margin-top: 1.875rem;
}

.hs_biaodan .box .boxLeft .main .item {
	margin-bottom: 1.5625rem;
}

.hs_biaodan .box .boxLeft .main .item .left {
	width: 11.25rem;
	font-size: 1.125rem;
	color: #000;
	box-sizing: border-box;
	padding-right: 1.25rem;
	line-height: 2.5rem;
	text-align: right;
}

.hs_biaodan .box .boxLeft .main .item .left span {
	color: #ff0000;
}

.hs_biaodan .box .boxLeft .main .item .right {
	width: calc(100% - 11.25rem);
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
        border: 1px solid #ccc;
}

.hs_biaodan .box .boxLeft .main .item .right input {
	height: 38px;
	display: block;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 0 1rem;
	font-size: 1rem;
}
.hs_biaodan .box .boxLeft .main .item .right select {
	height: 38px;
	display: block;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 0 1rem;
	font-size: 1rem;
}
.hs_biaodan .box .boxLeft .main .item .right textarea {
	display: block;
	width: 100%;
	border: 0;
	height: 6.125rem;
	box-sizing: border-box;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	resize: none;
}

.hs_biaodan .box .boxLeft .main .item1 .right input {
	background: #d8d8d8;
	height: 50px;
	display: block;
	width: 100%;
	border: 0;
	box-sizing: border-box;
	font-size: 1rem;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.hs_biaodan .box .boxRight {
	width: 46%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hs_biaodan .box .boxRight video {
	width: 100%;
}

.development_history__box {
	width: 100%;
	display:flex;
	margin: 0px 180px;
}
.development_history_text {
	width: 45.7% !important;
	padding-left: 0px;
}
.development_history_text.item-left {
	order: 1;
	text-align: right;
}
.development_history_text.item-right {
	order: 3;
	text-align: left;
}
.development_history__schedule {
	order: 2;
}
.placeholder_box {
	width: 45.7%;
}
.placeholder_box.item-left {
	order: 3;
}
.placeholder_box.item-right {
	order: 1;
}
.development_history__schedule {
	width: 8.6%;
	position: relative;
	margin-bottom: 4px;
}
.swiper-container .development_history__schedule:last-child {
	display: none !important;
}

.development_history__schedule p {
	position: absolute;
	left: 50%;
	width: 2px;
	background: #d9d9d9;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	z-index: 1;
}
.development_history__schedule p.show_first_circle {
	height: 0px;
	z-index: 99999;
}
.development_history__schedule p.none_first_circle {
	display: none;
}
.development_history__schedule p > span.small-circle {
	position: absolute;
	bottom: -4px;
	left: -4px;
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	z-index: 9999;
	background: #207DFF;
}
.development_history__schedule p > span.great-circle {
	position: absolute;
	bottom: -12px;
	left: -12px;
	display:block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	z-index: 9999;
	background: #207DFF;
	opacity: 0.12;
	/* border-opacity: 0.12; */
}
.development_history_text h5 {
	font-size: 1.95rem !important;
	line-height: 1.95rem;
	color: #1F75FE;
	letter-spacing: 0;
	font-weight: 600;
	font-family: 'PingFangSC-Semibold' !important;
}
.development_history_text h6 {
	font-family: PingFangSC-Medium;
	font-size: 1.3rem !important;
	color: #333333;
	letter-spacing: 0;
	line-height: 1.3rem;
	font-weight: 500 !important;
}
.development_history_text div {
	height: auto !important;
	padding-bottom: 1.38rem;
}
.development_history_text div p {
	font-size: 1.3rem !important;
	line-height: 1.78rem;
	font-family: PingFangSC-Regular;
	color: #333333;
	letter-spacing: 0;
	font-weight: 400;
}

.hs-group {
	position: relative;
}

.hs-group .hs-group-bg {
	width: 100%;
}
.hs-gloup-title h5 {
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 2.76rem;
	line-height: 2.76rem;
	font-family: 'PingFangSC-Regular';
}
.hs-gloup-title {
	text-align: center;
	margin: 0px 180px;
}

.hs-group .hs-group-text {
	text-align: center;
	margin: auto;
	color: #fff;
	font-size: 1.46rem;
	line-height: 2.4rem;
}
.hs-group .hs-group-text .one {
	margin-bottom: 3rem;
}
.hs-group-swiper-container {
	margin: 0px auto;
}

.index_head.AboutUs:not(.index_headOn) {
	background: transparent;
	border-bottom: none;
	box-shadow: none;
}

.index_head.AboutUs:not(.index_headOn) .box .nav .item>a {
	color: #Fff;
}

.index_head.AboutUs:not(.index_headOn) .box .nav .active>a {
    font-weight: 400;
}
.index_head.AboutUs:not(.index_headOn) .box .link .p1 a {
	background: #FFFFFF;
	color: #383B3E;
	font-weight: 500;
}
.index_head.AboutUs:not(.index_headOn) .box .menu .icon2 {
	color: #fff;
}
.index_head.AboutUs:not(.index_headOn) .box .menu path {
	fill: #fff;
}

.boxRight .map div#baidu_jsapi_watermark {
	opacity: 0;
}
/* @media screen and (max-width:1200) {
	.index_head.AboutUs:not(.index_headOn) .box .nav .item>a {
		color: #000;
		font-size: 1.1rem;
	}
} */

.hs-map-img div {
	display: none;
}

.hs-map-img .show {
	display: block;
}

@media screen and (max-width: 1520px) {
	.index_five .w1520 {
		margin: 0;
		width: 100%;
	}

	.index_five .box .list .item .boxLeft {
		width: 40%;
	}

	.index_five .box .list .item .boxRight {
		width: 60%;
	}

  .index_five .box .list1 .item .boxLeft {
    width: 50%;
	}

	.index_five .box .list1 .item .boxRight {
		padding-left: 3rem;
    width: 50%;
	}

	.index_five .box .list3 .boxLeft {
		padding-left: 8%;
	}

	.index_five .box .list5 .boxLeft {
		padding-left: 8%;
	}

	.index_banner .w1520 {
		margin: auto;
		width: 90%;
	}

	.index_banner .w1520 .brands {
		/* margin: 0; */
		width: 100vw;
	}

	.index_advertise .w1520 {
		margin: auto;
		width: 90%;
		min-height: 180px;
	}

	.index_foot .w1520 {
		margin: auto;
		width: 90%;
	}

}

@media screen and (max-width: 1200px) {
	.index_five .box .list1 .item .boxRight {
		padding: 0;
	}
}

@media screen and (max-width:1028px) {
	.hs-group-swiper-container {
		display: none !important;
	}
}
@media screen and (min-width:1028px) {
	.mobile.hs_culture_new {
		display: none !important;
	}
}
@media screen and (max-width:1028px) {
	.hs-group-swiper-container {
		display: none !important;
	}
}
@media screen and (max-width: 940px) {
	.hs-group .hs-group-text {
		width: calc(100% - 160px);
	}

	.index_foot .wechat_public_account_qr_code {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.hs-gloup-title {
		width: 100%;
		margin: auto;
		top: 6rem;
	}
	.hs-group .hs-group-text {
		width: 100%;
		top: 10.77rem;
		font-size: 1.2rem;
		box-sizing: border-box;
	}
	.hs-group .hs-group-text .one {
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 600px) {
	.hs-gloup-title {
		width: 100%;
		margin: auto;
		top: 5rem;
	}
	.hs-group .hs-group-text {
		width: 100%;
		top: 10rem;
		font-size: 1.1rem;
		line-height: 1.6rem;
		box-sizing: border-box;
	}
	.hs-group .hs-group-text .one {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 420px) {
	.hs-gloup-title {
		width: 100%;
		margin: auto;
		top: 2.5rem;
	}
	.hs-group .hs-group-text {
		width: 100%;
		top: 6rem;
		font-size: 0.8rem;
		line-height: 1.5rem;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	.hs-group .hs-group-text .one {
		margin-bottom: 1rem;
	}
}


@media screen and (min-width:1900px) {
	.hs-gloup-title {
		top: 12rem;
	}
	.hs-group-swiper-container {
		bottom: 15rem;
	}
}

@media screen and (min-width:2100px) {
	.hs-gloup-title {
		top: 14rem;
	}
	.hs-group-swiper-container {
		bottom: 16rem;
	}
	.hs-group .hs-group-text {
		top: 22rem;
	}
}
@media screen and (min-width:2400px) {
	.hs-gloup-title {
		top: 15rem;
	}
	.hs-group-swiper-container {
		bottom: 19rem;
	}
	.hs-group .hs-group-text {
		top: 26rem;
	}
}

.principle-text.content3 {
	height: auto !important;
}

.hs-group-swiper-container .swiper-slide .item {
	background: #fff;
	opacity: 0.82;
	border-radius: 8px;
}
.hs-group-swiper-container .leftbtn,
.hs-group-swiper-container .rightbtn {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	transform: translateY(-100%) !important;
}

.hs-group-swiper-container .leftbtn>span:before,
.hs-group-swiper-container .rightbtn>span:before {
	font-size: 2.5rem;
	color: #D3D7DA;
}

.hs_banner2 .shiping img {
	width: 100%;
	position: relative;
	bottom: 0px;
	right: 0px;
	height: auto;
}

.AboutUs:not(.index_headOn) .logo-black-white {
	display: block !important;
}
.AboutUs:not(.index_headOn) .standard {
	display: none;
}

.AboutUs-principle .item.wow.slideInUp.noneShadow.animated {
	width: 48.9%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 0px;
    visibility: visible;
    animation-name: slideInUp;
}
.AboutUs-principle .lpk_phone .content .content3 {
	height: auto !important;
}
.AboutUs-principle .lpk_phone .content {
	background: rgba(0,0,0,0) !important;
	box-shadow: none !important;
}
.AboutUs-principle .lpk_phone .content div,
.AboutUs-principle .lpk_phone .content div p {
	color: #fff !important;
}
.AboutUs-principle .lpk_phone .item {
	margin-bottom: 0px !important;
}
.AboutUs-principle .lpk_phone .item:hover{
	box-shadow: none !important;
}
/* .lpk_pc{
	  display: none;
  } */
.lpk_phone {
	display: none;
}

@media screen and (min-width:1921px) {
	.hs_banner .pc{
		/* object-fit: cover; */
	}
	.index_banner{
		position: relative;
		height: auto;
	}

	.hs_banner .pc{
		height: 100%;
		bottom: 0;
	}
}
@media screen and (min-width:2560px) {
	.hs_banner .pc{
		object-fit: revert;
		right:0 ;
	}
}
@media screen and (max-width: 1680px) {
	.hs_qrs1 .box .img img {
		transform: scale(0.96);
	}

	.hs_data1 .box .list1 .img {
		top: -24rem;
	}

	.hs_data1 .box .list3 .img {
		top: -25rem;
	}

	.hs_data1 .box .list5 .img {
		top: -23rem;
	}

	.hs_data1 .box .list7 .img {
		top: -21rem;
	}

	.hs_data5 .box>img {
		top: 111px;
		left: 124px;
		width: 1130px;
	}

	.hs_data3 .box .item {
		width: 280px;
	}

	.hs_data3 .box .item2 {
		top: 80px;
	}

	.hs_data3 .box .item4 {
		top: 80px;
	}

	.hs_about2 .box .main>img {
		top: 183px;
		width: 1630px;
	}
}

@media screen and (max-width: 1440px) {
	.hs_data3 .box .img::after {
		width: 420px;
		height: 420px;
	}

	.hs_data3 .box .img::before {
		width: 420px;
		height: 420px;
	}

	.hs_data3 .box .img .imgx {
		width: 400px;
	}

	.hs_banner .box .main p {
		margin-top: 3.625rem;
	}

	.hs_qrs1 .box .main .item {
		width: 274px;
	}

	.hs_analyze3 .box .item1 {
		top: -130px;
		left: 334px;
	}

	.hs_analyze3 .box .item2 {
		top: 45px;
		left: -8px;
	}

	.hs_analyze3 .box .item3 {
		top: 350px;
		left: 76px;
	}

	.hs_analyze3 .box .item4 {
		top: 0;
		right: 74px;
	}

	.hs_analyze3 .box .item5 {
		top: 295px;
		right: 52px;
	}

	.hs_case1 .box .boxLeft .text {
		line-height: 2rem;
	}

	.hs_video .box .boxRight .item {
		padding: 1.4rem 0;
	}

	.hs_video3 .box .botTop .right a {
		background-size: 100% 100% !important;
		padding: 0;
	}

	.hs_news1 .box .boxLeft .content2 .right a {
		background-size: 100% 100% !important;
		padding: 0;
	}

	.index_five .box .list .item .boxRight {
		padding-right: 0;
	}

	.index_five .box .list .item .boxRight img {
		width: auto;
		max-width: 100%;
	}

	.index_five .box .list1 {
		padding: 8rem 0;
		background-color: #F6F9FE;
	}

	.index_five .box .list1 .boxLeft {
		color: #283141;
		/* padding-top: 8.5rem;
		padding-left: 8.75rem; */
		padding-top: 9%;
		padding-left: 10%;
	}

	.index_five .box .list1 .boxLeft .text .slogan_container {
		display: flex;
		margin-bottom: 1.875rem;
	}

	.index_five .box .list1 .boxLeft .text .slogan_container img {
		color: #283141;
		line-height: 2rem;
		margin-right: 1.125rem;
	}

	.index_five .box .list1 .boxLeft .text .slogan_container .detail_slogan {
		font-size: 1.5rem;
		color: #283141;
		letter-spacing: 0;
		line-height: 2rem;
	}

	.hs_analyze .box .item1 .xian {
		bottom: -12.5rem;
	}

	.hs_analyze .box .item1 .dian {
		bottom: 3.5rem;
	}

	.hs_analyze .box .item2 .dian {
		bottom: 4.2rem;
	}

	.hs_analyze .box .item2 .xian {
		bottom: -11.75rem;
	}

	.hs_analyze .box .item3 .xian {
		bottom: -11.625rem;
	}

	.hs_analyze .box .item3 .dian {
		bottom: 4.5rem;
	}

	.hs_analyze .box .item4 .dian {
		bottom: 5.8rem;
	}

	.hs_analyze .box .item4 .xian {
		bottom: -9.625rem;
	}

	.hs_analyze .box .item5 .dian {
		bottom: 8.6rem;
	}

	.hs_analyze .box .item5 .xian {
		bottom: -7.125rem;
	}



	.hs_analyze .box .posi {
		bottom: -5px;
	}
	.hs_analyze1 .box .item:nth-child(6) .left .p1 {
	    left: -4px;
	}

	.hs_analyze .box .item1 .dian {
		bottom: 3.4rem;
	}

	.hs_analyze .box .item3 .dian {
		bottom: 4.3rem;
	}

	.hs_analyze .box .item4 .dian {
		bottom: 5.4rem;
	}

	.hs_analyze .box .item5 .dian {
		bottom: 8.8rem;
	}

	.hs_analyze .box .item1 .xian {
		bottom: -13.5rem;
	}

	.hs_analyze .box .item2 .xian {
		bottom: -12.75rem;
	}

	.hs_analyze .box .item3 .xian {
		bottom: -12.625rem;
	}

	.hs_analyze .box .item4 .xian {
		bottom: -11.625rem;
	}

	.hs_analyze .box .item5 .xian {
		bottom: -8.125rem;
	}

	.hs_data1 .box .item .boxRight {
		width: 40%;
	}

	.hs_data1 .box .list1 .img {
		top: -24rem;
	}

	.hs_data1 .box .list3 .img {
		top: -28rem;
	}

	.hs_data1 .box .list5 .img {
		top: -24rem;
	}

	.hs_data1 .box .list7 .img {
		top: -21rem;
	}

	.hs_about2 .box .main>img {
		top: 170px;
		width: 1420px;
	}

	.hs_about2 .box .main .list .item-1 {
		margin-top: 55px;
	}

	.hs_about2 .box .main .list .item-4 {
		padding-top: 4rem;
		margin-top: 39px;
	}

	.hs_about2 .box .main .list .item-5 {
		padding-top: 4rem;
		margin-top: 26px;
	}

	.hs_analyze1 .box .item:nth-child(4) .left .p1 img {
		max-width: 45%;
	}

	.hs_data1 .box .list3 .img {
		top: -27rem;
	}

	.hs_data3 .box .item {}

	.hs_data5 .box>img {
		top: 124px;
		left: 108px;
		width: 1012px;
	}

	.hs_data5 .box .item4 {
		margin-top: 2rem;
	}

	.hs_data3 .box .img {
		width: 856px;
	}

	.hs_data3 .box .item {
		width: 280px;
	}

	.hs_data3 .box .item1 {
		top: -100px;
		left: 200px;
	}

	.hs_data3 .box .item3 {
		top: -100px;
		right: 200px;
	}

	.hs_data6 .box .img1 img {
		width: 210px;
	}

	.hs_data6 .box .img2 img {
		width: 174px;
	}

	.hs_data6 .box .img3 img {
		width: 174px;
	}

	.hs_data1 .box .list6 .boxRight {
		margin-top: 9rem;
	}

	.hs_data1 .box .list6 .item .boxLeft {
		padding-top: 8.25rem;
	}

	.hs_data1 .box .list6 .item .boxRight {
		/* padding-top: 6rem; */
	}

	.hs_data1 .box .list7 {
		padding-bottom: 4.25rem;
	}

	.hs_data1 .box .list5 .item .boxLeft {
		padding-top: 1rem;
	}

	.hs_data1 .box .list7 .boxRight {
		padding-top: 4rem;
	}

	.hs_data1 .box .list3 .boxRight {
		padding-top: 2rem;
	}

	.hs_data1 .box .list7 .boxLeft {
		padding-top: 4rem;
	}
	.hs_analyze1 .box .item .left .p1 img{
		max-width: 62%;
	}
	.hs_analyze1 .box .item:nth-child(7) .left .p1 {
	    top: -12px;
	}
	.hs_analyze1 .box .item:nth-child(8) .left .p1 {
	    top: -10px;
	}
	.hs_analyze1 .box .item:nth-child(3) .left .p1 {
	    top: 6px;
	}
	.hs_banner video {
		object-fit: cover;
	}
}

@media screen and (max-width: 1366px) {
	.hs_qrs1 .box .img img {
		transform: scale(0.89);
	}

	.hs_qrs1 .box .main .item2 {
		left: -18px;
	}

	.hs_qrs1 .box .main .item5 {
		right: -18px;
	}

	.index_head .box .nav .item>a {
		font-size: 16px;
	}
.idnex_three .box .item h5{
   	font-size: 16px;
}
	.idnex_three .box .item p {
		/*font-size: 15px;*/
		padding: 0 10px;
	}

	.hs_analyze3 .box .item .left div p {
		font-size: 15px;
		line-height: 30px;
	}

	.hs_analyze3 .box .item1 {
		left: 268px;
	}

	.hs_analyze3 .box .item2 {
		top: 30px;
		left: -39px;
	}

	.hs_analyze3 .box .item3 {
		left: 22px;
	}

	.hs_analyze3 .box .item4 {
		top: 0;
		right: 21px;
	}

	.hs_analyze3 .box .item5 {
		right: -3px;
	}

	.hs_data5 {
		overflow: hidden;
	}

	.hs_data5 .box .item .top {
		transform: scale(0.8);
	}

	.hs_data5 .box>img {
		top: 90px;
		left: 110px;
		width: 80%;
	}

	.hs_data5 .box .item3 {
		margin-top: 122px;
	}

	.hs_data5 .box .item2 {
		margin-top: 38px;
	}

	.hs_data5 .box .item1 {
		margin-top: 104px;
	}

	.hs_about2 .box .main>img {
		top: 164px;
		width: 1358px;
	}

	.hs_about2 .box .main .list .item-3 {
		top: 0.3rem;
	}

}

@media screen and (max-width:1200px) {
	.hs_about3_new .box .banner .item .boxLeft .img .img1 {
		display: none;
	}

	.hs_about3_new .box .banner .item .boxLeft .img .img2 {
		display: block;
	}

	.idnex_three .box .item:hover {
		box-shadow: 0 0 1.25rem transparent;
		top: 0rem;
	}

	.hs_about2 .box .main .list .item img {
		transform: rotate(0deg);
	}

	.index_head .box .nav .item ul li a {
		line-height: 3rem;
	}

	.hs_about3_new .box .banner .item .boxLeft {
		width: 100%;
	}

	.hs_about3_new .box .banner .item .boxRight {
		width: 100%;
	}

	.index_banner .box .boxLeft .button .p1 {
		margin-right: 16px;
	}

	/*cc修改 START */
	.index_head .box .nav .item ul li {

		border-bottom: 1px solid #eee !important;
	}

	/*cc修改 END */
	.hs_news1 .box .boxRight {
		border: 0;
	}

	.index_footer .box .boxLeft a {
		display: block;
	}

	.hs_banner .mc {
		display: block;
	}

	.hs_banner .pc {
		display: none;
	}

	.index_head .box .nav .item ul li a:hover {
		background: #fff;
		color: #000;
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .right {
		padding: 3rem 0 0 2rem;
	}

	.index_fixed {
		opacity: 0;
	}

	.index_head .box .nav {
		display: none;
	}

	.idnex_three .box .item {
		width: 100%;
		/* margin-top: 2rem; */
		box-shadow: 0 0 1.25rem transparent;
	}

	.idnex_three .swiper-container {
		box-shadow: 0 0 1.25rem #e8f1ff;
	}

	.index_head .box {
		margin: 0 30px;
	}

	.index_five .box .list .item .boxLeft {
		width: 100%;
		text-align: center;
	}

	.index_five .box .list1 .item .boxLeft .text .slogan_container {
		display: flex;
		justify-content: center;
	}


	.index_five .box .list .item .boxRight {
		width: 100%;
		text-align: center;
		max-width: 100%;
		/* margin-top: 3rem; */
	}

	.index_five .box .list .item .boxRight img {
		width: 100%;
	}

	.index_five .box .list:nth-child(2n + 1) .item {
		flex-flow: wrap;
	}

	.index_case .box .item .boxLeft {
		width: 100%;
	}


	.index_case .box .item .bxoRight {
		width: 100%;
	}

	.index_case .box1 {
		margin-top: 0;
	}

	.index_case .box1 .main {
		width: 100%;
		padding: 0;
	}

	.index_case .box {
		background: #f8faff;
	}

	.index_advertise>img {
		height: 18.75rem;
		object-fit: cover;
	}

	.idnex_advertise>img {
		height: 18.75rem;
		object-fit: cover;
	}

	.hs_qrs2 .box .boxLeft {
		width: 100%;
	}

	.hs_qrs2 .box .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_qrs3 .box .item {
		width: 48.5%;
		margin-bottom: 1rem;
	}

	.hs_analyze .box .item {
		width: 48.5%;
		height: auto;
		margin-bottom: 1rem;
	}

	.hs_analyze .box .posi {
		display: none;
	}

	.hs_analyze .box .item .xian {
		display: none;
	}

	.hs_analyze .box .item .dian {
		display: none;
	}

	.hs_analyze1 .box .item {
		width: 100%;
	}

	.index_advertise>img {
		transition: 0s;
	}

	.idnex_advertise>img {
		transition: 0s;
	}


	.hs_data .box .main {
		width: 100%;
		margin-right: 0%;
	}

	.hs_data1 .box .item .boxLeft {
		width: 100%;
	}

	.hs_data1 .box .item .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_data1 .box .list .img {
		opacity: 0;
	}

	.hs_data1 .box .list:nth-child(2n) .item {
		flex-flow: wrap;
	}

	.hs_data1 .box .list1 {
		margin-top: 5rem;
	}

	.hs_data1 .box .list2 .item .boxLeft {
		margin-top: 5rem;
		padding-top: 0;
	}

	.hs_data1 .box .list3 {
		margin-top: 5rem;
	}

	.hs_data1 .box .item .boxLeft {
		padding: 0rem 4.5rem 0;
	}

	.hs_data1 .box .list4 .item .boxLeft {
		padding-top: 0;
	}

	.hs_data1 .box .list4 {
		margin-top: 5rem;
	}

	.hs_data1 .box .list5 {
		margin-top: 5rem;
	}

	.hs_data1 .box .list6 .item .boxLeft {
		padding-top: 0;
	}

	.hs_data1 .box .list6 {
		margin-top: 5rem;
	}

	.hs_data1 .box .list7 {
		margin-top: 5rem;
	}

	.hs_case .box {
		justify-content: space-between;
	}

	.hs_case .box .item {
		width: 48%;
		margin-right: 0%;
	}

	.hs_case1 .box .boxLeft {
		width: 100%;
	}

	.hs_case1 .box .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_case2 .box .boxLeft {
		width: 100%;
	}

	.hs_case2 .box .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_case4 .box .boxLeft {
		width: 100%;
	}

	.hs_case4 .box .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_data2 .box .item:nth-child(2n-1) {
		top: 0;
	}

	.hs_data2 .box .item {
		width: 49%;
		margin-bottom: 1rem;
	}

	.hs_data2 .box {
		padding-bottom: 0;
	}

	.hs_data4 .box .boxLeft {
		width: 100%;
	}

	.hs_data4 .box .boxRight {
		margin-top: 2.375rem;
		width: 100%;
		padding-bottom: 0.625rem;
	}

	.hs_data4 .box .boxRight .item {
		width: 100%;
		height: 30rem;
	}

	.hs_ecology .box .boxLeft {
		width: 100%;
	}

	.hs_ecology .box .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_ecology .box {
		padding-bottom: 0;
	}

	.hs_twoNav1 .box {
		overflow: scroll;
		padding-bottom: 10px;
	}

	.hs_twoNav1 .box>div {
		white-space: nowrap;
		flex-wrap: nowrap;
	}

	.hs_twoNav1 p {
		margin: 0;
	}

	.hs_video .box .boxLeft {
		width: 100%;
	}

	.hs_video .box .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_video1 .box {
		justify-content: space-between;
	}

	.hs_video1 .box .item {
		margin-right: 0;
		width: 48.5%;
	}

	.hs_video3 .box .botTop {
		width: 100%;
	}

	.hs_video3 .box .botTop h5 {
		text-align: left;
	}

	.hs_video3 .box .anniu {
		width: 100%;
		margin-top: 2rem;
	}

	.hs_video3 .box .boxBot video {
		min-height: 38vh;
	}

	.hs_news .box .list .item a .boxLeft {
		width: 50%;
	}

	.hs_news .box .list .item a .boxRight {
		width: 47%;
	}

	.hs_news .box .list .item a .boxRight .link {
		margin-top: 1.125rem;
	}

	.hs_news1 .box .boxLeft {
		width: 100%;
	}

	.hs_news1 .box .boxRight {
		width: 100%;
		margin-top: 5rem;
		padding-left: 0;
	}

	.hs_about .box .boxLeft {
		width: 100% !important;
		margin-top: 2rem;
	}

	.hs_about .box .boxLeft div {
		margin-top: 1.9rem;
	}

	.container {
		width: 90%;
	}

	.hs_about .box .boxRight {
		width: 100% !important;
	}

	.hs_about1 .box .item {
		width: 100%;
		margin-bottom: 2rem;
	}


	.hs_about3 .box .item1 {
		width: 48.5%;
	}

	.hs_about3 .box .item {
		width: 48.5%;
	}

	.hs_about4 .box .boxLeft {
		width: 100%;
	}

	.hs_about4 .box .boxRight {
		width: 100%;
	}

	.hs_about4 .box .boxRight .map {
		min-height: 24rem;
	}

	.hs_culture2 .box .item .left {
		width: 100%;
	}

	.hs_culture2 .box .item .right {
		width: 100%;
	}

	.hs_culture2 .box .item:nth-child(2) {
		flex-flow: wrap;
	}

	.hs_culture2 .box .item:nth-child(2) .left {
		padding: 3rem;
	}

	.hs_culture2 .box .item .left {
		padding: 3rem;
	}

	.hs_culture2 .box .item {
		margin-bottom: 0;
	}

	.index_head .box .menu {
		display: flex;
	}

	.index_head .box .nav {
		position: fixed !important;
		width: 100%;
		top: 55px;
		left: 0 !important;
		height: calc(100vh - 55px);
		z-index: 6;
		background: #ffffff;
		box-sizing: border-box;
		padding-top: 34px;
	}

	.index_head .box .nav .item {
		margin: 0;
		box-sizing: border-box;
		padding: 0 2rem;
	}

	.index_head .box .nav .item>a {
		line-height: 4rem;
		display: block;
		width: 100%;
	}
	.index_head.AboutUs:not(.index_headOn) .box .nav .item>a {
		color: #000;
		font-size: 1.1rem;
	}

	.index_head .box .nav>span {
		display: block;
		position: absolute;
		right: 1.2rem;
		top: 1.1rem;
		font-size: 3rem;
		color: #000;
		display: none;
	}

	.index_head {
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: saturate(1.8) blur(20px);
		border-bottom: 1px solid #eee;
	}

	.index_head.home_page .logo .oldOne {
    display: block;
	}

	.index_head.home_page .logo .newOne {
    display: none;
	}

	.index_head .box .nav .item ul {
		position: initial;
		padding-left: 6rem;
		transition: 0s;
	}

	.index_head .box .nav .item ul li a {
		text-align: left;
	}

	.index_head .box .nav .item>a {
		/* font-weight: bold; */
	}

	.index_head .box .nav .item>a {
		font-size: 15px;
	}

	.index_head .box .nav .item>a:hover {
		border-bottom: 1px solid #1f75fe;
	}

	.index_head .box .nav .item:hover ul {
		display: none;
	}

	.index_foot .box .boxLeft {
		display: none;
	}

	.index_foot .box .boxCen {
		display: none;
	}

	.index_foot .box {
		padding: 2.375rem 0;
	}

	.index_footer .box {
		padding: 0 ;
	}
	.index_footer .box_ {
    width: 84%;
	}
	.index_footer {
			padding: 2.4375rem 0 3.4375rem;
	}

	.index_footer .box_ {
			margin-bottom: 1.5rem;
	}

	.index_foot .box .boxRight .logo {
		display: none;
	}

	.hs_analyze3 .box .img {
		display: none;
	}

	.hs_analyze3 .box .item {
		position: initial;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 1.5rem 0;
	}

	.hs_analyze3 .box .item .right p {
		display: none;
	}

	.hs_analyze3 .box .item1 {
		flex-flow: row-reverse;
	}

	.hs_analyze3 .box .item2 {
		flex-flow: row-reverse;
	}

	.hs_analyze3 .box .item3 {
		flex-flow: row-reverse;
	}

	.hs_analyze3 .box .item .left {
		text-align: left;
	}

	.hs_analyze3 .box .item .right {
		margin-right: 40px;
		margin-left: 0;
	}

	.hs_analyze3 .box {
		margin-top: 3rem;
	}

	.hs_analyze3 {
		padding-bottom: 3rem;
	}

	.hs_analyze4 .box .swiper-slide .item {
		width: 100%;
	}

	.hs_analyze4 .box .swiper-slide .item .main {
		width: 100%;
	}

	.hs_analyze4 .box .swiper-slide .item .main>img {
		min-height: 0rem;
		height: 29.25rem;
	}

	.hs_data7 .box .list {
		width: 100%;
		margin-bottom: 1rem;
	}

	.hs_data7 .box {
		height: auto;
	}

	.hs_data7 .box .list .item .boxLeft {
		width: 59%;
	}

	.hs_data7 .box .list .item .boxRight {
		width: 41%;
		display: block;
	}

	.hs_data5 .box>img {
		display: none;
	}

	.hs_data5 .box .item {
		margin-top: 0;
		width: 25%;
	}

	.hs_data5 .box .item .top img {
		max-width: 100%;
	}

	.hs_data5 .box .item .top {
		width: 100%;
	}

	.hs_data5 .box .item3 .top .p1 img {
		width: 42%;
	}

	.hs_data5 .box .item4 .top .p1 img {
		width: 54%;
	}

	.index_banner .box .boxLeft {
		padding: 15.0625rem 0 18.125rem;
		width: 100%;
		text-align: center;
	}

	.index_banner .box .mission {
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.index_banner .box .brands {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		margin-bottom: 2rem;
		font-size: 3.5rem;
	}

	.index_banner .box .brands img {
		height: 1.125rem;
	}

	.hs_banner {
		height: 100vh;
		background: #eff2ff;
	}

	.hs_banner .box .main {
		position: relative;
		top: -9rem;
	}

	.hs_banner video {
		position: absolute;
		bottom: 5%;
		right: 5%;
		height: 48%;
	}

	.hs_banner img {
		position: absolute;
		bottom: 5%;
		right: 5%;
		/* height: 48%; */
	}

	.index_head .box .nav .item ul {
		padding-left: 0px;
		position: inherit;
		width: 100%;
		transform: translateX(0px);
		left: 0;
		top: 0;
		box-shadow: 0 0 1.25rem #ffffff;
		box-sizing: border-box;
	}

	.hs_qrs1 .box .img {
		display: none;
	}

	.hs_qrs1 .box .main {
		position: inherit;
	}

	.hs_qrs1 .box .main .item {
		position: inherit;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		text-align: left;
		margin-bottom: 2rem;
	}

	.hs_qrs1 .box .main .item .svg {
		right: auto;
		left: 0;
		display: none;
	}

	.hs_qrs1 .box .main .item .con p {
		height: auto;
	}

	.hs_qrs1 {
		padding-bottom: 2.25rem;
	}

	.hs_data3 .box .img {
		display: none;
	}

	.hs_data3 .box .item {
		width: 100%;
		position: inherit;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: left;
		margin-bottom: 3rem;
	}

	.hs_data3 .box {
		margin-top: 3.125rem;
	}

	.hs_data3 {
		padding-bottom: 1rem;
	}

	.hs_twoNav1 .box>div {
		margin: 0 2%;
		justify-content: space-between;
	}

	.hs_banner .box .main1 {
		position: relative;
		/* top: -9rem; */
	}

	.hs_about2pc {
		display: none;
	}
	.AboutUs-experience.hs_about2pc {
		display: block;
	}

	.hs_about2phone {
		display: block;
	}

	.hs_about2 .box .main .list .item {
		width: 100%;
	}

	.hs_about2 .box .main .list .item img {
		top: -45px;
	}

	.hs_banner .box .main2 {
		position: relative;
		/* top: -9rem; */
	}

	.hs_culture .box .active {
		width: 100%;
	}

	.hs_culture .box .item {
		width: 100%;
		margin-bottom: 1rem;
	}

	.hs_culture .box {
		height: auto;
		overflow: inherit;
	}

	.hs_culture .box .active .right {
		width: 56%;
	}

	.hs_culture .box .active .left {
		width: 44%;
	}

	.hs_culture .box .item .right img {
		width: 100%;
	}

	.hs_culture .box .item .left {
		width: 44%;
	}

	.hs_culture .box .item .right {
		width: 56%;
	}

	.hs_biaodan .box .boxLeft {
		width: 100%;
	}

	.hs_biaodan .box .boxRight {
		width: 100%;
		padding: 3rem 0 0;
	}

	.hs_analyze4 .box .swiper-slide {
		width: 40%;
	}

	.hs_analyze4 .box .swiper-slide .item {
		overflow: hidden;
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi {
		background: none;
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .left {
		width: 42%;
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .left .content1 {
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .left .content2 {
		color: #fff;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .left .content3 {
		color: #fff;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .left .content4 {
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .right {
		width: 58%;
	}

	.hs_culture2 .box {
		display: none;
	}

	.hs_culture2 .box1 {
		display: block;
	}

	.lpk_pc {
		display: none;
	}

	.lpk_phone {
		display: block;
	}

	.hs_banner .box {
		height: auto;
		display: block;
	}

	.hs_banner .mc {
		position: inherit;
		height: auto !important;
		display: block;
		right: auto;
		bottom: auto;
		width: 80%;
		margin: 130px 20px 130px auto;
	}

	.hs_banner {
		height: auto;
	}

	.hs_banner .box {
		margin-top: 7rem;
	}

	.hs_banner .box .main h5 {
		font-size: 2.75rem;
	}

	.hs_banner .box .main p a {
		width: 100px;
		font-size: 14px;
	}

	.hs_banner .box .main p a span {
		height: 40px;
	}

	.hs_banner .box .main {
		top: 0;
	}

	.hs_banner .box .main div {
		margin-top: 1.625rem;
	}

	.hs_banner .box .main p {
		margin-top: 1.625rem;
	}

	.hs_banner .box .main p a span {
		line-height: 35px;
		height: 35px;
	}

	.index_banner .box .boxLeft h6 {
		font-size: 2.1875rem;
	}

	.hs_about3_new .box .banner .item .boxLeft .posi {
		padding: 0 1rem
	}

	.hs_about3_new .box .banner .item .boxLeft .posi .content1 {
		font-size: 1.2rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3:last-child .right {
		height: 200px;
		overflow: scroll;
	}

	.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 .left div {
		font-size: 1.5rem;
	}

	.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3 .left p {
		font-size: 1.2rem;
	}

	.index_head .box .nav .item>span {
		display: block;
		position: absolute;
		top: 0%;
		right: 2rem;
		line-height: 52px;
		color: #999;
		font-size: 1.125rem;

	}

	.index_head .box .nav .item:hover span {
		color: #1f75fe;
	}

	.index_five .box .list .item .boxLeft .link {
		margin-top: 1.5rem;
	}

	.index_five .box .list .item .boxLeft {
		padding: 3rem 0;
	}

	.index_five .box .list .boxRight img {
		position: static;
	}

	.index_five .box .list .item {
		padding-top: 0;
	}

	.index_five .box .list {
		padding-top: 2rem;
	}

	.index_five .box .list .item .boxLeft .text {
		margin: 1.5rem 0 0;
	}

	.index_five .box .list .item .boxLeft .text {
		margin: 1.5rem 0 0;
	}

	.index_foot .box .boxRight .text p {
		font-family: "微软雅黑";
	}

	.hs_culture1 .box .banner .item .content1 .right p {
		display: none;
	}
	.hs_biaodan .box .boxLeft .main .item1 .right{
		border-radius: 30px;
	}
	.hs_biaodan .box .boxLeft .main .item1 .right input{
		border-radius: 30px;
	}
	.hs_analyze1 .box .item:nth-child(7) .left .p1 img {
		max-width: 58%;
	}
	.hs_analyze1 .box .item:hover .left .p1 {
		transform: translateY(0%);
	}
	.hs_analyze1 .box .item:nth-child(2):hover .left .p1 {
	    top: 5px;
	}
	.hs_analyze1 .box .item:nth-child(5) .left .p1 {
	    top: 10px;
	}
	.hs_video3 .box .boxBot .main{
		display: none;
	}
	.hs_analyze .box .item:hover {
	    height: auto;
	    margin-top: 0px;
	}
	.hs_qrs .box1 .btnLeft{
		display: none;
	}
	.hs_qrs .box1 .item i{
		display: none !important;
	}
	.hs_qrs .box1 .btnRight{
		display: none;
	}
	.hs_data7 .box .list .item .boxLeft .content3{
		height: 7.5rem;
	}
	.hs_data4 .box .boxRight .item{
		box-shadow: 0px 3px 1rem #f5f7f9;
	}
	.index_banner .box .boxLeft {
		padding: 19.0625rem 0 18.125rem !important;
	}
	.index_banner .box .boxLeft h6 {
		text-align: left;
	}
	.index_banner .box .boxLeft h5 {
		text-align: left;
	}
	.index_banner .box .boxLeft {
		padding-top:
	}
	.tu_banner{
		display: none;
	}

	.hs_qrs .box1 .swiper-slide-prev .item{
		transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1) ;
		-webkit-transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1) ;
	}

	.hs_qrs .box1 .swiper-slide-next .item{
		transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1) ;
		-webkit-transform: rotateY(0deg) skewX(0deg) skewY(0deg) scaleX(1) scaleY(1) ;
	}
	.hs_data2 .box .item{
		border-radius: 0;
	}
	.hs_data7 .box .list {
	    box-shadow: 0 0px 5px #f5f7f9;
	}
	.hs_data .box .item {
	    box-shadow: 0 0px 5px #f5f7f9;
	}
	.hs_analyze .box .item {

	}
	.idnex_three .box .item{
		border-radius: 0;
	}
	.idnex_three .swiper-container{
		border-radius: 0.625rem;
	}
	.hs_analyze1 .box .item:nth-child(2):hover .left .p1 {
	    top: 0;
	}
	.hs_analyze4 .box .swiper-slide .item .main>img{
		opacity: 1;
	}
	.hs_analyze4 .box .swiper-slide .item .main::after{
		opacity: 1;
	}
	.lpk_btn .btn{
		margin: 0 1rem;
	}
	.hs_qrs .box1 .lpk_btn{
		display: flex;
		margin-top: 1rem;
	}
	.index_five .box .list3 .boxRight img{
		right: 0;
	}
	.hs_qrs1 .box {
	    margin: 3.125rem auto 0;
	}
	.hs_qrs1 .box .main .item .con h5{
		color: #1f75fe;
	/* 	padding-left: 1.875rem; */
		position: relative;
		margin-bottom: 20px;
	}
	.hs_qrs1 .box .main .item .con h5::after{
		position: absolute;
		bottom: -6px;
		left: 0;
		content: '';
		width: 2.4rem;
		height: 2px;
		background: linear-gradient(to right, #54bfff,#95fbff,#54bfff);
	}
	.hs_qrs1 .box .main .item .con p{
		font-size: 1rem;
	}
	.hs_data3 .box .item h5 {
		color: #1f75fe;
		position: relative;
		margin-bottom: 20px;
	}
	.hs_data3 .box .item h5::after{
		position: absolute;
		bottom: -6px;
		left: 0;
		content: '';
		width: 2.4rem;
		height: 2px;
		background: linear-gradient(to right, #54bfff,#95fbff,#54bfff);
	}


}
@media screen and (min-width: 501px)  and (max-width: 1205px) {

	#lpk1 {
		position: relative;
		/* top: -190px; */
	}
	#lpk10 {
		position: relative;
		/* top:  -190px; */
	}
	.hs_banner .mc{
		width: 50%;
	}
	.hs_banner .box {
	    margin-top: 10rem;
	}
	.index_banner .box .boxLeft {
	    padding: 11.0625rem 0 2.125rem;
	}
	.index_banner{
		height: auto;
	}
	.index_banner .box .mc{
		width: 50%;
		margin: auto;
	}
	.idnex_three{
		margin-top: 3rem;
	}
	.index_banner .box{
		padding-bottom: 2rem;
	}
	.index_head .box .nav {
	    top: 97px;
	}
	.hs_data2 .box .item{
		width: 100%;
	}
}

@media screen and (max-width: 500px) {

    /*.idnex_three .box .item h5{*/
    /*    font-size: 12px;*/
    /*}*/
    /*  .idnex_three .box .item p{*/
    /*    font-size: 12px;*/
    /*}*/
	#lpk1 {
		position: relative;
		top: -55px;
	}
	#lpk10 {
		position: relative;
		top:  -55px;
	}
	.hs_twoNav1{
		top: 55px;
		padding: 1rem 0;
	}
	.hs_twoNav{
		top: 55px;
	}
	.hs_qrs .box1 .swiper-container{
		/* padding: 0; */
	}
	.hs_data4 .box .boxRight .item .img img{
		max-width: 12.5rem;
	}
	.index_banner .box .mc {
		display: block;
		width: 80%;
		margin: 2rem auto;
		height: 100%;
		/*height: 238px !important;*/
	}

	.hs_analyze3 .box .item .left h5 {
		font-size: 1.2rem;
	}

	.hs_analyze1 .box .item .right h5 {
		font-size: 1.2rem;
	}

	.hs_about3_new .box .banner .item .boxLeft .posi .content2 .content3:last-child .right {
		height: 5rem;
		overflow: scroll;
	}

	.hs_culture1 .togg p a {
		font-size: 1rem;
		padding: 0 0.875rem;
		line-height: 2.5rem;
	}

	.hs_culture1 .togg p {
		margin: 0 0.5rem 1rem;
	}

	.hs_culture1 .box .banner .item .content1 .right {
		margin-top: 1rem;
	}

	.index_five .box .list .item .boxLeft h5 {
		font-size: 1.6rem;
	}

	.index_five .box .list1 {
		padding-bottom: 0;
	}

	.index_five .box .list1 .boxLeft > img {
		width: 90%;
	}

	.index_title h5 {
		font-size: 1.4rem;
	}

	.index_fixed {
		display: none !important;
	}

	.index_case .box .item .bxoRight {
		padding: 2.875rem;
	}

	.index_case .box .item .bxoRight p img {
		left: -2.375rem;
		width: 1.5rem;
	}

	.index_case .box1 .main .item span img {
		max-width: 94%;
	}

	.index_banner .box .boxLeft h5 {
		font-size: 1.8rem;
	}

	.index_banner .box .boxLeft h6 {
		font-size: 1.6rem;
	}

	.index_banner .box .boxLeft .button .p1 a {
		display: inline-block;
		width: 90px;
		line-height: 35px;
		border-radius: 25px;
		font-size: 14px;
	}

	.index_banner .box .boxLeft .button .p2 a {
		display: inline-block;
		width: 90px;
		line-height: 35px;
		border-radius: 25px;
		font-size: 13px;
	}

	.index_banner .box .boxLeft {
		padding: 7rem 0 0;
	}

	.index_head .box .logo {
		padding: 12px 0;
	}

	.index_head .box .link {
		padding: 10px 0;
	}

	.index_head .box {
		margin: 0 5%;
	}

	.index_head .box .logo a img {
		margin-left: 15px;
		height: 30px;
	}

	.index_head .box .link .p1 a {
		width: 90px;
		line-height: 32px;
		border-radius: 23px;
		font-size: 14px;
		color: #fff;
		background: #1f75fe;
	}

	.index_footer .box .boxLeft {
		text-align: center;
		width: 100%;
	}

	.index_footer .box .boxLeft a {
		display: block;
	}

	.index_footer .box .boxRight {
		text-align: center;
		width: 100%;
	}

	.hs_qrs3 .box .item {
		width: 100%;
	}

	.hs_qrs3 .box .item .top2 {
		height: auto;
	}

	.idnex_advertise .box .main h5 {
		font-size: 1.8rem;
	}

	.hs_analyze .box .item {
		width: 100%;
		height: auto;
	}

	.hs_analyze1 .box .item {
		padding: 2.125rem 1.8125rem;
	}

	.hs_analyze1 .box .item .right {
		width: 66%;
	}

	.hs_analyze1 .box .item .left {
		width: 30%;
	}
	.hs_analyze1 .box .item:nth-child(4) .left{
		margin-top: 2rem;
	}
	.hs_analyze1 .box .item:nth-child(7) .left{
		margin-top: 3rem;
	}
	.hs_analyze1 .box .item:nth-child(8) .left{
		margin-top: 2.5rem;
	}
	.hs_analyze1 .box .item .right p {
		line-height: 2rem;
	}

	.hs_analyze1 .box .item:nth-child(4) .left .p1 img {
		max-width: 49%;
	}

	.hs_data .box .item .img img {
		max-width: 80%;
	}

	.hs_data .box .item .img {
		right: -4rem;
	}

	.hs_data1 .box .item .boxLeft {
		padding: 0rem 0.5rem 0;
	}

	.hs_data1 .box .item .boxLeft h5 {
		font-size: 1.6rem;
	}

	.hs_data1 .box .item .boxRight img {
		max-width: 80%;
	}

	.hs_case .box .item {
		width: 100%;
	}

	.hs_case1 .box .boxLeft .main .item {
		border-right: 0px solid #eee;
		padding-right: 0;
		width: 50%;
		text-align: center;
		margin: 0 0 2rem 0;
	}

	.hs_case1 .box .boxRight {
		margin-top: 1rem;
	}

	.p72 {
		padding-top: 2.875rem;
	}

	.p72_ {
		padding-bottom: 2.875rem;
	}

	.p78 {
		padding-top: 2.875rem;
	}

	.p78_ {
		padding-bottom: 2.875rem;
	}

	.hs_case2 .box .boxLeft div {
		font-size: 1rem;
		line-height: 2rem;
	}

	.hs_case2 .box .boxLeft {
		padding: 3.25rem 1.75rem 3.25rem 4rem;
	}

	.hs_case4 .box .boxLeft {
		padding: 2.25rem 1.75rem;
	}

	.hs_case4 .box .boxRight div {
		font-size: 1rem;
		line-height: 2rem;
	}

	.hs_case4 .box .boxRight {
		padding: 3.25rem 1.75rem 3.25rem 4rem;
	}

	.hs_case3 .box h5 {
		font-size: 1.5rem;
	}

	.hs_case5 .box {
		padding: 4.25rem 2.75rem;
		box-sizing: border-box;
	}

	.hs_case5 .box .top p {
		font-size: 1rem;
		line-height: 2rem;
	}

	.hs_case5 .box .top p span {
		left: -1.375rem;
	}

	.index_banner .box .boxLeft .button {
		margin-top: 0rem;
		justify-content: center;
	}

	/* .index_banner {
		padding-bottom: 6rem;
	} */

	.hs_banner .box .main h5 {
		font-size: 1.8rem;
	}

	/*  .hs_banner .box .main {
    top: -6rem;
  }
  .hs_banner .box .main1 {
    top: -6rem;
  }
  .hs_banner .box .main2 {
    top: -6rem;
  } */
	.hs_banner video {
		height: 42%;
	}

	.hs_banner .box .main p {
		/* margin-top: 2.625rem; */
	}

	.hs_banner .box .main div {
		width: 100%;
	}

	.hs_qrs1 .box .main .item .con h5 {
		font-size: 1.2rem;
	}

	.hs_twoNav .box {
		overflow: scroll;
		padding-bottom: 10px;
	}

	.hs_twoNav .box>div {
		justify-content: space-between;
	}

	.hs_twoNav .box>div {
		white-space: nowrap;
		flex-wrap: nowrap;
	}

	.hs_twoNav p {
		margin: 0 3%;
	}

	.hs_twoNav1 p {
		margin: 0 2%;
	}

	.hs_data2 .box .item {
		width: 100%;
	}

	.hs_data7 .box .list .item .boxLeft {
		width: 100%;
	}

	.hs_data7 .box .list .item .boxRight {
		width: 100%;
		margin-top: 3rem;
	}

	.hs_data4 .box .boxLeft .img img {
		max-width: 60%;
	}

	.hs_data4 .box .boxLeft .img {
		text-align: right;
	}

	.hs_data4 .box .boxLeft {
		padding: 3.25rem 2.1875rem;
	}

	.hs_data4 .box .boxRight .item {
		padding: 2rem 1.75rem;
	}

	.hs_data4 .box .boxRight .item .img {
		text-align: right;
		position: initial;
		right: 0;
		margin-top: 2rem;
	}

	.hs_data5 .box .item {
		width: 50%;
	}

	.hs_data5 .box {
		margin-top: 1.75rem;
	}

	.hs_ecology .box .boxLeft {
		padding: 0 2.25rem;
	}

	.hs_video .box .boxLeft .list a .main span {
		transform: scale(0.7);
	}

	.hs_video .box .boxRight {
		padding: 1rem 1.75rem;
	}

	.hs_video1 .box .item {
		width: 100%;
	}

	.hsPage .number a {
		display: none;
	}

	.hsPage .number .active {
		display: block;
	}

	.hs_video3 .box .boxBot .main span {
		transform: scale(0.7);
	}

	.hs_news .box .list .item a .boxLeft {
		width: 100%;
	}

	.hs_news .box .list .item a .boxRight {
		width: 100%;
		margin-top: 2rem;
	}

	.hs_banner .box .main1 h5 {
		font-size: 2rem;
	}

	.hs_about .box .boxLeft h5 {
		font-size: 2rem;
	}

	.hs_about .box .boxLeft h6 {
		font-size: 2rem;
	}

	.hs_about1 .box .item .content {
		padding: 1.4375rem 2rem;
	}

	.hs_about3 .box .item1 {
		width: 100%;
	}

	.hs_about3 .box .item {
		width: 100%;
	}

	.hs_about4 .box .boxLeft {
		padding: 0 1.75rem;
	}

	.hs_banner .box .main2 p {
		font-size: 0.5rem;
		line-height: 1.4rem;
		margin-top: 40px;
	}

	.hs_culture .box .item .left {
		width: 100%;
	}

	.hs_culture .box .item .right {
		width: 100%;
	}

	.hs_culture .box .item .left {
		padding: 4rem 2.25rem 4em;
	}

	.hs_culture1 .togg p {
		margin: 0 1rem 1rem;
	}

	.hs_culture1 .box1 {
		margin-top: 1rem;
	}

	.hs_biaodan .box .boxLeft .main .item .left {
		width: 8.25rem;
	}

	.hs_biaodan .box .boxLeft .main .item .right {
		width: calc(100% - 8.25rem);
	}

	.hs_biaodan {
		margin-top: 6.875rem;
	}

	.hs_about2 .box .main .list .item {
		margin-top: -20px;
		margin-left: 0;
		padding-top: 0;
		padding-left: 3.125rem;
	}

	.index_banner .box .mp4 {
		display: none;
	}

	.index_banner {
		height: auto;
	}

	.hs_banner .box .main div {
		margin-top: 1rem;
	}

	.hs_banner .box .main p {
		margin-top: 1rem;
	}

	.hs_banner .mc {
		width: 70%;
		margin: 120px auto 0;
		opacity: 20%;
	}

	.hs_banner .box .main div {
		line-height: 2rem;
	}

	.hs_analyze .box {
		margin-top: 3.25rem;
	}

	.hs_culture_new .box {
		padding: 0 60px;
	}

	.hs_banner {
		min-height: 28rem;
	}

	.hs_culture2 .box1 .item .left .main h5 {
		font-size: 1.3rem;
	}

	.index_five .box .list .item .boxLeft .link a {
		width: 90px;
		line-height: 35px;
	}

	.index_head .box .nav .item ul {
		border: 0;
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .right {
		padding: 4.5rem 0 0 2rem;
	}

	.hs_analyze4 .box .swiper-slide .item .main .posi .left {
		padding: 4.5rem 0 0 2rem;
	}

	.hs_biaodan .box .boxLeft .main .item1 .right input {
		height: 40px;
		font-size: 16px;
	}

	.hs_about .box .boxLeft h6 {
		font-size: 1.2rem;
	}

	.hs_about .box .boxLeft h5 {
		font-size: 1.2rem;
	}

	.hs_data2 .box .item .top1 {
		font-size: 1.2rem;
	}

	.hs_data2 .box .item {
		padding: 3.5rem 1.75rem 0.5rem;
	}

	.hs_data2 .box .item .top2 {
		height: 7.625rem;
	}

	.hs_data3 .box .item h5 {
		font-size: 1.2rem;
		color: #1f75fe;
	}

	.hs_data4 .box .boxRight .item h5 {
		font-size: 1.3rem;
	}

	.hs_data5 .box .item .bot {
		font-size: 1.2rem;
		margin-top: 0;
	}

	.hs_ecology .box .boxLeft .list .boxTop .left {
		font-size: 1.2rem;
	}

	.hs_culture .box .item .left .content2 {
		font-size: 1.2rem;
		margin-top: 2.2rem;
	}

	.index_five .box .list .item .boxLeft h5 {
		font-size: 1.8rem;
	}

	.hs_analyze .box .item .top {
		font-size: 1.2rem;
	}

	.hs_qrs .box1 .item .content2 {
		font-size: 1.2rem;
	}

	.hs_qrs2 .box .boxLeft .list .boxTop .left {
		font-size: 1.2rem;
	}

	.hs_qrs3 .box .item .top1 {
		font-size: 1.2rem;
	}

	.hs_qrs3 .box .item {
		padding: 3.5rem 2.75rem 3.4375rem;
	}

	.hs_about1 .box .item .content .content1 {
		font-size: 1.2rem;
	}

	.hs_culture1 .box .banner .item .content1 .right h5 {
		font-size: 1.2rem;
		padding-top: 1.2rem;
	}

	.index_advertise .box {
		margin-top: 4rem;
		margin-bottom: 3rem;
	}

	.index_advertise .box .main {
		flex-direction: column;
	}

	.index_advertise .box .main .slogan {
		text-align: center;
	}

	.index_advertise .box .main h5 {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}

	.index_advertise .box .main h6 {
		font-size: 1rem;
	}

	.index_advertise .box .main .btn {
		margin-top: 2rem;
		margin-right: 0;
	}

	.hs_news .box .list .item a .boxRight h5 {
		font-size: 1.4rem;
	}

	.hs_video3 .box .boxBot .main span img{
		display: none;
	}

	.phonekefu{
		display: block;
		position: fixed;
		right: 1rem;
		bottom: 1rem;
		z-index: 50;
	}
	.hs_data7 .box .list .item .boxRight{
		height: 20.55rem;
		/* overflow: scroll; */
	}

}

.box.AboutUs-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
	.AboutUs-box.box {
		margin-top: 0px;
	}
	.hs_banner .box.AboutUs-box .main1 h5 {
		font-size: 3.2rem;
		line-height: 4.8rem;
	}
	.AboutUs-banner {
		min-height: auto;
	}
	.hs_banner .box.AboutUs-box.main1 p {
		font-size: 2.9rem;
		font-weight: 200;
	}
	.AboutUs-principle .lpk_pc {
		display: flex;
		width: 90% !important;
	}
	.AboutUs-principle .lpk_phone {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.index_banner .box .upper h6 {
		margin-top: 2rem;
	}

	.index_banner .box .boxLeft .button .p1 a,
	.index_banner .box .boxLeft .button .p2 a {
		width: 130px;
		line-height: 40px;
	}
	.index_banner .box .boxLeft .button {
		margin-top: 62px;
	}
	.index_banner .box .boxLeft {
		padding: 22rem 0 15rem !important;
	}

	.index_banner .box .upper .button .p1 a,
	.index_banner .box .upper .button .p2 a {
		width: 130px;
		line-height: 40px;
	}

}

@media screen and (max-width: 940px) {
	.development_history__box {
		margin: 0px;
	}
	.development_history__box .item {
		padding-left: 0px !important;
	}
}

@media screen and (max-width: 780px) {
	.hs_banner .box.AboutUs-box .main1 h5 {
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.hs_banner .box.AboutUs-box .main1 p {
		font-size: 1.9rem;
		font-weight: 200;
		margin-top: 0px;
	}

	.index_five .box .list .item .boxLeft h6 {
		font-size: 1.6rem;
	}

	.index_five .box .list .item .boxLeft .text p {
		font-size: 1.1rem;
	}

	.index_headOn.home_page .logo .newOne {
    display: none !important;
	}
}

@media screen and (max-width: 760px) {
	.index_banner .box .boxLeft .button .p1 a,
	.index_banner .box .boxLeft .button .p2 a {
		width: 100px;
		line-height: 30px;
		font-size: 12px;
	}
	.index_banner .box .boxLeft h5 {
		font-size: 1.75rem;
	}
	.index_banner .box .boxLeft h6 {
		font-size: 1.1rem;
	}
	.index_banner .box .boxLeft .button {
		margin-top: 22px;
	}
	.index_banner .box .boxLeft {
		padding: 13rem 0 4rem !important;
	}


	.index_banner .box .upper .button .p1 a,
	.index_banner .box .upper .button .p2 a {
		width: 140px;
    line-height: 44px;
    font-size: 1.6rem;
	}

	.index_banner .box .upper h5 {
		font-size: 2.4rem;
    color: #fff;
    line-height: 4rem;
	}

	.index_banner .box .upper h6 {
		font-size: 1rem;
	}

	.index_five .box .list .item .boxLeft h6 {
		font-size: 1.6rem;
	}

	.index_five .box .list .item .boxLeft .text p {
		font-size: 1.1rem;
	}

}

@media screen and (max-width: 700px) {
	.AboutUs-principle .lpk_pc {
		display: none;
	}
	.AboutUs-principle .lpk_phone {
		display: block;
	}
	.logo {
		margin-left: -25px;
	}

	.index_five .box .list .item .boxLeft h6 {
		font-size: 1.6rem;
	}

	.index_five .box .list .item .boxLeft .text p {
		font-size: 1.1rem;
	}

	.home_page .box .nav .item > a {
		font-size: 17px;
		color: #000;
	}
}

@media screen and (max-width: 560px) {
	.index_banner .box .boxLeft .button .p1 a,
	.index_banner .box .boxLeft .button .p2 a {
		width: 80px;
		line-height: 20px;
		font-size: 12px;
	}
	.index_banner .box .boxLeft h5 {
		font-size: 1rem;
	}
	.index_banner .box .boxLeft h6 {
		font-size: 0.8rem;
	}
	.index_banner .box .boxLeft .button {
		margin-top: 12px;
	}
	.index_banner .box .boxLeft {
		padding: 15rem 0 6rem !important;
	}

	.index_banner .box .upper .button .p1 a,
	.index_banner .box .upper .button .p2 a {
		width: 86px;
		line-height: 30px;
		font-size: 14px;
	}
	.index_banner .box .upper h5 {
		font-size: 1rem;
	}
	.index_banner .box .upper h6 {
		font-size: 1rem;
	}
	.index_banner .box .upper .button {
		margin-top: 5rem;
	}
	.index_banner .box .upper {
		padding: 15rem 0 6rem !important;
	}

	.index_five .box .list .item .boxLeft h6 {
		font-size: 1.6rem;
	}

	.index_five .box .list .item .boxLeft .text p {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 500px) {
	.hs_banner .box.AboutUs-box .main1 h5 {
		font-size: 20px;
	}
	.hs_banner .box.AboutUs-box .main1 p {
		font-size: 16px;
		font-weight: 200;
		margin-top: 0px;
	}

	.index_banner .box .boxLeft {
		padding: 6rem 0 6rem !important;
	}

	.index_banner .box .boxLeft h5 {
		font-size: 1rem;
	}

	.index_banner .box .boxLeft h6 {
		font-size: 0.8rem;
	}

	.index_banner .box .boxLeft h6 {
		height: 2rem;
	}

	.index_banner .box .boxLeft .button {
		margin-top: 12px;
	}

	.index_banner .box .upper {
		padding: 8rem 0 3rem !important;
	}

	.index_banner .box .upper h5 {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

	.index_banner .box .upper .row1 img {
		display: none;
	}

	.index_banner .box .upper h6 {
		font-size: 1rem;
		line-height: 1.8rem;
	}

	.index_banner .box .upper .button {
		position: relative;
		margin-top: 3rem;
		align-content: flex-end;
	}

	.index_banner .box .upper .button img {
		display: block;
		height: 3.5rem;
		position: absolute;
		right: 0;
		bottom: 0rem;
	}

	.index_five .box .list .item .boxLeft h6 {
		font-size: 1.6rem;
	}

	.index_five .box .list .item .boxLeft .text p {
		font-size: 1.1rem;
	}

}
