* {
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

body {
    font-family: Tahoma, Arial, Helvetica, "宋体 ";
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
    /* text-align: center; */
    background: #FFF;
    color: #747474;
    /* vertical-align: top */
    /* height: 600vh; */
}

html {
    overflow-y: scroll;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
}

th,
td,
input {
    font-size: 14px;
}

input {
    outline: none;
    border: none;
    box-shadow: none;
}

h3 {
    font-size: 14px;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select {
    border-width: 1px;
    /* _zoom: 1; */
    border-style: solid;
    padding-top: 2px;
    font-size: 12px;
}

#money_content {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
}

.money_content_top_title h3 {
    font-size: 18px;
    color: #0E050A;
    line-height: normal;
    margin: 14px 0;
}

.mainTitle {
    margin-bottom: 20px;
}

.money_content_top_title p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #737373;
    line-height: 1.5em;
}

.money_content_top ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0 10%;
    box-sizing: border-box;
    justify-content: space-evenly
}

.money_content_top ul li {
    width: 28%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: all .5s;
}

.money_content_top ul li:hover {
    box-shadow: 0px 2px 9px #474747;
    transform: translateY(-3px)
}

.money_content_top ul li img {
    width: 100%;
}

.money_content_top ul li p {
    color: #fff;
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px 1px;
    box-sizing: border-box;
}

.money_content_mid1 {
    border-bottom: 1px dashed #1D69A6;
}

.money_content_mid1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4%;
    box-sizing: border-box;
}

.money_content_mid1 ul li {
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 18%;
}

.money_content_mid1 ul li p {
    font-size: 14px;
    line-height: 1.5em;
}

.money_content_mid1 ul li h4 {
    font-size: 18px;
    line-height: 1.5em;
    color: #2993D2;
}

.money_content_mid1 ul li h4 span {
    font-size: 18px;
    line-height: 1.5em;
    color: #2993D2;
}

.money_content_mid1 ul li img {
    width: 100%;
}

.money_content_top {
    border-bottom: 1px dashed #1D69A6;
}

.money_content_mid2 {
    width: 100%;
    border-bottom: 1px dashed #1D69A6;
}

.money_content_mid2 div:nth-of-type(2) {
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
}

.money_content_mid2 div:nth-of-type(2) > img {
    width: 100%;
}

.money_content_mid2 div:nth-of-type(2) > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 4%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    border-radius: 9px;
    z-index: 100;
}

.money_content_mid2 div h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.money_content_mid2 div p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    padding: 2%;
    box-sizing: border-box;
    border: 1px dashed #fff;
    text-align: left;
}

.money_content_bottom {
    width: 100%;
}

.money_content_bottom ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 0 0 30px 0;
}

.money_content_bottom ul li {
    width: 50%;
}

.money_content_bottom ul li:nth-of-type(1) {
    text-align: center;
}

.money_content_bottom ul li:nth-of-type(2) div img {
    width: 4%;
    vertical-align: middle;
}

.money_content_bottom ul li:nth-of-type(2) div h4 {
    /*         font-size: 18px; */
    font-weight: 550;
    margin: 5px 0;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

.money_content_bottom ul li:nth-of-type(2) div p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0 15px 0;
}

.money_content_bottom ul li img {
    width: 50%;
}

.money_content_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (max-width: 1200px) {
    .money_content_top_title p {
        font-size: 16px;
    }

    .money_content_top ul {
        padding: 0;
    }

    .money_content_mid1 ul li p {
        font-size: 16px;
    }

    .money_content_mid1 ul li h4 {
        font-size: 24px;
        line-height: 1.5em;
        color: #2993D2;
    }

    .money_content_mid2 div h4 {
        font-size: 18px;
    }

    .money_content_mid2 div p {
        font-size: 16px;
    }

    /*     .money_content_bottom ul li:nth-of-type(2) div h4{
            font-size: 18px;
        } */
    .money_content_bottom ul li:nth-of-type(2) div p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .money_content_top_title p {
        font-size: 14px;
    }

    .money_content_top ul {
        justify-content: space-between;
    }

    .money_content_top ul li {
        width: 48%;
    }

    .money_content_top ul li img {
        width: 100%;
    }

    .money_content_mid1 ul li p {
        font-size: 14px;
    }

    .money_content_mid1 ul li h4 {
        font-size: 20px;
        line-height: 1.5em;
        color: #2993D2;
    }

    .money_content_mid1 ul li:nth-of-type(1) {
        width: 100%;
    }

    .money_content_mid1 ul li:nth-of-type(n+2) {
        width: 48%;
    }

    .money_content_mid2 div h4 {
        font-size: 16px;
    }

    .money_content_mid2 div p {
        font-size: 14px;
    }

    .noneImg {
        display: none;
    }

    .money_content_mid2 div:nth-of-type(2) > div {
        position: static;
        transform: translate(0, 0);
    }

    /* .money_content_bottom ul li:nth-of-type(2) div h4{
            font-size: 16px;
            text-align: center;
        } */
    .money_content_bottom ul li:nth-of-type(2) div p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .money_content_bottom ul li {
        width: 100%;
    }

    .money_content_bottom ul li:nth-of-type(1) {
        margin-bottom: 15px;
    }

    .margin_auto {
        text-align: center;
    }

    .money_content_mid1 ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 376px) {
    .money_content_top_title p {
        font-size: 12px;
    }
}

* {
    padding: 0;
    margin: 0;
}

.top-banner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.tableBarItem > a:hover {
    color: #666;
}

.tableBarItem:nth-child(3) > a:hover {
    color: red;
}

.top-banner .img {
    width: 100%;
}

.banner-title {
    position: absolute;
    left: 10%;
    top: 50%;
    display: flex;
    flex-direction: column;
    transform: translate(0, -50%);
}

.mainTitle {
    color: #FFFFFF;
    /* 				font-size: 43px; */
}

.subTitleView {
    color: #FFFFFF;
    /* 				font-size: 25px; */
}

.subTitle {
    margin-right: 8px;
}

.header-tablebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F8F8F8;
    opacity: 0.9;
}

.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: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.contentInfoIMG .img {
    width: 87%;
}

.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;
}

.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;
}

@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) {
    .banner-title {
        top: 30%;
    }

    /* 				.mainTitle{font-size: 20px;} */
    .subTitleView {
        /* 					font-size: 15px; */
        line-height: 20px;
    }

    .subTitle {
        margin-right: 8px;
    }

    .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;
    }

    .lineInfo {
        width: 1px;
        height: 8px;
        background-color: #FFFFFF;
        transform: rotate(20deg);
    }

    .imageMainTitle {
        margin-top: 2px;
        font-size: 12px;
    }

    .lineView {
        margin-top: 2px;
    }

    .introduceText {
        width: 90%;
        margin-top: 2px;
        font-size: 10px;
    }

    .subIMG {
        margin-top: 10px;
    }

    .contentSubTitle {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .contentSubInfor {
        font-size: 12px;
    }


}

@media (max-width: 499px) {
    .banner-title {
        top: 26%;
    }

    /* 			.mainTitle {
                    font-size: 16px;
                } */
    .subTitleView {
        font-size: 10px;
        line-height: 15px;
    }
}

.nav-order {
    width: 80%;
    margin: 16px auto;
    color: #333;
    font-size: 14px;
}

@media (max-width: 600px) {
    .nav-order {
        font-size: 12px;
    }

    .ftSize36 {
        line-height: 1em;
    }
}

.nav-order a:hover {
    cursor: auto;
    color: #333;
}

.nav-order a:nth-child(1):hover {
    color: #777;
    cursor: pointer;
}