﻿@charset "utf-8";
img { border: 0px;}
.bannerbox { 
	width: 100%; 
	height: 513px;
	overflow: hidden; 
	margin: 0px auto; 
}
#focus { 
	width: 1920px;
	height: 518px;
	clear: both; 
	overflow: hidden; 
	position: relative; 
	float: left; 
}
#focus ul {
	width: 1920px;
	height: 513px;
	float: left; 
	position: absolute; 
	clear: both; 
	padding: 0px; 
	margin: 0px; 
}
#focus ul li { 
	/*border: 1px solid #fff;*/
	float: left; 
	width: 1920px;
	height: 513px;
	overflow: hidden; 
	position: relative; 
	padding: 0px; 
	margin: 0px; 
}
#focus ul li img{
	width: 100%;
    min-width: 1200px;
}

