* {
    font-family: MicrosoftYaHeiLight;
}
body{
    background-color: white;
}
h2{
    font-size: 30px;
}
td{
    vertical-align:middle;
}
td>p>span{
    font-size: 16px!important;
}
.page-header{
    margin-bottom: 30px;
}
.col-md-2{
    margin-top: 10px;
}
.col-md-5{
    margin-bottom: 30px;
}
.home-logo {
    width: 200px;
    height: auto;
    float: left;
}

.quchupadding {
    padding: 0;
    height: 80px;
}
.baoming{
    margin-top: 50px;
}

.article-head {
    background-color: #832174;
}

.home-logos {
    display: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover {
    background-color: #832174;
    color: white;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
    color: white;
}

nav.navbar.bootsnav {
    border-bottom: none;
    background-color: rgba(255, 0, 0, 0);
    width: 100%;
    float: right;
    z-index: 999;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    float: right;
}

.home-footer {
    background-color: #832174;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
}

.home-footer ul li {
    margin: 10px 0;
    list-style: none;
}

.home-footer .qcode {
    padding: 20px;
}

.home-footer .qcode img {
    padding: 10px;
    width: 100%;
    height: auto;
}

.home-footer a {
    color: white;
    text-decoration: none;
}

.home-footer p {
    margin: 0 auto;
    text-align: center;
}

.mobilelogo {
    display: none;
}

.top img {
    width: 100%;
}

.mianbaoxie {
    margin: 25px 0;
}

.mianbaoxie ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.mianbaoxie ul li {
    float: left;
    list-style: none;
}

.mianbaoxie ul li a {
    color: #606060;
    text-decoration: none;
}

.mianbaoxie .titles {
    background-color: #f2ebf3;
    padding: 40px 0;
    color: #7d42a4;
}

.mianbaoxie .nice {
    margin-top: 30px;
    text-align: left;
    color: #7f41a2;
    width: max-content;
}

.mianbaoxie .nice h1 {
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px #7f3992 solid;
    font-size: 36px;
}

.infos {
    margin-top: 30px;
}

.infos .left {
    width: 100%;
    height: 1px;
    background-color: #7f3992;
    margin-top: 35px;
}

.infos .right {
    width: 100%;
    height: 1px;
    background-color: #7f3992;
    margin-top: 35px;
}

.infos .center {
    color: #7e42a6;
    text-align: center;
}

.infos .one {
    background-color: #f8f6f7;
    display: flex;
    align-items: center;
}

.infos .one .xuhao {
    font-size: 35px;
    line-height: inherit;
    text-align: center;
    color: #7e42a4;
}

.infos .one p {
    padding: 15px 0;
    font-size: 14px;
    line-height: 25px;
    color: #505050;
}

.infos .col-md-11 {
    border-left: 10px white solid;
}

.connect {
    margin-bottom: 50px;
    font-size: 16px;
    margin-top: 50px;
}

.oness{
    background-color: white;
    padding: 0;
}
.pcxianshi {
    display: none;
}

.table-responsive .table tr,
td {
    border: 2px white solid;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #f2f2f2;
}
.ke-zeroborder tr:nth-child(1){
    color: #7e42a6;
}


.table-responsive table {
    width: 100%;
}


.waves {
    position: relative;
    width: 100%;
    height: 1vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 50px;
    max-height: 15px;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}


@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}




@media screen and (max-width: 767px) {
    .home-logo {
        display: none;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background-color: #832174;
    }

    :after,
    :before {
        color: white;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        color: #606060;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        color: #606060;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover {
        background-color: white;
    }

    .home-footer {
        background-color: #832174;
        padding-top: 50px;
        padding-bottom: 50px;
        color: white;
    }

    .home-footer ul li {
        margin: 10px 0;
        list-style: none;
    }

    .home-footer .qcode {
        padding: 20px;
    }

    .home-footer .qcode img {
        padding: 10px;
        width: 100%;
        height: auto;
    }

    .home-footer a {
        color: white;
        text-decoration: none;
    }
    .infos .center h2{
        margin-top: 0;
    }

    .home-footer p {
        margin: 0 auto;
        text-align: center;
    }

    .mobilelogo {
        display: block;
        margin: 0 auto;
        width: 150px;
    }

    .home-footer ul {
        padding: 10px;
    }

    .home-footer {
        padding-bottom: 20px;
    }

    .mianbaoxie .title {
        display: none;
    }

    .mianbaoxie .nice h1 {
        font-size: 16px;
    }

    .infos .one .xuhao {
        display: none;
    }
    
    

    .pcxianshi {
        display: block;
    }
    .infos .right{
        margin-top: 15px;
    }
    
    .infos{
        margin-top: 10px;
    }

    .infos .one {
        background-color: white;
        display:block;
    }
    .infos .one p{
        padding: 0;
    }
    .infos .col-md-11{
        padding-left: 5px;
        padding-right: 5px;
        border: 0;
        background-color: #f8f6f7;
        padding: 10px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .infos .center h2{font-size:22px}

    .infos .left {
        margin-top: 25px;
    }
    .infos .right {
        margin-top: 25px;
    }
}