@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0px;
	list-style: none;
}
body {
	font-size: 12px;
	color: #828282;
	font-family: "微软雅黑";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
.clearfix {
	clear: both;
	zoom: 1;
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0f3175;
	text-decoration: none;
}
.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	behavior: url(../other/PIE.htc);
}
.k {
	clear: both;
	zoom: 1;
	overflow: hidden;
}
.k .tiht {
	height: 65px;
	background: url(../images/ht.gif) no-repeat 0 bottom;
}
/*第5块 BEGIN*/

.bigdetail {
	height: 400px;
}
.bigimgtext {
	height: 398px;
	border: solid 1px #e6eaef;
	background: #f7f8f9;
}
.bigimgtext .img {
	width: 702px;
	height: 398px;
	float: left
}
.bigimgtext .img img {
	width: 702px;
	height: 398px;
}
.bigimgtext .textarea {
	width: 296px;
	height: 398px;
	float: left
}
.bigimgtext .textarea .comname {
	margin-top: 30px;
	width: 323px;
	height: 44px;
	background: url(../images/ico2.png) no-repeat -0px -385px;
	margin-left: -26px;
}
.bigimgtext .textarea .comname strong {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 44px;
	margin-left: 38px;
}
.bigimgtext .textarea .jieshao {
	width: 263px;
	margin: 0 auto;
}
.bigimgtext .textarea .zwnum {
	height: 7px;
	background: url(../images/ht3.gif) 0 bottom no-repeat;
	margin: 20px 0;
}
.bigimgtext .textarea .zwnum strong {
	display: block;
	margin-left: 22px;
}
.bigimgtext .textarea .ms {
	line-height: 24px;
	height: 260px;
	color: #666;
	overflow-y: scroll;
}
.bigimgtext .textarea .ms p {
	text-indent: 2em;
}
.bigimgtext .textarea .comein {
	height: 30px;
}
.bigimgtext .textarea .comein a {
	display: block;
	height: 30px;
	text-align: center;
	background: #0f3175;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.thumblist {
	height: 71px;
	padding-top: 25px;
}
.thumblist .prev, .thumblist .next {
	background-image: url(../images/ico2.png);
	width: 36px;
	height: 71px;
	float: left;
	cursor: pointer;
	display: block;
}
.thumblist .next {
	background-position: -162px -0px;
}
.thumblist .prev {
	background-position: -125px -0px;
}
.thumblist .smallimg {
	float: left;
	height: 71px;
	width: 928px;
	overflow: hidden
}
.thumblist .smallimg li {
	height: 69px;
	width: 122px;
	border: solid 1px #dedede;
	margin-left: 7px;
	float: left;
	cursor: pointer
}
.thumblist .smallimg li.on {
	border: solid 1px #0064b6;
}
.thumblist .smallimg li img {
	height: 69px;
	width: 122px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.thumblist .smallimg li.on img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*第5块 END*/



::-webkit-scrollbar {
 cursor: pointer;
 width: 6px;
height: 10px;
}



::-webkit-scrollbar-track {
 -webkit-border-radius: 10px;
 border-radius: 10px;
background:#ddd;
}



::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: #0064b6
}



::-webkit-scrollbar-thumb:hover {
 background: #0064b6
}
