img{
    max-width: 100%;
}


@media (max-width: 1000px){
    #homeboxone{
        margin-bottom: 24px;
    }
}

/*修改颜色区域*/
.met-nav {
    border-top: solid 5px #139be3;
}
.met-nav .dropdown.open>a, .met-nav .nav>li>a:hover {
    background: #139be3!important;
}
.met-nav .dropdown.open>a, .met-nav .nav li a.active {
    background: #139be3!important;
}
.met-nav .nav>li>a {
    color: #0e7aaf!important;
}
.dropdown-menu>li>a {
    color: #0e7aaf!important;
}

.met-index-contact {
    background: #0584c8;
}
.met-footnav ul li a:hover {
    color: #0e7aaf!important;
}

.met-links a:hover {
    color: #0e7aaf!important;
}
.met-footnav .info em a:hover {
    color: #0e7aaf!important;
}




.met-news-bar .widget ul li a.active, .met-news-bar .widget ul li a:hover {
    color: #0e7aaf!important;
}
.input-search-btn,
.met-news-bar .widget h3,
.met-news-bar .widget h4,
.met-news-bar .widget h2 {
    background: #0677b3;
}

.met-news .met-news-list ul li h4 a:hover {
    color: #0e7aaf!important;
}





.met-nav .navbar-toggle {
    background: #139be3!important;
}







@media (max-width: 800px){
    .met-shownews h1 {
        font-size: 18px;
    }
    .met-editor  *{
        font-size: 13px !important;
        line-height: 24px !important;
    }
}




/*列表分页*/
.page{
    margin: 70px 0 50px 0;
    display: block;
    text-align: center;
    background: transparent !important;
}
.page .buttons.blue>div,
.page .buttons.blue>a {
    padding: 9px 14px;
    background: #fff;
    display: inline-block;
    border: 1px #dcdcdc solid;
    margin: 0 4px;
    color: #545454;
    font-size: 14px;
    padding: 9px 14px !important;
}

.page .buttons.blue .active,
.page .buttons.blue>div:hover,
.page .buttons.blue>a:hover {
    color: #fff;
    background: rgb(19 155 227);
}





@media (max-width: 800px){
    .page {
        margin: 0;
        width: 100%;
    }
    .page .buttons.blue>div, .page .buttons.blue>a {
        margin: 0 2px;
        font-size: 13px;
        padding: 7px 11px !important;
    }
}



.noneimg{
    text-align: center;
    margin:60px 0 20px 0;
}
.noneimg img{
    display: block;
    margin: 0 auto;
}
.noneimg p{
    font-size: 21px;
    margin: 12px 0 0 0;
    font-weight: 600;
    color: #0e5614;
}
.input-search-btn, .met-news-bar .widget h3, .met-news-bar .widget h4, .met-news-bar .widget h2 {
    background: #139be3;
}

