body ,html{
    height:100%;
}
ul li {
list-style:none;
}
.header_w {
    padding: 0 40px;
    height: 70px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.headerLogo {
    position:absolute;
    top: 20px;
    left: 40px;
}
.header-logo {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../Images/login_blogo.png) no-repeat;
}
.headerTitle {
    font-size:24px;
    height: 30px;
    line-height: 30px;
    width: 336px;
    display: block;
    position: absolute;
    top: 5px;
    left: 45px;
    color: #152f70;
}
.headerNav {
    position:absolute;
    top: 27px;
    right: 40px;
    text-align: right;
    line-height: 17px;
}
    .headerNav, .headerNav a {
        color: #666;
        font-size: 12px;
    }
        .headerNav a {
            padding-left: 12px;
            display: inline-block;
            vertical-align: middle;
        }
.main {
    height: 550px;
    background: #236ecd;
    position: relative;
    /*background-image: -webkit-linear-gradient(45deg, #3857aa, #55c8c3);*/
    /* firefox; multiple color stops */
    /*background-image: -moz-linear-gradient(45deg, #3857aa, #55c8c3);*/
    /* ie10 */
    /*background-image: -ms-linear-gradient(45deg, #3857aa 0%, #55c8c3 100%);*/
    /* opera 11.1 */
    /*background-image: -o-linear-gradient(45deg, #3857aa, #55c8c3);
    background-image: linear-gradient(45deg, #3857aa, #55c8c3);*/
}
#mainCnt {
    width: 100%;
    clear: both;
    height: 550px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
}
.main-inner-wrap {
    margin: 0 auto;
    position: relative;
}
.login {
    width: 400px;
    height:365px;
    top: 70px;
    right: 20%;
    text-align: left;
    position: absolute;
    z-index: 2;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f4f4f4));
    background-image: -webkit-linear-gradient(top,#fff,#f4f4f4);
    background-image: -moz-linear-gradient(top,#fff 0,#f4f4f4 100%);
    background-image: linear-gradient(-180deg,#fff,#f4f4f4);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
}
.f-ml-right-title {
    width: 90%;
    height: 30px;
    margin: 0 auto 18px;
    margin-top: 30px;
}
.f-ml-font-logo {
    color: #155699;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
}
.f-ml-input1, .f-ml-input2, .f-ml-input3, .f-ml-input4 {
    width: 90%;
    height: 46px;
    font-size: 10px;
    margin: 0 auto;
}
.f-ml-input1, .f-ml-input2 {
    position: relative;
}
.f-ml-input1 {
margin-bottom:20px;
}
    input {
        width: 99.5%;
        height: 100%;
        background-color: rgb(247, 247, 247);
        border: 1px solid #8abfeb;
        font-size: 13px;
        padding-left: 30px;
    }
.l {
    float: left;
    padding-left: 10px;
}
.success, .successpw {
    width: 15px;
    height: 18px;
}
.f-ml-warn {
    width: 325px;
    height: 18px;
    margin: 6px auto 5px;
}
.f-ml-phone-warn, .f-ml-pass-warn {
    width: 325px;
    height: 18px;
    color: #f00;
    font-weight: 500;
    display: none;
}
.f-ml-input4 > input {
    width: 5%;
    height: 100%;
}
.f-ml-checkbox {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    margin: 15px 0 0 0;
}
.f-ml-submit-button {
    width: 90%;
    margin: 0 auto;
}
.button {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 3px;
}
.fromSubmit {
    color: #fff;
    background-color: #155699;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-color: #124981;
    border-radius: 4px;
    font-size: 20px;
}
input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {
    border: 1px solid #3755ad;
}
input, button, select, textarea {
    outline: none
}
i {
    font-style: normal;
}
.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 12px;
}
.icon-user {
    background-image: url(../Images/user.png)
}
.icon-pass {
    background-image: url(../Images/pass.png)
}
.foot {
    position: relative;
    top: 0;
    text-align: center;
    color: #08497e;
    width: 100%;
    height: 259px;
    margin: 20px auto 0;
    line-height: 25px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.form-message {
    height: 30px;
    width: 60%;
    margin:0 auto;
}
.form-warning-text {
    margin-left: 6px;
    font-size: 12px;
    border: 1px solid #f8e144;
    color: #000;
    height: 26px;
    line-height: 26px;
    background: #fdf7ce url('../Images/Icon16/bullet_error.png') center left no-repeat;
    background-position: 10px 5.5px;
    border-radius: 4px;
    padding-left:35px;
}
.ap_w {
    margin: 10px auto;
    width: 210px;
    overflow: hidden;
}
.and_w {
    position:absolute;
    right:25%;
    top:20%;
    width: 120px;
    text-align: center;
}
    .and_w span {
        display: inline-block;
        line-height: 22px;
        color: #333;
    }
.ap_w a {
    float: left;
    color: #0d888b;
    margin-top: 87px;
}
.footer-nav {
    line-height:30px;
    font-size: 0;
    padding-top:60px;
}
    .footer-nav span {
        display: inline-block;
        font-weight: bold;
        margin-left: 10px;
        color: #43b1f3;
        font-size: 14px;
    }
    .footer-nav a {
        display: inline-block;
        margin-left: 10px;
        font-size: 14px;
        color: #08497e;
    }
.foot-logo {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../Images/login_blogo.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: text-bottom;
    margin-right: 5px;
}
/* banner-box */
.banner-box {
    height:550px;
    position: relative;
    overflow: hidden;
}

    .banner-box .bd {
        width: 100%;
    }

        .banner-box .bd li .m-width {
            margin: 0 auto;
            overflow: hidden;
        }

        .banner-box .bd li {
            width: 100%;
            height: 550px;
        }

            .banner-box .bd li a {
                display: block;
                height:550px;
                background-size: 100%;
                cursor:default;
            }

.banner-btn {
    width: 1210px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -605px;
}

    .banner-btn a {
        display: block;
        width: 49px;
        height: 104px;
        position: absolute;
        top:130px;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }

        .banner-btn a.prev {
            left:0;
            background: url(../images/baner_arrow.png) no-repeat 0 0;
        }

        .banner-btn a.next {
            right:0;
            background: url(../images/baner_arrow.png) no-repeat -49px 0;
        }

.banner-box .hd {
    position: absolute;
    top: 345px;
    left: 250px;
}

    .banner-box .hd ul li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        text-indent: -9999px;
        margin-right: 20px;
        background: #ccc;
        float: left;
        cursor: pointer;
        list-style:none;
    }

        .banner-box .hd ul li.on {
            background: #093c7d;
        }
/*notice*/
.notice {
    line-height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    font-size: 12px;
}
    .notice .wrap {
        position: relative;
        z-index: 2;
        margin: 0 auto;
        max-width:1120px;
    }
    .notice h2 {
        float: left;
        width: 20px;
        height: 20px;
        line-height: 999px;
        margin: 16px 17px 0 0;
        background: url(../Images/notice_i.png) no-repeat;
    }
    .notice li {
        float: left;
        width: 285px;
        margin-right: 60px;
    }
    .notice a {
        color: #FFF;
        display: inline-block;
        cursor: pointer;
    }
    .notice .more {
        position: absolute;
        top: 0;
        right: 10px;
    }
    .notice .mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.53;
        filter: alpha(opacity=53);
        -moz-opacity: 0.53;
        opacity: 0.53;
        background: #04245d;
        z-index: 1;
    }

    /*font wave*/
    .wave-box {
        position: relative;
        height: 30px;
        background: #fff;
        bottom: 30px;
    }

    .marquee-box {
        overflow: hidden;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .marquee {
        width: 8000%;
        height: 30px;
    }

    .wave-list-box {
        float: left
    }

        .wave-list-box ul {
            float: left;
            height: 30px;
            overflow: hidden;
            zoom: 1
        }

            .wave-list-box ul li {
                height: 30px;
                width: 100%;
                float: left;
                line-height: 30px;
                list-style: none
            }
@media (max-width: 1336px) {
    .and_w {
        right: 18%;
    }
}

@media (max-width: 768px) {
    .main {
        width: 100%;
    }

    .main-inner-wrap {
        width: 100%;
    }

    .header_w {
        height: 90px;
    }

    .headerTitle {
        font-size: 18px;
        width: 280px;
    }

    .headerNav {
        display: block;
        top: 70px;
        text-align: center;
    }

    .banner-box {
        display: none;
    }

    .login {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        right: 10%;
    }
    .notice {
    display:none;
    }
    .foot {
        height: 332px;
    }

    .and_w {
        position:inherit;
        width:100%;
        right:0;
        top:0;
        display: inline-block;
    }
}
.gew_i {
    width: 20px;
    height: 22px;
    display:inline-block;
    vertical-align:middle;
    background: url(../Images/gew_i.png) no-repeat;
}