﻿#div_company_mini{
    display:none !important;
}


/*国学起名*/
.bookbanner {
    width: 100%;
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}
.bookbeishu {
    width:100%;
    height:1428px;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}
/*寓意起名*/
.meanbanner {
    width: 100%;
    height: 600px;
    position: relative;
    background-size: 100%;
    background-image: url(/images/childpage/childmean.png);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}



.banner {
    width: 100%;
    height: 560px;
    position: relative;
    background-size: 100%;
}

.contaiter {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.contaiter .bannerTab {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 230px;
    box-sizing: border-box;
}

.contaiter .bannerTab .tabItem a {
    margin: 0 15px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
}

.contaiter .bannerTab .tabItem.active a {
    background: #E60012;
    color: #fff;
    position: relative;
}

.contaiter .bannerTab .tabItem a:hover {
    background: #E60012;
    color: #fff;
    position: relative;
}

.contaiter .bannerTab .tabItem.active a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #E60012 transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.contaiter .bannerTab .tabItem a:hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #E60012 transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.contaiter .qds_slogan1 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding-top:50px;
    padding-bottom:30px;
    width: 100%;
    font-weight:bold;
}

.contaiter .qds_slogan2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    width: 100%;
    font-weight:normal;
}

.contaiter .pb_slospan {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 19px;
    padding-bottom: 30px;
    margin-top:20px;
}
.contaiter .pb_slospan span {
    color: #FFB527;
}

.contaiter .ss_wrap._flayTopInput {
    width: 100%;
    background: url(/images/childpage/childbook.png)center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}
.contaiter .ss_wrap {
    box-sizing: border-box;
    width: 1160px;
    margin: auto;
    border-radius: 2px;
    position:relative;
    padding:15px 0;
}
.contaiter .ss_wrap .form1120 {
    width: 1160px;
    height:100%;
    margin: 10px auto;
    background: rgba(0,0,0,0.45);
    padding:15px 0;
}
.contaiter .ss_wrap form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contaiter .ss_wrap form .form-left {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contaiter .ss_wrap form .form-right {
    width: 165px;
    height: 48px;
    line-height:48px;
}
.contaiter .ss_wrap form .form-right button {
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(254,150,1,1);
    border-radius: 29px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    cursor:pointer;
}
.contaiter .ss_wrap .ssfomr_box {
    background: #fff;
    border-radius: 3px;
}

.contaiter .ss_wrap .ssfomr_box .tithiht {
    height: 49px;
    line-height: 49px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    clear: both;
    padding: 0 8px;
    box-sizing: border-box;
    position: relative;
}
.hihtImg {
    display: none;
    position: absolute;
    height: 28px;
    line-height: 28px;
    top: 57px;
    right: 30px;
    background: #FB8F38;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 15px;
}
.hihtImg::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #FB8F38;
    position: absolute;
    bottom: 28px;
    right: 36px;
}
.contaiter .ss_wrap .ssfomr_box input {
    height: 49px;
    line-height: 49px;
    margin: 0;
    outline-style: none;
    font-size: 16px;
    padding-left: 14px;
    display: inline-block;
    clear: both;
    border-radius: 2px;
    border: none;
}

.contaiter .ss_wrap .ssfomr_box select {
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 16px;
    color: #666;
    padding-left: 5px;
    display: inline-block;
    clear: both;
    border-radius: 2px;
    border: none;
}

.contaiter .ss_wrap .ssfomr_box button {
    width: 165px;
    height: 49px;
    line-height: 49px;
    border-radius: 25px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    background: #FE9601;
    font-weight: bold;
    color: #fff;
}

.contaiter .ss_wrap .region {
    width: 210px;
    position: relative;
}
.contaiter .ss_wrap .region input{
    width: 105px;
}
.contaiter .ss_wrap .qmword {
    width: 360px;
    position: relative;
}
.contaiter .ss_wrap .qmword input{
    width: 110px;
}
.contaiter .ss_wrap .qmwnum {
    width: 216px;
    position: relative;
}
.contaiter .ss_wrap .qmwnum input{
    width: 125px;
}
.contaiter .ss_wrap .hytype {
    width: 300px;
    position: relative;
}
.contaiter .ss_wrap .hytype input{
    width: 160px;
}
.contaiter .ss_wrap .inputitem {
    display: flex;
    align-items: center;
    padding-left:5px;
    box-sizing:border-box;
    margin-top:20px;
    border-radius:3px;
}

    .contaiter .ss_wrap .inputitem .item-left {
        color: #3E3E3E;
        font-size: 18px;
        margin-right: 10px;
    }

    .contaiter .ss_wrap .inputitem .item-right {
        height: 46px;
        line-height: 46px;
    }
        .contaiter .ss_wrap .inputitem .item-right select {
            width: 100%;
            height: 100%;
            line-height: 46px;
            border: none;
            outline-style: none;
            background: #fff;
            padding-left: 10px;
            box-sizing: border-box;
            font-size: 16px;
            border-radius: 3px;
        }

        .contaiter .ss_wrap .inputitem .item-right span {
            display: inline-block;
            padding: 0 5px;
            box-sizing: border-box;
            font-size: 17px;
            color: #fff;
        }

.hint {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 871px;
    margin: auto;
    margin-top: 50px;
    text-align:center;
}

.contaiter .syrs1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    height: 38px;
    width: 871px;
    margin: auto;
    margin-top: 200px;
}

.syrs1 img {
    margin-right: 19px;
}

.contaiter .syrs1 span {
    padding: 0 4px;
    color: #fa7a12;
    font-weight:bold;
}





/*实时核名动态*/
.goodsnames {
    width: 100%;
}

.realReview {
    width: 976px;
    height: 160px;
    padding: 24px;
    background: #fff;
    box-sizing: border-box;
    margin: 44px auto;
    border: 1px solid rgba(210,210,210,1);
    box-shadow: 0px 3px 20px 0px rgba(135,151,171,0.25);
    display: flex;
}

    .realReview .real_left {
        width: 174px;
        height: 100%;
        font-size: 27px;
        color: #525252;
        text-align: center;
        font-weight: 800;
        padding: 20px 30px;
        position: relative;
        box-sizing: border-box;
    }

        .realReview .real_left::after {
            content: "";
            display: block;
            width: 1px;
            height: 80px;
            background: #BFBFBF;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .realReview .list {
        width: 344px;
        height: 100%;
        margin-left: 30px;
        box-sizing: border-box;
        overflow: hidden;
    }

.goodscontent .realReview .list ul.line {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.realReview .list ul.line li {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    text-indent: 15px;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .realReview .list ul.line li span {
        color: #FF3838;
    }

/*材料下载*/
/*材料下载*/
.noned {
    display: none;
}

.cailiao {
    width: 100%;
    background: #E9EFFB;
    padding-bottom: 50px;
}

.mat_down {
    width: 1200px;
    margin: auto;
}

.md_p {
    text-align: center;
    padding-top: 56px;
    margin-bottom: 56px;
    font-size: 35px;
    color: #333;
}

.md_con {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 10px 30px 0;
}

.mc_left {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.ml_tit {
    width: 100%;
    height: 55px;
    background: rgb(255,255,255);
    border-bottom: 1px solid rgba(220,220,220,1);
    display: flex;
    justify-content: space-between;
}

.ml_sp {
    width: 25%;
    position: relative !important;
    display: block;
    /*width: 50%;*/
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(59,59,59,1);
    cursor: pointer;
}

.clickitem {
    color: #FA7911;
    width: 25%;
    border-bottom: 3px solid rgba(250,121,17,1);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.ml_li {
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*padding: 10px 20px 30px 40px;*/
    float: left;
}

    .ml_li > span:nth-of-type(1) {
        width: 275px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(59,59,59,1);
        margin-left: 12px;
    }

    .ml_li > span:nth-of-type(2) {
        color: rgba(59,59,59,1);
        margin-left: 10px;
        width: 100px;
        margin-right: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ml_li > a {
        width: 79px;
        height: 35px;
        border: 1px solid rgba(250,121,17,1);
        border-radius: 2px;
        line-height: 35px;
        text-align: center;
        color: rgba(250,121,17,1);
    }

        .ml_li > a:hover {
            background: rgba(250,121,17,1);
            color: #fff;
        }

.mc_right {
    float: right;
    width: 600px;
    padding: 10px 21px 30px 49px;
}

.ml_qy {
    border-left: 1px solid #fff;
}


/*文章*/
.zs_box {
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.zc_left {
    width: 357px;
    height: 100%;
}

.zc_lin {
    width: 365px;
    height: 45px;
    line-height: 45px;
    /* background: yellow; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(78, 78, 78, 1);
    position: relative;
    padding-left: 25px;
}

    .zc_lin a:hover {
        color: #FA7911;
        cursor: pointer;
    }

    .zc_lin::before {
        position: absolute;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: rgba(245, 152, 59, 1);
        left: 5px;
        top: 20px;
    }

.zc_content {
    width: 340px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(118,118,118,1);
    padding-left: 25px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zc_time {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(165,165,165,1);
    line-height: 34px;
    padding-left: 25px;
    box-sizing: border-box;
}

.zc_left img {
    padding-left: 25px;
    box-sizing: border-box;
    width: 357px;
    height: 192px;
    margin-top: 46px;
}

.zc_right {
    width: 750px;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.check {
    text-align: center;
}

    .check > a {
        width: 130px;
        height: 35px;
        border: 1px solid rgba(170,170,170,1);
        display: inline-block;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(78,78,78,1);
        margin-bottom: 40px;
        margin-top: 50px;
    }

        .check > a:hover {
            background: rgba(250,121,17,1);
            color: #fff;
            border: none;
        }

.article {
    width: 100%;
    /*height: 670px;*/
}

    .article .artitle {
        width: 100%;
        text-align: center;
        font-size: 36px;
        color: #333333;
        margin-top: 50px;
    }

    .article .arsubtitle {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #999999;
    }
