* {
    font-family: Microsoft YaHei !important;
}

.moudle-title {
    margin-top: 0;
    margin-bottom: 0;
}

.moudle-sub-title {
    margin-bottom: 47px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
}

.main-low-margin {
    margin-top: 100px;
}

.placeholder {
    height: 58px;
    width: 100%;
}

.my-navbar {
    background: #fff;
    border-color: #fff;
    color: #333;
}

.my-navbar .logo {
    height: 32px;
}

.my-navbar .navbar-nav > li > a {
    font-size: 18px;
    color: #333;
    padding-top: 19px;
    padding-bottom: 19px;
    font-weight: 700;
    font-family: PingFang SC, PingFang SC-Bold;
}

.my-navbar .navbar-header .icon-bar {
    background-color: #333;
}

.my-navbar .navbar-brand {
    padding: 13px 15px;
}

.contact-way {
    padding: 12px 15px;
    margin-right: -15px;
}

.contact-way img{
    height: 34px;
}

@media (min-width: 1330px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a.active::after {
        position: absolute;
        content: '';
        background-color: #0E61EC;
        width: 17px;
        height: 3px;
        bottom: 10px;
        border-radius: 2px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.moudle-title h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: #333333;
    font-family: PingFang SC, PingFang SC-Heavy;
}

.moudle-title p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    font-family: PingFang SC, PingFang SC-Regular;
}


.cooperative-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.cooperative-items .cooperative-item {
    width: 246px;
    height: 85px;
    background: #ffffff;
    border: 1px solid #f2f6fa;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 0px rgba(188,219,255,0.16); 
    text-align: center;
    line-height: 85px;
}

@media (max-width: 1020px) {
    .cooperative-items {
        display: block;
        text-align: center;
    }

    .cooperative-items .cooperative-item {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.dashed {
    margin-top: 100px;
    width: 100%;
    background-image: url('../img/home/bottom_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bottom-link {
    margin-top: 0;
    padding-bottom: 40px;
}

.bottom-link h3 {
    line-height: 40px;
}

.bottom-link .bottom-logo {
    text-align: left;
    margin-top: 20px;
}

.bottom-link .bottom-logo img{
    width: 87px;
}

.bottom-link .bottom-item h3 {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #333333;
    position: relative;
    margin-bottom: 0;
}

.bottom-link .bottom-item h3 .h3-icon {
    position: absolute;
    width: 3px;
    height: 14px;
    opacity: 0.47;
    background: #333333;
    border-radius: 2px;
    left: -8px;
    top: 13px;
}

.bottom-link .bottom-item p {
    margin: 0;
}

.bottom-link .bottom-item p a {
    line-height: 24px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
}

.bottom-link .bottom-item.bottom-d {
    text-align: right;
    margin-top: 20px;
}

.bottom-link .bottom-item.bottom-d img{
    width: 101px;
}

.bottom-link .bottom-item.bottom-d a {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 21px;
}

@media (max-width: 1020px) {
    .bottom-link .bottom-item.bottom-d{
        text-align: left;
    }
}

.space-bottom {
    height: 40px;
}

#footer {
    padding: 5px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #3a3e46;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #ffffff;
}