*{margin: 0px;padding: 0px;font-family: font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;}

li{
	list-style: none;
}

a{
	text-decoration: none;	
}

body{
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg)  no-repeat fixed;
	background-size: 100%;
}

#container{
	width: 1000px;
	min-height: 850px;
	position: relative;
	margin: 0 auto;
	height:auto !important;
}

/*内容部分*/
#info{
	width: 1000px;
	min-height: 625px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}
/* 导航栏 */
#nav{
	width: 100%;
	height: 35px;
	background: rgb(61,8,64);
}

#nav a{
	color: #fff;
}

#nav_list {
	line-height: 35px;
	text-align: center;
	width: 100%;
	height: 35px;
}

#nav_list > li{
	width: 11.1%;
	height: 35px;
	position: relative;
	z-index: 50;
	float: left;
	background: url(../images/navline.jpg) right center no-repeat;
}
#nav_list > li a{
	width: 100%;
	height: 35px;
	display: block;
}
#nav_list > li div{
	width: 100%;
	height: 35px;
	overflow: hidden;
	transition: all 1s;
}
#nav_list > li div:hover{
	height: 220px;
	border-radius:0px 0px 10px 10px;	
}

#nav_list > li ul{
	box-shadow: 3px 3px 3px rgb(200,200,200);
	width: 100%;
	border-radius: 0px 0px 8px 8px;
	background: rgb(81,28,83);
	transition: all .6s;
	opacity: 0;
}

#nav_list > li div:hover ul{
	opacity: 1;
}

#nav_list > li ul li{
	width: 100%;
	height: 35px;
}

#nav_list > li ul li a{
	width: 80%;
	height: 30px;
	line-height: 30px;
	border-bottom: dashed 1px #BBBBBB;
	margin: auto;
	display: block;
}

#nav_list #dis li:hover a{
	color: rgb(61,8,64);
	background: rgb(200,200,200);
}

#dis .project{
	height: 40px;
	font-size: 14px;
	line-height: 20px;
}

#dis .project > a{
	height: 40px;
	width: 105px;
	font-size: 13px;
	line-height: 20px;
}

.homepage_style{
	background: rgb(81,28,83);
}


.last_li{
	border-radius: 0px 0px 8px 8px;
}

/* 图片 */
#img_div{
	width: 100%;
	height: 250px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#img_div > img{
	width: 100%;
	height: 250px;
}

.img_btn{
	width: 20px;
	height: 15px;
	background: rgba(200,200,200,0.8);
	position: absolute;
	bottom: 25px;
}

.img_btn:hover{
	cursor: pointer;
	background: rgba(120,120,120,0.8);
}

.img_btn1{
	right: 20px;
}

.img_btn2{
	right: 50px;
}

.img_btn3{
	right: 80px;
}

/*内容*/
#listInfo_container{
	width: 100%;
	min-height: 315px;
	height:auto !important;
	position: relative;
	background: #fff;
	text-indent:25px;
	float: left;
}

#left_nav{
	width: 150px;
	min-height: 315px;
	float: left;
}

.left_title{
	width:100%;
	height:40px;
	text-align: left;
	color:#fff;
	line-height: 40px;
	text-indent: 15px;
	background:url(../images/11.jpg);
}

#info_container{
	width: 815px;
	min-height: 315px;
	float: right;
	margin-right: 10px;
}

.left_ul{
	width:100%;
}

.left_ul li{
	width:100%;
}

.left_ul > li a{
	color: #5a5a5a;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-left: -12px;
    background: url(../images/22.gif) left center no-repeat;
    text-decoration: none;
    border-bottom: #8e8e8e 1px dotted;
}

.left_ul > li a:hover{
	background: url(../images/23.gif) left center no-repeat;
    color: #ffa120;	
}

#position_dis{
	width:100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    float: left;
    border-bottom: #8e8e8e 1px solid;
}

.position_tip{
	display: block;
	height: 100%;
	float: left;
}

.position{
	width: 70%;
	height: 100%;
	float: left;
	background: url(../images/33.gif) left center no-repeat;
}

.position > p{
	display: block;
	height: 100%;
	margin-left:0px;
}

.position > p > a{
	color: black;
}

.position > p > a:hover{
	color: orangered;
}

#content_dis{
	min-height:490px ;
	height: auto !important;
    margin-bottom: 10px;
}

#foot{
	width: 100%;
	height: 38px;
	padding: 26px 0px;
	position: absolute;
	bottom: -90px;
	left: 0px;
	background: rgba(61,8,64,1.2);
}
#foot_copyright{
	width: 350px;
	height: 38px;
	float: left;
}
#foot_copyright > p{
	color: #fff;
	text-align: center;
	width: 350px;
	height: 18px;
	font-size: 12px;
	
}
.foot_logo{
	display: inline-block;
	float: right;
	height: 44px;
	width: 292px;
}