.banner {
    width: 100%;
    height: 688px;
    position: relative;
}

.upbanner {
    width: 100%;
    height: 758px;
    background: url(../../images/childmean/childmean_banner.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -70px;
}

.upbanner .childmean_title {
    display: block;
    width: 570px;
    height: auto;
    margin: 210px auto 0;
}


.bannerTab {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    box-sizing: border-box;
}

.bannerTab .tabItem a {
    font-size: 14px;
    margin: 0 15px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    box-sizing: border-box;
}

.bannerTab .tabItem.active a {
    background: #C62B20;
    color: #fff;
    position: relative;
}

.bannerTab .tabItem a:hover {
    background: #C62B20;
    color: #fff;
    position: relative;
}

.bannerTab .tabItem.active a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #C62B20 transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.bannerTab .tabItem a:hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #C62B20 transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}


.formShow {
    display: none;
    width: 100%;
    padding-bottom: 50px;
    background: url(../../images/childmean/childmean_banner.jpg) center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}


/*form提交*/
.allForm {
    width: 998px;
    height: 68px;
    background: rgba(0,0,0,0.5);
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.allForm .formitem.formitem_city {
    width: 206px;
}

.allForm .formitem.formitem_industry {
    width: 263px;
}

.allForm .formitem.formitem_meancheck {
    width: 325px;
}

.allForm .formitem {
    height: 50px;
    background: #fff;
    font-size: 16px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.allForm .formitem .tithiht {
    color: #3C3C3C;
    white-space: nowrap;
    padding-left: 15px;
    box-sizing: border-box;
}

.allForm .formitem input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline-style: none;
    border-radius: 0 4px 4px 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.allForm .formbtn {
    width: 143px;
    height: 50px;
}

.allForm .formbtn button {
    width: 143px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #FB8A22;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}


.bann_hiht {
    width: 100%;
    color: #7C7C7C;
    font-size: 18px;
    text-align: center;
    margin-top: 115px;
}

.bann_hiht span {
    color: #FB8A22;
}

/*寓意好名*/
.module8 {
    width: 100%;
    height: 584px;
    background: url(../../images/childmean/module8_bgimg.jpg) no-repeat;
    background-size: cover;
}

/*寓意起名-精选公司好名*/
.module9 {
    width: 100%;
    height: 580px;
    background: #466370;
    padding-top:65px;
    box-sizing:border-box;
}
.module9 img{
    display:block;
    width:1018px;
    height:auto;
    margin:0 auto;
}


/*公司起名 注意以下事项*/
.module3 {
    width: 100%;
    height: 900px;
    background: url(../../images/childmean/module3_bgimg.jpg)bottom no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.module3 .module3_title {
    width: 100%;
    color: #464646;
    font-size: 30px;
    font-weight: bold;
    padding: 100px 0 10px;
    text-align: center;
}
.module3 .module3_title img{
    width:484px;
    height:auto;
}

.module3 .mattersList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.module3 .mattersList .mattersItem {
    width: 285px;
    height: 258px;
    text-align: center;
    padding: 27px 32px 0;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(220,220,220,1);
    box-shadow: 0px 6px 14px 0px rgba(54,99,212,0.15);
    border-radius: 4px;
    cursor: pointer;
}

.module3 .mattersList .mattersItem:hover {
    background: #fafafa;
}

.module3 .mattersList .mattersItem img {
    width: 80px;
    height: auto;
}

.module3 .mattersList .mattersItem .mattersTit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.module3 .mattersList .mattersItem .mattersSubtit {
    color: #333;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
}


/*寓意弹窗*/
.flaymean {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 110;
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px 25px 48px;
    width: 700px;
    height: 412px;
    border-radius: 7px;
    background: #fff;
    transform: translateY(-50%);
}

.flaymean .meanclose {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
}

.flaymean .flaymean-tit {
    width: 100%;
    color: #373737;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-family: PingFang-SC-Bold;
}

.flaymean .flaymean-hiht {
    margin-top: 30px;
    width: 100%;
    color: #FE4E4E;
    font-size: 15px;
}

.flaymean .flaymean-btn {
    width: 100%;
    height: 45px;
    text-align: center;
}

.flaymean .flaymean-btn button {
    margin-top: 20px;
    width: 176px;
    height: 45px;
    border: none;
    border-radius: 4px;
    background: #F19149;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
}

.flaymean .meanList {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flaymean .meanList ._item {
    width: 25%;
    text-align: center;
    font-size: 15px;
    line-height: 52px;
}

.flaymean .meanList ._item label {
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    align-items: center;
}

.flaymean .meanList ._item ._check {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

