
.none {
	display: none;
}
.fl {
	display: block;
	float: left;
}

.fr {
	display: block;
	float: right;
}

.container {
	width: 1200px;
	margin: auto;
	align-items: center;
	background-color: #FFFFFF;
}
.container div, .container li, .container input, .container a {
	box-sizing: content-box;
}

.menu {
	width: 100%;
	background: #D91617;
	padding-top: 50px;
	display: block;
	overflow: hidden;
}
.menu div, .menu li, .menu input, .menu a {
	box-sizing: content-box;
}

.menu .menu-title {
	width: 1200px;
	height: 53px;
	margin: auto;
	border-bottom: 2px solid #D5B183;
}

.menu .menu-title a {
	display: inline-block;
	margin-left: 47px;

	font-size: 22px;
	font-weight: bold;
	line-height: 29px;
	color: #D5B183;

}

.menu .menu-title .act {
	color: #FFFFFF;
}

.menu .menu-con {
	display: block;
	width: 1200px;
	margin: auto;
	padding: 22px 4.5px;
	overflow: hidden;
}

.menu .menu-con ul li {
	width: 148px;
	height: 20px;
	float: left;
	text-align: center;
	border-right: 1px solid #FF0104;
	margin-bottom: 7px;
}

.menu .menu-con ul li:nth-child(8n) {
	border-right: 0;
}

.menu .menu-con ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
	display: block;
	margin: auto;
}

.menu .menu-con .act {
	width: 130px;
	height: 20px;
	color: #D91617;
	background-color: #FFFFFF;
}

.menu .menu-hot {
	width: 1200px;
	height: 160px;
	margin: auto;
	margin-bottom: 30px;
}

.menu .hot-one,
.menu .hot-four {
	text-align: center;
}

.menu .menu-hot span {
	position: relative;
	margin: auto;
}

.menu .hot-one {
	width: 500px;
	height: 160px;
}

.menu .hot-one span {
	top: -60%;
	font-size: 28px;
	font-family: Alibaba PuHuiTi;
	font-weight: 800;
	color: #A10000;
}

.menu .hot-four {
	width: 700px;
	height: 160px;
}

.menu .hot-four div {
	width: 340px;
	height: 75px;
	margin: 0 0 10px 10px;
	float: left;
}

.menu .hot-four span {
	top: -70%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}

.description {
	height: 610px;
	margin-top: 30px;
}

.description .title {
	width: 100%;
	height: 70px;
	background: #D91617;
	text-align: center;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 70px;
	color: #FFFFFF;
}

.description .description-con {
	height: 480px;
	padding: 30px;
}

.description .content {
	width: 600px;
}

.description .content-title b {
	font-size: 28px;
	line-height: 43px;
	color: #D91617;
}

.description .content-title span {
	font-size: 14px;
	font-weight: 400;
	line-height: 43px;
	color: #D5B183;
	margin-left: 14px;
}

.description .content-con {
	width: 600px;
	height: 410px;
	overflow-y: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
}
.description .content-con::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 7px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.description .content-con::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(153, 153, 153, 0.2);
	background   : #999999;
}
.description .content-con::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(153, 153, 153, 0.2);
	border-radius: 10px;
	background   : #FFFFFF;
}

.description .detail {
	width: 500px;
	height: 460px;
	margin-left: 35px;
	background: #F1F1F1;
}

.description .detail-img {
	width: 500px;
	height: 340px;
}

.description .detail-img img {
	width: 500px;
	height: 340px;
}

.description .detail-count {
	width: 500px;
	height: 120px;
}

.description .detail-count div {
	width: 166px;
	text-align: center;
}

.description .time span,
.description .class span,
.description .count span {
	display: block;
	width: 130px;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 44px;
	border-radius: 4px;
	background: #CC393A;
	background-position: 14px;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 26px;
}

.description .time p,
.description .class p,
.description .count p {
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	color: #999999;
}

.description .time span {
	background-image: url(../images/icon_time.png);
}

.description .class span {
	background-image: url(../images/icon_class.png);
}

.description .count span {
	background-image: url(../images/icon_member.png);
}

.train {
	height: 285px;
	color: #FFFFFF;
	margin-top: 20px;
}

.train div {
	width: 285px;
	height: 285px;
	float: left;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
}

.train div:nth-child(4) {
	margin-right: 0;
}

.train .object {
	background-image: url(../images/bg_1.png);
}

.train .way {
	background-image: url(../images/bg_2.png);
}

.train .expert {
	background-image: url(../images/bg_3.png);
}

.train .fee {
	background-image: url(../images/bg_4.png);
}

.train span {
	display: block;
	width: 285px;
	height: 185px;
	font-size: 24px;
	font-weight: bold;
	line-height: 185px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.train p {
	display: block;
	width: 285px;
	height: 100px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100px;
	background: #333333;
}

.train .act {
	background: #A40002;
}

.course {
	height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}

.course .title {
	height: 30px;
	padding: 30px;
}

.course .title .fl b {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 30px;
	color: #D91617;
}

.course .title .fl span {
	margin-left: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #D5B183;
}

.course .title .fr span {
	height: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 20px;
	color: #999999;
	border-bottom: 2px solid #F1F1F1;
}

.course .con {
	width: 1140px;
	margin: auto;
}

.course .con-detail {
	width: 1140px;
	height: 100px;
	border: 1px solid #F1F1F1;
	margin-bottom: 20px;
}

.course .school-name {
	width: 64px;
	height: 64px;
	padding: 18px;
	background: #F2F1F1;
	text-align: center;
	word-wrap: break-word;
}

.course .school-name span {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.course .detail {
	width: 1040px;
	height: 100px;
}

.course .detail-left {
	width: 700px;
	padding: 0 12.5px 0 24.5px;
}

.course .detail-left span {
	display: block;
	width: 663px;
}

.course .detail-left .detail-title {
	height: 38px;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	color: #333333;
}

.course .detail-left .detail-con {
	display: none;
	height: 49px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	margin-top: 7px;
}
.course .detail-left .detail-con b{
	color: #D91617;
	font-weight: normal;
}

.course .detail-mid {
	width: 98px;
	height: 100px;
	display: table;
}
.course .detail-mid div {
	display: table-cell;
		vertical-align: middle;
		
		text-align: center;
}

.course .detail-mid span {
	display: block;
	margin-bottom: 6px;
	width: 50px;
	height: 20px;
	line-height: 18px;
	color: #FFFFFF;
}

.course .detail-mid .hot {
	background: #D91617;
}

.course .detail-mid .new {
	background: #D5B183;
}

.course .detail-mid:after {
	display: block;
	content: "";
	background-color: #C9C9C9;
	width: 2px;
	height: 48px;
	margin-top: 26px;
}

.course .detail-right {
	width: 205px;
	height: 100px;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}

.course .detail-right p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.course .act  {
	background-color: #F8F8F8;
}
.course .act .school-name{
	background-color: #CC393A;
	color: #FFFFFF;
}

.course .act .detail-title {
	line-height: 44px;
	border-bottom: 1px solid #F1EEEE;
}

.course .act .detail-left .detail-con {
	display: inherit;
}
.course .act .detail-mid:after {
	background-color: #FFFFFF;
}

.maincourse {
	height: 820px;
	margin-top: 20px;
}

.maincourse .course-list {
	width: 730px;
	padding: 30px;
}

.maincourse .title {
	height: 40px;
}

.maincourse .title .fl b {
	font-size: 28px;
	line-height: 30px;
	color: #D91617;
}

.maincourse .title .fl span {
	margin-left: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #D5B183;
}

.maincourse .title .fr {
	padding-right: 41px;
	width: 170px;
	background-image: url(../images/icon_91.png);
	background-repeat: no-repeat;
	background-position: right;
}

.maincourse .title .fr p {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #CC393A;
}

.maincourse .con {
	width: 730px;
}

.maincourse .con-head {
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-weight: 400;
	text-align: center;
	background-color: #F1F1F1;
	margin-top: 15px;
}

.maincourse .con-head .fl {
	width: 550px;
	font-size: 16px;
}

.maincourse .con-head .fr {
	width: 180px;
	font-size: 16px;
}

.maincourse .con-head .fl span,
.maincourse .con-head .fr span {
	font-size: 14px;
}

.maincourse .con-detail {
	width: 730px;
	height: 625px;
	overflow-x: hidden;
	overflow-y: auto;
	clear: both;
}

.maincourse .con-detail::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 7px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.maincourse .con-detail::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(153, 153, 153, 0.2);
	background   : #999999;
}
.maincourse .con-detail::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(153, 153, 153, 0.2);
	border-radius: 10px;
	background   : #FFFFFF;
}

.maincourse .con-detail p {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	background: #FFF3F3;
}

.maincourse .con-detail p:nth-child(2n) {
	width: 24%;
	text-align: center;
}
.maincourse .con-detail p:nth-child(2n + 1) {
	text-indent: 27px;
	width: 75%;
	margin-right: 2px;
}

.maincourse .con-detail p:nth-child(4n+1),.maincourse .con-detail p:nth-child(4n+2) {
	background: #FFFFFF;
}



.maincourse .consult {
	padding: 40px 30px 0 0;
}

.maincourse .consult a {
	display: block;
	width: 380px;
	height: 160px;
}

.maincourse .consult-form {
	text-align: center;
	width: 342px;
	height: 524px;
	padding: 21px 19px 16px;
	background-color: #F8F8F8;
}

.maincourse .consult-form form input {
	width: 342px;
	height: 30px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 0;
}

.maincourse .consult-form form textarea {
	width: 342px;
	height: 90px;
	margin-bottom: 10px;
	border-radius: 4px;
	resize: none;
	border: 0;
}

.maincourse .consult-form p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	color: #999999;
}

.maincourse .consult-form form .btn {
	width: 240px;
	height: 40px;
	font-size: 16px;
	background-color: #CC393A;
	border-radius: 4px;
	color: #FFFFFF;
}
.maincourse .consult-form form a {
	line-height: 40px;
	display: inline-block;
	width: 240px;
	height: 40px;
	font-size: 16px;
	background-color: #CC393A;
	border-radius: 4px;
	color: #FFFFFF;
	margin-bottom: 10px;
}



.recommend-school {
	height: 670px;
	margin-top: 30px;
}

.recommend-school .title {
	padding: 30px;
	height: 40px;
}

.recommend-school .title .fl b {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 30px;
	color: #D91617;
}

.recommend-school .title .fl span {
	margin-left: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	color: #D5B183;
}

.recommend-school .title .fr span {
	height: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 20px;
	color: #999999;
	border-bottom: 2px solid #F1F1F1;
}
.recommend-school .school{
	padding: 0 30px;
}
.recommend-school .school-name {
	padding-bottom: 10px;
	border-bottom: 1px solid #C9C9C9;
}

.recommend-school .school-name li{
	display: inline-block;
	padding: 0 25px;
	height: 37px;
	font-size: 18px;
	font-weight: bold;
	line-height: 37px;
	color: #333333;
	cursor: pointer;
}
.recommend-school .school-name .act {
	background-color: #D91617;
	color: #FFFFFF;
}
.recommend-school .school-list {
	width: 1140px;
	padding-top: 11px;
	height: 500px;
}
.recommend-school .school-desc {
	text-align: center;
	width: 300px;
}
.recommend-school .school-desc img {
	text-align: center;
	max-width: 300px;
	max-height: 100px;
}
.recommend-school .school-desc div {
	height: 40px;
	background-color: #FFF3F3;
	line-height: 40px;
}
.recommend-school .school-desc div span, .recommend-school .school-desc div a {
	display: inline-block;
}
.recommend-school .school-desc div span {
	padding-left: 17px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.recommend-school .school-desc div a {
	padding-right: 11px;
	font-weight: normal;
	color: #D91617;
	text-align: right;
}
.recommend-school .school-desc p{
	font-size: 13px;
	line-height: 24px;
	max-height: 100px;
	overflow: hidden;
	padding: 8px 9px 0 6px;
}
.recommend-school .school-info {
	margin-top: 30px;
	width: 290px;
	padding: 0 25px;
}
.recommend-school .school-info li {
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #F1F1F1;
}
.recommend-school .school-address {
	width: 500px;
}
.recommend-school .school-map {
	width: 500px;
	height: 220px;
}
.recommend-school .school-address span {
	display: block;
	height: 34px;
	line-height: 34px;
	text-indent: 11px;
	background-color: #F1F1F1;
}
.recommend-school .school-img {
	width: 1140px;
	height: 180px;
	background-color: #FFFeee;
	border: 1px solid #F1F1F1;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-top: 20px;
}
.recommend-school .school-img ul {
	width: 1060px;
	height: 180px;
	overflow-x: hidden;
	margin-left: 40px;
}

.recommend-school .school-img ul li {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 15px;
}
.recommend-school .school-img ul li img{
	width: 250px;
	height: 150px;
}


.train-tends {
	height: 640px;
	margin-top: 20px;
}

.train-tends .title {
	padding: 30px;
	height: 40px;
}

.train-tends .title .fl b {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #D91617;
}

.train-tends .title .fl span {
	margin-left: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #D5B183;
}

.train-tends .title .fr span {
	height: 27px;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #999999;
	border-bottom: 2px solid #F1F1F1;
}
.train-tends .tends {
	padding: 0 30px 43px;
}
.train-tends .tends-detail {
	width: 360px;
	height: 240px;
	margin: 0 30px 20px 0;
	overflow: hidden;
}
.train-tends .tends-detail img {
	width: 360px;
	height: 240px;
}
.train-tends .tends-detail img:hover {
	transform:scale(1.2,1.2);
}
.train-tends .tends-detail:nth-child(3n) {
	margin-right: 0;
}
.train-tends .img-detail {
	width: 334px;
	height: 61px;
	background-color: #333333;
	position: relative;
	top: -80px;
	padding: 10px 14px 9px 12px;
}
.train-tends .img-detail .fl{
	color: #FF0104;
}
.train-tends .img-detail .fr{
	color: #D5B183;
}
.train-tends .img-detail div {
	clear: both;
	width: 334px;
	color: #FFFFFF;
}
.train-tends .img-detail div p {
	word-wrap: break-word;
}

.recomend-base {
	height: 50px;
	margin-top: 30px;
	margin-bottom: 64px;
}
.recomend-base .title {
	width: 250px;
	height: 50px;
	background-color: #D91617;
	text-align: center;
}

.recomend-base .title span {
	width: 250px;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	color: #FFFFFF;
}
.recomend-base .con div{
	margin-top: 15px;
	margin-left: 15px;
	color: #333333;
}
.recomend-base .con a {
	display: block;
	padding: 0 15px;
}
.recomend-base .act a {
	color: #FFFFFF;
	background-color: #D91617;
}
.recomend-base .con a:hover {
	color: #FFFFFF;
	background-color: #D91617;
}
