body {
    background-color: #F2F8FF;
    padding-bottom: 152px;
}

@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 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 .resources {
        position: absolute;
        top: 98px;
        left: -18px;
        display: none;
        background-color: #122843;
        width: 295px;
    }

    .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: 60px;
        font-weight: normal;
        color: #ED6D00;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.69);
        letter-spacing: 10px;
    }

    .center {
        /*margin: 0 auto;*/
        /*width: 1800px;*/
    }

    .center .img-text {
        margin-top: 60px;
        padding: 0 60px;
        display: flex;
        justify-content: center;
    }

    .img-text .pic {
        width: 414px;
        height: 612px;
    }

    .img-text .pic img {
        line-height: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .img-text .text {
        width: 820px;
        margin-left: 60px;
    }

    .img-text .img .ellipse {
        margin-top: 49px;
    }

    .img-text .img .ellipse .link {
        margin: 0 auto;
        display: block;
        width: 200px;
        height: 48px;
        border: 1px solid #003C88;
        border-radius: 24px;
        text-align: center;
        line-height: 48px;
        font-size: 16px;
        font-weight: 400;
        color: #003C88;
    }

    .img-text .img .ellipse .link:hover {
        background-color: #003C88;
        color: #FFFFFF;
    }

    .img-text .text h3 {
        font-size: 36px;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }

    .img-text .text .line {
        margin: 20px auto 0;
        width: 80px;
        height: 4px;
        background: #333333;
    }

    .img-text .text .member {
        margin: 40px auto 0;
        /*width: 600px;*/
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        white-space: pre-line;
    }

    .img-text .text .member p {
        line-height: 18px;
    }

    .img-text .text .company {
        margin-top: 60px;
    }

    .img-text .text .company .title {
        display: flex;
        font-size: 18px;
        font-weight: bold;
        color: #003C88;
    }

    .img-text .text .company .title .vertical {
        margin-top: 2px;
        margin-right: 13px;
        width: 4px;
        height: 16px;
        background: #003C88;
    }

    .img-text .text .company .introduce {
        margin-top: 34px;
        text-indent: 32px;
        line-height: 26px;
    }

    .img-text .text .company .list {
        margin-top: 34px;
    }

    .img-text .text .company .list p {
        line-height: 26px;
    }
}

@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-list .active a {
        color: #00C5FF;
    }

    .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-pic {
        line-height: 0;
        text-align: center;
    }

    .mp-substance .mp-pic img {
        width: 7.02rem;
        height: 9rem;
        object-fit: cover;
    }

    .mp-substance .mp-ellipse {
        margin-top: 0.5rem;
    }

    .mp-substance .mp-ellipse .mp-link {
        display: block;
        margin: 0 auto;
        width: 3rem;
        height: 0.72rem;
        border: 0.02rem solid #003C88;
        border-radius: 0.36rem;
        font-size: 0.26rem;
        color: #003C88;
        text-align: center;
        line-height: 0.65rem;
    }


    .mp-substance .mp-top h3 {
        margin-top: 0.58rem;
        font-size: 0.46rem;
        color: #333333;
        text-align: center;
    }

    .mp-substance .mp-top .line {
        margin: 0.26rem auto 0;
        width: 1.12rem;
        height: 0.06rem;
        background: #333333;
    }

    .mp-substance .mp-top {
        padding-bottom: 0.12rem;
    }

    .mp-substance .mp-top p {
        margin-top: 0.54rem;
        font-size: 0.34rem;
        color: #333333;
        text-align: center;
    }

    .mp-substance .mp-company {
        margin-top: 0.6rem;
        padding: 0 0.24rem;
        font-size: 0.26rem;
        color: #333333;
    }

    .mp-substance .mp-company .mp-title {
        display: flex;
        font-size: 0.28rem;
        color: #003C88;
        font-weight: 600;
    }

    .mp-company .mp-title .mp-vertical {
        margin-top: 0.07rem;
        margin-right: 0.14rem;
        width: 0.06rem;
        height: 0.24rem;
        background: #003C88;
    }

    .mp-company .mp-introduce {
        margin-top: 0.32rem;
        line-height: 0.48rem;
    }

    .mp-company .mp-list {
        margin-top: 0.32rem;
    }

    .mp-company .mp-list p {
        padding-bottom: 0.2rem;
    }
}