.main {
  background: #fff;
  letter-spacing: 2px;
  color: #313131;
}
.main .title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
  line-height: 1;
}
.main .title .title-content {
  font-size: 30px;
  color: #313131;
  border-bottom: solid 4px #ee3523;
  padding-bottom: 10px;
}
#TabMain {
  width: 1200px;
  margin: 30px auto;
}
.tabItemContainer {
  width: 18%;
  float: left;
  margin-right: 3%;
}
.tabBodyContainer {
  width: 79%;
  float: left;
  background-color: #fff;
}
.tabItemContainer > li {
  list-style: none;
  text-align: center;
}
.tabItemContainer > li:last-child a {
  border-bottom: none;
}
.tabItemContainer > li > a {
  float: left;
  width: 100%;
  background: #fff;
  color: #212121;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-decoration: none;
  border-bottom: solid 1px #f6f6f6;
  cursor: pointer;
}
.tabItemContainer > li > a.tabItemCurrent {
  color: #ee3523;
}
.tabBodyItem {
  display: none;
  width: 100%;
  height: auto;
}
.tabBodyCurrent {
  display: block;
}
.bg {
  background: #f1f4fb;
}
.aboutus {
  width: 100%;
  height: 516px;
  background: url(../images/about.png?v=20190108) no-repeat;
  background-size: contain;
  position: relative;
}
.aboutus .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.aboutus .title {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -64px;
  width: 128px;
}
.aboutus .title .title-content {
  color: #fff;
}
.contentwarp {
  padding: 30px;
  font-size: 16px;
}
.contentwarp img {
  max-width: 100%;
}
.contentwarp .com-title {
  font-size: 24px;
  color: #212121;
  border-left: solid 4px #f03826;
  padding-left: 10px;
  margin-bottom: 30px;
}
.contentwarp .contents {
  text-align: center;
  padding-bottom: 30px;
}
.contentwarp .contents p {
  text-align: justify;
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.contentwarp .contents img {
  max-width: 100%;
}
.contentwarp .more {
  color: #ee3523;
}
@media (max-width: 992px) {
  .main {
    margin-top: 120px;
  }
  .main .title .title-content {
    font-size: 18px;
  }
  .main .content {
    font-size: 14px;
    padding: 0 10px;
    text-align: justify;
  }
  #TabMain,
  .tabItemContainer,
  .tabBodyContainer {
    width: 100%;
  }
  .aboutus {
    height: 105px;
  }
  .aboutus .title {
    margin: 0;
    margin-left: -64px;
    top: 40%;
  }
  .tabItemContainer > li > a {
    height: 50px;
    line-height: 50px;
  }
  .main .content {
    padding: 0;
  }
  #TabMain {
    margin-top: 10px;
  }
  .aboutus {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 50px;
  }
  #TabMain,
  .tabItemContainer,
  .tabBodyContainer {
    width: 100%;
  }
  .aboutus {
    height: 105px;
  }
  .aboutus .title {
    margin: 0;
    margin-left: -64px;
    top: 40%;
  }
  .tabItemContainer > li > a {
    height: 50px;
    line-height: 50px;
  }
  .main .content {
    padding: 0;
  }
  #TabMain {
    margin-top: 10px;
  }
}
