@charset "utf-8";
body {
	background-color: #F8F7F5;
	margin: 0px;
	padding: 0px;
	overflow-y:scroll;

}
div,ul,li,dt,dd,dl,td,tr,table,p,span,h1,h2,h3,h4,h5,h6,hr{margin:0px;padding:0px;list-style:none;}
body,td,th {
	font-size: 16px;
	line-height: 40px;
	color: #222222;
}
a:link,a:visited{color:#222222;text-decoration:none;}
a:hover{
	color: #0066CC;
}
img { border:0;}
#top {
	float: left;
	width: 100%;
}
#top .wrap {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
}
#file {
	float: left;
	width: 100%;
}
#file .wrap {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#file .wrap .title {
	float: left;
	height: 60px;
	width: 1360px;
	background-color: #FFF;
	font-size: 24px;
	font-weight: bold;
	color: #06C;
	padding-left: 40px;
	line-height: 60px;
}
#file .wrap .zongbiao {
	float: left;
	width: 1320px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFF;
}
#file .wrap .zongbiao .left {
	float: left;
	width: 640px;
}
#file .wrap .zongbiao .right {
	float: right;
	width: 640px;
}
#file .wrap .zongbiao .detail {
	float: left;
	width: 1320px;
	padding-top: 10px;
	background-color: #f9f9f9;
}

#file .wrap .zongbiao h3 {
	display: block;
	width: 1320px;
	background-color: #cee3e9;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-right: 30px;
}

#file .wrap .zongbiao ul{
	width: 1280px;
padding-left:20px;
padding-right:20pxl
	float: left;
}
#file .wrap .zongbiao ul li{
	float: left;
	height: 50px;
	width: 1230px;
	font-size: 16px;
	font-weight: normal;
	padding-left: 50px;
	background-image: url(../images/point2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#file .wrap .zongbiao .right .zhanwei1 {
	float: left;
	height: 40px;
	width: 630px;
}
#file .wrap .zongbiao .right .zhanwei2 {
	float: left;
	height: 280px;
	width: 640px;
	background-image: url(../images/zhanwei2bg.jpg);
}


#project {
	float: left;
	width: 100%;
}
#project .wrap {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#project .wrap .title {
	float: left;
	height: 60px;
	width: 1360px;
	background-color: #FFF;
	font-size: 24px;
	font-weight: bold;
	color: #06C;
	padding-left: 40px;
	line-height: 60px;
}
#project .wrap .detail {
	float: left;
	width: 1320px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-color: #FFF;
}
#project .wrap .detail .project {
	float: left;
	width: 240px;
	margin-right: 20px;
	height: 300px;
	border: 1px solid #CCC;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
#project .wrap .detail .project:hover {
	box-shadow:#CCC 0px 0px 20px;
}
#project .wrap .detail .project:hover img{
	transition:0.5s;
	opacity:0.1;
}
#project .wrap .detail .project .mark {
	height: 80px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	border-radius:30px 30px 0px 0px;
	opacity:0.7;
	transition:0.5s;
}


#project .wrap .detail .project .name1{
	text-align: center;
	float: left;
	width: 240px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 10px;
}
#project .wrap .detail .project .name{
	text-align: center;
	float: left;
	width: 240px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 20px;
}

#project .wrap .detail .project .list {
	float: left;
	width: 200px;
	font-size: 16px;
	opacity: 0;
	position: absolute;
	left: 20px;
	top: 90px;
	transition: 0.5s;
	visibility: hidden;
}
#project .wrap .detail .project:hover .list {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}
#project .wrap .detail .project .list a {
	float: left;
	width: 190px;
	transition: 0.5s;
	background-image: url(../images/point1.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 30px;
	line-height: 28px;
}
#project .wrap .detail .project:hover .list a {
	float: left;
	transition: 0.5s;
}
#footer {
	float: left;
	width: 100%;
}
#footer .wrap {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	background-color: #cee3e9;
}
#content {
	float: left;
	width: 100%;
}
#content .wrap {
	width: 1398px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}#content .wrap .left {
	float: left;
	width: 398px;
}
#content .wrap .left h2 {
	font-size: 18px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#content .wrap .left ul {
	width: 398px;
}
#content .wrap .left ul li {
	width: 350px;
	padding-left: 48px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(../images/point2.png);
	background-repeat: no-repeat;
	background-position: 5px -3px;
}



#content .wrap .right {
	float: right;
	width: 999px;
}
#content .wrap .right .path {
	float: left;
	height: 50px;
	width: 979px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
}
#content .wrap .right .path a {
	font-weight: normal;
}

#content .wrap .right .neirong {
	padding: 20px;
	float: left;
	width: 959px;
}

#content .wrap .clear {
	clear:both;
}
#contentsy {
	width: 100%;
	float: left;
	padding-top: 0px;
}
.line2 {
	float: left;
	width: 223px;
	border: 1px solid #999;
	margin-top: 30px;
	padding: 1px;
}
.ml1 {
	margin-left: 80px;
}
.title-l {
	float: left;
	height: 47px;
	width: 23px;
	background-image: url(../images/abgl.jpg);
}
.title-r {
	float: right;
	height: 47px;
	width: 23px;
	background-image: url(../images/abgr.jpg);
}
.title2 {
	float: left;
	width: 175px;
	height: 47px;
}
.titlea {
	float: left;
	height: 47px;
	width: 100%;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	font-weight: bold;
}