
.nav {
	display: flex;
	align-items: center;
	width: 100%;
}
.nav>li {
	width: 25%;
	text-align: center;
	margin: 10px 0;
}
.module-name{
	margin: 10px 0;
	font-weight: 600;
	font-size: 15px;
	font-family: "微软雅黑";
}
.swiper-container {
	width: 100%;
	padding-bottom: 30px;
}
.swiper-slide {
	text-align: center;
	font-size: 12px;
	/* 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;
}
.swiper-slide>ul{
	width: 100%;
	display:flex;
	/* justify-content: space-around; */
	flex-warp:warp; /*CSS3样式，支持webkit，ms*/
	-ms-flex-wrap: wrap;/*IE9以及一下不支持*/
	-webkit-flex-wrap: wrap;
}
.swiper-slide>ul>li{
	width: 33%;
	text-align: center;
}
.swiper-slide>ul>li>img{
	display: block;
	width: 90%;
	height: 100px;
	margin: 0 auto;
}
.swiper-slide>ul>li>div{
	font-size: 12px;
	font-family: "微软雅黑";
	margin: 4px 0;
}
/* 弹窗 */
.windon{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}
.w-bgc{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
	opacity: 1;
}
.w-slide{
	width: 98%;
	color: #fff;
}
.w-slide>img{
	width: 100%;
	height: 40%;
}
.w-slide>div{
	margin-top: 20px;
}
.w-swiper1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nav-name{
	width: 20px;
	text-align: center;
}
.nav-name>text{
	display: inline-block;
	margin: 5px auto;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #E5A857;
}
.nav-name>p{
	width: 20px;
	color: #444;
	font-size: 22px;
	font-family: "STXinwei";
}
.nav-name>p.color{
	color: #E5A857;
}
.nav-name>p.siju{
	font-size: 14px;
	font-family: "STXinwei";
}
.nav-name>p.cun-font{
	font-size: 80px;
	font-family: "STXinwei";
	color: #B22222;
}
.nav-name>p.xin-font{
	font-size: 80px;
	font-family: "STXinwei";
	color: #B22222;
}
.explain{
	width: 100%;
	font-size: 13px;
    line-height: 20px;
    /* color: #554d3a; */
	font-family: "微软雅黑";
    text-align: justify;
    text-indent: 2em;
}
.swiper-button-next1,.swiper-button-prev1{
	display: none;
}
.swiper-button-next2,.swiper-button-prev2{
	display: none;
}
.swiper-button-next3,.swiper-button-prev3{
	display: none;
}
.swiper-button-next4,.swiper-button-prev4{
	display: none;
}
@media (min-width:600px) {
	
    .swiper-slide>ul>li {
        width: 16.66%;
        text-align: center;
		box-sizing: border-box;
    }
	.container{
		height: 252px;
	}
	.swiper-slide>ul>li>div {
	    font-size: 12px;
	    font-family: "微软雅黑";
	    margin: 4px 0;
		box-sizing: border-box;
		padding: 0 4%;
	}
	.nav-name{
		width: 38px;
		text-align: center;
	}
	.nav-name>text{
		display: inline-block;
		margin: 5px auto;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		/*background: firebrick;*/
        background:#E5A857;
	}
	.nav-name>p{
		width: 20px;
		color: #444;
		font-size: 38px;
		font-family: "STXinwei";
	}
	.nav-name>p.siju{
		font-size: 20px;
		font-family: "STXinwei";
	}
	.nav-name>p.cun-font{
		font-size: 124px;
		font-family: "STXinwei";
		color: #B22222;
	}
	.nav-name>p.xin-font{
		font-size: 124px;
		font-family: "STXinwei";
		color: #B22222;
	}
	.nav_1 img,.nav_2 img,.nav_3 img,.nav_4 img{
		width: 30px;height: 180px;
	}
	.nav_line_1 img,.nav_line_2 img,.nav_line_3 img,.nav_line_4 img{
		height: 180px;
	}
	.chun img{ width: 99px;height: 106px;}
	.xin img{ width: 99px;height: 106px;}
	.si img{ width: 20px;height: 220px;}
	.nav_1 { top: 54px; left:54%;}
	.nav_line_1 {top: 54px; left:52%;}
	
	.nav_2 { top: 54px; left:46%;}
	.nav_line_2 {top: 54px; left:43%;}
	
	.nav_3 { top: 54px; left:37%;}
	.nav_line_3 {top: 54px; left: 34%;}
	
	.nav_4 { top: 54px; left:28%;}
	.nav_line_4 {top: 54px; left:26%;}
	.chun { top: 4px; left: 66%;}
	.xin { top: 111px; left:72%;}
	.si { top: 15px; left: 60%;}
	.explain {
	    width: 100%;
	    font-size: 16px;
	    line-height: 30px;
	    /* color: #554d3a; */
	    font-family: "微软雅黑";
	    text-align: justify;
	    text-indent: 2em;
	}
	.module-name {
	    margin: 10px 0;
	    font-weight: 600;
	    font-size: 18px;
	    font-family: "微软雅黑";
	}
	.swiper-button-next1,.swiper-button-prev1{
		display: block!important;
		margin-top: -54px;
	}
	.swiper-button-next2,.swiper-button-prev2{
		display: block!important;
		margin-top: -54px;
	}
	.swiper-button-next3,.swiper-button-prev3{
		display: block!important;
		margin-top: -54px;
	}
	.swiper-button-next4,.swiper-button-prev4{
		display: block!important;
		margin-top: -54px;
	}
	.w-slide {
	    width: 60%;
	    color: #fff;
	}
}