/******页面主体******/
/*主banner*/
#main-banner{
    width: 100%;
    height: 800px;
    position: relative;
}
/*旋转图*/
#main-banner .rotate{
    width: 100%;
    height: 520px;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 100;
    text-align: center;
}
/*轮播*/
#banner-slider img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#main-banner-swiper-pagination{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1000;
}
#main-banner-swiper-pagination span:hover, #main-banner-swiper-pagination span.active{
    color: #000;
}
#main-banner-swiper-pagination span{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 115px;
    font-size: 16px;
    color: #fff;
    background: rgba(255,0,0,.6);
    cursor: pointer;
    margin-right: 15px;
}
#main-banner-swiper-pagination span:last-child{
    margin-right: 0;
}
/*说明文字*/
.banner-info{
    position: absolute;
    top: 100px;
    left: -310px;
    z-index: 100;
}
/*旋转动画*/
@-ms-keyframes rotateimg {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
@keyframes rotateimg {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
@-moz-keyframes rotateimg {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
@-o-keyframes rotateimg {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
@-webkit-keyframes rotateimg {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
@-ms-keyframes rotateimgR {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(-360deg);
    }
}
@keyframes rotateimgR {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(-360deg);
    }
}
@-moz-keyframes rotateimgR {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(-360deg);
    }
}
@-o-keyframes rotateimgR {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(-360deg);
    }
}
@-webkit-keyframes rotateimgR {
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(-360deg);
    }
}
#rotate1>img{
    animation: rotateimg 16s linear infinite;
}
#rotate2>img{
    animation: rotateimgR 16s linear infinite;
}
#rotate3>span{
    font-size: 64px;
    color: #fff;
    position: absolute;
    top: 205px;
    left: 823px;
}
/*姓氏查询*/
#name-query{
    width: 100%;
    height: 1039px;
    background: url("http://oss.jiazuyun.com.cn/img/zimu-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
#name-query>.my-container{
    padding-top: 60px;
}
/*文本，搜索框*/
#name-query .name-title .word{
    float: left;
    font-size: 40px;
    color: #fff;
}
#name-query .name-title .word>p:first-child{
    margin-bottom: 26px;
}
#name-query .name-title .search{
    float: right;
}
#name-query .name-title .search>input{
    height: 60px;
    width: 300px;
    font-size: 24px;
    border: 0;
    background: #fff;
    border-radius: 30px;
    padding: 0 30px;
    color: #cacaca;
    font-weight: lighter;
}
#name-query .name-title .search>input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #cacaca;
}
#name-query .name-title .search>input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cacaca;
}
#name-query .name-title .search>input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cacaca;
}
#name-query .name-title .search>input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #cacaca;
}

/*字母*/
#zimu{
    margin: 60px 0 30px;
}
#zimu>.line{
    text-align: center;
}
#zimu>.line>.zimu-item{
    display: inline-block;
    width: 90px;
    height: 100px;
    margin-right: 10px;
    vertical-align: middle;
    background: url("http://oss.jiazuyun.com.cn/img/zimu.png") no-repeat 0px 0px;
    cursor: pointer;
}
#zimu>.line>.zimu-item:hover{
    transform: translateY(-5px);
}
#zimu>.line>.zimu-item:last-child{
    margin-right: 0;
}

#zimu>.line>.zimu-item.A{
    background-position: -100px -8px;
}
#zimu>.line>.zimu-item.B{
    background-position: -204px -15px;
}
#zimu>.line>.zimu-item.D{
    background-position: -401px -15px;
}
#zimu>.line>.zimu-item.E{
    background-position: -509px -15px;
}

#zimu>.line>.zimu-item.F{
    background-position: -3px -119px;
}
#zimu>.line>.zimu-item.G{
    background-position: -106px -119px;
}
#zimu>.line>.zimu-item.H{
    background-position: -210px -119px;
}
#zimu>.line>.zimu-item.I{
    background-position: -304px -119px;
}
#zimu>.line>.zimu-item.J{
    background-position: -403px -119px;
}
#zimu>.line>.zimu-item.K{
    background-position: -506px -119px;
}
#zimu>.line>.zimu-item.L{
    background-position: -609px -119px;
}

#zimu>.line>.zimu-item.M{
    background-position: -3px -216px;
}
#zimu>.line>.zimu-item.N{
    background-position: -106px -216px;
}
#zimu>.line>.zimu-item.O{
    background-position: -210px -216px;
}
#zimu>.line>.zimu-item.P{
    background-position: -304px -216px;
}
#zimu>.line>.zimu-item.Q{
    background-position: -403px -216px;
}
#zimu>.line>.zimu-item.R{
    background-position: -506px -216px;
}
#zimu>.line>.zimu-item.S{
    background-position: -609px -216px;
}

#zimu>.line>.zimu-item.T{
    background-position: -109px -317px;
}
#zimu>.line>.zimu-item.U{
    height: 95px;
    background-position: -208px -317px;
}
#zimu>.line>.zimu-item.heart{
    height: 95px;
    background-position: -305px -317px;
}
#zimu>.line>.zimu-item.V{
    height: 95px;
    background-position: -409px -317px;
}
#zimu>.line>.zimu-item.W{
    background-position: -509px -317px;
}

#zimu>.line>.zimu-item.X{
    background-position: -210px -412px;
}
#zimu>.line>.zimu-item.Y{
    height: 95px;
    background-position: -305px -412px;
}
#zimu>.line>.zimu-item.Z{
    background-position: -409px -412px;
}

#zimu>.line>.zimu-item.C{
    background-position: -314px -507px;
}

/*姓氏列表*/
#name-list-container{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
#name-list-container.show{
    display: block;
}
#name-list{
    width: 360px;
    font-size: 20px;
    background: #fff;
    padding: 30px 22px;
    border-radius: 5px;
    text-align: justify;
}
#name-list>span{
    cursor: pointer;
    line-height: 36px;
    margin-right: 10px;
}
#name-list>span:hover{
    color: #ca141d;
}
/*收录信息*/
#name-info{
    background: #fff;
    border: 3px dashed #ca141d;
    font-size: 20px;
    line-height: 36px;
    margin-top: 28px;
    padding: 15px;
}
#name-info>div{
    display: none;
}
#name-info>div.show{
    display: block;
}

/*新闻中心*/
#news-center{
    margin-top: 90px;
}
#news-center .news-center-content{
    height: 370px;
    margin-bottom: 20px;
}
#news-center .news-center-content>.left{
    float: left;
    width: 540px;
}
#news-center .news-center-content>.left>img{
    vertical-align: middle;
    width: 540px;
    height: 200px;
}
#news-center .news-center-content>.left>h1{
    font-size: 22px;
    font-weight: normal;
    margin: 30px 0 9px;
}
#news-center .news-center-content>.left>p{
    text-align: justify;
    font-size: 18px;
    overflow: hidden;
    height: 102px;
    line-height: 34px;
    text-indent: 36px;
}
#news-center .news-center-content>.right{
    float: right;
    width: 605px;
}
#news-center .news-center-content>.right>li{
    /*height: 91px;*/
    border-bottom: 1px solid #999999;
    margin-bottom: 23px;
    padding-bottom: 20px;
}
#news-center .news-center-content>.right:last-child>li{
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0;
}
#news-center .news-center-content>.right>li:last-child{
    /*border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0;*/
}
#news-center .news-center-content>.right>li>a{
    display: block;
}
#news-center .news-center-content>.right>li>a>.time{
    float: left;
    color: #808080;
    width: 88px;
    text-align: center;
}
#news-center .news-center-content>.right>li>a>.time>h1{
    font-size: 40px;
    font-weight: normal;
}
#news-center .news-center-content>.right>li>a>.time>h2{
    font-size: 22px;
    font-weight: normal;
}
#news-center .news-center-content>.right>li>a>.info{
    float: right;
    width: 504px;
}
#news-center .news-center-content>.right>li>a>.info>h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 16px;
}
#news-center .news-center-content>.right>li>a>.info>p{
    font-size: 16px;
    text-align: justify;
    color: #999999;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
}
/*家谱展示*/
#show{
    height: 858px;
    background: url("http://oss.jiazuyun.com.cn/img/jizpu-bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
#show .main-title{
    color: #fff;
    padding-top: 50px;
}
#show-slider-container{
    height: 480px;
    position: relative;
    margin-bottom: 40px;
}
#show-slider{
    width: 900px;
    margin: 0 auto;
}
#show-slider .swiper-slide{
    width: 280px!important;
    height: 480px;
    background: #fff;
    padding: 20px;
}
#show-slider .swiper-slide>a{
    display: block;
    height: 100%;
}
#show-slider .swiper-slide>a>img{
    display: block;
    margin: 0 auto;
    width: 236px;
    height: 338px;
}
#show-slider .swiper-slide>a>div{
    /*line-height: 30px;*/
    margin-top: 30px;
}
#show-slider .swiper-slide>a>div>span{
    font-size: 20px;
    float: left;
}
#show-slider .swiper-slide>a>div>img{
    vertical-align: middle;
    float: right;
}
#show-slider .swiper-slide>a>span{
    font-size: 16px;
    color: #999999;
    border: 1px solid #262626;
    border-radius: 5px;
    padding: 2px 10px;
    margin-top: 15px;
    display: inline-block;
}
#show-slider-container .swiper-button-prev{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("http://oss.jiazuyun.com.cn/img/prev.png") no-repeat center center;
    position: absolute;
    top: 190px;
    left: 0px;
    z-index: 100;
}
#show-slider-container .swiper-button-next{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("http://oss.jiazuyun.com.cn/img/next.png") no-repeat center center;
    position: absolute;
    top: 190px;
    right: 0px;
    z-index: 100;
}
/*团队简介*/
#team{
    margin-top: 72px;
}
#team-slider{
    padding: 20px 0;
    height: 540px!important;
}
#team-slider .swiper-slide{
    width: 436px;
    height: 500px;
    background: #eeeeee;
}
#team-slider .swiper-slide>a{
    display: block;
    height: 100%;
    width: 100%;
}
#team-slider .swiper-slide>a>img{
    display: block;
    margin: 0 auto;
}
#team-slider .swiper-slide>a>.name{
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    padding: 50px 0 20px;
}
#team-slider .swiper-slide>a>.work{
    text-align: center;
    font-size: 20px;
}
#team-slider .swiper-slide>a>.info{
    font-size: 18px;
    margin-top: 36px;
    padding-left: 20px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: justify;
}
#team-slider .swiper-slide-active{
    box-shadow: 0 0 5px 5px #eee;
}
#team-slider .swiper-slide-prev{}
#team-slider .swiper-slide-next{}