/*公共样式*/
body {
    font: 12px "微软雅黑", Arial, sans-serif;
    position: relative;
    min-width: 1240px;
}

body, p, h1, h2, h3, h4, h5, h6, div, ul, ol, li, article, aside, footer, header, nav, section, dd, dl, dt, input, select, label, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

input, button {
    outline: 0;
}

img {
    border: 0 \9;
}

.my-container {
    width: 1200px;
    margin: 0 auto;
}
.clear-float:after{
    content: "";
    clear: both;
    display: block;
}

/*****页头*****/
#header{
    /*min-width: 1900px;*/
    height: 90px;
    background: #fff;
}
#header>.header-container{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
#header>.header-container>div{
    float: left;
}
/*logo*/
#header>.header-container>.header-logo{
    /*line-height: 90px;*/
    padding-right: 15px;
}
#header>.header-container>.header-logo>img{
    vertical-align: middle;
    width: 129px;
    height: 65px;
    cursor: pointer;
    padding-top: 20px;
}
/*导航*/
#header>.header-container>.header-nav{
    height: 50px;
    line-height: 50px;
    margin-top: 34px;
    border-left: 1px solid #999999;
    padding: 0 62px;
}
#header>.header-container>.header-nav>ul{
    height: 50px;
}
#header>.header-container>.header-nav>ul>li:hover>a, #header>.header-container>.header-nav>ul>li.active>a{
    color: #ca141d;
}
#header>.header-container>.header-nav>ul>li:hover, #header>.header-container>.header-nav>ul>li.active{
    border-color: #ca141d;
    font-weight: bold;
}
#header>.header-container>.header-nav>ul>li>a.login{
    color: #ca141d;
    font-weight: bold;
}
#header>.header-container>.header-nav>ul>li{
    float: left;
    font-size: 20px;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
}
#header>.header-container>.header-nav>ul>li:last-child{
    margin-right: 0px;
}
/*电话*/
#header>.header-container>.header-tel{
    height: 50px;
    line-height: 50px;
    margin-top: 34px;
    font-size: 20px;
    margin-left: 20px;
}
#header>.header-container>.header-tel img{
    vertical-align: middle;
}
#header>.header-container>.header-tel>b{
    padding-left: 20px;
}

/*banner-static*/
.banner-static>img{
    width: 100%;
    vertical-align: middle;
}
/*主标题*/
.main-title{
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 50px;
}
.main-title>b{
    font-weight: normal;
    padding: 0 50px;
}
/*展开更多*/
.load-more{
    text-align: center;
    padding: 30px 0;
    cursor: pointer;
}
.load-more img{
    vertical-align: middle;
}

/******页脚******/
#footer{
    /*min-width: 1900px;*/
    background: #444444;
    padding-top: 60px;
}
/*关于族谱等*/
#footer .about>div .description{
    text-align: justify;
    text-indent: 28px;
}
#footer .about>div{
    float: left;
    font-size: 14px;
    color: #989898;
    margin-left: 112px;
}
#footer .about>div:first-child{
    width: 370px;
    margin-left: 0px;
}
#footer .about>div>.title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
#footer .about>div li{
    margin-bottom: 10px;
    text-align: center;
}
#footer .about>div a{
    color: #878787;
}
#footer .about>div a:hover{
    color: #fff;
}
/*app*/
.qrcode-parent{
    padding: 10px;
    background: #fff;
    position: relative;
}
.qrcode-parent .img{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 85px;
    left: 85px;
}
/*友情链接*/
#footer .friend-links{
    margin-top: 55px;
    padding: 20px 0 28px;
    border-top: 1px solid #333333;
}
#footer .friend-links>.title{
    font-size: 20px;
    color: #fff;
    float: left;
}
#footer .friend-links>div>a:hover{
    color: #fff;
}
#footer .friend-links>div>a{
    color: #878787;
    font-size: 16px;
    float: left;
    margin-right: 28px;
}
#footer .friend-links>div{
    float: left;
    width: 1070px;
    line-height: 30px;
    margin-left: 30px;
}
/*to top*/
#to-top{
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 999;
}

/*在线客服*/
#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 50px;
}

#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}

#floatDivBoxs .floatDtel img {
    display: block;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(../img/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(../img/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 100px;
    right: 170px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}