@charset "UTF-8";
.my-carousel .item img {
  width: auto;
  margin: 0 auto; }

.nav-menu {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px; }
  .nav-menu li a {
    color: #666;
    font-size: 18px;
    text-align: center;
    padding: 10px 0; }
  .nav-menu li.active a, .nav-menu li:hover a {
    color: #de0f18;
    background: #fff;
    position: relative; }
    .nav-menu li.active a:after, .nav-menu li:hover a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #de0f18;
      left: 0;
      bottom: 0; }

.tab-pane .row {
  border-bottom: 1px dashed #dadada;
  padding: 15px 0; }
  .tab-pane .row a {
    display: block;
    color: #333; }
    .tab-pane .row a:hover h4 {
      color: #de0f18; }
.tab-pane .list-main {
  padding-left: 0; }
  .tab-pane .list-main h4 {
    margin-top: 0;
    line-height: 26px; }

.margin-top-20 {
  margin-top: 20px; }

.title {
  border-bottom: 1px solid #555;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 30px; }
  .title span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    background: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold; }

.friendship > span {
  height: 82px;
  line-height: 82px;
  position: relative;
  margin-bottom: 15px; }
  .friendship > span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.btm-pic {
  margin-top: 20px; }
  .btm-pic img {
    width: 100%; }

/*首页关于我们*/
.index-box-aboutus {
  background: #f5f5f5;
  padding: 30px 0;
  margin-bottom: 30px; }

.aboutus-list {
  /*padding: 20px 20%;*/
  text-align: center; }
  .aboutus-list span {
    width: 84px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat; }
  .aboutus-list p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 40px; }

.btm-pic {
  margin-bottom: 20px; }

.aboutus-service {
  background: url(../images/icon-ma-sis.png); }

.aboutus-resources {
  background: url(../images/kpi.png);
  background-position-x: 7px; }

.aboutus-technology {
  background: url(../images/lowPrice.png);
  background-position-x: 6px; }

.aboutus-icon-niu {
  background: url(../images/icon-niu.png);
  background-position-x: 6px; }

.aboutus-icon-pk {
  background: url(../images/icon-pk.png);
  background-position-x: 6px; }

.aboutus-excel {
  background: url(../images/icon-excel.png);
  background-position-x: 6px; }

/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 小屏幕（小于 768px） */
@media (max-width: 768px) {
  .nav-menu li a {
    font-size: 14px; }

  .title {
    font-size: 24px; }
    .title span {
      font-size: 14px;
      font-weight: normal; }

}
/* 小屏幕（小于 414px） */
@media (max-width: 414px) {
  .tab-pane .list-main h4 {
    font-size: 16px; } }
/* 小屏幕（小于 321px） */
@media (max-width: 321px) {
  .nav-menu li a {
    font-size: 12px; }

  .tab-pane .list-main h4 {
    font-size: 14px; }

  .title {
    font-size: 20px;
    padding-bottom: 10px; }
    .title span {
      font-size: 12px; } }

/*# sourceMappingURL=index.css.map */
