body {
    background-color: #F2F8FF;
    padding-bottom: 239px;
}

@media all and (min-width: 1280px){

    .mobile {
        display: none;
    }

    .banner {
        padding-top: 160px;
        height: 310px;
        background-image: url("../images/banner2.png");
        background-size: 100% 100%;
    }

    .banner .background {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
    }

    .banner .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 1560px;
    }

    .nav .lake {
        margin-right: 76px;
        line-height: 0;
    }

    .nav .lake img {
        height: 48px;
    }

    .nav .list ul {
        display: flex;
        align-items: center;
    }

    .nav .list ul li {
        position: relative;
        margin-right: 52px;
        padding: 40px 0;
        font-size: 16px;
        color: #FFFFFF;
        cursor: pointer;
    }

    .nav .list ul .active::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 2px;
        background-color: #FFFFFF;
    }

    .nav .list ul .active {
        font-weight: 700;
    }

    .nav .list ul li:last-child {
        margin-right: 80px;
    }

    .nav .list ul li:nth-child(2) .line {
        position: absolute;
        top: 88px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 2px;
        background-color: #FFFFFF;
    }

    .list li .team {
        position: absolute;
        top: 98px;
        left: 0;
        display: none;
        background-color: #122843;
        width: 200px;
    }

    .list li p a {
        display: inline-block;
        padding: 12px 22px 12px 18px;
        width: 100%;
    }

    .list li .contact {
        position: absolute;
        top: 98px;
        left: -18px;
        display: none;
        background-color: #122843;
        width: 144px;
    }

    .list .team-pull:hover .team {
        display: block;
    }

    .list .contact-pull:hover .contact {
        display: block;
    }

    .list li p a:hover {
        background-color: #1e90ff;
    }

    .nav .list ul li a {
        font-size: 16px;
        color: #FFFFFF;
    }

    .nav .twitter {
        line-height: 0;
    }

    .nav .twitter img {
        width: 30px;
    }

    .nav .logo {
        margin-left: 68px;
        line-height: 0;
    }

    .nav .logo img {
        height: 80px;
    }

    .banner .text {
        text-align: center;
    }

    .banner .text h1 {
        font-size: 60px;
        font-weight: normal;
        color: #ED6D00;
        text-shadow: 0px 0px 20px rgba(0,0,0,0.69);
        letter-spacing: 10px;
    }

    .article {
        margin: 0 auto;
        padding-top: 60px;
        width: 1000px;
    }

    .article em {
        font-style:oblique;
    }

    .article i {
        font-style:oblique;
    }

    .article ins {
        text-decoration: underline;
    }

    .article u {
        text-decoration: underline;
    }

    .article a:hover {
        color: rgba(36, 80, 132, 0.8);
    }

    .article ol li {
        list-style-type: decimal;
    }

    .article ul li {
        list-style-type: disc;
    }


    .article .title span {
        color: #333333;
    }

    .article .pic {
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
    }

    .article .pic .item {
        line-height: 0;
    }

    .article .pic .item img {
        width: 240px;
    }

    .article .overview {
        line-height: 26px;
        font-size: 16px;
    }

    .article .overview span {
        font-weight: bold;
        color: #333333;
    }

    .article .design {
        margin-top: 40px;
        line-height: 26px;
        font-size: 16px;
    }

    .article .design span {
        font-weight: bold;
        color: #245084;
    }

    .article .comment {
        margin-top: 40px;
        line-height: 26px;
        font-size: 16px;
    }

    .article .comment .line {
        border-bottom: 1px solid #666666;
        width: 354px;
    }

    .article .comment p {
        padding-top: 6px;
    }

    .article .comment .underline {
        border-bottom: 1px solid #666666;
        width: 246px;
    }

    .article .load {
        margin-top: 40px;
        font-size: 16px;
    }
}

@media  (max-width: 1280px){

    .pc {
        display: none;
    }

    .mobile .mp-background {
        position: relative;
        background-image: url("../images/phone/banner.png");
        height: 3.1rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 25%;
    }

    .mp-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.4rem;
        height: 0.98rem;
    }

    .mp-nav .mp-logo {
        line-height: 0;
    }

    .mp-nav .mp-logo img {
        width: 2.02rem;
    }

    .mp-nav .mp-icon .iconfont {
        font-size: 0.4rem;
        transform: rotate(180deg);
        color: #FFFFFF;
    }

    .mp-nav .mp-icon .icon-chahao {
        display: none;
    }

    .mp-background .mp-list {
        display: none;
        position: absolute;
        z-index: 9;
        top: 0.98rem;
        left: 0;
        width: 100%;
        padding-top: 0.2rem;
        padding-bottom: 1.26rem;
        background-color: #043156 ;
    }

    .mp-background .mp-list li {
        padding: 0.39rem 0;
        text-align: center;
        border-bottom: 0.02rem solid rgba(255, 255, 255, 0.1);
    }

    .mp-background .mp-list .active {
        color: #00C5FF !important;
    }

    .mp-background .mp-list .active a {
        color: #00C5FF !important;
    }

    .mp-background .mp-list li p {
        color: #FFFFFF;
        font-size: 0.28rem;
    }

    .mp-background .mp-list li p:nth-child(n+2) {
        margin-top: 0.49rem;
    }

    .mp-background .mp-list li p a {
        color: #CCCCCC;
    }

    .mp-background .mp-list li a {
        font-size: 0.28rem;
        color: #FFFFFF;
    }

    .mp-background .mp-list .team {
        padding-top: 0.49rem;
    }

    .mp-background .mp-title {
        margin-top: 0.3rem;
        font-size: 0.6rem;
        color: #ffd111;
        text-align: center;
    }

    .mp-background .mp-twitter {
        margin-top: 0.35rem;
        text-align: center;
    }

    .mp-background .mp-twitter .iconfont {
        font-size: 0.5rem;
        color: #0997dc;
    }

    .mp-substance {
        padding: 0.6rem 0.23rem 0;
    }

    .mp-substance em {
        font-style:oblique;
    }

    .mp-substance i {
        font-style:oblique;
    }

    .mp-substance ins {
        text-decoration: underline;
    }

    .mp-substance u {
        text-decoration: underline;
    }

    .mp-substance ol li {
        list-style-type: decimal;
    }

    .mp-substance ul li {
        list-style-type: disc;
    }

    .mp-substance .title {
        font-size: 0.26rem;
        line-height: 0.37rem;
    }

    .mp-substance .title span {
        color: #333333;
    }

    .mp-substance img {
        display: block;
        margin: 0 auto 0.2rem;
        max-width: 100%;
        height: auto;
    }

    .mp-substance .mp-pic {
        margin-top: 0.3rem;
        display: flex;
        justify-content: space-between;
    }

    .mp-substance .mp-pic div {
        line-height: 0;
    }

    .mp-substance .mp-pic div img {
        width: 3.36rem;
    }

    .mp-substance .mp-overview {
        margin-top: 0.3rem;
        font-size: 0.26rem;
    }

    .mp-substance .mp-overview span {
        color: #333333;
    }

    .mp-design {
        margin-top: 0.47rem;
        font-size: 0.26rem;
    }

    .mp-design span {
        color: #245084;
    }

    .mp-comment {
        margin-top: 0.28rem;
        font-size: 0.26rem;
    }

    .mp-comment .line {
        border-bottom: 0.01rem solid #666666;
        width: 5.8rem;
    }

    .mp-comment p {
        margin-top: 0.1rem;
    }

    .mp-comment .mp-underline {
        border-bottom: 0.01rem solid #666666;
        width: 4rem;
    }

    .mp-load {
        margin-top: 0.38rem;
        font-size: 0.26rem;
    }

}




