html {
    text-decoration: none;
}
/* 置灰模式，默哀等情况时放开*/
/*html {*/
/*    text-decoration: none;*/
/*    -webkit-filter: grayscale(100%);*/

/*    -moz-filter: grayscale(100%);*/

/*    !*-ms-filter: grayscale(100%);*!*/

/*    -o-filter: grayscale(100%);*/

/*    filter: grayscale(100%);*/

/*    !*filter: gray;*!*/
/*}*/


body {
    margin: 0;
    padding: 0 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: #f2f2f2
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, a {
    padding: 0;
    margin: 0;
}

ol, ul, li {
    list-style: none;
}

a, a:visited {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-style: normal;
}

/**bootstrap样式重写 */
.modal-content {
    border: 0px solid #e5e5e5;
    border-radius: 4px;
    padding: 0;
}

.modal-dialog .modal-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-dialog .modal-header h4{
    line-height: 36px;
}

.modal-body {
    border-right: 1px solid #fff;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px;
    border-right: 1px solid #fff;
    border-radius: 4px;
}

.modal-footer  .btn{
    height: 40px;
    font-size: 16px;
}

.modal-title{
    color: #3b3b3b;
}

button.close {
    opacity: .8;
    font-size: 36px;
    font-weight: normal;
}


.regiontab {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    width: 400px;
    background-color: white;
    z-index: 12000
}

.regiontab > ul {
    margin-bottom: 0
}

.regiontab > div {
    max-height: 280px;
    overflow-y: auto
}

.regiontab > .breadcrumb > li + li:before {
    content: none
}

.quicksearch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.quicksearch > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    white-space: nowrap
}

.quicksearch > li > a.active {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.quicksearch > li > a.title {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    cursor: default
}

.quicksearch > li > a > span {
    font-size: 14px;
    width: 100px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden
}

.pageBar {
    width: 98%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 4px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not (.active ) {
    background-color: #ddd;
}


.L010001{background: url("../../images/common/L010001.png") no-repeat center 30px }
.L010001:hover{background: url("../../images/common/L010001_h.png") no-repeat center 30px }
.selected .L010001{background: url("../../images/common/L010001_h.png") no-repeat center 30px }
.L010002{background: url("../../images/common/L010002.png") no-repeat center 30px }
.L010002:hover{background: url("../../images/common/L010002_h.png") no-repeat center 30px }
.selected .L010002{background: url("../../images/common/L010002_h.png") no-repeat center 30px }
.L010003{background: url("../../images/common/L010003.png") no-repeat center 30px }
.L010003:hover{background: url("../../images/common/L010003_h.png") no-repeat center 30px }
.selected .L010003{background: url("../../images/common/L010003_h.png") no-repeat center 30px }
.L010004{background: url("../../images/common/L010004.png") no-repeat center 30px }
.L010004:hover{background: url("../../images/common/L010004_h.png") no-repeat center 30px }
.selected .L010004{background: url("../../images/common/L010004_h.png") no-repeat center 30px }
.L010005{background: url("../../images/common/L010005.png") no-repeat center 30px }
.L010005:hover{background: url("../../images/common/L010005_h.png") no-repeat center 30px }
.selected .L010005{background: url("../../images/common/L010005_h.png") no-repeat center 30px }
.L010006{background: url("../../images/common/L010006.png") no-repeat center 30px }
.L010006:hover{background: url("../../images/common/L010006_h.png") no-repeat center 30px }
.selected .L010006{background: url("../../images/common/L010006_h.png") no-repeat center 30px }
.L010007{background: url("../../images/common/L010007.png") no-repeat center 30px }
.L010007:hover{background: url("../../images/common/L010007_h.png") no-repeat center 30px }
.selected .L010007{background: url("../../images/common/L010007_h.png") no-repeat center 30px }
.L010008{background: url("../../images/common/L010008.png") no-repeat center 30px }
.L010008:hover{background: url("../../images/common/L010008_h.png") no-repeat center 30px }
.selected .L010008{background: url("../../images/common/L010008_h.png") no-repeat center 30px }
.L010009{background: url("../../images/common/L010009.png") no-repeat center 30px }
.L010009:hover{background: url("../../images/common/L010009_h.png") no-repeat center 30px }
.selected .L010009{background: url("../../images/common/L010009_h.png") no-repeat center 30px }
.L010010{background: url("../../images/common/L010010.png") no-repeat center 30px }
.L010010:hover{background: url("../../images/common/L010010_h.png") no-repeat center 30px }
.selected .L010010{background: url("../../images/common/L010010_h.png") no-repeat center 30px }
.L010011{background: url("../../images/common/L010011.png") no-repeat center 30px }
.L010011:hover{background: url("../../images/common/L010011_h.png") no-repeat center 30px }
.selected .L010011{background: url("../../images/common/L010011_h.png") no-repeat center 30px }
.L010012{background: url("../../images/common/L010012.png") no-repeat center 30px }
.L010012:hover{background: url("../../images/common/L010012_h.png") no-repeat center 30px }
.selected .L010012{background: url("../../images/common/L010012_h.png") no-repeat center 30px }
.L010013{background: url("../../images/common/L010013.png") no-repeat center 30px }
.L010013:hover{background: url("../../images/common/L010013_h.png") no-repeat center 30px }
.selected .L010013{background: url("../../images/common/L010013_h.png") no-repeat center 30px }
.L010014{background: url("../../images/common/L010014.png") no-repeat center 30px }
.L010014:hover{background: url("../../images/common/L010014_h.png") no-repeat center 30px }
.selected .L010014{background: url("../../images/common/L010014_h.png") no-repeat center 30px }
.L010015{background: url("../../images/common/L010015.png") no-repeat center 30px }
.L010015:hover{background: url("../../images/common/L010015_h.png") no-repeat center 30px }
.selected .L010015{background: url("../../images/common/L010015_h.png") no-repeat center 30px }
.L010016{background: url("../../images/common/L010016.png") no-repeat center 30px }
.L010016:hover{background: url("../../images/common/L010016_h.png") no-repeat center 30px }
.selected .L010016{background: url("../../images/common/L010016_h.png") no-repeat center 30px }
.L010017{background: url("../../images/common/L010017.png") no-repeat center 30px }
.L010017:hover{background: url("../../images/common/L010017_h.png") no-repeat center 30px }
.selected .L010017{background: url("../../images/common/L010017_h.png") no-repeat center 30px }
.L010018{background: url("../../images/common/L010018.png") no-repeat center 30px }
.L010018:hover{background: url("../../images/common/L010018_h.png") no-repeat center 30px }
.selected .L010018{background: url("../../images/common/L010018_h.png") no-repeat center 30px }
.L010019{background: url("../../images/common/L010019.png") no-repeat center 30px }
.L010019:hover{background: url("../../images/common/L010019_h.png") no-repeat center 30px }
.selected .L010019{background: url("../../images/common/L010019_h.png") no-repeat center 30px }
.L010020{background: url("../../images/common/L010020.png") no-repeat center 30px }
.L010020:hover{background: url("../../images/common/L010020_h.png") no-repeat center 30px }
.selected .L010020{background: url("../../images/common/L010020_h.png") no-repeat center 30px }
.L010021{background: url("../../images/common/L010021.png") no-repeat center 30px }
.L010021:hover{background: url("../../images/common/L010021_h.png") no-repeat center 30px }
.selected .L010021{background: url("../../images/common/L010021_h.png") no-repeat center 30px }
.L010022{background: url("../../images/common/L010022.png") no-repeat center 30px }
.L010022:hover{background: url("../../images/common/L010022_h.png") no-repeat center 30px }
.selected .L010022{background: url("../../images/common/L010022_h.png") no-repeat center 30px }
.L010023{background: url("../../images/common/L010023.png") no-repeat center 30px }
.L010023:hover{background: url("../../images/common/L010023_h.png") no-repeat center 30px }
.selected .L010023{background: url("../../images/common/L010023_h.png") no-repeat center 30px }
.L010024{background: url("../../images/common/L010024.png") no-repeat center 30px }
.L010024:hover{background: url("../../images/common/L010024_h.png") no-repeat center 30px }
.selected .L010024{background: url("../../images/common/L010024_h.png") no-repeat center 30px }
.L010025{background: url("../../images/common/L010025.png") no-repeat center 30px }
.L010025:hover{background: url("../../images/common/L010025_h.png") no-repeat center 30px }
.selected .L010025{background: url("../../images/common/L010025_h.png") no-repeat center 30px }
.L010026{background: url("../../images/common/L010026.png") no-repeat center 30px }
.L010026:hover{background: url("../../images/common/L010026_h.png") no-repeat center 30px }
.selected .L010026{background: url("../../images/common/L010026_h.png") no-repeat center 30px }
.L010027{background: url("../../images/common/L010027.png") no-repeat center 30px }
.L010027:hover{background: url("../../images/common/L010027_h.png") no-repeat center 30px }
.selected .L010027{background: url("../../images/common/L010027_h.png") no-repeat center 30px }

.L020001{background: url("../../images/common/L020001.png") no-repeat center 30px }
.L020001:hover{background: url("../../images/common/L020001_h.png") no-repeat center 30px }
.selected .L020001{background: url("../../images/common/L020001_h.png") no-repeat center 30px }
.L020002{background: url("../../images/common/L020002.png") no-repeat center 30px }
.L020002:hover{background: url("../../images/common/L020002_h.png") no-repeat center 30px }
.selected .L020002{background: url("../../images/common/L020002_h.png") no-repeat center 30px }
.L020003{background: url("../../images/common/L020003.png") no-repeat center 30px }
.L020003:hover{background: url("../../images/common/L020003_h.png") no-repeat center 30px }
.selected .L020003{background: url("../../images/common/L020003_h.png") no-repeat center 30px }
.L020004{background: url("../../images/common/L020004.png") no-repeat center 30px }
.L020004:hover{background: url("../../images/common/L020004_h.png") no-repeat center 30px }
.selected .L020004{background: url("../../images/common/L020004_h.png") no-repeat center 30px }
.L020005{background: url("../../images/common/L020005.png") no-repeat center 30px }
.L020005:hover{background: url("../../images/common/L020005_h.png") no-repeat center 30px }
.selected .L020005{background: url("../../images/common/L020005_h.png") no-repeat center 30px }
.L020006{background: url("../../images/common/L020006.png") no-repeat center 30px }
.L020006:hover{background: url("../../images/common/L020006_h.png") no-repeat center 30px }
.selected .L020006{background: url("../../images/common/L020006_h.png") no-repeat center 30px }
.L020007{background: url("../../images/common/L020007.png") no-repeat center 30px }
.L020007:hover{background: url("../../images/common/L020007_h.png") no-repeat center 30px }
.selected .L020007{background: url("../../images/common/L020007_h.png") no-repeat center 30px }
.L020008{background: url("../../images/common/L020008.png") no-repeat center 30px }
.L020008:hover{background: url("../../images/common/L020008_h.png") no-repeat center 30px }
.selected .L020008{background: url("../../images/common/L020008_h.png") no-repeat center 30px }
.L020009{background: url("../../images/common/L020009.png") no-repeat center 30px }
.L020009:hover{background: url("../../images/common/L020009_h.png") no-repeat center 30px }
.selected .L020009{background: url("../../images/common/L020009_h.png") no-repeat center 30px }
.L020010{background: url("../../images/common/L020010.png") no-repeat center 30px }
.L020010:hover{background: url("../../images/common/L020010_h.png") no-repeat center 30px }
.selected .L020010{background: url("../../images/common/L020010_h.png") no-repeat center 30px }
.L020011{background: url("../../images/common/L020011.png") no-repeat center 30px }
.L020011:hover{background: url("../../images/common/L020011_h.png") no-repeat center 30px }
.selected .L020011{background: url("../../images/common/L020011_h.png") no-repeat center 30px }
.L020012{background: url("../../images/common/L020012.png") no-repeat center 30px }
.L020012:hover{background: url("../../images/common/L020012_h.png") no-repeat center 30px }
.selected .L020012{background: url("../../images/common/L020012_h.png") no-repeat center 30px }
.L020013{background: url("../../images/common/L020013.png") no-repeat center 30px }
.L020013:hover{background: url("../../images/common/L020013_h.png") no-repeat center 30px }
.selected .L020013{background: url("../../images/common/L020013_h.png") no-repeat center 30px }
.L020014{background: url("../../images/common/L020014.png") no-repeat center 30px }
.L020014:hover{background: url("../../images/common/L020014_h.png") no-repeat center 30px }
.selected .L020014{background: url("../../images/common/L020014_h.png") no-repeat center 30px }
.L020015{background: url("../../images/common/L020015.png") no-repeat center 30px }
.L020015:hover{background: url("../../images/common/L020015_h.png") no-repeat center 30px }
.selected .L020015{background: url("../../images/common/L020015_h.png") no-repeat center 30px }
.L020016{background: url("../../images/common/L020016.png") no-repeat center 30px }
.L020016:hover{background: url("../../images/common/L020016_h.png") no-repeat center 30px }
.selected .L020016{background: url("../../images/common/L020016_h.png") no-repeat center 30px }
.L020017{background: url("../../images/common/L020017.png") no-repeat center 30px }
.L020017:hover{background: url("../../images/common/L020017_h.png") no-repeat center 30px }
.selected .L020017{background: url("../../images/common/L020017_h.png") no-repeat center 30px }
.L020018{background: url("../../images/common/L020018.png") no-repeat center 30px }
.L020018:hover{background: url("../../images/common/L020018_h.png") no-repeat center 30px }
.selected .L020018{background: url("../../images/common/L020018_h.png") no-repeat center 30px }
.L020019{background: url("../../images/common/L020019.png") no-repeat center 30px }
.L020019:hover{background: url("../../images/common/L020019_h.png") no-repeat center 30px }
.selected .L020019{background: url("../../images/common/L020019_h.png") no-repeat center 30px }
.L020020{background: url("../../images/common/L020020.png") no-repeat center 30px }
.L020020:hover{background: url("../../images/common/L020020_h.png") no-repeat center 30px }
.selected .L020020{background: url("../../images/common/L020020_h.png") no-repeat center 30px }
.L020021{background: url("../../images/common/L020021.png") no-repeat center 30px }
.L020021:hover{background: url("../../images/common/L020021_h.png") no-repeat center 30px }
.selected .L020021{background: url("../../images/common/L020021_h.png") no-repeat center 30px }
.L020022{background: url("../../images/common/L020022.png") no-repeat center 30px }
.L020022:hover{background: url("../../images/common/L020022_h.png") no-repeat center 30px }
.selected .L020022{background: url("../../images/common/L020022_h.png") no-repeat center 30px }
.L020023{background: url("../../images/common/L020023.png") no-repeat center 30px }
.L020023:hover{background: url("../../images/common/L020023_h.png") no-repeat center 30px }
.selected .L020023{background: url("../../images/common/L020023_h.png") no-repeat center 30px }
.L020024{background: url("../../images/common/L020024.png") no-repeat center 30px }
.L020024:hover{background: url("../../images/common/L020024_h.png") no-repeat center 30px }
.selected .L020024{background: url("../../images/common/L020024_h.png") no-repeat center 30px }
.L020025{background: url("../../images/common/L020025.png") no-repeat center 30px }
.L020025:hover{background: url("../../images/common/L020025_h.png") no-repeat center 30px }
.selected .L020025{background: url("../../images/common/L020025_h.png") no-repeat center 30px }
.L020026{background: url("../../images/common/L020026.png") no-repeat center 30px }
.L020026:hover{background: url("../../images/common/L020026_h.png") no-repeat center 30px }
.selected .L020026{background: url("../../images/common/L020026_h.png") no-repeat center 30px }
.L020027{background: url("../../images/common/L020027.png") no-repeat center 30px }
.L020027:hover{background: url("../../images/common/L020027_h.png") no-repeat center 30px }
.selected .L020027{background: url("../../images/common/L020027_h.png") no-repeat center 30px }


.L040400{background: url("../../images/common/L040401.png") no-repeat center 30px }
.L040400:hover{background: url("../../images/common/L040401_h.png") no-repeat center 30px }
.L040401{background: url("../../images/common/L040401.png") no-repeat center 30px }
.L040401:hover{background: url("../../images/common/L040401_h.png") no-repeat center 30px }
.selected .L040401{background: url("../../images/common/L040401_h.png") no-repeat center 30px }
.L040402{background: url("../../images/common/L040402.png") no-repeat center 30px }
.L040402:hover{background: url("../../images/common/L040402_h.png") no-repeat center 30px }
.selected .L040402{background: url("../../images/common/L040402_h.png") no-repeat center 30px }
.L040403{background: url("../../images/common/L040403.png") no-repeat center 30px }
.L040403:hover{background: url("../../images/common/L040403_h.png") no-repeat center 30px }
.selected .L040403{background: url("../../images/common/L040403_h.png") no-repeat center 30px }
.L040404{background: url("../../images/common/L040404.png") no-repeat center 30px }
.L040404:hover{background: url("../../images/common/L040404_h.png") no-repeat center 30px }
.selected .L040404{background: url("../../images/common/L040404_h.png") no-repeat center 30px }
.L040405{background: url("../../images/common/L040405.png") no-repeat center 30px }
.L040405:hover{background: url("../../images/common/L040405_h.png") no-repeat center 30px }
.selected .L040405{background: url("../../images/common/L040405_h.png") no-repeat center 30px }
.L040406{background: url("../../images/common/L040406.png") no-repeat center 30px }
.L040406:hover{background: url("../../images/common/L040406_h.png") no-repeat center 30px }
.selected .L040406{background: url("../../images/common/L040406_h.png") no-repeat center 30px }
.L040407{background: url("../../images/common/L040407.png") no-repeat center 30px }
.L040407:hover{background: url("../../images/common/L040407_h.png") no-repeat center 30px }
.selected .L040407{background: url("../../images/common/L040407_h.png") no-repeat center 30px }
.L040408{background: url("../../images/common/L040408.png") no-repeat center 30px }
.L040408:hover{background: url("../../images/common/L040408_h.png") no-repeat center 30px }
.selected .L040408{background: url("../../images/common/L040408_h.png") no-repeat center 30px }
.L040409{background: url("../../images/common/L040409.png") no-repeat center 30px }
.L040409:hover{background: url("../../images/common/L040409_h.png") no-repeat center 30px }
.selected .L040409{background: url("../../images/common/L040409_h.png") no-repeat center 30px }

.right-float-nav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    height: 100%;
    min-width: 80px;
    display: flex;
    align-items: center;
}

.right-float-nav:hover ul {
    visibility: visible;
}

.right-float-nav ul {
    visibility: hidden;
    width: 80px;
    padding: 0 10px;
    list-style: none;
    background: #fff;
}

.right-float-nav ul li {
    text-align: center;
    height: 65px;
    border-bottom: 1px solid #337dd8;
    margin: 20px auto 10px;
    cursor: pointer;
}

.right-float-nav ul li:last-child {
    border-bottom: none;
}

.right-float-nav ul li div {
    line-height: 30px;
}
