.hback{
/*background:#F3F2F8;*/
width:100%;
padding-bottom:20px;
margin-top:100px;
}
.title{
display: flex;
    height: 55px;
    justify-content: space-between;
    padding: 11px 160px;
}
.left{
    border: 1px solid;
    background: #4878E7;
    color: #fff;
    padding: 3px 18px;
    font-size: 20px;
    border-radius: 19px;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
	}
.right{
        border: 1px solid;
    background: #4878E7;
    color: #fff;
    padding: 0px 18px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 19px;
    font-weight: bold;
}
.guanggao{
	text-align: center;
    width: 100%;
	height:100%;
    border-radius: 18px;
    overflow: hidden;
}
.guanggao img{
width:95%;
    border-radius: 15px;
}
.baoming{
background:#fff;
width:80%;
display:flex;
padding:10px 10px;
}
.lunbo{
flex:1;
}
.froms{
flex:1;
margin-top:17px;
}
.btms{
flex:1;
text-align: center;
    padding: 5px 30px;
}
.froms-lan{
background: #F3F2F8;
    display: flex;
    padding: 4px 6px;
	margin-top: 13px;
	border-radius: 13px;
}
.froms-lan label{
padding:8px;
margin-left:55px;
}
.biaoti{
    background: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: bold;
    width: 95px;
    text-align: center;
	margin-righ:15px;
}
.froms-lans{
	display:none;
    background: #F3F2F8;
    padding: 4px 6px;
    margin-top: 50px;
    height: 60px;
    width: 175px;
    line-height: 60px;
    border-radius: 10px;
    margin-left: 27%;
    font-size: 22px;
}

.froms-lanss{
	display: block;
    background: #F3F2F8;
    padding: 4px 6px;
    margin-top: 50px;
    height: 70px;
    width: 210px;
    /* line-height: 60px; */
    border-radius: 10px;
    margin-left: 22%;
    font-size: 22px;
}
.froms-lanss span{
color:#4877E7;
}
.bmtishi{
	font-size:14px;
}
.froms-lans span{
color:#4877E7;
}
.bttm{
background: #F3F2F8;
    padding: 4px 6px;
    margin-top: 40px;
    height: 60px;
    width: 150px;
    line-height: 60px;
    border-radius: 10px;
    color: #4877E7;
    font-size: 20px;
    font-weight: bold;
	margin-left:30%;
}
.btms-span{
    font-size: 12px;
    color: #4877E7;
	margin-top:18px;
}

/*轮播css*/
.carousel {
    width: 1920px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}
.carousel-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-item {
    min-width: 100%;
    flex-shrink: 0;
    width: 1920px;
    height: 600px;
    background: #000;
    text-align: center;
    line-height: 600px;
}
.pagination-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.dot.active {
    background: #4ea3ff;
    transform: scale(1.2);
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.hui2{
	    background: #F3F3F3;
    border-radius: 15px;
    width: 989px;
    height: 343px;
    border-radius: 9px;
    border: 0px solid;
    overflow: hidden;
}
.items{
	    width: 485px;
    border-radius: 9px;
	    margin-top: 35px;

}
.title-img{
	width: 485px;
    height: 405px;
    text-align: center;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 0px 0px;

}
.title-img img{
	width:100%;
	height:100%;
	/*object-fit: contain;*/
	border-radius:10px;
}
.items-title{
	    display: flex;
    margin-top: 30px;
}
.title-left{
	width:485px;
	padding-left: 12px;
}
.title-right{
	width: 150px;
    border: 1px solid;
    background: linear-gradient(90deg,#4DC2ED,#6F86D6);
    height: 32px;
    margin: 6px 5px 5px 5px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    color: #fff;
}
.title-top{
	font-size:33px;
}
.title-bottom{
	color: #7d7d7d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
