*{margin: 0;padding: 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing: border-box;word-wrap:break-word;word-break:break-all;}
html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
input[type=search]::-webkit-search-cancel-button{-webkit-appearance: none;}
*:focus {outline: 0 !important;}
img {vertical-align: middle;border: none}
ul, ol {margin: 0;}
li {list-style: none}
p {margin: 0;}
a {text-decoration: none;cursor: pointer;background-color: transparent;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
pre {overflow: auto;}
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}
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],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding: 0;border: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {padding: 0;}
input[type="number"]{-moz-appearance:textfield;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none !important;margin: 0; height: auto;}
legend {padding: 0;border: 0;}
textarea {overflow: auto;}
input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;}
.app {position: absolute;top:0;left:0;width: 100%;height:100%;overflow-x: auto;overflow-y: hidden;-webkit-overflow-scrolling: touch;}
.app-nav{ position: absolute;width: 250px;left: 0;}
.app-nav.logo {top: 0;height: 50px;color:#FFF;text-align:center;font-size:22px;font-weight:600;line-height:50px;letter-spacing: 0.08em;z-index: 1000;overflow: hidden;background-color:#16aad8;border-right: 1px solid #17a0cb;}
.app-nav.wrap {top: 50px;bottom: 80px;padding:20px 0 20px 0;overflow-y:auto;overflow-x:hidden;background-color:#FFF;border-right: 1px solid #dee5e7;-webkit-overflow-scrolling: touch;}
.app-nav.footer {bottom: 0;height: 80px;line-height: 20px;padding: 20px 10px;z-index: 1000;text-align: center;overflow: hidden;background-color: #fbfbfb;border-right: 1px solid #dee5e7;border-top: 1px solid #dee5e7;}
.app-content {position: absolute;top: 0;right: 0;bottom: 0;left: 250px;min-width:1110px;background-color:#F4F5F7;}
.app-content-header {position: absolute;top: 0;right: 0;left: 0;height: 50px;z-index: 1000;background-color:#16aad8;}
.app-content-scroll {position: absolute; top: 50px;right:0; bottom:0; left: 0; overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling: touch;}
.app-content-footer-all { bottom:51px;}
.app-content-nav { height:40px; background-color:#fbfbfb;}
.app-content-body { margin-top:20px;margin-bottom:20px; height:auto; padding-right: 5px; padding-left: 5px;}
.app-content-footer { position: absolute; left: 0; right:0; bottom:0; height: 50px; line-height: 45px; padding: 0 31px; z-index: 1000; overflow: hidden; background-color: #fbfbfb;}


body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei, 微软雅黑, Arial;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  letter-spacing: 0.03em;
  color: #58666e;
  background-color: transparent;
}

hr {
  width:100%;
  overflow:hidden;
  margin:17px 0;
  border: 0;
  border-top: 1px dashed #dee5e7;
}

.line {
  width: 100%;
  height: 2px;
  margin: 8px 0;
  overflow: hidden;
  font-size: 0;
}

.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.row-table > [class*="col-"] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}

.hbox {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
}
.hbox .col {
    display: table-cell;
    float: none;
    height: 100%;
}

code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
a {color: #58666e;}
a:hover,a:focus {text-decoration: none;}

select{padding: 0 0 0 2px;}

p + p {
	margin-top:4px;
}
::-webkit-scrollbar {width: 5px;height: 10px;}
::-webkit-scrollbar-thumb {border-radius: 5px;background: #d1d1d1;}
::-webkit-scrollbar-track {border-radius: 5px;background: #EDEDED;}



/*模态窗口开始*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .4;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0 0 0 20px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 650px;
  margin: 49px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(85, 94, 110, 0.54);;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 13px 10px;
  border-bottom: 2px solid #23b7e5;
}
.modal-header .close {
  margin-top: -7px;
}
.modal-title {
  font-weight:700;
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-footer {
  padding: 8px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*模态窗口结束*/


/*表格开始*/
.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse !important;
  background-color: #fff !important;
}

td,th {
  padding: 0;
}

th {
  text-align:left;
}

.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 15px;
  line-height: 1.55857143;
  border-top: 1px solid #eaeff0;
}

.table > thead > tr > th {
  padding: 15px 15px;
  font-size: 16px;
  line-height: 1.55857143;
  border-bottom: 2px solid #eaeff0;
}

.table-responsive {
  min-height: .01%;
}

.table-responsive {
  width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 0;
}

.table-striped > tbody > tr:nth-child(odd){
  background-color: #fafbfc;
}
/*表格结束*/




/*单选框开始*/
.i-switch {
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #27c24c;
  border-radius: 30px;
}

.i-switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.i-switch input:checked + i:before {
  top: 50%;
  right: 5px;
  bottom: 50%;
  left: 50%;
  border-width: 0;
  border-radius: 5px;
}

.i-switch input:checked + i:after {
  margin-left: 16px;
}

.i-switch i:before {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #cfdadd;
  border-radius: 30px;
  content: "";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.i-switch i:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin-left 0.3s;
          transition: margin-left 0.3s;
}

.i-switch-md {
  width: 40px;
  height: 24px;
}

.i-switch-md input:checked + i:after {
  margin-left: 17px;
}

.i-switch-md i:after {
  width: 22px;
}

.i-switch-lg {
  width: 50px;
  height: 30px;
}

.i-switch-lg input:checked + i:after {
  margin-left: 21px;
}

.i-switch-lg i:after {
  width: 28px;
}

.i-checks {
  padding-left: 15px;
  cursor: pointer;
}

.i-checks input {
  position: absolute;
  margin-left: -15px;
  opacity: 0;
}

.i-checks input:checked + i {
  border-color: #23b7e5;
}

.i-checks input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5;
}

.i-checks input:checked + span .active {
  display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7;
}

.i-checks > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -15px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
}
.i-checks-lg{
	font-size: 20px;
}
.i-checks-lg > i {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}

.i-checks-lg input:checked + i:before {
  width: 14px;
  height: 14px;
}

.i-checks-md{
	font-size: 18px;
}
.i-checks-md > i {
  width: 22px;
  height: 22px;
  margin-top: -5px;
}

.i-checks-md input:checked + i:before {
  width: 12px;
  height: 12px;
}

.i-checks > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}


.i-checks > span .active {
  display: none;
}
/*单选框结束*/




/*下拉菜单开始*/
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 1009;
  display: none;
  float: left;
  min-width: 100px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  font-weight:600;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .175);
          box-shadow: 0 1px 8px rgba(0, 0, 0, .175);
}
.dropdown-menu.fr {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li + li {
  border-top: 1px solid #ECECEC;
}
.dropdown-menu > li > a {
  display: block;
  padding: 15px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}



.arrow {
  z-index: 10;
  border-width: 9px;
}

.arrow,
.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.arrow:after {
  border-width: 8px;
  content: "";
}

.arrow.top {
  top: -9px;
  left: 50%;
  margin-left: -9px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-width: 0;
}

.arrow.top:after {
  top: 1px;
  margin-left: -8px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.arrow.top.arrow-info:after {
  border-bottom-color: #23b7e5;
}
.arrow.top.arrow-default:after {
  border-bottom-color: #fff;
}



.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/*下拉菜单结束*/


/*导航开始*/

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  border-left:5px solid transparent;
  -webkit-transition:border-left-color 0.4s ease;
  transition:border-left-color 0.4s ease;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color:#505050;
}
.nav.nav-sub > li > a {
  padding: 15px 15px 15px 50px;
}
.nav > li.active {
	border-left-color:#23b7e5;
	background-color:#f7f7f7;
}
.nav > li.active > a {
	color:#23b7e5;
}
.nav > li.active > a[class*="auto"] {
	background-color: #f1f1f1;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color:#23b7e5;
}
.nav-sub {
  height: 0;
  margin-left: -20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
}
.nav-sub > li {
	border-left: 0 !important;
}
.active .nav-sub,
.app-aside-folded li:hover .nav-sub,
.app-aside-folded li:focus .nav-sub,
.app-aside-folded li:active .nav-sub {
  height: auto !important;
  margin-left: 0;
  overflow: auto;
  opacity: 1;
}

.text-active,
.active > .text,
.active > .auto .text {
  display: none !important;
}

.active > .text-active,
.active > .auto .text-active {
  display: inline-block !important;
}


.page,.search {
  position: relative;
  display: block;
}
.page > button,.page > .dropdown > button,.page > a {
  display: block;
  float:left;
  color:#fff;
  font-size:14px;
  text-align:center;
  font-weight:600;
  min-width:75px;
  height:50px;
  line-height:46px;
  padding:0 15px;
  background-color:#15a0cb;
  outline:none;
  border-top:3px solid transparent;
}

.page > button + button,.page > .dropdown + .dropdown,.page > .dropdown + a,.page > button + .dropdown,.page > .dropdown + button,.page > button + a,.page > a + button,.page > a + a {
	border-left: 1px solid #1595bd;
}

.page > .dropdown {
	float:left;
}

.page button:hover,.page a:hover{
  border-top-color:#fcff00;
  color:#fcff00;
  -webkit-transition:border-top-color 0.2s ease;
  transition:border-top-color 0.2s ease;
}

.page button.active,.page a.active {
	color:#fcff00;
}

.page button:active,.page a:active{
  border-top-color:#ff0000;
}
/*导航结束*/





/*按钮开始*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
	outline: 0!important;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px 12px;
    font-size: 16px;
	height:46px;
    line-height:44px;
	letter-spacing: 0.05em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

.btn-lg{
  height:53px;
  line-height:51px;
  padding: 0 20px;
  font-size: 20px;
}
.btn-md{
  height:39px;
  line-height:37px;
  padding: 0 16px;
  font-size: 14px;
}
.btn-sm{
  height:32px;
  line-height:30px;
  padding: 0px 10px;
  font-size: 12px;
}
.btn-xs{
  height:25px;
  line-height:23px;
  padding: 0 5px;
  font-size: 12px;
}
.btn-i {
  font-size: 16px;
}
.btn-block {
  display: block;
  width: 100%;
}

.btn:hover,.btn:active                   {-webkit-transition:background-color 0.3s ease;transition:background-color 0.3s ease;}
.btn-hong:hover,.btn-hong:active         {background-color: hsl(0,85%,60%);}
.btn-hong.dl:hover,.btn-hong.dl:active   {background-color: hsl(0,85%,70%);}
.btn-hong.dk:hover,.btn-hong.dk:active   {background-color: hsl(0,85%,50%);}
.btn-cheng:hover,.btn-cheng:active       {background-color: hsl(26,90%,50%);}
.btn-cheng.dl:hover,.btn-cheng.dl:active {background-color: hsl(26,90%,60%);}
.btn-cheng.dk:hover,.btn-cheng.dk:active {background-color: hsl(26,90%,45%);}
.btn-huang:hover,.btn-huang:active       {background-color: hsl(50,86%,50%);}
.btn-huang.dl:hover,.btn-huang.dl:active {background-color: hsl(50,86%,60%);}
.btn-huang.dk:hover,.btn-huang.dk:active {background-color: hsl(50,86%,45%);}
.btn-lv:hover,.btn-lv:active             {background-color: hsl(110,60%,45%);}
.btn-lv.dl:hover,.btn-lv.dl:active       {background-color: hsl(110,60%,55%);}
.btn-lv.dk:hover,.btn-lv.dk:active       {background-color: hsl(110,60%,40%);}
.btn-qing:hover,.btn-qing:active         {background-color: hsl(195,70%,45%);}
.btn-qing.dl:hover,.btn-qing.dl:active   {background-color: hsl(195,70%,55%);}
.btn-qing.dk:hover,.btn-qing.dk:active   {background-color: hsl(195,70%,40%);}
.btn-lan:hover,.btn-lan:active           {background-color: hsl(220,70%,65%);}
.btn-lan.dl:hover,.btn-lan.dl:active     {background-color: hsl(220,70%,75%);}
.btn-lan.dk:hover,.btn-lan.dk:active     {background-color: hsl(220,70%,55%);}
.btn-zi:hover,.btn-zi:active             {background-color: hsl(290,90%,50%);}
.btn-zi.dl:hover,.btn-zi.dl:active       {background-color: hsl(290,90%,60%);}
.btn-zi.dk:hover,.btn-zi.dk:active       {background-color: hsl(290,90%,40%);}
.btn-fen:hover,.btn-fen:active           {background-color: hsl(330,90%,50%);}
.btn-fen.dl:hover,.btn-fen.dl:active     {background-color: hsl(330,90%,60%);}
.btn-fen.dk:hover,.btn-fen.dk:active     {background-color: hsl(330,90%,45%);}
.btn-hei:hover,.btn-hei:active           {background-color: hsl(230,28%,5%);}
.btn-hei.dl:hover,.btn-hei.dl:active     {background-color: hsl(230,28%,20%);}
.btn-hei.dk:hover,.btn-hei.dk:active     {background-color: hsl(230,28%,0%);}
.btn-hui:hover,.btn-hui:active           {background-color: hsl(210,5%,70%);}
.btn-hui.dl:hover,.btn-hui.dl:active     {background-color: hsl(210,5%,80%);}
.btn-hui.dk:hover,.btn-hui.dk:active     {background-color: hsl(210,5%,60%);}
.btn-bai:hover,.btn-bai:active           {background-color: hsl(195,15%,97%);}
.btn-bai.dl:hover,.btn-bai.dl:active     {background-color: hsl(195,15%,93%);}
.btn-bai.dk:hover,.btn-bai.dk:active     {background-color: hsl(195,15%,90%);}
/*按钮结束*/




/*搜索框开始*/
.search{
	padding:8px 0;
}
.search > form > input {
    display: block;
	float:left;
    width: 200px;
    height: 34px;
    padding: 0 0 0 15px;
	border-top-left-radius:17px;
	border-bottom-left-radius:17px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.search > form > input + button {
	float:left;
	height: 34px;
	line-height:32px;
	margin-left:-1px;
	padding:0 15px 3px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-right-radius:17px;
	border-bottom-right-radius:17px;
}
/*搜索框结束*/


.breadcrumb {
  padding: 8px 10px;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 2px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.breadcrumb select {
	font-size:12px;
	margin-top: -4px;
	color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}





/*输入框开始*/
.form {
  display: block;
  width: 100%;
  height: 46px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #4f575d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfdadd;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-xlg {height: 60px;font-size: 20px;}
.form-lg {height: 53px;font-size: 18px;}
.form-md {height: 39px;font-size: 14px;}
.form-sm {height: 32px;font-size: 14px;}
.form-xs {height: 25px;font-size: 12px;}
.form.checks {
    width:auto;
}
.form:focus {
  border-color: #23b7e5;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form:-ms-input-placeholder {
  color: #999;
}
.form::-webkit-input-placeholder {
  color: #999;
}
.form[disabled],
.form[readonly],
fieldset[disabled] .form {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

.form.no,.input-addon.no {
  border-color: transparent;
  border-width: 0;
}


.input {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input .form {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-addon,
.input-btn,
.input .form {
  display: table-cell;
}
.input-addon,
.input-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-addon {
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #cfdadd;
}
.input-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-btn > .btn {
  position: relative;
}
.input-btn > .btn + .btn {
  margin-left: -1px;
}
.input-btn > .btn:hover,
.input-btn > .btn:focus,
.input-btn > .btn:active {
  z-index: 2;
}
.input-btn:first-child > .btn {
  margin-right: -1px;
}
.input-btn:last-child > .btn {
  margin-left: -1px;
}
.input-addon:first-child {
  border-right: 0;
}
.input-addon:last-child {
  border-left: 0;
}
/*输入框结束*/










.pan {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e7ecee;
}
.pan-title {
  padding: 15px 15px;
  font-weight: bold;
  border-bottom: 2px solid #23b7e5;
  margin: -1px -1px 0 -1px;
}

.pan-title > div {
	display: block;
	height:26px;
	line-height:27px;
	padding-left:10px;
    border-left: 5px solid #23b7e5;
}

.pan > .list-group {
	margin-bottom: 0px;
}
.pan > .list-group .list {
	border-width: 1px 0;
}

.pan .list,.list-group .list {
    border-color: #edf1f2;
}

.pan > .list-group .list:last-child {
	border-width: 1px 0 0 0;
}

.list {
  position: relative;
  display: block;
  padding: 18px 15px;
  background-color:#fff;
  border: 1px solid #e7ecee;
}
.list + .list{
  border-top: 0;
}
li > .list{
  border-top: 0;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list > .badge {
  float: right;
}
.list > .badge + .badge {
  margin-right: 5px;
}
a.list {
  color: #555;
}
a.list:hover,
a.list:focus {
  color: #555;
  text-decoration: none;
  background-color: #fafbfc;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}



.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-1.no,.col-2.no,.col-3.no,.col-4.no,.col-5.no,.col-6.no,.col-7.no,.col-8.no,.col-9.no,.col-10.no,.col-11.no,.col-12.no{
  padding-right: 0px;
  padding-left: 0px;
}

.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}
.col-pull-12 {right: 100%;}
.col-pull-11 {right: 91.66666667%;}
.col-pull-10 {right: 83.33333333%;}
.col-pull-9 {right: 75%;}
.col-pull-8 {right: 66.66666667%;}
.col-pull-7 {right: 58.33333333%;}
.col-pull-6 {right: 50%;}
.col-pull-5 {right: 41.66666667%;}
.col-pull-4 {right: 33.33333333%;}
.col-pull-3 {right: 25%;}
.col-pull-2 {right: 16.66666667%;}
.col-pull-1 {right: 8.33333333%;}
.col-pull-0 {right: auto;}
.col-push-12 {left: 100%;}
.col-push-11 {left: 91.66666667%;}
.col-push-10 {left: 83.33333333%;}
.col-push-9 {left: 75%;}
.col-push-8 {left: 66.66666667%;}
.col-push-7 {left: 58.33333333%;}
.col-push-6 {left: 50%;}
.col-push-5 {left: 41.66666667%;}
.col-push-4 {left: 33.33333333%;}
.col-push-3 {left: 25%;}
.col-push-2 {left: 16.66666667%;}
.col-push-1 {left: 8.33333333%;}
.col-push-0 {left: auto;}
.col-offset-12 {margin-left: 100%;}
.col-offset-11 {margin-left: 91.66666667%;}
.col-offset-10 {margin-left: 83.33333333%;}
.col-offset-9 {margin-left: 75%;}
.col-offset-8 {margin-left: 66.66666667%;}
.col-offset-7 {margin-left: 58.33333333%;}
.col-offset-6 {margin-left: 50%;}
.col-offset-5 {margin-left: 41.66666667%;}
.col-offset-4 {margin-left: 33.33333333%;}
.col-offset-3 {margin-left: 25%;}
.col-offset-2 {margin-left: 16.66666667%;}
.col-offset-1 {margin-left: 8.33333333%;}
.col-offset-0 {margin-left: 0;}


@media (max-width: 1700px) {
.col-md-8 {width: 83.33333333%;}
.col-offset-2 {margin-left: 8.33333333%;}
.breadml {padding-left:100px;}
}

@media (max-width: 1500px) {
.col-md-10,.col-md-8 {width: 100%;}
.col-offset-2,col-offset-1 {margin-left: 0;}
.breadml {padding-left:200px;}
}





.t-shadow {color:#FFF;font-weight:600; text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);}

/*字体开始*/
.f0,.f1,.f2,.f3 {font-size: 12px;}
.f4 {font-size: 14px;}
.f5 {font-size: 16px;}
.f6 {font-size: 18px;}
.f7 {font-size: 20px;}
.f8 {font-size: 22px;}
.f9 {font-size: 26px;}
.f10 {font-size: 28px;}
.f11 {font-size: 32px;}
.f12 {font-size: 36px;}
.f13 {font-size: 42px;}
.f14 {font-size: 50px;}
.f15 {font-size: 60px;}
.f16 {font-size: 70px;}
.f17 {font-size: 90px;}
.f18 {font-size: 120px;}
.f19 {font-size: 150px;}
.f20 {font-size: 200px;}


h1,h2,h3,h4,h5,h6 {margin:0;font-weight: 600;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
/*字体结束*/

i {font-weight: bold;} /*图标加粗*/





.w0  {width:0px;}
.w1  {width:3px;}
.w2  {width:5px;}
.w3  {width:10px;}
.w4  {width:15px;}
.w5  {width:20px;}
.w6  {width:25px;}
.w7  {width:30px;}
.w8  {width:35px;}
.w9  {width:40px;}
.w10 {width:50px;}
.w11 {width:60px;}
.w12 {width:70px;}
.w13 {width:80px;}
.w14 {width:90px;}
.w15 {width:100px;}
.w16 {width:110px;}
.w17 {width:130px;}
.w18 {width:150px;}
.w249 {width:249px;}
.w250 {width:250px;}
.w360 {width:360px;}
.w400 {width:400px;}
.w600 {width:600px;}
.w1300 {width:1300px;}

.h0  {height:0px;}
.h1  {height:3px;}
.h2  {height:5px;}
.h3  {height:10px;}
.h4  {height:15px;}
.h5  {height:20px;}
.h6  {height:25px;}
.h7  {height:30px;}
.h8  {height:35px;}
.h9  {height:40px;}
.h10 {height:50px;}
.h11 {height:60px;}
.h12 {height:70px;}
.h13 {height:80px;}
.h14 {height:90px;}
.h15 {height:100px;}
.h16 {height:110px;}
.h17 {height:130px;}
.h18 {height:150px;}


.b {border: 1px solid #e7ecee;}
.bt {border-top: 1px solid #e7ecee;}
.br {border-right: 1px solid #e7ecee;}
.bb {border-bottom: 1px solid #e7ecee;}
.bl {border-left: 1px solid #e7ecee;}
.bd {border-style: dashed !important;border-width: 0;}

.b0 {border-width: 0px;}
.b1 {border-width: 1px;}
.b2 {border-width: 2px;}
.b3 {border-width: 3px;}
.b4 {border-width: 4px;}
.b5 {border-width: 5px;}

.r0 {border-radius:0;}
.r1 {border-radius:10%;}
.r2 {border-radius:20%;}
.r3 {border-radius:30%;}
.r4 {border-radius:40%;}
.r5 {border-radius:50%;}


.m0  {margin: 0 !important;}
.m1  {margin: 3px;}
.m2  {margin: 5px;}
.m3  {margin: 10px;}
.m4  {margin: 15px;}
.m5  {margin: 20px;}
.m6  {margin: 25px;}
.m7  {margin: 30px;}
.m8  {margin: 35px;}
.m9  {margin: 40px;}
.m10 {margin: 50px;}
.m11 {margin: 60px;}
.m12 {margin: 70px;}


.ml0  {margin-left: 0 !important;}
.ml1  {margin-left: 3px;}
.ml2  {margin-left: 5px;}
.ml3  {margin-left: 10px;}
.ml4  {margin-left: 15px;}
.ml5  {margin-left: 20px;}
.ml6  {margin-left: 25px;}
.ml7  {margin-left: 30px;}
.ml8  {margin-left: 35px;}
.ml9  {margin-left: 40px;}
.ml10 {margin-left: 50px;}
.ml11 {margin-left: 60px;}
.ml12 {margin-left: 70px;}

.mr0  {margin-right: 0 !important;}
.mr1  {margin-right: 3px;}
.mr2  {margin-right: 5px;}
.mr3  {margin-right: 10px;}
.mr4  {margin-right: 15px;}
.mr5  {margin-right: 20px;}
.mr6  {margin-right: 25px;}
.mr7  {margin-right: 30px;}
.mr8  {margin-right: 35px;}
.mr9  {margin-right: 40px;}
.mr10 {margin-right: 50px;}
.mr11 {margin-right: 60px;}
.mr12 {margin-right: 70px;}

.mt0  {margin-top: 0 !important;}
.mt1  {margin-top: 3px;}
.mt2  {margin-top: 5px;}
.mt3  {margin-top: 10px;}
.mt4  {margin-top: 15px;}
.mt5  {margin-top: 20px;}
.mt6  {margin-top: 25px;}
.mt7  {margin-top: 30px;}
.mt8  {margin-top: 35px;}
.mt9  {margin-top: 40px;}
.mt10 {margin-top: 50px;}
.mt11 {margin-top: 60px;}
.mt12 {margin-top: 70px;}


.mb0  {margin-bottom: 0 !important;}
.mb1  {margin-bottom: 3px;}
.mb2  {margin-bottom: 5px;}
.mb3  {margin-bottom: 10px;}
.mb4  {margin-bottom: 15px;}
.mb5  {margin-bottom: 20px;}
.mb6  {margin-bottom: 25px;}
.mb7  {margin-bottom: 30px;}
.mb8  {margin-bottom: 35px;}
.mb9  {margin-bottom: 40px;}
.mb10 {margin-bottom: 50px;}
.mb11 {margin-bottom: 60px;}
.mb12 {margin-bottom: 70px;}


.p0  {padding: 0 !important;}
.p1  {padding: 3px;}
.p2  {padding: 5px;}
.p3  {padding: 10px;}
.p4  {padding: 15px;}
.p5  {padding: 20px;}
.p6  {padding: 25px;}
.p7  {padding: 30px;}
.p8  {padding: 35px;}
.p9  {padding: 40px;}
.p10 {padding: 50px;}
.p11 {padding: 60px;}
.p12 {padding: 70px;}


.pl0  {padding-left: 0 !important;}
.pl1  {padding-left: 3px;}
.pl2  {padding-left: 5px;}
.pl3  {padding-left: 10px;}
.pl4  {padding-left: 15px;}
.pl5  {padding-left: 20px;}
.pl6  {padding-left: 25px;}
.pl7  {padding-left: 30px;}
.pl8  {padding-left: 35px;}
.pl9  {padding-left: 40px;}
.pl10 {padding-left: 50px;}
.pl11 {padding-left: 60px;}
.pl12 {padding-left: 70px;}


.pr0  {padding-right: 0 !important;}
.pr1  {padding-right: 3px;}
.pr2  {padding-right: 5px;}
.pr3  {padding-right: 10px;}
.pr4  {padding-right: 15px;}
.pr5  {padding-right: 20px;}
.pr6  {padding-right: 25px;}
.pr7  {padding-right: 30px;}
.pr8  {padding-right: 35px;}
.pr9  {padding-right: 40px;}
.pr10 {padding-right: 50px;}
.pr11 {padding-right: 60px;}
.pr12 {padding-right: 70px;}


.pt0  {padding-top: 0 !important;}
.pt1  {padding-top: 3px;}
.pt2  {padding-top: 5px;}
.pt3  {padding-top: 10px;}
.pt4  {padding-top: 15px;}
.pt5  {padding-top: 20px;}
.pt6  {padding-top: 25px;}
.pt7  {padding-top: 30px;}
.pt8  {padding-top: 35px;}
.pt9  {padding-top: 40px;}
.pt10 {padding-top: 50px;}
.pt11 {padding-top: 60px;}
.pt12 {padding-top: 70px;}

.pb0  {padding-bottom: 0 !important;}
.pb1  {padding-bottom: 3px;}
.pb2  {padding-bottom: 5px;}
.pb3  {padding-bottom: 10px;}
.pb4  {padding-bottom: 15px;}
.pb5  {padding-bottom: 20px;}
.pb6  {padding-bottom: 25px;}
.pb7  {padding-bottom: 30px;}
.pb8  {padding-bottom: 35px;}
.pb9  {padding-bottom: 40px;}
.pb10 {padding-bottom: 50px;}
.pb11 {padding-bottom: 60px;}
.pb12 {padding-bottom: 70px;}
