@charset "UTF-8";
html, body {
  height: 100%;
}

input[type="button"], input[type="text"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /*去除input默认样式*/
  border: 1px solid #e6e7ec;
}

input[type="button"], button {
  border: 0 none;
}

ul, li {
  list-style-type: none;
}

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, optgroup, p, blockquote, figure, header, footer, hr, menu, dir, thead, tbody, tfoot, th, td {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
  list-style-image: none;
}

a {
  outline: none;
  text-decoration: none;
}

　
a:active {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0 none;
}

a:focus {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
}

body, button, input, select, textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
  -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

b, strong {
  font-weight: 700;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

small {
  font-size: 85.7%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

table th, table td {
  padding: 8px 10px;
}

table th {
  font-weight: inherit;
  border-bottom-width: 2px;
  border-bottom-color: #ccc;
}

img {
  border: 0 none;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

input, button {
  *overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

select:disabled option:checked, option:disabled:checked {
  color: #D2D2D2;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

label {
  cursor: pointer;
}

select[size], select[multiple], select[size][multiple] {
  border: 1px solid #AAA;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

audio, canvas, video, progress {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

[draggable] {
  cursor: move;
}

/*reset end*/
.placehoderClass {
  color: #999;
}

.textOverflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  display: inline-block;
}

/* 修复IE10 和Windows Phone 8 没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 的bug */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*=====颜色=====*/
/*===========*/
/*=====固定表头的表格=====*/
/*=====公共样式部分=====*/
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  letter-spacing: 1px;
  font-family: "Microsoft Yahei";
  overflow-y: scroll;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  z-index: 1;
}

.overflowAuto {
  position: relative;
  overflow: hidden;
}

.h100 {
  height: 100% !important;
}

.w100 {
  width: 100% !important;
}

.plr0-pt15 {
  padding: 15px 0px 0px 0px !important;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plr30 {
  padding: 0 30px;
}

/***定义一些常用的margin样式**/
.mt-5 {
  margin-top: 5px;
}

/*距上5像素*/
.mt-10 {
  margin-top: 10px;
}

/*距上10像素*/
.mt-15 {
  margin-top: 15px;
}

/*距上15像素*/
.mt-20 {
  margin-top: 20px;
}

/*距上20像素*/
.mt-25 {
  margin-top: 25px;
}

/*距上25像素*/
.mt-30 {
  margin-top: 30px;
}

/*距上30像素*/
.mt-35 {
  margin-top: 35px;
}

/*距上35像素*/
.mt-40 {
  margin-top: 40px;
}

/*距上40像素*/
.mt-50 {
  margin-top: 50px;
}

/*距上50像素*/
.mb-5 {
  margin-bottom: 5px;
}

/*距下5像素*/
.mb-10 {
  margin-bottom: 10px;
}

/*距下10像素*/
.mb-15 {
  margin-bottom: 15px;
}

/*距下15像素*/
.mb-20 {
  margin-bottom: 20px;
}

/*距下20像素*/
.mb-25 {
  margin-bottom: 25px;
}

/*距下25像素*/
.mb-30 {
  margin-bottom: 30px;
}

/*距下30像素*/
.mb-35 {
  margin-bottom: 35px;
}

/*距下35像素*/
.mb-40 {
  margin-bottom: 40px;
}

/*距下40像素*/
.mb-50 {
  margin-bottom: 50px;
}

/*距下50像素*/
.ml-5 {
  margin-left: 5px;
}

/*距左5像素*/
.ml-10 {
  margin-left: 10px;
}

/*距左10像素*/
.ml-15 {
  margin-left: 15px;
}

/*距左15像素*/
.ml-20 {
  margin-left: 20px;
}

/*距左20像素*/
.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

/*距左30像素*/
.ml-40 {
  margin-left: 40px;
}

/*距左40像素*/
.ml-50 {
  margin-left: 50px;
}

/*距左50像素*/
.mr-5 {
  margin-right: 5px;
}

/*距右5像素*/
.mr-10 {
  margin-right: 10px;
}

/*距右10像素*/
.mr-15 {
  margin-right: 15px;
}

/*距右15像素*/
.mr-20 {
  margin-right: 20px;
}

/*距右20像素*/
.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

/*距右30像素*/
.mr-40 {
  margin-right: 40px;
}

/*距右40像素*/
.mr-50 {
  margin-right: 50px;
}

/*距右50像素*/
/***定义一些常用的padding样式**/
.pt-5 {
  padding-top: 5px;
}

/*上填充5像素*/
.pt-10 {
  padding-top: 10px;
}

/*上填充10像素*/
.pt-15 {
  padding-top: 15px;
}

/*上填充15像素*/
.pt-20 {
  padding-top: 20px;
}

/*上填充20像素*/
.pt-30 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 5px;
}

/*下填充5像素*/
.pb-10 {
  padding-bottom: 10px;
}

/*下填充10像素*/
.pb-15 {
  padding-bottom: 15px;
}

/*下填充15像素*/
.pb-20 {
  padding-bottom: 20px;
}

/*下填充30像素*/
.pb-30 {
  padding-bottom: 30px;
}

/*下填充20像素*/
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

/*左填充5像素*/
.pl-10 {
  padding-left: 10px;
}

/*左填充10像素*/
.pl-15 {
  padding-left: 15px;
}

/*左填充15像素*/
.pl-20 {
  padding-left: 20px;
}

/*左填充20像素*/
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

/*右填充5像素*/
.pr-10 {
  padding-right: 10px;
}

/*右填充10像素*/
.pr-15 {
  padding-right: 15px;
}

/*右填充15像素*/
.pr-20 {
  padding-right: 20px;
}

/*右填充20像素*/
.pd-5 {
  padding: 5px;
}

/*填充5像素*/
.pd-10 {
  padding: 10px;
}

/*填充10像素*/
.pd-15 {
  padding: 15px;
}

/*填充15像素*/
.pd-20 {
  padding: 20px;
}

/*填充20像素*/
/***定义一些常用的字体大小样式***/
html {
  font-size: 62.5%;
}

.f-12 {
  font-size: 1.2rem;
}

.f-14 {
  font-size: 1.4rem;
}

.f-16 {
  font-size: 1.6rem;
}

.f-18 {
  font-size: 1.8rem;
}

.f-20 {
  font-size: 2.0rem;
}

.f-24 {
  font-size: 2.4rem;
}

.f-26 {
  font-size: 2.6rem;
}

.f-28 {
  font-size: 2.8rem;
}

.f-30 {
  font-size: 3.0rem;
}

/***定义一些常用的行高样式***/
.lh-16 {
  line-height: 16px;
}

/*16像素行距*/
.lh-18 {
  line-height: 18px;
}

/*18像素行距*/
.lh-20 {
  line-height: 20px;
}

/*20像素行距*/
.lh-22 {
  line-height: 22px;
}

/*22像素行距*/
.lh-24 {
  line-height: 24px;
}

/*24像素行距*/
.lh-26 {
  line-height: 26px;
}

/*26像素行距*/
.lh-28 {
  line-height: 28px;
}

/*28像素行距*/
.lh-30 {
  line-height: 30px;
}

/*30像素行距*/
/*=====公共样式部分=====*/
/*=====按钮样式开始======*/
.btn-one {
  color: #fff;
  background-color: #00ACAC;
  border-color: #00ACAC;
}

.btn-one:hover,
.btn-one:focus,
.btn-one.focus,
.btn-one:active,
.btn-one.active,
.open > .dropdown-toggle.btn-one {
  color: #fff;
  background-color: #00ACAC;
  border-color: #00ACAC;
}

.btn-one:active,
.btn-one.active,
.open > .dropdown-toggle.btn-one {
  background-image: none;
}

.btn-one.disabled,
.btn-one[disabled],
fieldset[disabled] .btn-one,
.btn-one.disabled:hover,
.btn-one[disabled]:hover,
fieldset[disabled] .btn-one:hover,
.btn-one.disabled:focus,
.btn-one[disabled]:focus,
fieldset[disabled] .btn-one:focus,
.btn-one.disabled.focus,
.btn-one[disabled].focus,
fieldset[disabled] .btn-one.focus,
.btn-one.disabled:active,
.btn-one[disabled]:active,
fieldset[disabled] .btn-one:active,
.btn-one.disabled.active,
.btn-one[disabled].active,
fieldset[disabled] .btn-one.active {
  background-color: #00ACAC;
  border-color: #00ACAC;
}

.btn-one .badge {
  color: #00ACAC;
  background-color: #fff;
}

.btn-two {
  color: #fff;
  background-color: #B6C2C9;
  border-color: #B6C2C9;
}

.btn-two:hover,
.btn-two:focus,
.btn-two.focus,
.btn-two:active,
.btn-two.active,
.open > .dropdown-toggle.btn-two {
  color: #fff;
  background-color: #B6C2C9;
  border-color: #B6C2C9;
}

.btn-two:active,
.btn-two.active,
.open > .dropdown-toggle.btn-two {
  background-image: none;
}

.btn-two.disabled,
.btn-two[disabled],
fieldset[disabled] .btn-two,
.btn-two.disabled:hover,
.btn-two[disabled]:hover,
fieldset[disabled] .btn-two:hover,
.btn-two.disabled:focus,
.btn-two[disabled]:focus,
fieldset[disabled] .btn-two:focus,
.btn-two.disabled.focus,
.btn-two[disabled].focus,
fieldset[disabled] .btn-two.focus,
.btn-two.disabled:active,
.btn-two[disabled]:active,
fieldset[disabled] .btn-two:active,
.btn-two.disabled.active,
.btn-two[disabled].active,
fieldset[disabled] .btn-two.active {
  background-color: #B6C2C9;
  border-color: #B6C2C9;
}

.btn-two .badge {
  color: #B6C2C9;
  background-color: #fff;
}

.btn-three {
  color: #fff;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.btn-three:hover,
.btn-three:focus,
.btn-three.focus,
.btn-three:active,
.btn-three.active,
.open > .dropdown-toggle.btn-three {
  color: #fff;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.btn-three:active,
.btn-three.active,
.open > .dropdown-toggle.btn-three {
  background-image: none;
}

.btn-three.disabled,
.btn-three[disabled],
fieldset[disabled] .btn-three,
.btn-three.disabled:hover,
.btn-three[disabled]:hover,
fieldset[disabled] .btn-three:hover,
.btn-three.disabled:focus,
.btn-three[disabled]:focus,
fieldset[disabled] .btn-three:focus,
.btn-three.disabled.focus,
.btn-three[disabled].focus,
fieldset[disabled] .btn-three.focus,
.btn-three.disabled:active,
.btn-three[disabled]:active,
fieldset[disabled] .btn-three:active,
.btn-three.disabled.active,
.btn-three[disabled].active,
fieldset[disabled] .btn-three.active {
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.btn-three .badge {
  color: #D8D8D8;
  background-color: #fff;
}

.btn-four {
  color: #fff;
  background-color: #CD6767;
  border-color: #CD6767;
}

.btn-four:hover,
.btn-four:focus,
.btn-four.focus,
.btn-four:active,
.btn-four.active,
.open > .dropdown-toggle.btn-four {
  color: #fff;
  background-color: #CD6767;
  border-color: #CD6767;
}

.btn-four:active,
.btn-four.active,
.open > .dropdown-toggle.btn-four {
  background-image: none;
}

.btn-four.disabled,
.btn-four[disabled],
fieldset[disabled] .btn-four,
.btn-four.disabled:hover,
.btn-four[disabled]:hover,
fieldset[disabled] .btn-four:hover,
.btn-four.disabled:focus,
.btn-four[disabled]:focus,
fieldset[disabled] .btn-four:focus,
.btn-four.disabled.focus,
.btn-four[disabled].focus,
fieldset[disabled] .btn-four.focus,
.btn-four.disabled:active,
.btn-four[disabled]:active,
fieldset[disabled] .btn-four:active,
.btn-four.disabled.active,
.btn-four[disabled].active,
fieldset[disabled] .btn-four.active {
  background-color: #CD6767;
  border-color: #CD6767;
}

.btn-four .badge {
  color: #CD6767;
  background-color: #fff;
}

/*=====按钮样式结束======*/
/*=====列表，详情样式开始======*/
.container-wrapper {
  height: 100%;
}

.container-list {
  width: 55%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

.container-detail {
  margin-left: 56%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

/*=====列表，详情样式结束======*/
body .query-mask-layer {
  border-radius: 4px;
}

/*=====列表start=====*/
.list-items {
  width: 55%;
  height: 100%;
  overflow: hidden;
}

/*=====列表end=====*/
/*=====列表start=====*/
.list-items-2 {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

/*=====列表end=====*/
/*=====详情start=====*/
.details {
  margin-left: 56%;
  height: 100%;
  overflow: hidden;
}

.details-2 {
  margin-left: 51%;
  height: 100%;
  overflow: hidden;
}

.wrap {
  position: relative;
  padding: 26px 20px;
  overflow: hidden;
  height: -webkit-calc(100% - 42px);
  height: calc(100% - 42px);
}

.wrap h4 {
  height: 18px;
  font-size: 12rem;
  font-size: 1.2rem;
  line-height: 18px;
  border-left: 4px solid #00ACAC;
  text-indent: 10px;
}

.wrap .wrap-container {
  width: 100%;
  padding: 10px 0;
}

.wrap .wrap-container dl {
  width: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 8px 0;
}

.wrap .wrap-container dl dt {
  float: left;
  width: 110px;
  text-align: right;
  font-weight: 400;
}

.wrap .wrap-container dl dd {
  margin-left: 115px;
}

/*=====详情end=====*/
/*@mixin bs-checkbox{
    !**checkbox样式**!
    .bs-checkbox {
        display: inline-block;
        font-weight: 100;
        cursor:pointer;
        input[type='checkbox'] {
            display: none;
        }
        input[type='checkbox'] + .checkbox-span {
            display: inline-block;
            width: 18px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            color: #FFFFFF;
            font-size: 12px;
            vertical-align: middle;
            background: #707478;
            border-radius: 4px;
            position: relative;
            z-index: 1;
            top: -2px;
        }
        input[type='checkbox']:checked + .checkbox-span {
            vertical-align: middle;
            margin-left: 5px;
        }
    }
}*/
.bootstrap-table {
  font-size: 1.2rem;
}

.bootstrap-table th, .bootstrap-table td, .bootstrap-table tr {
  border: 0 none;
}

.fixed-table-body {
  position: relative;
  border-bottom: solid 1px #E1E2E3;
  overflow: hidden;
}

.fixed-table-body .table {
  position: relative;
  overflow: hidden;
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
  padding: 8px;
}

.fixed-table-pagination {
  margin-top: 10px;
}

.bootstrap-table .table {
  border-bottom: 0 none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 1.5rem;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  padding: 8px;
}

.fixed-table-container {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.bs-checkbox > input[type="checkbox"], .bs-checkbox .th-inner > input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.fixed-table-body {
  border-radius: 2px;
}

.fixed-table-container .no-records-found {
  text-align: left;
  padding-left: 20px;
}

.form-control[readonly] {
  cursor: pointer !important;
  background-color: #FFFFFF;
}

.bs-checkbox > input[type="checkbox"], .bs-checkbox .th-inner > input[type="checkbox"] {
  left: 1px;
}

/*=====默认表格样式=====*/
#bootstrapTable, .bstable {
  width: 100%;
  margin-bottom: 20px;
}

#bootstrapTable .bTable, .bstable .bTable {
  width: 100%;
  margin: 0;
  border-radius: 2px;
}

#bootstrapTable .bTable.bt0 > tbody > tr > td, .bstable .bTable.bt0 > tbody > tr > td {
  border-top: 0;
}

#bootstrapTable .bTable > thead > tr, .bstable .bTable > thead > tr {
  border: 0;
  background: #F0F3F5;
  /**checkbox样式**/
}

#bootstrapTable .bTable > thead > tr > th, .bstable .bTable > thead > tr > th {
  border: 1px solid #e1e7fb;
  font-size: 12px;
  font-size: 1.2rem;
}

#bootstrapTable .bTable > thead > tr .jk-checkbox, .bstable .bTable > thead > tr .jk-checkbox {
  display: inline-block;
  font-weight: 400;
}

#bootstrapTable .bTable > thead > tr .jk-checkbox input[type='checkbox'], .bstable .bTable > thead > tr .jk-checkbox input[type='checkbox'] {
  display: none;
}

#bootstrapTable .bTable > thead > tr .jk-checkbox input[type='checkbox'] + .checkbox-span, .bstable .bTable > thead > tr .jk-checkbox input[type='checkbox'] + .checkbox-span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  vertical-align: middle;
  background: #707478;
  border-radius: 4px;
}

#bootstrapTable .bTable > thead > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span, .bstable .bTable > thead > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span {
  background: #00ACAC;
}

#bootstrapTable .bTable > thead > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span + .checkbox-item, .bstable .bTable > thead > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span + .checkbox-item {
  color: #00ACAC;
}

#bootstrapTable .bTable > thead > tr .jk-checkbox .checkbox-item, .bstable .bTable > thead > tr .jk-checkbox .checkbox-item {
  vertical-align: middle;
  margin-left: 5px;
}

#bootstrapTable .bTable > tbody, .bstable .bTable > tbody {
  max-height: 300px;
  overflow: auto;
}

#bootstrapTable .bTable > tbody > tr, .bstable .bTable > tbody > tr {
  border: 0;
  /**checkbox样式**/
}

#bootstrapTable .bTable > tbody > tr:nth-child(even), .bstable .bTable > tbody > tr:nth-child(even) {
  background: #F0F3F5;
}

#bootstrapTable .bTable > tbody > tr > td, .bstable .bTable > tbody > tr > td {
  border: 1px solid #e1e7fb;
  font-size: 12px;
  font-size: 1.2rem;
}

#bootstrapTable .bTable > tbody > tr .jk-checkbox, .bstable .bTable > tbody > tr .jk-checkbox {
  display: inline-block;
  font-weight: 400;
}

#bootstrapTable .bTable > tbody > tr .jk-checkbox input[type='checkbox'], .bstable .bTable > tbody > tr .jk-checkbox input[type='checkbox'] {
  display: none;
}

#bootstrapTable .bTable > tbody > tr .jk-checkbox input[type='checkbox'] + .checkbox-span, .bstable .bTable > tbody > tr .jk-checkbox input[type='checkbox'] + .checkbox-span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  vertical-align: middle;
  background: #707478;
  border-radius: 4px;
}

#bootstrapTable .bTable > tbody > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span, .bstable .bTable > tbody > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span {
  background: #00ACAC;
}

#bootstrapTable .bTable > tbody > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span + .checkbox-item, .bstable .bTable > tbody > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span + .checkbox-item {
  color: #00ACAC;
}

#bootstrapTable .bTable > tbody > tr .jk-checkbox .checkbox-item, .bstable .bTable > tbody > tr .jk-checkbox .checkbox-item {
  vertical-align: middle;
  margin-left: 5px;
}

#bootstrapTable .bTable > tfoot > tr, .bstable .bTable > tfoot > tr {
  border: 0;
  /**checkbox样式**/
}

#bootstrapTable .bTable > tfoot > tr:nth-child(even), .bstable .bTable > tfoot > tr:nth-child(even) {
  background: #F0F3F5;
}

#bootstrapTable .bTable > tfoot > tr > td, .bstable .bTable > tfoot > tr > td {
  border: 1px solid #e1e7fb;
  font-size: 12px;
  font-size: 1.2rem;
}

#bootstrapTable .bTable > tfoot > tr .jk-checkbox, .bstable .bTable > tfoot > tr .jk-checkbox {
  display: inline-block;
  font-weight: 400;
}

#bootstrapTable .bTable > tfoot > tr .jk-checkbox input[type='checkbox'], .bstable .bTable > tfoot > tr .jk-checkbox input[type='checkbox'] {
  display: none;
}

#bootstrapTable .bTable > tfoot > tr .jk-checkbox input[type='checkbox'] + .checkbox-span, .bstable .bTable > tfoot > tr .jk-checkbox input[type='checkbox'] + .checkbox-span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  vertical-align: middle;
  background: #707478;
  border-radius: 4px;
}

#bootstrapTable .bTable > tfoot > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span, .bstable .bTable > tfoot > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span {
  background: #00ACAC;
}

#bootstrapTable .bTable > tfoot > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span + .checkbox-item, .bstable .bTable > tfoot > tr .jk-checkbox input[type='checkbox']:checked + .checkbox-span + .checkbox-item {
  color: #00ACAC;
}

#bootstrapTable .bTable > tfoot > tr .jk-checkbox .checkbox-item, .bstable .bTable > tfoot > tr .jk-checkbox .checkbox-item {
  vertical-align: middle;
  margin-left: 5px;
}

/*------------------------------------*\
  分页样式
\*------------------------------------*/
.pagination > li {
  display: inline-block;
  margin-left: 5px;
}

.pagination > li > a, .pagination > li > span {
  float: left;
  /*line-height:24px;*/
  font-weight: normal;
  text-align: center;
  border: 1px solid #EAEAEA;
  min-width: 14px;
  padding: 1px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.fixed-table-pagination a:hover {
  text-decoration: none;
  background: #FCFCFC;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #FFF;
  cursor: default;
}

.fixed-table-pagination .current {
  color: #FFF;
  cursor: default;
}

.fixed-table-pagination .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

.fixed-table-pagination .next, .fixed-table-pagination .prev {
  width: 70px;
}

@media screen and (max-width: 1024px) {
  .pagination-info {
    display: none !important;
  }
}

/*=====bootstrap-treeview开始=====*/
#tree {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  position: absolute;
  height: -webkit-calc(100% - 42px);
  height: calc(100% - 42px);
}

#tree .list-group {
  min-width: 200px;
}

#tree .list-group-item:first-child, #tree .list-group-item:last-child {
  border-radius: 0;
}

#tree .list-group-item {
  border: none;
  padding: 10px 5px;
  white-space: nowrap;
}

.householdRate {
  color: #000000;
  text-decoration: none;
  padding: 5px;
  font-size: 12px;
  display: block;
}

.householdRate:focus {
  color: #31b0d5 !important;
  text-decoration: none;
}

.householdRate:link {
  text-decoration: none;
}

.householdRate:visited {
  text-decoration: none;
}

.householdRate:hover {
  text-decoration: none;
}

.householdRate:active {
  text-decoration: none;
}

ul.checkYear {
  font-size: 0px;
  width: 100%;
  height: 40px;
  padding: 6px 15px;
  line-height: 40px;
}

ul.checkYear li {
  font-size: 14px;
  display: inline-block;
}

.td-normal-wrap {
  white-space: normal !important;
}

/*=====bootstrap-treeview结束=====*/
.select2-container .select2-selection--single {
  height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 7px;
  top: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  max-height: 132px;
  overflow: auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 20px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 110px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  max-height: 86px;
  overflow: auto;
}

.autoScroll {
  max-height: 100%;
  overflow: auto;
}

.single-line {
  height: 1px;
  background-color: #d9e0e7;
  width: 100%;
}

.flex-middle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-scrollY {
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 1024px) {
  .wrap .wrap-container dl {
    width: 100%;
  }
}

/*start of 网站nav栏公用部分样式*/
.headerMT {
  display: none;
}

.cd-nav {
  display: none;
}

.cd-nav-trigger {
  display: none;
}

.moveline li {
  padding: 0 20px;
}

.nav {
  float: left;
  margin-left: 80px;
}

.header-search {
  float: right;
}

.header-search .insearch {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 172px;
  vertical-align: middle;
  border: 1px solid #cbcbcb;
  padding: 5px;
  border-radius: 20px;
  margin-top: 25px;
}

.header-search .insearch .searchInput {
  float: left;
  width: 85%;
  padding-left: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: none;
  outline: none;
  display: inline-block;
  height: 20px;
}

.header-search .insearch img {
  float: left;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.header-service {
  float: right;
}

.header-service .inservice {
  width: 96px;
  height: 85px;
  display: table-cell;
  vertical-align: middle;
}

.header-service .inservice span {
  width: 96px;
  height: 30px;
  display: inline-block;
  background: #0050A4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 21px;
  cursor: pointer;
}

.index-swiper {
  padding-top: 85px;
  width: 100%;
  height: auto;
}

.index-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
  position: relative;
}

.index-swiper .swiper-slide .swiper-shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

.index-swiper .swiper-slide .swiper-shade h4 {
  text-align: left;
  font-size: 38px;
  margin-top: 12%;
  padding-left: 5%;
}

.index-swiper .swiper-slide .swiper-shade p {
  color: #a4a09f;
  font-size: 16px;
  text-align: left;
  padding-left: 5%;
  margin-bottom: 40px;
}

.index-swiper .swiper-slide .swiper-shade div {
  width: 200px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  background: #0050A4;
  margin-left: 5%;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
}

.index-swiper .swiper-pagination {
  width: 100%;
}

.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3.2%;
  height: 4px;
  border-radius: 0;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.index-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #973687;
  border: none;
}

/*end of 网站nav栏公用部分样式*/
/*start of 网站footer公用部分样式*/
footer {
  width: 100%;
  background-color: #262626;
  display: none;
}

footer .footer-content {
  width: 1200px;
  margin: 0 auto;
}

footer .footer-content-mt {
  display: none;
}

ul {
  list-style: none;
}

.footer-top {
  width: 100%;
  overflow: hidden;
}

.footer-top .footer-left {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
}

.footer-top .footer-left .left-inlineblock {
  float: left;
}

.footer-top .footer-left .iphoneicon {
  width: 25%;
}

.footer-top .footer-left .iphone {
  width: 70%;
}

.footer-top .footer-left .iphone span {
  display: inline-block;
}

.footer-top .footer-line {
  width: 62%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px;
  float: left;
  margin-top: 10px;
}

.footer-top .footer-line ul {
  margin: 0 54px;
}

.footer-top .footer-line ul li a:hover {
  color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.footer-top .footer-right {
  width: 18%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px 33px;
  margin-top: 10px;
  float: left;
}

.footer-top .footer-right li img {
  float: left;
  width: 148px;
}

.footer-top .footer-right li span {
  float: left;
  text-align: center;
  width: 148px;
}

.footer-top ul {
  padding: 8px;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

.footer-top ul li {
  padding: 6px 0px 6px 0px;
  color: #ababab;
}

.footer-top ul li ul li {
  padding: 0px;
  margin-top: 4px;
}

.footer-top ul li a {
  color: #ababab;
  text-decoration: none;
  cursor: hand;
}

.footer-top ul .li-title {
  font-size: 1.4rem;
  color: #ffffff;
}

.footer-top .footer-line {
  border-right: 1px solid #393939;
  border-left: 1px solid #393939;
}

.footer-bottom {
  padding: 8px;
  color: #666;
  border-top: 1px solid #393939;
  text-align: center;
}

.footer-bottom a {
  color: #666;
}

.footer-bottom a:hover {
  text-decoration: none;
}

.footer-bottom p {
  margin: 0;
}

.icon1,
.icon2,
.iconempty {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.icon1 {
  background: url("../img/icon/telphone.png") no-repeat center;
  background-size: contain;
}

.icon2 {
  background: url("../img/icon/address.png") no-repeat center;
  background-size: contain;
}

.contact-inlineblock {
  padding-left: 4px;
  display: inline-block;
  width: 62%;
  padding-top: 10px;
}

.icon3 {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: 100%;
  background: url("../img/code1.png") no-repeat;
  background-size: contain;
}

/*end of 网站footer公用部分样式*/
/*======PC端最小宽度======*/
@media only screen and (min-device-width: 900px) {
  .index-swiper,
  .page-swiper,
  .intro2,
  .intro4,
  .intro6,
  footer {
    min-width: 1200px;
  }
}

.bdimgshare-bg {
  display: none;
}

.bdimgshare-content {
  display: none;
}

.bdsharebuttonbox {
  padding-top: 30px;
  float: right;
}

.assist-bg img {
  margin-top: 86px;
  min-width: 1200px;
}

/*==loadingpic==*/
footer {
  display: block;
}

.clearfloat {
  clear: both;
}

.headerNav .submenu_about {
  height: 240px !important;
}

.img-responsive {
  padding-top: 86px;
}

.panel {
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
}

.panel-body {
  padding: 0px 15px 30px 15px !important;
  border-top: none !important;
  color: #666;
}

.panel-heading {
  padding: 20px 15px 30px 15px;
  background: #fff !important;
}

.a_par span {
  background: url(../img/icon/top.png) center center no-repeat !important;
  background-size: cover !important;
}

ul li:focus > ul li a {
  background: #0050A4;
}

.panel-title {
  font-size: 20px !important;
}

.panel-title a {
  display: inline-block;
  width: 96%;
}

.panel-title span {
  float: right;
  background: url(../img/icon/bottom.png) center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
}

.panel-title span a {
  height: 20px;
  width: 20px;
}

.panel-title a:hover, .panel-title a:focus {
  text-decoration: none;
}

.product-doc {
  width: 100%;
  height: 1200px;
}

.product-presentation {
  display: inline-block;
  width: 900px;
  height: 1200px;
  margin: 32px 0 0 20px;
}

.jquery-accordion-menu ul li a {
  width: 251px;
}

.red.jquery-accordion-menu > ul > li:hover > a {
  color: #0050A4;
  background: #fff;
}

.red.jquery-accordion-menu > ul > li.active > a {
  background: #0050A4 !important;
  color: #fff !important;
}
.qa-title-class {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px;
}
.qa-subtitle-class {
  font-size: 18px;
  margin: 10px 0px;
}
.qa-subtitle-lv1-class {
  font-size: 16px;
  text-indent: 1em;
  margin: 5px 0px;
}
.qa-content-class {
  text-indent: 2em;
}
