#floor {
    background-image: url("/image/floor/dibu_bg_1.png");
    height: 358px;
    width: 100% !important;
}


#floor > .content {
    /*
    width: 1200px;
    */
    margin: auto;
    color: #fff;
}


/*旧版页尾css已删除*/
/*旧版floor的qrcode描述配置已删除，详情请自行全局查询新css*/

#floor > .content .content-sum{
    position: relative;
    width: 1200px;
    height: 330px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
}

#floor > .content .content-sum a{
    color: #FFFFFF;
}

.content-sum p {
    opacity: 80%;
}

.content .content-sum .sum-about{
    float: left;
    width: 20%;
    margin-left: 20px;
    height:200px;
    display: inline-block;
    margin-top: 65px;
    line-height: 40px;
}

#floor > .content .content-sum .sum-p\&s{
    float: left;
    width: 26%;
    margin-left: 20px;
    height:200px;
    display: inline-block;
    margin-top: 65px;
    line-height: 40px;
}

#floor > .content .content-sum .sum-indCase{
    float: left;
    width: 20%;
    margin-left: 20px;
    height:200px;
    display: inline-block;
    margin-top: 65px;
    line-height: 40px;
}

#floor > .content .content-sum .sum-qrCode{
    width: 24%;
    display: inline-block;
    float: right;
    margin-top: 65px;
    line-height: 35px;
    font-size: 16px;
    margin-right: 20px;
}

#floor > .content .copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.30000001192092896);
    font-size: 12px;
    text-align: center;
}
#floor > .content .copyright a{
    color: #fff;
}

#floor > .content .copyright a:hover{
    color: #D7000F;
}

.city{
    font-size: 16px;
    color: #fff;
    margin-top: 35px;
}


/*悬浮*/
.float-sidebar {
    position: fixed;
    z-index: 990;
    /*bottom: 78px;*/
    top: 400px;
    right: 0;
}

.black-div {
    width: 162px;
    height: 50px;
    line-height: 50px;
    background: #444444;
    box-sizing: border-box;
    padding-top: 17px;
}

/*.black-div img {*/
/*    margin-left: 20px;*/
/*    cursor: pointer;*/
/*}*/

.black-div .black-img{
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    background-image: url("/image/floor/x.png");
    margin-left: 20px;
    cursor: pointer;
}

.black-div .black-img:hover{
    background-image: url("/image/floor/x_red.png");
}

.consult-list .li {
    width: 162px;
    height: 44px;
    line-height: 44px;
    background: #F2F2F2;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}

/*.consult-list .li img {*/
/*    margin-right: 13px;*/
/*    float: left;*/
/*    margin-top: 15px;*/
/*}*/

.consult-list .li .li-img{
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.consult-list .li:hover span{
    color: #D7000F;
}

.consult-list .phone-li:hover .phone-icon{
    background-image: url("/image/floor/phone_red.png");
}

.consult-list .callBack-li:hover .callBack-icon{
    background-image: url("/image/floor/callBack_red.png");
}


.consult-list .li .phone-icon{
    background-image: url("/image/floor/phone.png");
}

.consult-list .li .callBack-icon{
    background-image: url("/image/floor/callBack.png");
}

.consult-list .li span {
    color: #666666;
    font-size: 16px;
}

.consult-list .li:nth-child(2) {
    margin: 1px 0;
}

/*#phone-confirm{*/
/*    display: none;*/
/*}*/

.mask-layer {
    position: fixed;
    left: 0;
    right: 0;
    top: -200%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s;
    z-index: 9999;
}

.mask-layer.show {
    top: 0;
    opacity: 1;
}

.mask-layer .confirm-box {
    width: 400px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    border: 1px solid #E5E5E5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mask-layer .confirm-phone {
    text-align: center;
    margin-top: 30px;
}

.mask-layer .confirm-time {
    width: 252px;
    text-align: center;
    margin: auto;
    color: #666666;
    font-size: 12px
}

.mask-layer .confirm-phone .phone {
    margin-top: 18px;
    margin-bottom: 22px;
    font-size: 24px;
    color: #D7000F;
}

.confirm-top {
    height: 68px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 4px 4px 0 0;
    padding: 12px 28px 0 24px;
    box-sizing: border-box;
}

.confirm-x {
    float: right;
    margin-top: 15px;
    cursor: pointer;
}


/*申请回呼*/
.mask-layer .callBack-confirm {
    width: 1120px;
    height: 760px;
    box-sizing: initial;
}

.mask-layer .confirm-form {
    box-sizing: border-box;
    padding: 100px 164px 0 164px;
}

.mask-layer .callBack-confirm .title {
    font-size: 16px;
    margin-bottom: 23px;
}

.mask-layer .callBack-form {
    zoom: 1;
}

.mask-layer .callBack-form:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mask-layer .callBack-form .form-left {
    width: 380px;
    float: left;
    margin-right: 32px;
}

.callBack-confirm .form-item {
    margin-bottom: 16px;
}

.callBack-confirm .form-item:nth-child(1) {
    margin-bottom: 0;
}


.callBack-confirm .form-input-div {
    width: 380px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #ADADAD;
    position: relative;
    box-sizing: border-box;
}

.callBack-form .form-input {
    border: none;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    padding-left: 16px;
    color: #414141;
    width: 378px;
    box-sizing: border-box;
}

.callBack-form .form-input::-webkit-input-placeholder, .callBack-form .code-input::-webkit-input-placeholder,.callBack-form .form-textarea::-webkit-input-placeholder {
    color: #999999;
}

.callBack-form .error-text {
    color: #ed4014;
    line-height: 16px;
    height: 16px;
}

.callBack-form .code-input {
    width: 218px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 16px;
    float: left;
}

.callBack-form .code-img {
    float: left;
    margin-left: 22px;
}

.callBack-form .code-img img {
    cursor: pointer;
}

.callBack-form .form-select {
    border: none;
    height: 42px;
    border-radius: 4px;
    display: inline-block;
    padding: 0 16px;
    color: #414141;
    width: 380px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.mask-layer .callBack-form .form-right {
    display: inline-block;
    width: 380px;
}

.callBack-form .form-textarea {
    width: 380px;
    height: 160px;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    padding: 15px;
    font-size: 14px;
    resize:none;
    box-sizing: border-box;
}

.callBack-confirm .form-button{
    margin-top: 47px;
    height: 42px;
    margin-left: 225px;
}

.callBack-confirm .form-button .opt-btuuon{
    cursor: pointer;
    width: 148px;
    height: 42px;
    background: #444444;
    border-radius: 21px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    float: left;
    box-sizing: border-box;
}
.callBack-confirm .form-button .opt-btuuon:hover,.red-subBtn{
    color: #ed4014 !important;
    background: #fff !important;
    border: 1px solid #ed4014;;
}

.callBack-confirm .form-button .submit-btn{
    margin-right: 32px;
}


/*select样式*/
.callBack-confirm .form-select-div{
    padding: 0 15px;
    color: #999999;
}

.callBack-confirm .form-select-div .form-select-input{
    border: none;
    width: calc(100% - 16px);
    height: 40px;
    cursor: pointer;
}

.callBack-confirm .form-select-div .select-down{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("/image/floor/icon_arrow_down.png");
    background-size: 100%;
    right: 16px;
    top: 12px;
    position: absolute;
    transition: all .2s;
}

.callBack-confirm .form-select-option{
    width: 380px;
    height: 294px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    z-index: 2;
    position: absolute;
    box-sizing: border-box;
    overflow-y: auto;
    /*display: none;*/
}

.callBack-confirm .form-select-option ul li{
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding-left: 16px;
    cursor: pointer;
}
.callBack-confirm .form-select-option ul li:hover{
    color: #D7000F;
}

.callBack-confirm .form-select-option::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.callBack-confirm .form-select-option::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 5px #999999;
    background: #999999;
}

.callBack-confirm .form-select-option::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 0;
    background: #fff;
}

.callBack-confirm .form-select-option .onOption{
    color: #D7000F;
}

.callBack-confirm .callBack-success{
    padding-top: 38px;
    text-align: center;
}

.callBack-confirm .callBack-success .success-tit{
    font-size: 24px;
    color: #D7000F;
    font-weight: bold;
}

.callBack-confirm .callBack-success .success-contact{
    margin: 26px 0 28px 0;
    font-size: 18px;
}

.callBack-confirm .callBack-success  .success-home{
    width: 122px;
    height: 42px;
    background: #444444;
    border-radius: 4px;
    margin: auto;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    display: block;
}


.float-list {
    width: 44px;
    height: 182px;
    margin-right: 12px;
}

.float-kefu  {
    background: url("/image/floor/float/floag_kefu.png") no-repeat top center;
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 2px;
}

.float-phone {
    background: url("/image/floor/float/float_phone.png") no-repeat top center;
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 2px;
}

.float-callback {
    background: url("/image/floor/float/flloat_callback.png") no-repeat top center;
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 2px;
}

.float-top {
    background: url("/image/floor/float/float_top.png") no-repeat top center;
    width: 44px;
    height: 44px;
    display: block;
}

.float-list li {
    cursor: pointer;
}

.btn-red {
    background: #D7000F !important;
    border-radius: 21px 21px 21px 21px !important;
}

.btn-blue {
    background: #11487B !important;
    border-radius: 21px 21px 21px 21px !important;
}

@media screen and (max-width: 1200px) {
    #floor {
        width: 100% !important;
    }

    #floor > .content .content-sum {
        position: relative;
        width: 100%;
        height: 330px;
        margin: auto;
        font-size: 16px;
        font-weight: 400;
    }
}