/* 图片自动截取最中间部分填充整个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_01{
    background: #f4f4f4;
}
.content_01 .col-md-4{
    background: #fff;
}
.content_01 .col-md-8{
    background: #fff;
}
.content_01 .col-md-8 p{
    width: 80%;
    margin:5% 10%;
    max-height: 600px;
    line-height: 25px;
    font-size: 16px;
}
.content_01 .col-md-4 img{
    width: 90%;
    margin: 10% 5%;
    z-index: 1;
}
.content_01 .row{
	cursor: pointer;
}
.content_03{
    margin-top: 30px;
    padding-bottom: 50px;
}
.content_03 h5{
    color:#006ebd
}
.content_03 .col-md-3{
    padding: 0px
}
.content_03 .col-md-3 div{
    text-align: center;
    padding: 50px 0px;
    background: #f6f6f6;
}
.content_04{
    margin-top: 30px;
    padding-bottom: 50px;
}
.content_04 h5{
    color:#006ebd
}
.content_04 img{
    width: 100%;
    height: 100%;
}
.custom-title>h5{
    color: #006dbc;
    text-align: center;
}
.custom-title>p{
    text-align: center;
}

.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;
}

#myCarousel6 img{
    width: 100%;
}
#myCarousel6 .item div{
    text-align: center;    
    color: #fff;
    height: 100%;
    line-height: 30px;
}



.content_06{
    background: #f4f4f4;
    padding: 100px 0px;
    margin-top: -80px;
}
.content_06>.container>.row>.white-custom{
    background: #f4f4f4 !important;
}
.COOPERATION{
    flex-direction: row !important;
    margin-top: 10px
}
.COOPERATION div{
    width: 40%;  
    margin-left: 2%;  
}
.COOPERATION div:first-child{
    margin-left: 0px;  
}
.COOPERATION>div>img{
    width: 100%;    
}
.COOPERATION>div>div{
    background: #fff;
    width: 100%;    
    text-align: center  ;
    padding: 25px 0px;
}
.COOPERATION>div>div:hover{
    color: #006ebd
}
.COOPERATION>div>div>p{
    margin-top: 10px;
}


.COOPERATION1{
    flex-direction: row !important;
    margin-top: 10px;
}
.COOPERATION1>div>img{
    background: #fff;
    width: 100%;
}
.COOPERATION1>div{
    background: #fff;
}
.COOPERATION1>div>div{
    margin-top: 10px;
}
.COOPERATION1>div>button{
    margin:15px 0px;
}
@media (min-width: 992px){
    .COOPERATION1{
    width: 46%;
    position: relative;
    min-height: 1px;
    float: left;
    margin-right: 4%;
    }
}
