﻿@charset "utf-8";
/* 基本元素重置 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, button, table {
    font-size: 12px;
    line-height: 1.25em;
    outline: none;
}

img, fieldset {
    border: 0;
}

ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    color: #999999;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, em, i {
    font-style: normal;
    font-weight: 400;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.eot');
    src: url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.woff') format('woff'), url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.ttf') format('truetype'), url('//at.alicdn.com/t/font_650174_9aisvhb1dwvcxr.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Cred {
    color: #ff6d01;
}

.Cyellow {
    color: #F6B900;
}

.Cblue {
    color: #1691d7;
}

.hide {
    display: none;
}

input::-webkit-input-placeholder {
    color: #B4B4B4;
    font-weight: 100;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input::-moz-placeholder {
    color: #B4B4B4;
    font-weight: 100;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input:-moz-placeholder {
    color: #B4B4B4;
    font-weight: 100;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input:-ms-input-placeholder {
    color: #B4B4B4;
    font-weight: 100;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.header {
    height: 120px;
    width: 100%;
    background-color: #f1f1f1;
}

    .header .header_con {
        width: 1200px;
        margin: auto;
        height: 120px;
    }

    .header .header_logo {
        float: left;
        height: 120px;
        background: url(../images/logoHEAD.png );
        width: 1200px;
        text-align: right;
       
        padding-top: 80px;
        box-sizing: border-box;
    }

.header_logo .p1 {
    line-height: 36px;
    font-size: 30px;
    margin-top: 32px;
}

.header_logo .p2 {
    font-size: 16px;
    font-weight: bold;
    color: #880000
}


.header .QRspan {
    float: right;
    width: 145px;
    height: 138px;
    line-height: 138px;
    color: #646464;
    font-size: 16px;
}

    .header .QRspan a {
        color: #646464;
    }

        .header .QRspan a:hover {
            color: #1691d7;
        }
/* content */
.content {
    width: 100%;
    margin: auto; /*border:1px solid red;*/
    min-width: 1200px;
    background-color: #1691d7;
}

    .content .wrapper {
        height: 710px;
        position: relative;
        margin: auto;
        width: 1200px; /*border:1px solid red;*/
    }

        .content .wrapper .bg1 {
            position: absolute;
            top: 50%;
            left: 0px;
            margin-top: -214px;
        }

.logincontent {
    width: 724px;
    padding: 10px 30px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -200px;
    overflow: hidden;
	border-radius: 8px;
}

.content .wrapper .loginBox {
    width: 330px;
    height: 380px;
    float: left;
}

.aboutlogin {
    width: 306px;
    height: 380px;
    float: left;
    border-left: 1px solid #e6e6e6; 
    padding: 10px;
    padding-left: 15px;
    padding-right: 6px;
    margin-left: 25px;
}

    .aboutlogin h2 {
        font-size: 18px;
        font-family: "微软雅黑";
        text-align: center;
        color: black;
        font-weight: bold;
    }

    .aboutlogin p {
        line-height: 25px;
        font-size: 15px;
        text-align: justify;
        text-justify: trim;
        color: #646464;
        letter-spacing: 1px;
        margin-top: 10px;
    }

.content .wrapper .loginBox .logo {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
}

    .content .wrapper .loginBox .logo a {
        float: left;
        display: block;
        height: 50px;
        width: 50%;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 50px;
    }

.logo_a {
    border-bottom: 1px solid #1691d7;
    color: #1691d7;
}

.content .wrapper .loginBox .formDiv {
    margin-top: 20px;
    font-size: 16px;
}

    .content .wrapper .loginBox .formDiv .layui-icon {
        position: absolute;
        top: 14px;
        left: 14px;
    }

    .content .wrapper .loginBox .formDiv input[type=text],
    .content .wrapper .loginBox .formDiv input[type=password] {
        margin-bottom: 15px;
        width: 100%;
        height: 42px;
        border: 1px solid rgba(34,36,38,.15); /*border-radius: 3px;*/
        box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
        padding: 5px 5px 5px 40px;
        font-size: 16px;
    }

        .content .wrapper .loginBox .formDiv input[type=text]:focus,
        .content .wrapper .loginBox .formDiv input[type=password]:focus {
            border-color: #01adfd;
        }

    .content .wrapper .loginBox .formDiv label {
        position: relative;
    }

        .content .wrapper .loginBox .formDiv label i.iconfont {
            color: #D4DEE7;
            font-size: 18px;
            position: absolute;
            top: 3px;
            left: 15px;
        }

    .content .wrapper .loginBox .formDiv input[type=text]:focus + i.iconfont,
    .content .wrapper .loginBox .formDiv input[type=password]:focus + i.iconfont {
        color: #01adfd;
    }

    .content .wrapper .loginBox .formDiv .pwdOper {
        font-weight: 300;
        margin-top: 26px;
    }

        .content .wrapper .loginBox .formDiv .pwdOper .forget {
            float: left;
        }

    .content .wrapper .loginBox .formDiv a.submit {
        display: inline-block;
        height: 42px;
        line-height: 42px;
        width: 100%;
        color: #FFFFFF;
        border: 1px solid #1691d7;
        background: #1691d7; /*border-radius: 3px;*/
        text-align: center;
    }

        .content .wrapper .loginBox .formDiv a.submit:hover {
            background: #1aa1ee;
            border: 1px solid #1aa1ee;
        }

        .content .wrapper .loginBox .formDiv a.submit:active {
            background: #1aa1ee;
            border: 1px solid #1aa1ee;
        }



.form_code {
    position: relative;
}

    .form_code .code {
        position: absolute;
        right: 1px;
        top: 1px;
        cursor: pointer;
    }
/* footer */
.footer {
    text-align: center;
    padding-top: 22px;
    background-color: #f1f1f1;
}

    .footer p {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #646464;
    }



/*分辨率小于1336时候*/
@media (max-width: 1366px) {
    .header {
        height: 85px;
        width: 100%;
    }

        .header .header_con {
            width: 1024px;
            margin: auto;
            height: 85px;
        }

        .header .header_logo {
            float: left;
            height: 85px;
            background: url(../images/logoHEAD2.png );
            width: 1024px;
            text-align: right;
            padding-right: 25px;
            padding-top: 54px;
            box-sizing: border-box;
        }

    .header_logo .p1 {
        line-height: 36px;
        font-size: 22px;
        margin-top: 10px;
    }

    .header_logo .p2 {
        font-size: 14px;
        font-weight: bold;
        color: #880000
    }


    /* content */
    .content {
        width: 100%;
        height: 450px;
        margin: auto; /*border:1px solid red;*/
        min-width: 1024px;
        background-color: #1691d7;
    }

        .content .wrapper {
            height: 400px;
            position: relative;
            margin: auto;
            width: 1024px; /*border:1px solid red;*/
        }

    .logincontent {
        width: 560px;
        padding: 10px 19px;
        background: #ffffff;
        position: absolute;
        right: 0px;
        top: 40%;
        margin-top: -100px;
        overflow: hidden;
        border-radius: 8px;
    }

    .content .wrapper .bg1 {
        position: absolute;
        top: 50%;
        left: -124px;
        margin-top: -200px;
    }


    .content .wrapper .loginBox {
        width: 240px;
        height: 290px;
        float: left;
    }

        .content .wrapper .loginBox .logo {
            width: 100%;
            height: 50px;
            border-bottom: 1px solid #CCCCCC;
            margin-top: 0px;
        }

            .content .wrapper .loginBox .logo a {
                float: left;
                display: block;
                height: 50px;
                width: 50%;
                text-align: center;
                font-weight: bold;
                font-size: 14px;
                line-height: 60px;
            }

    .code img {
        height: 27px;
        width: 100px;
        vertical-align: middle;
    }

    .logo_a {
        border-bottom: 1px solid #1691d7;
        color: #1691d7;
    }

    .content .wrapper .loginBox .formDiv input[type=text],
    .content .wrapper .loginBox .formDiv input[type=password] {
        margin-bottom: 15px;
        width: 100%;
        height: 30px;
        border: 1px solid rgba(34,36,38,.15); /*border-radius: 3px;*/
        box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
        padding: 5px 5px 5px 40px;
        font-size: 12px;
    }

    .content .wrapper .loginBox .formDiv {
        margin-top: 20px;
        font-size: 16px;
    }

    .aboutlogin {
        width: 256px;
        height: 290px;
        float: left;
        border-left: 1px solid #e6e6e6;
        padding: 10px;
        padding-left: 15px;
        padding-right: 6px;
        margin-left: 25px;
    }

        .aboutlogin h2 {
            font-size: 18px;
            font-family: "微软雅黑";
            text-align: center;
            color: black;
            font-weight: bold;
        }

        .aboutlogin p {
            line-height: 18px;
            font-size: 12px;
            text-align: justify;
            text-justify: trim;
            color: #646464;
            letter-spacing: 1px;
            margin-top: 10px;
        }

    .content .wrapper .loginBox .formDiv .pwdOper a {
        font-size: 12px;
    }

    .content .wrapper .loginBox .formDiv .pwdOper span {
        font-size: 12px;
    }

    .content .wrapper .loginBox .formDiv .pwdOper {
        margin-top: 14px;
    }

    .content .wrapper .loginBox .formDiv .layui-icon {
        position: absolute;
        top: 9px;
        left: 14px;
    }

    .footer {
        text-align: center;
        padding-top: 10px;
    }

        .footer p {
            height: 22px;
            line-height: 19px;
            font-size: 12px;
            color: #646464;
        }
}
