﻿@charset "utf-8";
/*modify by PSHQ 2015.2.1 表单元素边框加深 AAA2A2*/
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: "";
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.hide {
    display: none;
}

em {
    font-style: normal;
    font-weight: normal;
}

a {
    outline: none;
    text-decoration: none;
    color: #676767;
}

a:hover {text-decoration: none;cursor: pointer;color: #4079ce;}

/*a:active {star: expression_r(this.onFocus=this.blur());}*/

:focus {
    outline: 0;
}

body, html {
    height: 100%;
    color: #2e2e2e;
}
/* CSS 重置 */

.header {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 110px;
}

.header .logo {
        position: absolute;
        left: 10px;
        top: 25px;
        display: block;
        width: 227px;
        height: 62px;
    }

    .header .searchbox {
        position: absolute;
        right: 255px;
        top: 30px;
        width: 458px;
    }

        .header .searchbox .contain {
            display: block;
            padding-left: 50px;
            border: 2px solid #4079ce;
            height: 32px;
            background: url(images/public/search_icon.jpg) no-repeat;
        }

            .header .searchbox .contain input {
                float: left;
                width: 327px;
                height: 32px;
                line-height: 32px;
                border: 0;
                padding: 0;
            }

            .header .searchbox .contain button {
                float: left;
                width: 77px;
                height: 32px;
                line-height: 32px;
                background: #4079ce;
                font-size: 14.7px;
                color: #FFF;
                padding: 0;
                border: none;
                cursor: pointer;
            }

        .header .searchbox .search_tip {
            display: block;
            padding-top: 10px;
        }

.header .searchbox .search_tip span {
    margin-right: 25px;
    color: #8f8f8f;
    cursor: pointer;
}
.header .searchbox .search_tip span.select {color: #4079ce;}

.header .yhmbox {        
    position: absolute;
    right: -40px;
    display: block;
    top: 45px;
    padding-left: 25px;
    height: 17px;
    line-height: 17px;
    color: #8e8d8d;
    width:260px;
    background: url(images/public/icon_person.jpg) no-repeat;
}

        .header .yhmbox a {
            margin-left: 10px;
            color: #ea5404;
        }

        .header .yhmbox form {
            display: inline;
        }    
/* header */

.navbox {
    height: 42px;
    background: #194c9a;
    min-width: 1000px;
}

    .navbox .nav {
        margin: 0 auto;
        width: 1000px;
        height: 42px;
    }

        .navbox .nav li.list {
            float: left;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
        }

            .navbox .nav li.list a {
                color: #FFF;
                padding: 0 40px;
                display: block;
            }

        .navbox .nav li.menu_list {
            position: relative;
            float: left;
            width: 211px;
            padding: 0;
            text-align: center;
        }

        .navbox .nav li.select {
            background: #17468e;
        }

.menu_l_contain {
    position: absolute;
    left: 0;
    top: 42px;
    width: 211px;
    border: 2px solid #17468e;
    border-top: none;
}

    .menu_l_contain .menu_l_c_list li {
        position: relative;
        padding: 10px 0 3px 50px;/*#4483 13px 0 0px 50px*/
        height: 41px;/*#4483 52px*/
        border-bottom: 1px dashed #e5e5e6;
        cursor: pointer;
    }

        .menu_l_contain .menu_l_c_list li span.icon {
            position: absolute;
            left: 8px;
            top: 15px;/*#4483 18px*/
            display: block;
            width: 30px;
            height: 30px;
        }

        .menu_l_contain .menu_l_c_list li p {
            line-height: 35px;
            text-align: left;
        }

            .menu_l_contain .menu_l_c_list li p.title {
                font-size: 14px;
                font-weight: bold;
                color: #000;
            }

            .menu_l_contain .menu_l_c_list li p.link a {
                margin-right: 10px;
                color: #606060;
            }

                .menu_l_contain .menu_l_c_list li p.link a:hover {
                    color: #4079ce;
                }

        .menu_l_contain .menu_l_c_list li:hover {
            height: 39px;/*#4483 50px*/
            border-top: 2px solid #d2d2d2;
            border-left: 2px solid #d2d2d2;
            background: #f5f5f5;
        }

.menu_l_contain .menu_l_c_list li a {}

    .menu_l_contain .menu_l_c_list .selected {
        height: 39px;/*#4483 50px*/
        border-top: 2px solid #bbbbbb;
        border-left: 2px solid #bbbbbb;
        background: #e4e4e4;
    }

        .menu_l_contain .menu_l_c_list .selected:hover {
            height: 39px;/*#4483 50px*/
            border-top: 2px solid #bbbbbb;
            border-left: 2px solid #bbbbbb;
            background: #e4e4e4;
        }
/* nav */

.bannerbox {
    margin: 0 auto;
    width: 785px;
    padding-left: 215px;
    position: relative;
}

    .bannerbox .banner {
        width: 785px;
        height: 332px;
        overflow: hidden;
    }
/* banner */

.wrap {
    margin: 0 auto;
    width: 1000px;
}

.wrap02 {
    margin: 0 auto;
    width: 1000px;
    border: 1px solid #dedede;
}

.wrap03 {
    margin: 0 auto;
    margin-top: 10px;
    width: 1000px;
    border: 1px solid #dedede;
    background: url(images/my_lh/mylh_bg.jpg) repeat-y;
    min-height: 600px;
    _height: 600px;
    overflow: hidden;
}

.wrap04 {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    width: 700px;
    border: 1px solid #dedede;
    min-height: 1000px;
    _height: 1000px;
}

.mt_30 {
    margin-top: 30px;
}
/* wrap */

.bottom {
    min-width: 1000px;
    margin-top: 30px;
    height: 170px;
    border-top: 2px solid #d7d7d7;
    background: #efefef;
}

    .bottom .logo {
        text-align: center;
        padding: 22px 0;
    }

    .bottom .sub_nav {
        text-align: center;
        color: #969696;
    }

        .bottom .sub_nav a {
            margin: 0 20px;
            color: #969696;
        }

            .bottom .sub_nav a:hover {
                color: #4079ce;
            }

    .bottom .compyright {
        margin-top: 20px;
        text-align: center;
        color: #969696;
    }
/* 底部 */
.iputmsg_tab {
    width: 100%;
}

    .iputmsg_tab td {
        height: 40px;
        border: 1px solid #e9e9e9;
        background: #f8f8f8;
        text-align: left;
        padding-left: 10px;
    }

    .iputmsg_tab th {
        border: 1px solid #e9e9e9;
        background: #f8f8f8;
        font-weight: normal;
        text-align: right;
        padding-right: 5px;
    }

    .iputmsg_tab td.radio label {
        margin-right: 20px;
    }

        .iputmsg_tab td.radio label input {
            margin-right: 5px;
            vertical-align: middle;
        }

.tab_style {
    width: 100%;
    background: #f8f8f8;
}

    .tab_style th, .tab_style td {
        border: 1px solid #e8e9ea;
        height: 42px;
        color: #767373;
    }

    .tab_style th {
        text-align: right;
        padding-right: 20px;
    }

    .tab_style td {
        text-align: left;
        padding-left: 25px;
    }

        .tab_style td.font_color {
            color: red;
        }

.tab_style02 {
    width: 100%;
}

    .tab_style02 th, .tab_style02 td {
        border: 1px solid #e8e9ea;
        height: 42px;
        color: #767373;
        text-align: center;
    }

    .tab_style02 th {
        background: #f8f8f8;
    }

    .tab_style02 td.opening {
        color: #ec2323;
    }

    .tab_style02 td.useing {
        color: #0e990b;
    }

    .tab_style02 td.operation a {
        margin-left: 10px;
        color: #0126af;
    }

        .tab_style02 td.operation a.blue {
            color: blue;
        }

        .tab_style02 td.operation a.red {
            color: #ec2323;
        }

    .tab_style02 td.zt {
        color: #0e990b;
    }

    .tab_style02 td.wzf {
        color: red;
    }

.tab_style03 {
    width: 100%;
    margin: 0 auto;
}

    .tab_style03 th, .tab_style03 td {
        border: 1px solid #e8e9ea;
        height: 60px;
        color: #767373;
        font-size: 14px;
    }

    .tab_style03 th {
        background: #f8f8f8;
        text-align: right;
        padding-right: 20px;
    }

    .tab_style03 td {
        text-align: left;
        padding-left: 40px;
    }

        .tab_style03 td a.add {
            margin-left: 15px;
            color: blue;
        }

.tab_style04 {
    width: 90%;
    margin: 0 auto;
}

    .tab_style04 th, .tab_style04 td {
        border: 1px solid #e8e9ea;
        height: 42px;
        color: #767373;
        font-size: 14px;
    }


.order_product {
    width: 100%;
}

    .order_product td {
        /*border: 1px solid #d9d9d9;*/ border-bottom: 1px dashed #d9d9d9; border-top: 1px dashed #d9d9d9;
        height: 186px;
        text-align: center;
        color: #060000;
        line-height: 2em;
    }

    .order_product th {
        background: #f7f7f7;
        height: 48px;
        /*border: 1px solid #d9d9d9;*/
        font-size: 14px;
    }

    .order_product td.cz {
        color: blue;
    }

.order_product02 {
    width: 88%;
    margin: 0 auto;
    /*border: 1px solid #d9d9d9;*/
}

    .order_product02 tr.line {
        background: #F8F8F8;
    }

    .order_product02 td.pd_inudce {
        text-align: left;
        padding: 0 10px;
        line-height: 1.5em;
    }

    .order_product02 td h3.pd_titlename {
        font-size: 14px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .order_product02 td p {
        color: #606060;
    }

    .order_product02 td em.pc {
        color: red;
        font-size: 20px;
    }

    .order_product02 td em.mftg {
        color: #390;
        font-size: 20px;
    }

    .order_product02 td em.pc b {
        font-weight: normal;
        font-size: 11px;
        background: #390;
        color: #fff;
        padding: 0 2px;
    }

.lhty-dyl-tp img,.lhtc-tpkj img,.order_product img,.product img{width:188px; height:145px;}

table td a.blue {
    color: #03F;
}

table td a.red {
    color: red;
}
/* table */

.input_select {
    width: 150px;
    height: 26px;
    border: 1px solid #AAA2A2;
    color: #474646;
}

.input_text {
    padding-left: 5px;
    width: 145px;
    height: 26px;
    border: 1px solid #AAA2A2;
    color: #474646;
}

.input_text02 {
    float: left;
    padding-left: 5px;
    width: 145px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #AAA2A2;
    color: #767373;
}
/* input */

.btn_use {
    display: block;
    margin: 10px auto 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #005fb8;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
}

.btn_use02 {
    display: block;
    margin-top: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #005fb8;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
}

.btn_use03 {
    display: block;
    margin: 20px auto 0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #005fb8;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
}

.btn_use04 {
    display: block;
    float: left;
    width: 60px;
    height: 26px;
    line-height: 26px;
    background: #005fb8;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    margin-left: 10px;
}

.btn_use05 {
    display: block;
    float: left;
    width: 60px;
    height: 26px;
    line-height: 26px;
    background: #f55944;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    margin-left: 10px;
}

.btn_use:hover, .btn_use02:hover, .btn_use03:hover, .btn_use04:hover, .btn_use05:hover {color: #FFF;}
/* button */

.pagebar {
    margin-top: 40px;
    text-align: center;
}

.pagebar a {display: inline-block;margin-right: 10px;width: 34px;height: 34px;line-height: 34px;text-align: center;border: 1px solid #e6e6e6;background: #f9f9f9;color: #bababa;font-size: 18px;}
.pagebar a.select {color: #fff;background: #005fb8;border: none;}
.pagebar a.more {border: none;background: none;width: 18px;}
.pagebar a.page_up {margin-right: 30px;width: 88px;font-size: 14px;color: #005fb8;}
.pagebar a.page_next {margin-left: 20px;width: 88px;font-size: 14px;color: #005fb8;}
/* page_bar */

.bottom {
    min-width: 1000px;
    margin-top: 30px;
    height: 170px;
    border-top: 2px solid #d7d7d7;
    background: #efefef;
}

.bottom .logo {text-align: center;padding: 22px 0;}

.bottom .sub_nav {text-align: center;color: #969696;}

.bottom .sub_nav a {margin: 0 20px;color: #969696;}
.bottom .sub_nav a:hover {color: #4079ce;}

.bottom .compyright {margin-top: 20px;text-align: center;color: #969696;}

.pagination {
    overflow: hidden;
    margin-top: 10px;
    zoom: 1;
}

.pagination ul, .pager_bar {float: right; margin:10px;}
.pagination ul li, .pager_bar a, .pager_bar .current {float: left;}
.pagination ul li a, .pager_bar a, .pager_bar .current {margin-right: 10px;display: block;height: 28px;padding: 0 10px;text-align: center;line-height: 28px;color: #2283cd;border: solid 1px #d9d9d9;background: #f8f8f8;}
.pagination ul li a, .pager_bar a {background: #005fb9;color: #fff;}
.pagination ul li.active a,.pager_bar .current {background: rgb(255, 106, 0);color: #fff; cursor:default;}
.pagination ul li.active a:hover, #diggpager a:hover {color: #fff;}

/* checbox 样式 */
.checkboxitem {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url("images/public/checkbox.png") 0 -23px;
    cursor: pointer;
}

.checkboxitem.checkitem {background-position: 0 -2px;}
/*错误提示*/
.Validform_error {
    background-color: #FFD2D2;
}

/* 密码强度 */
table.pwdstrong {
    display:block;
    border: 1px solid #eee;
    height: 25px;
    width: 210px;
}

    table.pwdstrong td {
        padding: 0 30px;
        height: 25px;
    }


/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
}

textarea.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/* 加载等待 */
.bnet-mask {
    z-index: 1000;
    background-color: #000000;
    opacity: 0.6;
    filter:alpha(opacity=60);
    *filter:alpha(opacity=60);
    background-image: url(images/loading/loading-jd.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.iputmsg_tab td {position:relative;}
/*.iputmsg_tab td .m_notice {display:none;background-color: #ffebeb;border: 1px solid #ffbdbe;color: #f00;overflow: hidden;padding: 5px;position: absolute;right: -133px;top: 5px;width: 180px;z-index: 10;}*/
.iputmsg_tab td .m_notice {display:none;background-color:#E25440;color: #fff;overflow: hidden;padding: 5px;position: absolute;right: -133px;top: 5px;width: 180px;z-index: 10;}
.iputmsg_tab td div.valid_wrong { display:block;}

.apply_tab1 td {position:relative;}
.apply_tab1 td .m_notice{display:none;background-color:#E25440; line-height: 20px;color: #fff;overflow: hidden;padding: 5px;position: absolute;right: -190px;top: 14px;width: 180px;z-index: 10;}
.apply_tab1 td div.valid_wrong{ display:block;}

.tx_right div.m_notice {
    background-color: #e25440;
    color: #fff;
    display: none;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    right: -86px;
    top: 78px;
    width: 205px;
}
.tx_right div.showwrong {display:block;}
 /*modify by PSHQ #4925*/
.fqa{position:fixed;  bottom:5px; right:10px; cursor:pointer;}
.fqa img{width:50px;height:50px;}