/* 图片自动截取最中间部分填充整个div */
.carousel-inner>.item>img
{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; 
}
/* div中图片居中 */
.blue-custom{
    background: #006fbe;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blue-custom>img{
    margin: 15px 0px;
}
/* 让同列的栅格网络的div同一高度 */
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
/* End */



.navbar{
    margin: 0px;
    border: 0px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .navbar{
        font-size: 16px;
    }
}
.navbar-brand{
    background: #006ebd;
    height: 50px;
}
.navbar-brand>img{
    height: 25px;
}
@media (min-width: 768px) {
    .navbar-brand{
        background: #006ebd;
        height: 80px;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        padding-left: 300px;
    }
    .navbar-brand>img{
        height: 50px;
    }
    .navbar-custom { 
        background: #fff;
      }
    .navbar-nav>li>a{
        color: #000!important;
        line-height: 50px;
        padding: 15px 20px;
        cursor: pointer;
      }
  }
.content_08{
background: #2c2c2c;
color: #fff;
}
.content_08>.container>.row>div{
    margin: 20px 0px;
}
.content_08>.container>.row>div>p{
    line-height: 30px;
}
.content_08>.container>.row>div>img{
    width: 85px;
    height: 85px;
}




.content_01{
    background: #f4f4f4;
}
.content_01 .col-md-12{
    background: #fff;
}
.content_01 .col-md-12{
    background: #fff;
}
.content_01 .col-md-12 p{
    width: 90%;
    margin:5%; 
    max-height: 500px;
    line-height: 30px;
    font-size: 18px;
    text-indent:30px;
}
@media (min-width: 767px) {
    .content_01 .col-md-12 img{
        width: 50%;
        margin: 0px 25%;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .content_01 .col-md-12 img{
        width: 80%;
        margin: 0px 10%;
        z-index: 1;
    }
    .content_01 .col-md-12 p{
        font-size: 16px;
    }
}