﻿.pageone {
    width: 100%;
    background-color: #ebf4fd;
}

.pagecontent {
    margin: auto;
    width: 100%;
    height: 700px;
}

.mtitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding-top: 80px;
    font-weight:600;
}

.mwtitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding-top: 80px;
    color: white;
}

.ctitle {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #acb1b6;
    padding-top: 20px;
}

.pageoneinex {
    padding-top: 50px;
    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;
    /*-moz-transition: bottom ease 800ms;
            -o-transition: bottom ease 800ms;
            -webkit-transition: bottom ease 800ms;
            transition: bottom ease 800ms;*/
}

.hidediv {
    display: none;
}

.xtgnpagediv {
    height: 60px;
    width: 50%;
    margin: auto;
    margin-top: 70px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.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: 12.5%;
    height: 170px;
}

    .pagetwoimgrow p {
        color: #cbcbcb;
        font-size: 16px;
    }

.pagetwoimglist {
    width: 70%;
    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:1080px;
    position:relative;
}

.pagethreecenter {
    width: 97%;
    text-align: center;
    margin-top: 5px;
    height: 730px; 
}

.pagethreeimg {
    animation: pagethreeimgtran 2s infinite linear;
}


@keyframes pagethreeimgtran {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.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:800px;
}

.pageeightcenter {
    width: 80%;
    height: 490px;
    margin: auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
}

.pageeightlist {
    width: 100%;
    margin: auto;
    height: 450px;/*
    border-radius: 5px;
    box-shadow: -1px 1px 6px 0px #e1e1e1;*/
}

.pageeightimg {
    text-align: center;
    padding-top: 5px;
}

.pageeighttitle {
    text-align: center;
    font-size: 23px;
    padding-top: 50px;
    color: black;
}

.pageeightcontent {
    font-size: 15px;
    padding: 2px 30px;
    color: #9e9e9e;
    line-height: 28px;
}
}

.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: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #9a9a9b;
    color: white;
    float: left;
    font-size: 16px;
    text-align: center;
}

.pagebtnactive {
    background-color: #0069ff;
}

.page1div {
   width:80%;
   margin:auto;
   height:1100px;
}

.page1title {
   font-size:28px;
   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:30px;
   display:flex;
}

.page1contentleft {
   width:50%;
   line-height:35px;
   font-size:17px;
   color:#606470
}

.page1contentright {
    width: 50%;
    text-align:right;
}

    .page1contentright img {
      width:80%;
    }

    .page1itemtitle {
        width: 100%;
        text-align: center;
        font-size: 35px;
        color: #63a3ff;
        margin-top: 100px;
        letter-spacing: 3px;
    }

.page1itemdivlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}

.page1itemdiv {
    width: 46%;
    margin: 2%;
    display: flex;
}
.page1itemleft {
  width:30%;
  text-align:center;
}
.page1itemleft img{
    padding-top:10px;
}
.page1itemright {
    width: 70%;
}
.page1itemright1 {
  width:100%;
  height:50px;
  line-height:40px;
  font-size:26px;
  font-weight:600;
}
.page1itemright2 {
    width: 100%;
    line-height: 35px;
    color: #606470;
    font-size:17px;
}

.page2div {
    width: 100%;
    position: relative;
}

.page2divs {
    width: 80%;
    margin: auto; 
    position: relative;
}

    .page2topright {
    }
.pagenum1 {
    position: absolute;
    right: 300px;
    top: 40px;
    font-size: 40px;
    font-weight: 600;
}

.pagenum2 {
    position: absolute;
    right: 240px;
    top: 30px;
    font-size: 25px;
    color: #ccd2d6;
    font-weight: 600;
}

.pagenum2jtleft {
    position: absolute;
    right: 60px;
    top: 40px;
}

.pagenum2jteright {
    position: absolute;
    right: 10px;
    top: 40px;
}

.page2linediv {
    position: absolute;
    width: 340px;
    right: 10px;
    top: 105px;
    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: absolute;
    right: 180px;
    top: 125px;
    display: flex;
    width: 370px;
    flex-wrap: wrap;
}

.page2content {
    margin-top:100px;
}

.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:22%;
    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%;
}
