/* 轮播图 */
#slider{
	width:100%;
	margin:0 auto;
}
#slider .slider-pics{
  position: relative;
  width:1349px;
  height:445px;
  margin:0 auto;
  margin-top: 20px;
  overflow: hidden;
}

#slider .slider-pics ul{
  position: absolute;
  top : 0;
  left: 0;
  z-index: 1;
}
#slider .slider-pics ul li{
  position: absolute;
  top : 0;
  left: 0;
}
#slider .slider-pics ul li span{
  display: inline-block;
  display:-moz-inline-stack;zoom:1;*display:inline;
  position: absolute;
  left: 50px;
  bottom: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #000;
  opacity: 0.8;
}
#slider .slider-pics ul li span a{
  color: #fff;
  font-size: 22px;
  text-align: center;  
}
#slider .slider-pics ul li span a img{
  background-position: center;
}
/* 轮播图指示器 */
#slider .pointerwrap{
	position: relative;
    width: 1200px;
    margin:0 auto;
    z-index: 100;  
}
#slider .slider-pointer{
	position: absolute;
	top: -40px;
	left: 545px;
    width: 120px;
    height: 28px;
    line-height: 28px;  
}
#slider .slider-pointer span{
  display: inline-block;
  display:-moz-inline-stack;zoom:1;*display:inline;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: url(../../images/costume/costume.png) no-repeat -200px -78px;
  cursor: pointer;

}
#slider .slider-pointer span.current{
  background: url(../../images/costume/costume.png) no-repeat -182px -78px;
  cursor: pointer;
}
/* body区 */

.g-bd{
	width:100%;
	margin-top:20px;
}
.g-bd section{
	width:100%;
}
.g-bd section h2{
	width:100%;
	margin:0 auto;
	font-size:22px;
	color:#d7000f;
	text-align: center;
	padding-top:20px;
}
.g-bd .odd{
	background: #f1f1f1;
}
.g-bd .odd h2{
	color:#666;
}
.g-bd section .mnc h2 a{
	color: #D7000F;
}
.g-bd section .mnc h2 a:hover{
	color: #666;
}
.g-bd .odd .mnc h2 a{
	color: #666;
}
.g-bd .odd .mnc h2 a:hover{
	color: #D7000F;
}
.g-bd section .mnc{
	width:1200px;
	margin:0 auto;
}
.g-bd section .top-bg{
	position:relative;
	top:0;
	width:100%;
	margin:0 auto;
	width:42px;
	height:21px;
	background: url(../../images/costume/costume.png) no-repeat -74px -78px;
}
.g-bd .odd .top-bg{
	background: url(../../images/costume/costume.png) no-repeat -119px -78px;
}
/* 新闻栏 */
.g-bd .mnwrap01{
	height:360px;
}
.g-bd .mnwrap01 .mnc .mnc-lf{
	height:375px;
	margin-right:52px;
}
.g-bd .mnwrap01 .mnc .mnc-lf{
	float:left;
	position: relative;
	width:408px;
	height:375px;
}
.g-bd .mnwrap01 .mnc .mnc-lf img{
	border:1px solid #ccc;
	padding:3px;
}
.g-bd .mnwrap01 .mnc .mnc-lf i{
	position: absolute;
	left:180px;
	top:145px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:43px;
	height: 41px;
	background: url(../../images/costume/costume.png) no-repeat -202px -114px;
}
.g-bd .mnwrap01 .mnc .mnc-lf div{
	font-size:12px;
	color:#999;
}
.g-bd .mnwrap01 .mnc .mnc-lf .tt{
	height:22px;
	line-height: 22px;
	font-size:14px;
	color:#333;
	margin-top: 10px;
}
.g-bd .mnwrap01 .mnc .mnc-lf .tt a{
	display: block;
	width: 400px;
}
.g-bd .mnwrap01 .mnc .mnc-lf .remark{
	height: 32px;
	line-height: 16px;
	overflow:hidden;
}
.g-bd .mnwrap01 .news-list{
	position: relative;
	float:right;
	width:350px;
	height:320px;
}
.g-bd .mnwrap01 .mnc-cen{
	float: left;
	margin-right: 40px;
}
.g-bd .mnwrap01 .news-list h3{
	width:340px;
	height:32px;
	line-height: 32px;
	font-size: 16px;
	color:#333;
	background: #f1f1f1;
	padding-left:5px;
	margin-bottom: 6px;
}
.g-bd .mnwrap01 .news-list ul{
	margin-bottom: 20px;
}
.g-bd .mnwrap01 .news-list li{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:95%;
	height:32px;
	line-height: 32px;
	font-size:14px;
	color:#666;
	padding-left:10px;
	border-bottom:1px solid #ccc;
}
.g-bd .mnwrap01 .news-list li i{
	position: relative;
	right:8px;
	top:-2px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:5px;
	height:7px;
	background: url(../../images/costume/costume.png) no-repeat -39px -78px;
}
.g-bd .mnwrap01 .news-list li span{
	margin-right: 10px;
}
.g-bd .mnwrap01 .news-list li a{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 238px;
	vertical-align: middle;
}
/*.g-bd .mnwrap01 .news-list li a:hover{
	display: inline-block;
	width: 238px;
	vertical-align: middle;
}*/
.g-bd .mnwrap01 .more i{
	position: relative;
	left:0;
	top:3px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:15px;
	height:15px;
	background: url(../../images/costume/costume.png) no-repeat -220px -78px;
	margin-right:10px;
}
/* 专业建设 */
.g-bd .mnwrap02{
	height:430px;
}
.g-bd .mnwrap02 .box{
	position: relative;
	float:left;
	width:340px;
	height:275px;
	margin-top:45px;
	margin-right:90px;
}
.g-bd .mnwrap02 .box img{
	margin-left: 39px;
	padding:2px;
	border:1px solid #ccc;
}
.g-bd .mnwrap02 .mnc-rt{
	margin-right: 0;
}
.g-bd .mnwrap02 .box i{
	position:absolute;
	left:42px;
	top:153px;
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:253px;
	height: 32px;
	background: #000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5;
}
.g-bd .mnwrap02 .box .tt{
	position:absolute;
	top:160px;
	left:40px;
	width:240px;
	font-size:16px;
	color:#fff;
	text-align: center;
}
.g-bd .mnwrap02 .box p{
	width:340px;
	height:47px;
	line-height: 16px;
	margin-top:15px;
	font-size: 12px;
	color:#666;
	text-align: justify;
	text-indent: 20px;
	overflow: hidden;
}

/* 特色专题 */
.g-bd .mnwrap03{
	height:430px;
}
.g-bd .mnwrap03 .mnc .topic{
	float:left;
	margin-top:40px;
	width:400px;
	/*text-align: center;*/
}
.g-bd .mnwrap03 .mnc .topic img{
	border: 1px solid #ccc;
	margin-left: 25px;
}
.g-bd .mnwrap03 .mnc .topic a{
	display: block;
	width: 350px;
	margin-top:15px;
	margin-left: 25px;
	font-size: 16px;
	color:#333;
	text-align: center;
}
.g-bd .mnwrap03 .mnc .topic a:hover{
	color:#d7000f;
}
.g-bd .mnwrap03 .mnc .topic .remarks{
	width: 350px;
	height: 90px;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;
	margin-top: 10px;
	margin-left: 25px;
	overflow: hidden;
}

.g-bd .mnwrap04{
	height:400px;
}
.g-bd .mnwrap04 .mnc li{
	float:left;
	width:300px;
}
.g-bd .mnwrap04 .mnc .tch-intro{
	float:left;
	width:220px;
	margin:45px 35px 0 35px;
	text-align: center;
}
.g-bd .mnwrap04 .tch-intro div{
	height: 63px;
	overflow: hidden;
	font-size: 12px;
	color:#666;
	text-align: justify;
	text-indent: 20px;
	margin:16px 0 26px 0;
	line-height: 16px;
}
.g-bd .mnwrap04 .tch-intro a{
	font-size: 14px;
	color:#fff;
	background: #d7000f;
	padding:8px 20px;
	border-radius: 3px;
}
.g-bd .mnwrap04 .tch-intro{
	float:left;
	width:1120px;
	margin:70px auto 0;
}
/* 作品展示 */
.g-bd .mnwrap05{
	height:340px;
}
.g-bd .mnwrap05 .mnc{
	position: relative;
}
.g-bd .m-photoWall{
	position: relative;
	height:190px;
	overflow: hidden;
	margin-top: 40px;
}
.g-bd .photoWall{
	float: left;
	width: 800%;
}
.g-bd .photoWall ul.tlist{
	padding: 0;
	margin: 0;
}
.g-bd .photoWall li{
	position: relative;
	display:inline;
	float:left;
	width:230px;
	text-align:center; 
}
.g-bd .photoWall img{
    padding:1px;
	border:1px solid #ccc;
}
.g-bd .photoWall1,.g-bd .photoWall2{
	float: left;
}
.g-bd .photoWall .remark{
    width: 210px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
}
