body {
    margin: 0;
}

/*头部样式*/
.row {
    margin: 0;
}

.home-page-title {
    height: 70px;
    line-height: 70px;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    z-index: 1;
    box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
}

.page-title-logo {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.page-title-logo img {
    height: 36px;
}

.nav-tabs {
    border: none;
    min-width: 680px;
    margin-left: 12%;
}

.nav-tabs > li {
    /*width: 18%;*/
    /*min-width: 100px;*/
    position: relative;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #3B7AF7;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border-bottom: 2px #3B7AF7 solid !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border: none;
}

.dropdown {
    background-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    color: #3B7AF7;
}

.nav > li > a {
    color: #172033;
    font-size: 16px;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    border-bottom: 2px transparent solid;
}

.nav-tabs > li.active > a {
    color: #3B7AF7;
    background-color: transparent;
    border-bottom: 2px #3B7AF7 solid;
}

.nav > li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #F7F9FC;
    box-shadow: 0 4px 12px rgba(84, 97, 117, 0.15);
    /*opacity: 0.8;*/
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    padding: 24px 0;
}

.dropdown-menu li {
    display: inline-block;
}

.dropdown-menu li a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #3B7AF7;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #3B7AF7;
}

.page-title-phone {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.page-title-phone span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #202E41;
}

.page-title-phone img {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}

.page-title-narrow {
    display: none;
    position: absolute;
    top: 0;
    right: 22px;
}

.page-title-narrow img {
    width: 28px;
    height: 28px;

}

#title-narrow-list {
    display: none;
}

.title-narrow-list {
    display: none;
    width: 100%;
    list-style-type: none;
    position: absolute;
    top: 70px;
    right: 0;
    padding: 0 12px;
    background-color: #F7F9FC;
    box-shadow: 0 4px 12px rgb(84 97 117 / 15%);
    white-space: nowrap;
}

.title-narrow-list li {
    margin: 0 12px;
    display: inline-block;
}

.title-narrow-list li a {
    color: #202E41;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.title-narrow-list > li.active > a {
    color: #3B7AF7;
}

.title-narrow-list .dropdown-menu {
    position: absolute;
    width: 50%;
    top: 66px;
    left: 32px;
}

.title-narrow-list .dropdown-menu li {
    display: flex;
    margin-bottom: 12px;
}

/*内容*/
.home-page-main {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.page-main-bg {
    width: 100%;
    height: 480px;
    background-image: url("../img/joinus/joinus-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0 0 16%;
}

.main-bg-text h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
}

.page-main-content {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    width: 100%;
}

.page-main-content h1 {
    color: #202E41;
    font-size: 32px;
    margin: 60px 0;
}

.page-main-content1 {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    width: 100%;
    padding: 0 10%;
}

.main-content-item {
    width: 100%;
    display: inline-block;
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    padding: 40px 60px;
    background-color: #ffffff;
    border: 1px rgba(218, 222, 229, 1) solid;
    box-shadow: 0 4px 12px rgb(84 97 117 / 15%);
    margin-bottom: 24px;
}

.content-item-describe {
    min-height: 620px;
    height: 620px;
    overflow: hidden;
}

.content-item-describe:hover {
    overflow: auto;
}

.main-content-fix {
    padding: 16px;
    background: #F6F8FC;
    border: 1px solid #EEF1F5;
    box-shadow: 0 4px 20px rgba(84, 97, 117, 0.1);
    border-radius: 8px;
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    margin: 0 11%;
}

.main-content-fix h1 {
    display: inline-block;
    font-size: 16px;
    color: #202E41;
    font-weight: 600;
    margin: 0 20px 0 0;
}

.main-content-fix h1 img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.main-content-fix p {
    display: inline-block;
    font-size: 14px;
    margin: 2px 20px 0 0;
}

.main-content-fix p span {
    font-weight: 550;
}

.main-content-fix span {
    margin-top: 2px;
}

.content-item-box {
    margin-bottom: 32px;
}

.content-item-box h1 {
    /*height: 52px;*/
    font-size: 24px;
    color: #202E41;
    margin: 0 0 16px 0;
}

.item-box-special {
    margin-left: 12px;
    color: #F34D4D;
}

.content-item-box p {
    font-size: 16px;
    color: #546175;
    /*letter-spacing: 2px;*/
    margin-bottom: 18px;
}

.item-box-icon {
    margin-bottom: 24px;
}

.item-box-icon p {
    display: inline-block;
    background: #E6EEFF;
    border-radius: 2px;
    padding: 4px 6px;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #3261EE;
    font-size: 12px;
    margin-right: 6px;
}

.main-content-text {
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    width: 80%;
    color: #202E41;
    font-size: 16px;
    font-weight: 600;
}

.page-line {
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    background-image: url("../img/public/footbg.svg");
    font-size: 16px;
    text-align: center; /*IE*/
    text-align: -moz-center; /*Firefox*/
    text-align: -webkit-center; /*Chrome*/
}

.page-line p {
    margin: 0;
    font-size: 24px;
}

.page-footer {
    background-color: #172033;
    color: #ffffff;
    width: 100%;
    padding: 60px 0 12px 0;
}

.page-footer-content {
    display: flex;
    padding: 0 20%;
}

.page-footer-text {
    margin: 0 36px;
    width: 80%;
}

.page-footer-text img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.page-footer p {
    font-size: 16px;
}

.page-footer-text .text-special {
    font-size: 32px;
    margin-bottom: 24px;
}

.page-footer span {
    margin-bottom: 12px;
    font-size: 14px;
    color: #898D97;
    display: block;

}

.page-footer-img img {
    width: 80px;
}

.page-footer-img {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.page-footer-logo {
    /*height: 100px;*/
    width: 30%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.page-footer-list {
    margin-right: 60px;
}

.page-footer-list p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
}

.footer-text {
    margin-top: 24px;
    text-align: center; /*IE*/
    text-align: -moz-center; /*Firefox*/
    text-align: -webkit-center; /*Chrome*/
    color: #898D97;
    font-size: 12px;
}

.nav > li > a {
    padding: 0 24px;
}

@media (max-width: 1500px) {
    .page-main-text {
        margin-left: 140px;
    }
}

@media (max-width: 1330px) {
    .nav > li > a {
        padding: 0 18px;
    }
}

@media (max-width: 1330px) {
    .nav-tabs {
        margin-left: 0;
    }

    .nav > li > a {
        padding: 0 16px;
    }
}

@media (max-width: 1052px) {
    .page-title-logo {
        width: 100%;
        text-align: left;
        text-align: -moz-left;
        text-align: -webkit-left;
    }

    .page-main-text button {
        width: 100px;
    }

    .page-title-logo img {
        height: 32px;
    }

    .page-title-nav {
        display: none;
    }

    .page-title-phone {
        display: none;
    }

    .page-title-narrow {
        display: block;
    }

    .page-main-bg {
        height: 320px;
        justify-content: center;
        align-items: center;
        display: -webkit-flex;
        padding: 0;
    }

    .page-main-bg h1 {
        font-size: 32px;
    }

    .page-main-content h1 {
        font-size: 32px;
        margin: 30px 0;
    }

    .page-main-item img {
        width: 90%;
    }

    .content-item-box h1 {
        font-size: 22px;
        margin: 24px 0;
    }

    .content-item-box p {
        font-size: 14px;
    }

    .main-content-text {
        font-size: 14px;
    }

    .page-line {
        height: 60px;
        line-height: 60px;
    }

    .page-line p {
        font-size: 18px;
    }
    .content-item-special{
        margin: 30px 0 30px 0;
    }

    .item-box-special {
        display: block;
        margin: 16px 0 0 0;
    }
    .title-narrow-list {
        display: block;
    }

    .page-footer {
        padding: 24px;
    }

    .page-footer-content {
        padding: 0;
    }

    .main-content-item {
        padding: 24px;
    }

    .page-footer-logo {
        border: none;
        margin-right: 8px;
    }

    .page-footer-logo img {
        width: 80px;
        height: 80px;
    }

    .main-content-fix h1 {
        font-size: 16px;
        display: block;
        margin: 0 0 20px 0;
    }

    .main-content-fix p {
        display: block;
        margin-bottom: 8px;
    }

    .page-main-content1 {
        padding: 0 4%;
    }

    .main-content-fix {
        margin: 0 8%;
    }

    .page-footer-text {
        margin: 0 8px;
    }

    .page-footer p {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .page-footer-text img {
        display: none;
    }

    .page-footer-text img {
        display: none;
    }

    .page-footer-text .text-special {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .page-footer-list {
        display: none;
    }

    .page-footer span {
        font-size: 14px;
        margin-bottom: 6px;
    }
}