﻿@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 */
     .header {
        height: 138px;
        width: 100%;
    }

        .header .header_con {
            width: 1200px;
            margin: auto;
            height: 138px;
        }

        .header .header_logo {
            float: left;
            height: 138px;
            background: url(../Images/logo.png ) no-repeat 0px 42px;
            padding-left: 110px;
        }

    .header_logo .p1 {
        line-height: 36px;
        font-size: 43px;
        margin-top: 55px;
    }

    .header_logo .p2 {
        line-height: 42px;
        font-size: 45px;
        font-weight: bold;
        color: #003385;
    }

    .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: 400px;
        padding: 10px 30px;
        background: #ffffff;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -200px;
        overflow: hidden;
    }

    .content .wrapper .loginBox {
        width: 330px;
        height: 380px;
        float: left;
    }

    .aboutlogin {
        width: 300px;
        height: 380px;
        float: left;
        margin-left: 45px;
        border-left: 1px solid #e6e6e6;
        padding: 20px;
        margin-left: 30px;
    }

        .aboutlogin h2 {
            font-size: 18px;
            font-family: "微软雅黑";
            text-align: center;
            color: black;
            font-weight: bold;
        }

        .aboutlogin p {
            line-height: 32px;
            font-size: 16px;
            text-align: justify;
            text-justify: trim;
            color: #646464;
            letter-spacing: 1px;
        }

    .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;
        }

    .layui-icon {
        position: absolute;
        top: 14px;
        left: 14px;
    }

    .logo_a {
        border-bottom: 1px solid #1691d7;
        color: #1691d7;
    }

    .code img {
        height: 36px;
        vertical-align: middle;
    }

    .content .wrapper .loginBox .formDiv {
        margin-top: 20px;
        font-size: 16px;
    }

        .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;
    }

        .footer p {
            height: 26px;
            line-height: 26px;
            font-size: 14px;
            color: #646464;
        }


     

    @media (max-width: 1366px) {
        .header {
            height: 100px;
            width: 100%;
        }

            .header .header_con {
                width: 1024px;
                margin: auto;
                height: 100px;
            }

            .header .header_logo {
                float: left;
                height: 138px;
                background: url(../Images/logo.png ) no-repeat 0px 22px;
                padding-left: 145px;
            }

        .header_logo .p1 {
            line-height: 36px;
            font-size: 22px;
            margin-top: 35px;
        }

        .header_logo .p2 {
            line-height: 42px;
            font-size: 43px;
            font-weight: bold;
            color: #003385;
        }


        /* 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: 280px;
            padding: 10px 19px;
            background: #ffffff;
            position: absolute;
            right: 0px;
            top: 40%;
            margin-top: -100px;
            overflow: hidden;
        }

        .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;
                }

        .layui-icon {
            position: absolute;
            top: 9px;
            left: 14px;
        }

        .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: 222px;
            height: 290px;
            float: left;
            margin-left: 45px;
            border-left: 1px solid #e6e6e6;
            padding: 15px;
            margin-left: 30px;
        }

            .aboutlogin h2 {
                font-size: 18px;
                font-family: "微软雅黑";
                text-align: center;
                color: black;
                font-weight: bold;
            }

            .aboutlogin p {
                line-height: 22px;
                font-size: 12px;
                text-align: justify;
                text-justify: trim;
                color: #646464;
                letter-spacing: 1px;
            }

        .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;
        }

        .footer {
            text-align: center;
            padding-top: 10px;
        }

            .footer p {
                height: 22px;
                line-height: 19px;
                font-size: 12px;
                color: #646464;
            }
    }