@import url(apply.css);

.bannerBox {
	background-size: auto 100%;
	height: 400px;
	overflow: hidden;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
  .bannerBox .widthBase .title-info {
    letter-spacing: 3px;
    padding: 203px 0 0 0;
    text-align: center;
    font-size: 38px;
    color: #FFFFFF;
    font-weight: 400; }

.tab-list .tab1 .about-list .about-item {
  width: 100%; }
  .tab-list .tab1 .about-list .about-item .item-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 36px;
    color: #3d3e49; }
.tab-list .tab2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }
  .tab-list .tab2 .tab2_top {
    text-align: center;
    font-size: 14px;
    color: #68747F; }
    .tab-list .tab2 .tab2_top .tit {
      color: #3E464C;
      font-size: 36px;
      padding: 60px 0 20px; }
  .tab-list .tab2 .tab2_box {
    width: 1200px;
    overflow: hidden;
    padding: 5px 0 60px; }
    .tab-list .tab2 .tab2_box li {
      float: left;
      width: 33.33%;
      font-size: 14px;
      color: #68747F;
      text-align: center;
      padding-top: 20px; }
      .tab-list .tab2 .tab2_box li img {
        width: 110px;
        height: 110px;
        margin-bottom: 10px; }
      .tab-list .tab2 .tab2_box li .title {
        color: #3E464C;
        font-size: 18px;
        font-weight: 500; }

.box-con .box-con-top .list .active {
  color: #3E464C; }
  .box-con .box-con-top .list .active .line {
    background: #4278f5; }
