.cursor {
  cursor: pointer;
}
.transition {
  transition: all 0.2s linear 0s;
}
.box-shadow {
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 10px #ccc;
  transition: all 0.2s linear 0s;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}
li {
  list-style: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #fff;
  color: #1e1e1e;
  font: 14px Helvetica Neue, Helvetica, "microsoft yahei", Tahoma, Arial, sans-serif;
}
hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  background-color: #efefef;
  clear: both;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover,
.table a:hover {
  color: #076baf;
}
.table a {
  color: #1e1e1e;
}
.container {
  width: 1180px;
  display: block;
  margin: auto;
  clear: both;
}
.container::after {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  height: 0px;
  line-height: 0px;
  content: "";
}
.clear-fix {
  clear: both;
  display: block;
  overflow: hidden;
}
.select {
  margin: 0 auto;
  min-width: 60px;
  max-width: 325px;
  vertical-align: middle;
  text-align: center;
  height: 30px;
  line-height: 35px;
  user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 1em;
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:hover {
  background: #34383c;
}
.fnormal {
  font-weight: normal;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.img-circle {
  border-radius: 100%;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ov {
  overflow: hidden;
}
.p30 {
  padding: 30px;
}
.p20 {
  padding: 20px;
}
.p10 {
  padding: 10px;
}
.m30 {
  marign: 30px;
}
.m20 {
  marign: 20px;
}
.m10 {
  marign: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f24 {
  font-size: 24px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.f72 {
  font-size: 72px;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
.row-title {
  display: block;
  clear: both;
  overflow: hidden;
  text-align: center;
  padding: 60px 0 40px 0;
}
.row-stitle h2 {
  font-size: 36px;
}
.row-title .row-stitle {
  font-size: 16px;
  padding: 10px 0 0 0;
  opacity: 0.5;
}
.row {
  margin: 0 -10px 0 -10px;
  clear: both;
  display: block;
}
.row::after {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  height: 0px;
  line-height: 0px;
  content: "";
}
.col-10,
.col-20,
.col-30,
.col-40,
.col-50,
.col-60,
.col-70,
.col-80,
.col-90,
.col-100,
.col-25,
.col-33,
.col-67,
.col-75 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 10px 0 10px;
  min-height: 210px;
}
.col-10 {
  width: 10%;
}
.col-20 {
  width: 20%;
}
.col-30 {
  width: 30%;
}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}
.col-90 {
  width: 90%;
}
.col-100 {
  width: 100%;
}
.col-25 {
  width: 25%;
}
.col-33 {
  width: 33.333%;
}
.col-67 {
  width: 66.667%;
}
.col-75 {
  width: 75%;
}
/*field*/
.field-title {
  margin: 20px 0 20px;
  border: 0px;
  border-top: 1px solid #efefef;
}
.field-title legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 800;
}
/*breadcrumb*/
.breadcrumb {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.breadcrumb a:first-child:before {
  content: "\e703 ";
  font-family: "iconfont";
}
.breadcrumb a:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb a:last-child {
  color: #999;
}
.breadcrumb a:last-child:after {
  content: "";
}
/*article*/
.article {
  padding: 0px 20px;
}
.article-title {
  font-size: 28px;
  padding: 20px 0;
}
.article-date {
  color: #7f7f7f;
  padding: ;
  position: relative;
}
.article-abstract {
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-radius: 8px;
  color: #999;
}
.article-share {
  position: relative;
}
.article-share .article-share-title {
  padding: 10px 0;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 18px;
  border-bottom: 1px solid #efefef;
}
.article-content {
  padding: 10px 0;
}
.article-content p {
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 28px;
}
.article-content img {
  max-width: 100%;
  clear: both;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
/*page*/
.page {
  padding: 30px 0px 80px;
  font-size: 14px;
}
.page b {
  color: #0076cd;
}
.page a {
  padding: 5px 10px;
  margin-left: 2px;
  background-color: #d0d0d0;
}
.page .on,
.page a:hover {
  background-color: #1978c8;
  color: #fff;
}
/*nav*/
.nav ul li {
  cursor: pointer;
  float: left;
  position: relative;
}
.nav ul li a {
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 0 19px;
  color: #fff;
}
.nav ul .active a,
.nav ul li a:hover,
.nav ul li:hover > a {
  color: #fff;
  background-color: #0276cd;
}
.nav ul li a:after {
  top: 10px;
  content: "";
  height: 30px;
  left: 100%;
  position: absolute;
}
.nav ul li:last-child a:after {
  border: 0px;
}
.nav .sub-box {
  border: 1px solid #efefef;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  min-height: 150px;
  top: 49px;
  min-width: 240px;
  padding: 10px 5px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
  display: none;
}
.nav ul li:hover .sub-box {
  display: block;
}
.nav ul li .sub-box dl {
  margin-bottom: 10px;
}
.nav ul li .sub-box dt {
  font-size: 18px;
  display: block;
  text-indent: 20px;
  clear: both;
  width: 100%;
  margin-left: 0px;
  border-bottom: 1px solid #efefef;
  height: 40px;
  line-height: 40px;
}
.nav ul li .sub-box dd a {
  font-size: 14px;
  display: block;
  width: 95%;
  line-height: 36px;
  color: #666;
  text-align: left;
  margin: auto;
  -moz-transition: padding-left 0.5s;
  -webkit-transition: padding-left 0.5s;
  -o-transition: padding-left 0.5s;
}
.nav ul li .sub-box dd a:before {
  content: "\e6f8";
  margin-right: 5px;
  font-family: "iconfont";
}
.nav ul li .sub-box dd a:hover {
  background-color: #056190;
  padding-left: 40px;
  color: #fff;
  line-height: 36px;
  height: 36px;
}
.nav ul li a > .badge,
.nav ul li a > .badge-dot {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -15px 2px 0;
}
.footer {
  background-color: #2b2b2b;
  color: #9e9e9e;
  padding: 40px;
}
.footer a:hover {
  color: #076baf;
}
.copyright {
  padding: 15px 0;
  color: #9e9e9e;
}
.list ul {
  padding: 0;
}
.list ul li {
  background: url(../images/point_01.jpg) no-repeat;
  background-position: 0 12px ;
  text-indent: 20px;
  height: 34px;
  line-height: 34px;
  position: relative;
}
.list ul li a {
  height: 34px;
  line-height: 34px;
  padding-right: 100px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1e1e1e;
}
.list ul li:hover {
  background-color: #d0d0d0;
}
.list ul li:hover a {
  color: #076baf;
}
.list ul li em {
  position: absolute;
  color: #333;
  top: 0px;
  right: 15px;
  font-size: 12px;
  font-style: normal;
}
.list-nodate ul li a {
  padding-right: 0px;
}
.list-nopoint ul li {
  background-image: none;
  text-indent: 0px;
}
.list-solid ul li {
  border-bottom: 1px solid #efefef;
}
.list-dashed ul li {
  border-bottom: 1px dashed #efefef;
}
.list-detail ul li {
  line-height: 28px;
  height: auto;
  text-indent: 75px;
  background-image: none;
  border-bottom: 1px dashed #efefef;
  margin-bottom: 8px;
}
.list-detail ul li em {
  position: absolute;
  left: 0px;
  text-indent: 0px;
  top: 5px;
  color: #fff;
  background-color: #7f7f7f;
  width: 70px;
  text-align: center;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
}
.list-detail ul li {
  height: 55px;
  line-height: 55px;
  background-position: 0px 25px;
}
.list-detail ul li a {
  font-size: 18px;
  height: 55px;
  line-height: 55px;
}
/*panel*/
.panel {
  border: 1px solid #efefef;
  background-color: #fff;
  margin-bottom: 20px;
}
.panel-heading {
  background-color: #f7f7f7;
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 10px 20px;
  height: 46px;
  overflow: hidden;
}
.panel-heading h3 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.panel-body {
  padding: 20px;
  overflow: hidden;
  color: #7f7f7f;
}
.panel-footer {
  position: relative;
  border-top: 1px solid #efefef;
  padding: 10px 20px;
  line-height: 46px;
  color: #999;
}
.panel .panel-heading em {
  position: absolute;
  right: 10px;
  top: 15px;
  font-style: normal;
  width: 200px;
  text-align: right;
}
.panel .panel-heading em a {
  font-size: 12px;
  color: #333;
  padding: 2px;
}
.panel .panel-heading em a:hover {
  color: #076baf;
}
/*panel-tab*/
.panel-tabs {
  padding: 0px;
  overflow: inherit;
}
.panel-tabs li {
  line-height: 46px;
  height: 46px;
  float: left;
  border-right: 1px solid #eaeaea;
}
.panel-tabs li a,
.panel-tabs li span {
  cursor: pointer;
  padding: 0 30px;
  display: block;
  font-size: 16px;
  color: #333;
}
.panel-tabs li.active,
.panel-tabs li.on {
  background-color: #fff;
}
.panel-tabs li.active a {
  color: #0076cd;
  margin-top: 2px;
}
/*panel-info*/
.panel-info-normal {
  background-color: #f5fff7;
  border-top: 3px solid #00cc00;
}
.panel-info-success {
  background-color: #f5fff7;
  border-top: 3px solid #00cc00;
  line-height: 180%;
}
.panel-info-danger {
  background-color: #fff5f6;
  border-top: 3px solid #d50a00;
}
.noborder {
  border: 0px;
}
/*media*/
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-left {
  padding-right: 30px;
}
.media-heading {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 21px;
  color: #333;
  padding-right: 30px;
}
.media-list li {
  clear: both;
}
.media .media-body p {
  color: #7f7f7f;
  padding-right: 30px;
}
/*btn*/
.btn,
a.btn {
  vertical-align: middle;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  background-color: #0a74c2;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  background-image: linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
}
.btn-radius {
  border-radius: 4px;
}
.btn:hover,
a.btn:hover {
  box-shadow: 0px 0px 10px #ccc;
  transition: all 0.2s linear 0s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
.btn-border,
a.btn-border {
  border: 1px solid #e0dfdf;
  background-image: none;
  background-color: transparent;
  color: #1e1e1e;
}
.btn-border-w,
a.btn-border-w {
  border: 1px solid #fff;
  color: #fff;
  background-image: none;
  background-color: transparent;
  box-shadow: 0px 0px 0px #ccc;
}
.btn-border:hover,
a.btn-border:hover,
.btn-border-w:hover,
a.btn-border-w:hover {
  background-image: linear-gradient(#68b6eb, rgba(1, 9, 13, 0.1));
  background-color: #0a74c2;
  border: 1px solid #1978c8;
}
.btn-border-w:hover,
a.btn-border-w:hover {
  box-shadow: 0px 0px 0px #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  height: 45px;
  line-height: 45px;
}
.btn-disabled,
.btn-disabled:active,
.btn-disabled:hover {
  cursor: not-allowed;
  background-color: #fff;
  color: #ccc;
  border: 1px solid #ccc;
  opacity: 1;
}
.btn-primary,
a.btn-primary {
  background-color: #e2e2e2;
  color: #333;
}
.btn-primary:hover,
a.btn-primary:hover {
  color: #fff;
  background-color: #43515e;
}
.btn-normal,
a.btn-normal {
  background-color: #009d16;
}
.btn-danger,
a.btn-danger {
  background-color: #d50a00;
}
.btn-group,
.btn-menugroup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.btn-group .btn {
  margin-left: 0!important;
  margin-right: 0!important;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.btn-groupmin .btn,
.btnmin {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0px 10px;
}
.btn-groupmin .btn i {
  display: block;
  margin-top: 8px;
}
/**/
.top-dropdown {
  position: relative;
  margin-left: 20px;
}
.top-dropdown .top-sub-box {
  display: none;
  background-color: #2b2b2b;
  color: #fff;
  width: 240px;
  position: absolute;
  right: 0px;
  top: 60px;
  padding: 20px;
}
.top-dropdown .top-sub-box .top-sub-menu a {
  display: block;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #7f7f7f;
}
.top-dropdown .top-sub-box .top-sub-menu a i {
  margin-right: 20px;
}
.top-dropdown .top-sub-box .top-sub-menu a:last-child {
  border: 0px;
}
.top-dropdown .top-sub-box .top-sub-menu a:hover {
  color: #1978c8;
}
.top-dropdown:hover .top-sub-box {
  display: block;
}
/*dropdown-menu*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-menu {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 999;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  font-size: 14px;
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #3179cb;
  background-color: #f5f5f5;
}
.dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.btn-menugroup {
  position: relative;
}
.dropdown,
.dropup {
  position: relative;
  float: left;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.open > .dropdown-menu {
  display: block;
}
.affix {
  position: fixed;
  top: 150px;
}
/*slide-menu*/
.slide-menu {
  border-bottom: 1px solid #e8e8f2;
  margin-bottom: 20px;
  overflow: hidden;
}
.slide-menu h3 {
  font-weight: normal;
  padding: 10px 0;
  margin: 0px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  display: block;
  text-indent: 20px;
  border-bottom: 1px solid #e8e8f2;
}
.slide-menu h3 i {
  margin-right: 15px;
  font-size: 24px;
}
.slide-menu h3:after {
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  z-index: 99;
  content: "\e6f8";
  font-family: "iconfont";
}
.slide-menu h3.on:after {
  content: "\e749";
  font-family: "iconfont";
}
.slide-menu a {
  display: block;
}
.slide-menu h3.on a,
.slide-menu h3:hover a {
  color: #fff;
}
.slide-menu h3.on,
.slide-menu h3:hover {
  background-color: #1978c8;
  color: #fff;
}
.slide-menu .sub-box {
  background-color: #efefef;
  display: none;
  overflow: hidden;
  clear: both;
}
.slide-menu .sub-box dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e8e8f2;
  border-top: 1px solid #e8e8f2;
  text-indent: 20px;
  padding: 10px 0 10px 15px;
}
.slide-menu .sub-box dd a {
  padding: 10px 0 10px 25px;
}
.slide-menu .sub-box dd a:before {
  content: "\e6f8";
  font-family: "iconfont";
  margin-right: 15px;
}
.slide-menu .sub-box dd a:hover {
  background-color: #fff;
  border: 1px solid #e8e8f2;
  border-right: 0px;
  border-left: 15px solid #0076CD;
  -moz-transition: border-left 0.5s;
  /* Firefox 4 */
  -webkit-transition: border-left 0.5s;
  /* Safari and Chrome */
  -o-transition: border-left 0.5s;
  /* Opera */
}
.slide-menu .sub-box .on a {
  color: #1978c8;
}
/*table*/
table,
.table {
  width: 100%;
  background-color: #fff;
}
table td,
.table td,
table th,
.table th {
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  border: 0px solid #efefef;
  font-size: 14px;
}
table thead tr,
.table thead tr {
  background-color: #ebf3f8;
}
.table-line {
  border: 1px solid #efefef;
}
.table-line td,
.table-line th,
.table-line-noborder td,
.table-line-noborder th {
  border: none;
  border-top: 1px solid #efefef;
}
.table-row {
  border: 1px solid #efefef;
}
.table-row td,
.table-row th {
  border: none;
  border-right: 1px solid #efefef;
}
.table-noborder td,
.table-noborder th {
  border: none;
}
table tr:nth-child(even),
.table tr:nth-child(even) {
  background-color: #f6f9fb;
}
.table tr:hover {
  background-color: #e2ebf1;
  color: #144a56;
}
.stepline ul {
  display: table;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
  counter-reset: step;
}
.stepline li {
  display: table-cell;
  list-style-type: none;
  position: relative;
  text-align: center;
  background-color: #ccc;
}
.stepline li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  text-align: center;
}
.stepline li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
.stepline li:first-child:after {
  content: none;
}
.stepline li.on:before,
.stepline li.on:after {
  background: #1978c8;
  color: white;
}
.stepline li.on {
  color: #1978c8;
}
/**/
.stepline-box li:before {
  float: left;
  margin: 0 10px 0 30px;
  background-color: #fff;
}
.stepline-box li {
  text-align: left;
  padding: 10px;
}
.stepline-box li:after {
  top: 0px;
  left: 0%;
  height: 50px;
  background: #ccc;
}
.stepline-box li:first-child:after {
  content: '';
}
.stepline-box li.on:before {
  color: #1978c8;
  background: #fff;
}
.stepline-box li.on {
  color: #fff;
  background: #1978c8;
}
.stepline-box li em {
  width: 30px;
  height: 0;
  line-height: 0;
  position: absolute;
  right: 3px;
  z-index: 29;
  top: 0;
  border-top: 20px solid transparent !important;
  border-left: 20px solid #cacaca;
  border-bottom: 20px solid transparent !important;
  background-color: #fff;
}
.stepline-box li i {
  width: 28px;
  height: 0;
  line-height: 0;
  position: absolute;
  left: -28px;
  z-index: 30;
  top: 0;
  border-top: 20px solid #cacaca;
  border-left: 20px solid transparent !important;
  border-bottom: 20px solid #cacaca;
}
.stepline-box li.on em {
  border-top: 20px solid transparent !important;
  border-left: 20px solid #1978c8;
  border-bottom: 20px solid transparent !important;
}
.stepline-box li.on i {
  border-top: 20px solid #1978c8;
  border-bottom: 20px solid #1978c8;
}
.stepline-box li:last-child em,
.stepline-box li:first-child i {
  display: none;
}
/*form*/
form {
  margin: 5px;
}
.form-group {
  clear: both;
  margin-bottom: 16px;
}
.form-group:after {
  clear: both;
  height: 0px;
  display: block;
  content: '\20';
}
.form-label {
  line-height: 34px;
  padding: 0 16px 0 0;
  float: left;
  display: block;
  text-align: right;
  width: 130px;
}
.form-input {
  text-indent: 8px;
  padding: 8px;
  height: 34px;
  min-width: 100px;
  display: block;
  width: 100%;
  background-color: #f9f8f8;
  border: 1px solid #efefef;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-input-block {
  position: relative;
  margin-left: 130px;
  line-height: 34px;
}
.form-input-inline {
  display: inline-block;
}
.form-input-inline .form-input {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.radio-inline {
  margin-right: 10px;
}
.form-submit {
  margin-left: 130px;
}
textarea.form-input {
  height: auto;
}
select.form-input {
  text-indent: 0px;
}
.form-pane .form-label {
  text-align: center;
  border: 1px solid #efefef;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
  background-color: #FBFBFB;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-group .form-input-info {
  margin-left: 130px;
  padding: 5px 0;
  color: #9e9e9e;
}
.fc-gray {
  color: #333;
}
.fc-orang {
  color: #f39800;
}
.fc-blue {
  color: #1978c8;
}
.fc-red {
  color: #d50a00;
}
.fc-green {
  color: #009d16;
}
.fc-brown {
  color: #c59a60;
}
.fc-white {
  color: #fff;
}
.ptb20 {
  padding: 20px 0;
}
.pb60 {
  padding-bottom: 60px;
}
.ptb60 {
  padding: 60px 0;
}
.ptb80 {
  padding: 80px 0;
}
.mt20 {
  margin-top: 20px;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}

