* {
    padding: 0;
    margin: 0;
}

html {
    background: #FFF;
}

body {
    overflow-x: hidden;
}

body, html {
    font-family: 'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
}

body {
    font-size: 15px;
    color: black;
}

img {
    border: none;
}

a {
    color: #676767;
    text-decoration: none;
}

ul {
    list-style: none;
}

button {
    font-family: 'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.clr_r {
    color: red !important;
}

.clr_3 {
    color: #333 !important;
}

.f_15 {
    font-size: 15px !important;
}

.ml_10 {
    margin-left: 10px;
}

.ml_20 {
    margin-left: 20px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_20 {
    margin-top: 20px;
}

.w_90 {
    width: 90px !important;
}

.w_120 {
    width: 120px !important;
}

.w_150 {
    width: 150px;
}

.w_170 {
    width: 170px !important;
}

.w_210 {
    width: 210px !important;
}

.w_350 {
    width: 350px !important;
}

.w_475 {
    width: 475px;
}

.w_800 {
    width: 800px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

tr {
    text-align: center;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow4.png) right center no-repeat;
    background-position: 93% 50%;
    background-color: white;
    text-indent: 5px;
}

.noslo {
    display: block;
    overflow: hidden;
    background: url(../images/bg1.png) no-repeat;
    height: 80px;
    width: 100%;
}

.dt-detail {
    width: 100%;
    height: 35px;
    background-color: #B8C7FF;
}

.dt-user {
    line-height: 35px;
    color: black;
    font-size: 13px;
    margin-left: 10px;
    float: left;
}

.dt-qx {
    line-height: 35px;
    color: black;
    font-size: 13px;
    margin-right: 10px;
    float: right;
}

    .dt-qx img {
        margin-bottom: -2px;
        margin-right: 5px;
    }

.cont {
    display: block;
    overflow: hidden;
    width: 980px;
    float: left;
}

.tp-r {
    float: right;
    margin-right: 10px;
    margin-top: 30px;
}

    .tp-r a {
        margin-left: 10px;
        color: white;
        font-size: 14px;
    }

        .tp-r a img {
            margin-bottom: -4px;
            margin-right: 5px;
        }
/*左侧菜单栏*/
.subNavBox {
    width: 221px;
    border: 0;
    border-right: solid 2px rgba(0, 0, 0, 0.15);
    height: 1200px;
}

.subNav {
    border-bottom: solid 1px #d4d4d4;
    cursor: pointer;
    font-size: 16px;
    color: #575b5f;
    line-height: 40px;
    padding-left: 10px;
    background: url(../images/arrow1.png) no-repeat;
    background-position: 85% 50%;
}

.currentDd {
    color: white;
}

.sp {
    margin-left: 25px;
}

.currentDt {
    background-image: url(../images/dh_bg.png);
}

.navContent {
    display: none;
    border-bottom: solid 1px #d4d4d4;
}

    .navContent li a {
        display: block;
        height: 30px;
        text-align: left;
        padding-left: 40px;
        font-size: 15px;
        line-height: 30px;
        color: #6a6a6a;
    }

        .navContent li a:hover {
            color: #4392ff;
        }

.cur a {
    color: #4659C2 !important;
}

/*标题*/
.widget-header {
    position: relative;
    height: 35px;
    border: 1px solid #d4d4d4;
    background-color: #F5F5F5;
    border-radius: 3px;
    margin: 5px;
}

    .widget-header p {
        position: relative;
        left: 5px;
        display: inline-block;
        margin-right: 3em;
        font-size: 14px;
        line-height: 35px;
    }

.widget-header1 {
    position: relative;
    border-top: 2px solid #428bca;
    height: 41px;
    background: #F2F2F2;
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
}

    .widget-header1 p {
        position: relative;
        left: 5px;
        display: inline-block;
        margin-right: 3em;
        color: #333;
        font-size: 15px;
        line-height: 40px;
    }

    .widget-header1 a {
        float: right;
        padding-top: 10px;
        margin-right: 20px;
        color: #333;
        font-size: 14px;
    }

.im-a {
    margin-left: 10px;
    margin-bottom: -4px;
}

.im-b {
    margin-left: 10px;
    margin-bottom: -3px;
    margin-right: 3px;
}

.icheckbox-blue, .icheckbox-orange, .icheckbox-yellow, .icheckbox-green, .icheckbox-red {
    position: relative;
    display: inline-block;
}
/*登录页*/
.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.but {
    margin-left: 40px;
    height: 25px;
    width: 80px;
    background-color: rgb(9,152,143);
    border: 1px solid rgb(9,152,143);
    color: white;
    font-size: 14px;
}

.txt {
    height: 45px;
    width: 280px;
    padding-left: 60px;
    outline: none;
    border: 0;
    font-size: 15px;
    background-color: #EEEEEE;
}

.yzimg {
    height: 30px;
    margin-left: 31px;
    width: 94px;
    margin-bottom: -9px;
}

.yz {
    height: 45px;
    width: 150px;
    padding-left: 60px;
    outline: none;
    border: 0;
    font-size: 15px;
    background-color: #EEEEEE;
}

#code {
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    letter-spacing: 2px;
    color: blue;
    width: 128px;
    height: 45px;
    background-color: #EEEEEE;
}

.wrap {
    position: relative;
}

.shur {
    margin-top: -317px;
}

.sp {
    margin-left: 0;
    background-color: #2089E5;
    padding: 10px 15px 9px 15px;
    position: absolute;
}

.btn-login {
    background-color: #FFA519;
    width: 340px;
    height: 45px;
    border: 1px solid #FFA519;
    color: white;
    font-size: 17px;
    letter-spacing: 8px;
    cursor: pointer;
    outline: none;
}

.foot-p {
    color: white;
    margin-top: 50px;
    font-size: 15px;
}
