
@font-face {
    font-family:'PingFangSC';
    src:url('../font/PingFangSCRegular.otf');
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
    object-fit: cover;
}

body {
    /* font-family: "\u601d\u6e90\u9ed1\u4f53", Source Han sans-serif CN !important; */
    font-family: PingFangSC;
    color: #222423;
    background: #F6F6F6;
    min-width: 1280px;
}


body .head {
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(91, 91, 91, 0.5);
}

.container {
    padding: 0;
    width: 100%;
    max-width: 1200px;

}

.nav li a{
    display: block;
    margin: 0 4px;
    padding: 0 16px;
    color: #222423;
}

.navbar-header a {
    display: block;
    margin-top: 3px;
    color: #386C90;
    font-size: 18px;
    font-weight: 500;
    font-family: MFYanSong_Noncommercial-Regular, MFYanSong_Noncommercial;
}

.navbar-nav {
    line-height: 60px;
    text-align: center;
}

.nav .active a, .nav a:hover{
   background-color: #2A92D0; 
   color: #fff;
}

/* 1200px版心 */
.banner-1200 {
    max-width: 1200px;
    margin: 20px auto 30px;
}

/* 清浮动 */
.clearfix::after {
    content: '';
    display: block;
    height: 0;clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1; 
}

.container-margin-top {
    margin-top: 30px;

}

.container-margin-bottom {
    margin-bottom: 20px;
}


.type {
    margin: 25px 0;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 100%;
}


.type-list {
    padding-left: 0;

}

.type.active {
    background: #a10800;
    color: black;
}


body .foot {
    background-color: #2A92D0;
    color: #fff;
    padding: 26px 0;
}

.foot-center{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.foot-center a{
    color: white;
}
.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;
}
