.logo-view {
	display: flex;
	align-items: center;
}

.logo-view img {
	width: 26px;
}

.logo-view span {
	padding: 0 0 0 10px;
	font-size: 16px;
}

.banner-h1 {
	font-size: 26px !important;
}

.banner-view {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-right {
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 260px;
	background-color: #000;
}

.banner-right video {
	width: 100%;
	height: 100%;
}

.banner-right-img {
	width: 410px;
	max-width: 200%;
}

.xiaoyou-code-view {}

.xiaoyou-code-view img {
	width: 120px;
	height: 120px;
	border-radius: 4px;
}

.lianxiwomen-view {
	padding-top: 2em !important;
	padding-bottom: 2em !important;

}

.footer-view {
	padding: 50px 0;
	text-align: center;
}

.footer-view .text {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.og {
	padding-bottom: 1rem !important;
}


.row-class {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
}

.row-class-item {
	padding: 0 10px;
	color: #6b7280;
	font-size: 21px;
	font-weight: bold;
}

.pic-hover-view {
	position: relative;
}

.pic-hover-view :hover .tooltip {
	display: block;
}

.tooltip {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 2px;
	display: none;
	color: #fff;
}
























.slider-view{
display: flex;
}
.silder_con{
	width: 700px;
}
.silder_con li{
	width: 100%;
}
.silder_con li img{
	width: 100%;
}

.silder_nav{
	display: flex;
	width: 340px;
	height: auto;
	/* flex-direction: column; */
	flex-wrap: wrap;
	padding: 0 0 0 15px;
	justify-content: end;
} 
.silder_nav  img{
	width: 130px;
	height: 70px;
	margin-left: 5px;
	/* height: 100px; */
	border-radius: 4px;
	border: 2px solid #111827;
	cursor: pointer;
}
.silder_nav  img.active{ 
	border: 2px solid #fff; 
}

.openGA{
	cursor: pointer;
}