@import url("../css/common.css");

#homebanner{height:340px; width:1000px; margin: 0 auto;}

#full-screen-slider {
	width:1000px; float:left;
	height:340px; margin: 0 auto;
	position:relative;
}
#slides {
	display:block;
	width:100%;
	height:340px;
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:-9
}
#slides li {
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute
}
#slides li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px
}
#pagination {
	display:block;
	list-style:none;
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:9900;
	padding:5px 15px 5px 0;
	margin:0
}
#pagination li {
	display:block;
	list-style:none;
	width:15px;
	height:15px;
	float:left;
	margin-left:8px;
	border-radius:15px;
	border:1px solid #fff;
	background:#FFF
}
#pagination li a {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
#pagination li.current {
	background:#bd2429
}




#main {
	width:1000px;
	height:480px;
	margin:5px auto;

}


#container3 {
float: left;
width: 100%;

overflow: hidden;
position: relative;
}

#container2 {
float: left;
width: 100%;

position: relative;
right: 28%; /*大小等于col3的宽度*/
}

#container1 {
float: left;
width: 100%;

position: relative;
right: 40%;/*大小等于col2的宽度*/
}

#col1 {
float:left;
width:26%;/*增加了2%的padding，所以宽度减少4%*/
position: relative;
left: 68%;/*距左边呀增加2%就成72%*/
overflow: hidden;
}
#col2 {
float:left;
width:50%;/*增加了2%的padding，所以宽度减少4%*/
position: relative;
left: 68%;/*距左边有三个padding为2%,所以距离变成76%*/
overflow: hidden;
}
#col3 {
float:left;
width:22%;/*增加了2%的padding，所以宽度减少4%*/
position: relative;
left: 70%;/*距左边5个padding为2%，所以距离变成80%*/
overflow: hidden;

}


#chahuobox {
	width:100%; float:left;
	height:300px; margin: 0 auto;
	 background: url(../images/loginbox.png) no-repeat left;
}
.chahuotext { padding-left:40px; padding-top:20px; color:#FFF;}

.homeabout { float:left; width:500px; height:270px; }
.homeabout #tit{ background: url(../images/titbg01.jpg) no-repeat; text-indent:15px;  color:#000; width:100%; height:32px; line-height:32px; }
.homeabout #tit span{ padding:5px 14px 0 0; float:right; color:#CCC }
#tit span a{ color:#CCC }
#about{ padding:6px 10px 0 5px; line-height:23px;}

.homenews { float:left; width:220px; overflow:hidden;  }
.homenews #tit{ background: url(../images/titbg01.jpg) no-repeat; text-indent:15px;  color:#000; width:100%; height:32px; line-height:32px; }
.homenews #tit span{ padding:5px 14px 0 0; float:right; }
.homenews ul{ padding:6px 10px 0 5px; line-height:23px;}
.homenews ul li {background:url(../images/news_icon.png) no-repeat  left; text-indent:15px; height:23px; line-height:23px; }
.homenews img { border:1px solid #CCC; padding:2px;}


#xianchang{ width:500px;  margin:5px auto; color:#1B71AC}
#xianchang #tit{ clear:both; color:#000; width:500px;margin-bottom: 5px;  text-indent:15px; height:32px; line-height:32px; background:url(../images/titbg01.jpg) no-repeat}
#xianchang #tit span{ padding:5px 14px 0 0; float:right; }
.xianchang-list{  width:500px;margin-bottom: 5px;  text-align:center}

.xianchang-list .image {float:left;
	margin-right: 2px;
	width:160px;
}
.xianchang-list .image img {
	padding: 2px;
	border: 1px solid #E7E7E7;
}
.xianchang .name {
	margin-bottom: 3px; width:120px; display:block; line-height:20px;
}
.xianchang .name a {
	color: #1B71AC;
	text-decoration: none;
}



/****** 首页滚动 ******/
.lianjie {
	width:1000px;
	height:60px;
    margin: 5px auto;

    padding-top:5px;
}
rollBox {width:1000px; margin-top:5px; height:60px;overflow:hidden;}
	  .rollBox .LeftBotton {overflow:hidden;float:left;display:inline;background:url(../images/jt1.png) no-repeat;width:30px;height:60px; cursor: pointer; margin:0px 5px 0 5px;}
	  .rollBox .RightBotton {overflow:hidden;float:left;display:inline;background:url(../images/jt2.png) no-repeat;width:30px;height:60px; cursor:pointer;display:inline;margin:0px 0px 0 5px;}
	  .rollBox .Cont {width:925px;overflow:hidden;float:left;display:inline;}
	  .rollBox .ScrCont {width:10000px;}/*加大宽度是为了适应更多的logo内容*/

	  .rollBox .Cont li {width:210px; height:58px;float:left;text-align:center;display:inline; margin-right:5px;}
	  .rollBox .Cont li img{ border:1px solid #eaeaea; padding:2px;}
	  .rollBox .Cont li:hover img {filter:Alpha(Opacity=80);opacity:0.8; -moz-opacity: 0.8;}
	  .rollBox .Cont li p a{ text-decoration:none; color: #006; padding:3px 0 3px 0; display:block;}
	  .rollBox #List1, .rollBox #List2 {float:left;}
