@font-face {
  /*font-family: "sourcehansans"; !* 这个名字可以自己定义 *!
  src: url("/fonts/sourcehansans.eot"); !* IE9 Compat Modes *! !*这里以及下面的src后面的地址填的都是自己本地的相对地址*!
  src: url("/fonts/sourcehansans.eot?#iefix") format("embedded-opentype"),
    !* IE6-IE8 *! url("/fonts/sourcehansans.woff") format("woff"),
    !* Modern Browsers *! url("/fonts/sourcehansans.ttf") format("truetype"),
    !* Safari, Android, iOS *! url("/fonts/sourcehansans.svg#YourWebFontName")
  format("svg"); !* Legacy iOS *!*/
  font-weight: bold;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
a {
  color: #0a0b16;
  text-decoration: none;
  /*font-family: "sourcehansans";*/ /* 思源字体 */
}
.font {
  /*font-family: "sourcehansans";*/
}
.red {
  color: #ff0000;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-toplink {
  border-bottom: 1px solid #959595;
  .m-toplink {
    width: 1100px;
    margin: 0 auto;
    color: #959595;
    font-size: 14px;
    line-height: 45px;
    div {
      display: inline-flex;
      &.u-pull-right {
        float: right;
      }
      a {
        color: #959595;
      }
    }
  }
}
.g-logo {
  .m-logo {
    width: 1100px;
    height: 85px;
    margin: 0 auto;
    div {
      display: inline-flex;
      &.u-pull-right {
        float: right;
      }
    }
  }
}
.g-nav {
  background: #323433;
  height: 42px;
  .m-nav {
    width: 1100px;
    margin: 0 auto;
    font-size: 17px;
    ul {
      line-height: 42px;
      li {
        float: left;
        padding: 0 20px;
        a {
          display: block;
          color: #fff;
          padding: 0 8px;
          text-decoration: none;
          &.active {
            background: #fd8e3c;
            color: #232937;
          }
        }
        &.on {
          background: #fd8e3c;
        }
      }
    }
  }
  .m-nav-content {
    clear: both;
    height: 300px;
    .m-menu {
      display: none;
      position: absolute;
      background: #fcddbf;
      z-index: 66;
      height: 300px;
      line-height: 26px;
      font-size: 12px;
      width: 100%;
      &>div {
        /*width: 1100px;
        padding: 7px 0;*/
        /*left: 50%;
        margin: 0 0 0 -550px;*/
      }
      .m-sub-left {
        width: 60%;
        height: 300px;
        float: left;
        a {
          color: #232937;
        }
        h5 {
          border-bottom: 1px solid #0a0b16;
          height: 42px;
          line-height: 32px;
          padding: 10px 0 0;
          span {
            width: 680px;
            float: right;
          }
        }
        .m-sub-proj {
          width: 680px;
          float: right;
          dl {
            width: 300px;
            display: inline-table;
            &.u-border-left {
              border-left: 1px solid #0a0b16;
              padding: 0 0 0 40px;
            }
          }
          .u-more {
            display: block;
            clear: both;
            float: right;
            background: #323433;
            width: 200px;
            line-height: 42px;
            text-align: center;
            font-size: 18px;
            color: #ffffff;
            margin: 10px 100px 0 0;
          }
        }
      }
      .m-sub-right {
        background: #ffffff;
        width: 40%;
        height: 300px;
        float: right;
        .m-gg {
          position: absolute;
          bottom: 0;
          ul {
            li {
              display: inline-table;
              padding: 0 0 10px 10px;
            }
          }
        }
      }
    }
  }
}
.g-banner {
  overflow: hidden;
  position: relative;
}
@keyframes margintop {
  0%   {margin-top: 0;}
  25%  {margin-top: -5px;}
  50%  {margin-top: -10px;}
  75%  {margin-top: -15px;}
  100% {margin-top: -20px;}
}
.swiper-container-banner {
  .swiper-pagination-banner {
    bottom: 100px!important;
    .swiper-pagination-bullet-active {
      width: 40px;
      background: #ffffff;
      border-radius:10px;
    }
  }
  .swiper-slide,
  .swiper-slide a{
    display: block;
    width: 100%;
    height: 600px;
  }
}
.g-bus {
  margin: -90px auto 50px;
  z-index: 120;
  .m-bus {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    .swiper-menu {
      width: 1100px;
      height: 159px;
      padding: 20px 0 0;
      .swiper-wrapper {
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          a {
            display: block;
            width: 264px;
            height: 139px;
            &:hover {
              /*margin-top: -20px;*/
              animation-name: margintop;
              animation-duration: 0.1s;
              animation-fill-mode: forwards;
            }
            &.u-gz {
              background: url("/static/images/index2022/bus/bus_gz_01.png") center top no-repeat;
            }
            &.u-gz:hover {
              background: url("/static/images/index2022/bus/bus_gz_02.png") center top no-repeat;
            }
            &.u-lx {
              background: url("/static/images/index2022/bus/bus_lx_01.png") center top no-repeat;
            }
            &.u-lx:hover {
              background: url("/static/images/index2022/bus/bus_lx_02.png") center top no-repeat;
            }
            &.u-wy {
              background: url("/static/images/index2022/bus/bus_wy_01.png") center top no-repeat;
            }
            &.u-wy:hover {
              background: url("/static/images/index2022/bus/bus_wy_02.png") center top no-repeat;
            }
            &.u-ym {
              background: url("/static/images/index2022/bus/bus_ym_01.png") center top no-repeat;
            }
            &.u-ym:hover {
              background: url("/static/images/index2022/bus/bus_ym_02.png") center top no-repeat;
            }
            &.u-cp {
              background: url("/static/images/index2022/bus/bus_cp_01.png") center top no-repeat;
            }
            &.u-cp:hover {
              background: url("/static/images/index2022/bus/bus_cp_02.png") center top no-repeat;
            }
            &.u-hg {
              background: url("/static/images/index2022/bus/bus_hg_01.png") center top no-repeat;
            }
            &.u-hg:hover {
              background: url("/static/images/index2022/bus/bus_hg_02.png") center top no-repeat;
            }
          }
        }
      }
    }
    .swiper-menu-button {
      position: absolute;
      top: 50%;
      margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
      z-index: 10;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--swiper-navigation-color,var(--swiper-theme-color));
    }
    .swiper-menu-button-next {
      top: 57%;
      right: -50px;
      background: url("/static/images/index2022/bus/bus_next.png") no-repeat;
      width: 53px;
      height: 51px;
    }
    .swiper-menu-button-prev {
      top: 57%;
      left: -49px;
      background: url("/static/images/index2022/bus/bus_prev.png") no-repeat;
      width: 51px;
      height: 51px;
    }
  }
}
.g-about {
  .m-title {
    background: url("/static/images/index2022/about_title.png") center center no-repeat;
    width: 1100px;
    height: 125px;
    margin: 0 auto;
  }
  .m-company-word {
    background: url("/static/images/index2022/about_company_word.png") center center no-repeat;
    width: 1100px;
    height: 235px;
    margin: 0 auto;
  }

  .m-content {
    height: 492px;
    background: url(/static/images/index2022/about_bg_02.jpg) no-repeat center center;
    .m-left {
      width: 50%;
      height: 100%;
      display: inline-block;
      .m-play {
        width: 1100/2px;
        height: 100%;
        float: right;
        cursor: pointer;
        .u-play {
          width: 113px;
          height: 113px;
          background: url(/static/images/index2022/play.png) no-repeat center;
          margin: 180px auto 0;
          transition: all 1s ease;
        }
        &:hover {
          .u-play {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }
      }
    }
    .m-right {
      width: 40%;
      display: inline-block;
      vertical-align: top;
      padding: 170px 0 0;
      div {
        text-indent: 32px;
        line-height: 32px;
        margin-bottom: 32px;
      }
    }
  }
}
.g-bigthing {
  background: url("/static/images/index2022/bigthing_bg.png") center top no-repeat;
  margin: 0 auto 50px;
  .m-title {
    background: url("/static/images/index2022/title_dashiji.png") center center no-repeat;
    width: 1100px;
    height: 125px;
    margin: 0 auto;
  }
  .m-bigthing {
    cursor: pointer;
    .m-bigthing-slide {
      height: 482px;
      overflow: hidden;
      .m-bigthing-group {
        width: 1100px;
        margin: 0 auto;
        .u-picture {
          height: 1458px;
        }
      }
    }
  }
  .m-scroll {
    background: url("/static/images/index2022/bigthing_scoll.png") center center no-repeat;
    width: 42px;
    height: 482px;
    margin-left: 50%;
    left: -21px;
    position: absolute;
    z-index: 99;
  }
}
.g-team {
  margin-bottom: 30px;
  .m-title {
    background: url("/static/images/index2022/team_title.png") center center no-repeat;
    width: 1100px;
    height: 125px;
    margin: 70px auto 0;
  }
  .m-team {
    background: url("/static/images/index2022/team_bg.png") center center no-repeat;
    height: 676px;
    overflow: hidden;
    cursor: pointer;
    .m-team-content {
      width: 1100px;
      margin: 0 auto;
      display: flex;
      padding: 0 67px;
      .m-team-group {
        width: 203px;
        margin-right: 54px;
        height: 676px;
        overflow: hidden;
        .m-team-info {
          background: #f79b40;
          width: 203px;
          /*height: 370px;*/
          display: block;
          margin: 0 auto 36px;
          background-image: linear-gradient(#ffffff, #fec59b);
          .u-picture {
            width: 203px;
            height: 170px;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100%;
          }
          .u-content {
            padding: 0 12px 20px;
            /*height: 200px;*/
            background: #f79b40;
            .u-name {
              font-size: 22px;
              line-height: 32px;
              color: #ffffff;
              border-bottom: 1px solid #ffffff;
              padding: 4px 0 6px;
              margin-bottom: 6px;
            }
            .u-title {
              font-size: 14px;
              line-height: 20px;
              color: #2c2b2b;
            }
          }
        }
      }
    }
  }
  .m-more {
    padding: 20px 0 24px;
    a {
      display: block;
      margin: 0 auto;
      font-size: 18px;
      background: #f5692c;
      border-radius: 4px;
      width: 192px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      color: #ffffff;
    }
  }

  .slideTxtBox{ width:450px; border:1px solid #ddd; text-align:left;  }
  .slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
  .slideTxtBox .bd li{ height:24px; line-height:24px;   }
}
.g-honor {
  background: url("/static/images/index2022/honor_bg.png") no-repeat center 75px;
  .m-title {
    background: url("/static/images/index2022/title_rongyu.png") center center no-repeat;
    width: 1100px;
    height: 125px;
    margin: 0 auto;
  }
  .m-honor {
    overflow: hidden;
    .m-honor-mask {
      margin: 0 auto;
      width: 100%;
      overflow: hidden;
      .m-honor-slide {
        float:left;
        width: 1000%;
        &>div {
          float:left;
          img {
            margin: 0 10px;
            cursor: pointer;
          }
        }
      }
    }
  }
  .m-honor-big {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    .u-pic {
      height: 70%;
      margin: 1rem auto 0;
      text-align: center;
      img {
        transition: all .5s;
        max-width: 100%;
        max-height: 100%;
      }
      p {
        font-size: 24px;
        line-height: 46px;
        color: #fff;
        margin-top: .5rem;
      }
    }
  }
}
.g-case {
  .m-title {
    background: url("/static/images/index2022/title_anli.png") center center no-repeat;
    width: 1100px;
    height: 125px;
    margin: 0 auto;
  }
  .m-case {
    clear: both;
    overflow: hidden;
    .nav-tabs {
      width: 1100px;
      margin: 0 auto;
      &>li {
        font-size: 24px;
        width: 180px;
        margin-right: 3px;
        &:last-child {
          margin-right: 0;
        }
        .nav-link {
          background: #d2d2d2;
          text-align: center;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          color: #323433;
        }
        a {
          &.active {
            background: #323433;
            color: #fd8e3c;
            border-color: #323433;
            text-indent: 30px;
            &:after {
              content: "";
              width: 0;
              height: 0;
              position: relative;
              bottom: -50px;
              left: -21%;
              border-right: 15px solid transparent;
              border-left: 15px solid transparent;
              border-top: 15px solid #323433;
            }
          }
        }
      }
    }
    .tab-content {
      background: #fdac5c;
      overflow: hidden;
      padding-top: 11px;
      .tab-pane {
        width: 1100px;
        margin: 0 auto;
        li {
          background: #f5692c;
          width: 164px;
          height: 220px;
          padding: 13px 0 5px 0;
          float: left;
          margin-right: 23px;
          margin-bottom: 23px;
          &.u-last {
            margin-right: 0;
          }
          .m-case-info {
            width: 164px;
            height: 202px;
            background: #fff;
            padding-top: 132px;
            padding-bottom: 12px;
            &>div {
              width: 164px;
              height: 70px;
              /*background: #323433;*/
              background-color: rgba(50, 52, 51, 0.95);
              text-align: center;
              .u-school {
                font-size: 20px;
                font-weight: bold;
                line-height: 34px;
                color: #fd8e3c;
              }
              .u-major {
                font-size: 14px;
                color: #ffffff;
              }
            }
          }
        }
      }
    }
    .m-more {
      background: #fdac5c;
      padding: 20px 0 24px;
      a {
        display: block;
        margin: 0 auto;
        font-size: 18px;
        background: #323433;
        border-radius: 4px;
        width: 192px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        color: #ffffff;
      }
    }
  }
}
.g-service {
  padding-bottom: 45px;
  .m-title {
    background: url("/static/images/index2022/title_fuwu.png") center center no-repeat;
    width: 1100px;
    height: 200px;
    margin: 70px auto 0;
  }
  .m-service {
    width: 1100px;
    height: 405px;
    margin: 0 auto;
    border-right: 0;
    .m-service-bus {
      float: left;
      width: 162px;
      height: 405px;
      border-radius: 6px;
      border-right: 0;
      box-shadow: #f79a3f 0 0 20px;
      transition: all .2s;
      .m-service-title {
        display: block;
        height: 405px;
        text-align: center;
        .u-title {
          font-size: 22px;
          line-height: 30px;
          padding: 70px 0 0 0;
          height: 124px;
        }
        .u-content {
          font-size: 16px;

        }
        &.m-gaozhong {
          background: url("/static/images/index2022/service/bg1/gz.jpg") left center no-repeat;
        }
        &.m-liuxue {
          background: url("/static/images/index2022/service/bg1/lx.jpg") left center no-repeat;
        }
        &.m-yupei {
          background: url("/static/images/index2022/service/bg1/wy.jpg") left center no-repeat;
        }
        &.m-beiti {
          background: url("/static/images/index2022/service/bg1/cp.jpg") left center no-repeat;
        }
        &.m-chengyouhui {
          background: url("/static/images/index2022/service/bg1/cyh.jpg") left center no-repeat;
        }
        &.m-xiliujia {
          background: url("/static/images/index2022/service/bg1/xlj.jpg") left center no-repeat;
        }
      }
      &>div:last-child {
        display: none;
      }
      .m-border-right {
        border-right: 1px solid #f79a3f;
      }
    }
    .m-service-bus-active {
      width: 290px;
      box-shadow: #f79a3f 0 0 10px;
      transition: all .3s;
      .m-border-right {
        border-right: 1px solid #f79a3f;
      }
      &>div:first-child {
        display: none;
      }
      &>div:last-child {
        display: block;
      }
      .u-title {
        background: #f5692c;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        color: #ffffff;
        text-align: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
      .u-word {
        display:table-cell;
        text-align: center;
        width: 290px;
        height: 265px;
        line-height: 26px;
        vertical-align: middle;
      }
      .u-btn {
        a {
          display: block;
          background: #f5692c;
          width: 145px;
          height: 30px;
          line-height: 30px;
          color: #ffffff;
          margin:  0 auto;
          text-align: center;
          border-radius: 4px;
        }
      }
    }
  }
}
.g-footer {
  background: #231f20 right bottom no-repeat;
  color: #ffffff;
  height: 270px;
  .m-footer {
    width: 1100px;
    margin: 0 auto;
    .m-title {
      font-size: 24px;
      line-height: 90px;
      padding: 30px 0 0;
    }
    .m-contact {
      float: left;
      width: 270px;
      .u-type {
        font-size: 20px;
        line-height: 28px;
      }
      .u-time {
        font-size: 16px;
        line-height: 24px;
      }
      .u-contact {
        font-size: 23px;
      }
      .u-input {
        input {
          width: 160px;
        }
      }
      .u-btn {
        padding: 7px 0 0 0;
        a {
          display: inline-block;
          font-size: 16px;
          line-height: 30px;
          background: #f5692c;
          color: #231f20;
          border-radius: 2px;
          padding: 0 14px;
          text-align: center;
        }
      }
      .u-wechat {
        width: 90px;
        height: 90px;
        float: right;
        background: url("/static/images/index2022/wechat_01.jpg") center center no-repeat;
        background-size: 100%;
      }
    }
    .m-border {
      border-left: 1px solid #393637;
      padding-left: 20px;
    }
  }
}
.g-link {
  background: #f79b40;
  text-align: center;
  line-height: 32px;
  color: #231f20;
  font-size: 12px;
  a {
    color: #231f20;
  }
}
.g-copyright {
  background: #373536;
  padding: 0 0 40px 0;
  .m-copyright {
    width: 1100px;
    margin: 0 auto;
    padding: 16px 0 0;
    line-height: 24px;
    color: #ffffff;
    font-size: 12px;
    div {
      display: inline-flex;
      padding-left: 65px;
      a {
        color: #ffffff;
        &:hover {
          color: #9fcdff;
        }
      }
      &.u-pull-right {
        float: right;
        padding-right: 50px;
      }
    }
  }
}
.g-rightmenu{
  position: fixed;
  right: 0;
  top:130px;
  width: 66px;
  z-index: 199;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color:#FFFFFF;
  background: #f5692c;
  &>div {
    border-bottom: 1px solid #FFFFFF;
    padding: 8px 0;
    line-height: 18px;
    a {
      display: block;
      text-decoration: none;
      color: #FFFFFF;
    }
    img {
      margin: 0 auto;
    }
    .u-pop-wechat-big {
      display: none;
      position: absolute;
      right: 66px;
      margin: -100px 0 0 0;
      width: 200px;
      height: 200px;
      background: url("/static/images/index2022/wechat_01.jpg") center center no-repeat;
      background-size: 100%;
    }
    .u-pop-telephone-big {
      display: none;
      position: absolute;
      right: 66px;
      margin: -8px -2px 0 0;
      width: 242px;
      /*padding: 0 5px;*/
      .u-pop-telephone-big-container {
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 3px 3px 6px #99999a;
        padding: 10px;
        .u-pop-telephone-title {
          color: #333333;
          font-weight: bolder;
          line-height: 34px;
          font-size: 20px;
        }
        .u-pop-telephone-telephone {
          color: #e45f39;
          border-bottom: 1px solid #c7c5c5;
          font-size: 20px;
          line-height: 40px;
          margin-bottom: 10px;
        }
        .u-pop-telephone-input {
          margin-bottom: 10px;
          padding: 0 10px;
          .input-group {
            border-radius: 3px;
            border: 1px solid #e45f39;
            color: #e45f39;
            .input-group-prepend {
              .input-group-text {
                background-color: #ffffff;
                border: 0;
                border-radius: 0;
              }
            }
            .u-imp {
              color: #e45f39;
            }
            i {
              color: #e45f39;
            }
            .form-control {
              border: 0;
            }
          }
        }
        .u-pop-telephone-submit {
          padding: 0 10px;
          span {
            background: #e45f39;
            border-radius: 3px;
            display: block;
            width: 100%;
            line-height: 32px;
            cursor: pointer;
          }

        }
      }
    }
  }
  &>div:last-child {
    border-bottom: 0;
  }


}

/* Tabs */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
  position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
  word-break: break-word;
  width: 100%;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs a.active,
.tabs-container .tabs-left > .nav-tabs a.active:hover,
.tabs-container .tabs-left > .nav-tabs a.active:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
}
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs a.active,
.tabs-container .tabs-right > .nav-tabs a.active:hover,
.tabs-container .tabs-right > .nav-tabs a.active:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  z-index: 1;
}
.tabs-container .tabs-right > .nav-tabs li {
  z-index: 1;
}
.nav-tabs .nav-link:not(.active):focus,
.nav-tabs .nav-link:not(.active):hover {
  border-color: transparent;
}
@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    float: none !important;
  }
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0;
  }
}


