﻿@media only screen and (max-width: 1080px) {




    .pageone {
        width: 100%;
        background-color: #ebf4fd;
    }

    .pagecontent {
        margin: auto;
        width: 100%;
        height: 700px;
    }

    .mtitle {
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        padding-top: 20px;
        font-weight: 600;
    }

    .mwtitle {
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        padding-top: 20px;
        color: white;
    }

    .ctitle {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #acb1b6;
        padding-top: 20px;
    }

    .pageoneinex {
        padding-top: 15px;
        overflow: hidden;
        margin: auto;
        text-align: center;
    }

    .pageonecenter {
        width: 1200px;
        margin: auto;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
    }

    .pageoneimage {
        width: 20%;
        float: left;
        cursor: pointer;
        position: relative;
    }

    .pageoneimage-mask {
        display: none;
        position: absolute;
        left: 0;
        top: 0%;
        width: 100%;
        height: 0px;
    }

    .hidediv {
        display: none;
    }

    .pagetwo {
        width: 100%;
        margin: auto;
        background: url("/images/Government/page2bg.png");
        background-size: 100% 100%;
        height: 950px;
    }

    .pagetwocenter {
        width: 1200px;
        text-align: center;
    }

    .pagetwoimgrow {
        float: left;
        width: 32.5%;
        height: 150px;
    }

        .pagetwoimgrow p {
            color: #cbcbcb;
            font-size: 0.8em;
        }

    .pagetwoimglist {
        width: 90%;
        margin: auto;
        text-align: center;
        height: 510px;
    }

        .pagetwoimglist img {
            padding: 5px;
        }

    .pagetwobtn {
        padding: 10px 30px;
        font-size: 24px;
        color: white;
        background-color: #108ad7;
        border-radius: 50px;
        width: 250px;
        float: right;
        cursor: pointer;
    }

    .pagethree {
        position: relative;
        /* background-color: #f1f1f1;*/
        background: url('/images/Government/pagethreebg.png') no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .pagethreecenter {
        width: 97%;
        text-align: center;
        margin-top: 5px;
        height: 730px;
    }

    .pagethreeimg {
        animation: pagethreeimgtran 2s infinite linear;
    }




    .pagefour {
        position: relative;
        margin: 0px;
        padding: 0px;
        height: 810px;
    }

    .pagefive {
        position: relative;
    }

    .pagefivebtnlist {
        position: absolute;
        bottom: 0px;
        height: 80px;
        background-color: rgba(77, 77, 77, 0.9);
        z-index: 99;
        width: 100%;
        text-align: center;
    }

    .pagefivebtn {
    }

    .pagebottombtn {
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        color: white;
        float: left;
        width: 25%;
        cursor: pointer;
    }

    .pagebtnselected {
        background-color: #347ac2;
    }

    .pagesix {
        background-color: #ffffff;
    }

    .pagesixcenter {
        width: 1300px;
        margin: auto;
        height: 600px;
        margin-top: 100px;
    }

    .pagesixoneimg {
        z-index: -1;
        float: left;
        perspective: 150;
        -webkit-perspective: 150; /* Safari and Chrome */
    }

        .pagesixoneimg img {
            width: 300px;
            height: 500px;
            z-index: -1;
            transform-style: preserve-3d;
            transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -webkit-transform: rotate(-15deg);
            transform: rotateX(2deg);
            -webkit-transform: rotateX(4deg); /* Safari and Chrome */
            -webkit-transform: rotateY(10deg); /* Safari and Chrome */
        }

    .pagesixtwoimg {
        text-align: center;
        width: 60%;
        float: left;
        z-index: 99;
        margin-left: -100px;
        perspective: 150;
        -webkit-perspective: 150; /* Safari and Chrome */
    }

        .pagesixtwoimg img {
            height: 500px;
            transform-style: preserve-3d;
        }

    .pagesixthreeimg {
        float: left;
        z-index: -1;
        perspective: 150;
        -webkit-perspective: 150; /* Safari and Chrome */
    }

        .pagesixthreeimg img {
            width: 300px;
            height: 500px;
            transform-style: preserve-3d;
            transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -webkit-transform: rotate(-15deg);
            transform: rotateX(2deg);
            -webkit-transform: rotateX(4deg); /* Safari and Chrome */
            -webkit-transform: rotateY(350deg); /* Safari and Chrome */
        }

    .pageserven {
        background-color: #f5f5f5;
    }

    .pageservencenter {
        width: 1300px;
        height: 600px;
        margin: auto;
    }

    .pageeight {
        background-color: #ffffff;
        height: 1620px;
    }

    .pageeightcenter {
        width: 80%;
        height: 490px;
        margin: auto;
        padding-top: 50px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .pageeightlist {
        width: 100%;
        margin: auto;
        height: 370px;
    }

    .pageeightimg {
        text-align: center;
        padding-top: 5px;
    }

        .pageeightimg img {
            width: 60%;
        }

    .pageeighttitle {
        text-align: center;
        font-size: 1em;
        padding-top: 30px;
        color: black;
    }

    .pageeightcontent {
        font-size: 0.8em;
        padding: 2px 30px;
        color: #9e9e9e;
        line-height: 28px;
    }


    .xtgnpagediv {
        height: 60px;
        width: 80%;
        margin: auto;
        margin-top: 20px;
        text-align: center
    }

    .pagenine {
        background: url('/images/Government/page9bg.jpg') no-repeat;
        background-size: 100% 100%;
    }

    .pageninecneter {
        width: 1300px;
        margin: auto;
        height: 500px;
        padding-top: 50px;
    }


    .pageonebottomtitle {
        position: absolute;
        bottom: 0px;
        left: 2px;
        height: 50px;
        line-height: 50px;
        color: white;
        opacity: 0.6;
        text-align: center;
        width: 236px;
        background-color: black;
        font-size: 20px;
        vertical-align: middle;
    }


    .bsdtdiv {
        width: 100%;
        height: 100%;
        background-color: #f2f2f2
    }

    #pagebsdtimgdiv {
        position: relative;
        background: url('/images/Government/bsdtbg.png') no-repeat;
        background-size: 100% 100%;
        height: 840px;
    }

        #pagebsdtimgdiv img {
            width: 100%;
        }

    .bsdtbtndiv {
        width: 80%;
        max-width: 1300px;
        margin: auto;
        height: 100px;
        padding-top: 35px;
    }

    .bsdtbtn {
        text-align: center;
        font-size: 24px;
        width: 19.5%;
        height: 100px;
        line-height: 75px;
        float: left;
        color: #505050;
        cursor: pointer;
    }

    .bsckbtn {
        text-align: center;
        font-size: 24px;
        width: 19.5%;
        height: 100px;
        line-height: 75px;
        float: left;
        color: #505050;
        cursor: pointer;
    }

    .shuxian {
        float: left;
        width: 1px;
        height: 25px;
        background: #bdbdbd;
        line-height: 75px;
        margin-top: 30px;
    }

    .bsdtbtnimg {
        background: url('/images/Government/bsdtbtnbg.png') no-repeat;
        background-size: 100% 100%;
        color: white;
    }

    .bsckbtnimg {
        background: url('/images/Government/bsckbtnbg.png') no-repeat;
        background-size: 100% 100%;
        color: white;
    }

    .bsckdiv {
        width: 100%;
        height: 100%;
    }

    #pagebsckimgdiv {
        position: relative;
        background: url('/images/Government/bsckbg.png') no-repeat;
        background-size: 100% 100%;
        height: 820px;
    }

        #pagebsckimgdiv img {
            width: 100%;
        }


    .pagebtn {
        width: 20%;
        height: 40px;
        line-height: 40px;
        background-color: #9a9a9b;
        color: white;
        float: left;
        font-size: 0.8em;
        text-align: center;
    }

    .pagebtnactive {
        background-color: #0069ff;
    }

    .page1div {
        width: 80%;
        margin: auto;
        height: 1100px;
    }

    .page1title {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 60px;
        margin-top: 100px;
    }

    .page1title2 {
        width: 100%;
        height: 35px;
    }

    .page1title2-logdiv {
        float: left;
        width: 30px;
    }

    .page1title2-title {
        float: left;
        width: 300px;
    }

    .page1content {
        margin-top: 10px;
        display: flex;
        font-size: 1em;
        flex-wrap: wrap;
    }

    .page1contentleft {
        width: 100%;
        line-height: 25px;
        font-size: 0.8em;
        color: #606470
    }

    .page1contentright {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

        .page1contentright img {
            width: 80%;
        }

    .page1itemtitle {
        width: 100%;
        text-align: center;
        font-size: 1.5em;
        color: #63a3ff;
        margin-top: 20px;
        letter-spacing: 3px;
    }

    .page1itemdivlist {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .page1itemdiv {
        width: 100%;
        display: flex;
    }

    .page1itemleft {
        width: 20%;
        text-align: left;
    }

        .page1itemleft img {
            padding-top: 10px;
            width: 50%;
        }

    .page1itemright {
        width: 80%;
    }

    .page1itemright1 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 1em;
        font-weight: 600;
    }

    .page1itemright2 {
        width: 100%;
        line-height: 25px;
        color: #606470;
        font-size: 0.8em;
    }

    .page2div {
        width: 100%;
        position: relative;
    }

    .page2divs {
        width: 80%;
        margin: auto;
        position: relative;
        height: 180px
    }

    .page2topright {
    }

    .pagenum1 {
        position: absolute;
        right: 300px;
        top: 110px;
        font-size: 1.2em;
        font-weight: 600;
    }

    .pagenum2 {
        position: absolute;
        right: 240px;
        top: 110px;
        font-size: 1em;
        color: #ccd2d6;
        font-weight: 600;
    }

    .pagenum2jtleft {
        position: absolute;
        right: 60px;
        top: 110px;
    }

    .pagenum2jteright {
        position: absolute;
        right: 10px;
        top: 110px;
    }

    .page2linediv {
        position: absolute;
        width: 340px;
        right: 10px;
        top: 145px;
        height: 4px;
    }

    .page2topline {
        width: 340px;
        height: 4px;
        background-color: #e2e6e8;
    }

    .page2toplineactive {
        margin-top: -4px;
        width: 20%;
        height: 4px;
        background-color: #0064ff;
    }

    .page2contentimg {
        width: 100%;
    }

    .page2leftbtnlist {
        position: relative;
        right: 0px;
        top: 0px;
        width: 80%;
        margin: auto;
        display: none
    }

    .page2content {
        margin-top: 0px;
    }

    .page2btnitem {
        width: 100%;
        margin-top: 28px;
        background-color: #ffffff;
        border-radius: 2px;
        height: 150px;
        box-shadow: -1px 1px 7px 0px rgb(219 219 219 / 29%);
        cursor: pointer;
    }

    .page2btnitemactive {
        background: url('../images//Government/page2leftbtnbg.png') no-repeat;
        background-size: 100% 100%;
        color: white;
    }

    .page2btnitemclass {
        width: 60px;
        float: left;
        text-align: center;
        margin-top: 55px;
    }

    .page2btnitemtitlediv {
        float: left;
        width: 300px;
    }

    .page2btnitemtitle1 {
        font-size: 25px;
        font-weight: 600;
        margin-top: 40px;
    }

    .page2btnitemtitle2 {
        font-size: 16px;
        color: #8f8f8f;
        margin-top: 15px;
    }

    .pagethreeitem {
        width: 100%;
        margin: 1%;
        background: url('/images/Government/pagethreeitembg.png') no-repeat;
        background-size: 100% 100%;
    }

    .pagethreeitembgactive {
        background: url('/images/Government/pagethreeitembgactive.png') no-repeat;
        background-size: 100% 100%;
    }
}
