@import url("main.css");
/* banner begin */
.banner
{
	width: 100%;
	height: 418px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.banner .bd
{
	width: 100%;
	height: 418px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
}
.banner .bd li {
	width: 100% !important;
	height: 418px;
	overflow: hidden;
	text-align: center;
}
.banner .bd li a {
	display: block;
	height: 418px;
}
.banner .hd {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 12px;
	line-height: 12px;
}
.banner .hd ul {
	text-align: center;
}
.banner .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12px;
	height:12px;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px;
	overflow:hidden;
	background:url("icons/banner_off.png") no-repeat center top;
	font-size: 0px;
}
.banner .hd ul li.on {
	background:url("icons/banner_on.png") no-repeat center top;
}
/* banner end */

/* item begin */
.item
{
	float: left;
	width: auto;
	height: auto;
	margin-top: 20px;
	display: inline;
}
.item .title
{
	float:left;
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #007db9;
	position: relative;
	z-index: 1;
}
.item .title span
{
	float: left;
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: bolder;
}
.item .title span.en
{
	color: #696969;
	margin-left: 10px;
	display: inline;
	font-weight: normal;
}
.item .title a
{
	width: 39px;
	height: 11px;
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: -1px;
	background: url("icons/more_ico.png") no-repeat left top;
}
.item .item_img
{
	float: left;
	width: 494px;
	height: 104px;
	margin-top: 15px;
	display: inline;
}
/* item end */

/* news list begin */
.item.trade
{
	width: 494px;
}
.item.company
{
	float: right;
	width: 494px;
}
.item.news .list
{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0px;
	display: inline;
}
.item.news .list li
{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
	display: inline;
}
.item.news .list li a
{
	float: left;
	text-decoration: none;
	color: #202020;
}
.item.news .list li a:hover
{
	text-decoration: underline;
	color: #65a0cb;
}
.item.news .list li span
{
	float: right;
}
/* news list end */

/* product begin */
.item.product
{
	width: 1100px;
        height:180px;
}
.item.product .scroll
{
	float: left;
	width: 1100px;
	height: auto;
	margin-top: 15px;
	display: inline;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.item.product .scroll .abtn
{
	display: none;
}
.item.product .scroll .wrapper
{
	float: left;
	width: 1100px;
	height: 180px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.item.product .scroll .wrapper ul
{
	width: 20000px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.item.product .scroll .wrapper ul li
{
	float: left;
	width: 200px;
	height: auto;
	margin-right: 25px;
	display: inline;
}
.item.product .scroll .wrapper ul li .img
{
	width: 202px;
	/*height: 138px;*/
        height:113px;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.item.product .scroll .wrapper ul li .img img
{
	max-width: 198px;
	border: 1px solid #f2f2f2;
}
.item.product .scroll .wrapper ul li .img:hover img
{
	border: 1px solid #65a0cb;
}
.item.product .scroll .wrapper ul li .link
{
	/*width: 100%;*/
        width:202px;
	height: auto;
	margin:0 auto;
        text-align:center;

}
.item.product .scroll .wrapper ul li .link a
{
	text-decoration: none;
	color: #202020;
	font-size: 12px;
}
.item.product .scroll .wrapper ul li .link a span
{
	/*clear:both;
        text-align:center;
        margin:0 auto;*/
}
.item.product .scroll .wrapper ul li .link a span.en
{
	color: #696969;
}
.item.product .scroll .wrapper ul li .link a:hover span
{
	color: #65a0cb;
	text-decoration: underline;
}
/* product end */