@charset "utf-8";

.home-top-grid1 {
    background: rgba(11, 100, 143, 0.7);
    transition: 0.5s all;
}

.home-top-grid2 {
    background: rgba(226, 23, 55, 0.5);
    transition: 0.5s all;
}

.home-top-grid3 {
    background: rgba(11, 100, 143, 0.4);
    transition: 0.5s all;
}

body {
    overflow-x: hidden;
}

.iconfont {
    font-family: 'iconfont';
}

img {
    max-width: 100%;
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.relative {
    position: relative;
}

.pic {
    position: relative;
    overflow: hidden;
}

a {
    color: #34363D;
    text-decoration: none;
}

    a:hover {
        color: #f77400;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.container {
    width: 1200px;
}

/*-header-*/
.header {
    position: fixed;
    top: 0px;
    z-index: 999;
    clear: both;
    height: 87px;
    line-height: 87px;
    overflow: hidden;
    width: 100%;
}

.b_g_t {
    background-color: rgba(255,255,255,0.27) !important;
    border-bottom: solid 1px white;
}

    .b_g_t a {
        color: white !important;
    }

    .b_g_t .active {
        background-color: rgba(255,255,255,0.36) !important;
    }


.b_g_w {
    background-color: white;
}
/*-banner-*/
.banner {
    width: 100%;
    clear: both;
    padding-top: 87px;
    position: relative;
}

    .banner .bannerdiv {
        position: absolute;
        top: 166px;
        width: 100%;
    }

        .banner .bannerdiv .bannerndiv {
            width: 1200px;
            margin: 0 auto;
        }

            .banner .bannerdiv .bannerndiv > span {
                color: white;
                font-size: 32px;
                display: block;
                line-height: 1;
                font-weight: 500;
            }

                .banner .bannerdiv .bannerndiv > span:last-child {
                    font-size: 46px;
                    margin-top: 19px;
                }

    .banner img {
        width: 100%;
    }


    .banner .slick-dots {
        bottom: 30px;
    }

        .banner .slick-dots li button {
            width: 8px;
            height: 8px;
            display: inline-block;
        }

        .banner .slick-dots .slick-active button {
            width: 10px;
            height: 10px;
            background: none;
            border: 1px solid #fff;
        }
/*********nav start***********/
.navwrap {
    height: 87px;
}

    .navwrap .lwt-wrap {
        text-align: right;
    }

    .navwrap span {
        margin: 0 10px;
        cursor: pointer;
        position: relative;
    }

        .navwrap span .erweima {
            position: absolute;
            width: 140px;
            height: 140px;
            z-index: 22;
            left: 50%;
            margin-left: -82px;
            top: 30px;
            display: none;
        }

        .navwrap span:hover .erweima {
            display: block;
        }

    .navwrap .toptel {
        font-size: 18px;
        color: #f77400;
        font-family: arial;
        line-height: 25px;
        text-decoration: none;
        font-weight: bold;
    }

        .navwrap .toptel img {
            margin-right: 10px;
        }

    .navwrap .nav li {
        float: left;
        width: 135px;
        text-align: center;
        position: relative;
    }



        .navwrap .nav li a {
            padding: 0;
            font-size: 16px !important;
        }

            .navwrap .nav li a:hover {
                background: none;
                color: #f77400;
            }

        .navwrap .nav li ul {
            position: absolute;
            width: 100%;
            z-index: 99999;
            display: none;
            top: 55px;
            background: #fff;
            padding: 10px 0;
        }

            .navwrap .nav li ul li {
                line-height: 30px;
                height: 30px;
                list-style: none;
                font-size: 13px;
                background: none;
            }

                .navwrap .nav li ul li ul {
                    position: absolute;
                    left: 100%;
                    width: 100%;
                    top: 0;
                    display: none;
                }

        .navwrap .nav li.active {
            background: #F25504;
        }

            .navwrap .nav li.active a {
                color: white;
            }

            .navwrap .nav li.active ul li a {
                color: #666;
            }

                .navwrap .nav li.active ul li a:hover {
                    color: #f77400;
                }
/*********nav end***********/
/*********SCOPE OF BUSINESS start***********/
.tit {
    text-align: center;
    margin: 100px 0 0;
    height: 110px;
    line-height: 1;
    display: inline-block;
    position: relative;
}

    .tit span {
        display: block;
    }

    .tit .titspan1 {
        font-size: 80px;
        color: rgba(220,220,220,0.53);
        font-weight: 900;
    }

    .tit .titspan2 {
        font-size: 32px;
        font-weight: 600;
        color: #F25504;
        position: absolute;
        top: 27px;
        left: 0px;
    }

    .tit .titspan3 {
        font-size: 16px;
        color: #34363D;
        position: absolute;
        bottom: 16px;
        left: 28px;
    }

        .tit .titspan3:before {
            content: '';
            position: absolute;
            top: 5px;
            left: -20px;
            border-radius: 100%;
            width: 7px;
            height: 7px;
            Box-shadow: 0px 0px 0px 2px #F25504;
        }

    .tit .titspan2 em {
        font-style: normal;
        min-width: 118px;
        display: inline-block;
        max-width: 50%;
        height: 27px;
        overflow: hidden;
        line-height: 34px;
    }

.scope ul li {
    list-style: none;
    text-align: center;
    float: left;
}

.scope .zyyw {
    margin-top: 40px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-around;
}

    .scope .zyyw li {
        display: block;
        width: 393px;
        height: 224px;
        position: relative;
    }

        .scope .zyyw li .pic {
            width: 100%;
            height: 100%;
        }

        .scope .zyyw li .logotitle {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 80px;
        }

            .scope .zyyw li .logotitle img {
                width: 52.11px;
                height: 48.38px;
            }

            .scope .zyyw li .logotitle span {
                display: block;
                color: #fff;
                font-size: 16px;
                margin: 21px;
                line-height: 1;
            }

        .scope .zyyw li .pic a {
            display: block;
            width: 100%;
            height: 100%;
        }

.scope ul li .pic {
    width: 100%;
    transition: 0.5s;
}

    .scope ul li .pic:after {
        padding-bottom: 36.7816091954023%;
    }

.scope ul li .scopea {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin: 15px 0 0;
    display: block;
    height: 35px;
    overflow: hidden;
    transition: 0.5s;
}

.scope ul li p {
    font-size: 12px;
    color: #999;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    transition: 0.5s;
}

.scope ul li:hover .pic {
    box-shadow: 0 0 8px #666;
}

.scope ul li:hover .scopea {
    color: #f77400;
}

.scope ul li:hover p {
    color: #666;
}
/*********SCOPE OF BUSINESS end***********/
/*************index about start**********/
.inabout {
    height: 443px;
    background: url(../images/indexabbg.jpg) no-repeat center;
    margin-top: 80px;
}

    .inabout .tit span {
        color: #fff;
    }

    .inabout .inabtxt {
        font-size: 13px;
        text-align: center;
        color: #fff;
        line-height: 25px;
        width: 86%;
        margin: 0 auto;
        height: 75px;
        overflow: hidden;
    }

    .inabout .more {
        display: block;
        width: 195px;
        height: 35px;
        text-align: center;
        margin: 40px auto 0;
        color: #fff;
        line-height: 35px;
        border: 1px solid #fff;
        border-radius: 20px;
        transition: 0.5s;
    }

        .inabout .more:hover {
            background: #f77400;
            border: 1px solid #f77400;
        }
/*************index about end**********/
/*index case start*/
.incasefl {
    text-align: center;
}

    .incasefl .slick-current a {
        color: #fff;
        background: #f77400;
        border: 1px solid #f77400;
    }

    .incasefl .slick-slide {
        display: inline-block;
    }

    .incasefl .slick-track {
        margin: 0 auto;
    }

    .incasefl a {
        display: inline-block;
        width: 133px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #999;
        overflow: hidden;
        border-radius: 20px;
        margin: 0 10px;
        transition: 0.5s;
    }

        .incasefl a:hover {
            color: #fff;
            background: #f77400;
            border: 1px solid #f77400;
        }

.demo {
    margin: 35px auto 0;
    background: #FFF;
    overflow: hidden;
    max-width: 1920px;
    float: none;
}

.demo1 a {
    display: inline-block;
    float: left;
    margin-right: 1px;
    width: 99.8%;
    position: relative;
}

    .demo1 a .pic {
        width: 100%;
    }

        .demo1 a .pic img {
            display: inline-block;
        }

        .demo1 a .pic:after {
            padding-bottom: 66.66666666666667%;
        }

    .demo1 a .zzc {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        filter: alpha(opacity=50);
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

        .demo1 a .zzc .casename {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .demo1 a .zzc span {
            font-size: 16px;
            font-weight: bold;
            display: block;
            text-align: center;
            color: #fff;
            overflow: hidden;
            height: 23px;
        }

        .demo1 a .zzc .line {
            width: 25px;
            height: 1px;
            background: #fff;
            margin: 5px auto;
        }

    .demo1 a:hover .zzc {
        display: block;
    }

.incase a.more {
    max-width: 1920px;
    height: 62px;
    line-height: 62px;
    display: block;
    text-align: center;
    color: #fff;
    background: #f77400;
    margin-top: 1px;
    font-size: 15px;
}
/*index case end*/
.innews {
    background: #f7f7f7;
    padding: 100px 0;
}

.innleft {
    width: 50%;
    background: #fff;
}

    .innleft .pic {
        width: 34%;
    }

        .innleft .pic:after {
            padding-bottom: 75%;
        }

    .innleft .inntxt {
        padding: 15px 10px 0 0;
        width: 63%;
    }

        .innleft .inntxt li {
            list-style: none;
            line-height: 30px;
            font-size: 13px;
        }

            .innleft .inntxt li a {
                color: #666;
                display: inline-block;
                width: 75%;
                height: 30px;
                overflow: hidden;
                float: left;
            }

            .innleft .inntxt li:hover {
                font-weight: bold;
                color: #333;
            }

                .innleft .inntxt li:hover span {
                    color: #333;
                    font-weight: 100;
                }

            .innleft .inntxt li span {
                font-size: 12px;
                font-family: arial;
                color: #999;
            }

.innright a {
    float: right !important;
    width: 88% !important;
}

    .innright a:hover {
        color: #f77400 !important;
    }

.innright li:hover {
    font-weight: 100 !important;
}
/*footer start*/
.footer {
    background: #0B294C;
}

    .footer .footTop {
        width: 1200px;
        height: 179px;
        margin: 0 auto;
        position: relative;
        font-size: 16px;
    }

        .footer .footTop .left {
            display: inline-block;
            position: absolute;
            bottom: 38px;
        }

        .footer .footTop .right {
            width: 355px;
            height: 51.65px;
            position: absolute;
            bottom: 38px;
            right: 0;
        }

            .footer .footTop .right img {
                height: 100%;
                width: 100%;
            }

        .footer .footTop .footnav {
            bottom: 38px;
        }

            .footer .footTop .footnav li {
                display: inline-block;
                margin-right: 71px;
            }

                .footer .footTop .footnav li a {
                    color: white;
                }

    .footer .footContent {
        font-size: 18px;
        width: 1200px;
        margin: 0 auto;
        border-top: solid 1px rgba(255,255,255,0.2);
    }

        .footer .footContent > div {
            display: inline-block;
        }

        .footer .footContent p {
            color: rgba(255,255,255,0.6) !important;
            margin-bottom: 16px;
            white-space: break-spaces;
        }

            .footer .footContent p:first-child {
                margin-top: 52px;
            }

            .footer .footContent p:last-child {
                margin-bottom: 60px;
            }

        .footer .footContent .right {
            margin-top: 52px;
            float: right;
            width: 103px;
            height: 103px;
        }

            .footer .footContent .right img {
                width: 100%;
                height: 100%;
            }

    .footer .bottomfooter {
        font-size: 18px;
        height: 74px;
        line-height: 74px;
        color: rgba(255,255,255,0.6) !important;
        background-color: rgba(255,255,255,0.1) !important;
        text-align: center;
    }

        .footer .bottomfooter span a {
            color: rgba(255,255,255,0.6) !important;
        }
/*footer end*/
.mbx {
    background: white;
}

    .mbx .nytit {
        width: 16.411%;
        background: #f77400;
        line-height: 78px;
        text-align: center;
        font-size: 24px;
        color: #fff;
    }

    .mbx .menu {
        width: 40%;
        padding-left: 20px;
    }

        .mbx .menu div {
            margin-top: 2px;
        }

            .mbx .menu div a {
                display: inline-block;
                line-height: 40px;
                height: 40px;
                overflow: hidden;
                width: 100px;
                text-align: center;
                font-weight: bold;
            }

                .mbx .menu div a:hover {
                    border: 1px solid #f77400;
                    color: #f77400;
                    border-radius: 20px;
                    background: #fff;
                }

                .mbx .menu div a.cur {
                    border: 1px solid #f77400;
                    color: #f77400;
                    border-radius: 20px;
                    background: #fff;
                }

        .mbx .menu .slick-arrow {
            width: 20px;
            transform: rotate(0);
            top: 30px;
        }

        .mbx .menu .slick-prev {
            left: auto;
            right: -30px;
            background: #999 url(../images/prev.png) no-repeat center;
        }

        .mbx .menu .slick-next {
            right: -52px;
            background: #999 url(../images/next.png) no-repeat center;
        }

    .mbx .mbxwrap {
        line-height: 78px;
    }

        .mbx .mbxwrap a {
            color: #898989;
        }

            .mbx .mbxwrap a:hover {
                color: #f77400;
            }

        .mbx .mbxwrap span {
            margin: 0 10px;
        }

        .mbx .mbxwrap em {
            font-style: normal;
            color: #f77400;
        }

.nycon {
    margin-top: 35px;
}

    .nycon .container {
        width: 100% !important;
    }

    .nycon .ltxt {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .nycon .ltxt p img {
            display: block;
            line-height: 1;
            width: 100%;
            min-width: 1920px;
            margin: 0 auto;
        }


.honor ul li {
    width: 22%;
    padding: 4px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 10px #ddd;
    float: left;
    margin: 0 4% 70px 0;
    position: relative;
}

    .honor ul li:after {
        padding-bottom: 120%;
    }

    .honor ul li .zzc {
        width: 97%;
        height: 100%;
        position: absolute;
        background: #000;
        filter: alpha(opacity=50);
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

        .honor ul li .zzc .zzctxt {
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }

            .honor ul li .zzc .zzctxt span {
                display: inline-block;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
            }

            .honor ul li .zzc .zzctxt .line {
                width: 30px;
                height: 1px;
                background: #fff;
                margin: 5px auto;
            }

    .honor ul li:hover {
        border: 1px solid #f77400;
    }

        .honor ul li:hover .zzc {
            display: block;
        }

.phone-honor {
    width: 100%;
    margin: 20px auto;
    display: none;
}

    .phone-honor ul li {
        width: 100%;
    }

        .phone-honor ul li:after {
            padding-bottom: 120%;
        }

    .phone-honor .slick-dots li {
        display: inline-block;
        width: 10px;
    }

        .phone-honor .slick-dots li button {
            background: #ddd;
        }

        .phone-honor .slick-dots li.slick-active button {
            background: #f77400;
        }

.fenlei {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

    .fenlei .menu {
        padding-left: 0;
    }

    .fenlei .slick-track {
        display: inline-block;
    }

        .fenlei .slick-track a {
            display: inline-block;
            width: 120px;
            height: 30px;
            line-height: 30px;
            border-radius: 20px;
            transition: 0.5s;
            overflow: hidden;
        }

            .fenlei .slick-track a:hover {
                background: #f77400;
                color: #fff;
            }

            .fenlei .slick-track a.cur2 {
                background: #f77400;
                color: #fff;
            }

    .fenlei .slick-arrow {
        width: 25px;
        height: 30px;
        transform: rotate(0);
        top: 30px;
    }

    .fenlei .slick-prev {
        left: -30px;
        background: #ddd url(../images/proprev.png) no-repeat center;
    }

    .fenlei .slick-next {
        right: -30px;
        background: #ddd url(../images/pronext.png) no-repeat center;
    }

.pro .twofenlei {
    text-align: center;
    margin: 30px 0;
}

    .pro .twofenlei a {
        font-size: 13px;
        display: inline-block;
        margin: 0 20px;
        color: #999;
    }

        .pro .twofenlei a.active {
            color: #f77400;
        }

.pro .procon {
    list-style: none;
}

    .pro .procon li {
        width: 23.505%;
        float: left;
        margin: 0 1.9% 35px 0;
    }

        .pro .procon li .pic {
            width: 100%;
        }

            .pro .procon li .pic img {
                transition: 0.5s;
            }

            .pro .procon li .pic:after {
                padding-bottom: 60.36363636363637%;
            }

        .pro .procon li .protit {
            display: block;
            line-height: 30px;
            border-bottom: 1px solid #fff;
            text-align: center;
        }

            .pro .procon li .protit span {
                display: inline-block;
                width: 90%;
                height: 25px;
                line-height: 25px;
                font-size: 16px;
                color: #333;
                overflow: hidden;
                margin-top: 20px;
            }

        .pro .procon li:hover .protit {
            border-bottom: 1px solid #d1d1d1;
            background: url(../images/probg.png) no-repeat right 26px;
            text-align: left;
        }

        .pro .procon li:hover span {
            border-right: 1px solid #d1d1d1;
            color: #f77400;
        }

        .pro .procon li:hover img {
            transform: scale(1.2);
        }

.page {
    margin-bottom: 100px;
    text-align: center;
}

    .page a {
        display: inline-block;
        padding: 3px 10px;
        margin-right: 1px;
        background: #eee;
        margin-bottom: 5px;
        transition: 0.5s;
    }

        .page a:hover {
            background: #f77400;
            color: #fff;
        }

        .page a.active {
            background: #f77400;
            color: #fff;
        }

.proshow .pshowcon .psl {
    width: 58.462%;
}

    .proshow .pshowcon .psl:after {
        padding-bottom: 60.262008733624455%;
    }

.proshow .pshowcon .psr {
    width: 39.317%;
    height: 414px;
    overflow: auto;
}

    .proshow .pshowcon .psr h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .proshow .pshowcon .psr span {
        font-size: 15px;
        color: #f77400;
    }

    .proshow .pshowcon .psr p {
        margin: 10px 0 20px 0;
        font-size: 12px;
        color: #666;
    }

    .proshow .pshowcon .psr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #f77400;
        width: 3px;
        border-radius: 0;
    }

    .proshow .pshowcon .psr .mCSB_scrollTools .mCSB_draggerRail {
        width: 1px;
    }

.pstit {
    line-height: 37px;
    margin: 40px 0 30px;
    background: #f7f7f7;
}

    .pstit span {
        font-size: 18px;
        display: inline-block;
        background: #f77400;
        color: #fff;
        padding: 0 50px;
    }

.detatxt p {
    text-indent: 2em;
    color: #666;
    line-height: 25px;
    font-size: 13px;
}

.inquiry {
    border-bottom: 1px solid #e8e8e8;
}

.inquirycon {
    width: 82%;
}

    .inquirycon label {
        font-weight: 100;
        width: 43.4511%;
        margin: 12.5px 0;
        position: relative;
    }

        .inquirycon label em {
            color: #f00;
            position: absolute;
            right: -5px;
        }

        .inquirycon label input {
            width: 80%;
            color: #999;
            padding-left: 7px;
            line-height: 28px;
            height: 28px;
            border: 1px solid #bfbfbf;
            border-radius: 7px;
            font-size: 13px;
        }

    .inquirycon .la5 {
        width: 87.5%;
    }

        .inquirycon .la5 textarea {
            width: 90%;
            border: 1px solid #bfbfbf;
            border-radius: 7px;
            float: left;
            height: 103px;
            padding-left: 7px;
        }

        .inquirycon .la5 span {
            float: left;
        }

    .inquirycon .la6 {
        float: left;
    }

        .inquirycon .la6 em {
            left: 200px;
            right: auto;
        }

        .inquirycon .la6 span {
            float: left;
        }

        .inquirycon .la6 input {
            width: 28%;
            float: left;
        }

        .inquirycon .la6 img {
            float: left;
            cursor: pointer;
            margin: 0 10px 0 25px;
        }

        .inquirycon .la6 a {
            float: left;
            display: inline-block;
            line-height: 28px;
            color: #999;
            text-decoration: underline;
        }

            .inquirycon .la6 a:hover {
                color: #f77400;
            }

    .inquirycon .la7 {
        width: 15.146%;
        float: left;
    }

        .inquirycon .la7 input {
            height: 35px;
            line-height: 35px;
            background: #eee;
            font-size: 16px;
            color: #666;
            border: 0;
            transition: 0.5s;
        }

            .inquirycon .la7 input:hover {
                color: #fff;
                background: #f77400;
            }

    .inquirycon .lasub {
        margin-left: 16%;
    }

    .inquirycon span {
        width: 80px;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
        font-size: 16px;
        color: #666;
        line-height: 28px;
    }

.prevnext {
    margin: 5px 0 0;
}

.pnwrap {
    width: 80%;
}

    .pnwrap a {
        display: block;
        color: #333;
        transition: 0.5s;
        line-height: 25px;
        overflow: hidden;
        height: 25px;
    }

        .pnwrap a:hover {
            color: #f77400;
        }

.return {
    width: 140px;
    height: 38px;
    background: #6a6a6a url(../images/returnbg.png) no-repeat 30px center;
    line-height: 38px;
    color: #fff;
    padding-left: 50px;
    border-radius: 20px;
    margin: 5px 0 0;
    transition: 0.5s;
}

    .return:hover {
        background-color: #f77400;
        color: #fff;
    }

.xgpro .pstit {
    padding-right: 10px;
}

    .xgpro .pstit a {
        color: #333;
    }

        .xgpro .pstit a:hover {
            color: #f77400;
        }

.case {
    margin-bottom: 58px;
}

    .case li {
        list-style: none;
        width: 24.91%;
        position: relative;
        float: left;
        margin: 1px 1px 0 0;
    }

        .case li:after {
            padding-bottom: 66.66666666666667%;
        }

        .case li .zzc {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            filter: alpha(opacity=70);
            background: rgba(0, 0, 0, 0.7);
            display: none;
        }

            .case li .zzc .zzcwrap {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

                .case li .zzc .zzcwrap span {
                    font-size: 16px;
                    color: #fff;
                    font-weight: bold;
                    text-align: center;
                    display: block;
                    height: 23px;
                    line-height: 23px;
                    overflow: hidden;
                }

                .case li .zzc .zzcwrap .line {
                    width: 26px;
                    height: 1px;
                    background: #fff;
                    margin: 5px auto;
                }

        .case li:hover .zzc {
            display: block;
        }

.caseshow {
    border-bottom: 1px solid #e8e8e8;
}

    .caseshow .ctit {
        width: 227px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        background: #f77400;
        font-size: 16px;
        color: #fff;
        border-radius: 10px;
        margin: 0 auto;
        position: relative;
        top: 15px;
    }

    .caseshow .ctxt {
        background: #f7f7f7;
        font-size: 13px;
        text-align: center;
        line-height: 30px;
        padding: 35px 35px 15px;
        width: 86.325%;
        margin: 0 auto;
    }

#featured-area {
    width: 86.325%;
    margin: 150px auto 0;
    height: 500px;
}

    #featured-area ul li {
        list-style: none;
    }

        #featured-area ul li .pic:after {
            padding-bottom: 60.262008733624455%;
        }

    #featured-area ul .ban_r_btn,
    #featured-area ul .ban_l_btn {
        width: 40px;
        height: 85px;
        display: inline-block;
        position: absolute;
        z-index: 9999;
        top: 50%;
        margin-top: -42.5px;
        border-radius: 5px;
        transition: 0.5s;
    }

    #featured-area ul .ban_l_btn {
        left: -47%;
        background: #6a6a6a url(../images/ban_l_btn.png) no-repeat center;
        border: 0;
    }

    #featured-area ul .ban_r_btn {
        right: -47%;
        background: #6a6a6a url(../images/ban_r_btn.png) no-repeat center;
        border: 0;
    }

        #featured-area ul .ban_r_btn:hover,
        #featured-area ul .ban_l_btn:hover {
            background-color: #f77400;
        }

.phonecase {
    width: 93%;
    margin: 20px auto;
    display: none;
}

.case-con {
    padding: 0;
}

.strtxt p {
    font-size: 13px;
    line-height: 30px;
    text-indent: 2em;
}

.strimg {
    margin: 30px 0;
    text-align: center;
}

    .strimg .strimgc {
        width: 31.417%;
        float: left;
    }

        .strimg .strimgc img {
            max-width: 100%;
        }

    .strimg .str2 {
        margin: 0 2.8% 34px;
    }

    .strimg .str4 {
        width: 56.667%;
        margin-right: 2.7%;
    }

    .strimg .str5 {
        width: 40.584%;
    }

.news ul li {
    list-style: none;
    height: 165px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 35px;
}

    .news ul li .pic {
        width: 16.667%;
    }

        .news ul li .pic img {
            transition: 0.5s;
        }

        .news ul li .pic:after {
            padding-bottom: 65%;
        }

    .news ul li .ntxt {
        width: 54.584%;
        margin-left: 6%;
    }

        .news ul li .ntxt a {
            font-size: 16px;
            color: #333;
            line-height: 60px;
            height: 60px;
            overflow: hidden;
            display: inline-block;
        }

        .news ul li .ntxt p {
            font-size: 12px;
            color: #999;
            line-height: 25px;
            height: 50px;
            overflow: hidden;
            transition: 0.5s;
        }

    .news ul li .date span {
        font-size: 24px;
        font-family: arial;
        color: #999;
        margin: 20px 0 10px;
        display: inline-block;
        transition: 0.5s;
    }

    .news ul li .date a {
        width: 37px;
        height: 37px;
        display: block;
        background: url(../images/newsbg.png) no-repeat center;
        transition: 0.5s;
    }

    .news ul li:hover .ntxt a {
        font-weight: bold;
    }

    .news ul li:hover .ntxt p {
        color: #666;
    }

    .news ul li:hover .date span {
        color: #666;
    }

    .news ul li:hover .date a {
        background: #f77400 url(../images/newsbgh.png) no-repeat center;
    }

    .news ul li:hover img {
        transform: scale(1.2);
    }

.news_show {
    padding-bottom: 100px;
}

    .news_show .nstit {
        border-bottom: 1px dashed #d3d3d3;
        text-align: center;
        margin-bottom: 35px;
    }

    .news_show h1 {
        font-size: 22px;
    }

    .news_show .date {
        line-height: 30px;
        margin: 10px 0 20px;
    }

        .news_show .date span {
            font-size: 12px;
            margin: 0 12px;
            color: #999;
        }

    .news_show .nstxt {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 10px;
    }

        .news_show .nstxt p {
            line-height: 30px;
            text-indent: 2em;
            margin-bottom: 35px;
            font-size: 13px;
            color: #666;
        }

    .news_show .xgnews ul {
        width: 46%;
        padding-left: 2%;
        list-style: circle;
    }

        .news_show .xgnews ul li {
            line-height: 25px;
            height: 25px;
        }

            .news_show .xgnews ul li a {
                color: #666;
                display: inline-block;
                width: 60%;
                transition: 0.5s;
                height: 25px;
                overflow: hidden;
                line-height: 25px;
                float: left;
            }

            .news_show .xgnews ul li span {
                color: #999;
                text-align: right;
                display: inline-block;
                width: 25%;
                transition: 0.5s;
            }

            .news_show .xgnews ul li:hover a {
                color: #f77400;
            }

            .news_show .xgnews ul li:hover span {
                color: #666;
            }

.ctactit {
    text-align: center;
}

    .ctactit h1 {
        font-size: 22px;
    }

    .ctactit span {
        font-family: arial;
        color: #999;
        line-height: 30px;
    }

.ctactcon {
    margin: 65px 0 100px;
}

    .ctactcon .ditu {
        width: 51.283%;
        border: 1px solid #dedede;
        padding: 4px;
    }

        .ctactcon .ditu #map {
            height: 384px;
        }

            .ctactcon .ditu #map img {
                max-width: 590px;
                max-height: 384px;
            }

.ctactwrap {
    width: 40%;
    margin-left: 5%;
}

    .ctactwrap ul li {
        list-style: none;
        line-height: 35px;
        color: #666;
    }

        .ctactwrap ul li a:hover {
            color: #f77400;
        }

    .ctactwrap .cerweima {
        margin-top: 15px;
    }

.map {
    margin: 40px auto;
    padding-bottom: 100px;
}

    .map dl {
        margin: 20px auto 20px;
        overflow: hidden;
        line-height: 30px;
        width: 98%;
        transition: 0.3s;
    }

        .map dl:hover {
            box-shadow: 0 0 2px #000;
        }

            .map dl:hover dt a {
                color: #333;
                font-weight: bold;
            }

    .map dt {
        font-size: 14px;
        float: left;
        width: 10%;
        text-align: center;
        transition: 0.3s;
    }

        .map dt:hover {
            background: #f77400;
        }

            .map dt:hover a {
                color: #fff !important;
            }

        .map dt a {
            color: #666;
            display: block;
            padding: 10px 0;
            transition: 0.3s;
        }

            .map dt a:hover {
                color: #e0e9f3;
                font-weight: bold;
            }

    .map dd {
        font-size: 14px;
        overflow: hidden;
        float: left;
        width: 85%;
        line-height: 40px;
    }

        .map dd .p2 {
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #f77400;
                font-weight: bold;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: 0.3s;
            }

                .map dd .p2 a:hover {
                    color: #f00;
                }

        .map dd div {
            clear: both;
            overflow: hidden;
            padding: 0px 20px 0 10px;
        }

            .map dd div a {
                color: #333;
                float: left;
                padding: 0 10px 0 10px;
                margin-top: 1px;
                transition: 0.3s;
            }

                .map dd div a:hover {
                    color: #003e7e;
                    background: #f77400;
                    color: #fff;
                }

@media (max-width: 768px) {
    .map dt {
        width: 15%;
    }

    .map dd {
        width: 85%;
    }
}

@media (max-width: 640px) {
    .map dt {
        width: 20%;
    }

    .map dd {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .map dt {
        width: 100%;
    }

    .map dd {
        width: 100%;
    }
}

@media (max-width: 1200px) {


    .navwrap .nav li {
        width: 111px;
    }

    .innleft .pic {
        display: none;
    }

    .innleft .inntxt {
        width: 95%;
        padding-bottom: 15px;
    }

    .mbx .menu {
        width: 50%;
    }

    .nycon .ltxt {
        width: 70%;
    }

    .inimg {
        display: none;
    }

    .inquirycon {
        width: 100%;
    }

        .inquirycon label {
            width: 49.451%;
        }

        .inquirycon .la5 {
            width: 99%;
        }

        .inquirycon .la6 em {
            left: 220px;
        }

    .case li {
        width: 23.91%;
    }
}

.mobilelogo {
    display: none;
}
/*-phone-nav-*/
.phone-nav {
    position: absolute;
    font-size: 24px;
    right: 15px;
    display: none;
    color: #f77400;
    top: 30px;
    z-index: 9;
}

    .phone-nav:hover {
        color: #000;
    }

.mobileBannerDiv {
    display: none;
}




/*# sourceMappingURL=style.css.map */
.fwly {
    margin-top: 34px;
    text-align: center;
}

    .fwly > img {
        margin: auto;
        width: 696px;
    }


    .fwly > div {
        height: 122px;
        margin-bottom: 20px;
    }

    .fwly div:last-child {
        margin-bottom: 0;
    }

    .fwly > div {
        margin-bottom: 66px;
    }

        .fwly > div:last-child {
            margin-bottom: 0;
        }

        .fwly > div > div {
            height: 122px;
            width: 122px;
            display: inline-block;
            background: #ECECEC;
            border-radius: 120px;
            text-align: center;
            line-height: 122px;
            color: #34363D;
            font-size: 18px;
        }

        .fwly > div:first-child > div:nth-child(1), .fwly > div:last-child > div:nth-child(1) {
            margin-right: 37px;
        }

        .fwly > div:nth-child(2) > div:nth-child(1) {
            margin-right: 19px;
        }

        .fwly > div:first-child > div:nth-child(2), .fwly > div:last-child > div:nth-child(2) {
            margin-right: 30px;
        }

    .fwly div .Ccontent {
        border-radius: 12px;
        position: relative;
        background: #F25504;
        width: 157px;
        height: 99px;
    }

        .fwly div .Ccontent .Pcontent {
            position: absolute;
            top: 23px;
            line-height: 1.1;
            width: 100%;
            background: #F25504;
            color: white;
            font-size: 25px;
            font-family: 900;
        }

            .fwly div .Ccontent .Pcontent p:first-child {
                margin-bottom: 10px;
            }

            .fwly div .Ccontent .Pcontent p:last-child {
                margin-bottom: 0;
            }


.scope .wmdys {
    margin-top: 53px;
    display: flex;
    justify-content: space-around;
}

    .scope .wmdys li {
        display: block;
        width: 285px;
        height: 399px;
        position: relative;
        background: #E5E5E5;
    }

        .scope .wmdys li > p {
            margin: 0 32px;
            color: #1F2848;
            font-size: 16px;
            text-align: left;
            line-height: 25px;
            height: 173px;
            overflow: hidden;
            text-overflow: ellopsis;
            /* 弹性伸缩盒子模型显示 */
            display: -webkit-box;
            /* 限制在一个块元素显示的文本的行数 */
            -webkit-line-clamp: 6;
            /* 设置或检索伸缩盒对象的子元素的排列方式 */
            -webkit-box-orient: vertical;
        }

        .scope .wmdys li .pic {
            width: 100%;
        }

        .scope .wmdys li .logotitle {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .scope .wmdys li .logotitle span {
                display: block;
                color: #1F2848;
                font-size: 20px;
                font-weight: bold;
                line-height: 1;
                margin: 0 32px;
                text-align: left;
            }


.scope .cplx {
    margin-top: 91px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .scope .cplx li {
        display: block;
        width: 384px;
        height: 178px;
        position: relative;
        margin-bottom: 20px;
    }

        .scope .cplx li > p {
            margin: 0 32px;
            color: #1F2848;
            font-size: 18px;
            text-align: left;
            line-height: 25px;
            height: 173px;
            overflow: hidden;
            text-overflow: ellopsis;
            /* 弹性伸缩盒子模型显示 */
            display: -webkit-box;
            /* 限制在一个块元素显示的文本的行数 */
            -webkit-line-clamp: 6;
            /* 设置或检索伸缩盒对象的子元素的排列方式 */
            -webkit-box-orient: vertical;
        }

        .scope .cplx li .pic {
            width: 100%;
        }

        .scope .cplx li .logotitle {
            width: 100%;
            position: absolute;
            bottom: 20px;
        }



            .scope .cplx li .logotitle span {
                display: block;
                color: white;
                font-size: 16px;
                line-height: 1;
            }

.gywm {
    margin-bottom: 100px;
}

.gycontent {
}

    .gycontent > div {
        display: inline-block;
    }

    .gycontent .gyfont {
        float: left;
        width: 619px;
        line-height: 35px;
        font-size: 18px;
    }

    .gycontent .gyimg {
        float: right;
        width: 551px;
    }

    .gycontent .gyfont .gytitle {
        color: #1F2848;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .gycontent .gyfont span {
        white-space: break-spaces;
        font-size: 16px;
        color: #1F2848;
    }

        .gycontent .gyfont span p {
            line-height: 30px;
        }

.gsjj {
    width: 100%;
    margin-top: 50px;
}

    .gsjj p {
        font-size: 20px;
        color: #34363D;
        white-space: break-spaces;
        line-height: 35px;
    }

        .gsjj p:nth-child(2) {
            margin-bottom: 120px;
        }

.gsjjimg {
    text-align: center;
    margin-bottom: 200px;
}

    .gsjjimg img {
        width: 618px !important;
    }


.ywzx {
    margin-bottom: 101px;
    margin-top: 100px;
    display: flex;
}

    .ywzx > div {
        display: inline-block;
    }

    .ywzx .left {
        width: 421px;
        height: 237px;
    }

    .ywzx .right .title1 {
        font-size: 32px;
        color: #000;
        font-weight: Bold;
        line-height: 1;
        display: block;
        padding-bottom: 10px;
    }

    .ywzx .right .title2 {
        line-height: 1;
        font-size: 16px;
        color: #34363D;
        display: block;
        padding-bottom: 22px;
    }

    .ywzx .right {
        margin-left: 39px;
        width: 421px;
        height: 237px;
    }

        .ywzx .right .ywzxInfo img {
            position: relative;
            top: -4px;
            width: 17.86px;
            margin-right: 5px;
        }

        .ywzx .right .ywzxInfo p {
            font-size: 16px;
            color: #34363D;
            line-height: 32px;
        }

.menulist {
    display: flex;
}

    .menulist > div {
        display: inline-block;
        width: 200px;
        height: 90px;
        line-height: 90px;
        text-align: center;
    }

        .menulist > div.active {
            background: #F25504;
        }

            .menulist > div.active a {
                color: #FFFFFF;
            }

            .menulist > div.active:hover a {
                color: #FFFFFF;
            }

        .menulist > div a {
            font-size: 16px;
            color: #34363D;
        }

        .menulist > div:hover a {
            color: #f77400;
        }

.BannerDiv {
    position: relative;
}

    .BannerDiv .BannerFont {
        position: absolute;
        top: 220px;
        right: 360px;
    }

        .BannerDiv .BannerFont p {
            color: white;
            text-align: right;
            font-weight: 500;
        }

        .BannerDiv .BannerFont .BFtitle1 {
            font-size: 32px;
        }

        .BannerDiv .BannerFont .BFtitle2 {
            margin-top: 40px;
            margin-bottom: 25px;
            font-size: 56px;
        }

        .BannerDiv .BannerFont .BFtitle3 {
            font-size: 41px;
        }

        .BannerDiv .BannerFont .detail {
            border: 2px solid #F25504;
            color: #F25504;
            width: 200px;
            height: 64px;
            line-height: 64px;
            border-radius: 2px;
            text-align: center;
            cursor: pointer;
            float: right;
            font-size: 16px;
        }

#mmenu {
    display: none;
}

.mobileFooterLogo {
    display: none;
}

.mobileFooterQRCode {
    display: none;
}

.mobilefooter {
    display: none;
}

.mobileleft {
    display: none;
}

.indexfwlymobile {
    display: none;
}

.mobilebannerdiv {
    display: none;
}

.nycon .mobileltxt {
    display: none;
}

.footer .footContent > .mobileleft {
    display: none;
}

.footer .footContent > .mobileFooterQRCode {
    display: none;
}

@media (max-width: 768px) {
    ::-webkit-scrollbar, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
        height: 0;
        width: 0;
        color: transparent;
    }

    .header {
        height: 44px;
        line-height: 44px;
    }

    .navwrap {
        height: 44px;
    }

    .logo {
        display: none;
    }

    .mobilelogo {
        width: 100px;
        display: inline-block;
        margin-left: 20px;
    }

    #mmenu {
        position: fixed;
        top: 44px;
        right: 0;
        height: 100%;
        width: 100%;
    }

        #mmenu ul {
            width: 174px;
            height: 100%;
            padding-top: 23px;
            padding-left: 16px;
            background-color: white;
            float: right;
        }

            #mmenu ul li {
                list-style-type: none;
                height: 47px;
                line-height: 47px;
            }

                #mmenu ul li img {
                    width: 19px;
                    margin-right: 10px;
                    vertical-align: text-bottom;
                }

                #mmenu ul li a {
                    font-size: 17px;
                    color: #34363D;
                }

    .BannerDiv .BannerFont {
        display: none;
    }

    .mobileBannerDiv .BannerFont {
        display: inherit;
        top: 77px;
        right: 32px;
    }

        .mobileBannerDiv .BannerFont .BFtitle1 {
            font-size: 10px;
        }

        .mobileBannerDiv .BannerFont .BFtitle2 {
            font-size: 17px;
            margin-top: 10px;
            margin-bottom: 14px;
        }

        .mobileBannerDiv .BannerFont .detail {
            font-size: 12px;
            width: 65px;
            height: 30px;
            line-height: 30px;
        }

    .BannerDiv {
        display: none;
    }

    .mobileBannerDiv {
        display: inline-block;
        padding-top: 44px;
    }

    .tit {
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
        width: 100%;
        height: 42px;
    }

        .tit .titspan1 {
            font-size: 17px;
        }

        .tit .titspan2 {
            font-size: 17px;
            top: -4px;
            width: 100%;
        }

        .tit .titspan3 {
            font-size: 15px;
            bottom: 0px;
            width: 100%;
            left: 0;
        }

    .scope .zyywdiv {
        width: 100%;
        overflow-x: auto;
    }

    .scope .zyyw {
        margin-top: 30px;
        width: 826px;
        justify-content: space-between;
    }

        .scope .zyyw li {
            width: 262px;
            height: 148px;
        }

            .scope .zyyw li .logotitle {
                height: 40%;
                top: 40px;
            }

                .scope .zyyw li .logotitle span {
                    margin: 4px;
                    font-size: 15px;
                }

    .tit .titspan3:before {
        display: none;
    }

    .scope .wmdysdiv {
        width: 100%;
        overflow-x: auto;
    }

    .scope .wmdys {
        width: 1096px;
    }

        .scope .wmdys li {
            width: 262px;
        }

            .scope .wmdys li .logotitle {
                text-align: left;
                padding-left: 18px;
                margin-top: 16px;
                margin-bottom: 20px;
            }

                .scope .wmdys li .logotitle span {
                    font-size: 17px;
                    margin: 0;
                }

            .scope .wmdys li > p {
                margin: 0 15px;
                font-size: 15px;
            }

    .scope .cplx {
        padding: 0 20px;
        margin-top: 30px;
        justify-content: space-between;
    }

        .scope .cplx li {
            width: 49%;
            height: auto;
            margin-bottom: 10px;
        }

            .scope .cplx li .logotitle {
                bottom: 10px;
            }

                .scope .cplx li .logotitle span {
                    font-size: 15px;
                }

    .gycontent {
        margin-top: 30px;
    }

        .gycontent .gyfont {
            width: 100%;
            padding: 0 20px;
            margin-bottom: 30px;
        }

            .gycontent .gyfont .gytitle {
                font-size: 17px;
                text-align: center;
            }

            .gycontent .gyfont span {
                font-size: 15px;
            }

        .gycontent .gyimg {
            width: 100%;
            padding: 0 20px;
        }

    .gywm {
        margin-bottom: 50px;
    }

    .b_g_t {
        background-color: white !important;
        border-bottom: 0;
    }

    .nav {
        display: none;
    }

    .phone-nav {
        display: block;
        top: 0px !important;
    }

    .amenush {
        display: none;
        overflow-y: hidden;
    }

    .phone-nav img, .phone-navh img {
        width: 28px;
    }



    .container {
        width: 100%;
        overflow-x: auto;
    }

    .incasefl a {
        width: 100px;
    }

    .innleft .pic {
        display: none;
    }

    .innleft .inntxt {
        width: 95%;
        padding-bottom: 10px;
    }

    .innright a {
        width: 90% !important;
    }

    .footer .fleft .fnav li {
        margin-right: 2.5%;
    }

    .footer .fleft {
        width: 100%;
        text-align: center;
    }

        .footer .fleft .fnav li {
            float: none;
            display: inline-block;
        }

    .footer .fright {
        width: 100%;
        text-align: center;
    }

        .footer .fright .friendlink {
            float: none !important;
            display: inline-block;
        }

            .footer .fright .friendlink span {
                text-indent: 0;
            }

        .footer .fright .erweima {
            float: none !important;
            margin-top: 5px;
        }

    .mbx .nytit {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }

    .mbx .menu {
        width: 88%;
        padding-left: 0;
    }

    .nycon .ltxt {
        width: 100%;
    }

    .rimg {
        width: 100%;
        text-align: center;
    }

    .phone-honor {
        display: block;
    }

    .honor {
        display: none;
    }

    .pro .procon li {
        width: 48.1%;
    }

    .inquirycon label {
        width: 100%;
    }

    .inquirycon .la5 {
        width: 100%;
    }

    .inquirycon .la6 {
        width: 100%;
    }

        .inquirycon .la6 em {
            left: 200px;
        }

        .inquirycon .la6 input {
            width: 120px;
        }

    .inquirycon .lasub {
        margin-left: 0;
    }

    .inquirycon .la7 {
        width: 48%;
    }

    .proshow .pshowcon .psl {
        width: 100%;
    }

    .proshow .pshowcon .psr {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .proshow .pshowcon .psr h3 {
            margin-top: 10px;
        }

    .pnwrap {
        width: 60%;
    }

    .case li {
        width: 49%;
    }

    .case-con {
        padding: 0 15px;
    }

    .news ul li {
        height: 343px;
    }

        .news ul li .pic {
            width: 100%;
        }

            .news ul li .pic:after {
                padding-bottom: 19%;
            }

        .news ul li .ntxt {
            width: 100%;
            text-align: center;
            margin: 10px 0 0 0;
        }

        .news ul li .date {
            width: 100%;
            text-align: center;
        }

            .news ul li .date a {
                margin: 0 auto;
            }

    .ctactcon .ditu {
        width: 100%;
    }

    .ctactwrap {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

        .ctactwrap ul {
            margin-top: 10px;
        }

    .mobileFooterLogo {
        display: block;
        width: 232px;
        margin: 0 auto;
        margin-bottom: 27px;
    }

    .mobileFooterQRCode {
        display: block;
        width: 150px;
        margin: 0 auto;
        margin-top: 85px;
    }

    .mobilefooter {
        display: block;
    }


    .footer .footTop {
        width: 100%;
        height: 125px;
        font-size: 15px;
        padding-top: 20px;
    }

        .footer .footTop .footnav {
            margin: 0 21px;
            border-top: solid 1px rgba(255,255,255,0.2);
            padding-top: 25px;
            display: flex;
            justify-content: space-around;
        }

            .footer .footTop .footnav li {
                margin-right: 11px;
            }

                .footer .footTop .footnav li:last-child {
                    margin-right: 0;
                }

        .footer .footTop .left {
            position: initial;
            bottom: 0;
            width: 100%
        }

        .footer .footTop .right {
            display: none;
        }


    .footer .footContent {
        border-top: none;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

        .footer .footContent .left {
            display: none;
        }

        .footer .footContent .mobileleft {
            display: block;
        }

        .footer .footContent p {
            margin-bottom: 10px;
        }

            .footer .footContent p:first-child {
                margin-top: 69px;
            }

            .footer .footContent p:last-child {
                margin-bottom: 28px;
            }

        .footer .footContent .right {
            display: none;
        }

    .footer .bottomfooter {
        font-size: 14px;
    }

        .footer .bottomfooter .mobilefooter {
            padding-top: 22px;
        }

            .footer .bottomfooter .mobilefooter p a {
                color: rgba(255,255,255,0.6) !important;
            }

        .footer .bottomfooter > span {
            display: none;
        }

    .footer .footContent > .mobileFooterQRCode {
        display: block;
    }

    .fwly {
        padding: 0 20px;
    }

        .fwly > img {
            width: 100%;
        }

    .indexfwly {
        display: none;
    }

    .indexfwlymobile {
        display: block;
    }

    .banner {
        padding-top: 44px;
    }

        .banner .bannerdiv {
            display: none;
        }

        .banner .mobilebannerdiv {
            width: 66%;
            display: block;
            top: 60px;
            left: 20px;
        }

            .banner .mobilebannerdiv span {
                color: white;
                font-weight: 500;
            }

                .banner .mobilebannerdiv span:first-child {
                    display: block;
                    line-height: 1;
                    font-size: 10px;
                }

                .banner .mobilebannerdiv span:last-child {
                    font-size: 14px;
                }

    .ywzx {
        flex-direction: column;
        margin-bottom: 63px;
        margin-top: 30px;
    }

        .ywzx .left {
            width: calc(100% - 40px);
            height: auto;
            margin: 0 20px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .ywzx .right {
            margin-left: 20px;
            width: calc(100% - 20px);
        }

            .ywzx .right .title1 {
                font-size: 17px;
            }

            .ywzx .right .title2 {
                font-size: 15px;
            }

            .ywzx .right .ywzxInfo p {
                font-size: 15px;
            }

    .gsjj {
        margin-top: 40px;
        padding: 0 20px;
    }

        .gsjj p {
            font-size: 15px;
        }

            .gsjj p:nth-child(2) {
                margin-bottom: 100px;
            }

    .gsjjimg img {
        padding: 0 20px;
    }

    .gsjjimg {
        margin-bottom: 78px;
    }

    .menulist {
        width: 768px;
        overflow-y: hidden;
    }

    .nycon .ltxt p img {
        width: 100%;
        min-width: 100%;
    }

    .nycon .ltxt {
        display: none;
    }

    .nycon .mobileltxt {
        display: block;
    }

    .menulist > div {
        height: 43px;
        line-height: 43px;
    }
}
