/* 底部浮层 */
.baoming_daohang{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -200px;
    height: 150px;
    /*background-image: url(../images/newindex/dbs1.png);*/
    z-index: 999;
    background:rgba(0,0,0,0.8);
    /* overflow: hidden; */
    color: #fff;
    background-position:-155px 0;
    transition:width .5s,bottom .5s;
    -webkit-transition:width .5s,bottom .5s;
    -moz-transition:width .5s,bottom .5s;
    -ms-transition:width .5s,bottom .5s;
    -o-transition:width .5s,bottom .5s;
}
.baoming_daohang.open{
    bottom:0;
}
.baoming_daohang .baoming_daohang_main{
    margin: 0 auto;
    width: 1100px;
    margin-top:0;
    position:static;
    opacity:1;
    filter:alpha(opacity=100);
    transition:opacity .5s;
    -webkit-transition:opacity .5s;
    -moz-transition:opacity .5s;
    -ms-transition:opacity .5s;
    -o-transition:opacity .5s;
}
.baoming_daohang .baoming_daohang_main p{
    font-size: 16px;
    font-weight:normal;
    text-align:center;
    width: 63%;
    padding-bottom:3px;
    display:inline-block;
    float:none;
}
.baoming_daohang .baoming_daohang_main span{
    font-size: 16px;
    font-weight:normal;
    text-align:center;
    width: 34%;
    display:inline-block;
    float:none;
}
.baoming_daohang_main .textpbox{
    height:75px;
    clear:both;
    overflow:hidden;
    zoom:1;
    padding-top:10px;
}
.baoming_daohang_main .textpbox p{
    width:50%;
    float:left;
    font-size:24px;
    line-height:65px;
    text-align:left;
}
.baoming_daohang_main .textpbox p.textp1 strong{
    font-size:30px;
    color:#ba9a73;
}
.baoming_daohang_main .textpbox p.textp2{
    font-size:20px;
    text-align:right;
}
.phonefirst_another{
    width: 100%;
}
.phonefirst_another .sub_m{
    float:left;
    width:930px;
    border:1px solid #8e8e90;
    border-radius:5px;
    overflow:hidden;
    background:#fff;
}
.phonefirst_another .sub_m .numbox{
    border-left:1px solid #e7e7e7;
    width:185px;
    height:49px;
    float:left;
    line-height:49px;
    color:#787878;
    padding-left:43px;
    background:url(../images/newindex/btmico/5.png) no-repeat;
    background-position:15px 13px;
}
.phonefirst_another .sub_m .numbox strong{
    display:inline-block;
    min-width:74px;
    max-width:116px;
    text-align:center;
    font-size:18px;
    color:#000;
    font-weight:normal;
}
.phonefirst_another input,#phonefirst_another{
    width:184px;
    float:left;
    padding-left:38px;
    line-height:49px;
    border:0;
    border-right:1px solid #e7e7e7;
    display:inline-block;
    color:#787878;
    font-size:16px;
    height:49px;
    line-height:49px;
    vertical-align:middle;
    text-align:left;
    font-size:12px;
    background:url(../images/newindex/btmico/1.png) no-repeat;
    background-position:15px 12px;
}
.phonefirst_another select{
    width:185px;
    float:left;
    line-height:49px;
    height:49px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none;
    background-color:#fff;
    background-size: 29px 27px;
    border:0px;
    overflow: hidden;
    color:#787878;
    font-size:12px;
    padding-left:38px;
    background:url(../images/newindex/btmico/4.png) no-repeat;
    background-position:15px 13px;
}
.phonefirst_another .btn_btn{
    float:right;
    color:#b89b73;
    width:162px;
    line-height:50px;
    height:50px;
    border-radius:5px;
    font-size:18px;
    background-color:#b99b73;
    color:#fff;
    border:0;
    text-align:center;
}
.phonefirst_another input:nth-child(1){
    width:184px;
    float:left;
    margin-right:0;
}
.phonefirst_another input:nth-child(2){
    width:184px;
    display:block;
    float:left;
    font-size:12px;
    line-height:49px;
    background-image:url(../images/newindex/btmico/2.png);
}
.phonefirst_another input:nth-child(3){
    background-image:url(../images/newindex/btmico/3.png)!important;
}
.ico_close,.ico_open{
    position:absolute;
    right:0;
    top:50px;
    width:60px;
    height:60px;
    display:block;
    cursor:pointer;
}
.ico_open{
    display:none;
}
.ico_close:before,.ico_open:before{
    position:absolute;
    top:25%;
    left:40%;
    width:50%;
    height:50%;
    border-right:3px solid #b99b73;
    border-bottom:3px solid #b99b73;
    position:absolute;
    content:"";
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
}
.ico_open:before{
    left:auto;
    right:40%;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}
.baoming_daohang.close{
    width:80px;
    opacity:1;
    filter:alpha(opacity=100);
}

.baoming_daohang.close .baoming_daohang_main{
    opacity:0;
    filter:alpha(opacity=0);
    display:none;
}
.baoming_daohang.close .ico_close{
    display:none;
}
.baoming_daohang.close .ico_open{
    display:block;
    opacity:1;
    filter:alpha(opacity=100);
}




.clearfix:after,.clearfix:before,.clearfix::after,.clearfix::before{
    content:" ";
    display:block;
    clear:both;
    overflow:hidden;
    zoom:0;
}