.banner {
	height: 500px;
	overflow: hidden;
	position: relative
}

.b-img {
	height: 500px;
	position: absolute
}

.b-img a {
	display: block;
	height: 500px;
	float: left
}

.content h2 {
	height: 22px;
	border-left: 4px red solid;
	margin: 16px 0 21px;
	padding-left: 20px;
	color: #434343;
	line-height: 22px;
	font-size: 22px;
	float: left
}

.content .more {
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	margin-top: 16px;
	font-size: 12px;
	color: #888;
	float: right
}

.content .stock {
	height: 270px;
	clear: both;
	border-top: solid 1px #ededed
}

.stock .item {
	float: left;
	width: 246px;
	height: 270px;
	background-color: #f8f8f8
}

.stock .item h3 {
	border: solid 1px #ededed;
	height: 88px;
	line-height: 88px;
	font-size: 18px;
	color: #434343;
	text-align: center
}

.stock .item a {
	display: block;
	margin: 32px auto;
	width: 110px;
	height: 24px;
	border: solid 1px #d70303;
	border-radius: 25px;
	text-align: center;
	line-height: 24px;
	color: #d70303;
	text-decoration: none
}

.stock .item a:hover {
	background-color: #d70303;
	color: white
}

.stock .item .selected {
	background: #d70303;
	color: #fff
}

.stock .details {
	width: 954px;
	height: 270px;
	float: right;
	display: none
}

.stock .details.selected {
	display: block
}

.stock table {
	width: 940px;
	float: right;
	font: 15px "微软雅黑"
}

.stock tr {
	border-bottom: solid 1px #f4f4f4;
	height: 36px;
	line-height: 36px
}

.stock td {
	float: left;
	height: 36px;
	color: #666666;
	width: 100px
}

.stock tr:first-child {
	border-bottom: solid 3px #ededed;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	font-weight: bold
}

.stock tr:first-child td {
	color: #1b1a1c
}

.stock td:first-child {
	margin: 0 10px 0 20px;
	font-weight: bold;
	color: #1b1a1c
}

.stock tr:first-child>td:last-child {
	width: 50px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	float: right
}

.stock .enquiry-btn {
	float: right;
	margin: 8px 0;
	width: 50px;
	height: 20px
}

.stock .enquiry-btn a {
	display: block;
	width: 50px;
	height: 20px;
	background-image: url("../img/enquiry-btn.png")
}

.content .news {
	clear: both;
	border-top: solid 1px #ededed;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #d9eff4
}

.news img {
	width: 200px;
	height: 110px;
	float: left;
	margin: 0 40px
}

.news .div-text {
	float: left;
	width: 800px
}

.news p {
	font: 16px/18px Tahoma;
	color: #666
}

.news a {
	font-size: 18px;
	color: #027ed2;
	display: block;
	text-decoration: none
}

.company {
	height: 280px
}

.company img {
	width: 750px;
	height: 250px;
	float: left
}

.company .content {
	width: 350px;
	height: 258px;
	margin-right: 40px;
	float: right
}

.company h4 {
	font: bold 20px/55px "微软雅黑";
	color: #434343
}

.company p {
	height: 150px;
	color: #666;
	font: 16px/18px "微软雅黑"
}

.company a {
	height: 12px;
	border: solid 2px #666;
	color: #666;
	font: bold 12px/12px simsun;
	margin: 5px 0;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none
}
