.xmzs {
    width: 100%;
    float: left;
}

.xmzs-group-span {
    width: 100%;
    font-size: 100px;
    font-weight: bold;
    float: left;
    color: #EFF3F4;
    text-align: center;
    margin-top: 4%;
}

.xmzs-group-span2 {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    float: left;
    color: #182548;
    text-align: center;
    margin-top: -70px;
}

.swiper-container {
    width: 80%;
    margin-left: 10%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
}

.swiper-container .swiper-pagination {
	    margin-bottom: -11px;
    bottom: 20%;
    left: 4%;
    text-align: left;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #F49455;
}

.xmzs-main {
    width: 100%;
    cursor: pointer;
}

.xmzs-main-left {
    width: 90%;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 5%;
    background: #F5F5F5;
    padding-bottom: 5%;
	overflow:hidden;
}

.xmzs-main-left-main {
    width: 35%;
    float: left;
    position: relative;
    z-index: 3;
    margin-top: 5%;
    margin-left: 5%;
}
.xmzs-main-left-main span {
	color:#F49455;
}
.xmzs-main-left-main-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.xmzs-main-left-main-hr {
    width: 40px;
    height: 2px;
    background: #F49455;
    margin-top: 20px;
}

.xmzs-main-left-main-txt {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    color: #919191;
    line-height: 30px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden; */
}

.xmzs-main-right {
    width: 60%;
    float: left;
    margin-left: -50%;
    position: relative;
    z-index: 2;
}

.xmzs-main-right img {
    width: 100%;
    height: 100%;
}

.xmzs-all {
    width: 100%;
    float: left;
}

.xmzs-all-img {
    width: 100%;
    float: left;
}

.xmzs-all-main {
    width: 80%;
    margin-left: 10%;
    float: left;
    overflow: hidden;
	position:relative;
}

.xmzs-all-main .xmzs-all-more{
    position: absolute;
    right: -20px;
    top: 0px;
    z-index: 9999;
    height: 100%;
    width: 60px;
    background: rgba(0,0,0,.6);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.xmzs-all-main .xmzs-all-more a{
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xmzs-all-main .xmzs-all-more:hover{
    right: 0px;
    cursor: pointer;
}
.xmzs-all-main .xmzs-all-more:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    margin-left: 0px;
}
.xmzs-all-main .xmzs-all-more img{
    width: 20px;
    margin-left: -20px;
    transition: transform .8s ease;
    -webkit-transition: transform .8s ease;
    -moz-transition: transform .8s ease;
    -ms-transition: transform .8s ease;
    -o-transition: transform .8s ease;
}

.swiper-container2 .swiper-slide {
    cursor: pointer;
}

.swiper-container2 .swiper-slide img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.swiper-slide-zz {
    width: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
    position: relative;
    z-index: 2;
    display: none;
}

.swiper-container2 .swiper-slide-div {
    width: 100%;
    color: white;
    padding: 0 0 0 10%;
}

.swiper-container2 .swiper-slide div {
    width: 100%;
    float: left;
       font-size: 21px;
    line-height: 49px;
}

.swiper-container2 .swiper-slide .swiper-slide-hr {
    width: 60px;
    height: 2px;
    background: white;
    padding-left: 10%;
	margin-top: 30px;
	margin-bottom:10px;
}

.swiper-container2 .swiper-wrapper .swiper-slide:hover .swiper-slide-zz {
    display: block;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1140px) {}
@media screen and (min-width: 993px){
	.xmzs-main-left-main-txt {
   
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden; 
	}
}
	
@media screen and (max-width: 992px) {
    .xmzs-group-span {
        font-size: 50px;
    }
    .xmzs-group-span2 {
        font-size: 16px;
        margin-top: -50px;
    }
    .swiper-container {
        width: 96%;
        margin-left: 2%;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .swiper-container .swiper-pagination {
        bottom: 5%;
        left: 0%;
        text-align: center;
    }
    .xmzs-main-left {
        width: 90%;
        float: left;
        position: relative;
        z-index: 2;
        margin-top: 40%;
        background: #F5F5F5;
        overflow: hidden;
        padding-bottom: 0%;
    }
    .xmzs-main-left-main {
        width: 100%;
        padding: 2%;
        float: left;
        position: relative;
        z-index: 3;
        margin-top: 0%;
        margin-left: 0%;
    }
    .xmzs-main-left-main-title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }
    .xmzs-main-left-main-hr {
        width: 40px;
        height: 2px;
        background: #919191;
        margin-top: 5px;
    }
    .xmzs-main-left-main-txt {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
        color: #919191;
        line-height: 20px;
    }
    .xmzs-main-right {
        width: 90%;
        float: left;
        margin-left: -80%;
        position: relative;
        z-index: 1;
    }
    .xmzs-all {
        width: 100%;
        float: left;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 720px) {
    .xmzs-all .xmzs-all-main{
        width: 100%;
        margin-left: 0;
    }
    .swiper-container2{
        width: 100%;
    }
    .swiper-container2 .swiper-slide {
        width: 80%;
    }
    .swiper-container2 .swiper-slide-active{
        width: 80%;
        height: 189px !important;
    }
    .swiper-container2 .swiper-slide-active .swiper-slide-zz{
        display: block;
    }
    .swiper-container2 .swiper-slide-prev,
    .swiper-container2 .swiper-slide-next{
        height: 169px !important;
        margin-top: 10px;
        background: none;
    }
    .swiper-container2 .swiper-slide-prev .swiper-slide-zz,
    .swiper-container2 .swiper-slide-next .swiper-slide-zz {
        display: none !important;
    }
	.xmzs-main-right{
		min-height:235px !important;
	}
	.xmzs-main-right img{
		object-fit:cover;
	}
	.xmzs-main-left-main {
		padding:20px;
	}
	.swiper-container .swiper-pagination {
		bottom:10%
	}
	/* more */
    .xmzs-all-main .xmzs-all-more {
        /*background: none;
        */bottom: 0px;
        height: auto;
        left: 50%;
        top: auto;
        right: auto;
        transform:translateX(-50%) ;
        -webkit-transform:translateX(-50%) ;
        -moz-transform:translateX(-50%) ;
        -ms-transform:translateX(-50%) ;
        -o-transform:translateX(-50%) ;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        background: rgba(0, 0, 0, 0.3);
    }
    .xmzs-all-main .xmzs-all-more:hover{
        background: rgba(0,0,0,.6);
    }
    .xmzs-all-main .xmzs-all-more:hover img{
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .xmzs-all-main .xmzs-all-more img{
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        margin-left: 0px;
    }
	.xmzs-group-span {
        font-size: 40px;
    }
    .xmzs-group-span2 {
        margin-top: -40px;
    }
	.xmzs-main{
		display:flex;
		flex-direction:column-reverse;
	}
	.xmzs-main-left{
		width:100%;
		margin:0px;
		float:none;
		padding-bottom:0px;
	}
	.xmzs-main-right{
		width:100%;
		margin:0px;
		float:none;
		padding-bottom:0px;
	}
}
