.header {
    background: rgba(0,0,0,0.5);
}

.banner {
    width: 100%;
    height: 794px;
    position: relative;
}

.upbanner {
    width: 100%;
    height: 864px;
    background: url(../../images/business/banner.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -70px;
}

.bann_title {
    width: 100%;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 200px;
}

.bann_hiht {
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.bann_hiht span {
    color: #FBA722;
}


.formShow {
    display: none;
    width: 100%;
    padding-bottom: 30px;
    background: url(../../images/business/banner.jpg) center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}


/*form提交*/
.allForm {
    width: 945px;
    height: 68px;
    background: rgba(0,0,0,0.33);
    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 {
    width: 364px;
    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: 4px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.allForm .formbtn {
    width: 184px;
    height: 50px;
}

.allForm .formbtn button {
    width: 184px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #EC6941;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}

.bann_samples {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top:45px;
    font-size: 14px;
}
.bann_samples span {
    color: #FF7420;
}


/*什么是工商核名？*/
.module10 {
    width: 100%;
    padding: 70px 0 80px;
    text-align: center;
}
.module10 .module10_tit {
    width: 100%;
    color: #323232;
    font-size:30px;
}
.module10 .module10_list {
    width: 1020px;
    margin:60px auto 0;
    display: flex;
    justify-content: space-between;
}
.module10 .module10_list .module10_item {
    width: 240px;
    text-align: center;
}
.module10 .module10_list .module10_item img{
    width:150px;
    height:auto;
}
.module10 .module10_list .module10_item .module10_item_tit {
    color: #343434;
    font-size: 20px;
    font-weight:bold;
}
.module10 .module10_list .module10_item .module10_item_subtit {
    line-height:30px;
    color: #676767;
    font-size: 14px;
    margin-top:10px;
}


/*什么是工商核名？*/
.module11 {
    width: 100%;
    padding: 80px 0 140px;
    text-align: center;
    background: linear-gradient(60deg,rgba(233,228,251,1) 0%,rgba(198,213,249,1) 100%);
}

.module11 .module11_tit {
    width: 100%;
    color: #303030;
    font-size: 30px;
}
.module11 .module11_list {
    width: 1078px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}
.module11 .module11_list .module11_item img{
    width:238px;
    height:auto;
}