.conbox{
	background: #f2f7fb;
	padding: 0;
}
.conbox .con{
	position: relative;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.con .Title{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 25px 0 10px 0;
}
.con .Title a{
	color: #000000;
	margin: 0 5px;
}
.introduce{
	width: 961px;
	background: #FFFFFF;
	padding-top: 25px;
	margin-bottom: 25px;
}
.introduce .bt{
	margin: 0 50px 15px 20px;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}
.introduce .bt a{
	background: #ffb520;
	color: #FFFFFF;
	padding: 3px 12px;
	margin-right: 5px;
	font-size: 14px;
}
.introduce .bt b{
	font-size: 18px;
	font-weight: bold;
	color: #ffb520;
	margin: 0 5px;
}
.introduce .box{
	margin: 0 30px;
	padding-bottom: 55px;
}
.introduce .box h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.introduce .box p{
	word-wrap:break-word;
	font-size: 15px;
	margin-bottom: 15px;
}
.introduce .box b{
	display: block;
	font-size: 12px;
	opacity: 0.5;
	margin-bottom: 12px;
}
.introduce .box .bt{
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}
.introduce .box .btn{
	margin-bottom: 40px;
}
.introduce .box .btn a{
	background: #999999;
	color: #FFFFFF;
	padding: 10px 20px;
	margin-right: 10px;
	font-size: 15px;
}
.introduce .box .btn a:hover{
	background: #ffb520;
}
.introduce .box .video{
	margin-bottom: 35px;
}
.introduce .box .video video{
	margin-bottom: 15px;
}
.introduce .box .video p{
	font-size: 14px;
	font-weight: bold;
}
.introduce .box .img{
	position: relative;
	width: 900px;
	height: 600px;
	margin-bottom: 35px;
}
.recommend{
	width: 225px;
}
.recommend img{
	width: 100%;
    height: 100%;
}
.recommend-top{
	background: #FFFFFF;
	border-bottom: 25px solid #f2f7fb;
}
.recommend .bt{
	font-size: 18px;
	font-weight: 600;
	padding: 15px 15px;
	border-bottom: 1px solid #d2d6d9;
}
.recommend-top div{
	width: 80%;
	margin: 10px auto 25px auto;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.recommend-top a{
	color: #666666;
	margin-top: 5px;
	font-size: 15px;
	
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.recommend-anli{
	background: #FFFFFF;
	border-bottom: 25px solid #f2f7fb;
}
.recommend-anli div{
	width: 80%;
	margin: 25px auto;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.recommend-anli p{
	word-wrap:break-word;
	width: 100%;
	margin-top: 10px;
	font-size: 15px;
	
}
.recommend-bq{
	background: #FFFFFF;
	border-bottom: 25px solid #f2f7fb;
}
.recommend-bq div{
	width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-around;
}
.recommend-bq a{
	color: #000000;
	text-align: center;
	border: 1px solid  #d2d6d9;
	border-radius: 5px;
	padding: 5px 0;
	width: 45%;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
}