.lefts{
    float:left;
}
.rights{
    float: right;
}
.new-nav{
    width: 60px;
    background: #3371fc;
    position: fixed;
    right: 0;
    top: 300px;
    bottom: auto;
    left: auto;
    z-index: 100;
    border-radius: 35px;
}
.new-nav .nav-list{
    text-align: center;
    position: relative;
    cursor: pointer;
}
.new-nav .nav-list .P1{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.7;
    padding: 2px 0 6px 0;
}

.new-nav .nav-list img{padding-top: 10px;}

.new-nav .nav-list::after{
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.08;
    margin:0 auto;
}
.new-nav .nav-box{
    position: relative;
}


.serve-content{
    padding:10px 20px;
    text-align: left;
}
.serve-content .serve-list{
    padding:16px 0;
    border-bottom:1px solid #EEEEEE;
}
.serve-content  .serve-list .tlls{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.serve-content  .serve-list .tlls img{
    width:14px;
    height:14px;
}
.serve-content .serve-list .phone{
    font-size: 28px;
    font-weight: 400;
    color: #FF5A00;
    padding-left:10px;
}
.serve-content .serve-list .des{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding-left:16px;
}
.serve-content .borNone{
    border-bottom:none;
}
.nav-ewm-box{
    /*padding-top:20px;*/
    width: 160px;
    background: #FFFFFF;
    box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.05);
}
.nav-ewm-box .ewm-list{
    border-bottom:1px solid #EEEEEE;
    text-align: center;
}
.nav-ewm-box .ewm-list img{
    width:150px;
    height:150px;
    margin-top:10px;
}
.nav-ewm-box .ewm-list p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-bottom:4px;
    margin-bottom:10px;
    padding-top: 20px;
}
.nav-list .nav-show{
    width:0px;
    overflow: hidden;
    transition: all 0.3s;
    position: absolute;
    right: 50px;
    bottom:auto;
    left:auto;
    top:0;
}
.nav-list .nav-show>div{
    float: right;
    margin-right:20px;
}
.nav-list:hover .nav-show{
    width:280px;
    text-align: right;
}



/*左侧悬浮start*/
.fixed-leftbox{
    position: fixed;top: 215px;left: 2%;z-index: 9000;}
.fixed-left{
    width: 179px;
    height: 561px;
    background-image:url(../images/fixed-left.png);
    padding: 176px 10px 0px 37px;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
}

.hphone{
    font-size:14px;color:#10acea;}

.list{
    position:absolute;
    bottom: 279px;
    left: 50px;
    margin-top: 25px;
}

}
.botlist{
    position:absolute;bottom: 27px;left:34px;}
.fixed-left li{
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /* background:#F58A1E; */
    border-radius: 5px;
    margin:0 auto;
    margin-bottom: 14px;
    position: relative;
}
.fixed-left li a{font-size:14px;
    color:#fff;}
.fixed-left li p{color:#fff;}

.fixed-phone{
    background:url(../img/list/about/phbg.png) no-repeat 0 0;
    width:204px;
    height:131px;
    position: absolute;
    top:-65px;
    left: 148px;
    display: none;
    background-size:100% 100%;
    padding-left:15px;
    font-size: 14px;
    color:#666;
    font-size:12px;
    color:#1a1a1a;
}
div{
    margin-top:6px;
&:nth-child(1){
     }
&:nth-child(3){
     margin-top:0;}
span{font-size: 12px;
    color:#0ea5e9;}
input{
    width:158px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:solid 1px #dfdfdf;
&.post_report{
     width:155px;
     height:32px;
     border:solid 1px #d9d9d9;
     border-radius: 3px;
     background:#40b1f9;
     line-height: 32px;
     font-size:12px;
     color:#fff;}
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #dfdfdf;
    font-size: 12px;}
input:-moz-placeholder,textarea:-moz-placeholder {
    color: #dfdfdf;
    font-size: 12px;}
input::-moz-placeholder,textarea::-moz-placeholder {
    color: #dfdfdf;
    font-size: 12px;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #dfdfdf;
    font-size: 12px;}
input , textarea{
    outline:none;
}
input:focus , textarea:focus{
    border: 1px solid #999;
}











