*{
	padding: 0;
	margin: 0;
}
.pointer{
  cursor: pointer;
}
.y_page{
	background-color: #fff;
	overflow: hidden;
}

/* 顶部 */
.top{
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 70%;
	padding: 0 15%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	/* color: #fff; */
	/* background-color: transparent; */
}
.top .more{
	display: none;
}
/* .top_logo{
	width: 8rem;
	height: 20px;
	color: #fff;
	margin-right: 20px;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.5rem;
} */
.top_logo{
	height: 1rem;
	margin-right: 20px;
	display: flex;
	align-items: center;
	color: #fff;
}
.top_logo img{
	height: 100%;
	margin-right: 0.5rem;
}
.tabList{
	flex: 1;
	max-width: 80%;
	display: flex;
	line-height: 64px;
	font-size: 0.8rem;
	color: #fff;
	position: relative;
}
.tabList_tab_item{
	flex: 1;
	text-align: center;
  cursor: pointer;
}
.tabList_tab_item.select{
	background-color: rgba(37, 129, 255, .1);
	/* border-bottom: 6px solid #2581ff; */
}
.tabList .borer_bottom{
	width: 25%;
	height: 6px;
	background-color: #2581ff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	transition: 0.2s all linear;
}
.top_banner{
	position: relative;
	width: 100%;
	height: 40vw;
	/* background-image: url(./img/top_bg.png); */
	background-size: 100% 100%;
}
.top_banner_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.top_banner_bg .top_bg{
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_banner_bg .top_bg.show{
	display: inline;
}
.top_banner_center{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 80%;
	z-index: 2;
	transform: translate(-50%,-50%);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.top_banner_center.show{
	display: flex;
}
.top_banner_center_1{
	font-size: 2.7rem;
	letter-spacing: 3px;
}
.top_banner_center_2{
	font-size: 1rem;
	padding: 15px 25px;
	border-radius: 20px;
	border: 2px solid #fff;
	line-height: 1.2;
	margin-top: 50px;
	letter-spacing: 2px;
}

.swiper-container{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 50%;
	width: 70%;
	transform: translate(-50%,50%);
}
.swiper-slide{
	border-radius: 11px 11px 11px 11px;
	height: 6rem;
	background: linear-gradient( to bottom, #d5edff 0%, #FFFFFD 100%);
	box-shadow: 0px 0px 16px rgba(11, 109, 255, 0.1);
	transition: 0.1s all linear;
	box-sizing: border-box;
}
.swiper-slide.s_active{
	transform: scaleY(1.4);
	transition: 0.1s all linear;
	background: linear-gradient( to bottom, #FEF4EA 0%, #FFFFFD 100%);
	box-shadow: none;
}
.s_active div,.s_active h4{
	transform: scaleY(0.9);
}
.swiper-slide .card{
	height: calc(100% - 1rem);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 0.5rem 0;
  cursor: pointer;
}
.swiper-slide .card2{
	display: none;
}
.card h4{
	letter-spacing: 3px;
}
.card1 h4{
	display: flex;
	margin-left: 30px;
	font-size: 1rem;
	align-items: center;
}
.card1 img{
	width: 25px;
	height: 25px;
	margin-left: -20px;
	margin-right: 5px;
}
.card1 .info{
	margin-left: 40px;
	letter-spacing: 0.2rem;
	color: #8992a3;
	font-size: 0.9rem;
}
.s_active .card1{
	display: none;
}
.s_active .card2{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.card2 h4{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #ff914c;
}
.card2 img{
	width: 20px;
	height: 20px;
	margin: 0 10px;
}
.card2 .info{
	color: #a4753f;
	font-size: 0.9rem;
	letter-spacing: 0.2rem;
}
.card2 .tip{
	color: #d3c1b0;
	font-size: 0.8rem;
	letter-spacing: 0.2rem;
}

h1{
	text-align: center;
	margin-top: 6rem;
	font-weight: 400;
}

.hx_tab{
	width: 70%;
	margin: 0 15%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 12rem;
	position: relative;
}
.hx_tab .item{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  cursor: pointer;
}
.hx_tab .item img{
	width: 5rem;
	height: 5.5rem;
}
.hx_tab .item div{
	margin-top: 0.8rem;
	font-size: 0.8rem;
	color: #1D75F4;
}
.hx_tab .line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1rem;
	transition: 0.2s all linear;
}

.hx_tab2{
	display: none;
	align-items: center;
	justify-content: space-between;
	padding:0 3%;
	margin: 25px 0 15px;
}
.hx_tab2 .item{
	width: calc(25% - 10px);
	text-align: center;
	border: 1px solid #DCEAF6;
	border-radius: 6px;
	padding: 10px 0;
}

.hx_info{
	background-image: url('./img/hx_bg.png');
	background-size: 100% 100%;
	width: 100%;
	padding-bottom: 3rem;
	overflow: hidden !important;
}
.hx_info .card{
	width: 70%;
	margin-left: 15%;
	display: none;
}
.hx_info .card.show{
	display: flex;
}
.hx_info .left,.hx_info .right{
	flex: 1;
	/* padding-left: 3rem; */
	padding-top: 3rem;
}
/* .hx_down_popup_bg{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.3);
	
} */
	.hx_down_popup{
		position: fixed;
		top: 50%;
		left: 50%;
		width: 400px;
		height: 450px;
		z-index: 3;
		max-width: 80vw;
		max-height: calc(80vw + 2rem);
		background-color: #fff;
		box-shadow: 0px 0px 8px 3px #999;
		transform: translate(-50%, -50%);
		border-radius: 5px;
		padding: 1rem;
		display: none;
	}
	.downImg{
		width: 100%;
		height: calc(100% - 3rem);
		margin: 0 auto;
		object-fit: contain;
		display: none;
	}
	.hx_down_popup_top{
		text-align: right;
	}
	.hx_down_popup_bottom{
		text-align: center;
		color: #117efe;
	}
	
/* h3{
	margin-bottom: 2rem;
} */
.line_list{
	display: flex;
	align-items: end;
	margin-top: -2px;
}
.line_list .line1{
	width: 0.35rem;
	height: 1.2rem;
	background: #3F9DFF;
	border-radius: 0.15rem;
	transform: skewX(-25deg);
}
.line_list .line2{
	width: 0.35rem;
	height: 0.8rem;
	background: #90c6ff;
	border-radius: 0.15rem;
	transform: skewX(-25deg);
	margin:0 10px 0 2px;
}
.row{
	display: flex;
	align-items: start;
	margin-top: 2rem;
	font-size: 0.8rem;
	line-height: 1.8;
}
.button{
	padding: 0.8rem 1.5rem;
	font-size: 0.9rem;
	line-height: 1.1rem;
	color: #fff;
	font-weight: 600;
	background-color: #117efe;
	border-radius: 0.3rem;
	margin-top: 3rem;
	display: inline-block;
  cursor: pointer;
}

.hx_info .hx_img{
	display: none;
}
.hx_info .right{
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 0;
	
}
.hx_info .right img{
	height: 100%;
	width: 50%;
	object-fit: contain;
}
.card4 h3{
	padding: 3rem 0 0 3rem;
	margin-bottom: 1rem;
}
.card_row,.qa_row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex: 1;
}
.card_row{
	height: 5rem;
	padding-left: 1rem;
  cursor: pointer;
}
.card_row.select{
	background-image: linear-gradient(to top,#AFD7FF,#F3FAFF );
}
.qa_row{
	padding: 0 1rem;
	border-bottom: 1px solid #5F9DF5;
	height: 100%;
}
.card_row.select .qa_row{
	border-bottom: 1px solid transparent;
}
.qa_row .title{
	font-size: 1rem;
}
.qa_row:first-child{
	flex: 1;
}
.qa_row .info{
	font-size: 0.9rem;
	display: none;
	margin-left: 1rem;
}
.card_row.select .title{
	color: #117efe;
}
.card_row.select .info{
	display: block;
	margin-top: 5px;
}
.card_row .right{
	flex: 0;
	position: relative;
}
.card_row .right::after{
	position: absolute;
	top: 50%;
	right: 50%;
	
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	transform: translate(-50%,-50%) rotate(45deg);
	border: 1px solid #85898e;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.card_row.select .right::after{
	border-bottom-color: #85898e;
	border-top-color: transparent;
}

.select_us{
	width: 70%;
	margin-left: 15%;
}
.select_us .info{
	text-align: center;
	color: #575B61;
	font-size: 0.8rem;
	margin: 1.5rem 0 4rem;
}
.select_us_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .select_us_list .item{
	width: calc(33.3% - 10px);
	position: relative;
	
} */
.select_us .item {
	background-color: #F6F8FF;
	/* background-image: url(./img/select_us.png); */
	background-size: 100% 100%;
	height: 20rem;
	width: 32%;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
}
.select_us .item:hover {
	background-image: linear-gradient(45deg,#1c8cff,#2c58e8);
}
.select_us .item:hover .us_bg{
	background-image: url(./img/us2.png);
}

.us_bg{
	width: 40%;
	height: 9rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(./img/us1.png);
	background-size: 100% 100%;
}

.select_us .item:hover .item_title,
.select_us .item:hover .item_content {
	color: #fff;
	position: relative;
	z-index: 2;
}
.item_title {
	color: #1C76F5;
	margin: 4.5rem 2.9rem 2rem;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 2px;
}
.item_content {
	margin: 0 2.5rem 0 3rem;
	font-size: 0.8rem;
	line-height: 1.5;
	color: #575B61;
}

.company_info {
	/* height: 1000px; */
	padding-bottom: 4rem;
	background-image: url(./img/hx_bg.png);
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: 120px;
}

.company_info .title1 {
	margin: 90px auto;
}

.info_card {
	width: 70%;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	margin: 4rem auto 0;
	display: flex;
}

/* .info_card .title2 {
	width: auto;
	color: #1C76F5;
	text-align: left;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1.1rem;
} */
.info_card .text{
	line-height: 1.5;
	color: #575B61;
	font-size: 0.8rem;
	margin-top: 1.5rem;
	text-indent: 1rem;
}

.info_card .left {
	flex: 1;
	margin-right: 1rem;
}

.info_card .right {
	/* flex-shrink: 0;
	width: 500px; */
	flex: 1;
	height: 350px;
}

.contact {
	margin: 1rem auto 0;
	width: 70%;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 1rem;
	display: flex;
	align-items: center;
	color: #cbccd1;
}

.contact .item {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding-left: 2rem;
	flex: 1;
}

.contact .item .icon {
	width: 2.5rem;
	height: 2.5rem;
	background-color: #ECF3FF;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact .item .icon img {
	width: 1.5rem;
	height: 1.5rem;
}

.contact .item .text {
	color: #29292A;
	margin-left: 0.5rem;
}

.text .text1 {
	font-size: 0.9rem;
}

.text .text2 {
	font-size: 0.7rem;
	margin-top: 0.4rem;
}

.join_us {
	height: 18rem;
	background: linear-gradient(45deg, #1E48E1 0%, #1C8CFF 99%);
	padding-bottom: 20px;
}

.join_center {
	display: flex;
	justify-content: space-between;
	padding:0 15%;
	color: #fff;
}

/* .join_center_left {
	width: 700px;
} */

.join_title {
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 4rem;
}

.join_line {
	width: 6.5rem;
	height: 8px;
	background-color: #51A9FF;
	margin: 1rem 0 2rem;
}

.join_info {
	font-size: 0.8rem;
}

.bottom_info {
	padding: 3rem 0;
	background-color: #172643;
	color: #5f6e79;
	font-size: 0.7rem;
}

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

.bottom_info img {
	width: 0.7rem;
	height: 0.7rem;
	vertical-align: middle;
	margin-right: 5px;
}

.bottom_info div {
	margin: 5px 0;
}
a {
	color: #5f6e79;
	text-decoration: none;
}

.BMapLabel{
	border: none !important;
}
.map_info {
	display: flex;
	/* width: 400px; */
	width: 100%;
	max-width: 600px;
	min-width: 200px;
	white-space: normal;


}

.map_info .lf {
	padding: 10px;

}

.map_info .name {
	font-size: 16px;
}

.map_info .addr {
	color: #666;
	margin-top: 3px;
}

.map_info .btn {
	text-decoration: none;
	text-align: center;
	color: #666;
	padding: 15px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.map_info p {
	margin-top: 5px;
}



















@media (max-width: 768px){
html{
		font-size: 20px;
	}
	h1{
		margin-top: 3rem;
	}
	.top{
		width: 90%;
		padding: 0 5%;
		height: 50px;
	}
	.top .more{
		display: inline-block;
		width: 2rem;
	}
	.top .tabList{
		display: none;
		position: fixed;
		top: 50px;
		right: 10px;
		width: 10rem;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		color: #000;
		border-radius: 0 0 3px 3px;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	}
	.top .tabList .tabList_tab_item{
		height: 3rem;
		line-height: 3rem;
		font-size: 1.2rem;
		background-color: rgba(37, 129, 255, 0);
	}
	.top .tabList .tabList_tab_item.select{
		background-color: rgba(37, 129, 255, .1);
		width: 100%;
		border-bottom: 0px solid transparent;
	}
	.top .more div{
		width: 1.3rem;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
		margin-bottom: 3px;
	}
	.top_banner{
		height: 70vw;
		margin-bottom: 6rem;
	}
	.tabList{
		display: none;
	}
	.top_banner .top_banner_center .top_banner_center_1{
		font-size: 2rem;
		text-align: center;
		margin-top: 1rem;
	}
	.top_banner .top_banner_center .top_banner_center_2{
		margin-top: 1rem;
		font-size: 0.8rem;
		padding: 1rem  1.2rem;
		text-align: center;
	}
	.hx_tab{
		display: none;
	}
	.hx_tab2{
		display: flex;
	}
	.hx_tab2 .item.select{
		position: relative;
		/* background-color: #c7e3ff; */
		background-image: url(./img/tab_bg.png);
		background-size: 100% 100%;
		overflow: hidden;
	}
	.hx_info{
		width: 94%;
		margin-left: 3%;
		border-radius: 10px;
	}
	.hx_info .card.show{
		display: block;
	}
	.hx_info h3{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.hx_info h3 div{
		width: 3rem;
	}
	.hx_info .card{
		width: 90%;
		margin-left: 5%;
	}
	.hx_info .left{
		padding-left: 0;
	}
	.hx_info .row{
		margin-top: 1rem;
		font-size: 1rem;
	}
	.hx_info .left2{
		display: flex;
		
	}
	.hx_info .hx_img{
		display: inline-block;
	}
	.hx_info .left2 img{
		width: 50px;
		height: 60px;
		margin-right: 20px;
	}

	
	
	.select_us{
		width: 94%;
		margin-left: 3%;
	}
	.select_us .info{
		font-size: 1rem;
	}
	.select_us_list{
		display: block;
	}
	.select_us_list .item{
		box-sizing: border-box;
		width: 100%;
		padding: 10px;
		height:10rem;
		margin-top: 10px;
	}
	.item_title{
		margin: 10px 0 0 10px;
		font-size: 1.4rem;
	}
	.item_content{
		margin: 10px 0 0 10px;
		font-size: 1rem;
	}
	
	.company_info{
		margin-top: 20px;
		
	}
	.info_card{
		display: block;
		width: 94%;
		margin-left: 3%;
		box-sizing: border-box;
	}
	.info_card .text{
		font-size: 1rem;
	}
	.contact{
		display: block;
		width: 94%;
		margin-left: 3%;
		box-sizing: border-box;
	}
	.contact .item{
		display: flex;
		margin-top: 10px;
		background-color: #f4f9ff;
		border-radius: 10px;
		padding: 15px 0;
		justify-content: start;
	}
	.contact .item .icon{
		margin-left: 10px;
	}
	.contact .shu{
		display: none;
	}
	.join_info{
		font-size: 1rem;
	}
	.bottom_info{
		font-size: 0.8rem;
	}
	.us_bg{
		height: 5rem;
	}
	
}
@media (max-width: 1200px){
html{
		font-size: 12px;
	}
}
@media (max-width: 1400px){
html{
		font-size: 14px;
	}
}
@media (min-width: 1600px){
	html{
		font-size: 16px;
	}

}
@media (min-width: 1800px){
	html{
		font-size: 18px;
	}

}
@media (min-width: 2000px){
	html{
		font-size: 20px;
	}

}

.hx_tab2 .item.select .ani{
	height: 200px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(200px) skewX(45deg);
	/* transition:  2s all linear; */
	/* background-color: #000; */
	animation: tabAni 2s ;
	background: linear-gradient(to right,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.4) 20%,rgba(255,255,255,0.1) 40%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.4) 100%);
}
@keyframes tabAni {
	0%{
		transform: translateX(0) skewX(45deg);
	}
	100%{
		transform: translateX(200px) skewX(45deg);
	}
}

.card .right img.ani1{
	/* transform: translateX(1000px); */
	animation: imgAni1 1s;
}
@keyframes imgAni1 {
	0%{
		transform: translateX(1000px);
	}
	100%{
		transform: translateX(0px);
	}
}
.card .right img.ani2{
	/* transform: translateX(1000px); */
	animation: imgAni2 1.5s;
}
@keyframes imgAni2 {
	0%{
		transform: translateX(800px);
	}
	50%{
		transform: translateX(800px);
	}
	100%{
		transform: translateX(0px);
	}
}
.card .left.ani{
	/* transform: translateX(1000px); */
	animation: text_ani 1s;
}
@keyframes text_ani {
	0%{
		transform: translateY(-600px);
	}
	100%{
		transform: translateY(0px);
	}
}
.hx_tab .item img.click{
	animation: tabClick 2s; 
}
@keyframes tabClick {
	0%{
		transform: scale(1);
	}
	33%{
		transform: scale(0.7);
	}
	75%{
		transform: scale(1.3);
	}
	100%{
		transform: scale(1);
	}
}
@keyframes usAni {
	0%{
		left: -10%;
		transform: skewX(45deg);
	}
	100%{
		top: -150%;
		left: 320%;
		transform: skewX(45deg);
	}
}
.select_us .item .ani{
	position: absolute;
	top: 10%;
	left: -10%;
	width: 4rem;
	height: 30rem;
	z-index: 99;
	background: linear-gradient(to right,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 20%,rgba(255,255,255,0.1) 40%,rgba(255,255,255,0.2) 60%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 100%);
	/* animation: usAni 2s; */
	transform:  skewX(45deg);
}
.select_us .item:hover .ani{
	animation: usAni 1.5s;
}
.card_row.select{
	animation: selectAni 2s;
	background-repeat: no-repeat;
}
@keyframes selectAni{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}



