@charset "utf-8";

body {
    font-size: 13px;
    color: #000;
    font-family: "Microsoft Yahei","Arial", "Helvetica", "sans-serif"，"微软雅黑";
    margin: 0;
    padding: 0;
}

div, dl, dt, dd, ol, ul, li, p {
    padding: 0;
    margin: 0;
}

ol, ul, li {
    list-style: none;
}

a:link, a:visited {
    color: #555555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.toplogo {
    float: left;
    text-align: left;
    font-size: 16px;
    height: 100px;
    padding-bottom: 10px;
}

    .toplogo img {
        float: left;
        max-height: 100%;
        height: auto;
        width: auto;
        margin-right: 10px;
        margin-top: 15px;
    }

.toptel {
    float: right;
    text-align: right;
    width: 20%;
    padding-top: 28px;
}

.collect {
    background: url(../images/ico1.png) no-repeat center top;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
}

    .collect:hover {
        background: url(../images/ico1s.png) no-repeat center top;
    }

.sethome {
    background: url(../images/ico2.png) no-repeat center top;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
}

.sethome {
    background: url(../images/ico2s.png) no-repeat center top;
}

.syslist {
    width: 660px;
    margin: 0 auto;
}

    .syslist li {
        margin-top: 20px;
        line-height: 115px;
        background-color: #48addd;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

        .syslist li:hover {
            background-color: #2f9dd2;
        }

        .syslist li img {
            float: left;
            margin: 30px 25px 0 30px;
        }

        .syslist li a {
            color: #fff;
            font-size: 35px;
            letter-spacing: 5px;
            display: block;
            text-shadow: #000 0 2px 3px;
        }

.footer {
    background-color: #f2f2f2;
    height: 120px;
    margin-top: 80px;
    color: #3d4f56;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 120px;
}

#footerNav {
    margin-top: 50px;

}

    #footerNav ul {
        text-align:center;
     
    }

    #footerNav li {
        display: inline-block;
        padding-right: 10px;
        line-height: 14px;
    }

        #footerNav li:before {
            content: "|";
            color: #50646c;
            margin-right: 10px;
        }

    #footerNav :first-child:before {
        display: none;
    }

    #footerNav li a {
        color: #50646c;
        font-size: 14px;
        line-height: 14px;
    }

        #footerNav li a:hover,
        #footerNav li a:active {
            color: #009bd2;
            text-decoration: none;
        }

.copyright {
    font-size: 13px;
    text-align: center;
    margin-bottom: 40px;
}

    .copyright a {
        font-weight: 300;
        color: #3d4f56 !important;
    }

.fcode {
    height: 120px;
    position: absolute;
    left:0;
    top:0px;
}

    .fcode img {
        height: 100%;
        width: auto;
    }

.fhome {
    position: absolute;
    top: -37px;
    left: 50%;
    right: 50%;
    width: 74px;
    margin-left: -37px;
}

.foottxt {
    text-align:center;
    line-height: 50px;
    color:#666;
}

.loginbg {
    background: #d1160a;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.loginl {
    float: left;
    width: 45%;
}

.loginbox {
    float: right;
    width: 45%;
    padding: 1% 1.5%;
    margin-top: 10%;
    text-align: left;
    background-color: #c7746e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.log-tit {
    color: #fff;
    font-size: 35px;
    letter-spacing: 5px;
    display: block;
    text-shadow: #000 0 2px 3px;
}

.sousuo {
    line-height: 50px;
    height: 50px;
    margin-top: 12px;
    display: inline-block;
    width: 95%;
    padding: 0 2%;
    font-size: 20px;
    border: none;
    color: #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}

    .sousuo:hover, .sousuo:focus {
        -webkit-box-shadow: 0px 0px 7px 0px rgba(2, 2, 2, 0.3);
        -moz-box-shadow: 0px 0px 7px 0px rgba(2, 2, 2, 0.3);
        box-shadow: 0px 0px 7px 0px rgba(2, 2, 2, 0.3);
    }

.send {
    background-color: #93ce4c;
    border: none;
    float: right;
    color: #fff;
    font-size: 26px;
    text-align: center;
    width: 30%;
    margin-top: 12px;
    margin-right: 5px;
    line-height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Microsoft Yahei","Arial", "Helvetica", "sans-serif";
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

    .send:hover {
        background-color: #87bd46;
    }

.seas {
    width: 800px;
    margin: 0 auto;
}

.sea-tit {
    background-color: #c7746e;
    line-height: 50px;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.seabox {
    border: 1px solid #ddd;
    border-top: none;
    padding: 50px;
    background-color: #f9f9f9;
    position: relative;
}

.seainfo {
    background: url(../images/certbg.jpg);
    position: relative;
    border: 1px solid #666;
    padding: 30px 20px;
    width: 630px;
    margin: 0 auto;
}

.mdiv {
    position: absolute;
    background: #f9f9f9;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
    padding: 36px 0;
}

.seainfo2 {
    position: relative;
    border: 1px solid #666;
    width: 630px;
    margin: 0 auto;
}

.s0 {
    position: absolute;
    top: 90px;
    right: 20px;
    width: 120px;
    text-align: center;
}

    .s0 img {
        max-width: 100%;
        height: auto;
    }

.s1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}

.s2 {
    font-size: 15px;
    line-height: 34px;
}

.s3 {
    border: 1px solid #333;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}

.s4 {
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
}

.sno {
    border: 1px solid #19b76b;
    padding: 20px;
    color: #19b76b;
    background-color: #fff;
    font-size: 22px;
    line-height: 70px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 800px;
    margin: 0 auto;
}

    .sno img {
        float: left;
        margin: 12px 30px 0 20px;
    }

.prints {
    text-align: center;
}

    .prints a {
        background-color: #19b76b;
        line-height: 36px;
        width: 100px;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        margin: 0 auto;
        margin-top: 30px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.sores {
    margin-top: 10px;
}

    .sores li {
        display: inline-block;
        margin-right: 10px;
        width: 80px;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        background-color: #f6782c;
        cursor: pointer;
    }

#kb2 {
    display: none;
}

.wi30 {
    width: 30%;
}

.sores li.hover {
    background-color: #1055b5;
}

.wi50, .wi50s {
    width: 50%;
}
#getcode_gg {
        margin-top:15px;
        height: 45px;
        width: auto;
        border-radius:5px;
        cursor:pointer;
    }

@media (max-width: 1200px) {
    .wrap {
        width: 98%;
    }

    .sousuo {
        height: 42px;
        line-height: 42px;
    }

    .send {
        line-height: 42px;
        width: 26%;
    }

    .loginbox {
        padding: 1% 2%;
        margin-right: 15px;
    }

    #getcode_gg {
        margin-top:15px;
        height: 38px;
        width: auto;
    }
}

@media (max-width: 880px) {
    .toplogo {
        height: 60px;
        padding-bottom: 20px;
    }

    .toptel {
        padding-top: 20px;
    }

    .footer {
        font-size: 18px;
        height: 100px;
    }

    .fcode {
        height: 100px;
    }

    .loginl {
        padding-top: 30px;
    }

    .log-tit {
        font-size: 30px;
    }

    #getcode_gg {
        margin-top: 15px;
        height: 35px;
        width: auto;
    }

    .sousuo {
        height: 38px;
        line-height: 38px;
        font-size: 17px;
    }

    .send {
        font-size: 18px;
        line-height: 38px;
    }

    .wi30 {
        width: 26%;
    }

    .seabox {
        padding: 30px;
    }

    .seainfo {
        width: 94%;
        padding: 3%;
    }

    .seainfo2 {
        width: 100%;
        border: none;
    }

    .sores li {
        width: 80px;
        font-size: 20px;
        line-height: 32px;
    }

    .wi50 {
        width: 56%;
    }

    .wi50s {
        width: 44%;
    }
}

@media (max-width: 700px) {
    .footer {
        font-size: 17px;
        text-align: right;
        padding-right: 20px;
    }

    .syslist {
        width: 90%;
    }

        .syslist li a {
            font-size: 28px;
        }

    .s2 {
        font-size: 14px;
    }

    #getcode_gg {
        margin-top:10px;
        height: 32px;
        width: auto;
    }

    .loginbox {
        width: 45%;
    }

    .sousuo {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        margin-top: 8px;
    }

    .send {
        font-size: 16px;
        line-height: 32px;
        width: 25%;
        margin-top: 8px;
    }

    .wi30 {
        width: 23%;
    }
}

@media (max-width: 480px) {
    .toplogo {
        height: 38px;
    }

    .toplogo img{
        margin-top:10px;
    }

    .collect {
        display: none;
    }

    .sethome {
        width: 34px;
        background-size: 34px 34px;
    }

    .toptel {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 12px;
    }

    .syslist li {
        line-height: 56px;
        background-color: #48addd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .syslist li img {
            margin: 10px 6px 0 10px;
            width: 35px;
            height: auto;
        }

        .syslist li a {
            font-size: 17px;
            letter-spacing: 0px;
            text-shadow: #000 0 0 0;
        }

    .fcode {
        position: relative;
        padding-bottom: 5px;
    }

    .footer {
        height: auto;
        line-height: 22px;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        padding: 15px;
        margin-top: 20px;
    }

    .foottxt {
        font-size: 12px;
        line-height:28px;
    }

    #kb1, .fhome, #footerNav, .prints, .loginl, #divPrint {
        display: none;
    }

    #kb2 {
        display: block;
    }

    .seabox {
        padding: 10px;
        border: none;
    }

    .loginbg {
        padding: 0;
    }

    .loginbox {
        float: none;
        width: 93%;
        margin: 0 auto;
        margin-left: -1%;
        padding: 5%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .log-tit {
        font-size: 22px;
        text-align: center;
        letter-spacing: 1px;
        padding-bottom: 10px;
        text-shadow: #000 0 0 0;
    }

    .s0 {
        position: relative;
        text-align: left;
        right: auto;
    }

    .s1 {
        font-size: 18px;
    }

    .s2 {
        line-height: 20px;
        font-size: 14px;
        padding: 5px 0;
    }

    .s4 {
        font-size: 14px;
    }

    .sores li {
        width: 70px;
        font-size: 18px;
        line-height: 30px;
    }
}
#rgmeg{ width:1px; height:1px; position:relative; float:left}
#rgmsgshow{ position:absolute; left:0px; top:-50px; width:302px; height:75px; vertical-align:middle; line-height:75px; text-align:center; font-size:18px; border:solid #FF6600 2px; background-color:#FFFFFF;}