.footer {
	background: #f9f9f9;
}
.middle {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 0 15px;
}
.banner {
    width: 1200px;
    height: 260px;
    background: url(../../img/download/banner.png) no-repeat center;
    margin: 50px auto 35px;
	position: relative;
}
.bannerIn {
    width: 1200px;
    height: 90px;
    padding-top: 110px;
    margin: 0 auto;
    position: relative;
}
.bannerSearch {
    width: 520px;
    height: 50px;
    padding: 0 90px 0 40px;
	background: #fff url(../../img/download/search.png) no-repeat 20px center;
	background-size: 18px 18px;
    border-radius: 6px;
    margin: 0 auto 16px;
    position: relative;
}
.bannerSearch .bannerSearchKeyword {
    display: block;
    width: 520px;
    height: 50px;
    border: none;
    outline: none;
    color: #2d3444;
    font-size: 14px;
    line-height: 50px;
	text-indent: 16px;
}
.bannerSearchKeyword::-webkit-input-placeholder {
    color: #9fa3af;
}
.bannerSearchKeyword:-moz-placeholder {
    color: #9fa3af;
}
.bannerSearchKeyword::-moz-placeholder {
    color: #9fa3af;
}
.bannerSearchKeyword:-ms-input-placeholder {
    color: #9fa3af;
}
.bannerSearchSub {
	display: block;
	width: 76px;
	height: 36px;
	background: #297ee9;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	border: none;
	outline: none;
	border-radius: 6px;
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
}
.bannerHotSearch {
    width: 650px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
}
.bannerHotSearch span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.bannerHotSearch a {
	display: inline-block;
	width: auto;
	height: 24px;
	padding: 0 10px;
	background: #adc9eb;
	border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-left: 16px;
	cursor: pointer;
}
.recommendWarp {
	width: 1232px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.recommendInner {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.recommendInner span {
	float: left;
	display: block;
	width: 105px;
	height: 40px;
	color: #3e454d;
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	margin-right: 45px;
}
.recommendClassify {
	float: left;
	width: 1050px;
	height: 40px;
	position: relative;
}
.recommendClassify a {
	float: left;
	display: block;
	width: max-content;
	height: 38px;
	color: #667280;
	font-size: 16px;
	line-height: 38px;
	border-bottom: 2px solid #fff;
	margin-right: 60px;
	cursor: pointer;
}
.recommendClassify a.select {
	color: #297ee9;
	border-color: #297ee9;
}
.recommendList {
	width: 1232px;
	margin: 38px auto 0;
}
.recommendList li {
	display: block;
	float: left;
	width: 274px;
	height: 199px;
	overflow: hidden;
	margin: 0 17px 50px;
}
.recommendList .recommendPic {
	display: block;
	width: 272px;
	height: 158px;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.recommendList .recommendPic img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.recommendList .recommendPic i {
	display: block;
	width: 44px;
	height: 22px;
	background: url(../../img/download/vip_mark.png) no-repeat center;
	position: absolute;
	bottom: 9px;
	right: 9px;
}
.recommendList .recommendTit {
	display: block;
	width: 274px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #61687c;
	font-size: 14px;
	line-height: 24px;
	margin: 15px auto 0;
	cursor: pointer;
}