.banner{
	position: relative;
}
.banner img{
	vertical-align: middle;
}
.banner .name{
	position: absolute;
	left: 10%;
	top: 40%;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	padding-left: 30px;
}
.banner .name::after{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #ddd;
	top: 0;
	left: 0;
	transform: rotate(20deg);
}
.banner .name::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #4169e2;
	top: 0;
	left: 10px;
	transform: rotate(20deg);
}
.banner .nav_main{
	/* position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	padding: 0 5%;
	height: 60px;
	background-color: #FFFFFFF2; */

	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5%;
	height: 60px;
	background-color: #FFFFFFF2;
	border-bottom: 1px solid #e7e7e7;
	z-index: 100;
}

.banner .nav_main .list{
	/* margin: auto;
	height: 60px;
	display: flex;
	align-items: center; */

	padding: 0 4%;
	height: 60px;
	display: flex;
	align-items: center;
}
.banner .nav_main .list.ons{
	/* border-bottom: 3px solid #4169e2; */
	background: #4169e2;
	color: #fff;
}
.banner .nav_main .list a{
	font-size: 14px;
	color: #000;
	/* transition: all 0.5s; */
}
.banner .nav_main .list.ons a{
	/* color: #4169e2; */
	color: #fff;
}
.banner .nav_main .list:hover {
	background: #4169e2;
}
.banner .nav_main .list:hover a{
	/* color: #4169e2; */
	color: #fff;
}
@media (max-width: 910px){
.banner{
	margin-top: 50px;
}
.banner .text_main{
	top: 20%;
}
.banner .text_main .names{
	font-size: 24px;
	line-height: 24px;
}
.banner .names::before{
	width: 2px;
	height: 12px;
	left: -14px;
}
.banner .names::after{
	width: 2px;
	height: 12px;
}
.banner .text_main .text{
	font-size: 12p-x;
}
.banner .name{
	font-size: 24px;
	line-height: 24px;
	padding-left: 10px;
	top: 30%;
}
.banner .name::before{
	width: 2px;
	height: 12px;
	left: 6px;
}
.banner .name::after{
	width: 2px;
	height: 12px;
}
.banner .nav_main {
	position: unset;
}

}