*{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
}
input,button{
    outline: none;
}
body{
    overflow-x: hidden;
    font-size:16px;
    width: 100%;
}
a:hover{
    color:inherit;
}
body a{
    color:inherit;
    text-decoration: none;
}
.law-txt img{
    max-width: 100%;
}
.h1, .h2, .h3, h1, h2, h3{
    margin-top:0;
    margin-bottom:0;
}
.h4, .h5, .h6, h4, h5, h6{
    margin-top:0;
    margin-bottom:0;
}
.fr{
    float:right;
}
.fl{
    float: left;
}
.imgBox{
    width:100%;
}
.imgBox img{
    display: block;
    width:100%;
}
body ul{
    margin: 0;
}
body p{
    margin:0;
}
body a:hover{
    color:inherit;
    text-decoration: none;
}
.content{
    width:1200px;
    margin:0 auto;
    padding:0 10px;
    box-sizing: border-box;
}
.header{
    background: #fff;
    line-height: 100px;
    position: relative;
}
.header .logo{
    height:60px;
    object-fit: scale-down;
}
.search{
    position: relative;
}
.search input{
    padding: 0 40px 0 20px;
    width: 200px;
    height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f1f1f1;
}
.search button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 38px;
    height: 38px;
    line-height: 38px ;
    padding: 0 ;
    text-align: center;
    border: none;
    background-color: #016fb8;
    border-radius: 0 5px 5px 0px;
}
.search button i{
    display: inline-block;
    width:100%;
    height:100%;
    background: url('../images/search.png')no-repeat center center;
    background-size:20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar-header{
    width:100%;
}

.index-nav{
    display: flex;
    width:100%;
    background:#016fb8;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 99;
}
.index-nav .nav-item>a,.down-nav>li>a{
    width:100%;
    display:block;
    height: 40px;
    line-height: 40px !important;
    color:#fff;
    /*padding:0 10px;*/
    box-sizing: border-box;
    position: relative;
}
.index-nav .nav-item{
    flex:1;
    position: relative;
}
.index-nav .nav-item:first-child{
    border-radius: 4px 0 0 0;
}
.index-nav .nav-item:last-child{
    border-radius: 0 4px 0 0;
}
.navbar-collapse{
    padding-right:0!important;
    padding-left:0!important;
}
.down-nav{
    width:100%;
    position: absolute;
    top:100%;
    background: #016fb8;
    display: none;
}
.down-nav.active{
    display: block;
}
.down-nav li {
    color:#fff;
    text-align: center;
}

.down-arr{
    display: inline-block;
    width:15px;
    height:100%;
    background: url('../images/arrowFFF.png')no-repeat center center;
    background-size:15px 15px;
}
.down-nav-son{
    width:100%;
    display: none;
    background: #0a63ab;
    color:#fff;
    position: absolute;
    left:100%;
    top:0px;
}
.down-nav-son li{
    height:40px;
    line-height: 40px;
}
.nav-item>a>i.rotate180{
    transform: rotate(90deg);
}
.down-nav>li:hover .down-arr{
    transform: rotate(90deg);
}

.home-swiper img{
    display: block;
    width:100%;
}
.newBox{
    box-shadow: 0 0 3px #666;
    border-radius: 3px;
    padding:10px;
}

.newBox h4{
    padding:0 0 10px 15px;
    position: relative;
}
.newBox h4::before{
    position: absolute;
    top: -1px;
    left: 5px;
    content: '';
    height: 20px;
    width: 4px;
    background-color: #016fb8;
}
.newBox ul li .s1{
    display: inline-block;
    width:65%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newBox ul li a:hover .s1{
    color:#016fb8;
    text-decoration: underline;
}
.newBox ul{
    padding-top:10px;
    border-top:1px solid #666
}
.newBox ul li{
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    padding-left: 15px;
    overflow: hidden;
    font-weight: 500;
}
.newBox ul li .s2{
    color: #333333;
    float: right;
    padding-left: 10px;
    margin-right: 5px;
}
.newBox h4 a{
    font-size:14px;
    height:25px;
    width:50px;
    border:1px solid #666;
    color:#333;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    margin-top:-3px;
    transition: all .3s ease;
}
.newBox h4 a:hover{
    border-color:#016fb8;
    color:#fff;
    background: #016fb8;
}
.home-list .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:0;
}
.member-list{
    margin:10px 0;
}
.member-list .tit{
    width:45px;
    font-size:13px;
    background: #016fb8;
    text-align: center;
    color:#fff;
    padding:5px 15px;
    box-sizing: border-box;
    height:80px;
    position: relative;
    z-index: 9;
}
.member-list .tit:before{
    content: '';
    position: absolute;
    left:100%;
    top:50%;
    transform: translateY(-50%);
    height: 0px;
    width: 0px;
    border-left: 6px solid #016fb8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.mem-swiper{
    /*background: #f2f2f2;*/
    height:80px;
    padding:10px 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.mem-swiper img{
    display: block;
    height:60px;
}
.fg-box ul li a{
    display: inline-block;
    width:90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*底部*/
.links{
    border:1px solid #e8e8e8;
    margin-bottom:15px;
}
.links .tit{
   background: #fbfbfb;
   padding:5px 15px;
   border-bottom:1px solid #e8e8e8;
}
.links .link-con{
    padding:15px;
}
.links a:not(:last-child){
    border-right:1px solid #e8e8e8;
}
.links a{
    padding:0 5px;
}
.links a:hover{
    color:#016fb8;
}
.footer{
    padding: 5px 0px;
    background-color: #016fb8;
    margin:10px 0;
}
.footer h4,.footer .phone{
    font-size: 15px;
    margin-top: 0px;
    text-shadow: none;
    line-height: 39px;
    margin-bottom: 0px;
    color:#fff;
}
.footer .phone i{
    display: inline-block;
    width:25px;
    height:25px;
    background: url("../images/tel.png")no-repeat;
    background-size:100%;
    margin-right:3px;
    vertical-align: middle;
    position: relative;
    top:-4px;
}
.footer-bh{
    text-align: center;
    padding:0 10px 20px;
}
.footer-bh p{
    line-height: 22px;
}
.inquire{color:#fff;}
.inquire a{
    display: block;
    width:100%;
    height:50px;
    text-align: center;
    line-height: 50px;
    font-size:18px;
    background:-webkit-linear-gradient(#ABDCFF,#0396FF)
}
.inquire:not(:last-child) a{
    margin-bottom:8px;
}
/*法律法规*/
.law-nav h2{
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #ddd !important;
    margin-top: 1px;
    padding-bottom: 5px !important;
    text-shadow: none;
}
.law-nav h2 a{
    color: #333333;
    position: relative;
}
.law-nav h2 a::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #016fb8;
}
.law-list{
    margin: 10px 0 35px 0;
}
.law-list li{
    white-space: nowrap;
    background: #e5e5e5;
    margin-bottom: 2px;
}
.law-list li.active a{
    color:#016fb8;
}
.law-list li a{
    display: block;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    font-weight: 300;
    position: relative;
    color: #333333;
}
.law-crumbs{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.law-crumbs ul li{
    float: left;
    color: #666;
}
.law-crumbs ul li:nth-child(even){
    padding:0 5px;
}
.law-crumbs ul li .i1{
    display: inline-block;
    width:18px;
    height:18px;
    vertical-align: text-top;
    position: relative;
    top:-1px;
    background: url('../images/home1.png')no-repeat;
    background-size:100% 100%;
}
.law-crumbs ul li:hover a{
    color:#016fb8;
}
.law-crumbs ul li:hover .i1{
    background: url('../images/home2.png')no-repeat;
    background-size:100% 100%;
}

.law-txt>h4{
    text-align: center;
    padding:20px 0;
}
.law-txt .newList{
    padding-top:10px;
}
.law-txt .newList ul li{
    padding: 15px;
    border: 10px solid #f7f7f7;
    background-color: #fff;
}
.law-txt .newList ul li:not(:last-child){
    margin-bottom: 20px;
}
.law-txt .newList ul li h4 a:hover{
    color:#016fb8;
    font-size:16px;
}
.law-txt .newList ul li p{
    color:#666;
    font-size:16px;
    line-height: 24px;
}
.newPage{
    margin:15px 0;
    text-align: center;
}
.newPage a:last-child{
    border-right:1px solid #e4eaec;
}
.newPage a{
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    /*border-right: none;*/
    background: #fff;
    text-align: center;
    color: #76838f;
}
.newPage a:hover{
    color:#76838f;
    background: #f5f5f5;
}
.newPage a.active{
    background: #016fb8;
    color:#fff;
}
.law-txt .tit{
    text-align: center;

}
.law-txt .tit p:first-child{
    color:#016fb8;
    font-size:18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.law-txt .p2{
    line-height: 28px;
    padding-top:15px;
}

.member-list ul li .member-box{
    background: #fff;
    text-align: center;
    border:1px solid #ccc;
}
.member-list ul li .member-box:hover .imgBox{
    overflow: hidden;
}
.member-list ul li .member-box:hover .imgBox img{
     transform: scale(1.1);
    transition: all .3s;
}
.member-list ul li p{
    padding: 12px 20px;
}
.wj-list li{
    display: flex;
    padding:15px 0;
}
.wj-list li:not(:first-child){
    border-top:1px solid #e4eaec;
}
.wj-list li .left a{
    display: block;
    width:50px;
    height:50px;
    background: url('../images/wj.png')no-repeat;
    background-size:100% 100%;
}
.wj-list li p{
    color:#76838f
}
.wj-list li .right{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wj-list li .right .txt div{
    padding-bottom:5px;
}
.wj-list li .right  .tit-a a:hover{
    color:#016fb8;
}
.wj-download{
    display: block;
    width:80px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #0a63ab;
    color:#0a63ab;
    vertical-align: middle;
}
.wj-download:hover{
    background: #016fb8;
    color:#fff;
    transition: all .3s;
}

.about-p{
    text-indent:2em;
}


.appli-form{
    width:794px;height:1123px;border:1px solid #000000;
    padding:18px 19px;
    box-sizing: border-box;
    margin:0 auto;
}
.appli-form h1{
    font-size:28px;
    text-align: center;
    margin-bottom:20px;
}

.appli-con .row{
    border-top:1px solid #666;
    border-right:1px solid #666;
}
.appli-con .row .txtCenter{
    text-align: center;
}
.appli-con .row>div{
    border:1px solid #666;
    border-top:0;
    border-right:0;
    height:60px;
    font-size:16px;
    display: flex;align-items: center;
    justify-content: center;
}
.appli-con input{
     border:0;
    width:100%;
    height:100%;
    padding:5px;
    box-sizing: border-box;
}
.selectA{
    color:#333;
}
.selectA{
    position: relative;
    cursor: pointer;
    margin-bottom:10px;

}
.selectA>div{
    height:50px;
    font-size:16px !important;
    width:100%;
    border:1px solid #666;
    line-height:50px;
    text-align: center;
    display: inline-block;
    /*padding:5px 0 0 5px;*/
}


.selectA i{
   display: inline-block;
    width:20px;
    height:20px;
    background: url('../images/arrow.png')no-repeat;
    background-size:100% 100%;
    position: absolute;
    right:5px;
    top:50%;
    transform: translateY(-50%);
}
.selectA i.rotate180{
    transform:translateY(-50%)rotate(180deg);
}
.selectA>ul{
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    font-size:12px;
    border:1px solid #666;
    border-top:0;
    display: none;
}
.selectA>ul li{
    height:30px;
    line-height: 30px;
    font-size:16px;
    background: #fff;
    padding-left:5px;
}
.appli-con .row>div.mem-info{
    height:550px;
    font-size:18px;
}
.appli-con .row>div.mem-txt{
    display: block;
    position: relative;
    padding:30px 0;
    box-sizing: border-box;
}
.appli-con .row>div.mem-txt h3{
    font-size:18px;
    text-align: center;
    text-decoration:underline;
}
.mem-dljg{
    position: absolute;
    right:100px;
    bottom:150px;
}
.mem-time{
    position: absolute;
    right:40px;
    bottom:50px;
}
.mem-time span{
    display: inline-block;
    margin-left:30px;
}
.zb-form .row>div{
    height:330px;
    font-size:18px;
    position: relative;
}
.zb-form .row>div.col-md-1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.signature{
   position: absolute;
   right:20px;
   bottom:40px;
}
.signature span{
    display: inline-block;
    margin-right:80px;
}
.last-bz{
    height:100px !important;
}
.grade .row ul li:first-child>div,
.tab-footer>div
{
    font-size:18px;
    height:60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grade .row ul li>div{
    border:1px solid #666;
    border-top:0;
    border-right:0;
    font-size:14px;
    box-sizing: border-box;
}

.grade .row ul li .tit{
    height:200px;
    font-size:18px;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grade .row ul li.table-8 .tit{
    height:280px;
}
.grade .row ul li.table-9 .tit{
    height:120px;
}
.grade .row ul li.table-1 .tit{
    height:160px;
}
.grade .row ul li.table-2 .tit{
    height:280px;
}
.grade .row ul li.table-3 .tit{
    height:240px;
}
.grade .row ul li.table-4 .tit{
    height:200px;
}
.grade .row ul li  .txt{
    padding:0;
    border:0;
    border-left:1px solid #666;
}
.grade .row ul li  .txt>div{
    height:40px;
    padding:0 15px;
    line-height: 40px;
    border-bottom:1px solid #666;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}
.grade .row ul li  .txt .h70{
    height:80px;
    line-height: initial;
}
.grade .row ul li .score>div{
    padding:0;
    text-align: center;
    justify-content: center;
}
.appli-bz{
    padding-top:10px;
}
.appli-bz p{
    line-height: 23px;
}
.index-wx i{
    display: inline-block;
    width:20px;
    height:20px;
    background: url('../images/wx.png')no-repeat;
    background-size:100% 100%;
}

.index-wx{
    cursor: pointer;
    height:60px;
    width:60px;
    color:#fff;
    font-size:13px;
    background: #4fad18;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height:24px;
    border-radius: 4px;
    margin:20px 0 0 30px;
    position: relative;
}
.index-wx .index-ewm{
    padding:5px;
    background: #ccc;
    width:150px;
    position: absolute;
    top:120%;
    left:50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
.index-wx:hover .index-ewm{
    display: block;
}
.index-wx .index-ewm::before{
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:-7%;
    border-left: solid 11px transparent;
    border-bottom: solid 11px #ccc;
    border-right: solid 11px transparent;
}
.index-wx .index-ewm img{
    display: block;
    width:100%;
}

/*会员中心和品牌策划新增样式*/
.member-list .ul1{
    background: #0070b8;
    color:#fff;
    border:1px solid #333;
}
.member-list .ul1 li{
     float: left;
     width:70%;
     height:30px;
     line-height: 30px;
     text-align: center;
     border-right:1px solid #333;
}
.member-list .ul1 li:nth-child(2){
    width:30%;
}
.member-list .ul2{
    border:1px solid #333;
    border-top:0;
    border-bottom:0;
}
.member-list .ul2 li{
    width:100%;
    font-size:13px;
    border-bottom:1px solid #333;
}
.member-list .ul2 li>div{
    float: left;
     width:70%;
     display: table-cell;
     vertical-align:middle;
     height:40px;
     border-right:1px solid #333;
}
.member-list .ul2 li>div span{
    display: block;
    width:100%;height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-list .ul2 li div:nth-child(2){
     width:30%;
     overflow: hidden;
}

.member-list .ul2 li div:nth-child(2){border-right:0}
.member-list .ul1 li:nth-child(2){border-right:0}

.plan .title{
    width:100%;
    height:40px;
    line-height: 40px;
    background: #0a63ab;
    color:#fff;
    font-size:14px;
    text-align: center;
}
.plan ul{
    border:1px solid #ccc;
    border-top:0;
}
.plan ul li{
    width:100%;
    position: relative;
}
.plan ul li a{
    display:block;
    width:100%;
    padding:10px 30px;
    font-size:14px;
    text-align: center;
}
.plan ul li a i{
    display: inline-block;
    width:25px;
    height:25px;
    background: url('../images/gs.png')no-repeat;
    background-size:100% 100%;
    position: absolute;
    left:5px;
    top:50%;
    transform: translateY(-50%);
}
.plan ul li:not(:last-child){
    border-bottom:1px solid #ccc;
}

@media (min-width: 992px){
    .member-list,.plan{
        width:600px;
        margin:30px auto;
    }
}
@media (max-width: 767px){
    .member-list,.plan{
        width:90%;
        margin:30px auto;
    }
    .member-list .ul2 li{
        font-size:12px;
    }
    .plan  ul li a{
        font-size:12px;
    }
}

.content>.member-list{
    width:100%!important;
    margin: 10px 0!important;
}

/*专家库样式*/
.expertBox{
    padding:10px 0;
}

.expertBox .imgBox{
    width:10%;
}
.expertBox .txtBox{
    width:90%;
    border-left:0;
    overflow: hidden;
    padding-left:20px;
    box-sizing: border-box;
}
.expertBox .txtBox h4{
    font-size:16px;
}
.expertBox .txtBox p{
    color:#666;
    font-size:14px;
}
.expertBox .txtBox .first-p{
    padding:5px 0;
}
.expertBox .txtBox .first-p span{
    font-weight: 700;
    font-size:16px;
    color:#333;
    padding-right:8px;
}

.expert>div:not(:last-child){
    border-bottom:1px dashed #ccc;
}
@media (min-width: 992px){
    .expertBox>div{
        float: left;
        width:100%;
    }
    .expertBox .txtBox .last-p{
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:6;
    }
}
@media (max-width: 767px){
    .expertBox .imgBox{
        width:40%;
        margin:0 auto 10px;
    }
    .expertBox .txtBox{
        padding-left:0;
        margin:0 auto;
    }
}

/*商标分类样式*/
.class-search{
    padding:15px 0;
    text-align: right;
}
.class-search input{
    display: inline-block;
    height:32px;
    line-height: 32px;
    font-size:12px;
    width:240px;
    padding-left:4px;
}
.class-search button{
     background: #0a63ab;
    display: inline-block;
    height:32px;
    width:60px;
    font-size:13px;
    border:1px solid #0a63ab;
    color:#fff;
}

.classify-list .list-box{
    padding:10px;
    font-size:14px;
    border:1px solid #ccc;
    position: relative;
}
.classify-list .text-p{
    color:#666;
}
.classify-content{
    padding:0px 10px 10px!important;
}
.classify-content a{
    display: block;
    padding:0px 4px;
    font-size:13px;
    margin-top:10px;
}
.classify-list .list-box:not(:last-child){
    margin-bottom:20px;
}
.classify-content a:hover{
    border-color:#0a63ab;
    color:#0a63ab;
}
.classify-head{
    background: #0a63ab;

}
.classify-head>div{
    height:32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
}
@media (min-width: 992px){
    .list-box::before{
        height: calc(100% - 20px);
        content:'';
        width:1px;
        background: #ccc;
        position: absolute;
        left:41.66666667%;
        top:10px;
    }
}

/*修改*/
.member-list .ul1 li{
    width: 70%;
}
.member-list .ul1 li:nth-child(2){
    width:30%;
}
.member-list .ul2 li>div{
    width:70%;
}
.member-list .ul2 li div:nth-child(2){
    width: 30%;
    overflow: hidden;
}
.law-txt .newList ul li h4{
    margin-bottom: 0 !important;
}
.law-txt .newList ul li:not(:last-child){
    margin-bottom:5px;
}
.links a{
    font-size:13px;
}


/*专家库去掉头像和首页日期修改*/
.expertBox .txtBox{
    width:100%;
    padding-left:0;
}
.fg-box ul li a{
    width:100%;
}


/*ie9兼容*//*IE8新增样式*/
.index-nav .nav-item{
    background: #016fb8;
}
@media (min-width: 992px){
    .index-nav .nav-item{
        width:11.11111111111%;
        float: left;
        height:40px;
        background: #016fb8;
    }
}

.index-nav{
    background: transparent;
}

.search button{
    transform: translateY(0)\9;
    margin-top:-20px\9;
}
.search input{
    line-height: 38px;
}
.device{
    height:204px;
    position: relative;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.device .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    margin:0;
    z-index: 9;
}
.home-swiper .swiper-wrapper{
    height:204px!important;
}
.home-swiper .swiper-wrapper .swiper-slide{
    height:100%!important;
}

.law-txt .newList>ul>li{
    position: relative;
}
.law-txt .newList ul li h4{
   width:80%;
    overflow: hidden;
    font-size:16px;
}
.law-txt .newList ul li>div{
    position: absolute;
    top:10px;
    right:30px;
}
.wj-list ul li>div{
    display:inline-block\9;
}
.wj-list ul li>div:first-child+div{
    display: inline-block\9;
    width:800px\9;
}
.wj-list ul li>div .wj-download{
    float: right\9;
}
.wj-list ul li .right>div{
    display: inline-block\9;
}

.newBox{
    border:1px solid #ccc\9;
    box-shadow: none\9;
}
.home-swiper img{
    width:380px\9
}
.search button i{
  background-size:20px 20px;
  background-image: url('../images/search2.png')\9;
}
.law-txt .newList ul li{
    margin-bottom:5px!important;
}
.wj-list li .left a{
    background-size:100% 100%;
    background-image: url('../images/wj2.png')\9;
}
@media (min-width: 992px){
    .content{
        width:1000px;
    }
}
@media (min-width: 1200px){
    .content{
        width:1200px;
    }
}
@media screen and (max-width:767px){
    .law-txt .newList ul li>div{
        position: relative;
        font-size:14px;
        top:inherit;
        right:inherit;
    }
    .index-nav li>a{
        padding:0 10px;
    }
}
.wj-list ul li .right>div{
    flex:1;
}

.law-txt>.tit>.p1:last-child{
    font-size:14px;
}

.law-txt .tit p:first-child{
    font-size:20px;
}

@media screen and (max-width:767px){
    .law-txt .tit p:first-child{
        font-size:17px;
    }
}

.index-nav{
    position: relative;
    z-index: 100;
}
.content .navbar-collapse.in{
   position: relative;
   background: #016fb8;
   z-index: 999;
}



/*悬浮框*/
.hotFixed{
    position: fixed;
}

.hotFixed p{
    cursor: pointer;
}

.hotFixed-l{
    position: fixed;
    left:0;
    z-index: 9999;
}
.hotFixed-r{
    position: fixed;
    right:0;
    z-index: 9999;
    text-align: right;
}
.hotFixed1{
    top:10%
}
.hotFixed2{
    bottom:2%
}
.hotFixed3{
    top:10%
}
.hotFixed4{
    bottom:2%
}

@media screen and (max-width:900px) {
 .hotFixed-l  img{
     display: block;
     width:80px;
 }
    .hotFixed-r  img{
        display: block;
        width:150px;
    }
}
/*悬浮框*/

.expertBox .txtBox .first-p span{
    display: block;
    font-weight: 400;
    color: #666;
    font-size:18px;
    padding-right:0;
}
@media (min-width:800px){
    .expertBox .txtBox .first-p{
        display: flex;
    }
    .expertBox .txtBox .first-p span{
        display: inline-block;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .expertBox .txtBox .first-p .xm{
        width:10%;
        padding-right:10px;  
    }
    .expertBox .txtBox .first-p .dw{
        width:45%;
        padding:0 10px;
    }
    .expertBox .txtBox .first-p .zw{
        width:45%;
    }
}

.hotFixed1 {
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
}
.hotFixed1 img{width:350px}

.index-nav .nav-item>a, .down-nav>li>a{
    height:auto!important;
}
.down-arr{
    position: absolute;
    right: 0;
    height: 15px!important;
    top: 32%;
}
.down-nav.daili>li>a{
    padding-right:15px;
}