@CHARSET "gb2312";
.overhidden {
	display:block; 
	overflow:hidden;          /*超出部分隐藏*/
	white-space:nowrap;
	/*文本溢出用"..."表示*/
	text-overflow:ellipsis;                    /*适用IE*/
	-o-text-overflow:ellipsis;                 /*适用opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*适用火狐(firefox通过XUL实现效果)*/
}

/******************Global-Start******************/
.more-small{
	color:#6c6c6c;
	font-size: 11px;
	text-decoration: none;
}
.more-big{
	color:#303030;
	font-size: 11px;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 30px;
}
.module{
	position: relative;
}
.columnList ul{
	text-align: left;
}
.columnList a{
	color: #6c6c6c;
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
}
.columnList a:hover{
	color:#00257F;
}
.columnList-first{
}
.columnList-first a{
	color: #a6020a;
	text-decoration: none;
	font-weight: bold;
}
.piece{
	display: inline-block;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
	*float: right;
}
.pieceTitle{
	position: relative;
	margin-bottom: 10px;
}
.pieceTitle>*{
	display: inline-block;
}
.pieceTitle-line{
	position:absolute;
	bottom:0px;right:0px;
	height:1px;width:214px;
	background:#afafaf;
}
.pieceTitle-name{
	color: #a7020a;
	font-size: 21px;
	font-weight: bold;
}
.pieceTitle-more{
	position: absolute;
	right: 0;
}
.post ul{
	text-align: center;
}
.post li{
	display: inline-block;
	margin-right: 8px;
}
.post img{
	width:134px;
	height:194px;
	padding: 7px;
	border-right: 1px #dfdfdf solid;
	border-left: 1px #dfdfdf solid;
	border-bottom: 1px #a1a1a1 solid;
}
/******************Global-End******************/

/******************jQuery jcImgScroll-Start******************/
.banner>.content{
	position: relative;
	z-index: 3;
}
.jcImgScroll {
	position:relative;
	height:300px;
	
}

.jcImgScroll li {
	 border:1px solid #ccc;
	
}

.jcImgScroll li a {
	 background:#fff;
	display:block;
	height:250px;
	
}

.jcImgScroll li.loading a {
	 background:#fff url(imagesloading.gif) no-repeat center center;
	
}
.jcImgScroll li{
	border-radius:12px;
	-moz-border-radius:12px; /* Old Firefox */
}
.jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl {
	 display:none;
	
}

.jcImgScroll em.sPrev {
	 background:url(imagesarrow-left.png) no-repeat right center;
	
}

.jcImgScroll em.sNext {
	 background:url(imagesarrow-right.png) no-repeat left center;
	
}

.jcImgScroll dl dd {
	 background:url(imagesNumBtn.png) no-repeat 0 bottom;
	text-indent:-9em;
	
}

.jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr {
	 background-position:0 0;
	
}

body,ul,ol,h2,h3,h4,h5,p,dl,dt,dd,form{
	padding:0;
	margin:0;
}
img{
	border:none;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	outline:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
}
img{
	border:0
}
ul{
	list-style:none;
	margin:0;
	
}
label{
	color:#6CBD45;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0.5em;
	margin:0;
	
}
.h3{
	font-size:13px;
	font-weight:bold;
	
}
#show{
	background:url(../images/photo.jpg)
}
#meun{
	color:#fff;
	padding-left:10px;
	
}
#meun img{
	float:left;
	
}
#submeun{
	margin-left:70px;
	float:left;
	
}
#submeun span{
	text-align:center;
	margin-right:10px;
	float:left;
	display:inline;
	
}
#submeun span a{
	color:#fff;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	display:block;
	
}
#submeun span.cur{
	text-align:center;
	background:#82ce18;
	margin-right:10px;
	float:left;
	display:inline;
	
}
#top{
	background-color:#000;
	margin:0em 0 10px 0em;
	border-style:solid;
	border-width:1px;
	border-color:#E5E5E5;
	height:50px;
	line-height:50px;
	
}
label.subtitle{
	font-size:13px;
	float:right;
	color:#6CBD45;
	margin:0 10px;
	text-align:right;
	
}
h1.title{
	height:50px;
	font-size:12px;
	background:url(logo.png) no-repeat;
	
}
h1.title a:link,h1.title a:visited,h1.title a:hover{
	color:#000;
	text-decoration:none;
}
/* 倒影效果 */
.jcImgScroll .down{position: relative;}  
.jcImgScroll .reflection{width:782px;height:auto;  
     -webkit-transform: scaleY(-1);  
     -moz-transform: scaleY(-1);  
     -ms-transform: scaleY(-1);  
     -o-transform: scaleY(-1);  
     transform: scaleY(-1);  
     opacity:0.5;       
     filter:alpha(opacity='50');  
     }  
.jcImgScroll .overlay{position: absolute;width:782px;height:100%;bottom:90px;  
     background-image: -moz-linear-gradient(center bottom, rgb(0,0,0) 20%, rgba(0,0,0,0) 90%);  
     background-image: -o-linear-gradient(rgba(0,0,0,0) 10%, rgb(0,0,0) 30%);  
     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.20, rgb(0,0,0)), color-stop(0.90, rgba(0,0,0,0)));  
     filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColor=0, EndColorStr=#000000);  
}  
/******************jQuery jcImgScroll-End******************/

/******************jQuery jcImageScroll-Start******************/
.jcImageScroll {
	position: relative;
	overflow: hidden;
	height: 190px;
	width: 944px;
	background-color: gray;
}
.jcImageScroll li{
	position: absolute;
	top: 0px;
	left: 0px;
}
.jcImageScroll dl dd {
    background: url("imagesNumBtn.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    text-indent: -9em;
}
.jcImageScroll dl dd:hover,.jcImageScroll dl dd.curr {
	 background-position:0 0;
}
/******************jQuery jcImageScroll-End******************/

/******************Summarize-Start******************/
.summarize{
	position: relative;
	height: 93px;
	width: 100%;
	background: rgb(242,242,242);
	padding:0px 0px 10px;
}
.index-search{
	height: 40px;
	float: right;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.index-search span{
	display: table-cell;
	vertical-align: middle;
}

.index-search span input.input-focus{
	color:black;
}
.index-search span input{
	height:18px;
	margin-right:5px;
	color:gray;
}
.index-searchBtn{
	cursor: pointer;
}
/******************Summarize-End******************/

/******************Banner-Start******************/
.banner{
	height: 255px;
	overflow: hidden;
	background: rgb(242,242,242);
	padding-top:20px;
}
.bannerWarp{
	padding: 18px 18px 0px;
	background: white;
}
/******************Banner-End******************/

/******************topImageScroll-Start******************/
.topImageScroll{
	height: 302px;
	width: 469px;
	background-color: white;
}
/******************topImageScroll-End******************/



/******************topModule-Start******************/
.topModule >*{
	float:left;
}
.column01{
	height: 332px;
	width: 479px;
	float: right;
}
.column01 .pieceTitle{
	margin-bottom: 23px;
}
.column01 .columnList-first{
	margin: 0px;
}
.column01 .columnList-first a{
	font-size: 21px;
	color: #a6020a;
	text-decoration: none;
}
.column01 .columnList-first p{
	font-size: 12px;
	color: #919191;
	line-height: 2;
}
.column01 .pieceTitle-more{
	top: 5px;
	right:9px;
}
.column04,.column05{
	width: 310px;
	height: auto;
	position:relative;
}
.column04 .columnList , .column05 .columnList{
	position:relative;
	right:3px;
}
.topModule .topPicture{
	text-align: center;
}
.topModule .topPicture li{
	width: 149px;
	height: 103px;
	display: inline-block;
	*float:left;
}
.topModule .topPicture li p{
	color: #FFFFFF;
	font-size: 10px;
	position: relative;
	text-align: center;
	top: -20px;
	width: 100%;
	height: 18px;
	display:block;
	float:left;
	overflow:hidden; /*超出部分隐藏*/
	white-space:nowrap;
	/*文本溢出用"..."表示*/
	text-overflow:ellipsis; /*适用IE*/
	-o-text-overflow:ellipsis; /*适用opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*适用火狐(firefox通过XUL实现效果)*/
}
.topModule .topPicture img{
	width: 149px;
	height: 103px;
	display: inline-block;
}

/******************topModule-End******************/


/******************MovieModule-Start******************/
.moviePlayer{
	width: 644px;
	height: 433px;
	background: yellow;
	display: inline-block;
	float:left;
}
.column06{
	width: 314px;
	height: 433px;
	float: right;
}
.column06 .columnList li{
	position: relative;
	margin-bottom: 11px;
	height: 73px;
}
.columnList .column06-listTitle{
	width: 180px;
	float: right;
	font-size: 13px;
	color: #202020;
}
.column06 .mins{
	font-size: 13px;
	color: #4f4f4f;
	position: absolute;
	left: 135px;
	bottom: 3px;
}
.column06-listImg img{
	width: 120px;
	height: 67px;
	margin-right: 5px;
}
/******************MovieModule-End******************/

/******************VideoModule-Start******************/
.articleList ul{
	text-align: center;
}
.articleList li{
	height: 143px;
	width: 181px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	*float: left;  /* Only for IE*/
}
.articleList li .icon-playBtn{
	position: absolute;
	top: 73px;
	left: 3px;
}
	
.articleList img{
	height: 112px;
	width: 181px;
}
.articleList p{
    color: black;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 100%;
    height: 19px;
    display:block;
	float:left;
	overflow:hidden; /*超出部分隐藏*/
	white-space:nowrap;
	/*文本溢出用"..."表示*/
	text-overflow:ellipsis; /*适用IE*/
	-o-text-overflow:ellipsis; /*适用opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*适用火狐(firefox通过XUL实现效果)*/
}
.playBtn{
	position: absolute;left: 70px;bottom:30px;
}
/******************VideoModule-End******************/

/******************EduModule-Start******************/
.column08,.column09{
	width: 310px;
	height: auto;
	margin-right: 17px;
}
.column09 .pieceTitle-line{
	width:190px;
}
.column08 .columnList ul{
	text-align: center;
}
.column08 .columnList li{
	height: 98px;
	width: 145px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.column08 .columnList img{
	height: 98px;
	width: 145px;
}
.column08 .columnList p{
    color: #FFFFFF;
    font-size: 10px;
    position: relative;
    text-align: center;
    top:-23px;
    width: 100%;
    height: 20px;
    display:block;
	float:left;
	overflow:hidden; /*超出部分隐藏*/
	white-space:nowrap;
	/*文本溢出用"..."表示*/
	text-overflow:ellipsis; /*适用IE*/
	-o-text-overflow:ellipsis; /*适用opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*适用火狐(firefox通过XUL实现效果)*/
}
.column08 .columnList .columnList-first{
	height: 209px;
	width: 308px;
	margin-bottom: 12px;
}
.column08 .columnList .columnList-first img{
	height: 209px;
	width: 308px;
}
.column08 .columnList .columnList-first p{
	font-size: 14px;
	height: 21px;
	top: -26px;
	width:100%;
	display:block;
	float:left;
	overflow:hidden; /*超出部分隐藏*/
	white-space:nowrap;
	/*文本溢出用"..."表示*/
	text-overflow:ellipsis; /*适用IE*/
	-o-text-overflow:ellipsis; /*适用opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*适用火狐(firefox通过XUL实现效果)*/
}
.column09 .column09-img{
	height: 98px;
	width: 145px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
}
.column09 .column09-img img{
	height: 98px;
	width: 145px;
}
.column09 .column09-img p{
    color: #FFFFFF;
    font-size: 10px;
    position: relative;
    text-align: center;
    top:-24px;
    width: 100%;
    height: 16px;
    display:block;
	float:left;
	overflow:hidden; /*超出部分隐藏*/
	white-space:nowrap;
	/*文本溢出用"..."表示*/
	text-overflow:ellipsis; /*适用IE*/
	-o-text-overflow:ellipsis; /*适用opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*适用火狐(firefox通过XUL实现效果)*/
 } 
.column10{
	margin-bottom: 5px;
}
.column10-imgaeScroll{
	width: 309px;
	height: 209px;
	background: white;
}
.column11 .columnList{
	overflow: hidden;
	height:200px;
}
.column11 .columnList ul{
	width: 330px;
}
.column11 .columnList li{
	width: 144px;
	float: left;
	margin-right: 17px;
}
/******************EduModule-End******************/

/******************PhotoModule-Start******************/
.column12{
	width: 938px;
	height: 615px;
	background: #f2f2f2;
	padding: 21px;
	overflow: hidden;
}
.column12 .imgLi{
	margin-right: 5px;
	margin-bottom: 5px;
}
.column12 .imgLiWarp{
	width: 945px;
}
.column12 .columnList div{
	float: left;
}
.column12-img11{
	clear: both;
}
#column12-img06,#column12-img07{
	margin-bottom: 0px;
}
#column12-img01,#column12-img01 img{
	width: 275px;
	height: 353px;
}
#column12-img02,#column12-img02 img{
	width: 131px;
	height: 255px;
}
#column12-img03,#column12-img03 img{
	width: 131px;
	height: 93px;
}
#column12-img04,#column12-img04 img{
	width: 131px;
	height: 97px;
}
#column12-img05,#column12-img05 img{
	width: 131px;
	height: 251px;
}
#column12-img06,#column12-img06 img{
	width: 198px;
	height: 255px;
}
#column12-img07,#column12-img07 img{
	width: 180px;
	height: 255px;
}
#column12-img08,#column12-img08 img,
#column12-img09,#column12-img09 img,
#column12-img10,#column12-img10 img{
	width: 124px;
	height: 93px;
}
#column12-img11,#column12-img11 img{
	height: 100px;
	width: 934px;
	cursor:default;
}
/******************PhotoModule-End******************/

/******************UCSModule-Start******************/
.ucsModule{
	text-align: center;
}
.ucsModule .piece{
	width: 311px;
	height: 295px;
	text-align: left;
	margin-bottom: 30px;
}
.column13,.column14,.column16,.column17{
	margin-right: 15px;
}
.ucsModule-img{
	width: 98px;
	display: inline-block;
	margin-bottom: 7px;
}
.ucsModule-img img{
	width: 98px;
	height: 98px;
}
.ucsModule-img p{
	color: #6c6c6c;
	font-size: 11px;
	text-align: center;
}
/******************UCSModule-End******************/

/******************RelatedModule-Start******************/
.relatedModule{
	margin-bottom:70px;
}
.relatedModule .linkList {
	border-left: 1px #f2f2f2 solid;
	border-right:1px #f2f2f2 solid;
}
.relatedModule .linkList ul{
	text-align: center;
	line-height: 1.5;
}
.relatedModule .linkList li{
	width: 156px;
	display: inline-block;
	font-size:14px;
}
.relatedModule .linkList a{
	color: #6c6c6c;
	text-decoration: none;
}
/******************RelatedModule-End******************/

/******************ModuleTitle&PieceTitle-Start******************/
.pieceTitle-dxsb{
	width: 470px;
	height: 42px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -18px;
}
.moduleTitle-ycdy{
	width: 980px;
	height: 65px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -89px;
}
.moduleTitle-ys{
	width: 980px;
	height: 65px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -178px;
}
.moduleTitle-jy{
	width: 980px;
	height: 65px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -266px;
}
.moduleTitle-sy{
	width: 980px;
	height: 65px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -355px;
}
.moduleTitle-jthn{
	width: 980px;
	height: 65px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -442px;
}
.moduleTitle-sglj{
	width: 980px;
	height: 45px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -532px;
}
.moduleTitle-sglj{
	width: 980px;
	height: 45px;
	display: block;
	background: url(imagesindexHead.png);
	background-position: 0px -532px;
}
.moduleTitle-xy{
	width: 980px;
	height: 65px;
	display: block;
	background: url(imagesindexHead2.png);
	background-position: 0px -18px;
}
.moduleTitle-st{
	width: 980px;
	height: 65px;
	display: block;
	background: url(imagesindexHead2.png);
	background-position: 0px -95px;
}
/******************ModuleTitle&PieceTitle-End******************/

/******************Only for IE -Start******************/
.articleList li{
	*float: left; 
}
.piece{
	*float: left;
}
.module >*{
	*float: left;
}
.module {
	*clear: both;
}
.topImageScroll{
	*margin-right: 20px;
	*margin-bottom: 0px;
}
.column01{
	*margin-bottom: 30px;
}
.post ul{
	width: 100%;
}
.post li{
	*float: left;
}
.post{
	width: 100%;
	*clear: both;
}
.column06 .columnList li{
	*margin-bottom: 4px;
}
.column06 .columnList li a{
	*float: left;
}
.column06{
	*float: right;
}
.column08 .columnList li,.column09 .column09-img,.column11 .columnList li{
	*float: left;
}
.ucsModule-img{
	*float: left;
	*margin-right: 3px;
}
.relatedModule li{
	*float: left;
}
.more-big {
	*top: -30px;
}
.column01 .columnList li a{
	*float: left;
}
.column01 .columnList li{
	*clear: both;
}
.columnList {
	*clear: both;
}
.columnList-text {
	*clear:both;
}
.topPicture li{
	*margin-right:5px;
}
/******************Only for IE -End******************/