.container .slider {
	display: block;
	/* height: 50vw; */
	position: relative;
}
.container .slider img {
    display: block;
    width: 100%;
}

.slider-phone {
	display: none;
	position: relative;
}

.slider-phone .slider-phone-dot-box {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.slider-phone .slider-phone-dot-box .dot {
	background: #D8D8D8;
	width: 6px;
	margin: 0 4px;
	border-radius: 6px;
	height: 6px;
}

.slider-phone .slider-phone-dot-box .dot-active {
	background: #0BC3AA;
	width: 14px;
}
.banner,.banner-phone{
	width: 100%;
}

.banner img,.banner-phone img{
	width: 100%;
	max-width: 100%;
}
.banner{
	display: block;
}
.banner-phone{
	display: none;
}
.banner .title{
	position: absolute;
	font-size: .56rem;
	top:2.2rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight:600;
	color:#fff;
}
.banner .line{
    position: absolute;
    content: "";
    width: .8rem;
    height: .06rem;
    background: #fff;
    left: 50%;
    top:3rem;
	margin-left: -.4rem;
}
.banner .title1{
	position: absolute;
	font-size: .36rem;
	top:3.2rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight:400;
	color:#fff;
}

@media (max-width: 768px) {
.container .slider {
	display: none;
	/* height: 50vw; */
}

.slider-phone {
	display: block;
	position: relative;
}
.banner{
	display: none;
}
.banner-phone{
	display: block;
}
.banner-phone .title{
	position: absolute;
	font-size: 1rem;
	top:4rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight:600;
	color:#fff;
}
.banner-phone .line{
    position: absolute;
    content: "";
    width: 2rem;
    height: .06rem;
    background: #fff;
    left: 50%;
    top:5.6rem;
	margin-left: -1rem;
}
.banner-phone .title1{
	position: absolute;
	font-size: .6rem;
	top:6rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight:400;
	color:#fff;
}
}