﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

img {
    border: none;
}

.header, .content-middle, .layout-inner, .login-warpper,.banner-inner {
    width: 1200px;
    margin: auto;
}

body {
    color: #363636;
}


/*header*/
.header {
    height: 100px;
}

.logoBox {
    float: left;
    padding: 20px 0 0 30px;
}

    .logoBox .logo {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 157px;
        height: 50px;
        background: url("../../Img/Login/UserLog2.0/head-logo.png") no-repeat;
        vertical-align: top;
    }

.companyName {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 18px;
    margin-left: 15px;
    border-left: 2px solid #363636;
    vertical-align: top;
    user-select:none;
    cursor:default;
}

    .companyName .cn-name {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .companyName .eng-name {
        font-size: 12px;
    }

.nav {
    float: right;
    line-height: 100px;
    padding-right: 35px;
}

    .nav li {
        float: left;
        font-size: 20px;
        color: #363636;
        margin-right: 65px;
    }

        .nav li a {
            color: #363636;
        }

        .nav li.cur a {
            color: #ed5900;
        }

/*banner+loginForm*/
.content{
    position:relative;
}
.banner-warpper {
    position: relative;
    height: 440px;
}
.banner_div{
    position:relative;
    height:440px;
}
#banner-imgs li{
    position: absolute;
    width: 100%;
    height: 440px;
    display: none;
    top: 0;
    left: 0;
}
#banner-labels{
    position:absolute;
    bottom:20px;
    width:100%;
    text-align:center;
}
#banner-labels li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:30px;
    height:7px;
    margin:0 2px;
    border:1px solid #fff;
    border-radius:2px;
    cursor:pointer;
}
#banner-labels li.cur{
    background-color: #fff;
}
.login-warpper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.loginForm {
    position: absolute;
    top: 35px;
    right: 35px;
    padding: 0 20px 18px;
    width: 260px;
    background-color: #fff;
    box-shadow: 0px 2px 7px 2px RGBA(0,0,0,0.2);
}

    .loginForm .title {
        line-height: 66px;
        font-size: 20px;
        color: #ed5900;
    }
    .qrcode-login{
        position:absolute;
        top:0;
        right:0;
        width: 30px;
        height: 30px;
        background:url("../../Img/Login/UserLog/code-login.png");
        cursor:pointer;
    }
.input-item {
    margin-bottom: 14px;
    height: 44px;
}

    .input-item input {
        font-size: 16px;
        color: #7e7e7e;
        height: 40px;
        line-height: 40px;
        width: 236px;
        padding: 0 10px;
    }

    .input-item .checkCode-input {
        float: left;
        width: 146px;
    }

.codeBox {
    float: right;
    width: 90px;
    height: 44px;
    color: #fff;
    margin-left: -1px;
    background-color: #e0996f;
}
.codeBox img{
    width: 100%;
    height: 100%;
    cursor:pointer;
}

.pwd-opear {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
}
.pwd-opear a{
    color:#363636;
}
.rempwd-input {
    margin-right: 7px;
    vertical-align: middle;
}

.Login-btn {
    width: 260px;
    height: 44px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border: none;
    background-color: #ed5900;
    cursor: pointer;
}

.regis-notes {
    display: block;
    font-size: 14px;
    color: #ed5900;
    cursor: pointer;
    text-align: center;
}
/*content-middle*/
.con-UL {
    overflow: hidden;
}

    .con-UL li {
        float: left;
        width: 300px;
        height: 231px;
        line-height: 1;
        padding-top: 52px;
        text-align: center;
    }

        .con-UL li img {
            width: 100px;
            height: 100px;
        }

        .con-UL li .title {
            font-size: 24px;
            font-weight: bold;
            margin: 25px auto 14px;
        }

        .con-UL li .notes {
            font-size: 18px;
        }
/*content-bottom*/
.content-bottom{
    background-color: #f5f5f5;
}
.layout-inner{
    overflow:hidden;
}
.layout-left{
    width: 50%;
    text-align:center;
    padding-top:50px;
    line-height: 1;
}
.layout-left .title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.layout-left .notes{
    font-size: 22px;
}
.qrc-box{
    width:220px;
    margin: 41px auto 0;
    border:2px solid #569655;
    border-radius:6px;
    background-color: #fff;
    overflow:hidden;
}
.qrc-box img{
    margin:20px auto;
}
.qrc-box .notes{
    color:#fff;
    height: 58px;
    line-height: 58px;
    background-color: #569655;
}
.layout-right{
    width: 50%;
    text-align:right;
    padding-top:43px;
}
.layout-right img{
    width: 574px;
    height: 436px;
}

/*footer*/
.footer{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
    color:#999;
}
.footer-logo{
    width: 78px;
    height: 26px;
    margin-right: 18px;
    vertical-align:middle;
}


/*加载中*/
.loading_circle_Imgbg {
    position: absolute;
    left: 50%;
    top: 210px;
    margin-left: 365px;
    z-index: 999;
    display: none;
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 10px;
    background: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

    .loading_circle_Imgbg img {
        position: relative;
        top: 10px;
    }

    .loading_circle_Imgbg p {
        margin-top: 18px;
    }

/*App-download*/
.da-banner-box{
    height:660px;
    background:url("../../Img/Login/downApp/banner-APP.png") repeat center ;
}
.banner-inner{
    padding:87px 0 0 108px;
}
.banner-inner p{
    font-size: 30px;
    line-height: 1;
    color:#fff;
    margin-bottom:24px;
}
.banner-title{
    width: 327px;
    height: 96px;
    margin-bottom:26px;
}
.qro-block{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:170px;
    height: 170px;
    margin-right: 20px;
}
.qro-img-box{
    padding:10px;
    background-color: #fff;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:20px;
}
.qro-img-box img{
    width: 100%;
    height: 100%;
}