#sm {
	width: 100%;
}



.rowd .fold_wrap {
	height: 480px;
	margin: 23px auto 0 auto;
	overflow: hidden;
     width: 100% !important;
}

.rowd .fold_wrap li {
	float: left;
	width: 100px;
	height: 480px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	border-left: 3px solid #fff;
}




.rowd .fold_wrap li .adv_intro {
	padding-bottom: 28px;
	position: absolute;
	left: 0;
	bottom: 0;
	right:0;
	background: rgba(35, 80, 155, .8);
	color: #FFF;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
    justify-content: start;
    padding: 0 21px 28px;
    line-height: 1;
}
.rowd .fold_wrap li .adv_intro a{
	color: #fff;
}

.rowd .fold_wrap li .mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.rowd .fold_wrap li .mask img {
	height: 233px
}


.rowd .fold_wrap li .adv_intro .txt{
	width: 100%;
        align-items: baseline;
    display: none;
}
.rowd .fold_wrap li .adv_intro .txt .left-text{
width: 80%;
margin-bottom: 10px;
}
.rowd .fold_wrap li .adv_intro .txt p {
	
	
}

.rowd .fold_wrap li .adv_intro .txt span {
	font-size: 14px;
	opacity: .7
}

.rowd .pic_auto {
	width: 100%;
	height: 100%;

	
}
.rowd .pic_auto img{
	height: 100%;
	object-fit: cover;
}



.rowd .fold_wrap li.active .pic_auto {
	opacity: 1;
	
}
.rowd .fold_wrap li.active .pic_auto img{
	height: 100%;
	object-fit: cover;
}



.rowd .fold_wrap li.active .adv_intro {
	opacity: 1;
	visibility: inherit;
}
.inxywh-m {
	margin-bottom: 8px
}

.inxywh-m dt {
	position: relative;
	height: 104px;
}
.inxywh-m dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inxywh-m dt .abcon {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 0 10%;
	color: #fff
}

.inxywh-m dt span {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.inxywh-m dt i {
	border-radius: 50%;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
}

.inxywh-m dd {
	padding: 2% 5%;
	color: #222;
	font-size: 15px;
	line-height: 1.8em;
	display: none
}

.inxywh-m dd a {
	color: #222;
	font-size: 14px;
	opacity: .7;
}
@media screen and (max-width:1200px) {
.rowd .fold_wrap li{
	width: 25%;
}
.rowd .fold_wrap li .adv_intro{
	padding: 14px 28px;
}
.rowd .fold_wrap li .adv_intro .txt .left-text{
	width: 100%;
	margin-bottom: 20px;
}
}
@media screen and (max-width:980px) {

	.rowd .fold_wrap {
		height: auto;
		overflow: inherit;
	}
	.rowd .fold_wrap li {
		float: inherit;
		width: 100%;
		height: 280px;
		border-left: 0;
	}
	.rowd .fold_wrap li .showt {
		display: none
	}
	.rowd .fold_wrap li .adv_intro {
		opacity: 1;
		visibility: inherit;
	}
	.rowd .fold_wrap li .adv_intro .txt i {
		display: none
	}
	.rowd .fold_wrap li .adv_intro .txt p {
		max-height: 95px;
		overflow: hidden;
		margin-bottom: 20px
	}
    .m-show{
        margin-top: 20px;
    }
}