body{
	background:#f5f7fb;
}

/* 横幅 */
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	max-width:100%;
}


/* 分类 */
.classify{
	position:relative;
	text-align:center;
	border-bottom:1px solid #eee;
	background:#fff;
	height:65px;
	display:flex;
	align-items:stretch;
}
.classify .main{
	display:flex;
	justify-content:center;
	align-items:stretch;
}
.classify .list{
	display:flex;
	align-items:center;
	justify-content:center;
	white-space: nowrap;
	overflow:auto;
}
.classify .list a{
	color:#333;
	font-size:15px;
	padding:4px 15px;
	border-radius:5px;
	margin:0 5px;
}
.classify .list a:hover{
	background:#f68820;
	color:#fff;
}
.classify .list a:focus{
	outline:none;
}
.classify .list a.on{
	background:#f68820;
	color:#fff;
}
.classify .listPop{
	padding-left:10px;
	border-left:1px solid #eee;
	align-items:center;
	display:none;
}
.classify .listPop i{
	font-size:22px;
}
.classify .listPop-content{
	position:fixed;
	top:0px;
	right:-100%;
	z-index:9999;
	height:100%;
	width:75%;
	background:#fff;
	display:flex;
	align-items:center;
	max-width:300px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	opacity:0;
}
.classify .listPop-content .pop-main{
	width:100%;
	max-height:100%;
	overflow:auto;
	padding:15px;
}
.classify .listPop-content a{
	display:block;
	text-align:left;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
	padding:0 10px;
}
.classify .listPop-content a:hover{
	color:#f68820;
}
.classify .listPop-content a.on{
	background:#f68820;
	color:#fff;
}

.classify .listPop-content .close{
	position:absolute;
	top:10px;
	right:10px;
	z-index:999999;
	opacity:1;
	color:#666;
	height:50px;
	width:50px;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	background:rgba(255,255,255,0.3);
}
.classify .listPop-bg{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000;
	opacity:0.3;
	z-index:1000;
	display:none;
}

@media screen and (max-width:768px){
	.classify{height:55px;}
	.classify .list{justify-content:left;}
	.classify .list a{padding:4px 10px;}
}


.shfw{
	display:flex;
	flex-wrap:wrap;
	margin:30px 0;
}
.shfw .item{
	width:50%;
}
.shfw .item .content{
	margin:5px;
	background:rgba(255,255,255,0.7);
	padding:10%;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	height:380px;
}
.shfw .item .content .name{
	font-size:22px;
	margin:30px 0 15px 0;
}
.shfw .item .content .desc{
	text-align:center;
	line-height:32px;
	font-size:15px;
}

.textList {
	padding:0 5px 30px 5px;
}
.textList .item .title{
	font-size: 18px;
    color: #353535;
    padding-bottom: 10px;
    padding-top: 20px;
}
.textList .item .desc{
	color:#666;
}

@media screen and (min-width:0px) and (max-width:768px){
	.shfw .item{width:100%;}
	.shfw .item .content{height:auto;}
}
