@font-face {
    font-family: "biaoti";
    src: url("/fonts/xihuanti.ttf") format("truetype");
}

@font-face {
    font-family: "zftc";
    src: url("/fonts/SOURCEHANSANSCN-REGULAR.OTF") format("truetype");
}

* {
    color:white;
    font-family: zfct;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: break-word;
    font-family: Arial, Helvetica, sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .con2right strong {
        font-size: 35px;
        color: #fff;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
    }
    .pchead {
        width: 100%;
        height: 170px;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url(/images/bj.png);
        /*background-color: #0d4197;*/
        z-index: 9999;
    }
    .pcheader {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
        justify-content: space-between;
        height: 80px;
        display: flex;
        align-items: center;
    }
    .pclogo img {
        height: 70px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav li a {
        color: #fff;
        text-align: center;
        font-size: 16px;
        letter-spacing: 4px;
        display: block;
        margin: 0 20px;
    }
    .pcnav li a em {
        display: block;
        margin-top: 5px;
        letter-spacing: 1px;
        font-style: normal;
        font-size: 14px;
    }
    .pcnav li a:hover {
        color: #ffc02f;
    }
    .actNav {
        color: #ffc02f !important;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .slo {
        width: 100%;
        margin-top: 100px;
        padding: 80px 0;
    }
    .slocon {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .slocon h1 {
        color: #fff;
        font-size: 72px;
        letter-spacing: 3px;
        font-weight: 800;
        color: #fff;
        font-family: biaoti !important;
        text-align: center;
    }
    .slocon h2 {
        color: #fff;
        font-size: 36px;
        letter-spacing: 3px;
        font-weight: 800;
        color: #fff;
        font-family: biaoti !important;
        margin-top: 20px;
        text-align: center;
    }
    .con1 {
        width: 100%;
    }
    .con1con {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .con1con video {
        width: 100%;
    }
    .con2 {
        width: 100%;
        padding: 80px 0;
    }
    .con2con {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .con2item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .con2left {
        width: 55%;
    }
    .con2left img {
        width: 100%;
    }
    .con2right {
        width: 38%;
        text-align: justify;
    }
    .con2right .tp {
        color: #fff;
        font-size: 35px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 25px;
    }
    .con2right span {
        color: #fff;
        font-size: 14px;
        text-align: justify;
        text-indent:2em;
        display:block;
        line-height: 30px;
    }
    .con2con .con2item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .foot {
        width: 100%;
        padding: 20px 0;
    }
    .footer {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .ftop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        margin-bottom: 5px;
    }
    .ftop p {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }
    .ftop a img {
        height: 60px;
    }
    .fbot {
        display: flex;
        justify-content: flex-end;
    }
    .fbotcon {
        width: 340px;
    }
    .fbotcon p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
    }
    .fbotcon p img {
        width: 100px;
    }
  
    .case {
        padding: 80px 0;
        margin-top: 80px;
    }
    .partnercon {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .parttitle {
        margin-bottom: 30px;
    }
    .parttitle p {
        color: #fff;
        font-size: 28px;
    }
    .partnercon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .partnercon ul li:nth-child(5n) {
        margin-right: 0;
    }
    .partnercon ul li {
        width: calc((100% - 120px) /5);
        margin-right: 25px;
        margin-bottom: 40px;
        padding: 25px;
    }
    .partnercon ul li img {
        width: 100%;
    }
    .case {
        width: 100%;
        padding: 80px 0;
    }
    .casecon {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .casecon ul {
        display: flex;
        flex-wrap: wrap;
        padding-top:20px;
    }
    .casecon ul li {
        width: calc((100% - 30px) / 4);
        margin-right: 10px;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
    }
    .casecon ul li:nth-child(4n) {
        margin-right: 0;
    }
    .casecon ul li img {
        width: 100%;
    }
    .casetitle p {
        color: #fff;
        font-size: 28px;
    }
    .casetitle {
    margin-bottom:30px;
    }
    .casepos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all ease .4s;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        background-color: #f2ba02;
        opacity: 0;
        visibility: hidden;
    }
    .casecon ul li:hover .casepos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .inside {
        padding: 80px 0;
        margin-top: 80px;
    }
    .insidecon {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .insidecon p {
        color: #fff;
    }
    .team {
        width: 100%;
        padding: 80px 0;
    }
    .teamcon {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .teamcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .teamcon ul li {
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .teamcon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .teamcon ul li img {
        width: 100%;
    }
    .teamcon ul li p {
        margin-top: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
        color: #fff;
        line-height: 30px;
    }
    .teamcon ul li span {
        line-height: 30px;
        font-size: 16px;
        color: #fff;
    }
    .contactbox {
        padding: 80px 0;
    }
    .cbcon {
        max-width: 1500px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .cbcon {
        color: #fff;
        font-size: 20px;
    }
}

@media only screen and (max-width: 996px) {
    .con2right strong {
        font-size: 20px;
        color: #fff;
        font-weight: 800;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 5px;
    }

    .contactbox {
        padding: 30px 15px;
    }

    .cbcon {
        margin: 0 auto;
    }

    .cbcon {
        color: #fff;
        font-size: 15px;
    }

    .team {
        width: 100%;
        padding: 30px 15px;
    }

    .teamcon ul {
        display: flex;
        flex-wrap: wrap;
    }

        .teamcon ul li {
            width: 100%;
            margin-bottom: 40px;
        }

            .teamcon ul li img {
                width: 100%;
            }

            .teamcon ul li p {
                margin-top: 14px;
                padding-bottom: 10px;
                border-bottom: 1px solid #fff;
                margin-bottom: 10px;
                color: #fff;
                line-height: 25px;
            }

            .teamcon ul li span {
                line-height: 25px;
                font-size: 14px;
                color: #fff;
            }

    .insidecon p {
        color: #fff;
    }

    .inside {
        padding: 30px 15px;
        margin-top: 60px;
    }

    .insidecon {
        margin: 0 auto;
    }
    .update_detail .update_detail_top h1
    {
        font-size:24px;font-weight:800;}

    .case {
        width: 100%;
        padding: 80px 15px;
    }

    .casecon ul {
        display: flex;
        flex-wrap: wrap;
    }

        .casecon ul li {
            width: 100%;
            cursor: pointer;
            position: relative;
            margin-bottom: 20px;
        }

            .casecon ul li img {
                width: 100%;
            }

    .casepos {
        width: 100%;
        transition: all ease .4s;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        background-color: #f2ba02;
    }

    .partner {
        padding: 30px 15px;
    }

    .parttitle {
        margin-bottom: 20px;
        margin-top:80px;
    }

        .parttitle p {
            color: #fff;
            font-size: 20px;
        }
    .casetitle p {
        color: #fff;
        font-size: 20px;
    }
    .casetitle {
    margin-bottom:20px;
    }
    .partnercon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .partnercon ul li {
            width: 48%;
            margin-bottom: 20px;
            padding: 15px;
        }

            .partnercon ul li img {
                width: 100%;
            }

    .foot {
        width: 100%;
        padding: 30px 14%;
    }

    .footer {
        margin: 0 auto;
    }

    .ftop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }

        .ftop p {
            color: #fff;
            font-size: 14px;
            line-height: 25px;
        }

        .ftop a img {
            height: 60px;
            margin-bottom: 20px;
        }

    .fbotcon p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }

        .fbotcon p img {
            width: 80px;
            margin: 8px 0;
            display: block;
        }

        .fbotcon p span {
        display:block;
        line-height:30px;
        }
        .con2 {
            width: 100%;
            padding: 30px 15px;
        }
    .con2item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .con2left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con2left img {
        width: 100%;
    }
    .con2right {
        width: 100%;
        padding: 0 12%;
    }
    .con2right .tp {
        color: #fff;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }
    .con2right span {
        color: #fff;
        font-size: 14px;
        text-align:justify;
        display:block;
        line-height: 25px;
    }
    .con2con .con2item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con video {
        width: 100%;
    }
    .slo {
        width: 100%;
        margin-top: 100px;
        padding: 0px 15px;
    }
    .slocon h1 {
        color: #fff;
        font-size: 26px;
        color: #fff;
        text-align: center;
        /*font-family: biaoti;*/
        font-weight: 800;
        font-weight: normal;
    }
    .slocon h2 {
        color: #fff;
        font-size: 13px;
        color: #fff;
       /* font-family: biaoti;*/
        font-weight: 800;
        margin-top: 10px;
        text-align: center;
        font-weight: normal;
    }
    .pchead {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: all ease .4s;
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: white;
        font-size: 13px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 50%;
        height: calc(53% - 80px);
        position: fixed;
        top: 80px;
        right: -50%;
        background-color: #4d55ef8f;
        /*opacity:0.5;*/
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: all ease .4s;
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: #fff;
        transition: all ease .4s;
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 80px;
        padding: 0 20px;
        /*background-color: #0d4197;*/
        background-image: url(/images/bj2.png);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_mbnav_1_item a em {
        color: white;
        margin-left:3%;
        font-style: normal;
        font-size: 14px;
    }
}