
div.wrapper{
	width: 1250px;
	min-width:1250px;
	max-width:1250px;
}
/*----------mainer----------*/
.mainer{
	margin-top: 30px;
}

.mainer .cont{
	
}
.mainer .cont > .hd{
	
}
.mainer .cont > .hd p{
	line-height: 25px;
	color: #000000;
	font-size: 22px;
}

.hd p a{
	line-height: 20px;
	float: right;
	background: url(../../../images/close.png) no-repeat 100% 40%;
	padding-right: 18px;
	color: #818878;
	font-size: 12px;
}

.mainer .cont > .news p{
	line-height: 18px;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
}
.mainer .cont > .ct{
	margin-top: 10px;
}

/*项目第二层列表*/
/*page_cont*/
.page_cont.squa{
	
}
.page_cont.squa .return{

}
.page_cont.squa .return p{
	line-height: 20px;
	color: #818878;
	font-size: 14px;
}
.page_cont.squa .return p span{
	font-size: 11px;
}
.page_cont.squa .return p a{
	line-height: 20px;
	float: right;
	background: url(../../../images/close.png) no-repeat 100% 40%;
	padding-right: 18px;
	color: #818878;
	font-size: 12px;
}
.page_cont.squa .return p a:hover{
	color: #000000;
}

.page_cont.cont{
	margin-top: 10px;
}
.page_cont.cont .i{
	margin-bottom: 30px;
}
.page_cont.cont .i p{
	color: #969696;
	line-height: 22px;
}
.page_cont.cont .i p b{
	font-weight: normal;
	color: #000000;
}
.page_cont.cont .i .map{
	width: 388px;
	height: 262px;
	float: right;
}

.page_cont.jobs{
	margin-top: 10px;
	min-height: 543px;
	/*background: url(../../../images/jobs.jpg) no-repeat top right;*/
}
.page_cont.jobs .i{
	padding: 0 5px;
	width: 497px;
	border: 1px solid #FAFAFA;
}
.page_cont.jobs .i:hover,
.page_cont.jobs .i.on{
	border-color: #D6EDF3;
}
.page_cont.jobs .i{
	color: #5A5A5A;
	line-height: 20px;
}
.page_cont.jobs .i .p1{
	background: url(../../../images/tri_d.png) no-repeat 100% 50%;
}
.page_cont.jobs .i.on .p1{
	background-image: url(../../../images/tri_u.png);
}
.page_cont.jobs .i .p1 a{
	color: #5A5A5A;
	background: url(../../../images/dot_dark.png) no-repeat 0 50%;
	padding-left: 10px;
	display: block;
}

.page_cont.jobs .i .p1 a:hover,
.page_cont.jobs .i.on .p1 a{
	font-weight: bold;
}

/*.page_cont.jobs .i p.p2{
	padding: 5px 10px 20px 10px;
	font-size: 11px;
	display: none;
}
*/
.page_cont.jobs .i .p2{
color: #5A5A5A;
line-height: 20px;
padding: 5px 10px 20px 10px;
font-size: 11px;
display: none;
}


/*项目第一层*/
.page_cont.proj{
	padding-top: 5px;
	*margin-top: -10px;
}
.page_cont.proj .fw{
	width: 105%;
}
.page_cont.proj .i{
	width: 242px;
	float: left;
	margin-right: 10px;
}

.page_cont.proj .i .img{
	width: 242px;
	height: 466px;
	position: relative;
}
.page_cont.proj .i .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 242px;
	height: 466px;
	cursor: pointer;
	/*line-height:466px;*/
}
.page_cont.proj .i .img img.on{
	display: none;
	/*line-height:466px;*/
}
.page_cont.proj .i .img .text{
	position: absolute;
	background: #fff;
	top: 30px;
	padding: 12px;
	display: none;
}
.page_cont.proj .i .img .text p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.page_cont.proj .i p{
	font-size: 14px;
	color: #969696;
	line-height: 35px;
	text-align: center;
}
.page_cont.proj .i p a{
	color: #969696;
}
.page_cont.proj .i p a:hover{
	color: #000000;
}



/*----------common----------*/
.switcher{
	margin-top: 10px;
}
.switcher > div.data{
	display: none;
}
.switcher > div.cnts{
	position: relative;
}
.switcher > div.cnts .c{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	display: none;
}
.switcher > div.dots{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.switcher > div.dots p{
	text-align: center;
}
.switcher > div.dots p span{
	display: inline-block;
}
.switcher > div.dots p span a{
	width: 9px;
	height: 9px;
	display: inline-block;
	background: url(../../../images/dot_nl.png);
	float: left;
	margin: 0 6px;
}
.switcher > div.dots p span a:hover,
.switcher > div.dots p span a.on{
	background-image: url(../../../images/dot_on.png);
}

/*项目第二层list*/
.switcher .list{
	
}
.switcher .list .fw{
	width: 105%;
}
.switcher .list a.shadow{
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 7px;
	margin-bottom: 8px;
	overflow: hidden;
	width: 244px;
	height: 244px;
}
.switcher .list a.shadow .img{
	
}
.switcher .list a.shadow .img img{
	position: absolute;
	top: 0;
	left: 0;
}
.switcher .list a.shadow .img img.on{
	opacity: 0;
	filter:alpha(opacity=0);
}
.switcher .list a.shadow p{
	line-height: 18px;
	color: #fff;
	text-align: center;
	padding-top: 87px;
	padding-bottom: 8px;
	background: url(../../../images/shadow.png) repeat-x bottom left;
	width: 100%;
	position: absolute;
	bottom: -100px;
	left: 0;
}
/*pics*/
.switcher .pics{
	position: relative;
}
.switcher .pics a.narrow{
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	background: #fff;
	opacity: 0;
	filter:alpha(opacity=0);
}
.switcher .pics a.narrow.prev{
	left:0;
}
.switcher .pics a.narrow.next{
	right:0;
}
/*book*/
.switcher .book{

}
.switcher .book .fw{
	width: 105%;
}
.switcher .book a.shadow{
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	width: 206px;
	height: 274px;
}
.switcher .book a.shadow .img{
	
}
.switcher .book a.shadow .img img{
	position: absolute;
	top: 0;
	left: 0;
}
.switcher .book a.shadow .img img.on{
	opacity: 0;
	filter:alpha(opacity=0);
}
.switcher .book a.shadow p{
	line-height: 18px;
	color: #fff;
	text-align: center;
	padding-top: 87px;
	padding-bottom: 8px;
	background: url(../../../images/shadow.png) repeat-x bottom left;
	width: 100%;
	position: absolute;
	bottom: -100px;
	left: 0;
}