/*
	雷锋网封神榜
*/
body{font-family: 'Microsoft YaHei';}
h1,p{font-weight: normal;padding: 0;margin: 0}
a{text-decoration: none;color: #fff;}

.fixed-header{position: fixed;z-index: 9999;left: 0;top: 0;width: 100%;height: 56px;background:rgba(0,0,0,0.38);}
.fixed-header .container{width: 1100px;margin: 0 auto;overflow: hidden;}
.fixed-header .container .logo{float: left;padding-top: 7px;}
.fixed-header .container .title{font-weight: bold;font-size: 20px;color: #fce0d2;float: left;border-left: 1px solid #717171;line-height: 28px;height: 28px;margin: 14px 0 0 15px;padding-left: 15px;}
.fixed-header .bdBtns{float: right;padding-top: 9px;margin-right: 40px;}
.fixed-header #bdshare{float: right;padding-top: 12px;margin-right: 20px;}
.fixed-header #bdshare .s-txt{float: left;font-size: 14px;color: #b8b8b8;line-height: 32px;}
.fixed-header #bdshare .weibo-btn{background: url(../../images/monthList/icos.png) no-repeat -6px -5px!important;width: 32px!important;height: 32px!important;padding: 0;margin: 0 6px;}
.fixed-header #bdshare .weixin-btn{background: url(../../images/monthList/icos.png) no-repeat -48px -6px!important;width: 32px!important;height: 32px!important;padding: 0;margin: 0;}

.section{position: relative;background-position: center bottom;background-repeat: no-repeat;background-size: cover;background-color: #131720;}
.section img{
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.sec1{background: url(../../images/monthList/section1.jpg) center center;background-size: 100% 100%;}
.sec2{background: url(../../images/monthList/section2.jpg) center center;background-size: 100% 100%;}
.sec3{background: url(../../images/monthList/section3.jpg) center center;background-size: 100% 100%;}
.sec4{background: url(../../images/monthList/section4.jpg) center center;background-size: 100% 100%;}
.sec5{background: url(../../images/monthList/section5.jpg) center center;background-size: 100% 100%;}
.sec6{background: url(../../images/monthList/section6.jpg) center center;background-size: 100% 100%;}
.sec7{background: url(../../images/monthList/section7.jpg) center center;background-size: 100% 100%;}
.sec8{background: url(../../images/monthList/section8.jpg) center center;background-size: 100% 100%;}
.sec9{background: url(../../images/monthList/section9.jpg) center center;background-size: 100% 100%;}
.sec10{background: url(../../images/monthList/section10.jpg) center center;background-size: 100% 100%;}
.sec11{background: url(../../images/monthList/section11.jpg) center center;background-size: 100% 100%;}

.section .container{position: absolute;width: 1100px;height: 630px;left: 50%;margin-left: -550px;top: 50%;margin-top: -315px;}
.category {width: 342px;float: left;}
.category .title{font-size: 30px;color: #fff;line-height: 28px;height: 28px;padding-left: 10px;border-left: 6px solid #ff780a;}
.category .type{padding-top: 58px;}
.category .type .tit{font-size: 20px;color: #ebebeb;border-bottom: 1px solid #8B8B94;padding-bottom:8px;}
.category .type .list{padding-top: 30px;overflow: hidden;}
.category .type .list .items{float: left;width: 95px;text-align: center;margin-right: 50px;font-size: 14px;color: #fff;}
.category .type .list .items a{display: block;}
.category .type .list .items a img{border-radius: 10px;}
.category .type .list .items a .name{padding-top: 15px;}
.introduce{padding-left: 210px;overflow: hidden;width: 518px;}
.introduce .title{color: #fff;font-size: 26px;display: block;}
.introduce .pic{padding-top: 20px;}
.introduce .pic img{width: 100%;}
.introduce .descri{font-size: 16px;color: #fff;line-height: 32px;padding: 10px 0;}
.introduce .lookInfo a{display: block;height: 33px;line-height: 33px;text-align: center;color: #B5B5B8;font-size: 14px;background: rgba(255,255,255,0.16);}
.introduce .lookInfo a:hover{text-decoration: underline;}


/*重置导航point样式*/
#fullPage-nav li, .fullPage-slidesNav li{
	width: 16px;
	height: 16px;
	margin: 10px auto;
}
#fullPage-nav li a, .fullPage-slidesNav li a{
	border-radius: 50%;
	background: transparent;
}
#fullPage-nav span, .fullPage-slidesNav span{
	background: rgba(255,255,255,.3);
	border:none;
	top: 4px;
	left: 4px;
}
#fullPage-nav li .active, .fullPage-slidesNav .active{background: rgba(255,255,255,0.3);}
#fullPage-nav li .active span, .fullPage-slidesNav .active span{
	background: #DEDDDF;
}
.nextSection{
	position: fixed;
    left: 50%;
    bottom: 15px;
    margin: 0 0 0 -33px;
    background: none;
    border-radius: 33px;
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
}
.nextSection img {
    opacity: .6;
    -webkit-animation: slideToDown 2s infinite linear;
    position: relative;
    width: 30px;
}

@-webkit-keyframes slideToDown {
    0% {
        opacity: .1;
        top: -8px;
    }
    50% {
        opacity: .6;
        top: 8px;
    }
    100% {
        opacity: .1;
        top: -8px;
    }
}

.nextSection:hover {
    background: rgba(255, 255, 255, .2);
}

.nextSection:hover img {
    opacity: 1;
}


