@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;
}

.homeBriefIntroduction {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

.homeBriefIntroduction>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeBriefIntroduction>div:nth-child(1) {
    width: 1312px;
}

.homeBriefIntroduction>div:nth-child(2) {
    margin-top: 44px;
}

.homeBriefIntroduction>div:nth-child(2)>div>p:nth-child(1) {
    text-align: right;
}

.homeBriefIntroduction>div:nth-child(2)>div>p:nth-child(2) {
    text-align: right;
}

.homeBriefIntroduction>div:nth-child(2)>div>a:nth-child(3) {
    float: right;
}

.homeBriefIntroduction>div:nth-child(3) {
    margin-top: 80px;
    margin-bottom: 79px;
}

.homeBriefIntroduction_title {
    font-size: 27px;
    font-family: 'SourceHanSansSC-Bold';
    color: #1349A3;
    line-height: 50px;
}

.homeBriefIntroduction_content {
    font-size: 19px;
    color: #333;
    line-height: 46px;
    margin-top: 47px;
}

.homeBriefIntroduction_more {
    width: 154px;
    height: 34px;
    background-color: #1349A3;
    color: #fff;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    margin-top: 58px;
}

.homeContentBanner {
    width: 100%;
    margin-top: 58px;
}

.homeStarItem {
    width: 1386px;
    margin: auto;
    margin-top: -189px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.homeStarItem>a>div {
    padding: 50px 10px;
    border-radius: 15px;
    transition: all 1s;
}

.homeStarItem>a>div:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px #ccc;
}

.homeStarItem>a>div>p:last-child {
    margin-top: 32px;
    font-size: 10px;
    color: #333;
    line-height: 29px;
}

.homeStarItem>a>div>p:last-child>span {
    font-size: 13px;
    font-family: 'SourceHanSansSC-Bold';
}

.homeEnd {
    width: 100%;
    height: 55px;
    margin-top: 32px;
    margin-bottom: 73px;
    background-color: aliceblue;
}

/* åŠ¨ç”» */
.home_animation {
    animation: toTop 2s;
    animation-fill-mode: forwards;
}

@keyframes toTop {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

   footer {
    background-color: #0096e3;
    padding-top: 57px;
    padding-bottom: 84px;
    /*background-image: url(../image/footer/background.jpg);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}

.footBox {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    color: #fff;
}

.footBox a {
    color: #fff;
}

.footTitle {
    font-size: 17px;
    font-family: 'SourceHanSansSC-Bold';
    line-height: 25px;
    margin-bottom: 23px;
}

.footLine {
    width: 262px;
    height: 0;
    border-bottom: .4px solid #fff;
}

.footContent {
    font-size: 15px;
}

.footBox>div:first-child>p:nth-child(3) {
    margin-top: 38px;
}

.footBox>div:first-child>p:nth-child(4) {
    margin-top: 25px;
}

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

.footBox>div:first-child>div>p:first-child {
    margin-right: 15px;
}

.footBox>div:first-child>div:nth-child(5) {
    margin-top: 71px;
}

.footBox>div:first-child>div:nth-child(6) {
    margin-top: 25px;
}

.footBox>div:first-child>p:nth-child(7) {
    margin-top: 51px;
}

.footBox>div:nth-child(2)>p:nth-child(3) {
    margin-top: 31px;
}

.footBox>div:nth-child(2)>p:nth-child(4) {
    margin-top: 35px;
}

.footBox>div:last-child>p:last-child {
    text-align: center;
    margin-top: 23px;
}