
@charset "utf-8";
/* CSS Document */
body, div, h1, h2, h3, p, ul, li, img, a, dl, dt, dd , span, input, form{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #333;
	font-family: "", Arial, Helvetica, sans-serif;
	font-size: 14px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body {
}
#header {
	background: url(../images/header.jpg) no-repeat;
	background-position: center;
}
.header {
	width: 1002px;
	height:182px;
	margin: 0 auto;
}
.menu {
	height: 40px;
	background: url(../images/lanmu.jpg) repeat-x 0 0;
	width:1002px;
	margin:0 auto;
}
.menu ul {
	width:1002px;
	height: 40px;
	margin: 0 auto;
}
.menu ul li {
	float: left;
	height: 40px;
	padding: 0 1px 0 2px;
}
.menu ul li a {
	display: block;
	height: 40px;
	padding: 0 22px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-family: "Microsoft YaHei UI";
	font-size: 16px;
	text-decoration:none;
}
.menu ul li a:hover, .menu ul li a.hover {
	background: #1a9ff7;
}
.main {
	width: 1002px;
    height: auto;
    /* overflow: hidden; */
    margin-right: auto;
    margin-left: auto;
	margin-top :8px;
}
.main .left{
	float: left;
    width: 720px;
}

.main .right{
	float: right;
    width: 280px;
}

.left .cont_side {
    float: left;
    width: 352px;
    background-color: #FFF;
	margin-right:8px;
}

.img_box{
	overflow: hidden;
    position: relative;
}

.img_box ol{
	position:relative;
	width: 80px;
	height: 20px;
	top:-30px;
	left:100px;
}

.img_box ol li{
	float:left;
	width: 10px;
	height:10px;
	margin: 5px;
	background: #FFF;
}

.img_box ol li.seleted{
	background: #1AA4CA;
}

.imgPic{
	float: left;
    width: 305px;
    padding: 0px 12px 0 12px;
    height: 262px;
}

#picSlider img{
	width: 100%;
    height: 261px;
}
/* #imgtitle { */
    /* background: #000000; */
    /* filter: alpha(opacity=50); */
    /* opacity: 0.5; */
    /* width: 100%; */
    /* font-size: 12px; */
    /* font-weight: bold; */
    /* padding: 5px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 20; */
/* } */
.nav_box {
    font-size: 12px;
}

.nav_title{
	height: 30px;
    line-height: 30px;
}

.nav_in_box{
	height:246px;
	padding-top: 9px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

.nav_list{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #FFF;
}
.nav_list ul li{
	font-size: 12px;
    color: #333;
    line-height: 26px;
    background-image: url(../images/dot-1.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 12px;
    height: 26px;
    overflow: hidden;
}
.right .cont_side {
    float: left;
    width: 280px;
}

.m-box {
    border: 1px solid #CCC;
}

.title {
	background-repeat: repeat-x;
    height: 31px;
    background-image: url(../images/title.jpg);
}

.list{
	background-color: #FFF;
    padding: 10px;
}

.list p{
	line-height: 26px;
}

.list ul li {
    color: #000;
    display: block;
    overflow: hidden;
    padding-left: 16px;
    line-height: 26px;
    height: 26px;
}

#footer {
	background:url(../images/footer.jpg) repeat-x 0 0;
	clear: both;
	bottom:0;
	left:0;
	width:1002px;
	margin:10px auto;
}
.footer {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 16px;
	width: 1002px;
	margin: 0 auto;
}
.footer,.footer span,.footer a,.footer p{
	color: #FFF;
}
.footer p {
	margin: 6px 0;
}
.clear {
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
}
.margintop {
    margin-top: 10px;
}
.Right{
	float: right;
}
