﻿@charset "utf-8";
/* CSS Document */

@media screen and (min-width : 1400px ) {
    body {
        font-family: "微软雅黑 Light","微软雅黑";
        font-weight: lighter;
        margin: 0px;
    }

    a {
        text-decoration: none;
        font-family: "微软雅黑 Light","微软雅黑";
        font-weight: lighter;
    }


    .navigation {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 60px;
        width: 100%;
        z-index: 8000;
        overflow: hidden;
        transition: 0.5s;
    }

        .navigation:hover {
            background-color: rgba(50,50,50,1);
        }

    .navigation-logo {
        position: relative;
        float: left;
        top: 0px;
        left: 15px;
        height: 100%;
        width: auto;
        transition: 0.5s;
    }

        .navigation-logo img {
            position: relative;
            height: 80%;
            width: auto;
            top: 10%;
        }

    .navigation-func {
        position: relative;
        float: right;
        top: 0px;
        right: 30px;
        height: 100%;
    }

    .navigation-link {
        position: relative;
        float: right;
        top: 0px;
        height: 100%;
        line-height: 60px;
        width: 120px;
        color: #2080ff;
        text-align: center;
        cursor: pointer;
    }

        .navigation-link:hover {
            background-color: rgba(0,120,220,1);
            color: #ffffff;
        }

    .cover {
        position: relative;
        top: 0px;
        left: 0px;
        height: 800px;
        width: 100%;
        overflow: hidden;
    }

    .cover-logo {
        position: absolute;
        width: 100%;
        height: 50px;
        margin-top: 60px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 70px;
        z-index: 100;
        user-select: none;
    }

        .cover-logo img {
            display: inline-block;
            height: 100%;
            width: auto;
        }

        .cover-logo h1 {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            line-height: 50px;
            font-size: 24px;
            width: auto;
            vertical-align: top;
            padding-left: 5px;
            color: #ffffff;
            font-weight: normal;
            text-shadow: 0px 0px 5px #000000;
        }

    .cover-rotationalbanner {
        position: relative;
        width: 100%;
        height: 680px;
        overflow: hidden;
        background-color: #102030;
    }

    .cover-banner {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        user-select: none;
    }

    .cover-bannercont {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .cover-bannertext {
        position: relative;
        width: 65%;
        min-width: 1000px;
        height: auto;
        margin: auto;
        margin-top: 150px;
    }

        .cover-bannertext h2 {
            margin: 0px;
            color: #ffffff;
            font-size: 36px;
            line-height: 44px;
            font-family: "微软雅黑";
            font-weight: bold;
            padding-bottom: 10px;
            text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000;
        }

        .cover-bannertext h3 {
            margin: 0px;
            color: #ffffff;
            font-size: 22px;
            line-height: 36px;
            font-family: "微软雅黑 Light";
            font-weight: normal;
            padding-bottom: 20px;
            text-shadow: 0px 0px 8px #000000, 0px 0px 8px #000000;
        }

        .cover-bannertext a {
            position: relative;
            display: inline-block;
            color: #ff2080;
            background-color: rgba(255,255,255,0.7);
            width: 120px;
            text-align: center;
            font-size: 16px;
            line-height: 30px;
            cursor: pointer;
            border-radius: 3px;
            border: 1px solid #ffffff;
            transition: 0.5s;
        }

            .cover-bannertext a:hover {
                background-color: rgba(255,48,160,1);
                color: #ffffff;
                border: 1px solid #ff30a0;
            }

    .cover-buttoncontainer {
        position: absolute;
        top: 570px;
        width: 100%;
        height: 22px;
        z-index: 200;
        text-align: center;
        overflow: hidden;
        user-select: none;
        text-shadow: 0px 0px 5px #000000;
    }

    .cover-leftbutton {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 100%;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        cursor: pointer;
        vertical-align: top;
        color: #ffffff;
        transition: 0.5s;
        border-radius: 15px 0 0 15px;
    }

    .cover-rightbutton {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 100%;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        cursor: pointer;
        vertical-align: top;
        color: #ffffff;
        transition: 0.5s;
        border-radius: 0 15px 15px 0;
    }

        .cover-leftbutton:hover, .cover-rightbutton:hover {
            background-color: rgba(255,255,255,0.5);
        }

    .cover-selectorbutton {
        position: relative;
        display: inline-block;
        width: 190px;
        height: 100%;
        text-align: center;
        vertical-align: top;
    }

    .cover-selector {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #ffffff;
        vertical-align: middle;
        cursor: pointer;
        transition: 0.5s;
        box-shadow: 0px 0px 3px 1px #000000;
    }

    .cover-keywords {
        position: absolute;
        top: 630px;
        width: 100%;
        height: 130px;
        text-align: center;
        z-index: 300;
        overflow: hidden;
        padding-top: 5px;
        user-select: none;
    }

    .cover-keyword {
        position: relative;
        display: inline-block;
        width: 200px;
        height: 80px;
        font-size: 24px;
        line-height: 80px;
        color: #2080ff;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        margin-left: 40px;
        margin-right: 40px;
        cursor: pointer;
        transition: 0.5s;
        border: 1px #60a0e0 solid;
    }

        .cover-keyword:hover {
            box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2);
            background: #60a0e0;
            color: #ffffff;
        }

    .cover-link {
        position: relative;
        width: 1000px;
        height: auto;
        margin: auto;
        margin-top: 80px;
    }

    .cover-list {
        position: relative;
        width: 700px;
        height: 100%;
        display: inline-block;
    }

    .cover-listlabel {
        position: relative;
        display: inline-block;
        margin-left: 10px;
        color: #808080;
        width: 120px;
        height: 30px;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
        border-bottom: 1px solid #66ccff;
        cursor: pointer;
        transition: 0.5s;
    }

        .cover-listlabel:hover {
            box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        }

    .cover-goto {
        position: relative;
        width: 290px;
        height: 100%;
        display: inline-block;
    }

    .cover-gotolink {
        position: relative;
        width: 160px;
        height: 30px;
        margin-left: 100px;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        background: #2080ff;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
        cursor: pointer;
        transition: 0.5s;
    }

        .cover-gotolink:hover {
            box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
        }

    .intro {
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        width: 100%;
        margin-top: 60px;
    }

    .intro-focus {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: rgba(20,30,50,1);
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: url(Images/BGP-21.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
    }

    .intro-sub {
        position: relative;
        width: 44%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .intro-sub h3 {
            position: relative;
            color: #fff;
            font-weight: bold;
            margin: 0px;
            line-height: 1.5;
            height: 80px;
            padding-top: 50px;
            font-size: 24px;
        }

        .intro-sub h4 {
            position: relative;
            color: rgba(255,255,255,0.8);
            font-weight: lighter;
            margin: 0 auto;
            margin-bottom: 40px;
            padding-top: 10px;
            line-height: 2;
            height: 210px;
            width: 340px;
        }

    .intro-img {
        position: relative;
        width: 54%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .intro-img img {
            position: relative;
            height: 100%;
            width: auto;
            animation: circleimg 30s infinite linear;
        }

    @keyframes circleimg {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .intro-govideo {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

        .intro-govideo a {
            display: inline-block;
            height: 100%;
            width: 160px;
            color: #ffffff;
            font-size: 16px;
            line-height: 32px;
            transition: 0.5s;
            padding-left: 10px;
            padding-right: 10px;
            margin-right: 20px;
            background-color: rgba(255,255,255,0.3);
            border-bottom: 1px solid #2080ff;
        }

            .intro-govideo a:hover {
                background-color: rgba(255,255,255,0.5);
            }

    .intro-desc {
        position: relative;
        top: 0px;
        width: 100%;
        height: 400px;
        text-align: center;
        padding-top: 20px;
    }

        .intro-desc h2 {
            color: #333333;
            font-size: 26px;
            font-weight: lighter;
            line-height: 100px;
            margin: 0px;
        }

        .intro-desc h3 {
            color: #333333;
            font-size: 24px;
            font-weight: lighter;
            line-height: 44px;
            margin: 0px;
        }

    .intro-golink {
        position: relative;
        width: 260px;
        height: 40px;
        margin: auto;
        border: 1px #ffffff solid;
        border-radius: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        letter-spacing: 3px;
        cursor: pointer;
        transition: 0.5s;
        background-color: rgba(0,0,0,0.5);
        margin-top: 20px;
    }

        .intro-golink:hover {
            background-color: rgba(0,0,0,0.7);
        }

    .intro-audio {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .intro-keyword {
        position: relative;
        top: 0px;
        width: 1200px;
        height: 200px;
        margin: auto;
        user-select: none;
    }

    .intro-keyword-t {
        position: relative;
        top: 0px;
        width: 195px;
        height: 46px;
        display: inline-block;
        text-align: center;
    }

        .intro-keyword-t h4 {
            position: relative;
            margin: 0px;
            padding: 0px;
            line-height: 40px;
            color: #0078dc;
            font-size: 18px;
            font-weight: lighter;
            transition: 0.5s;
        }

    .intro-map {
        position: relative;
        width: 100%;
        height: 340px;
        margin-top: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(Images/Address-01-row.png);
    }

    .branch {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .branch-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 140px;
        text-align: center;
    }

        .branch-title h2 {
            position: relative;
            color: #303030;
            font-size: 32px;
            font-weight: lighter;
            line-height: 140px;
            margin: 0px;
            padding-top: 20px;
        }

    .branch-cont {
        position: relative;
        top: 0px;
        width: 80%;
        height: auto;
        overflow: hidden;
        padding-top: 10px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 50px;
        background-color: rgba(230,245,255,1);
        user-select: none;
    }

    .branch-list {
        position: relative;
        display: inline-block;
        height: 85px;
        width: 12.5%;
        margin-left: 2%;
        margin-right: 1%;
        margin-top: 40px;
        padding-top: 10px;
        padding-left: 4px;
        padding-right: 4px;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #70b0ff;
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        vertical-align: middle;
        transition: 0.5s;
    }

        .branch-list:hover {
            box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.3);
            border: 1px solid #50a0ff;
        }

        .branch-list h3 {
            margin: 0px;
            color: #2080ff;
            font-size: 20px;
            font-weight: lighter;
            text-align: center;
            line-height: 36px;
        }

        .branch-list div {
            position: relative;
            color: #505050;
            font-size: 16px;
            text-align: center;
            line-height: 20px;
        }

    .gallery {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 120px;
    }

    .gallery-major {
        position: relative;
        width: 100%;
        height: auto;
    }

    .gallery-majorimg {
        position: relative;
        width: 100%;
        height: 640px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .gallery-majortext {
        position: relative;
        top: 590px;
        width: 640px;
        margin: auto;
        height: 38px;
        background-color: rgba(80,150,255,1);
        color: #ffffff;
        font-size: 22px;
        line-height: 38px;
        text-align: center;
        border-radius: 18px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .gallery-album {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }

    .gallery-albumframe {
        position: relative;
        display: inline-block;
        width: 40%;
        margin-top: 30px;
        margin-left: 3%;
        margin-right: 3%;
        overflow: hidden;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .gallery-albumimg {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        overflow: hidden;
    }

        .gallery-albumimg img {
            width: 100%;
            height: auto;
            display: block;
        }

    .gallery-albumtext {
        position: relative;
        width: 100%;
        height: 32px;
        background-color: rgba(80,150,255,1);
        margin: auto;
        line-height: 32px;
        color: #ffffff;
        font-size: 18px;
    }

    .art {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .art-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 140px;
        text-align: center;
    }

        .art-title h2 {
            position: relative;
            color: #303030;
            font-size: 32px;
            font-weight: lighter;
            line-height: 140px;
            margin: 0px;
            padding-top: 20px;
        }

    .art-cont {
        position: relative;
        top: 0px;
        width: 80%;
        height: auto;
        overflow: hidden;
        padding-top: 30px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 30px;
        background-color: rgba(230,240,255,1);
    }

    .art-row {
        position: relative;
        display: inline-block;
        width: 49%;
        height: auto;
        overflow: hidden;
    }

    .art-link {
        position: relative;
        display: inline-block;
        width: 49%;
    }

        .art-link:hover {
            background-color: rgba(200,230,255,1);
        }

        .art-link a {
            position: relative;
            width: 100%;
            height: auto;
            padding-top: 20px;
            padding-bottom: 10px;
            display: inline-block;
        }

        .art-link img {
            position: relative;
            width: 90%;
            height: auto;
            padding-left: 5%;
            transition: 0.5s;
        }

            .art-link img:hover {
                filter: brightness(1.2);
            }

    .art-desc {
        position: relative;
        width: 100%;
        height: auto;
    }

    .art-link h3 {
        margin: 0px;
        text-align: center;
        font-family: "微软雅黑";
        font-weight: normal;
        color: #3070f0;
        padding-top: 10px;
        font-size: 18px;
        height: 28px;
        overflow: hidden;
    }

    .art-link h4 {
        margin: 0px;
        text-align: center;
        font-weight: lighter;
        color: #505050;
        padding-top: 10px;
        font-size: 16px;
        height: 24px;
        overflow: hidden;
    }

    .art-more {
        position: relative;
        width: 100%;
        height: 80px;
        background-color: rgba(230,240,255,1);
        padding-top: 20px;
        text-align: center;
    }

    .art-morelink {
        position: relative;
        height: 40px;
        width: 260px;
        background-color: rgba(80,150,255,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 3px;
        display: inline-block;
    }

        .art-morelink:hover {
            background-color: rgba(40,100,255,1);
        }

    .service {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .service-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 140px;
        text-align: center;
    }

        .service-title h2 {
            position: relative;
            color: #303030;
            font-size: 32px;
            font-weight: lighter;
            line-height: 140px;
            margin: 0px;
            padding-top: 20px;
        }

    .service-cont {
        position: relative;
        top: 0px;
        width: 80%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 20px;
        background-color: rgba(255,240,225,1);
    }

    .service-category {
        position: relative;
        width: 49%;
        display: inline-block;
        margin-top: 10px;
    }

        .service-category a {
            position: relative;
            display: inline-block;
            width: 95%;
            height: 80px;
            overflow: hidden;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .service-category a:hover {
                background-color: #ffe0d0
            }

    .service-icon {
        position: relative;
        float: left;
        width: 15%;
        min-width: 80px;
        text-align: center;
    }

        .service-icon img {
            width: 60px;
            height: auto;
            background-color: #ffffff;
            border-radius: 50%;
            border: 2px solid #ffffff;
        }

    .service-intro {
        position: relative;
        float: left;
        max-width: 75%;
    }

        .service-intro h3 {
            margin: 0px;
            padding-bottom: 10px;
            color: #FF8040;
            font-size: 20px;
        }

    .service-text {
        position: relative;
        color: #505050;
    }

    .service-more {
        position: relative;
        width: 100%;
        height: 80px;
        background-color: rgba(255,240,225,1);
        padding-top: 20px;
        text-align: center;
    }

    .service-morelink {
        position: relative;
        height: 40px;
        width: 260px;
        background-color: rgba(255,160,80,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 3px;
        display: inline-block;
    }

        .service-morelink:hover {
            background-color: rgba(255,130,50,1);
        }

    .live {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .live-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 140px;
        text-align: center;
    }

        .live-title h2 {
            position: relative;
            color: #303030;
            font-size: 32px;
            font-weight: lighter;
            line-height: 140px;
            margin: 0px;
            padding-top: 20px;
        }

    .live-cont {
        position: relative;
        top: 0px;
        width: 80%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 20px;
        background-color: rgba(255,230,240,1);
    }

    .live-platform {
        position: relative;
        display: inline-block;
        margin-left: 2%;
        width: 46%;
    }

        .live-platform a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 80px;
            overflow: hidden;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .live-platform a:hover {
                background-color: #FFc0f0;
            }

    .live-left {
        position: relative;
        float: left;
        width: 15%;
        min-width: 80px;
        text-align: center;
    }

        .live-left img {
            width: 60px;
            height: auto;
            background-color: #ffffff;
            border-radius: 50%;
            border: 2px solid #ffffff;
        }

    .live-right {
        position: relative;
        float: left;
        max-width: 75%;
    }

        .live-right h3 {
            margin: 0px;
            padding-bottom: 10px;
            color: #ff2080;
            font-size: 20px;
        }

    .live-intro {
        position: relative;
        color: #505050;
    }

    .live-more {
        position: relative;
        width: 100%;
        height: 80px;
        background-color: rgba(255,230,240,1);
        padding-top: 20px;
        text-align: center;
    }

    .live-morelink {
        position: relative;
        height: 40px;
        width: 260px;
        background-color: rgba(255,80,230,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 3px;
        display: inline-block;
    }

        .live-morelink:hover {
            background-color: rgba(255,40,160,1);
        }

    .bulletin {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .bulletin-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 140px;
        text-align: center;
    }

        .bulletin-title h2 {
            position: relative;
            color: #303030;
            font-size: 32px;
            font-weight: lighter;
            line-height: 140px;
            margin: 0px;
            padding-top: 20px;
        }

    .bulletin-cont {
        position: relative;
        top: 0px;
        width: 80%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 20px;
        background-color: rgba(230,230,230,1);
    }

    .bulletin-link {
        position: relative;
        display: inline-block;
        width: 49%;
        height: 50px;
    }

        .bulletin-link a {
            display: inline-block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #505050;
            font-family: "微软雅黑";
            font-weight: normal;
        }

            .bulletin-link a:hover {
                background-color: #d0d0d0;
            }

    .bulletin-more {
        position: relative;
        width: 100%;
        height: 80px;
        background-color: rgba(230,230,230,1);
        padding-top: 20px;
        text-align: center;
    }

    .bulletin-morelink {
        position: relative;
        height: 40px;
        width: 260px;
        background-color: rgba(150,150,150,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 3px;
        display: inline-block;
    }

        .bulletin-morelink:hover {
            background-color: rgba(100,100,100,1);
        }

    .char {
        position: relative;
        top: 0px;
        width: 100%;
        height: 580px;
        overflow: hidden;
        margin-top: 80px;
    }

    .char-show {
        position: relative;
        top: 0px;
        width: 50%;
        height: 300px;
        padding-top: 20px;
        margin: auto;
        padding-left: 25%;
        padding-right: 25%;
        margin-top: 40px;
        background-color: rgba(255,235,245,1);
        overflow: hidden;
    }

    .char-frame {
        position: relative;
        top: 0px;
        width: 32%;
        height: 110px;
        display: inline-block;
        margin-top: 20px;
    }

    .char-img {
        position: relative;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
        border: 1px #ff3090 solid;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .char-text {
        position: relative;
        top: 40px;
        width: 100%;
        height: 130px;
        margin: auto;
        text-align: center;
    }

        .char-text span {
            color: 303030;
            font-size: 32px;
            line-height: 60px;
        }

    .main {
        position: relative;
        top: 0px;
        width: 100%;
        height: 620px;
    }

    .main-cont {
        position: relative;
        width: 100%;
        height: auto;
    }

    .main-join {
        position: relative;
        width: 80%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 40px;
        border-bottom: 2px solid #2060FF;
        text-align: center;
    }

        .main-join h3 {
            margin: 0px;
            font-size: 32px;
            color: #3060FF;
            line-height: 60px;
        }

    .main-join-intro {
        position: relative;
        width: 100%;
        font-size: 24px;
        color: #3060FF;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .main-join-text {
        position: relative;
        width: 100%;
        font-size: 18px;
        color: #3060ff;
        line-height: 30px;
    }

    .main-join-button {
        position: relative;
        display: inline-block;
        width: 260px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        background-color: rgba(50,100,255,1);
        border-radius: 5px;
        border: 1px solid #3080ff;
        margin-top: 20px;
        color: #ffffff;
    }

        .main-join-button:hover {
            background-color: rgba(50,140,255,1)
        }

    .main-coop {
        position: relative;
        width: 80%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: right;
    }

        .main-coop h3 {
            margin: 0px;
            font-size: 20px;
            color: #303030;
            line-height: 48px;
            padding-right: 40px;
        }

    .main-coop-intro {
        position: relative;
        width: 100%;
        font-size: 16px;
        color: #505050;
        line-height: 24px;
    }

    .main-coop-text {
        position: relative;
        width: 100%;
        font-size: 16px;
        color: #505050;
        line-height: 24px;
    }

    .main-coop-button {
        position: relative;
        display: inline-block;
        width: 160px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        text-align: center;
        background-color: rgba(0,0,0,0.3);
        border: 1px solid #505050;
        margin-top: 10px;
        color: #000000;
    }

        .main-coop-button:hover {
            background-color: rgba(0,0,0,0.6);
            color: #ffffff;
        }

    .info {
        position: relative;
        top: 0px;
        width: 100%;
        height: 200px;
        padding-top: 40px;
        text-align: center;
        background-color: rgba(20,20,30,1);
        font-size: 12px;
        color: #bbbbbb;
        line-height: 26px;
    }

    .info-tip {
        position: relative;
        width: 85%;
        margin: auto;
        text-align: left;
    }

    .info a {
        color: #bbbbbb;
    }
}

@media screen and (min-width: 840px ) and (max-width: 1399px) {
    body {
        font-family: "微软雅黑 Light","微软雅黑";
        font-weight: lighter;
        margin: 0px;
    }

    a {
        text-decoration: none;
        font-family: "微软雅黑 Light","微软雅黑";
        font-weight: lighter;
    }


    .navigation {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 40px;
        width: 100%;
        z-index: 8000;
        overflow: hidden;
        transition: 0.5s;
    }

        .navigation:hover {
            background-color: rgba(50,50,50,1);
        }

    .navigation-logo {
        position: relative;
        float: left;
        top: 0px;
        left: 15px;
        height: 100%;
        width: auto;
        transition: 0.5s;
    }

        .navigation-logo img {
            position: relative;
            height: 90%;
            width: auto;
            top: 5%;
        }

    .navigation-func {
        position: relative;
        float: right;
        top: 0px;
        right: 30px;
        height: 100%;
    }

    .navigation-link {
        position: relative;
        float: right;
        top: 0px;
        height: 100%;
        line-height: 40px;
        width: 100px;
        color: #2080ff;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
    }

        .navigation-link:hover {
            background-color: rgba(0,120,220,1);
            color: #ffffff;
        }

    .cover {
        position: relative;
        top: 0px;
        left: 0px;
        height: 640px;
        width: 100%;
        overflow: hidden;
    }

    .cover-logo {
        position: absolute;
        width: 100%;
        height: 50px;
        margin-top: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 60px;
        z-index: 100;
        user-select: none;
    }

        .cover-logo img {
            display: inline-block;
            height: 100%;
            width: auto;
        }

        .cover-logo h1 {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            line-height: 50px;
            font-size: 20px;
            width: auto;
            vertical-align: top;
            padding-left: 5px;
            color: #ffffff;
            font-weight: normal;
            text-shadow: 0px 0px 5px #000000;
        }

    .cover-rotationalbanner {
        position: relative;
        width: 100%;
        height: 540px;
        overflow: hidden;
        background-color: #102030;
    }

    .cover-banner {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        user-select: none;
    }

    .cover-bannercont {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .cover-bannertext {
        position: relative;
        width: 70%;
        min-width: 800px;
        height: auto;
        margin: auto;
        margin-top: 120px;
    }

        .cover-bannertext h2 {
            margin: 0px;
            color: #ffffff;
            font-size: 32px;
            line-height: 40px;
            font-family: "微软雅黑";
            font-weight: bold;
            padding-bottom: 10px;
            text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000;
        }

        .cover-bannertext h3 {
            margin: 0px;
            color: #ffffff;
            font-size: 18px;
            line-height: 32px;
            font-family: "微软雅黑 Light";
            font-weight: normal;
            padding-bottom: 20px;
            text-shadow: 0px 0px 8px #000000, 0px 0px 8px #000000;
        }

        .cover-bannertext a {
            position: relative;
            display: inline-block;
            color: #ff2080;
            background-color: rgba(255,255,255,0.7);
            width: 120px;
            text-align: center;
            font-size: 14px;
            line-height: 26px;
            cursor: pointer;
            border-radius: 3px;
            border: 1px solid #ffffff;
            transition: 0.5s;
        }

            .cover-bannertext a:hover {
                background-color: rgba(255,48,160,1);
                color: #ffffff;
                border: 1px solid #ff30a0;
            }

    .cover-buttoncontainer {
        position: absolute;
        top: 460px;
        width: 100%;
        height: 20px;
        z-index: 200;
        text-align: center;
        overflow: hidden;
        user-select: none;
        text-shadow: 0px 0px 5px #000000;
    }

    .cover-leftbutton {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        cursor: pointer;
        vertical-align: top;
        color: #ffffff;
        transition: 0.5s;
        border-radius: 15px 0 0 15px;
    }

    .cover-rightbutton {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 100%;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        cursor: pointer;
        vertical-align: top;
        color: #ffffff;
        transition: 0.5s;
        border-radius: 0 15px 15px 0;
    }

        .cover-leftbutton:hover, .cover-rightbutton:hover {
            background-color: rgba(255,255,255,0.5);
        }

    .cover-selectorbutton {
        position: relative;
        display: inline-block;
        width: 160px;
        height: 100%;
        text-align: center;
        vertical-align: top;
    }

    .cover-selector {
        position: relative;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #ffffff;
        vertical-align: middle;
        cursor: pointer;
        transition: 0.5s;
        margin-top: -4px;
        box-shadow: 0px 0px 3px 1px #000000;
    }

    .cover-keywords {
        position: absolute;
        top: 500px;
        width: 100%;
        height: 80px;
        text-align: center;
        z-index: 300;
        overflow: hidden;
        padding-top: 5px;
        user-select: none;
    }

    .cover-keyword {
        position: relative;
        display: inline-block;
        width: 150px;
        height: 60px;
        font-size: 20px;
        line-height: 60px;
        color: #2080ff;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        margin-left: 20px;
        margin-right: 20px;
        cursor: pointer;
        transition: 0.5s;
        border: 1px #60a0e0 solid;
    }

        .cover-keyword:hover {
            box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2);
            background: #60a0e0;
            color: #ffffff;
        }

    .cover-link {
        position: relative;
        width: 800px;
        height: auto;
        margin: auto;
        margin-top: 60px;
    }

    .cover-list {
        position: relative;
        width: 600px;
        height: 100%;
        display: inline-block;
    }

    .cover-listlabel {
        position: relative;
        display: inline-block;
        margin-left: 10px;
        color: #808080;
        width: 100px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
        border-bottom: 1px solid #66ccff;
        cursor: pointer;
        transition: 0.5s;
    }

        .cover-listlabel:hover {
            box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        }

    .cover-goto {
        position: relative;
        width: 190px;
        height: 100%;
        display: inline-block;
    }

    .cover-gotolink {
        position: relative;
        width: 130px;
        height: 30px;
        margin-left: 50px;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        background: #2080ff;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
        cursor: pointer;
        transition: 0.5s;
    }

        .cover-gotolink:hover {
            box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
        }

    .intro {
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        width: 100%;
        margin-top: 60px;
    }

    .intro-focus {
        position: relative;
        width: 100%;
        height: 480px;
        background-color: rgba(20,30,50,1);
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: url(Images/BGP-21.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
    }

    .intro-sub {
        position: relative;
        width: 44%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .intro-sub h3 {
            position: relative;
            color: #fff;
            font-weight: bold;
            margin: 0px;
            line-height: 1.5;
            height: 50px;
            padding-top: 30px;
            font-size: 20px;
        }

        .intro-sub h4 {
            position: relative;
            color: rgba(255,255,255,0.8);
            font-weight: lighter;
            margin: 0 auto;
            margin-bottom: 40px;
            padding-top: 10px;
            line-height: 1.8;
            height: 210px;
            width: 340px;
        }

    .intro-img {
        position: relative;
        width: 54%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
    }

        .intro-img img {
            position: relative;
            height: 100%;
            width: auto;
            animation: circleimg 30s infinite linear;
        }

    @keyframes circleimg {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .intro-govideo {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

        .intro-govideo a {
            display: inline-block;
            height: 100%;
            width: 140px;
            color: #ffffff;
            font-size: 16px;
            line-height: 32px;
            transition: 0.5s;
            padding-left: 5px;
            padding-right: 5px;
            margin-left: 20px;
            background-color: rgba(255,255,255,0.3);
            border-bottom: 1px solid #2080ff;
        }

            .intro-govideo a:hover {
                background-color: rgba(255,255,255,0.5);
            }

    .intro-desc {
        position: relative;
        top: 0px;
        width: 100%;
        height: 340px;
        text-align: center;
        padding-top: 10px;
    }

        .intro-desc h2 {
            color: #333333;
            font-size: 22px;
            font-weight: lighter;
            line-height: 90px;
            margin: 0px;
        }

        .intro-desc h3 {
            color: #333333;
            font-size: 20px;
            font-weight: lighter;
            line-height: 36px;
            margin: 0px;
        }

    .intro-golink {
        position: relative;
        width: 220px;
        height: 36px;
        margin: auto;
        border: 1px #ffffff solid;
        border-radius: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 36px;
        font-size: 18px;
        letter-spacing: 2px;
        cursor: pointer;
        transition: 0.5s;
        background-color: rgba(0,0,0,0.5);
        margin-top: 20px;
    }

        .intro-golink:hover {
            background-color: rgba(0,0,0,0.7);
        }

    .intro-audio {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .intro-keyword {
        position: relative;
        top: 0px;
        width: 800px;
        height: 220px;
        margin: auto;
        user-select: none;
    }

    .intro-keyword-t {
        position: relative;
        top: 0px;
        width: 195px;
        height: 34px;
        display: inline-block;
        text-align: center;
    }

        .intro-keyword-t h4 {
            position: relative;
            margin: 0px;
            padding: 0px;
            line-height: 36px;
            color: #0078dc;
            font-size: 16px;
            font-weight: lighter;
            transition: 0.5s;
        }

    .intro-map {
        position: relative;
        width: 100%;
        height: 320px;
        margin-top: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(Images/Address-01-row2.png);
    }

    .branch {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .branch-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 120px;
        text-align: center;
    }

        .branch-title h2 {
            position: relative;
            color: #303030;
            font-size: 24px;
            font-weight: lighter;
            line-height: 120px;
            margin: 0px;
            padding-top: 20px;
        }

    .branch-cont {
        position: relative;
        top: 0px;
        width: 92%;
        height: auto;
        overflow: hidden;
        padding-top: 10px;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 40px;
        background-color: rgba(230,245,255,1);
        user-select: none;
    }

    .branch-list {
        position: relative;
        display: inline-block;
        height: 80px;
        width: 18%;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 30px;
        padding-top: 10px;
        padding-left: 3px;
        padding-right: 3px;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #70b0ff;
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        vertical-align: middle;
        transition: 0.5s;
    }

        .branch-list:hover {
            box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
            border: 1px solid #50a0ff;
        }

        .branch-list h3 {
            margin: 0px;
            color: #2080ff;
            font-size: 18px;
            font-weight: lighter;
            text-align: center;
            line-height: 32px;
        }

        .branch-list div {
            position: relative;
            color: #505050;
            font-size: 14px;
            text-align: center;
            line-height: 20px;
        }

    .gallery {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 80px;
    }

    .gallery-major {
        position: relative;
        width: 100%;
        height: auto;
    }

    .gallery-majorimg {
        position: relative;
        width: 100%;
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .gallery-majortext {
        position: relative;
        top: 450px;
        width: 550px;
        margin: auto;
        height: 34px;
        background-color: rgba(80,150,255,1);
        color: #ffffff;
        font-size: 18px;
        line-height: 34px;
        text-align: center;
        border-radius: 18px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .gallery-album {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }

    .gallery-albumframe {
        position: relative;
        display: inline-block;
        width: 42%;
        max-width: 550px;
        margin-top: 30px;
        margin-left: 2%;
        margin-right: 2%;
        overflow: hidden;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .gallery-albumimg {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        overflow: hidden;
    }

        .gallery-albumimg img {
            width: 100%;
            height: auto;
            display: block;
        }

    .gallery-albumtext {
        position: relative;
        width: 100%;
        height: 30px;
        background-color: rgba(80,150,255,1);
        margin: auto;
        line-height: 30px;
        color: #ffffff;
        font-size: 18px;
    }

    .art {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .art-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 120px;
        text-align: center;
    }

        .art-title h2 {
            position: relative;
            color: #303030;
            font-size: 24px;
            font-weight: lighter;
            line-height: 120px;
            margin: 0px;
            padding-top: 20px;
        }

    .art-cont {
        position: relative;
        top: 0px;
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
        background-color: rgba(230,240,255,1);
        text-align: center;
    }

    .art-row {
        position: relative;
        display: inline-block;
        width: 49%;
        min-width: 480px;
        height: auto;
        overflow: hidden;
    }

    .art-link {
        position: relative;
        display: inline-block;
        width: 49%;
    }

        .art-link:hover {
            background-color: rgba(200,230,255,1);
        }

        .art-link a {
            position: relative;
            width: 100%;
            height: auto;
            text-align: center;
            padding-top: 15px;
            padding-bottom: 10px;
            display: inline-block;
        }

        .art-link img {
            position: relative;
            width: 90%;
            height: auto;
            transition: 0.5s;
        }

            .art-link img:hover {
                filter: brightness(1.2);
            }

    .art-desc {
        position: relative;
        width: 100%;
        height: auto;
    }

    .art-link h3 {
        margin: 0px;
        text-align: center;
        font-family: "微软雅黑";
        font-weight: normal;
        color: #3070f0;
        padding-top: 10px;
        font-size: 18px;
        height: 24px;
        overflow: hidden;
    }

    .art-link h4 {
        margin: 0px;
        text-align: center;
        font-weight: lighter;
        color: #505050;
        padding-top: 10px;
        font-size: 16px;
        height: 22px;
        overflow: hidden;
    }

    .art-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(230,240,255,1);
        padding-top: 10px;
        text-align: center;
    }

    .art-morelink {
        position: relative;
        height: 30px;
        width: 220px;
        background-color: rgba(80,150,255,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .art-morelink:hover {
            background-color: rgba(40,100,255,1);
        }

    .service {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .service-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 120px;
        text-align: center;
    }

        .service-title h2 {
            position: relative;
            color: #303030;
            font-size: 24px;
            font-weight: lighter;
            line-height: 120px;
            margin: 0px;
            padding-top: 20px;
        }

    .service-cont {
        position: relative;
        top: 0px;
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10px;
        background-color: rgba(255,240,225,1);
    }

    .service-category {
        position: relative;
        width: 49%;
        display: inline-block;
    }

        .service-category a {
            position: relative;
            display: inline-block;
            width: 95%;
            height: 80px;
            overflow: hidden;
            padding-top: 10px;
            padding-bottom: 5px;
        }

            .service-category a:hover {
                background-color: #ffe0d0
            }

    .service-icon {
        position: relative;
        float: left;
        width: 15%;
        min-width: 80px;
        text-align: center;
    }

        .service-icon img {
            width: 50px;
            height: auto;
            background-color: #ffffff;
            border-radius: 50%;
            border: 2px solid #ffffff;
        }

    .service-intro {
        position: relative;
        float: left;
        max-width: 75%;
    }

        .service-intro h3 {
            margin: 0px;
            padding-bottom: 8px;
            color: #FF8040;
            font-size: 18px;
        }

    .service-text {
        position: relative;
        color: #505050;
    }

    .service-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(255,240,225,1);
        padding-top: 10px;
        text-align: center;
    }

    .service-morelink {
        position: relative;
        height: 30px;
        width: 220px;
        background-color: rgba(255,160,80,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .service-morelink:hover {
            background-color: rgba(255,130,50,1);
        }

    .live {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .live-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 120px;
        text-align: center;
    }

        .live-title h2 {
            position: relative;
            color: #303030;
            font-size: 24px;
            font-weight: lighter;
            line-height: 120px;
            margin: 0px;
            padding-top: 20px;
        }

    .live-cont {
        position: relative;
        top: 0px;
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10px;
        background-color: rgba(255,230,240,1);
    }

    .live-platform {
        position: relative;
        display: inline-block;
        margin-left: 2%;
        width: 46%;
    }

        .live-platform a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 70px;
            overflow: hidden;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .live-platform a:hover {
                background-color: #FFc0f0;
            }

    .live-left {
        position: relative;
        float: left;
        width: 15%;
        min-width: 80px;
        text-align: center;
    }

        .live-left img {
            width: 50px;
            height: auto;
            background-color: #ffffff;
            border-radius: 50%;
            border: 2px solid #ffffff;
        }

    .live-right {
        position: relative;
        float: left;
        max-width: 75%;
    }

        .live-right h3 {
            margin: 0px;
            padding-bottom: 5px;
            color: #ff2080;
            font-size: 18px;
        }

    .live-intro {
        position: relative;
        color: #505050;
    }

    .live-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(255,230,240,1);
        padding-top: 10px;
        text-align: center;
    }

    .live-morelink {
        position: relative;
        height: 30px;
        width: 220px;
        background-color: rgba(255,80,230,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .live-morelink:hover {
            background-color: rgba(255,40,160,1);
        }

    .bulletin {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .bulletin-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 120px;
        text-align: center;
    }

        .bulletin-title h2 {
            position: relative;
            color: #303030;
            font-size: 24px;
            font-weight: lighter;
            line-height: 120px;
            margin: 0px;
            padding-top: 20px;
        }

    .bulletin-cont {
        position: relative;
        top: 0px;
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10px;
        background-color: rgba(230,230,230,1);
    }

    .bulletin-link {
        position: relative;
        display: inline-block;
        width: 49%;
        height: 50px;
    }

        .bulletin-link a {
            display: inline-block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #505050;
            font-family: "微软雅黑";
            font-weight: normal;
        }

            .bulletin-link a:hover {
                background-color: #d0d0d0;
            }

    .bulletin-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(230,230,230,1);
        padding-top: 10px;
        text-align: center;
    }

    .bulletin-morelink {
        position: relative;
        height: 30px;
        width: 220px;
        background-color: rgba(150,150,150,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .bulletin-morelink:hover {
            background-color: rgba(100,100,100,1);
        }

    .char {
        position: relative;
        top: 0px;
        width: 100%;
        height: 460px;
        overflow: hidden;
        margin-top: 60px;
    }

    .char-show {
        position: relative;
        top: 0px;
        width: 70%;
        height: 250px;
        padding-top: 20px;
        margin: auto;
        padding-left: 15%;
        padding-right: 15%;
        margin-top: 40px;
        background-color: rgba(255,235,245,1);
        overflow: hidden;
    }

    .char-frame {
        position: relative;
        top: 0px;
        width: 32%;
        height: 110px;
        display: inline-block;
        margin-top: 10px;
    }

    .char-img {
        position: relative;
        width: 90px;
        height: 90px;
        margin: auto;
        border-radius: 50%;
        border: 1px #ff3090 solid;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .char-text {
        position: relative;
        top: 30px;
        width: 100%;
        height: 130px;
        margin: auto;
        text-align: center;
    }

        .char-text span {
            color: 303030;
            font-size: 24px;
            line-height: 50px;
        }

    .main {
        position: relative;
        top: 0px;
        width: 100%;
        height: 560px;
    }

    .main-cont {
        position: relative;
        width: 100%;
        height: auto;
    }

    .main-join {
        position: relative;
        width: 90%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 40px;
        border-bottom: 2px solid #2060FF;
        text-align: center;
    }

        .main-join h3 {
            margin: 0px;
            font-size: 28px;
            color: #3060FF;
            line-height: 60px;
        }

    .main-join-intro {
        position: relative;
        width: 100%;
        font-size: 22px;
        color: #3060FF;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .main-join-text {
        position: relative;
        width: 100%;
        font-size: 16px;
        color: #3060ff;
        line-height: 28px;
    }

    .main-join-button {
        position: relative;
        display: inline-block;
        width: 220px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        text-align: center;
        background-color: rgba(50,100,255,1);
        border-radius: 5px;
        border: 1px solid #3080ff;
        margin-top: 20px;
        color: #ffffff;
    }

        .main-join-button:hover {
            background-color: rgba(50,140,255,1)
        }

    .main-coop {
        position: relative;
        width: 80%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: right;
    }

        .main-coop h3 {
            margin: 0px;
            font-size: 20px;
            color: #303030;
            line-height: 48px;
            padding-right: 30px;
        }

    .main-coop-intro {
        position: relative;
        width: 100%;
        font-size: 16px;
        color: #505050;
        line-height: 24px;
    }

    .main-coop-text {
        position: relative;
        width: 100%;
        font-size: 16px;
        color: #505050;
        line-height: 24px;
    }

    .main-coop-button {
        position: relative;
        display: inline-block;
        width: 160px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        text-align: center;
        background-color: rgba(0,0,0,0.3);
        border: 1px solid #505050;
        margin-top: 10px;
        color: #000000;
    }

        .main-coop-button:hover {
            background-color: rgba(0,0,0,0.6);
            color: #ffffff;
        }

    .info {
        position: relative;
        top: 0px;
        width: 100%;
        height: 180px;
        padding-top: 30px;
        text-align: center;
        background-color: rgba(20,20,30,1);
        font-size: 12px;
        color: #bbbbbb;
        line-height: 26px;
    }

    .info-tip {
        position: relative;
        width: 85%;
        margin: auto;
        text-align: left;
    }

    .info a {
        color: #bbbbbb;
    }
}

@media screen and (max-width: 839px) {
    body {
        font-family: "微软雅黑 Light","微软雅黑";
        font-weight: normal;
        margin: 0px;
    }

    a {
        text-decoration: none;
        font-family: "微软雅黑 Light","微软雅黑";
        font-weight: normal;
    }


    .navigation {
        display: none
    }

    .cover {
        position: relative;
        top: 0px;
        left: 0px;
        height: 690px;
        width: 100%;
        overflow: hidden;
    }

    .cover-logo {
        position: absolute;
        width: 100%;
        height: 35px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        z-index: 100;
        user-select: none;
    }

        .cover-logo img {
            display: inline-block;
            height: 100%;
            width: auto;
        }

        .cover-logo h1 {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            line-height: 35px;
            font-size: 16px;
            width: auto;
            vertical-align: top;
            padding-left: 5px;
            color: #ffffff;
            font-weight: normal;
            text-shadow: 0px 0px 5px #000000;
        }

    .cover-rotationalbanner {
        position: relative;
        width: 100%;
        height: 540px;
        overflow: hidden;
        background-color: #102030;
    }

    .cover-banner {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        user-select: none;
    }

    .cover-bannercont {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .cover-bannertext {
        position: relative;
        width: 95%;
        min-width: 340px;
        height: auto;
        margin: auto;
        margin-top: 80px;
    }

        .cover-bannertext h2 {
            margin: 0px;
            color: #ffffff;
            font-size: 20px;
            line-height: 30px;
            font-family: "微软雅黑";
            font-weight: bold;
            height: 30px;
            padding-bottom: 10px;
            text-shadow: 0px 0px 8px #000000, 0px 0px 8px #000000;
        }

        .cover-bannertext h3 {
            margin: 0px;
            color: #ffffff;
            font-size: 14px;
            line-height: 20px;
            font-family: "微软雅黑 Light";
            font-weight: normal;
            padding-bottom: 15px;
            text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000;
        }

        .cover-bannertext a {
            position: relative;
            display: inline-block;
            color: #ff2080;
            background-color: rgba(255,255,255,0.7);
            width: 80px;
            text-align: center;
            font-size: 14px;
            line-height: 26px;
            cursor: pointer;
            transition: 0.5s;
            border-radius: 2px;
        }

            .cover-bannertext a:hover {
                background-color: rgba(255,48,160,1);
                color: #ffffff;
                border: 1px solid #ff30a0;
            }

    .cover-buttoncontainer {
        position: absolute;
        top: 420px;
        width: 100%;
        height: 18px;
        z-index: 200;
        text-align: center;
        overflow: hidden;
        user-select: none;
        text-shadow: 0px 0px 5px #000000, 0px 0px 3px #000000;
    }

    .cover-leftbutton {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        cursor: pointer;
        vertical-align: top;
        color: #ffffff;
        transition: 0.5s;
        border-radius: 15px 0 0 15px;
    }

    .cover-rightbutton {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        cursor: pointer;
        vertical-align: top;
        color: #ffffff;
        transition: 0.5s;
        border-radius: 0 15px 15px 0;
    }

        .cover-leftbutton:hover, .cover-rightbutton:hover {
            color: #66ccff;
        }

    .cover-selectorbutton {
        position: relative;
        display: inline-block;
        width: 140px;
        height: 100%;
        text-align: center;
        vertical-align: top;
    }

    .cover-selector {
        position: relative;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #ffffff;
        vertical-align: middle;
        cursor: pointer;
        transition: 0.5s;
        margin-top: -5px;
        box-shadow: 0px 0px 5px 0px #000000;
    }

    .cover-keywords {
        position: absolute;
        top: 450px;
        width: 100%;
        height: auto;
        text-align: center;
        z-index: 300;
        overflow: hidden;
        padding-top: 5px;
        user-select: none;
    }

    .cover-keyword {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 32px;
        font-size: 16px;
        line-height: 32px;
        color: #2080ff;
        overflow: hidden;
        background: #ffffff;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 5px;
        cursor: pointer;
        transition: 0.5s;
        border: 1px #60a0e0 solid;
    }

        .cover-keyword:hover {
            box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
            background: #60a0e0;
            color: #ffffff;
        }

    .cover-link {
        position: relative;
        width: 95%;
        min-width: 340px;
        height: auto;
        margin: auto;
        margin-top: 10px;
    }

    .cover-list {
        position: relative;
        width: 95%;
        height: auto;
        margin: auto;
        margin-bottom: 10px;
        background-color: #e5f0ff;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cover-listlabel {
        position: relative;
        display: inline-block;
        margin: auto;
        margin-bottom: 8px;
        color: #808080;
        width: 80px;
        height: 28px;
        font-size: 14px;
        text-align: center;
        line-height: 28px;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
        border-bottom: 1px solid #66ccff;
        cursor: pointer;
        background-color: #ffffff;
        transition: 0.5s;
    }

        .cover-listlabel:hover {
            box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        }

    .cover-goto {
        position: relative;
        width: 100%;
        height: auto;
    }

    .cover-gotolink {
        position: relative;
        width: 150px;
        height: 30px;
        margin: auto;
        text-align: center;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 30px;
        color: #ffffff;
        background: #2080ff;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
        cursor: pointer;
        transition: 0.5s;
    }

        .cover-gotolink:hover {
            box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
        }

    .intro {
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    .intro-focus {
        position: relative;
        width: 100%;
        height: auto;
        background-color: rgba(20,30,50,1);
        padding-top: 10px;
        padding-bottom: 20px;
        background-image: url(Images/BGP-21.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .intro-sub {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
    }

        .intro-sub h3 {
            position: relative;
            color: #fff;
            font-weight: normal;
            margin: 0px;
            line-height: 1.2;
            height: auto;
            padding-top: 20px;
            font-size: 16px;
        }

        .intro-sub h4 {
            position: relative;
            color: rgba(255,255,255,0.8);
            font-weight: lighter;
            font-size: 12px;
            margin: 0 auto;
            margin-bottom: 10px;
            padding-top: 15px;
            line-height: 1.8;
            height: 140px;
            width: 100%;
        }

    .intro-img {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
    }

        .intro-img img {
            position: relative;
            width: 100%;
            height: auto;
            max-width: 360px;
            animation: circleimg 30s infinite linear;
        }

    @keyframes circleimg {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .intro-govideo {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 20px;
    }

        .intro-govideo a {
            display: inline-block;
            height: 100%;
            width: 130px;
            color: #ffffff;
            font-size: 14px;
            line-height: 28px;
            transition: 0.5s;
            padding-left: 5px;
            padding-right: 5px;
            margin-right: 10px;
            margin-right: 10px;
            background-color: rgba(255,255,255,0.3);
            border-bottom: 1px solid #2080ff;
        }

            .intro-govideo a:hover {
                background-color: rgba(255,255,255,0.5)
            }

    .intro-desc {
        position: relative;
        top: 0px;
        width: 100%;
        height: 220px;
        text-align: center;
        padding-top: 20px;
    }

        .intro-desc h2 {
            color: #333333;
            font-size: 16px;
            font-weight: lighter;
            line-height: 32px;
            margin: 0px;
        }

        .intro-desc h3 {
            color: #333333;
            font-size: 14px;
            font-weight: lighter;
            line-height: 26px;
            margin: 0px;
            letter-spacing: -0.2px;
        }

    .intro-golink {
        position: relative;
        width: 200px;
        height: 30px;
        margin: auto;
        border: 1px #ffffff solid;
        border-radius: 3px;
        color: #ffffff;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.5s;
        background-color: rgba(0,0,0,0.5);
        margin-top: 20px;
    }

    .intro-golink {
        background-color: rgba(0,0,0,0.7);
    }

    .intro-audio {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .intro-keyword {
        position: relative;
        top: 0px;
        width: 90%;
        height: 150px;
        margin: auto;
        user-select: none;
    }

    .intro-keyword-t {
        position: relative;
        top: 0px;
        width: 23%;
        height: 24px;
        display: inline-block;
        text-align: center;
    }

        .intro-keyword-t h4 {
            position: relative;
            margin: 0px;
            padding: 0px;
            line-height: 24px;
            color: #0078dc;
            font-size: 14px;
            font-weight: normal;
            transition: 0.5s;
        }

    .intro-map {
        position: relative;
        width: 100%;
        height: 320px;
        margin-top: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(Images/Address-01-col.png);
    }

    .branch {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .branch-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 60px;
        text-align: center;
    }

        .branch-title h2 {
            position: relative;
            color: #303030;
            font-size: 18px;
            font-weight: normal;
            line-height: 60px;
            margin: 0px;
        }

    .branch-cont {
        position: relative;
        top: 0px;
        width: 92%;
        height: auto;
        overflow: hidden;
        padding-top: 10px;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 20px;
        background-color: rgba(230,245,255,1);
        user-select: none;
    }

    .branch-list {
        position: relative;
        display: inline-block;
        height: 70px;
        width: 27%;
        margin-left: 3%;
        margin-top: 15px;
        padding-top: 8px;
        padding-left: 2px;
        padding-right: 2px;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #70b0ff;
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        vertical-align: middle;
        transition: 0.5s;
    }

        .branch-list:hover {
            box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
            border: 1px solid #50a0ff;
        }

        .branch-list h3 {
            margin: 0px;
            color: #2080ff;
            font-size: 16px;
            font-weight: normal;
            text-align: center;
            line-height: 32px;
        }

        .branch-list div {
            position: relative;
            color: #505050;
            font-size: 12px;
            text-align: center;
            line-height: 18px;
        }

    .gallery {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .gallery-major {
        position: relative;
        width: 100%;
        height: auto;
    }

    .gallery-majorimg {
        position: relative;
        width: 100%;
        height: 340px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .gallery-majortext {
        position: relative;
        top: 300px;
        width: 340px;
        margin: auto;
        height: 30px;
        background-color: rgba(80,150,255,1);
        color: #ffffff;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        border-radius: 15px;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .gallery-album {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }

    .gallery-albumframe {
        position: relative;
        display: inline-block;
        width: 85%;
        max-width: 400px;
        margin-top: 10px;
        overflow: hidden;
        box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    }

    .gallery-albumimg {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        overflow: hidden;
    }

        .gallery-albumimg img {
            width: 100%;
            height: auto;
            display: block;
        }

    .gallery-albumtext {
        position: relative;
        width: 100%;
        height: 26px;
        background-color: rgba(80,150,255,1);
        margin: auto;
        line-height: 26px;
        color: #ffffff;
        font-size: 14px;
    }

    .art {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .art-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 60px;
        text-align: center;
    }

        .art-title h2 {
            position: relative;
            color: #303030;
            font-size: 18px;
            font-weight: normal;
            line-height: 60px;
            margin: 0px;
        }

    .art-cont {
        position: relative;
        top: 0px;
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10px;
        background-color: rgba(230,240,255,1);
    }

    .art-row {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .art-link {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .art-link:hover {
            background-color: rgba(200,230,255,1);
        }

        .art-link a {
            position: relative;
            width: 100%;
            height: auto;
            padding-top: 5px;
            padding-bottom: 5px;
            display: inline-block;
        }

        .art-link img {
            position: relative;
            width: 38%;
            height: auto;
            float: left;
            max-width: 175px;
        }

    .art-desc {
        position: relative;
        width: 59%;
        height: auto;
        float: left;
    }

    .art-link h3 {
        margin: 0px;
        text-align: center;
        font-family: "微软雅黑";
        font-weight: normal;
        color: #3070f0;
        padding-top: 0px;
        font-size: 16px;
        height: 24px;
        overflow: hidden;
    }

    .art-link h4 {
        margin: 0px;
        text-align: center;
        font-weight: lighter;
        color: #505050;
        padding-top: 0px;
        font-size: 14px;
        height: 22px;
        overflow: hidden;
    }

    .art-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(230,240,255,1);
        padding-top: 10px;
        text-align: center;
    }

    .art-morelink {
        position: relative;
        height: 30px;
        width: 200px;
        background-color: rgba(80,150,255,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .art-morelink:hover {
            background-color: rgba(40,100,255,1);
        }

    .service {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .service-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 60px;
        text-align: center;
    }

        .service-title h2 {
            position: relative;
            color: #303030;
            font-size: 18px;
            font-weight: normal;
            line-height: 60px;
            margin: 0px;
        }

    .service-cont {
        position: relative;
        top: 0px;
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-top: 10px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10px;
        background-color: rgba(255,240,225,1);
    }

    .service-category {
        position: relative;
        width: 95%;
        display: block;
        margin-top: 5px;
    }

        .service-category a {
            position: relative;
            display: block;
            width: 100%;
            height: 70px;
            overflow: hidden;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .service-category a:hover {
                background-color: #ffe0d0
            }

    .service-icon {
        position: relative;
        float: left;
        width: 20%;
        min-width: 50px;
        text-align: center;
        margin-right: 10px;
    }

        .service-icon img {
            width: 45px;
            height: auto;
            background-color: #ffffff;
            border-radius: 50%;
            border: 2px solid #ffffff;
        }

    .service-intro {
        position: relative;
        float: left;
        max-width: 75%;
    }

        .service-intro h3 {
            margin: 0px;
            padding-bottom: 6px;
            color: #FF8040;
            font-size: 16px;
        }

    .service-text {
        position: relative;
        color: #505050;
        font-size: 14px;
    }

    .service-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(255,240,225,1);
        padding-top: 10px;
        text-align: center;
    }

    .service-morelink {
        position: relative;
        height: 30px;
        width: 200px;
        background-color: rgba(255,160,80,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .service-morelink:hover {
            background-color: rgba(255,130,50,1);
        }

    .live {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .live-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 60px;
        text-align: center;
    }

        .live-title h2 {
            position: relative;
            color: #303030;
            font-size: 18px;
            font-weight: normal;
            line-height: 60px;
            margin: 0px;
        }

    .live-cont {
        position: relative;
        top: 0px;
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-top: 10px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10px;
        background-color: rgba(255,230,240,1);
    }

    .live-platform {
        position: relative;
        display: inline-block;
        width: 95%;
        margin-top: 5px;
    }

        .live-platform a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 60px;
            overflow: hidden;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .live-platform a:hover {
                background-color: #FFc0f0;
            }

    .live-left {
        position: relative;
        float: left;
        width: 15%;
        min-width: 80px;
        text-align: center;
    }

        .live-left img {
            width: 45px;
            height: auto;
            background-color: #ffffff;
            border-radius: 50%;
            border: 2px solid #ffffff;
        }

    .live-right {
        position: relative;
        float: left;
        max-width: 75%;
    }

        .live-right h3 {
            margin: 0px;
            padding-bottom: 8px;
            color: #ff2080;
            font-size: 16px;
        }

    .live-intro {
        position: relative;
        color: #505050;
        font-size: 14px;
    }

    .live-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(255,230,240,1);
        padding-top: 10px;
        text-align: center;
    }

    .live-morelink {
        position: relative;
        height: 30px;
        width: 200px;
        background-color: rgba(255,80,200,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .live-morelink:hover {
            background-color: rgba(255,40,150,1);
        }

    .bulletin {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .bulletin-title {
        position: relative;
        top: 0px;
        width: 100%;
        height: 60px;
        text-align: center;
    }

        .bulletin-title h2 {
            position: relative;
            color: #303030;
            font-size: 18px;
            font-weight: normal;
            line-height: 60px;
            margin: 0px;
        }

    .bulletin-cont {
        position: relative;
        top: 0px;
        width: 96%;
        height: auto;
        overflow: hidden;
        padding-top: 20px;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 10px;
        background-color: rgba(230,230,230,1);
        text-align: center;
    }

    .bulletin-link {
        position: relative;
        display: inline-block;
        width: 85%;
        height: 40px;
    }

        .bulletin-link a {
            display: inline-block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #505050;
            font-family: "微软雅黑";
            font-weight: normal;
            font-size: 14px;
        }

            .bulletin-link a:hover {
                background-color: #d0d0d0;
            }

    .bulletin-more {
        position: relative;
        width: 100%;
        height: 60px;
        background-color: rgba(230,230,230,1);
        padding-top: 10px;
        text-align: center;
    }

    .bulletin-morelink {
        position: relative;
        height: 30px;
        width: 200px;
        background-color: rgba(150,150,150,1);
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        margin: auto;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        transition: 0.5s;
        cursor: pointer;
        letter-spacing: 2px;
        display: inline-block;
    }

        .bulletin-morelink:hover {
            background-color: rgba(100,100,100,1);
        }

    .char {
        position: relative;
        top: 0px;
        width: 100%;
        height: 300px;
        overflow: hidden;
        margin-top: 40px;
    }

    .char-show {
        position: relative;
        top: 0px;
        width: 100%;
        height: 200px;
        padding-top: 10px;
        margin: auto;
        background-color: rgba(255,235,245,1);
        overflow: hidden;
    }

    .char-frame {
        position: relative;
        top: 0px;
        width: 32%;
        height: 80px;
        display: inline-block;
        margin-top: 10px;
    }

    .char-img {
        position: relative;
        width: 70px;
        height: 70px;
        margin: auto;
        border-radius: 50%;
        border: 1px #ff3090 solid;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .char-text {
        position: relative;
        top: 20px;
        width: 100%;
        height: 70px;
        margin: auto;
        text-align: center;
    }

        .char-text span {
            color: 303030;
            font-size: 16px;
            line-height: 30px;
        }

    .main {
        position: relative;
        top: 0px;
        width: 100%;
        height: 460px;
    }

    .main-cont {
        position: relative;
        width: 100%;
        height: auto;
    }

    .main-join {
        position: relative;
        width: 90%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 2px solid #2060FF;
        text-align: center;
    }

        .main-join h3 {
            margin: 0px;
            font-size: 18px;
            color: #3060FF;
            line-height: 50px;
        }

    .main-join-intro {
        position: relative;
        width: 100%;
        font-size: 14px;
        color: #3060FF;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .main-join-text {
        position: relative;
        width: 100%;
        font-size: 14px;
        color: #3060ff;
        line-height: 20px;
    }

    .main-join-button {
        position: relative;
        display: inline-block;
        width: 200px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
        background-color: rgba(50,100,255,1);
        border-radius: 5px;
        border: 1px solid #3080ff;
        margin-top: 15px;
        color: #ffffff;
    }

        .main-join-button:hover {
            background-color: rgba(50,140,255,1)
        }

    .main-coop {
        position: relative;
        width: 90%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: right;
    }

        .main-coop h3 {
            margin: 0px;
            font-size: 16px;
            color: #303030;
            line-height: 44px;
            padding-right: 30px;
        }

    .main-coop-intro {
        position: relative;
        width: 100%;
        font-size: 13px;
        color: #505050;
        line-height: 18px;
    }

    .main-coop-text {
        position: relative;
        width: 100%;
        font-size: 13px;
        color: #505050;
        line-height: 18px;
    }

    .main-coop-button {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        background-color: rgba(0,0,0,0.3);
        border: 1px solid #505050;
        margin-top: 10px;
        color: #000000;
    }

        .main-coop-button:hover {
            background-color: rgba(0,0,0,0.6);
            color: #ffffff;
        }

    .info {
        position: relative;
        top: 0px;
        width: 100%;
        height: 150px;
        padding-top: 30px;
        text-align: center;
        background-color: rgba(20,20,30,1);
        font-size: 10px;
        color: #bbbbbb;
        line-height: 18px;
    }

    .info-tip {
        position: relative;
        width: 88%;
        margin: auto;
        text-align: left;
    }

    .info a {
        color: #bbbbbb;
    }
}


/*南京乱次元 版权所有 NJVD All Rights Reserved*/
/**/
