body {
    background-color: #F2F8FF;
    padding-bottom: 36px;
}


@media all and (min-width: 1280px) {

    .mobile {
        display: none;
    }

    .banner {
        padding: 160px;
        height: 310px;
        background-size: cover;
        background-image: url("../images/banner2.png");
        background-size: 100% 100%;
    }

    /*.banner .pic {*/
    /*    padding-top: 336px;*/
    /*    height: 732px;*/
    /*    background-color: rgba(18, 40, 67, 0.5);*/
    /*}*/

    .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 li:last-child {
        margin-right: 80px;
    }

    .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 a {
        font-weight: 400;
    }

    .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: 70px;
        line-height: 0;
    }

    .nav .logo img {
        height: 80px;
    }

    .banner .text {
        text-align: center;
    }

    .banner .text h1 {
        font-size: 48px;
        font-weight: bold;
        color: #ED6D00;
    }

    .banner .text p {
        margin-top: 40px;
        font-size: 30px;
        color: #FFFFFF;
    }

    .center {
        padding-bottom: 70px;
        margin: 0 auto;
        width: 1200px;
    }

    .center .name {
        margin-top: 102px;
        font-size: 48px;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }

    .photograph .row {
        display: flex;
        flex-flow: row wrap;
    }

    .photograph .row .item {
        margin-top: 72px;
        margin-right: 36px;
        width: 376px;
        height: 282px;
    }

    .photograph .row .item .title {
        margin-top: 12px;
        text-align: center;
        font-size: 16px;
        color: #333333;
    }

    .photograph .row .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .photograph .row .item:nth-child(3n) {
        margin-right: 0;
    }

    .photograph .row .item img:hover {
        cursor: zoom-in;
    }

    .swiper-button-next, .swiper-button-prev {
        position: fixed;
        top: 50%;
    }


    #pop {
        position: relative;
        padding: 20px;
        width: auto;
        width: 100%;
        margin: 20px auto;
    }

    .swiper {
        width: 100%;
    }

    .swiper .swiper-wrapper {
        /*align-items: center;*/
        /*justify-content: center;*/
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .swiper-slide img {
        width: 90%;
    }


    .mfp-close-btn-in .mfp-close {
        position: absolute;
        top: 0;
        color: #FFFFFF;
        font-size: 60px;
    }
}

@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 .team {
        padding-top: 0.49rem;
    }

    .mp-background .mp-list li a {
        font-size: 0.28rem;
        color: #FFFFFF;
    }

    .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-top: 0.6rem;
    }

    .mp-substance .mp-picture {
        width: 100%;
        height: 3.82rem;
        background-image: url("../images/phone/picture1.png");
        background-repeat: no-repeat;
        background-size: cover;
        color: #FFFFFF;
        text-align: center;
    }

    .mp-picture .mp-pic {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: rgba(18, 40, 67, 0.5);
    }

    .mp-picture .mp-pic h3 {
        font-size: 0.4rem;
        font-weight: bold;
    }

    .mp-picture .mp-pic p {
        margin-top: 0.4rem;
        font-size: 0.3rem;
    }

    .mp-substance .mp-row {
        display: flex;
        flex-flow: row wrap;
        padding: 0 0.24rem;
    }

    .mp-row .mp-item {
        margin-top: 0.24rem;
        width: 3.4rem;
        height: 2.55rem;
        line-height: 1;
    }

    .mp-row .mp-item p {
        margin-top: 0.16rem;
        text-align: center;
        font-size: 0.26rem;
        color: #333333;
    }

    .mp-row .mp-item:nth-child(2n-1) {
        margin-right: 0.22rem;
    }

    .mp-row .mp-item:nth-child(n+3) {
        margin-top: 0.78rem;
    }

    .mp-row .mp-item img {
       height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #mp-pop {
        position: relative;
        padding: 20px;
        width: auto;
        width: 100%;
        margin: 20px auto;
    }

    .mp-swiper {
        width: 100%;
        /*height: 100%;*/
    }

    .mp-swiper .swiper-slide {
        width: 6rem;
        overflow: hidden;
    }

    .mp-swiper .swiper-slide img {
        width: 100%;
    }

    .mfp-close-btn-in .mfp-close {
        position: absolute;
        top: -0.5rem;
        color: #FFFFFF;
        font-size: 0.6rem;
    }

    body {
        padding-right: 0 !important;
    }

}