﻿/* CSS common */
.clearFloat:after {
    height: 0px;
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
}

.clearFloat {
    zoom: 1;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0;
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    font-family: "微软雅黑";
}

dl, ul {
    list-style: none;
}

input {
    outline: none;
}

i, em {
    font-style: normal;
}

body {
    font-family: "微软雅黑";
}

html {
    height: 100%;
}

.w1200 {
    width: 1200px;
    margin: auto;
    min-width: 1200px;
}

/* 登录 */
.login {
    position: fixed;
    right: 30%;
    margin-right: -215px;
    width: 430px;
    top: 50%;
    margin-top: -215px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

    .login .top {
        padding-top: 20px;
        line-height: 100%;
        text-align: center;
        color: #444444;
        font-size: 32px;
        font-weight: bold;
    }

    .login .middle {
        padding: 25px 20px 0 20px;
    }

        .login .middle .p1 {
            color: #a1a6bb;
            font-size: 14px;
            font-weight: bold;
            padding-left: 15px;
        }

        .login .middle .in {
            margin-top: 10px;
            height: 40px;
            background: #f0f2f7;
            border-radius: 20px;
            position: relative;
            border: solid 1px #e3e8f0;
        }

            .login .middle .in span {
                display: block;
                width: 54px;
                height: 40px;
                position: absolute;
                left: 0;
                top: 0;
            }

            .login .middle .in.in1 span {
                background: url(../images/login2.png) no-repeat center;
            }

            .login .middle .in.in2 span {
                background: url(../images/login4.png) no-repeat center;
            }

            .login .middle .in input {
                position: absolute;
                left: 52px;
                height: 40px;
                line-height: 40px;
                border: none;
                outline: none;
                background: transparent;
                width: 335px;
                color: #3a405b;
                font-size: 14px;
                font-weight: bold;
            }

        .login .middle .p2 {
            margin-top: 24px;
            text-align: center;
        }

            .login .middle .p2 input {
                display: inline-block;
                border: none;
                outline: none;
                width: 380px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                border-radius: 21px;
                background: #fd634b;
                transition: all 0.4s;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
            }

                .login .middle .p2 input:hover {
                    background: #fb2200;
                }

            .login .middle .p2 a {
                margin-left: 62px;
                color: #3a405b;
                font-size: 14px;
                font-weight: bold;
                text-decoration: underline;
            }

                .login .middle .p2 a:hover {
                    text-decoration: underline;
                    color: #000;
                }

    .login .down {
        margin-top: 42px;
        background: #f0f2f7;
        text-align: center;
        padding: 15px 0;
        border-top: solid 1px #e3e8f0;
    }

        .login .down .p1 {
            color: #3a405b;
            font-size: 14px;
            font-weight: bold;
        }

        .login .down .p2 {
            padding-left: 20px;
        }

            .login .down .p2 a {
                display: inline-block;
                width: 220px;
                height: 42px;
                line-height: 42px;
                border-radius: 21px;
                background: #3b55e6;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
                transition: all 0.4s;
            }

                .login .down .p2 a:hover {
                    background: #0027ff;
                }
/* 首页 */
.index_cont1 {
    height: 600px;
    background: url(../images2/index1.jpg) no-repeat center center;
    background-size: cover;
    min-width: 1200px;
}

    .index_cont1 .logo {
        text-align: center;
        padding-top: 75px;
    }

    .index_cont1 .p1 {
        text-align: center;
        margin-top: 10px;
    }

    .index_cont1 .ser {
        width: 660px;
        padding: 10px 0;
        background: rgba(255,255,255,0.8);
        margin: auto;
        margin-top: 200px;
        overflow: hidden;
    }

        .index_cont1 .ser .in1 {
            float: left;
            width: 508px;
            border: solid 1px #e1e1e1;
            background: #fff;
            position: relative;
            margin-left: 20px;
            height: 44px;
        }

            .index_cont1 .ser .in1 input {
                position: absolute;
                display: block;
                border: none;
                outline: none;
                background: transparent;
                width: 482px;
                padding: 0 13px;
                height: 44px;
                line-height: 44px;
                left: 0;
                top: 0;
            }

        .index_cont1 .ser .in2 {
            float: right;
            position: relative;
            width: 100px;
            height: 46px;
            text-align: center;
            line-height: 46px;
            border-radius: 5px;
            background: #fd634a;
            margin-right: 20px;
            cursor: pointer;
            transition: all 0.4s;
        }

            .index_cont1 .ser .in2:hover {
                background: #fc2300;
            }

            .index_cont1 .ser .in2 span {
                display: inline-block;
                padding-left: 28px;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
                background: url(../images2/index4.png) no-repeat left center;
            }

            .index_cont1 .ser .in2 input {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                width: 100px;
                height: 46px;
                opacity: 0;
                cursor: pointer;
            }

.index_cont2 {
    padding: 25px 0 20px;
}

    .index_cont2 .top .left {
        width: 1055px;
        height: 41px;
        line-height: 41px;
        border-bottom: solid 1px #e0e0e0;
        color: #c73921;
        font-size: 20px;
    }

    .index_cont2 .top .right a {
        display: block;
        text-align: center;
        height: 42px;
        line-height: 42px;
        width: 136px;
        border-radius: 5px;
        background: #3b55e6;
        transition: all 0.4s;
    }

        .index_cont2 .top .right a:hover {
            background: #0026fb;
        }

        .index_cont2 .top .right a span {
            display: inline-block;
            padding-left: 26px;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            background: url(../images2/index5.png) no-repeat left center;
        }

    .index_cont2 .det li {
        float: left;
        margin-top: 20px;
        width: 224px;
        height: 250px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 20px;
        transition: all 0.4s;
    }

        .index_cont2 .det li a {
            display: block;
            height: 100%;
        }

        .index_cont2 .det li:nth-child(5n) {
            margin-right: 0;
        }

        .index_cont2 .det li .ig {
            overflow: hidden;
        }

            .index_cont2 .det li .ig img {
                transition: all 0.4s;
                width: 224px;
                height: 147px;
            }

        .index_cont2 .det li:hover .ig img {
            transform: scale(1.05);
        }

        .index_cont2 .det li:hover {
            box-shadow: 0 0 20px #d8d8d8;
        }

        .index_cont2 .det li .p1 {
            text-align: center;
            margin-top: 16px;
            color: #444444;
            font-size: 20px;
            line-height: 100%;
        }

        .index_cont2 .det li .p2 {
            margin-top: 16px;
            text-align: center;
        }

            .index_cont2 .det li .p2 span {
                display: block;
                width: 98px;
                height: 30px;
                line-height: 30px;
                border: solid 1px #fe5339;
                color: #fe5339;
                font-size: 14px;
                margin: auto;
                border-radius: 3px;
            }

                .index_cont2 .det li .p2 span em {
                    display: inline-block;
                    padding-left: 17px;
                    background: url(../images2/index7.png) no-repeat left center;
                }


/* 表单 */
.form {
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 80px #666;
    margin-top: 28px;
    margin-bottom: 65px;
}

    .form .form_top {
        text-align: center;
        padding: 15px 0px;
    }

        .form .form_top h3 {
            color: #444444;
            font-size: 30px;
            line-height: 34px;
            font-weight: normal;
        }

        .form .form_top p {
            color: #444444;
            font-size: 26px;
            line-height: 34px;
            position: relative;
        }

            .form .form_top p:after {
                content: " ";
                width: 40px;
                height: 2px;
                background: #fe5339;
                position: absolute;
                bottom: -10px;
                left: 50%;
                margin-left: -20px;
            }

        .form .form_top span {
            display: block;
            margin-top: 20px;
            color: #fe5339;
            font-size: 14px;
            line-height: 28px;
        }

    .form .form_absolute {
        position: absolute;
        right: 2px;
        top: 10px;
    }

        .form .form_absolute a {
            display: inline-block;
            width: 102px;
            height: 36px;
            text-align: center;
            border-radius: 5px;
            margin-right: 8px;
            line-height: 36px;
            color: #fff;
            font-size: 14px;
            transition: background 0.4s;
        }

            .form .form_absolute a:nth-child(1) {
                background: #3b5998;
            }

            .form .form_absolute a:nth-child(2) {
                background: #3b55e6;
            }

            .form .form_absolute a:nth-child(3) {
                background: #55acee;
            }

            .form .form_absolute a:nth-child(1):hover {
                background: #4679e4;
            }

            .form .form_absolute a:nth-child(2):hover {
                background: #425fff;
            }

            .form .form_absolute a:nth-child(3):hover {
                background: #89ccff;
            }

    .form .form_center {
        padding: 20px 40px;
    }

        .form .form_center span {
            display: inline-block;
            width: 100px;
            height: 42px;
            line-height: 42px;
            text-align: right;
            color: #444444;
            font-size: 14px;
            margin-right: 15px;
            margin-bottom: 16px;
        }

            .form .form_center span sup {
                color: #fe5339;
                font-weight: bold;
            }

        .form .form_center input {
            height: 40px;
            border-radius: 5px;
            border: 1px solid #e3e8f0;
            padding: 0px 20px;
            width: 268px;
            color: #444444;
            font-size: 14px;
        }

        .form .form_center select {
            height: 40px;
            border-radius: 5px;
            border: 1px solid #e3e8f0;
            padding: 0px 50px 0px 20px;
            outline: none;
            -webkit-appearance: none;
            background: url(../images2/form2.png) no-repeat right center;
            width: 310px;
            color: #444444;
            font-size: 14px;
        }

        .form .form_center .d11 {
            margin-left: 26px;
        }

        .form .form_center .d12 input {
            border: none;
            height: 44px;
            width: 270px;
        }

        .form .form_center .d22 input {
            height: auto;
            padding: 9px 20px;
            width: 186px;
            height: 22px;
        }

        .form .form_center label input {
            height: auto;
            padding: 10px 20px;
            width: 20px;
            margin-left: 10px;
        }

        .form .form_center .d2 input {
            height: auto;
            padding: 10px 20px;
            width: 159px;
        }

        .form .form_center .d4 select {
            width: 120px;
            padding: 0px 15px;
        }

        .form .form_center .d4 span {
            width: 65px;
        }

        .form .form_center .d6 span {
            width: 62px;
        }

        .form .form_center .d5 select {
            width: 228px;
        }

        .form .form_center .d6 input {
            width: 128px;
        }

        .form .form_center .d7 span {
            width: 62px;
        }

        .form .form_center .d7 input {
            width: 160px;
        }

        .form .form_center .up_right {
            width: 178px;
        }

            .form .form_center .up_right .unload {
                position: relative;
                margin-top: 18px;
            }

                .form .form_center .up_right .unload img {
                    border: 1px solid #e3e8f0;
                    border-radius: 5px;
                    width: 178px;
                    height: 222px;
                }

                .form .form_center .up_right .unload input {
                    width: 162px;
                    height: 42px;
                    border-radius: 25px;
                    padding: 0px;
                    position: absolute;
                    left: 50%;
                    margin-left: -81px;
                    z-index: 2;
                    opacity: 0;
                    cursor: pointer;
                }

                .form .form_center .up_right .unload span {
                    width: 162px;
                    height: 42px;
                    border-radius: 25px;
                    background: #3b55e6;
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    position: absolute;
                    left: 50%;
                    margin-left: -81px;
                    transition: background 0.4s;
                }

                .form .form_center .up_right .unload input:hover + span {
                    background: #425fff;
                }

        .form .form_center .d8 input {
            width: 398px;
        }

        .form .form_center .d9 span {
            width: 120px;
            margin-left: -20px;
        }

        .form .form_center .d10 span {
            width: 120px;
        }

        .form .form_center .d9 select {
            width: 440px;
        }

        .form .form_center .d13 input {
            width: 126px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-right: 0px;
        }

        .form .form_center .d13 i {
            display: inline-block;
            width: 58px;
            height: 42px;
            background: #ebecee;
            color: #444444;
            font-size: 14px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            line-height: 42px;
            vertical-align: 0px;
            text-align: center;
            margin-left: -6px;
        }

        .form .form_center .d14 input {
            width: 268px;
        }

        .form .form_center .d15 select {
            width: 225px;
        }

        .form .form_center .d16 input {
            width: 182px;
        }

        .form .form_center .d17 input {
            width: 268px;
        }

.close {
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 5px;
}

    .close img {
        cursor: pointer;
    }

.mt_10{margin-top:10px;}
.mr_5{margin-right:5px;}
.list_li{height:36px; position:relative; width:100%; margin-bottom:10px; font-size:16px; color:#444; font-family:'Microsoft YaHei'; border-bottom:dashed 1px #e0e0e0;}
.list_Dot{position:absolute; left:0; width:4px; height:4px;border: 1px solid #088; border-radius: 4px; top:14px; background-color:#000; }
.list_left{position:absolute; left:15px; right:160px; height:26px; text-overflow:ellipsis; overflow:hidden; margin-top:3px; cursor:pointer; color:#444;}
.list_left:hover{color:#3b55e6;}
.list_right{position:absolute; right:0; width:130px; text-align:right; height:26px; margin-top:3px;}

.list_branch{padding-top:10px; text-align:center;}
.list_branch select{height:24px;}
.list_branch a,.list_branch span,.list_branch select{color:#444; margin-left:10px; font-size:14px;}
.list_branch a:hover{color:#3b55e6;}
.index_tip{font-size:16px; color:#595959;text-decoration: none;font-family: "微软雅黑";}
.index_link{font-size:16px; color:#0066cc;text-decoration: none;font-family: "微软雅黑";}
.index_main {padding: 25px 0 100px; line-height:30px;}
.p3 {font-size:14px; margin-left:20px; color:#3a405b;}
.p3:hover {color:#3c46d5; text-decoration:solid;}
.table3{width:100%;padding:0;margin:0;border-spacing:0;}
.table3 .tdTitle3{text-align:right; padding-right:5px; width:90px;}
.middle_context_btn_dis {font-size:12px;color:#595959;border:solid 1px #ccc;border-radius:5px;display:block;width:110px;height:32px;line-height:30px;text-align:center;}
.middle_context_btn {font-size:12px;color:#078df0;border:solid 1px #078df0;border-radius:5px;display:block;width:110px;height:32px;line-height:30px;text-align:center;background-color:none;}
.middle_context_btn:hover {background:#078df0;color:#fff;}
.inputText input{font-size:13px;}