﻿@charset "utf-8";
/* CSS Document */

/*通用样式*/
* {
    margin: 0px;
    padding: 0px;
}

html {
    color: #333333;
    background: #FFF;
    word-break: break-all;
    word-wrap: break-word;
}

body {
    width: 100%;
    min-width: 1000px;
}

html, body {
    height: 100%;
    font-size: 62.5%;
    font-family: "微软雅黑";
}

a {
    color: #0088CC;
    text-decoration: none;
}

/*-------------框架样式---------------*/
/*-------------宽度定义-[ing]------------*/
.w1100 {
    width: 1100px;
    margin: auto;
}

/*-------------页面样式---------------*/
.Max {
    float: left;
    width: 100%;
    height: 800px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.fl {
    float: left;
}

.Content {
    float: left;
    width: 100%;
    height: auto;
}

/*.Header { float:left; width:100%; height:88px; background:rgba(1,72,152,.9); border-bottom:1px solid #e9eff5; position:relative; z-index:1000}*/
.Header {
    float: inherit;
    width: 100%;
    height: 88px;
    position: relative;
    z-index: 1000
}
/*.logo { float:inherit; width:auto; height:auto; margin-top:50px;}*/
.logo {
    width: auto;
    height: auto;
    margin-top: 60px;
    text-align: center
}

.HeadNav {
    float: right;
    width: auto;
    height: auto;
    padding-top: 27px;
}

    .HeadNav a {
        font-size: 18px;
        color: #a4b2cc;
        float: left;
        line-height: 36px;
        padding-left: 32px;
        margin-left: 20px;
    }

        .HeadNav a:hover {
            color: #fff;
        }

.Nlico1 {
    background: url(../images/headico.png) no-repeat left;
}

.Nlico2 {
    background: url(../images/headico2.png) no-repeat left;
}

.Banner {
    width: 100%;
    height: 800px;
    float: left;
    margin-top: -89px;
}

#kinMaxShow .KMSPrefix_kinMaxShow_button {
    display: none;
}
/*.Login { width:360px; height:auto; padding:20px 40px 40px; background:rgba(255,255,255,.8);z-index:10000;margin-top:130px; margin-left:5px; position:absolute;}*/
.Login {
    width: 330px;
    height: auto;
    padding: 20px 40px 40px;
    background: rgba(255,255,255,.8);
    z-index: 10000;
    margin-top: 130px;
    right: 300px;
    position: absolute;
}

    .Login h2 {
        font-size: 30px;
        color: #093472;
        line-height: 46px;
        text-align: center;
    }

.TextIn {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #bbbbbb;
    background: #fff;
    margin-top: 7px;
}
    /*.TextIn input[type="text"]{ width:285px; height:52px; border:none; font-size:14px; margin-left:20px; outline:none; line-height:52px;}
.TextIn input[type="password"]{ width:285px; height:52px; border:none; font-size:14px; margin-left:20px; outline:none; line-height:52px;}*/
    .TextIn input[type="text"] {
        width: 255px;
        height: 40px;
        border: none;
        font-size: 14px;
        margin-left: 20px;
        outline: none;
        line-height: 40px;
    }

    .TextIn input[type="password"] {
        width: 255px;
        height: 40px;
        border: none;
        font-size: 14px;
        margin-left: 20px;
        outline: none;
        line-height: 40px;
    }

.Login input[type="submit"] {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: url(../images/submit.png) no-repeat center;
    border: 1px solid #0c3a7c;
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.Formbox {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 5px 0;
}

    .Formbox input[type="checkbox"] {
        width: 17px;
        height: 17px;
    }

    .Formbox label {
        font-size: 14px;
        color: #414141;
        line-height: 17px;
    }

    .Formbox a {
        float: right;
        font-size: 14px;
        color: #ff6c00;
        text-decoration: none;
        line-height: 17px;
    }

.Bottom {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.Bottom-P {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
    color: white;
    opacity: .8;
    z-index: 100
}

.Swi-choose-box {
    color: #000;
    font-size: 16px;
    padding: 10px 0;
}

.Swi-choose {
    position: relative;
    line-height: 30px;
    float: left;
    margin: 0 20px 0 0;
}

    .Swi-choose span {
        padding: 0 10px;
    }

    .Swi-choose input[type="radio"] {
        width: 20px;
        height: 20px;
        opacity: 0;
    }

    .Swi-choose label {
        position: absolute;
        left: 5px;
        top: 3px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #0088CC;
        cursor: pointer;
    }
    /*设置选中的input的样式*/
    .Swi-choose input:checked + label {
        border: 1px solid #0088CC;
    }

        .Swi-choose input:checked + label::after {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            top: 5px;
            left: 5px;
            background: #0088CC;
            border-radius: 50%
        }
