﻿ul{ list-style:none; margin:auto; padding:0;}

img{max-width:100%;}

.dvLogin{
    text-align: center;top: 0;
    padding-top:50px;
}
.dvLogin > ul{
    margin:0 auto;
    height:285px;
    display: flex;
    justify-content: space-between;
}

.dvLogin li{
    width:270px;height:100%;text-align:center;padding: 0;color: #fff;
    transition: all .3s;
    box-shadow: 0 0 20px rgba(9,41,77,.12);
    border: 1px solid #aaa;
    display: inline-block;
}
.dvLogin li:hover{
    transform:scale(1.1);
    background-color: #3e97df;
}
.dvLogin li>a{
    display: block;
}
.dvLogin li:hover a{
    color: #fff;
}
.dvLogin li> div {
    display: flex;
    flex-direction: column;
}
.dvLogin li p a{
    color: #3c5f81;
}
.dvLogin li:hover p a:hover {
    color: #92edfc;
}
.dvLogin li>a>img {
    height:140px;
}
.dvLogin li h3{font-size:1.2em;margin-top: 1em;}
.dvLogin li p{
    padding: 0;
    margin: .2em 0;
    text-align: center;
}

.info{display:none; position:absolute;padding:0 1em; }
.dvLogin li:hover .autoToggle{display:block}

#slider{
    background-position: top center;background-repeat: no-repeat;background-image:url(css/index/page4.jpg);
    text-align:center;
    padding:50px 0;
}


.imgBorder{
    border:10px solid #999;border-radius:10px;
    box-shadow: 0 0 20px #999;
    display:inline-block;
    position:relative;
    overflow:hidden;
    width:800px;height:500px;
}

#slider .s1-1{
    position:absolute;top:10px;right:10px;box-shadow:0 0 10px #777;border-radius:5px;
    opacity:0;
    -webkit-animation: slideInRight .4s linear .4s;
    animation: slideInRight .4s linear .4s;
    animation-fill-mode:forwards;
}

#slider .s1-2 {
    position:absolute;top:18%;left:25%;box-shadow:0 0 10px #777;border-radius:5px;
    opacity:0;
    -webkit-animation: slideInRight .6s linear 1s;
    animation: slideInRight .6s linear 1s;
    animation-fill-mode:forwards;
}
#slider .s1-3 {
    position:absolute;top:8%;left:33%;box-shadow:0 0 10px #777;border-radius:5px;
    opacity:0;
    -webkit-animation: slideInRight .6s linear 2s;
    animation: slideInRight .6s linear 2s;
    animation-fill-mode:forwards;
}

footer{background-color:#333;color:#fff; padding:120px 0 50px 0;}
footer > div{text-align:center;}
footer  > div > p{ margin:0; padding:0;}


@-webkit-keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft, .moveIn {
    -webkit-animation: slideInLeft .2s linear;
    animation: slideInLeft .2s linear;
    animation-fill-mode:forwards;
}


@-webkit-keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.dvLogin li>img {
    height:140px;
}

@media screen and (max-width:1000px){
    .dvLogin, .dvLogin ul{width:auto;padding:1px 0;height:auto;flex-direction:column;}
    .dvLogin li{
        width:100%;float:none;clear:both;
        padding:0 0 20px 0;
        box-shadow: none;
        border-radius: 0;
        /*display: flex;*/
        border: 0;
    }
    .dvLogin li>a {
        width: 100%;
    }
    .dvLogin li>div{
        position:relative;
        /*top:auto;
        margin-left: 20px;
        text-align: left;*/
    }
    .dvLogin li>img,.dvLogin li>h3{
        height: auto;
        display:inline-block;padding:0;
        vertical-align:middle;}
    .dvLogin li p{text-align: center}
    .dvLogin li>a>img {
        height: auto;
    }
    footer > div{width:auto;}
}

@media screen and (max-width: 1000px) {
    body{width: 100%}
    .workarea {
        margin: 0 10px;
    }
    #tbCZZY td {
        display: block;
        border: 0;
    }
    .tabsWraper li a {
        min-width: auto;
    }
    ol,ul{
        padding: 0 1em;
    }
    .tabsWraper{padding: 30px 10px;}
    .tabsWraper ul{display: none}
    #loginForm{
        min-width: 300px;
        padding: 30px;
    }
    #helpDv{display: none}
}
#dvcitys a,.enterButton a{
    display: inline-block;
    padding: .5em 1.1em;
    margin: .6em;
    border: 1px solid #aaa;
    box-shadow: 0 3px 6px #ccc;
}

#dvcitys a:hover,.enterButton a:hover{
    background-color: red;
    color:#fff;
}

#loginForm{position: fixed;top:50%;left:50%;transform: translate(-50%,-50%);
    background-color: #fff;padding: 50px;z-index: 2000;min-width: 400px;}
#loginForm p{font-size: 14px;margin: 10px;line-height: 1.3em;text-align: center}
#selOrganType a{display:block;padding:.6em 0;cursor: pointer; margin-bottom: 1em;text-align: center;
    width: 100%;color:#fff;background-color: #0a90ce;}
#selOrganType a:hover{background-color: red}
.inputWraper{
    margin: 20px 0;position: relative;
}
.inputWraper input{
    width: 100%;
    padding: 10px;height: 48px;
}
button{
    width: 100%;height: 48px;
}
#dvZCFG li{
    list-style: inside;
}
#dvZCFG a>i{
    margin-left: .5em;
}
#dvCZZY p{
    line-height: 1.6em;
    margin: 0;
}
.img_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .45;
    background: #09294d;
    z-index: 1;
}
.backanimt{
    animation:background 9s infinite alternate ease-in-out;
    width: 100%;
}
@keyframes background
{
    from { background:url(/css/images/banner1.jpg) no-repeat center top;}
    30%  { background:url(/css/images/banner2.jpg) no-repeat center bottom;}
    to   { background:url(/css/images/banner3.jpg) no-repeat left top;}
}
#tbCZZY td{
    border-width: 0 0 1px 0;
}
#tbCZZY a{color: #004f9e}
#tbCZZY td>b {
    padding: 8px;
    background-color: #e8e8e8;
    color: #333;
    border-radius: 8px;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 10px #777;
    display: block;
    font-weight: bolder;
    background: linear-gradient(to right, #d4d4d4 , white);
    white-space:nowrap;
}
.chooseClass{
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    z-index: 9999;
    width: 500px;
    padding: 30px;
    transform: translate(-50%, -50%);
}
.chooseClass h2{
    margin: 10px 0;
    border: none;
    text-align: center;
}
.chooseClass a{
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    background-color: #0a90ce;
    color:#fff;
}
.chooseClass a:hover{
    background-color: #005aa1;
    color: white;
}
#helpDv{
    width: 82px;
    position: fixed;z-index: 100;
    top: 50%;transform: translate(0,-50%);
    right: 0;
    border: 1px solid #aaa;
}
#helpDv>a{
    display: block;
    color: #777;
    text-align: center;
    font-size: 14px;
    padding:30px 0 20px 0;
    position: relative;
    background-color: #fff;
    line-height: 1em;
}
#helpDv .icon{
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
}

#tabsWraper1 {
    background-image: url(css/images/banner1.jpg);
    background-position: center;
    position: relative;
}

#tabsWraper1 .main{
    box-sizing: border-box;z-index: 10;padding: 1px 0 0 0;
}

.workarea{
    display: block;min-height: auto;
}
.workarea>div{
    display: none;
}
#dvHome{
    display: block;
}
#dvFlow{
    text-align: center
}
#pDesc{
    margin-bottom: 50px;
}
#loginDlg{display: none}
#loginForm>h2{margin: 10px 0;border: 0;text-align: center;}
.btnClose{position: absolute;top:0;right:0;background-color: #0b7ec0;color: #fff;font-size: 30px;text-align: center;width: 1em;height: 1em;padding:.2em}

#loginChooseGZ{display: none;}
#mainTabs{overflow-y: auto;}

#guideInJsp{margin: 20px 10px 10px 10px;}
#guideInJsp td>ol{list-style-type: none;}
#guideInJsp li>ol{list-style-type: decimal;}
.linkUser{max-width: 16em;}

.width-1em{width: 1em}
.width-2em{width: 2em}
.width-3em{width: 3em}
.width-4em{width: 4em}
.width-5em{width: 5em}
.width-6em{width: 6em}
.width-7em{width: 7em}
.width-8em{width: 2em}
.width-9em{width: 9em}
.width-10em{width: 10em}
.width-11em{width: 11em}

.h1Wraper p{
    font-size: 26px;line-height: 1.6em;
}

.dvLogin li{
    color: #555;
}

.dvLogin li:hover{
    color: #fff;
}

.dvLogin li h3{font-size:1.1em;margin-top: .8em;}
.dvLogin li p{
    padding: 0;
    margin: .2em 0;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    body{width: 100%}
    .workarea {
        margin: 0;
    }

    .h1Wraper p {
        font-size: 20px;
    }
}
.h1Wraper{padding: 1px}
#h2WorkName{color: #fff}

.noticeInfo{
    position: fixed;
    top: 300px;
    left: 30%;
    z-index: 999;
    width: 40%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 2px;
    font-size: 20px;
}
.noticeInfo>p{
    text-indent: 2em
}
.noticeInfo>div{
    text-align: center;
}
.noticeInfo button{
    width: 8em;
}

.footerNotice{
    position: fixed;
    bottom: 2px;
    right: 2px;
    width: 300px;
    height: 250px;
    overflow: hidden;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.footerNotice>h3{
    background-color: #02adff;
    padding: 0;
    margin: 0;
    color: #fff;
    height: 2em;
    line-height: 2em;
    padding-left: 16px;
}
.footerNotice>div:first-child{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor:pointer;
}
.footerNotice>div:last-child{
    padding: 16px;
}
.footerNotice p{
    text-indent: 2em;
}

#tabsWraper_zj {
    background-image: url(css/images/zjbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 500px;
}
#tabsWraper_zj .main{
    box-sizing: border-box;z-index: 10;padding: 1px 0 0 0;
}
#dvWorkInfoView {
    display: block;
}
#dvWorkInfoView .dvLogin ul{
    justify-content: space-evenly;
}

#h2WorkName.mtop100{
    margin-top: 100px;
}

.dvLogin > ul.dsrd{
    height: auto;
}

.dvLogin > ul.dsrd li p{
    margin: 1em 0;
}

.QTGS th:nth-child(1){
    width: 10em;
}
.QTGS th:nth-child(2){
    width: 8em;
}
.QTGS th:nth-child(3){
    width: 8em;
}
.QTGS th:nth-child(4){
    width: 8em;
}

.tabsUl li{
    float: left;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    background: #3f536e88;
    color: #fff;
    line-height: 60px;
}
.tabsUl li.active{
    background: #3f536e;
    color: #fff;
}
.tabsUl li>a{
    color: inherit;
    cursor: pointer;
    padding: 0 1em;
    display: block;
    min-width: 130px;
}