.m-bd {
	width: 1080px;
}

#banner {
	background: url(../../img/zt2018/gsmn/banner.png) no-repeat top center;
	height: 389px;
	width: 100%;
	max-width: 1920px;
	min-width: 1080px;
}
#navList{
	margin-top:70px;
	height:70px;
}
#navList li{
	float:left;
	margin:0px;
	width:360px;
	position:relative;
	cursor:pointer;
}
#navList li a{
	display:block;
	width:100%;
}
#navList li div{
	background-color:#a49382;
	height:70px;
	line-height:70px;
	padding-left:160px;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	}
	#navList li span{
	color:#d9cbbd;
	font-size:14px;
	font-weight:bold;
	}
	#navList li.selected span{
	color:#ff8215;
	}
#navList li b{
	position:absolute;
	top:0px;
	left:-26px;
	width:26px;
	height:70px;
	background:url(../../img/zt2018/gsmn/select.png)no-repeat top right;
	}
#navList li.selected div{
	background-color:#ffbd4e;
}
#navList li.selected span{
	color:#ff8215;
}
#navList li.selected b{
	background:url(../../img/zt2018/gsmn/select.png)no-repeat top left;
}
#navList li.select-next b{
	background:url(../../img/zt2018/gsmn/select.png)no-repeat -32px 0;
}
#infoList .m-bd{
	display:none;
}
.info{
	margin:34px auto 14px;
	background:url(../../img/zt2018/gsmn/js.png)no-repeat top center;
	width:269px;
	height:54px;
}
.info_text{
	color:#666666;
	font-size:16px;
	line-height:34px;
}
.courseList {
	background-color: #ff6600;
	border-radius: 44px;
	margin-top: 30px;
	height: 44px;
	margin-bottom: 30px;
}

.courseList li {
	float: left;
	position: relative;
	line-height: 44px;
	padding: 0 34px;
	height: 100%;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.courseList li.selected{
	z-index:1;
	color:#ffffff;
	font-weight:bold;
}
.courseList li.selected:before {
	position: absolute;
	content: '';
	width: 75px;
	height: 60px;
	left: 50%;
	top: 0px;
	z-index:-1;
	margin-left:-38px;
	background: url(../../img/zt2018/gsmn/course_icon.png) no-repeat 0 0;
}
.courseMore{
	display:none;
}
.courseMore li{
	padding:0 25px;
}
.table {
	width: 100%;
	margin-bottom: 108px;
	display: none;
}

.table.selected{
	display: table;
}

.table thead tr {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.table tr {
	height: 54px;
}

.table thead th {
	color: #ffcc66;
	font-size: 18px;
	font-weight: bold;
	height: 61px;
	text-align: center;
}

.table td {
	border: 1px solid #ff6600;
	text-align: center;
	font-size: 16px;
	color: #666666;
}

.td-first {
	width: 122px;
}

.td-time {
	width: 148px;
}

.td-size {
	width: 110px;
}

.td-down {
	width: 130px;
}

.td-down span {
	width: 27px;
	height: 20px;
	background: url('../../img/zt2018/gsmn/down_icon.png') no-repeat 0px 0px;
	display: inline-block;
	cursor: pointer;
}
span.b_tit {
	font-size: 18px;
	color: #ff6600;
	font-weight: bold;
}

.downAll,.downAll:hover {
	background: url('../../img/fkxt/icon.png') 0 0;
	width: 110px;
	height: 37px;
	display: inline-block;
	margin: 8px 0 0 23px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}

.gray td {
	color: #999999 !important;
}

.gray .td-down span {
	background-position: -121px -37px;
	cursor: default;
}

.gray .downAll {
	background-position: 0 39px;
	cursor: default;
}