﻿body {
    font-family: "microsoft yahei";
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

div, ul, li, a, p, span, table, b, h1, h2, h3, img, input, button, dropdownlist, select {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

ul, ol {
    list-style: none outside none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.warp {
    width: 1140px;
    margin: 0 auto;
}

.mt15 {
    margin-top: 15px;
}
/*公共样式表*/
html, body {
    width: 100%;
    height: 100%;
}

.top-main {
    width: 100%;
    height: 100%;
}

.bg-img {
    width: 100%;
    height: 580px;
    background: url(../Images/IndexNew/banner.jpg) no-repeat center;
    background-size: cover;
}
/*nav*/
.nav {
    width: 100%;
    height: 84px;
    background: rgba(255,255,255,.7);
    box-shadow: 0px 0px #ccc;
}

.logo {
    height: 65px;
    margin-top: 10px;
}

.tell {
    font-size: 16px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    background: url(../Images/IndexNew/tell.png) no-repeat 0 center;
    margin-top: 30px;
}

.login {
    width: 382px;
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255,255,255,.78);
    position: absolute;
    right: 0px;
    top: 120px;
}

.name {
    width: 302px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    background: none;
    padding-left: 46px;
    background: url(../Images/IndexNew/name.png) no-repeat 16px center;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #797979;
    margin-top: 6px;
}

/*.pass {
    background: url(../Images/IndexNew/pass.png) no-repeat 16px center;
    margin-top: 12px;
}*/

.forgot-password {
    display: inline-block;
    font-size: 13px;
    color: #9c9c9c;
    height: 30px;
    line-height: 40px;
    float: right;
}

    .forgot-password:hover {
        color: #333;
    }

.yzm-total {
    width: 302px;
    overflow: hidden;
    /*display: none;*/
}

/*.yzm {
    width: 180px;
    background: url(../Images/IndexNew/yzm.png) no-repeat 16px center;
    margin-top: 20px;
}*/

.yzm-num {
    width: 108px;
    height: 40px;
    overflow: hidden;
    /*margin-top: 20px;*/
    display: block;
    float: right;
}

.login-main {
    position: relative;
}

.login-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #666666;
}

.login-but {
    width: 302px;
    height: 42px;
    line-height: 42px;
    background: #0099ff;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 2px;
    margin-top: 20px;
}

    .login-but:hover {
        background: #0979da;
    }

input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

    input:focus {
        border-color: #91e0fa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(40,290,240, .4);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0,150,240, .4);
    }

/*服务说明四块*/
.sever-list {
    padding-top: 140px;
    text-align: center;
}

.sever-list1 {
    background: url('../Images/IndexNew/icon01.png') no-repeat center 0px;
}

.sever-list2 {
    background: url('../Images/IndexNew/icon02.png') no-repeat center 0px;
}

.sever-list3 {
    background: url('../Images/IndexNew/icon03.png') no-repeat center 0px;
}

.sever-list4 {
    background: url('../Images/IndexNew/icon04.png') no-repeat center 0px;
}

.sever-title1 {
    font-size: 18px;
    color: #272727;
}

.sever-title2 {
    font-size: 14px;
    color: #6e6e6e;
    height: 30px;
    line-height: 30px;
}

.sever-total {
    margin-top: 65px;
    margin-bottom: 65px;
    position: relative;
}

    .sever-total .sever-list {
        margin-left: 170px;
    }

        .sever-total .sever-list:first-child {
            margin-left: 0px;
        }

.field {
    margin-top: 15px;
    position: relative;
}

    .field label {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #ddd;
        text-align: center;
        position: absolute;
        left: 1px;
        top: 1px;
        outline: 0;
        background: url(../Images/IndexNew/name.png) no-repeat 16px center;
    }

        .field label.pass {
            background: url(../Images/IndexNew/pass.png) no-repeat 16px center;
        }

        .field label.yzm {
            background: url(../Images/IndexNew/yzm.png) no-repeat 16px center;
        }

.login-text {
    width: 240px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 11px 8px 11px 50px;
    border: 1px solid #ddd;
    background: none;
    font-size: 14px;
    font-family: "Microsoft YaHei","Myriad Pro";
    color: #797979;
}



@keyframes loginSlide {
    from {
        right: -30px;
        opacity: 0.4;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

.login {
    -moz-animation: loginSlide 2s; /* Firefox */
}

@-moz-keyframes loginSlide {
    from {
        right: -30px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

.login {
    -o-animation: loginSlide 2s; /* Opera */
}

@-o-keyframes loginSlide {
    from {
        right: -30px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

.login {
    -webkit-animation: loginSlide 2s; /* Safari and Chrome */
}

@-webkit-keyframes loginSlide {
    from {
        right: -30px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

ul[data-liffect="zoomIn"] li {
    opacity: 0;
    position: relative;
    -webkit-animation: zoomIn 1s ease both;
    -webkit-animation-play-state: paused;
    -moz-animation: zoomIn 1s ease both;
    -moz-animation-play-state: paused;
    -o-animation: zoomIn 1s ease both;
    -o-animation-play-state: paused;
    animation: zoomIn 1s ease both;
    animation-play-state: paused;
}

ul[data-liffect="zoomIn"].play li {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}






/*页脚部分*/
.footer {
    background: #3c3c3c;
    width: 100%;
    height: 350px;
    padding-top: 40px;
}

.bright {
    width: 810px;
    margin: 0px auto;
}

.bright-list {
    text-align: left;
    width: 135px;
    font: bold 15px/20px Microsoft YaHei;
    color: #c2c2c2;
}

.title-big {
    margin-bottom: 10px;
}

.bright-list li {
    height: 24px;
    line-height: 24px;
}

    .bright-list li a {
        font-size: 12px;
        color: #c2c2c2;
        font-weight: normal;
    }

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #575a5b;
}

.copyInfo {
    font-size: 14px;
    color: #c2c2c2;
    text-align: center;
}

.bottom-icon {
    width: 484px;
    margin: 0 auto;
    margin-top: 10px;
}

    .bottom-icon a {
        width: 108px;
        height: 40px;
        display: block;
        margin-left: 10px;
    }

        .bottom-icon a img {
            width: 100%;
            border: 1px solid #777777;
            border-radius: 4px;
        }


/**登录表单*/
.msg-wrap {
    min-height: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto !important;
    visibility: hidden;
}

.msg-error {
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    padding: 3px 10px 3px 40px;
    line-height: 15px;
    height: auto;
}

    .msg-error b {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url('../Images/IndexNew/Indexnew_erro.png') 0px 0px no-repeat;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


#rememberPassword {
    width: 17px;
    height: 17px;
}

.forgot-mianmima {
    display: inline-block;
    font-size: 13px;
    color: #9c9c9c;
    height: 22px;
    position: absolute;
    line-height: 28px;
    top: -6px;
    left: 22px;
}
