﻿@charset "utf-8";
@import "reset.css";
/*globe*/


.boxbg {
	background: #f7f7f7 url(../images/indexconbg.jpg) repeat-x;
}
.boxtop {
	padding-top: 39px;
}
.boxtop-left {
    padding-top:20px;
    text-align: center;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.boxtop-right {
	width: 255px;
}
.boxtop-tit {
	height: 38px;
	overflow: hidden;
	color: #000;
	line-height: 38px;
}
.boxtop-list {
	position: relative;
	width: 1024px;
	height: 260px;
	overflow: hidden;
}
.boxtop-list ul {
	position: absolute;
}
.boxtop-list li {
	_display: inline-block;
	position: relative;
	float: left; 
	padding-left:10px;
	overflow: hidden;
}


.boxtop-btn a {
	display: block;
	float: left;
	width: 28px;
	height: 26px;
	background: url(../images/index_incon.jpg) no-repeat;
}
.boxtop-btn a:hover {
	background-position: -28px 0;
}
.boxtop-btn a.next {
	width: 29px;
	background-position: 0 -26px;
}
.boxtop-btn a.next:hover {
	background-position: -28px -26px;
}
