.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.hide {
	display: none;
}
.mt-100 {
	margin-top: 100px;
}
.left{
	float:left;
}
.right{
	float:right;
}

.banner{
	height:600px;
	background: url(../images/banner.jpg) top center no-repeat;
}
.container{
	width:1180px;
	margin:0 auto;
}
.box{
	margin:0 0 100px 0;
}

.daoyu{
	background-color: #F7F7FF;
    padding: 50px;
    margin: 100px 0;
    font-size: 16px;
    line-height: 2;
    color: #333;
    text-align: justify;
}
.daoyu p {
	text-indent: 2em;
}
.daoyu .zhengwen{
	width:825px;
}
.daoyu h2{
	width:150px;
	font-size:36px;
	line-height: 43px;
	color:#3C48A2;
}

.chart-right{
	float:left;
	width:555px;
	overflow: hidden;
	margin-left:50px;
}
.chart-list{
	overflow: auto;
}
.chart-list li{
    line-height: 45px;
}
.chart-list li a:hover{
    color:#006cff;
}
.tt{
    color:#ccc;
}
.list-top{
	font-size:18px;
	text-align: center;
	color:#133597;
	display:block;
}
.list-top a {
	color:#133597;
}
.list-top a:hover{
	text-decoration:underline;
	color: #133597;
}
.chart-list li a{
    font-size:20px;
}
.chart-list li p{
    font-size: 14px;
    /* padding: 5px 20px; */
    /* text-indent: 2em; */
    line-height: 20px;
    margin: 5px 0 20px;
    color:#666;
}
.chart-movie{
	float:left;
	width:575px;
	height:410px;
}
.chart-more{
	display: block;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #f4f4f4;
}
.chart-more:hover{
	color:#133597;
}
.title{
	color:#3C48A2;
	text-align: center;
	font-size:30px;
	margin-bottom:50px;
	font-weight: 600;
	position:relative;
}
.title:after{
    content: '';
    height: 4px;
    width: 25px;
    display: block;
    background-color: #3C48A2;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.title a{
	color:#3C48A2;
}
.action-list{
	margin:0 0 20px;
	overflow: auto;
}
.action-list li{
	height:40px;
	line-height:40px;
	margin:5px 0;
}
.time{
	padding-left:30px;
	padding-right:30px;
}
.p-panel{
	padding-left:163px;
}
.p-panel-2{
	padding-left:248px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-58 {
	padding-left: 58px;
}
.bcolor{
	background-color: #e5ebff;
	padding:5px 0;
}



.prize-top{
	padding: 10px 0 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    color: #006cff;
    font-weight: 600;
}
.prize-box {
	margin: 10px -10px 0;
}
.prize-nav{
	background-color: #e9ebff;
    float: left;
    width: 340px;
    margin: 10px;
	padding: 20px;
	height:678px;
}
.prize-list {
	overflow: auto;
	border-radius: 10px;
	background: #4751d2;
	padding: 10px 0;
	height:540px;
}
.prize-list li{
	line-height: 30px;
	text-align: center;
	color:#fff;
	margin:15px 10px;
}
.prize-list p {
    line-height: 1.4;
}
.picScroll-left{ 
    width:980px;  
    overflow:hidden; 
    position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.picScroll-left .hd .prev{ 
    display:block;  
    width:31px; 
    height:65px; 
    float:right; 
    cursor:pointer; 
    background: url("../images/l.png") 13px 16px no-repeat;
    position: absolute;
    top: 70px ;
    left: 0px;
}
.picScroll-left .hd .next{ 
    display:block;  
    width:31px; 
    height:65px; 
    float:right; 
    cursor:pointer; 
    background:url("../images/r.png") 4px 16px no-repeat;
    position: absolute;
    top: 70px ;
    right: 0px;
}
.picScroll-left .bd{
    margin-top: 10px;  
}
.picScroll-left .bd .picList{ 
    overflow: hidden;
    zoom: 1;
    width: 908px;
    height: 166px;
    margin: 0 auto;
}
.picScroll-left .bd ul li{
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;
    width: 217px;
    height:163px; 
    margin:5px;
}
.picScroll-left .bd ul li .pic{ 
    text-align:center;
    width: 217px;
    height:163px; 
    overflow: hidden;
}
.picScroll-left .bd ul li .pic img{ 
    display:block;
    margin:0 auto;
    cursor:pointer;
    width: 217px;
}


/*photo*/
.photo {
    width:100%;
    position:relative;
    height:665px;
    overflow:hidden;
}
.photo .img-wrap {
    position:relative;
    width: 100000px;
    height:665px;
    font-size: 0;
}
.photo .img-wrap ul {
    position:absolute;
    top:0;
    left:0;
}
.photo .img-itm {
    display:inline-block;
    position:relative;
    float:left;
}
.photo .img-itm img {
    display:block;
    width:1180px;
    height:665px;
}
.photo .img-itm .txt {
    position: absolute;
    color: #fff;
    font-size: 24px;
    bottom: 0;
    left: 0;
    background: url(../images/opacity.png) repeat;
    width: 100%;
}
.photo .img-itm .txt p {
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.photo .wrap-btn {
    position:absolute;
    top: 300px;
    width: 100%;
    z-index:3;
}
.photo .pre-btn {
    display:inline-block;
    left:0;
    z-index:3;
    position:absolute;
    cursor: pointer;
}
.photo .next-btn {
    right:0;
    z-index:3;
    position: absolute;
    cursor: pointer;
}
.photo .pre-btn:hover,.next-btn:hover {
    opacity: 1;
}
.photo .filter-left {
    width: 140px;
    height:665px;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.4;
    z-index: 2;
    filter: alpha(opacity=50);
}
.photo .filter-right {
    width: 140px;
    height:665px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
    z-index: 2;
    filter: alpha(opacity=50);
}