@media (min-width: 481px) {
    #navlist {
        list-style: none;
        padding: 0;
        width: 980px;
        margin: 0 auto 0;
    }

    #navlist li {
        display: inline;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #666;
    }
    #navlist li a{
        color: #551a8b;;
    }
    #navlist li:before {
        content: "> ";
        color: #8a9fa6
    }

    #navlist li:first-child:before {
        content: "";
    }

    .intro {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }


    .link {
        width: 980px;
        margin: 0 auto 0;
        padding: 30px 0;
    }

    .link .line {
        margin: 10px 55px;
        background-color: #000;
        height: 1px;
    }

    .link .item {
        margin: 30px 0;
        transition: 0.3s;
    }

    .link .item:hover {
        box-shadow: 2px 2px 10px #909090;
    }

    .link .item:hover h3 {
        color: #0062c2;
    }

    .link img {
        width: 100%;
        display: block;
    }

    .link table {
        border-collapse: collapse;
        border: none;
    }

    .link table tr td {
        position: relative;
    }

    .link table tr td h3 {
        text-align: center;
        font-size: 24px;
        color: #000;
    }

    .link table tr td p {
        line-height: 24px;
        font-size: 14px;
        text-align: justify;
        padding: 30px 45px;
        color: #000;
    }

    .link table tr td a {
        position: absolute;
        right: 25px;
        bottom: 20%;
        cursor: pointer;
    }

    .link table tr td a img {
        width: 50px;
    }

    .link ul {
        padding: 0;
        margin: 30px 0;
        padding: 0 50px;
    }

    .link ul li {
        float: left;
        margin: 0px 3px;
        font-size: 12px;
    }

    .txt {
        width: 980px;
        margin: 0 auto;
        padding: 32px 0;
    }

    .txt p {
        line-height: 24px;
        font-size: 16px;
        padding: 0 40px !important;
        margin-top: 15px;
    }

    .txt p:first-child {
        margin-top: 0;
    }

    .footsbg {
        background: #faf9fc;
    }

    .foots {
        padding: 40px 50px;
        width: 980px;
        margin: 0 auto 0;
    }

    .foots table {
        width: 100%;
        margin: 0 !important;
    }

    .foots table tr td {
        padding: 0 30px !important;
        border: none !important;
        vertical-align: middle !important;
    }

    .foots table tr td h3 {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        font-size: 20px !important;
        font-weight: normal;
        color: #000 !important;
    }

    .foots table tr td p {
        margin: 30px 0 !important;
        font-size: 14px;
        color: #000 !important;

    }

    .foots table tr td a {
        background: #0071e3;
        color: #fff !important;
        padding: 10px !important;
        border-radius: 8px;
        display: inline-block;
        width: 112px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #navlist {
        list-style: none;
        padding: 0 10px;
        margin: 0 auto 0;
    }

    #navlist li {
        display: inline;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #666;
    }
    #navlist li a{
        color: #551a8b;;
    }
    #navlist li:before {
        content: "> ";
        color: #8a9fa6
    }

    #navlist li:first-child:before {
        content: "";
    }

    .top {
        margin-top: 24%;
    }

    .intro {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .link {

        margin: 0 auto 0;
        padding: 10px 20px;
    }

    .link .line {
        margin: 0 55px;
        background-color: #000;
        height: 1px;
    }

    .link .item {
        margin: 30px 0;
        transition: 0.3s;
    }

    .link .item:hover {
        box-shadow: 2px 2px 10px #909090;
    }

    .link .item:hover h3 {
        color: #0062c2;
    }

    .link img {
        width: 100%;
        display: block;
    }

    .link table {
        border-collapse: collapse;
        border: none;
    }

    .link table tr td {
        position: relative;
    }

    .link table tr td h3 {
        text-align: center;
        font-size: 16px;
        color: #000;
    }

    .link table tr td p {
        line-height: 24px;
        font-size: 12px;
        text-align: justify;
        padding: 10px;
        color: #000;
    }

    .link table tr td a {
        position: absolute;
        right: 10px;
        bottom: 0;
        cursor: pointer;
    }

    .link table tr td a img {
        width: 65px;
    }

    .link ul {
        padding: 0;
        display: inline-block;
    }

    .link ul li {
        float: left;
        margin: 0px 3px;
        font-size: 12px;
    }

    .txt {

        margin: 0 auto;
        padding: 20px 20px;
    }

    .txt p {
        line-height: 24px;
        font-size: 14px;
        padding: 0;
        margin-top: 30px;
    }

    .txt p:first-child {
        margin-top: 0;
    }

    .footsbg {
        background: #faf9fc;
    }

    .foots {
        padding: 20px 0px;
        margin: 0 auto 0;
    }

    .foots table {
        width: 100%;
        margin: 0 !important;
    }

    .foots table tr td {
        padding: 0 30px;
        border: none;
        width: 50% !important;
    }

    .foots table tr td img {
        width: 100% !important;
    }

    .foots table tr td h3 {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        font-size: 16px !important;
        font-weight: normal;
        color: #000 !important;
    }

    .foots table tr td p {
        margin: 30px 0 !important;
        font-size: 14px;
        color: #000 !important;

    }

    .foots table tr td a {
        background: #0071e3;
        color: #fff !important;
        padding: 10px !important;
        border-radius: 8px;
        display: inline-block;
        width: 112px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        font-size: 14px;
    }
}