


.ixbr{
	height:450px;
}

.ixbrs{
	width:1000px;
	height:450px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.isbr{
	height:300px;
}

.isbrs{
	width:1000px;
	height:300px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}


.isbryb{
	width:200px;
	height:150px;
	border:1px #cccccc solid;
	position:absolute;
	top:130px;
	right:20px;
	z-index:1000;
}


a.logo{
	width:300px;
	height:100px;
	position:absolute;
	top:20px;
	left:0px;
	display:block;
	z-index:100;
	border:0px #cccccc solid;
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
}


a.logo_campu{
	width:200px;
	height:94px;
	position:absolute;
	top:20px;
	left:20px;
	display:block;
	z-index:100;
	border:0px #cccccc solid;
	background-image:url('../img/logo_campu.png');
	background-repeat:no-repeat;
}

div.campunam{
	padding:3px;
	background-color:#ff9933;
	position:absolute;
	top:120px;
	left:20px;
	width:200px;
	text-align:center;

}

.mubox{
	height:40px;
	background-color:#0082ad;
	margin:0 auto 10px auto;
	clear:both;
	border-bottom:3px #cccccc solid;
	
}

.muboxs{
	height:40px;
	background-color:#0082ad;
	width:1002px;
	margin:0 auto;
	clear:both;
	position:relative;
}

.muboxs .mu{
	display:inline-block;
	position:relative;
	width:125px;
	height:20px;
	float:left;
	font-size:15px;
	text-align:center;
	color:#fff;
	padding:10px 0px;
}

.muboxs .mu:hover{
	display:inline-block;
	position:relative;
	width:125px;
	height:20px;
	float:left;
	font-size:14px;
	text-align:center;
	color:#fff;
	background-color:#00abe3;
	padding:10px 0px;
	box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
}




.mua{
	cursor:pointer;
}


.subox{
	display:none;
}

.muboxs .mu:hover .subox{
	display:block;
	position:relative;
	width:160px;
	height:20px;
	top:10px;
	float:left;
	font-size:12px;
	color:#fff;
	z-index:1000;
}


.muboxs .subox .su{
	display:block;
	position:relative;
	width:140px;
	height:20px;
	background-image:url('../img/subg.png');
	padding:10px 10px 10px 45px;
	text-align:left;
	z-index:1100;
	border-right:1px #ffffff solid;
	border-bottom:1px #ffffff solid;
}

.muboxs .subox .su:hover{
	display:block;
	position:relative;
	width:140px;
	height:20px;
	background-color:#ff9900;
	padding:10px 10px 10px 45px;
	text-align:left;
	color:#282828;
	border-right:1px #ffffff solid;
	border-bottom:1px #ffffff solid;


}




.nvbox{
	display:none;
}

.muboxs .subox .su:hover div.nvbox{
	display:block;
	position:relative;
	width:140px;
	height:20px;
	background-image:url('../img/subg.png');
	padding:10px 10px 10px 35px;
	text-align:left;
	top:-30px;
	right:-150px;
	color:#fff;
	z-index:1200;
	border-right:1px #ffffff solid;
	border-bottom:1px #ffffff solid;



}


.muboxs .subox .su:hover div.nvbox:hover{
	display:block;
	position:relative;
	width:140px;
	height:20px;
	background-color:#ff9900;
	padding:10px 10px 10px 35px;
	text-align:left;
	top:-30px;
	right:-150px;
	text-decoration:underline;
	color:#282828;
	z-index:1200;
	border-right:1px #ffffff solid;
	border-bottom:1px #ffffff solid;

}


.wrap{
	width:1000px;
	min-height:10px;
	clear:both;
	margin:0 auto;
	position:relative;
	
}


.ixinfo{
	width:1000px;
	min-height:10px;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	border-bottom:0px #cccccc solid;
}

.ixl{
	width:500px;
	min-height:10px;
	float:left;
}


.ixr{
	width:500px;
	min-height:10px;
	float:right;
}


.maqbox{
	width:593px;
	height:90px;
	border:1px #cccccc solid;
	margin:0px 0px 5px 0px;
	position:relative;
	padding:5px 0px 5px 155px;
	background-image:url('../img/topic.png');
	background-repeat:no-repeat;
}


.maqbox>marquee{
	white-space:pre-wrap;
}




.navbox{
	width:240px;
	min-height:10px;
	clear:both;
	margin:0px 0px 2px 0px;
}


a.navnam{
	border-bottom:1px #cccccc dotted;
	border-top:0.5px #cccccc dotted;!important;
	position: relative; 
	background-color:#e1473f;
	color:#fff;
	height:20px;
	padding:10px 10px 10px 10px;
	font-weight:normal;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;


}

a.navnam:hover{
	border-bottom:1px #cccccc dotted;
	border-top:0.5px #cccccc dotted;!important;
	position: relative; 
	background-color:#f3dccb;
	color:#fff;
	height:20px;
	padding:10px 10px 10px 10px;
	font-weight:normal;
	display:block;
	color:#1e1e1e;
	font-size:16px;
	font-weight:bold;


}

a.navnamact{
	border-bottom:1px #cccccc dotted;
	border-top:0.5px #cccccc dotted;!important;
	position: relative; 
	background-color:#ff8e88;
	color:#fff;
	height:20px;
	padding:10px 10px 10px 10px;
	font-weight:normal;
	display:block;
	color:#1e1e1e;
	font-size:16px;
	font-weight:bold;


}


div.lab_shot{
	width:200px;
	height:40px;
	background-image:url('../img/lab_shot.png');
	background-repeat:no-repeat;
	right:0px;
	bottom:0px;
	position:absolute;
	z-index:10;
}

div.lab_shot:hover{
	width:200px;
	height:40px;
	background-image:url('../img/lab_shotb.png');
	background-repeat:no-repeat;
	right:0px;
	bottom:0px;
	position:absolute;
	z-index:10;
}

div.chos{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid transparent;
	position:absolute;
	right:0px;
	top:30%;
}

div.choss{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #585858;
	border-bottom: 5px solid transparent;
	float:left;
	display:inline-block;
	margin:5px 7px 0px 0px;
}



ul.navbokhide{
	display:none;
}


ul.navbok{
	overflow: hidden;
	width: 228px;
	clear: both;
	background: #f0f0f0;
}


ul.navbok li{
	clear: both;
	padding:10px 10px 10px 10px;
	display:block;
	border-bottom:1px #cccccc solid;
}





.ixlabt{
	width:580px;
	height:90px;
	padding:210px 10px 0px 10px;
	background-image:url('../img/ixlabtbg.png');
	background-repeat:no-repeat;
}


.ixlabt2{
	width:500px;
	height:300px;
	background-image:url('../img/ixlabtbg2.png');
	background-repeat:no-repeat;
	position:relative;
}

.ixlabt2tx{
	width:350px;
	height:220px;
	position:absolute;
	top:80px;
	left:0px;
}


ul.ixlnews{
	width:750px;
	height:175px;
	position:relative;
	display:block;
	overflow:hidden;
	margin:0px 0px 0px 0px;

}

ul.ixlnews li{
	width:730px;
	min-height:20px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 2px 0px;
	border-bottom:1px #cccccc solid;
	display:block;
	background-color:#eeeeee;
	clear:both;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;

}


ul.ixlnews li:hover{
	width:730px;
	min-height:20px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 2px 0px;
	border-bottom:1px #cccccc solid;
	display:block;
	background-color:#ffe0b1;
	clear:both;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;

}


ul.ixlnews li div.dat{
	width:80px;
	height:20px;
	float:left;
	overflow:hidden;
}


ul.ixlnews li div.lab{
	width:120px;
	min-height:20px;
	float:left;
	position:relative;
}

lab{
	font-size:10px;
	color:#fff;
	height:20px;
	padding:3px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0px 7px;
	text-align:center;
	width:50px;
	-webkit-transform : scale(0.90); 
	display:block;
	position:absolute;
	top:-2px;
	float:left;
	background-color:#cc000b;
	color:#fff;

}

ul.ixlnews li div.tit{
	width:470px;
	height:20px;
	float:right;
}


lpic img{
	width:20px;
	height:20px;
}


.dpic img{
	width:100px;
	height:100px;
}

.dtit{
	font-size:15px;
	font-weight:bold;
}

div.dtldsc{
	width:750px;
	min-height:0px;
	clear:both;
	margin:20px 0px 20px 0px;
	position:relative;
}



.iswmap{
	width:1000px;
	min-height:10px;
	clear:both;
	padding:0px 0px 14px 0px;
	margin:7px 0px 10px 0px;
	border-bottom:1px #cccccc solid;
}

.istit{
	width:750px;
	min-height:20px;
	float:left;
	position:relative;
	z-index:20;
	margin-bottom:5px;
	
}

.sstit{
	width:240px;
	min-height:20px;
	position:relative;
	z-index:20;
	
}

.mstit{
	width:245px;
	min-height:20px;
	position:relative;
	z-index:20;
	
}



.wlnk{
	width:400px;
	margin:25px 0px 0px 0px;
	min-height:20px;
	float:right;
	text-align:right;
	
}

.isl{
	width:240px;
	min-height:10px;
	float:left;
}


.content{
	width:750px;
	min-height:10px;
	float:right;
	margin-top:2px;
	position:relative;
}


.infobox{
	width:780px;
	min-height:10px;
	clear:both;
	position:relative;
	z-index:20;
}


.infoboxs{
	width:246px;
	height:272px;
	float:left;
	margin:0px 3px 5px 0px;
	position:relative;
	z-index:20;
	overflow:hidden;
	border:1px #cccccc solid;
}


div.infobok{
	width:244px;
	height:200px;
	float:left;
	margin:0px 2px 2px 2px;
	position:relative;
	z-index:20;
}


div.infobok a{
	min-height: 20px;
	padding: 10px 10px 10px 10px;
	margin:0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color: #eeeeee;
	clear:both;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position:relative;
}


div.infobok a:hover{
	min-height: 20px;
	padding: 10px 10px 10px 10px;
	margin:0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color:#ffe0b1;
	clear:both;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position:relative;

}


div.infobok a div.dat{
	width: 80px;
	height: 20px;
	float: left;
	overflow: hidden;
}

div.infobok a div.sto{
	width:220px;
	height:20px;
	float: right;
	overflow: hidden;
}

div.infobok a div.spic{
	width:30px;
	height:30px;
	float: left;
	margin:0px 5px;
	z-index: 20;
	top:5px;
	left:90px;
	position:absolute;
}

div.infobok a div.spic img{
	width:30px;
	height:30px;
}


div.infobok a div.pds{
	width:230px;
	height:20px;
	overflow: hidden;
}


div.pdspiclistbox{
	width:750px;
	min-height:10px;
	margin:0 auto;
	position:relative;
	z-index:20;
}

ul.picmov{
	display:block;
}

ul.picmov li{
	width:120px;
	height:120px;
	float:left;
	margin:0px 4px 4px 0px;
}

ul.picmov li img{
	width:118px;
	height:118px;
	border:1px #cccccc solid;
}

ul.picmovs{
	display:block;
}

ul.picmovs li img{
	width:118px;
	height:118px;
	border:1px #cccccc solid;
}


.pdspopbox{
	width:770px;
	height:500px;
	overflow:auto;
}


div.pdsbox{
	width: 780px;
	min-height: 10px;
	clear: both;
	position: relative;
	z-index: 20;
}



div.pdslistbox2{
	width: 175px;
	min-height: 10px;
	float: left;
	margin: 0px 3px 5px 0px;
	position: relative;
	z-index: 20;
	border:1px #cccccc solid;
	padding:4px 4px 2px 4px;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;

}

div.pdslistbox2 .tit{
	width: 155px;
	height:20px;
	background-color:#b5daf5;
	font-size:16px;
	font-weight:bold;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	padding:10px;
	color:#1e1e1e;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	position:relative;
	line-height:16px;

}

span.hot{
	width:24px;
	height:10px;
	/* background-image:url('../img/hot.gif'); */
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	right:5px;
}


div.pdslistbox2 a.ixpdsitem{
	width:169px;
	min-height: 20px;
	padding: 3px 3px 3px 3px;
	margin: 0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color: #eeeeee;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position: relative;
}


div.pdslistbox2 a:hover{
	width:169px;
	min-height: 20px;
	padding: 3px 3px 3px 3px;
	margin:0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color:#ffe0b1;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position:relative;

}


div.pdslistbox{
	width:741px;
	min-height:10px;
	clear:both;
	border:1px #cccccc solid;
	padding:4px 4px 2px 4px;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	margin:0px 0px 5px 0px;
	position:relative;

}

div.pdslistbox .tit{
	width:720px;
	height:20px;
	background-color:#b5daf5; 
	font-size:16px;
	font-weight:bold;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	padding:10px;
	color:#1e1e1e;
	margin:0px 0px 5px 0px;
	line-height:16px;

}

div.pdslistbok{
	width:750px;
	min-height:10px;
	position:relative;
	z-index:20;
	border:0px maroon solid;
	clear:both;
	
}

div.pdspcebok{
	width:740px;
	min-height:10px;
	position:relative;
	z-index:20;
	border:0px maroon solid;
	clear:both;
}




div.pdslistbok a{
	width:225px;
	min-height: 20px;
	padding: 10px 10px 10px 10px;
	margin: 0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color: #eeeeee;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position: relative;
}


div.pdslistbok a:hover{
	width:225px;
	min-height: 20px;
	padding: 10px 10px 10px 10px;
	margin:0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color:#ffe0b1;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position:relative;

}


ul.pdspcebok{
	width:750px;
	min-height:10px;
	position:relative;
	z-index:100;
	border:0px maroon solid;
	clear:both;
	display:block;
}



ul.pdslistbok li{
	width:225px;
	min-height: 20px;
	padding: 10px 10px 10px 10px;
	margin: 0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color: #eeeeee;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position: relative;
	display:block;
	color:#000;
}


ul.pdslistbok li:hover{
	width:225px;
	min-height: 20px;
	padding: 10px 10px 10px 10px;
	margin:0px 2px 2px 0px;
	border-bottom: 1px #cccccc solid;
	display: block;
	background-color:#ffe0b1;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	position:relative;
	display:block;

}


div.pdsnam{
	width:180px;
	height:40px;
	overflow:hidden;
	padding:0px 0px 0px 45px;
	position:relative;
}


div.pdspic{
	width:35px;
	height:35px;
	position:absolute;
	z-index:10;
	top:15px;
	left:10px;
	border:1px #ccc solid;
	background-color:#fff;
}


div.pdspic:hover{
	border:1px solid #33CCFF;
}



div.pdspic img{
	width:35px;
	height:35px;
}



div.pdsopt{
	width:205px;
	height:20px;
	padding:10px 0px;
}








div.pdslistbok a div.spic{
	width:30px;
	height:30px;
	float: left;
	margin:0px 5px 0px 0px;
	z-index: 20;
	top:5px;
	position:absolute;
}


div.pdslistbok a div.spic img{
	width:30px;
	height:30px;
}



div.pdspcedsc{
	width:740px;
	min-height:0px;
	clear:both;
}








div.pdspce .tit{
	width:720px;
	height:20px;
	background-color:#b5daf5;
	font-size:14px;
	font-weight:bold;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	padding:10px;
	color:#1e1e1e;
	margin:0px 0px 5px 0px;

}

















.slistbdy{
	width:240px;
	min-height:20px;
	background-repeat:repeat-y;
	clear:both;
	position:relative;
}

div.sinfo{
	width:250px;
	min-height:10px;
	clear:both;
	position:relative;
	z-index:10;
}

div.sinfo a{
	width:119px;
	height:20px;
	float:left;
	text-align:center;
	background-color:#ffcc00;
	display:block;
	padding:10px 0px;
	margin:0px 2px 2px 0px;
	color:#1e1e1e;
	position:relative;
}

div.sinfo a:hover{
	width:119px;
	height:20px;
	float:left;
	text-align:center;
	background-color:#ffd942;
	display:block;
	padding:10px 0px;
	margin:0px 2px 2px 0px;
	color:#1e1e1e;
	position:relative;

}


div.mlogin{
	width:240px;
	height:0px;
	background-color:#eee;
	clear:both;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0; 
	opacity: 0;
}


div.mempanel{
	width:240px;
	min-height:10px;
	background-color:#eee;
	clear:both;
	margin:0px 0px 2px 0px;
}


div.bpws{
	width:240px;
	height:0px;
	margin:0px 0px 2px 0px;
	background-color:#eee;
	clear:both;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0; 
	opacity: 0;
}









.techbox{
	width:980px;
	min-height:10px;
	float:left;
	margin:0px 0px 7px 0px;
	border-bottom:1px #cccccc solid;
	padding:0px 0px 7px 0px;
}

.techbox .pic{
	width:200px;
	height:200px;
	padding:3px;
	background-color:#fff;
	border:1px #cccccc solid;
	float:left;
}

.techbox .pic img{
	width:200px;
	height:200px;
}

.techbox div.txt{
	width:755px;
	height:195px;
	float:right;
	border:0px red solid;
	padding:5px;
}

.techbox p.nam{
	width:755px;
	height:20px;
	display:block;
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
}

.techbox p.txt{
	width:755px;
	height:20px;
	display:block;
	overflow:hidden;
	margin:5px 0px 0px 0px;
}

.techbox p.txts{
	width:755px;
	height:60px;
	display:block;
	overflow:hidden;
	margin:15px 0px 0px 0px;
}



lb{
	font-size:10px;
	color:#fff;
	padding:3px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#cc0000;
	margin:0px 7px;
	text-align:center;
	-webkit-transform : scale(0.90); 
	display:inline-block;
}

lb2{
	font-size:10px;
	color:#fff;
	padding:3px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#ff5400;
	margin:0px 7px;
	text-align:center;
	width:50px;
	-webkit-transform : scale(0.90); 
	display:inline-block;
}

lb3{
	font-size:10px;
	color:#fff;
	padding:3px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#0070be;
	margin:0px 7px;
	text-align:center;
	width:50px;
	-webkit-transform : scale(0.90); 
	display:inline-block;
}





.footer{
	min-height:110px;
	background-image:url('../img/footerbg.jpg');
	padding:20px 10px;
	clear:both;
	border-top:3px #cccccc solid;
	margin:30px 0px -5px 0px;
}

.footers{
	width:1000px;
	min-height:110px;
	margin:0 auto;
	clear:both;
	position:relative;
}

div.twcount{
	width:3px;
	height:3px;
	background-color:aqua;
	position:absolute;
	z-index:10;
	bottom:0px;
	right:0px;
}



.fl{
	width:690px;
	min-height:110px;
	float:left;
	text-align:left;
	color:#fff;
	line-height:23px;
}



.fr{
	width:300px;
	min-height:100px;
	float:right;
	background-image:url('../img/logo_footer.png');
	background-repeat:no-repeat;
	margin:10px 0px;
	

}

.seopic img{
	width:100px;
	height:100px;
}

div.mvbok{
	width:350px;
	height:194px;
	background-color:aqua;
}

div.mvboktit{
	width:340px;
	height:20px;
	background-color:#333333;
	color:#fff;
	padding:5px;
}


a.bakidx{
	width:70px;
	height:20px;
	padding:8px 10px;
	display:block;
	position:fixed;
	bottom:0px;
	right:35px;
	background-color: #0082ad;
	color:#fff;
	z-index:999;
	background-image:url('../img/home.png');
	background-repeat:no-repeat;
	background-position:8px 10px;
	padding-left:35px;
	
}

a.bakidx:hover{
	color:#fff;
}




























