﻿/*.s_cdiv {
    background: url(/images/bg.png);
    height: 450px;
}*/
.s_cdiv {
    background: url(/images/indexBanner/banner.jpg);
    height: 509px;
    padding-top: 57px;
    text-align: center;
}
.sdc_title {
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(255,255,255,1);
    margin-bottom:42px;
}
.bannerTab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 38px 0;
    box-sizing: border-box;
}

 .bannerTab .tabItem{
    margin: 0 15px;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

 .bannerTab .tabItem.active{
    background: #fff;
    color: #3A3A3A;
    position: relative;
}

 .bannerTab .tabItem:hover {
    background: #fff;
    color: #3A3A3A;
    position: relative;
}
 .bannerTab .tabItem.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

 .bannerTab .tabItem:hover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

    .ss_ch {
        width: 993px;
        height: 173px;
        background: rgba(255,255,255,1);
        box-shadow: 0px 11px 40px 0px rgba(174,175,187,0.29);
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
        padding: 29px;
        margin: -76px auto 82px;
    }

    .ss_ch .left {
        width: 180px;
        text-align: center;
    }

.left .left_title {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(74,74,74,1);
    margin-bottom: 20px;
}

.ss_ch .right {
    width: 720px;
    height: 120px;
    padding-top:17px;
}

    .ss_ch .right ul {
        width: 100%;
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow:hidden;
    }

        .ss_ch .right ul li {
            width: 330px;
            height:30px;
            line-height: 30px;
            font-size: 14px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: rgba(62,62,62,1);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
/*公司起名文本内容*/
.search-wrap {
    position: relative;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 82px;
    background-color: rgba(255,255,255,0.14);
    width: 1005px;
    padding: 12px 18px;
    margin: 46px auto 0;
    z-index: 1;
    justify-content: space-between;
}

    .search-wrap .search-wrap__item {
        background-color: #fff;
    }

    .search-wrap input {
        height: 58px;
        border: none;
        color: #333;
    }

    .search-wrap i {
        position: absolute;
        color: #ff7d4e;
        font-size: 18px;
        top: 15px;
        left: 10px
    }

    .search-wrap .city {
        width: 175px;
        position: relative
    }

        .search-wrap .city .icon-dizhi {
            display: block;
            left: 20px;
            top: 20px;
            position: absolute;
        }

        .search-wrap .city input {
            width: 150px;
            padding-left: 36px;
            box-sizing: border-box;
        }

    .search-wrap .company-name, .search-wrap .industry, .search-wrap .select-type {
        position: relative
    }

    .search-wrap .company-name {
        width: 300px
    }

        .search-wrap .company-name input {
            width: 210px;
            padding-left: 10px;
        }

        .search-wrap .company-name .icon-pen {
            position: absolute;
            top: 20px;
            left: 20px;
        }

    .search-wrap .industry {
        width: 300px
    }

        .search-wrap .industry input {
            width: 210px;
            padding-left: 10px;
        }

        .search-wrap .industry .icon-guide {
            position: absolute;
            top: 20px;
            left: 20px;
        }

    .search-wrap .select-type {
        width: 130px;
        height: 58px;
        text-align: left;
        text-indent: 5px;
        overflow: visible
    }

        .search-wrap .select-type .selectAlink {
            position: absolute;
            height: 58px;
            width: 130px;
            border: none;
            cursor: pointer;
            line-height: 58px;
            text-indent: 10px;
            color: #666
        }

        .search-wrap .select-type i.icon-shangxiajiantou {
            z-index: 2;
            left: 85px;
            top: 20px
        }

        .search-wrap .select-type .company-type {
            position: absolute;
            width: 130px;
            background: #fff;
            top: 59px;
            height: 80px;
            z-index: 100;
            -webkit-box-shadow: 3px 5px 24px 0 hsla(220,5%,44%,.3);
            box-shadow: 3px 5px 24px 0 hsla(220,5%,44%,.3);
            border-radius: 5px
        }

            .search-wrap .select-type .company-type a {
                color: #333;
                height: 40px;
                line-height: 40px;
                display: block;
                text-indent: 10px;
                cursor: pointer
            }

                .search-wrap .select-type .company-type a:hover {
                    background-color: #e4e8f1
                }

    .search-wrap .check-now {
        position: relative;
        width: 169px;
        background-color: #FC763B;
    }

        .search-wrap .check-now button {
            height: 58px;
            border: none;
            background-color: #FC763B;
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: rgba(255,255,255,1);
            cursor: pointer;
            width: 100%;
        }
input {
    outline:none;
}
.con {
    display:none;
}
/*公司核名*/
 .ss_wrap {
    width: 1160px;
    height: 84px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.14);
    margin:46px auto 0;
}

     .ss_wrap .form1160 {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 22px;
    }

     .ss_wrap .ssfomr_box .tithiht {
        height: 61px;
        line-height: 61px;
        color: #000;
        font-size: 16px;
        display: inline-block;
        clear: both;
        padding: 0 22px;
        box-sizing: border-box;
        position: absolute;
    }

     .ss_wrap .ssfomr_box .qie_view {
        display: inline-block;
        margin-left: 15px;
        color: #f9ff00;
        font-size: 18px;
        cursor: pointer;
        position: relative;
    }

         .ss_wrap .ssfomr_box .qie_view span {
            position: absolute;
            display: inline-block;
            width: 250px;
            padding: 5px 25px;
            line-height: 25px;
            font-size: 16px;
            border-radius: 30px;
            background: #52A6E7;
            top: 60px;
            left: -90px;
        }

    .ss_wrap .ssfomr_box .cpzhItem.piview {
        margin-bottom: 5px;
        position: relative;
    }

     .ss_wrap .ssfomr_box .cpzhItem input {
        padding-left: 67px;
    }

     .ss_wrap .ssfomr_box .piview input {
        height: 40px;
        line-height: 40px;
    }

    .ss_wrap .ssfomr_box .piview .tithiht {
        height: 40px;
        line-height: 40px;
    }

     .ss_wrap .ssfomr_box .cpzhItem .cpzhClose {
        /*display: none;*/
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #F8B551;
        color: #fff;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        font-size: 18px;
        cursor: pointer;
    }

    .ss_wrap .ssfomr_box .addword {
        display: none;
        height: 40px;
        line-height: 40px;
        background: #fff;
        text-align: center;
        font-size: 17px;
        color: #9B9B9B;
        border-radius: 3px;
        cursor: pointer;
    }

    .ss_wrap .ssfomr_box .qie_view span::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-width: 0 10px 20px;
        border-style: solid;
        border-color: transparent transparent #52A6E7;
        position: absolute;
        top: -20px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }

    .ss_wrap .ssfomr_box input {
        width: 100%;
        height: 61px;
        line-height: 61px;
        margin: 0;
        font-size: 16px;
        padding-left: 14px;
        display: inline-block;
        clear: both;
        border: none;
        outline: none;
    }

    .ss_wrap .ssfomr_box select {
        width: 203px;
        height: 61px;
        line-height: 61px;
        margin: 0;
        font-size: 16px;
        color: #454545;
        padding-left: 5px;
        display: inline-block;
        clear: both;
        border: none;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(/images/xiala.png) no-repeat scroll 90% center #fff;
        padding-left: 22px;
    }

    .ss_wrap .ssfomr_box button {
        width: 170px;
        height: 61px;
        line-height: 61px;
        font-size: 18px;
        border: none;
        cursor: pointer;
        outline: none;
        background: #FA7911;
        font-weight: 500;
        color: #fff;
    }

     .ss_wrap .region {
        width: 171px;
        position: relative;
    }

     .ss_wrap .cpzh {
        width: 260px;
        position: relative;
    }

     .ss_wrap .qmword {
        width: 360px;
        position: relative;
    }

       .ss_wrap .qmword input {
            width: 110px;
        }

    .ss_wrap .qmwnum {
        width: 216px;
        position: relative;
    }

        .ss_wrap .qmwnum input {
            width: 125px;
        }

     .ss_wrap .hytype {
        width: 285px;
        position: relative;
    }

       .ss_wrap .hytype input {
            padding-left: 98px;
        }

/*商标查询文本内容*/
.tradeForm {
    width: 929px;
    height: 84px;
    background: rgba(255,255,255,0.2);
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 46px auto 0;
    box-sizing: border-box;
}

    .tradeForm .inputLeft {
        width: 704px;
        height: 61px;
        line-height: 61px;
        background: rgba(255,255,255,1);
        position: relative;
    }

        .tradeForm .inputLeft .inputHiht {
            height: 65px;
            line-height: 65px;
            color: rgba(0,0,0,0.8);
            font-size: 16px;
            position: absolute;
            top: -2px;
            left: 35px;
            z-index: 20;
        }

input::-webkit-input-placeholder {
    font-size: 16px;
    color: #BDBDBD;
}

.tradeForm .inputLeft input {
    width: 100%;
    height: 100%;
    border: none;
    outline-style: none;
    padding-left: 168px;
    font-size: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.tradeForm .buttonRight {
    width: 170px;
    height: 61px;
    line-height: 61px;
    background: #FA7911;
}

button {
    outline: none;
}

.tradeForm .buttonRight button {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: none;
    border: none;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,1);
    cursor: pointer;
}
/*经营范围文本内容*/
.bus_sub {
    width: 929px;
    height: 84px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    margin: auto;
    margin-top: 46px;
    display: flex;
    align-items: center;
}

.bus_div1 {
    display: inline-block;
    width: 255px;
    margin-left: 28px;
    position: relative;
}

.in_box1 {
    width: 255px;
    height: 58px;
    outline: none;
    border: none;
    background: #fff;
    padding-left: 51px;
    font-size: 16px;
    /*color: rgb(113,113,113);*/
}

input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(189,189,189,1);
}

input:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(189,189,189,1);
}

input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(189,189,189,1);
}

input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(189,189,189,1);
}

.pImg {
    position: absolute;
    top: 29%;
    left: 10px;
}

.bus_div2 {
    display: inline-block;
    width: 410px;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
}

.in_box2 {
    width: 410px;
    height: 58px;
    outline: none;
    border: none;
    background: #fff;
    padding-left: 51px;
    font-size: 16px;
    /*color: rgb(113,113,113);*/
}

.bus_div3 {
    display: inline-block;
    width: 170px;
}

.in_btn {
    width: 170px;
    height: 58px;
    outline: none;
    border: none;
    background: #fa7a12;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,1);
    cursor: pointer;
}

    .in_btn:hover {
        background: #fb861f;
    }
/*
    公共标题
*/
.main_title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(74,74,74,1);
    text-align:center;
}
.jy_box {
    width: 1200px;
    margin: 66px auto;
}

.jy_con {
    width: 100%;
    margin-top: 89px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.jyd_box {
    text-align: center;
}

.jyd_line {
    width: 30px;
    height: 3px;
    background: rgba(125, 125, 125, 1);
    border-radius: 2px;
    margin: 32px auto 28px;
}

.jyd_title {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(67, 67, 67, 1);
    margin-bottom: 20px;
}

.jyd_span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(174, 174, 174, 1);
    margin-bottom: 5px;
}

/*  基于智能算法的核名系统*/

.hm_box {
    width: 100%;
    height: 489px;
    background: url(/images/indexBanner/banner2.jpg);
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
}

.hm_title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.hm_con {
    width: 1200px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}

.con_p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin: 39px 0 24px;
}

.con_span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 5px;
}

/* 我们的优势 */

.ys_box {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-top: 30px;
}

.ys_con {
    width: 371px;
    height: 161px;
    margin-top: 50px;
    position:relative;
    margin-right:29px;

}
    .ys_con img{
        width:100%;
        height:100%;
        display:block;
    }
    .ys_title {
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        position: absolute;
        top: 50px;
        left: 30px;
    }

.ys_span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    position: absolute;
    top: 70px;
    left: 30px;
}
/* 公司注册流程  */
.zclc {
    width: 100%;
    height: 527px;
    background: rgba(244, 245, 248, 1);
    padding-top: 1px;
    box-sizing: border-box;
}

.zclc_title {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: rgba(67, 67, 67, 1);
    margin-top: 35px;
    margin-bottom: 10px;
}

.zclc_box {
    height: 220px;
    position: relative;
    /*border-bottom: 1px dashed rgba(210, 210, 210, 1);*/
}

.zclc_span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(145, 145, 145, 1);
}

.zclc_con {
    position: absolute;
    text-align: center;
}

    .zclc_con:nth-child(1) {
        left: 6%;
        top: 40px;
    }

    .zclc_con:nth-child(2) {
       left: 19%;
        top: -120px;
       
    }

    .zclc_con:nth-child(3) {
        left: 35%;
        top: 40px;
    }

    .zclc_con:nth-child(4) {
        left: 47%;
        top: -120px;
    }

    .zclc_con:nth-child(5) {
        left: 68%;
        top: 40px;
    }

    .zclc_con:nth-child(6) {
        left: 78%;
        top: -120px;
        width: 260px;
    }
