.nuclear-banner{
    width: 100%;
    height: 412px;
    background: url("img/Nuclear-name-banner_02.jpg?v=20170810");
    background-position: center;
    display: block;
    float: left;
}
.nuclear-banner h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 90px;
}
.nuclear-box{
    width: 976px;
    height: 90px;
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    margin: 0 auto;
    margin-top: 56px;
}
.nuclear-box .input-box{
    float: left;
    margin-top: 24px;
    margin-left: 10px;
    position: relative;
}
.nuclear-box .input-box input{
    height: 40px;
    border: 1px solid #fff;
    outline: none;
    font-weight: normal;
    border-radius: 0;
}
.nuclear-box .input-box input:focus{
    border: 1px solid #3399cc;
    border-bottom: none;
    box-shadow: none;!important;
}
.nuclear-box div.industry input:focus{
    border: 1px solid #3399cc;
}
.nuclear-box .input-box span{
    width: 14px;
    height: 9px;
    display: block;
    background: url("img/arrow-down-28_05.jpg");
    position: absolute;
    right: 15px;
    top: 16px;
}
.nuclear-box .input-box span.transform{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.nuclear-box .input-box span:hover{
    cursor: pointer;
}

.nuclear-box div.btn-nuclear input{
    width: 120px;
    background: #3399cc;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
}
.nuclear-box div.input-box:first-child{
    margin-left: 46px;
}
.nuclear-box div.city-chose input{
    width: 126px;
    text-align: center;
    padding-left: 4px;
    padding-right: 34px;
}
.nuclear-box div.name-write input{
    width: 306px;
    text-align: center;
}
.nuclear-box div.industry input{
    width: 146px;
    text-align: center;
    padding-left: 4px;
    padding-right: 34px;
}
.nuclear-box div.tissue input{
    width: 156px;
    text-align: center;
    padding-left: 4px;
    padding-right: 34px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.nuclear-box div.active{
    border: 1px solid #3399cc;
    border-bottom: none;
}
.tissue{
    width: 156px;
    text-align: center;
    padding-left: 4px;
    padding-right: 34px;
    background: #fff;
    height: 40px;
}
.tissue p{
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 40px;
    margin: 0;
}
.city-option{
    width: 126px;
    height: auto;
    background: #fff;
    margin: 0;
    position: absolute;
    left: 0;
    top: 40px;
    border: 1px solid #3399cc;
    padding: 6px 0;
    border-top: none;
    display: none;
}
.city-option li{
    font-size: 14px;
    color: #666;
    padding-left: 33px;
    font-weight: normal;
    line-height: 24px;
}
.city-option li:hover{
    cursor: pointer;
    color: #3399cc;
}
.tissue-option{
    width: 156px;
    height: auto;
    background: #fff;
    margin: 0;
    position: absolute;
    left: -1px;
    top: 39px;
    border: 1px solid #3399cc;
    padding: 6px 0;
    border-top: none;
    display: none;
}
.tissue-option li{
    font-size: 14px;
    color: #666;
    padding-left: 33px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
}
.tissue-option li:hover{
    cursor: pointer;
    color: #3399cc;
}

.industry-box{
    width: 684px;
    background: #fff;
    border: 1px solid #3399cc;
    position: absolute;
    left: 0;
    top: 50px;
    margin-left: -270px;
    padding-bottom: 10px;
    display: none;
}
.every-box{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.industry-box .every-box p{
    width: 52px;
    height: 20px;
    background: #f9f9f9;
    margin: 0;
    margin-left: 10px;
    float: left;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.every-box ul{
    margin: 0;
    width: 90%;
    display: block;
    float: left;
}
.industry-box ul li{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    float: left;
    font-weight: normal;
    margin: 0 5px;
    text-align: center;
}
.industry-box ul li:hover{
    cursor: pointer;
    color: #3399cc;
}



.forexmple p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    margin-top: 28px;
}


.talk-people{
    width: 100%;
    min-width: 1200px;
    height: 369px;
    background: url("img/BG-name-talk_09.jpg") repeat;
    display: block;
    float: left;
}
.talk-people .content{
    background: url("img/talk-png-28_09.png");
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.notice-title{
    width: 100%;
    float: left;
    margin-top: 36px;
}
.notice-title p{
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
}
.notice-title p span{
    margin: 0 15px;
    color: #eee;
    font-weight: normal;
}
.notice{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}
.notice ul{
    width: 100%;
    margin: 0;
    margin-top: 22px;
    float: left;
}
.notice ul li{
    width: 583px;
    height: 148px;
    background: #eef9fe;
    float: left;
    margin: 8px;
}
.notice ul li.gray-li{
     background: #fafafa;
 }
.notice ul li .left-icon{
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-top: 30px;
    margin-left: 18px;
}
.notice ul li .left-icon i{
    width: 51px;
    height: 52px;
    display: block;
    margin-top: 19px;
    margin-left: 18px;
}
.notice ul li .left-icon i.name-icon1{
    background: url("img/ew2.png");
    background-size: 100% 100%;
}
.notice ul li .left-icon i.name-icon2{
    background: url("img/ew2.png");
    background-size: 100% 100%;
}
.notice ul li .left-icon i.name-icon3{
    background: url("img/ew3.png");
    background-size: 100% 100%;
}
.notice ul li .left-icon i.name-icon4{
    background: url("img/ew4.png");
    background-size: 100% 100%;
}
.notice ul li .left-icon i.name-icon5{
    background: url("img/ew5.png");
    background-size: 100% 100%;
}
.notice ul li .left-icon i.name-icon6{
    background: url("img/ew6.png");
    background-size: 100% 100%;
}
.notice ul li .left-icon i.name-icon7{
    background: url("img/ew7.png");
    background-size: 100% 100%;
}
.notice ul li .left-icon i.name-icon8{
    background: url("img/ew8.png");
    background-size: 100% 100%;
}
.notice ul li .right-text{
    float: left;
    margin-left: 16px;
    margin-top: 30px;
}
.notice ul li .right-text h4{
    font-size: 20px;
    color: #3399cc;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}
.notice ul li .right-text i{
    display: block;
    width: 56px;
    height: 2px;
    background: #fff;
    margin: 15px 0;
}
.notice ul li.gray-li .right-text i{
    background: #eeeeee;
}
.notice ul li .right-text p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
    font-weight: normal;
}

.popup-reminder{
    width: 100%;
    height: 100%;
    display: none;
}
.write-bg{
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4;
    filter:alpha(opacity=40);
    position: fixed;
    left: 0;
    top: 0;
}
.reminder{
    width: 384px;
    height: 184px;
    background: #fff;
    box-shadow:0 0 10px #999;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -92px;
    margin-left: -192px;
}
.reminder-title{
    width:100%;
    height: 48px;
    background: #3399cc;
}
.reminder-title span{
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-weight: normal;
    margin: 0;
    display: block;
}
.reminder p{
    font-size: 14px;
    color: #666;
    width: 90%;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}
.reminder input.sure-btn728{
    width: 104px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: #3399cc;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-top: 32px;
    outline: none;
}
.reminder .btn811-group{
    width: 248px;
    margin: 0 auto;
    margin-top: 32px;
}
.reminder .btn811-group input{
    width: 104px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: #3399cc;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin: 0 10px;
    outline: none;
    float: left;
}
.reminder .btn811-group a{
    width: 104px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: #3399cc;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin: 0 10px;
    outline: none;
    float: left;
    line-height: 30px;
}
/*公司核名->信息完善弹框->start*/
.check-name-submission-form{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.check-name-submission-form .bannerForm{
    width: 545px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ed7b30;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    padding: 0 65px;

}
.heck-name-submission-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.check-name-submission-form .quote-tit{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 52px;
    margin-bottom: 35px;
}
.quote-state{
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.check-name-submission-form label{
    display: none;
}
.check-name-submission-form .item input{
    width: 410px;
    height: 33px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding-left: 10px;
}
.check-name-submission-form .item .phone-tu-ma{
    cursor: pointer;
}
.check-name-submission-form .quoteSmt{
    text-align: center;
    width: 120px;
    height: 40px;
    background: #ed7b30;
    border-radius: 2px;
    color: #fff;
    border: none;
    font-size: 16px;
    margin-left: 140px;
    margin-bottom: 45px;
    cursor: pointer;
}
.check-name-submission-form .quoteSmt:hover{
    background: #ff9933;
}
.quote-deal{
    margin-bottom: 28px;
}
.quote-deal input{
    float: left;
    margin-left: 85px;
    padding-left: 10px;
}
.quote-deal p{
    float: left;
    color: #666;
    font-size: 14px;
}
.quote-deal p a{
    color: #ea4335;
    cursor: pointer;
}
.quote-deal p a:hover{
    text-decoration: underline;
}
.check-name-submission-form .bannerForm .form-close p{
    float: right;
    display: block;
    width: 14px;
    height: 14px;
    background: url(img/login-register-cancel.png) no-repeat;
    margin: 19px -35px 0 0;
    cursor: pointer;
}
.check-name-submission-form .bannerForm .form-verify {
    color:#ea4335 ;
    margin-bottom: 10px;
    margin-top: -10px;
}
.check-name-submission-form .bannerForm .form-verify i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../css/img/error.jpg) no-repeat center center;
    position: relative;
    top: 2px;
    right: 5px;
}
.check-name-submission-form .bannerForm  #phone-img-captcha-image{
    width: 110px;
    height: 35px;
}
/*公司核名->信息完善弹框->end*/









