* {
    margin: 0;
    padding: 0;
    border:0;
}

/* html {
  font-size: 62.5%;
} */
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
body {
  font-size: 1.6rem; /* =16px */
  background-color: #badcf6;
}
.img-fluid2 {
    max-width: 100%;
    height: auto;
}
.yunshekebg1 {
    background-image: url(../images/ysk2023bg01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}


.yunshekebg2 {
    background-image: url(../images/ysk2023bg02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.yunshekebg3 {
    background-image: url(../images/ysk2023bg03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.yunshekebg4 {
    background-image: url(../images/ysk2023bg04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.bg-shu{
	background-image: url(../images/ysk2023ny.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
.xp-shu{
	background-image: url(../images/ysk2023xp.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
.sj-bg{
	background-image: url(../images/ysk2023sj.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
.sj-con{
	width: 99%;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 40px;
}
.xp-con{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
	margin-bottom: 50px;
	min-height: 400px;
	  
}

.shu-con{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	margin-bottom: 40px;
}


.more{
	font-size: 1.2rem;
	text-align: right;
}
.text2em{
	text-indent: 2em;
}
.lineH16 {
    line-height: 1.6;
}
.log1,.log2,.log3{
	display: block;
}

.xp-swiper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sjnext{
	right:-10px
}
.sjprev{
	left: -20px;
}
.xp-swiper .swiper-slide{
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.ztxx{
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}
/* 故事里的新疆 */
.xj-swiper{
	overflow: hidden;
}
.xj-swiper .swiper-slide{
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

 transform: scale(0.6);
}
/* .xj-swiper .swiper-slide-next,.xj-swiper .swiper-slide-prev{
	 transform: scale(0.8);
}

.xj-swiper .swiper-slide-active,.xj-swiper .swiper-slide-duplicate-active{
  transform: scale(1);
} */
.plist li{
	float: left;
	padding-right: 15px;
}

/* .animie-1{
   opacity:1;
   z-index: 1;
	display: block;
	 background-image: url(../images/shuimo.gif);
	 animation: play steps(28) 8s infinite both;
	
} */

@keyframes play {
    0% {
       background-position: 0%;
     }
     100% {
       background-position: 100%;
     }
}


/* 分页器 */
.swiper-pagination-custom {
				bottom: 5%;
				left: 0;
				width: 100%;
				height: 20px;
				/* background-color: red; */
				text-align: center;
			}

			.swiper-pagination-customs {
				width: 12px;
				height: 12px;
				display:inline-block;
				background: #000;
				opacity: .3;
				border-radius: 50%;
				/* box-shadow: 0 0 2px  #000; */
				margin: 0 5px;
				outline: 0;
			}
		
			.swiper-pagination-customs-active {
				opacity: 1;
        border: 3px solid #3090e4;
				background-color: #3090e4;
			}
/* 分页器 end */

@keyframes pound {
  from{
    transform: none;
  }
  to{
    transform: scale(1.2);
  }
}
@media (max-width: 850px) {
	.vh-sreen{
		height: 95vh!important;
	}

	
}
@media (min-width: 768px){

}
@media (min-width: 1460px){
	.container-md {
	    max-width: 1220px;
	}
	.shu-con{
		min-height: auto;
	}
}

@media (max-width: 600px) {
	.vh-sreen{
		height: 89vh!important;
	}
	
	.sj-con {
	    width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 80px;
	    margin-top: 31px;
	}

}
