.img-3{
	width: 100vw;
}
.center{
	width: 90%;
	background: white;
	border-radius: 0.5rem;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	padding-top: 0.6rem;
	margin: 0 auto;
	margin-bottom: 6px;
}
.center div{
	width: 33%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-bottom: 0.6rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.center img{
	max-width: 14vw;
	max-height: 14vw;
	border-radius: 7vw;
}
.center span{
	font-size: 2.75vw;
	text-align: center;
	margin-top: 0.05rem;
}
.bottom{
	width: 100%;
	background: white;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.div-2{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 3.5vw;
	margin-bottom: -2.5vw;
}
.div-2 div{
	width: 24%;
	height: 45px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-bottom: 0.6rem;
	justify-content: center;
	align-items: center;
	border: 1px solid #eeeeee;
}
.bottom img{
	max-width: 100%;
	max-height: 100%;
	margin-top: 10px;
}
.top-2{
	width: 100%;
	display: flex;
	justify-content: center;
	background: white;
	flex-wrap: wrap;
}
.div-3{
	width: 100%;
	margin-top: 4px;
}
.div-3 ul{
	white-space: nowrap;
}
.div-3 li{
	list-style-type: none;
}
.div-3 li img{
	width: 100%;
}
.m-slider {
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}
.slider-item img {
    width: 90%;
    height: auto;
    display: block;
    border: none;
    margin: 0 auto;
}
.bottom-3{
	width: 100%;
	background: white;
	display: flex;
	justify-content: space-around;
}
.left-2{
	width: 40vw;
	margin-left: 2vw;
}
.left-2 img{
	width: 100%;
	height: 40vw;
}
.right-2{
	width: 40vw;
	margin-right: 2vw;
}
.top-4{
	font-size: 2.5vw;
	color: #2BA099;
	font-family: "微软雅黑";
	font-weight: bolder;
	margin-top: 3vw;
	margin-bottom: 4vw;
}
.center-4{
	font-size: 1.75vw;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 2;
	line-height:170%;
	overflow:hidden;
	margin-bottom: 3.5vw;
}
.bottom-4{
	width: 100%;
	display: flex;
}
.bottom-5{
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
	margin-top: 1vw;
	flex-direction: column;
}
.bottom-5 img{
	width: 1.75vw;
	margin-right: 1.5vw;
	margin-bottom: 2.5vw;
}
.bottom-6{
	display: flex;
	flex-direction: column;
}
.bottom-6 span{
	font-size: 1.75vw;
	margin-top: 2.5vw;
}
.bottom-6{
	margin-top: -2vw;
}
.bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0 !important;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.leftNav{
    width: 65%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -65vw;
}
.top-5{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3vw;
}
.top-5 a{
	width: 25%;
	height: 5vw;
	font-size: 3.5vw;
	font-family: "黑体";
	text-decoration: none;
	color: #2BA099;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6vw;
	margin-left: 3.65vw;
	font-family: "黑体";
}
.top-5 a:hover{
	background: #2BA099;
	color: white;
}
.ul a{
	text-decoration: none;
}
.ul a:hover{
	color: #2BA099;
}
.bottoms{
	width: 100vw;
	position: relative;
}




