.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
  display: inline-block;
  width: 62%;
  margin-bottom: 0px;
}
.mbxnav .nav_bar_box .breadcrumb a {
  color: #666;
}
.mbxnav .bar_qy_hy {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 20px 0;
}
.dis_tab {
  display: none;
}
.mbxnav .bar_qy_hy span {
  display: inline-block;
  cursor: pointer;
  color: #999;
}
.lic_1 {
         margin-top: 0rem;
    font-size: 16px;
}
.mbxnav .bar_qy_hy .active a {
    color: #555;
    font-size: 23px;
}
.fbxj{
  width: 100%;
  overflow: hidden;
}
.abu_main {
    padding-bottom: 4rem;
}
.abu_main p {
  line-height: 30px;
      text-indent: 30px;
}
.abu_main p:first-child {
      text-indent: 0px;
}
p.abu_tit2 {
    line-height: 33px;
}
.right_input {
  overflow: hidden;
  background-color: #efeeff;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3px;
  width: 50%;

}
.right_input .red{

}
.right_input h4 {
  text-align: center;
  color: #690599;
}
.right_input li {
  text-align: left;
  display: block;
  overflow: hidden;
  /*padding: 5px 0;*/
  margin-top: 23px;
  margin-bottom: -13px;
}

 .right_input li input {
  height: 38px;
}
.right_input li input,
.right_input li textarea {
  font-size: 12px;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  width: 93%;
  outline: none;
}
 .right_input li .red {
  display: inline-block;
  width: 4%;
  color: red;
}
 .right_input .fbxj_sub {
  text-align: center;
  padding: 20px 0;
}
 .right_input .fbxj_sub span {
  display: inline-block;
  width: 172px;
  border: 0;
  background: #690599;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  height: 46px;
  line-height: 30px;
  cursor: pointer;
}

.tips{
  font-size: 12px;
  margin-left: 27px;
  margin-top: -5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
    font-size: 12px;
}

/*关于我们 开始*/

ul.nav.nav-tabs li {
  float: none;
}
p.abu_tit {
    font-size: 2.2rem;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 2rem;
  }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: none!important;
  color: #e3022e!important;
  border-bottom-color: unset!important;
      background-color: whitesmoke!important;
}
.nav-tabs {
  border-bottom: none!important;
}
.nav-tabs>li>a:hover {
  border-color: #f5f5f5!important;
  color: #e3022e!important;
}
/*关于我们  结束*/

.bar_qy_hy {
    font-size: 24px;
    padding-bottom: 2rem;
    margin: 3rem 0!important;
    border-bottom: 1px solid #ccc!important;
}
/*经销商名录*/
/*表格 开始*/
.table-wrapper{
    margin: 10px 0 25px;
}

.fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 50%;
  text-align: center;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
  white-space: nowrap;
  background-color: white;
}
.seor_li.col-lg-12 ul li:last-child {
  text-indent: 14px;
}
.fl-table td, .fl-table th {
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #324960;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
            white-space: normal;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
/*表格  结束*/
.migl_tit {
    margin: 3rem 0;
}
.seor_ml li {
  display: inline-block;
}
.seor_ml li a {
 color: #f15775!important;
}
.migl_tit p {
    display: inline-block;
    font-size: 21px;
    color: #6f6969;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
a.add_xy {
    margin: 0 15px;
    font-size: 18px;
    color: #ec5270;
    display: inline-block;
    padding-bottom: 1rem;
}
.well {
  border:none!important;
  background-color: #fff!important;
}
.seor_li.col-lg-12 li {
  color: #777;
      margin: 10px 0;
}
.lin_img.col-xs-12.col-lg-6 img {
    width: 35%;
}
/*结束*/
/*联系我们*/
.lxiwm.col-md-12  {
  margin-bottom: 3rem;
}
.lxiwm.col-md-12 h2 {
    font-size: 20px;
    margin: 3rem 0;
}
.lxiwm.col-md-12 a {
 color: red;
}
