body {
    font-family: "\u601d\u6e90\u9ed1\u4f53", Source Han sans-serif CN !important;
}


body .head {
    background: white;
}


.no-padding {
    padding: 0;
}

.navbar-nav p{
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1170px;

}

.nav li {
    padding: 0 15px;
}

.nav > li > p > a {
    padding: 8px 0;
    color: black;

}

.navbar-header a {
    color: #49bde4;
    font-size: 18px;
    font-weight: bolder;

}

.navbar-nav {
    line-height: 90px;
    text-align: center;
}

.navbar-text{
    line-height: 60px;
    height: 60px;
    position: relative;
}


.nav .active a {
    border-bottom: 3px solid #50c0e6;

}

a:hover {
    text-decoration: none;
}

.none {
    display: none;
}

.banner {
    width: 100%;
    background-position: top;
    background-size: cover;
    background-image: url(../image/1.jpg);
    background-repeat: no-repeat;
    height: 500px;
}


/*标题*/


.none {
    display: none;
}

body .foot {
    margin-top: 50px;
    background-color: #42add1;
    color: #fff;
    padding: 26px 0;
    line-height: 30px;
}

.foot a {
    color: #ffffff;
}

.foot a:visited {
    color: #fff;
}

/* visited link */
.foot a:hover {
    color: #fff;
    text-decoration: underline;
}

/* mouse over link */
.foot a:active {
    color: #fff;
}


.no-data {
    background: #edf4ec;
    text-align: center;
    font-size: 18px;
}

.marginT {
    margin-top: 40px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #78dafd;
    border-color: #78dafd;
}
@media (max-width: 1024px) {
    .banner {
        height: 300px;
    }
}
