﻿@charset "UTF-8";
.header {
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 100%;
}

.header .container {
    border-bottom: 0 none;
}

.header .head-fl {
    vertical-align: middle;
}

.header img {
    height: 35px;
}

.header li {
    float: left;
    padding: 0 5px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
}

.header .li-1 {
    padding-right: 0px;
    cursor: pointer;
}

.header .li-1 a {
    padding-right: 5px;
}

.header .li-2 {
    padding-left: 0px;
}

.header .li-2 a {
    padding-left: 5px;
}

.header .li-3 {
    padding: 0px;
}

.header .li-3 a {
    padding: 0px;
    margin-top: 9px;
    vertical-align: middle;
}

.header a {
    display: block;
    height: 34px;
    margin-top: 10px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 17px;
    color: #fff;
}

.header a.active {
    background: #09a8cf;
}

.header.active {
    background: none;
}

.header.active a.active {
    background: #137497;
}

.footer {
    background: #042a3c;
    height: 124px;
    color: #fff;
    padding-top: 40px;
}

.footer .foot-fl {
    padding: 0 50px 0 70px;
}

.footer .foot-fl img {
    padding-right: 10px;
}

.footer .foot-fl em {
    font-size: 14px;
    line-height: 20px;
}

.footer .foot-fl p {
    font-size: 18px;
    line-height: 30px;
}

.footer .foot-fc {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    z-index: 2;
}

.footer .foot-fc a {
    padding: 0 4px;
    cursor: pointer;
    color: #fff;
}

.footer .foot-fr {
    padding-right: 70px;
    position: relative;
}

.footer .foot-fr img {
    position: absolute;
    top: -10px;
    right: 70PX;
}

.footer .foot-ft {
    text-align: center;
    position: relative;
    bottom: -20px;
}

.footer .foot-ft img {
    padding-bottom: 15px;
}

/* 寮圭獥alert */
.alert-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.alert-login .backBOX {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.alert-login .box {
    width: 360px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -60px;
    background-color: #fff;
    padding-top: 20px;
}

.alert-login .box .check-close {
    position: absolute;
    right: -23px;
    cursor: pointer;
    top: -37px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) 0 0 no-repeat;
    background-size: 30px 30px;
}

.alert-login .box .close {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    color: #fff;
    font-size: 0.3rem;
}

.alert-login .box .title {
    position: absolute;
    top: -101px;
    margin-left: 134px;
}

.alert-login .box .wrap {
    text-align: center;
}

.alert-login .box .wrap input {
    width: 218px;
    height: 38px;
    border: 2px solid #eceff1;
    display: block;
    padding-left: 50px;
    background-color: #f9f9f9;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    margin: 0 auto 10px;
    border-radius: 19px;
}

.alert-login .box .wrap .input-phone {
    background: url(../images/block-04.png) 10px center no-repeat;
    background-size: 30px;
}

.alert-login .box .wrap .code {
    position: relative;
}

.alert-login .box .wrap .input-code {
    width: 253px;
    padding-left: 15px;
}

.alert-login .box .wrap .get-code {
    position: absolute;
    right: 45px;
    top: 0px;
    width: 112px;
    text-align: center;
    display: inline-block;
    background-color: #f7aa2b;
    color: #fff;
    font-size: 14px;
    border-radius: 0 20px 20px 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.alert-login .box .wrap .input-user {
    background: url(../images/block-02.png) 10px center no-repeat;
    background-size: 30px;
}

.alert-login .box .wrap .input-area {
    background: url(../images/block-03.png) 10px center no-repeat;
    background-size: 30px;
}

.alert-login .box .wrap .industr {
    position: relative;
    display: none;
}

.alert-login .box .wrap .industr.active {
    display: block;
}

.alert-login .box .wrap .input-industr {
    background: url(../images/block-05.png) 10px center no-repeat;
    background-size: 30px;
}

.alert-login .box .wrap .register {
    width: 100%;
}

.alert-login .box .wrap button {
    width: 268px;
    height: 40px;
    border-radius: 20px;
    background-color: #f7aa2b;
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.alert-login .box .login {
    display: none;
}

.alert-login .box .bot .m-flex-wrap .m-flex-per {
    background-color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    width: 50%;
    float: left;
}

.alert-login .box .bot .m-flex-wrap .active {
    color: #fff;
    background-color: #f7aa2b;
}

.alert-login .box .bot .m-flex-wrap .reg-btn {
    border-radius: 0 0 0 10px;
    cursor: pointer;
}

.alert-login .box .bot .m-flex-wrap .login-btn {
    border-radius: 0 0 10px 0;
    cursor: pointer;
}

.named-box {
    border-radius: 7px;
    color: #fff;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -582px;
    z-index: 10;
    width: 1166px;
    height: 130px;
    background-color: #fff;
    box-shadow: #d6e9f2 0 20px 40px;
}

.named-box .form-inline {
    height: 56px;
    margin: 43px 0 0 0;
    text-align: center;
}

.named-box .btn {
    height: 50px;
    vertical-align: top;
    width: 125px;
    text-align: center;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background-color: #f7aa2b;
    cursor: pointer;
}

.named-box .form-group {
    vertical-align: top;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
}

.named-box .input-select {
    margin-right: 6px;
    position: relative;
    height: 50px;
}

.named-box .input-select .span_1 {
    position: absolute;
    width: 400px;
    font-size: 12px;
    z-index: 10;
    left: 1px;
    top: 60px;
    color: #777;
    text-align: left;
    height: 20px;
    line-height: 20px;
}

.named-box .input-select .span_1 i {
    font-size: 30px;
    color: red;
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.named-box .input-select .icon {
    font-size: 18px;
    color: #000;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 14px;
}

.named-box .input-select em.icon-dizhi::before {
    content: url(../images/icon-dizhi.png);
}
.named-box .input-select em.icon-guide::before {
    content: url(../images/icon-guide.png);
}
.named-box .input-select em.icon-pen::before {
    content: url(../images/icon-pen.png);
}

.named-box .input-select input.form-control {
    width: 200px;
    height: 50px;
    font-size: 14px;
    padding-left: 34px;
    border: none;
    padding-right: 40px;
    border-radius: 10px;
}
.named-box .input-select input.form-control.city{
    width: 100px;
}
.named-box .input-select input.form-control.industry{
    width: 100px;
}
.named-box .input-select input.form-control.nature{
    width: 130px;
}
.named-box .input-select input.form-control.number-text{
    width: 80px;
}
.named-box .input-select input.form-control.word{
    width: 80px;
}
.named-box .input-select .select-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 43px;
    padding: 0 15px;
    cursor: pointer;
}

.named-box .input-select .select-btn .icon-down {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 12px;
    height: 7px;
    vertical-align: middle;
    background: url(../images/qname-11.png) no-repeat center;
}

.named-box .input-select .dropdown01_1.dropdown-box:before, .named-box .input-select .dropdown01_1.dropdown-box:after {
    left: 76px;
}

/*弹出盒子*/
.named-box .input-select .dropdown-box {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 880px;
    left: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 10px;
    display: none;
    padding: 10px;
    font-size: 0;
    border-radius: 7px;
    text-align: left;
}

.named-box .input-select .dropdown-box:after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    left: 120px;
    top: -7px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #fff transparent;
}

.named-box .input-select .dropdown-box:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 120px;
    top: -8px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ccc transparent;
}

.named-box .input-select .dropdown-box > a {
    cursor: pointer;
    font-style: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 6px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}

.named-box .input-select .dropdown-box > em:hover {
    color: #333;
}

.named-box .input-select .dropdown-box .show-second em {
    cursor: pointer;
    font-style: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 10px 6px 0;
    color: #999999;
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 0 6px;
}

.named-box .input-select .dropdown-box .show-second em:hover {
    color: #fff;
    background-color: #f39902;
}

.named-box .input-select .dropdown-box .show-second .active {
    color: #fff;
    background-color: #f39902;
}

.city-title{
    color: #000;
    font-size: 16px;
    padding: 8px 6px;
}

.named-box .input-select .dropdown-box.dropdown02 {
    width: 770px;
    padding: 10px 10px 0;
}

.named-box .input-select .dropdown-box.dropdown02:before, .named-box .input-select .dropdown-box.dropdown02:after {
    left: 80px;
}

.named-box .input-select .dropdown-box.dropdown02 dl {
    margin-bottom: 8px;
    text-align: left;
}

.named-box .input-select .dropdown-box.dropdown02 dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 65px;
    height: 24px;
    background-color: #F5F5F5;
    color: #999999;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 15px;
}

.named-box .input-select .dropdown-box.dropdown02 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    color: #999;
    font-size: 15px;
    padding-top: 3px;
}

.named-box .input-select .dropdown-box.dropdown02 em {
    cursor: pointer;
    font-style: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background-color: #fff;
    width: auto;
    height: 24px;
    padding: 0;
    margin: 0 3px;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #999999;
}

.named-box .input-select .dropdown-box.dropdown02 em:hover {
    color: #333;
}

.named-box .input-select .dropdown-box.dropdown03{
    width: 200px;
}
.named-box .input-select .dropdown-box.dropdown04{
    width: 200px;
}

.named-box .input-select.active .dropdown-box {
    display: block;
}

.named-box1 {
    width: 1060px;
    margin-left: -530px;
}

.alert-check {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

.alert-check .box {
    width: 686px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
}

.alert-check .box .check-close {
    position: absolute;
    right: -10px;
    cursor: pointer;
    top: -60px;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) 0 0 no-repeat;
    background-size: 40px 40px;
}

.alert-check .box .header-alert {
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    text-align: center;
}

.alert-check .box .header-alert span {
    color: #dd4949;
}

.alert-check .box .level .pc-flex-wrap .pc-flex-per {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #e8e8e8;
    border-right: 2px solid #fff;
    text-align: center;
    font-size: 12px;
}

.alert-check .box .level .pc-flex-wrap .level1 {
    background-color: green;
    color: #fff;
}

.alert-check .box .level .pc-flex-wrap .level2 {
    background-color: #f7aa2b;
    color: #fff;
}

.alert-check .box .level .pc-flex-wrap .level3 {
    color: #fff;
    background-color: #ff0000;
}

.alert-check .box .advice {
    margin-top: 24px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 20px;
    background-color: #f6f6f6;
}

.alert-check .box .info {
    line-height: 28px;
    font-size: 16px;
    padding: 10px 20px 20px;
    max-height: 200px;
    overflow-y: scroll;
}

.alert-check .box .info span {
    color: #ff0000;
}

.alert-check .box .info .top-alert {
    line-height: 38px;
}

.alert-check .box .next a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #15b5ff;
    text-align: center;
    display: block;
}

.modal-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    background: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
    margin: 300px auto 0;
    width: 600px;
}

.modal-dialog .modal-content {
    background: #fff;
}

.modal-dialog .modal-header {
    background-color: #e8e7ea;
    font-size: 20px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

.modal-dialog .modal-header .close {
    margin-top: -2px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-dialog .modal-header .modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-dialog .modal-body {
    position: relative;
    padding: 30px;
    padding-left: 80px;
}

.modal-dialog .modal-body .alert-icon {
    float: left;
    margin-right: 25px;
    height: 60px;
    margin-bottom: 40px;
}

.modal-dialog .modal-body h3 {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.modal-dialog .modal-body p {
    font-size: 16px;
    color: #999;
    margin: 0 0 10px;
    line-height: 24px;
}

.modal-dialog .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-dialog .modal-footer .btn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #5791EF;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.company-city {
    position: relative;
}

#PoPy, #PoPy1 {
    display: none;
}

.input {
    position: absolute;
    top: 0;
    left: 0;
    width: 457px;
    margin: 0;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #c9cacb;
}

s {
    position: absolute;
    top: 1px;
    right: 0;
    width: 32px;
    height: 32px;
    background: url("../images/arrow.png") no-repeat;
}

._citys, ._industry {
    border-radius: 6px;
    background-color: #fff;
    width: 570px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    position: relative;
}

._citys span, ._industry span {
    color: #05920a;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #05920a;
    cursor: pointer;
}

._citys0, ._industr0 {
    width: 95%;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border-bottom: 2px solid #05920a;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

._citys1 a {
    width: 73px;
    height: 30px;
    display: inline-block;
    background-color: #f2f2f2;
    color: #333;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

._citys1 a:hover {
    color: #037eb8;
    background-color: #fff;
}

.AreaS {
    background-color: #05920a !important;
    color: #fff !important;
}

._industry {
    width: 750px;
}

._industr1 {
    padding: 10px;
}

._industr1 dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 65px;
    height: 24px;
    background-color: #F5F5F5;
    color: #999999;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 15px;
}

._industr1 em {
    cursor: pointer;
    font-style: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background-color: #fff;
    width: auto;
    height: 24px;
    padding: 0;
    margin: 0 3px;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #999999;
}

/*起名包含的字*/
.word-list{
    position: absolute;
    width: 514px;
    top: 70px;
    left: -178px;
    z-index: 100;
    background: #fff;
    text-align: left;
    -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;
    padding: 10px 10px 10px 10px;
}

.word-list::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 244px;
    top: -8px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ccc transparent;
}
.word-list::after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    left: 120px;
    top: -7px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #fff transparent;
}

.word-list .hiht{
    height: 30px;
    color: red;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}
.word-list ul.constKey {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.word-list ul.constKey li {
    width: 40px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #000;
}
.word-list ul.constKey li:hover{
    color: #FE9601;
}

/*# sourceMappingURL=com.css.map */
