body,html{
	background: #fff;
}
.home{
	width:1200px;
	margin:0 auto;
}
.banner{
	width:100%;
	height:330px;
	margin:20px 0 24px;
	position:relative;
}
.banner img{
	width:100%;
	height:100%;
	border-radius:15px;
}
.banner .swiper-button-next{
	border-radius: 25px;
	width: 50px;
	height: 50px;
	background:rgba(51,51,51,0.2) url(/site/hd/resources/img/home/right.png)no-repeat center center;
	background-size: 26px;
}
.banner .swiper-button-prev{
	border-radius: 25px;
	width: 50px;
	height: 50px;
	background:rgba(51,51,51,0.2) url(/site/hd/resources/img/home/left.png)no-repeat center center;
	background-size: 26px;
}
.banner:hover .swiper-button-next{
	background: rgba(51,51,51,0.5) url(/site/hd/resources/img/home/right.png)no-repeat center center;
	background-size: 26px;
}
.banner:hover .swiper-button-prev{
	background: rgba(51,51,51,0.5) url(/site/hd/resources/img/home/left.png)no-repeat center center;
	background-size: 26px;
}
/*最新消息*/
.infoPush{
	width:100%;
	height:42px;
	line-height: 42px;
	background:#F6F8FA url(/site/hd/resources/img/home/trumpet.png)no-repeat 16px center;
	background-size:16px;
	padding:0 44px;
	box-sizing: border-box;
	font-size: 18px;
}
.infoPush a{
	display: block;
	color: #464E59;
}
/*标题*/
.title{
	overflow:hidden;
	line-height: 36px;
}
.title i{
	float:left;
	width: 7px;
	height: 28px;
	background:linear-gradient(180deg, #67ABFF 0%, #217FF3 100%);
	border-radius: 0px 4px 4px 0px;
	margin-top:5px;
}
.title h3{
	float: left;
	font-size: 28px;
	color: #333333;
	margin-left:14px;
}
.title a{
	float: right;
	background:url(/site/hd/resources/img/home/more.png)no-repeat right center;
	font-size: 16px;
	color: #378BF4;
	padding-right:19px;
}
/*免费课堂*/
.free{
	margin-top:50px;
}
.freeCont{
	margin-top:30px;
}
.freeCont::after{
	content:"";
	display: block;
	clear: both;
}
.freeMin{
	float:left;
	width: 281px;
	height: 230px;
	background: #F3F3F3;
	border-radius: 14px;
	margin:0 25px 26px 0;
	position: relative;
}
.freeMin:nth-child(4n){
	margin-right:0;
}
.freeMin img{
	width:100%;
	height:100%;
	border-radius: 14px;
}
.freeMin span{
	position: absolute;
	right:0;
	top:0;
	width: 52px;
	height: 26px;
	background: #FF7D00;
	border-radius: 0px 14px 0px 16px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
}
.freeMin div{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:30px 60px;
	box-sizing: border-box;
	display: none;
	background:rgba(0,0,0,.6);
	border-radius: 14px;
}
.freeMin p{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	color:#fff;
	text-align: center;
	font-size: 24px;
}
.freeMin ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width:100%;
	height:100%;
}
.freeMin ul li{
	width:100%;
	background: #FFFFFF;
	border-radius: 16px;
	font-size: 14px;
	color: #707D8C;
	line-height: 30px;
	text-align: center;
	margin-bottom:17px;
	cursor: pointer;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0 5px;
}
.freeMin .active,.freeMin ul li:hover{
	background:#217FF3;
	color:#fff;
}
/* 精品课程 */
.shop{
	padding-top:10px;
}
.shopCont{
	margin-top:30px;
	width:1230px;
}
.shopCont::after {
	content: "";
	display: block;
	clear: both;
}
.shopMin{
	float: left;
	width: 277px;
	height: 412px;
	background: #FFFFFF;
	border-radius: 16px;
	margin:0 30px 30px 0;
	cursor:pointer;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}
.shopCont .shopMinBig{
	width: 584px;
	height: 412px;
}
.shopMin:hover{
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09);
	position:relative;
	top:-8px;
}
.shopMin:hover h6{
	color:#217FF3;
}
.shopMin:last-child{
	margin-right:0;
}
.shopMin dt{
	width: 100%;
	height: 277px;
}
.shopMin dt img{
	width:100%;
	height:100%;
	border-radius: 12px 12px 0 0;
}
.shopMin dd{
	padding:10px 16px 0 16px;
}
.shopMin h6{
	font-size: 20px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height:50px;
	line-height: 24px;
	padding-top:2px;
}
.shopMin p{
	margin: 18px 0;
}
.shopMin time{
	background: url(/site/hd/resources/img/home/time.png)no-repeat left center;
	background-size:12px;
	font-size: 12px;
	color: #707D8C;
	line-height: 28px;
	padding-left:14px;
}
.shopMin span{
	font-size: 22px;
	font-weight: 600;
	color: #FF5D00;
	float: right;
}
/*厚大中国*/
.map{
	width: 1200px;
	background: #F8F8F8;
	border-radius: 22px;
}
.mapCont{
	padding:32px 16px 22px;
}
.mapCont::after{
	content: "";
	display: block;
	clear: both;
}
.mapTit{
	background:url(/site/hd/resources/img/home/address1.png)no-repeat left center;
	font-size: 30px;
	font-family: YouSheBiaoTiHei;
	color: #333333;
	padding-left:36px;
	float: left;
	margin-bottom:16px;
}
.mapCity{
	overflow:hidden;
	display: flex;
    align-items: center;
}
.mapNav{
	float:left;
	margin-left:11px;
	font-size: 16px;
	color: #464E59;
	width:84%;
}
.mapNav span{
	display: inline-block;
	margin:0 0 16px 11px;
	cursor: pointer;
	width:50px;
	text-align: center;
}
.mapNav .active{
	color: #FF7D00;
}
.mapNav a{
	font-size: 12px;
	color: #FF7D00;
	background:url(/site/hd/resources/img/home/more1.png)no-repeat right center;
	background-size:10px;
	float: right;
	padding-right:10px;
	line-height: 25px;
}
.mapDetail{
	padding-top:16px;
}
.mapDetail ul{
	background:#fff;
	padding:26px 30px;
	border-radius: 14px;
	overflow:hidden;
	clear: both;
	margin-bottom:16px;
}
.mapDetail ul:last-child{
	margin-bottom:0;
}
.mapDetail li{
	font-size: 16px;
	color: #707D8C;
	float: left;
	padding-left:26px;
	margin-right:27px;
	box-sizing:border-box;
	display: flex;
}
.mapDetail li strong{
	font-size: 20px;
	color: #464E59;
	float: left;
    width: 80px;
}
.mapDetail li label{
	display: inline-block;
	width:50px;
	flex-shrink: 0;
}
.mapDetail li i{
	display:inline-block;
	width: 1px;
	height: 24px;
	background: #F5F5F5;
	margin:0 40px;
}
.mapDetail li span{
	font-size: 16px;
	color: #464E59;
}
.mapDetail li:nth-child(1){
	padding-left:0;
	margin-right:0;
}
.mapDetail li:nth-child(2){
	width:210px;
	background: url(/site/hd/resources/img/home/type.png)no-repeat left 3px;
	background-size:16px;
}
.mapDetail li:nth-child(3){
	width:280px;
	background: url(/site/hd/resources/img/home/phone1.png)no-repeat left 4px;
	background-size:16px;
}
.mapDetail li:nth-child(3) span{
	color:#FF7D00;
}
/* .mapDetail li:nth-child(4){
	width:238px;
	background: url(/site/hd/resources/img/home/qq.png)no-repeat left 4px;
	background-size:16px;
} */
.mapDetail li:nth-child(4){
	width:402px;
	background: url(/site/hd/resources/img/home/address.png)no-repeat left 3px;
	background-size:16px;
	margin-right:0;
}
/*信息速递*/
.info{
	margin:40px 0 0 0;
}
.info .infoNav{
	float: left;
	margin-left:62px;
}
.infoNav li{
	float: left;
	font-size: 18px;
	color: #707D8C;
	margin-left:40px;
	cursor: pointer;
}
.infoNav .active,.infoNav li:hover{
	color: #217FF3;
}
.infoNav .active span{
	display: block;
	width: 30px;
	height: 2px;
	margin:9px auto 0;
	background: #217FF3;
	border-radius: 2px;
}
.infoCont{
	margin-top:30px;
}
.infoCont::after{
	content:"";
	display: block;
	clear: both;
}
.infoMin{
	width: 380px;
	height: 96px;
	background: #F8F8F8;
	border-radius: 16px;
	padding:20px;
	box-sizing: border-box;
	float: left;
	margin:0 30px 30px 0;
	cursor: pointer;
}
.infoMin:nth-child(3n){
	margin-right:0;
}
.infoMin h6{
	font-size: 18px;
	color: #464E59;
	line-height: 22px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.infoMin h6 i{
	float: left;
	margin:8px 12px 0 0;
	width: 6px;
	height: 6px;
	background: #FF7D00;
	border-radius: 4px;
}
.infoMin p{
	background: url(/site/hd/resources/img/home/time.png)no-repeat left center;
	background-size:14px;
	font-size: 14px;
	color: #707D8C;
	padding-left:22px;
	margin-top:14px;
}