/*顶部信息*/
.topBox .imgBox{
	display: block;
	width: 515px;
	height: 327px;
	background-color: #f8f8f8;
	overflow: hidden;
}
.topBox .imgBox img{
	display:inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.topBox .textInfo{
	width: 645px;
}
.topBox .textInfo h2{
	line-height: 24px;
	padding-top: 13px;
	padding-bottom: 21px;
}
.topBox .textInfo .infoBox p{
	line-height: 46px;
	color: #969696;
}
.topBox .textInfo .button{
	margin-top: 99px;
}
.topBox .textInfo .collect{
	width: 85px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	border: 1px solid #f98838;
	background: #fff0e5 url(../images/TCimages/collect.png) no-repeat 23px center;
	color: #f98838;
	padding-left: 53px;
}
.topBox .textInfo .hasCollected{
	background: #fff0e5 url(../images/TCimages/hascollect.png) no-repeat 23px center;
}
.topBox .textInfo .share{
	width: 85px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background: #fff url(../images/TCimages/share.png) no-repeat 23px center;
	color: #FA8936;
	padding-left: 53px;
}
.topBox .textInfo .hasShare{
	background: #fff url(../images/TCimages/hasshare.png) no-repeat 23px center;
}
/*底部信息*/
.bottomBox .hd ul{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #0092da;
	background: #f8f8f8;
}
.bottomBox .hd ul li{
	height: 42px;
	padding: 0 42px;
	line-height: 42px;
	border-radius: 5px 5px 0 0;
}
.bottomBox .hd ul li.show{
	padding: 0 10px;
}
.bottomBox .hd ul li:hover,.bottomBox .hd ul li.on{
	color: #fff;
	background-color: #0092da;
}
.bottomBox .bd .text_box{
	padding: 24px 0px;
	line-height: 32px;
}
.bottomBox .bd .Textbox li{
	padding: 10px 40px 10px 10px;
	border: 1px solid #ddd;
	height: 86px;
	min-width: 1148px;
}
.bottomBox .bd .Textbox li .imgbox{
	width: 133px;
	height: 86px;
	background: #EEE;
	overflow: hidden;
	text-align: center;
}
.bottomBox .bd .Textbox li .imgbox .imgVertical{
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.bottomBox .bd .Textbox li .imgbox .img01{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.bottomBox .bd .Textbox li .Text{
	margin-top: 14px;
}
.bottomBox .bd .Textbox li .Text .title{
	line-height: 24px;
}
.width590{
	width: 590px;
}

.bottomBox .bd .Textbox li .button a{
	width: 108px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ddd;
	border-radius:4px ;
	background: #f6f6f6;
}
.bottomBox .bd .Textbox li .button .detail:hover{
	color: #fff;
	background: #F98838;
	border: 1px solid #F98838;
}
.bottomBox .bd .Textbox li .button .download:hover{
	color: #fff;
	background: #F98838;
	border: 1px solid #F98838;
}