@charset "utf-8";
/* CSS Document */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; }
body { font-size: 12px;  font-family:"微软雅黑";}
img { border: none; }
li { list-style: none; }
input, select, textarea { outline: none; border: none; }
textarea { resize: none; }
a { text-decoration: none; }
/*清浮动*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom:1;/*ie6,7*/
}

.head{height:290px; background:url(../img/header_bg.jpg) no-repeat top center;position:relative;}
.head .logo{position:absolute;right:10px;top:20px;}

.hope{background:#F5AD33;height:540px;}
.hope_tit{width:246px;height:44px;margin:35px auto; background:url(../img/hope_tit.jpg) no-repeat top center;}
.hope_box{width:1050px; overflow:hidden;margin-bottom:40px; background:url(../img/hope_box_bg.png) no-repeat 0 7px;}
.hope_box img{display:block;float:left;margin:0 16px;border-radius:50%;}
.hope_btn{width:234px;height:51px;display:block;margin:0 auto;background:url(../img/hope_btn.jpg) no-repeat;border-radius:8px;}

.show{height:455px;width:100%;background:#812679 url(../img/show_bg.jpg) no-repeat top center;}
.show_tit{width:306px;height:44px;margin:40px auto; background:url(../img/past_show_tit.png) no-repeat top center;}


.show_con{position:relative}
.swiper-container{width:940px;height:250px;color:#fff;text-align:center;}
.swiper-slide{height:100%;opacity:.4;-webkit-transition:300ms;-moz-transition:300ms;-ms-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.swiper-slide-visible{opacity:.8;-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);-o-transform:scale(0.7);transform:scale(0.7)}
.swiper-slide-active{top:0;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.pagination{position:absolute;z-index:20;left:0;width:100%;text-align:center;bottom:5px}
.swiper-visible-switch{opacity:1;top:0;background:#aaa}
.swiper-active-switch{background:#fff}
a.show_btn{display:block;width:24px;height:24px;background:transparent url(../img/arrows.png) no-repeat;position:absolute;top:50%;margin-top:-12px;cursor:pointer;text-decoration:none;outline:0;border:0;z-index:3}
a.show_btn.btn_prev{background-position:left top;}
a.show_btn.btn_next{background-position:right top;right:0}
a.show_btn.btn_prev:hover{background-position:left bottom}
a.show_btn.btn_next:hover{background-position:right bottom}

.wid_1000{width:1000px;margin:0 auto; overflow:hidden;}