@font-face {
    font-family: SourceHanSansSC-Normal;
    src: url(./SourceHanSansCN-Normal.otf);
}

@font-face {
    font-family: SourceHanSansSC-Light;
    src: url(./SourceHanSansCN-Light.otf);
}

@font-face {
    font-family: SourceHanSansSC-Bold;
    src: url(./SourceHanSansCN-Bold.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SourceHanSansSC-Normal';
}

a {
    text-decoration: none;
}

header {
    height: 89px;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
    background-color: #1349A3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headBox {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headBox>p:first-child>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headBox>ul {
    width: 858px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headBox>ul>li {
    border-bottom: 2px solid transparent;
}

.active {
    border-color: #fff !important;
}

.headBox>ul>li a {
    color: #fff;
}

.headBox>ul>li:hover {
    border-color: #fff !important;
}

.banner {
    width: 100%;
}

.Title {
    padding-top: 49px;
}

.Title>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Title>div:first-child>p:nth-child(odd) {
    height: 1px;
    width: 44px;
    background-color: #1B459B;
}

.Title>div:first-child>p:nth-child(2) {
    font-size: 35px;
    font-family: 'SourceHanSansSC-Bold';
    color: #1349A3;
    line-height: 50px;
    margin: 0 9px;
}

.Title>div:last-child {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.Title>div:last-child>p {
    margin-top: 1px;
    width: 1px;
    height: 11px;
    background-color: #1B459B;
}

.Title>div:last-child>p:nth-child(even) {
    margin-left: 8px;
    margin-right: 8px;
}

.Title_bold {
    margin-top: 0 !important;
    width: 2px !important;
    height: 17px !important;
}