/*轮播图*/

.container .focus-block .views .items li a {
	cursor: hand;
}


/*<!--下载详情-->*/

.container .details-download {
	width: 100%;
	height: 260px;
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
	/*border: 1px solid #E5E5E5;*/
}

.container .details-download .details-item {
	float: left;
	/*width: 43%;
	height: 85%;*/
	width: 458px;
	height: 240px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	/*border: 1px solid #E5E5E5;*/
	background-image: url(../../img/index/detailsdownload/left.jpg);
	background-repeat: no-repeat;
}

.container .details-download #details-item2 {
	float: right;
	margin-left: 0px;
}

.container .details-download .details-item .details-download-title {
	font-size: 20px;
	height: 33px;
	line-height: 33px;
}

.container .details-download .details-item a {
	color: #000000;
}

.container .details-download .details-item table {
	width: 100%;
	height: 100px;
	/*background-color: #E0E0E0;*/
}

.container .details-download .details-item .details-item-td1 {
	width: 25%;
	padding-left: 30px;
	/*background-color: #86BCFF;*/
}

.container .details-download .details-item .details-item-td2 {
	width: 53%;
	font-size: 16px;
	/*background-color: #F0C040;*/
}

.container .details-download .details-item .details-item-td2 .details-item-dd-title{
	font-size: 18px;
	line-height: 36px;
	height: 36px;
}
.container .details-download .details-item .details-item-td2 .details-item-dd-title a:hover{
	text-decoration: underline;
	color: #5EACFF;
}

.container .details-download .details-item .details-item-td3{
	width: 21%;
}
/*微信二维码的样式*/


/*#weixin {
	height: 250px;
	width: 450px;
	border: 5px solid #999;
	z-index: 50;
	display: none;
	position: fixed;
	left: 40%;
	top: 40%;
	background-color: #FFF;
}

#weixin #win_top {
	height: 30px;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 30px;
	color: #666;
	font-family: "微软雅黑", Verdana, sans-serif, "宋体";
	font-weight: bold;
	text-indent: 1em;
}

#weixin #win_top a {
	float: right;
	margin-right: 5px;
}

#weixin .content {
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
}*/