html,body{
    width:100%;
    min-height: 100%;
}
body{
    background: #f9f9f9;
}
.p-banner{
    width:100%;
}
.p-banner img{
    width:100%;
}
.p-bg-fff{
    /*position: sticky;*/
    /*top:80px;*/
    background-color: #fff;
}
.pc-con{
    margin:0 auto;
}
.en-title{
    margin-top:1em;
    width: 100%;
    height:1em;
    font-size: 2em;
    color:#d9d9d9;
}
.ch-title{
    font-size: 1.5em;
    font-weight: bold;
    color: #2b2b2b;
}
.m-auto{
    margin:0 auto;
}
#ccId,#faId{
    display: none;
}

.yz_header,.yz_header.fixed_header{
    background-color: #0a8de5;
}
.navbar-nav>li>a:hover{
    opacity: .8;
    color: #fff !important;
}
.h-text{
    margin-top:1em;
    padding: 1em 2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;  
    background-color: #fff;
}
.h-text h4{
    line-height: 2em;
    color:#2b2b2b;
}
.h-text p{
    margin-bottom: 1.5em;
    color:#666;
}
.h-text h1{
    line-height: 3em;
    font-size: 1.5em;
    font-weight: 600;
    color:#333;
}
.h-yd-show{
    display: none;
}
.h-text02 p , .h-text03 p,.h-text04 p{
    text-indent: 2em;
    margin-bottom: .5em;
}
.table{
    margin-top:1em;
}
.table-responsive{
    border:none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border:1px solid #dcdcdc
}
.table>tbody>tr>td{
    display: table-cell;
    vertical-align:middle;
}
.table p{
    text-indent: 0;
}
.s-img img{
    display: inline-block;
    margin:1em 0;
    width: 100%;
}

.d-title{
    margin: 1em;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2em;
}
.d-body{
    padding:0 1em 2em 1em;
}

.fix-footer{
    position:absolute;
    left:0;
    bottom:0;
    z-index:3;
    width:100%;
}
.d-footer{
    display: inline-block;
    width:100%;
}
.yz_wrap2{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.d-detail a{
    color:#0a8de4 !important;
}

/* 超小屏幕（手机，小于 768px） */
@media screen and (max-width: 767px){
    .ch-title{
        font-size: 1.3em;
    }
    .pc-con{
        max-width:auto
    }
    .yd-con .tab_li{
        font-size: 1.2em;
        line-height: 1em;
    }
    
}
@media (min-width: 768px) and (max-width: 1199px) {
    .yd-con .tab_li{
        font-size: 1.3em;
        line-height: 1.5em;
    }
    .m-auto{
        overflow-x: hidden;
    }
}
/* 当屏幕宽度大于等于 1200px */
@media screen and (max-width:1200px){
    .conW{
        max-width:auto
    }
    .h-text{
        padding: 1em 0;
        background-color: #f9f9f9;
    }
    .h-yd-show{
        display: block;
        text-align: center;
        line-height: 3em;
        font-weight: normal;
        font-size: 1.5em;
    }
    .table-responsive>.table>tbody>tr>td{
        white-space: inherit;
    }
}
.mb0{
    margin-bottom: 0;
}


