* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'SourceHanSansSC-Regular';
    src: url('../fonts/SourceHanSansSC-Regular.woff2');
}

body {
    font-family: 'SourceHanSansSC-Regular';
}

.container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.banner {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    background-image: url('../images/title_bg.png');
    background-size: cover;
    height: 378px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-title {
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    font-family: 'SourceHanSansSC-Regular';
    font-size: 80px;
}

.b-en-title {
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    letter-spacing: 4px;
    font-family: 'SourceHanSansSC-Regular';
    font-size: 20px;
}

.nav {
    background-color: #0096ff;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list li {
    float: left;
    margin-right: 100px;
    list-style: none;
    font-size: 24px;
}

.nav-list li a {
    color: #ffffff;
    text-decoration: none;
}

.article-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .nav-list li a:hover {
		color: #ffffff;
		background-color: #007af7;
		border-radius: 5px;
		width: 130px;
		height: 44px;
	} */
.nav-item {
    width: 130px;
    height: 44px;
    background-color: #007af7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-info {
    display: flex;
    justify-content: center;
}

.login-info-btn {
    width: 1300px;
}

.login-info-btn a {
    background-image: url('../images/btn_bg.png');
    background-size: cover;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
    float: right;
}


.content-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.content-card {
    width: 1300px;
    display: flex;
    justify-content: space-between;
}

.content-card-left {
    width: 66%;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

}

.content-card-right {
    width: 33%;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.card-header {
    padding: 30px;
}

.card-header-block {
    display: flex;
    flex-flow: column;
}

.card-header-text {
    font-size: 38px;
    color: #0096ff;
    font-weight: bold;
    z-index: 5;
}

.card-header-text-image {
    background-image: url('../images/nav_4.png');
    height: 6px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    top: -15px;
    z-index: 4;
    width: 153px;
}

.card-content ul {
    list-style: none;
    padding: 0 30px 30px 30px;
    font-size: 18px;
}

.card-content ul li {
    padding: 5px 0;
}

.card-content ul a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(203, 203, 203);
    color: rgb(30, 30, 30);
    cursor: pointer;
}

.bmlc {
    background-color: #edf7ff;
    margin: 10px 20px;
    height: 390px;
    display: flex;
    flex-flow: column;
}

.bmlc-img01 {
    background-image: url('../images/01.png');
    background-size: cover;
}

.bmlc-img02 {
    background-image: url('../images/02.png');
    background-size: cover;
}

.bmlc-img03 {
    background-image: url('../images/03.png');
    background-size: cover;
}

.bmlc-img04 {
    background-image: url('../images/04.png');
    background-size: cover;
}

.bmlc-img05 {
    background-image: url('../images/05.png');
    background-size: cover;
}

.bmlc-img06 {
    background-image: url('../images/06.png');
    background-size: cover;
}

.bmlc-img {
    color: #ffffff;
    width: 76px;
    height: 40px;
    display: inline-block;
    font-size: 28px;
    font-style: italic;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 40px;
}

.bmlc-card {
    /* display: flex;
justify-content: center; */
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px dotted #0096ff;
}

.bmlc-title {
    font-size: 28px;
    display: inline-block;
}

.ksdh {
    margin: 10px 20px;
    height: 375px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
}

.ksdh-item {
    height: 55px;
    line-height: 55px;
    margin: 10px 0;
}

.ksdh-nav1 {
    background-image: url('../images/nav_1.png');
    background-size: cover;
}

.ksdh-nav2 {
    background-image: url('../images/nav_2.png');
    background-size: cover;
}

.ksdh-nav3 {
    background-image: url('../images/nav_3.png');
    background-size: cover;
}

.ksdh-nav4 {
    background-image: url('../images/nav_4.png');
    background-size: cover;
}

.bottom-images-large {
    display: flex;
    flex-flow: column;
}

.bottom-images-large img {
    margin-bottom: 10px;
}

.bottom-images-small img {
    width: 420px;
    margin-bottom: 10px;
}

.bottom-images-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.bottom-images-small a {
    display: inline-block;
}

.page-bottom {
    background-image: url('../images/bottom.png');
    background-size: cover;
    height: 270px;
    line-height: 270px;
    color: rgb(201, 209, 243);
    font-size: 28px;
    text-align: center;
}