body{
	background:#f5f5f5;
}
/* 横幅 */
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	max-width:100%;
}

.classify{
	margin:50px 0 0 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	height:66px;
	white-space: nowrap;
	overflow: auto;
}
.classify ul {
	text-align:center;
}
.classify ul li{
	display:inline-block;
	text-align:center;
	padding:20px 0;
}

.classify ul li:before{
	content:'';
	display:inline-block;
	height:16px;
	width:1px;
	background:#333;
	margin:0 20px;
	position:relative;
	top:3px;
}
.classify ul li:first-child:before{
	display:none;
}

.classify ul li a{
	font-size: 16px;
}
.classify ul li a:hover{
	color:#239de8;
}

.pClass{
	padding:30px 0;
}
.pClass .name{
	font-size:36px;
	font-weight:700;
	margin-bottom:25px;
}
.pClass .desc{
	color:#666;
	line-height:28px;
	font-size:16px;
}


.cClass{
	padding:30px 0;
}
.cClass .name{
	font-size:30px;
	margin-bottom:25px;
}
.cClass .desc{
	color:#666;
	line-height:28px;
	font-size:16px;
}




/* 相关推荐 */
.rec{
	padding:50px 0 50px 0;
	background-color:#f6f6f6;
}

.rec .ctitle{
	text-align:center;
	font-size: 32px;
    font-weight: 400;
	margin-bottom:30px;
}
.rec-content{
	max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
	margin:0 auto;
}
.rec .list{
	display:flex;
	flex-wrap:wrap;
}
.rec .list .item{
	width:25%;
	padding:20px 20px;
	box-sizing:border-box;

}
.rec .list .item .main{
	background:#fff;
	box-shadow:0 0 5px #ccc;
	border-radius:10px;
}
.rec .list .item .main:hover{
	box-shadow:0 0 10px #ccc;
}
.rec .list .item img{
	width:100%;
}
.rec .list .item .imgbox{
	border-radius:10px 10px 0 0;
	overflow:hidden;
}
.rec .list .item h3{
	margin-top:30px;
	padding:0 30px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.rec .list .item .desc{
	margin:10px 30px 30px 30px;
	color:#666;
	text-align:justify;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
	height:40px;
}
.rec .bottom{
	padding:0px 30px 30px 30px;
}
.rec .bottom .iconfont{
	display:inline-block;
	border:2px solid #eee;
	width: 32px;
    height: 32px;
    line-height: 28px;
    border: 2px solid #239de8;
	text-align:center;
	border-radius:30px;
	color:#239de8;
}





/* 联系我们 */
.contact-us{
	height: 540px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-us .content{
	background-color: rgba(0,0,0,0.45);
	height: 100%;;
	
}
.contact-us .content .container-fluid{
	height: 100%;;
	display: flex;
	flex-direction:column;
	justify-content: center;
	color:#fff;
}
.contact-us .content h1{
	font-size: 44px;
	margin-bottom: 12px;
	line-height: 48px;
	font-weight:700;
}
.contact-us .content .desc{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 48px;
	font-weight:300;
	color:#fff;
}

.contact-us .content .more{
	display: inline-block;
	color: #fff;
	background: #239de8;
	border-radius: 32px;
	line-height: 32px;
	padding:3px 25px;
	font-size:16px;
	font-weight: 700;
}
.contact-us .content .more:hover{
	background-color: #1d83c2;
}

.contact-us .content .bottom .link{
	color:#fff;
	display:inline-block;
	margin:0 20px;
	font-size:18px;
	font-weight:700;
}
.contact-us .content .bottom .link .iconfont{
	margin-right:10px;
	font-weight:300;
}
