
.synopsis-div {
    width: 100%;
    height: auto;
    text-align: center;
}

.synopsis-pad {
    padding-top: 80px;
    padding-bottom: 20px;
}

.synopsis-pad2 {
    padding-top: 80px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.synopsis-mar {
    margin-top: 80px;
    margin-bottom: 20px;
}

.synopsis-mar2 {
    margin-top: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-with-hr {
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    left: 25%;
}

.synopsis-hr {
    width: 200px;
    height: 80px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.synopsis-content2 {
    float: left;
    width: auto;
    height: 80px;
}

/*
横线，并通过z-index：-1将or附近的横线遮盖住
*/
.text-with-hr:before {
    position: absolute;
    content: '';
    top: 50px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    z-index: -1;
}

.text-with-hr span {
    display: inline-block;
    background: white;
    padding: 10px;
}

.synopsis-lab1 {
    color: #333333;
    font-size: 32px;
    font-family: PingFang;
    padding: 0 20px;
}

.synopsis-lab2 {
    color: #CCCCCC;
    font-size: 24px;
    font-family: PingFang;
}

.synopsis-lab1-en {
    color: #333333;
    font-size: 32px;
    font-family: PingFang;
    /* padding: 10px 20px;*/
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;

}

.synopsis-content {
    font-size: 16px;
    color: #333333;
    font-family: PingFang;
    line-height: 22px;
    letter-spacing: 2px;
}

.page-footer {
    background-color: #fff;
    padding-top: 30px;
    text-align: center
}

.page-footer.dark {
    background-color: #0B2032
}

.page-footer .footer-copyright {
    width: 100%;
    background-color: #061521;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #ededed;
    text-align: center;
}

.page-footer.dark .footer-copyright {
    background-color: #061521;
    border-color: #061521
}

.page-footer .footer-copyright p {
    margin: 10px;
    color: #FFFFFF;
    font-size: 14px;
}

.page-footer.dark .footer-copyright p {
    color: #FFFFFF
}

.page-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7
}

.page-footer h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px
}

.page-footer.dark h5 {
    color: #fff
}

.page-footer a {
    color: #FFFFFF;
    text-decoration: none
}

.page-footer.dark a {
    color: #d2d1d1
}

.page-footer a:focus, .page-footer a:hover {
    text-decoration: none;
    color: #1d2125
}

.page-footer.dark a:focus, .page-footer.dark a:hover {
    color: #fff
}

@media (min-width: 576px) {
    .page-footer {
        text-align: left
    }
}

@media (min-width: 768px) {
    .page-footer ul li {
        position: relative;
        padding-left: 10px
    }

    .page-footer ul li:after, .page-footer ul li:before {
        content: "";
        position: absolute;
        left: 0;
        width: 2px;
        height: 6px;
        border-radius: 2px;
        background-color: #007bff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .page-footer ul li:before {
        top: 9px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .page-footer ul li:after {
        top: 13px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

}

.dropdown:hover > .dropdown-menu {
    display: block;
    /*margin-top: 32px;*/
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.footer-div {
    clear: both;
    margin: 0px;
    padding: 0px
}

.footer-div .top {
    width: 100%;
    padding: 0px;
    clear: both;
    cursor: pointer;
}

.footer-div .top div {
    text-align: right;
    padding: 0px;
}

.footer-div .top img {
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.footer-copyright .copyImg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.page-footer .rqcode {
    width: 80px;
    height: 80px;
}

.page-footer .mp12 {
    margin-top: 12px;
}

.page-footer .rqtext {
    font-family: "PingFang";
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.page-footer .icon1 {
    width: 20px;
    height: 20px;
}

.page-footer .icon2 {
    width: 25px;
    height: 25px;
}

.page-footer .address {
    font-family: "PingFang";
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding-left: 5px;
}

.page-footer .phone {
    font-family: "PingFang";
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding-left: 5px;
}

.page-footer .phone2 {
    font-size: 40px;
    line-height: 43px;
}






