@charset "UTF-8";
/* banner */
#banner{
    width: 100%;
    margin-top: 24px;
}
#banner img{width:100%;}
#banner .swiper-container{
    width: 100%;
    height: 100%;
}
#banner .swiper-container .swiper-button{
	width:1276px;
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -638px;
    top: 0;
}
.swiper-button-prev{
    background: url(../images/zt_03.png) no-repeat!important;
}
.swiper-button-next{
    background: url(../images/zt_05.png) no-repeat!important;
}
.swiper-button-prev, .swiper-button-next{
    width: 38px!important;
    height: 70px!important;
    margin-top:-35px!important;
    background-size: 38px 70px!important;
}
.swiper-pagination-bullets{
    bottom: 19px!important;
}
.swiper-pagination-bullet{
    width: 36px!important;
    height: 2px!important;
    background: #8b8a8a!important;
    border-radius: 0!important;
    margin: 0 6px!important;
    opacity: .5!important;
}
.swiper-pagination-bullet-active{
    background: #fff!important;
    opacity: 1!important;
}

/* show公共部分 */
.show{
    margin-top: 54px;
    border-bottom: 1px solid #ededed;
}
.show .title-icon{
    font-size: 24px;
    font-weight: bold;
    color:#262626;
    margin-bottom: 24px;
}
.show .title-icon img.icon{
    width: 30px;
    float: left;
}
.show .title-icon p{
    padding-left: 40px;
}
.red{
    color: #e70017;
}
.show ul li{
    width: 278px;
    float: left;
    margin-left: 29px;
    margin-bottom: 16px;
}
.show ul li:nth-child(4n+1){margin-left:0!important;}
.show ul li .box-img{
    width: 100%;
    height: 166px;
    position: relative;
    overflow: hidden;
}
.show ul li .box-img img{
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
}
.show ul li .box-img:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1); 	/* IE 9 */
    -moz-transform:scale(1.1); 	/* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1); 	/* Opera */
}
.show ul li .box-img span{
    display: block;
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) , rgba(0,0,0,0.4));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) , rgba(0,0,0,0.4));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) , rgba(0,0,0,0.4));
    background: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,0.4));
}
.show ul li .box-img span p{
    display: inline-block;
    position: absolute;
    bottom: 8px;
    height: 16px;
    width: 65px;
    cursor: pointer;
    padding-left: 25px;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
}
.show ul li .box-img span p.eye{
    background: url(../images/icon_05.png) left center no-repeat;
    background-size:18px 16px;
    right: 0px;
}

.show ul li .title-p{
    color: #262626;
    line-height: 1.5;
    margin-top: 10px;
}
.show ul li .title-p:hover{
    color: #e70017;
}
.show .more{
    text-align: right;
    font-size: 13px;
    margin-bottom: 18px;
    background: url(../images/zt_13.png) right center no-repeat;
    background-size:12px 8px;
    padding-right: 17px;
    cursor: pointer;
}
.show .more a{color: #787878;}
/* margin-bottom */
#festival{
    margin-bottom: 165px;
}
/* pages */
.pages {padding:20px 0 20px 0;text-align:center;font-size:15px;color:#666666;}
.pages a:link,.pages a:visited,.pages a:active  {color:#df0015;background:#FFFFFF;border:#df0015 1px solid;padding:5px;text-decoration:none;}
.pages a:hover  {background:#FFFFFF;border:#df0015 1px solid;color:#df0015;padding:5px;text-decoration:none;}
.pages strong {background:#df0015;padding:5px;border:#df0015 1px solid;color:#FFFFFF;}
.pages_inp {border:#df0015 1px solid;padding:5px;width:30px;text-align:center;color:#666666;text-indent: 0px;}
.pages_btn {width:40px;background:#FFFBEF;border:#df0015 1px solid;color:#df0015;font-weight:bold;font-size:14px;cursor:pointer; padding:5px;text-indent: 0px;}
.pages label {background:#FFFFFF;border:#2E6AB1 1px solid;color:#004499;padding:1px 5px 1px 5px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {font-style:normal;}