@charset "utf-8";
/*header S*/
header{
	height: 120px;
	width: 100%;
}
header .welcome{
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #e1e2e3;
}
header .welcome .ad{
	width: 50%;
	text-align: left;
}
header .welcome .tel{
	width: 50%;
	text-align: right;
}
header .welcome .tel>span:before{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	background-position: 0px 0px;
	vertical-align: middle;
	margin-right: 8px;
}
header .navbar{
	height: 70px;
	width: 100%;
}
header .navbar .logo{
	width: 280px;
	height: 100%;
	margin-right: 75px;
	background: url(../images/logo.png) center no-repeat;
	cursor: pointer;
}
header .navbar nav{
	float: left;
	font-size: 14px;
}
header .navbar>nav>ul>li{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 69px;
	padding: 0px 23px;
}
header .navbar>nav>ul>li>.sub>ul>li{
	line-height: 36px;
	font-size: 13px;
}
header .navbar nav ul li>.sub{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 2;
	background-color: #eee;
}
header .navbar>nav>ul>li>.sub>ul>li:hover{
	color: #0484CF;
	background-color: #fff;
}
/*header E*/
/*slider S*/
.sliderbar {
	position: relative;
	height: 530px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 530px;
}
.slides li>img{
	width: 100%;
	height: auto;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 5px;
}
.flex-control-nav a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 16px;
	height: 15px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: -1px 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next.png) center center no-repeat;
}
/*slider E*/