#banner {
	background: #2b3649 url(../images/download-for-win7/bg-br.jpg) no-repeat center center;
	height:300px;background-size: cover;
}
#pro-download .container {
	text-align: center;
}
#pro-download h2{
	padding-bottom:2%;}
.pro-img,
.pro-msg {
	display: inline-block;
	vertical-align: middle;
}
.pro-img {
	width: 35%;
	margin-right: 5%;
}
.pro-msg {
	width: 50%;
	text-align: left;
}
.pro-msg .arrow{
	margin-left: 10px;
}
.pro-msg .download-num{
  color: #4294e9;
}
.pro-msg .slide-btn {
	width: 68%;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.4;
	color: #333;
	text-align: left;
}
.pro-msg ul {
	margin-top: 3%;
	display: none;
}
.pro-msg ul.show {
	display: block;
}
.pro-msg ul li {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 24px;
	padding: 10px 0;
	border-bottom: 1px solid #e3e5e8;
}
.pro-msg ul .last {
	border-bottom: none;
}
.pro-msg .download{
  padding-left: 20px;
  background: url("/images/download-for-win7/icon_download.png") no-repeat left center;
}
.download-green,
.download-blue {
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 0;
}
#pro-download .download-blue{
  line-height: 3.2;
  width: 45%;
}
#pro-download .download-blue::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  background: url("/images/download-for-win7/icon_bt_download.png") no-repeat 0 0;
}
#pro-download .tips {
	text-align: left;
	padding-left: 3%;
	margin-top: 3%;
}
#pro-download .img,
#pro-download .txt{
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pro-download .img{
  width: 16%;
}
#pro-download .txt{
  width: 83%;
  text-align: left;
}
#pro-download .txt li {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	line-height: 20px;
	background: url(../images/icon/ic-hook-gray.png) no-repeat 0 6px;
	padding-left: 14px;
	padding-bottom: 1%;
}
.special-offers {
	background: #eef1f3;
}
.special-offers ul li {
	background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
	#banner{
		height:auto;}
	.download-green, .download-blue {
		margin-left: auto;
	}
	#pro-download dl {
		padding-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
	
}