*{margin:0;padding:0;}
ul{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
/* Banner */
.banner{
	width:100%;
	height:7rem;
	position:relative;
	margin:0 auto;
}
.banner .banner_bg{
	height:7rem;
	object-fit:cover;
	z-index:-1;
}
.banner_bg img{
	width:100%;
	height:100%;
}
.banner .banner_txt1{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.6rem;
	color: #FFFFFF;
	position:absolute;
	 top: 37%;
    left: 63%;
}
.banner .banner_txt2{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size:0.2rem;
	color: #FFFFFF;
	position:absolute;
	top: 48%;
    left: 65%;
}
/* 切换 */
.thumb_box{
	max-width:12rem;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.thumb_box .thumb_img:first-of-type{
}
.thumb_box .thumb_img{
	width:3.86rem;
	height:3.86rem;
	position:relative;
	margin-left:0.2rem;
	margin-top:-1.3rem;
	float:left;
}
.thumb_box .thumb_img div{
	position:absolute;
	top:0;
	left:0;
}
.thumb_box .thumb_img div img{
	width:3.86rem;
}
.thumb_box .thumb_img div:first-of-type{
	display:none;
	z-index:1;
}
.thumb_box .thumb_img div:first-of-type span:first-of-type{
	display:block;
	width: 1rem;
	/*height: 1.09rem;*/
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.5rem;
	color: #FFFFFF;
	line-height: 0.6rem;
	position:absolute;
	top:47%;
	left:50%;
	transform:translate(-50%,-50%);
}
.thumb_box .thumb_img div:last-of-type span:first-of-type{
	display:block;
	width: 1rem;
	/*height: 1.08rem;*/
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.5rem;
	color: #FFFFFF;
	line-height: 0.6rem;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.thumb_box .thumb_img.active div:first-of-type,
.thumb_box .thumb_img:hover div:first-of-type{
	display:block;
}
.thumb_box .thumb_img.active div:last-of-type,
.thumb_box .thumb_img:hover div:last-of-type{
	display:none;
}
.thumb_box .thumb_img div .more{
	width: 0.5rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	position:absolute;
	top:3.26rem;
	left:2.61rem;
}

.thumb_box .thumb_img div .arrow{
	width: 0.29rem;
	height:0.12rem;
	position:absolute;
	top:3.29rem;
	left:3.24rem;
}
/* 分页列表 */

@media screen and (max-width: 1024px){
    .banner{
        height: auto;
        margin-top: 50px;
    }
    .right-input{
        width: 100%;
    }
    .right-input ul li{
        width: 95%;
        margin: 0.3rem auto;
    }
    .wb{
        width: 95%;
    }
    .wb li{
        margin: 0 0.1rem;
    }
    .wb li a{
        font-size: 0.22rem;
    }
    .banner .banner_bg{
        width: 100%;
        height: auto;
    }
    .banner_bg img{
        height: auto;
    }
    .thumb_box{
        /*flex-direction: column;*/
    }
    .thumb_box .thumb_img div img{
        width: 2.2rem;
    }
    .thumb_box .thumb_img{
        width: 3.86rem;
        height: auto;
        margin-bottom: 2rem;
        position: relative;
        margin-left: 0.2rem;
        margin-top: -0.5rem;
        float: left;
    }
    .banner .banner_txt2{
        top: 64%;
    left: 70%;
    }
    .right-input ul li span:nth-of-type(2){
        font-size: 0.22rem;
        margin-right: 0.3rem;
    }
    .xiang p{
        font-size: 0.3rem;
    }
    .swiper-content span:nth-of-type(2){
        font-size: 0.22rem;
    }
    .thumb_box .thumb_img div .more{
        display: none;
    }
    
}