* {
    padding: 0;
    margin: 0;
}

.top-banner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.top-banner .img {
    width: 100%;
}

.banner-title {
    position: absolute;
    left: 10%;
    display: flex;
    flex-direction: column;
}

.mainTitle {
    margin-top: -40px;
    color: #FFFFFF;
    /* 				font-size: 43px; */
}

.subTitleView {
    color: #FFFFFF;
    /* 				font-size: 25px; */
    margin-top: 15px;
}

.subTitle {
    margin-right: 8px;
}

.header-tablebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* 				height: 40px; */
    background-color: #f8f8f8;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-tablebar-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tableBarItem {
    font-family: SourceHanSansCN-Normal;
    /* 				font-size: 20px; */
    height: 54px;
    line-height: 54px;
}

.barItemSelect > a {
    color: #FF0000;
}

.pageIndex {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
    color: #737373;
}

.contentMess {
    margin-bottom: 20px;
}

.contentPart {
    width: 80%;
    width: 80%;
    margin: 0 auto;
    color: #737373;
    font-family: SourceHanSansCN-Regular;
}

.contentMainTitle {
    margin-top: 20px;
    color: #000000;
    /* 				font-size: 23px; */
}

.contentInforMess {
    margin-top: 20px;
    /* 				font-size: 16px; */
    line-height: 26px;
}

.contentInfoIMG {
    width: 65%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.contentInfoIMG .img {
    /*                 height: 100%; */
    width: 100%;
}

.imageMask {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 10%;
    left: 10%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titleLine {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lineInfo {
    width: 5px;
    height: 20px;
    background-color: #FFFFFF;
    transform: rotate(15deg);
}

.spare {
    margin-right: 5px;
}

.imageMainTitle {
    margin-top: 15px;
    /* 				font-size: 23px; */
    text-align: center;
}

.lineView {
    width: 40%;
    margin: 0 auto;
    margin-top: 15px;
    height: 2px;
    background-color: #FFFFFF;
}

.introduceText {
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
    /* 				font-size: 16px; */
    text-align: center;
}

.subIMG {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    position: relative;
    cursor: default;
    transition: all 2s;
}

.subIMG:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    /* Opera */
}

.subIMG .img {
    /*                 height: 80%; */
    width: 80%;
}

.contentSubTitle {
    margin-top: 20px;
    margin-bottom: 15px;
    /* 				font-size: 20px; */
    color: #000000;
}

.contentSubInfor {
    /* 				font-size: 16px; */
    line-height: 26px;
}

.tableBarItem:nth-child(2) > a:hover,
.tableBarItem:nth-child(3) > a:hover {
    color: #666;
}

.nav-order {
    width: 80%;
    margin: 16px auto;
    color: #333;
    font-size: 14px;
}

@media (max-width: 600px) {
    .nav-order {
        font-size: 12px;
    }
}

.nav-order a {
    cursor: auto;
}

.nav-order a:hover {
    color: #333;
}

.nav-order a:nth-child(1):hover {
    color: #777;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .mainTitle {
        font-size: 38px;
    }

    .subTitleView {
        font-size: 20px;
    }

    .tableBarItem {
        font-size: 17px;
    }

    .pageIndex {
        font-size: 13px;
    }

    .contentMainTitle {
        font-size: 17px;
    }

    .contentInforMess {
        margin-top: 20px;
        font-size: 13px;
    }

    .imageMainTitle {
        font-size: 17px;
        text-align: center;
    }

    .introduceText {
        font-size: 13px;
    }

    .contentSubTitle {
        font-size: 15px;
    }

    .contentSubInfor {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .mainTitle {
        font-size: 20px;
    }

    .subTitleView {
        font-size: 15px;
        margin-top: 5px;
    }

    .subTitle {
        margin-right: 8px;
    }

    .header-tablebar {
        height: 30px;
    }

    .tableBarItem {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .pageIndex {
        margin-top: 10px;
        font-size: 12px;
    }

    .contentMainTitle {
        margin-top: 10px;
        font-size: 15px;
    }

    .contentInforMess {
        margin-top: 10px;
        font-size: 10px;
    }

    .contentInfoIMG {
        width: 90%;
        margin-top: 10px;
    }

    .imageMask {
        width: 90%;
        height: 80%;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 10%;
        left: 5%;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lineInfo {
        width: 1px;
        height: 8px;
        background-color: #FFFFFF;
        transform: rotate(20deg);
    }

    .imageMainTitle {
        margin-top: 2px;
        font-size: 12px;
    }

    .lineView {
        margin-top: 2px;
    }

    .introduceText {
        width: 95%;
        margin-top: 2px;
        font-size: 10px;
    }

    .subIMG {
        width: 60%;
        margin-top: 10px;
    }

    .contentSubTitle {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .contentSubInfor {
        font-size: 12px;
    }
}

@media (max-width: 499px) {
    .mainTitle {
        font-size: 16px;
    }

    .subTitleView {
        font-size: 10px;
        line-height: 15px;
    }
}