﻿img{
}
.aboutUs
{
  
}
.aboutUs .item1 {
  margin-top: 80px;
  margin-bottom: 79px;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
}
.aboutUs .item1 .images {
  float: left;
  width: 31.334%;
  overflow: hidden;
  li {
      display: list-item;
      text-align: -webkit-match-parent;
  }
}
.container .images li img{
  
  display: block;
  width: 100%;
  height: auto;
}
.aboutUs .item1 .title {
  position: relative;
}
.aboutUs .item1 .title h2 {
  position: relative;
  height: 64px;
  padding-bottom: 10px;
  line-height: 79px;
  font-size: 30px;
  color: #222222;
}
.aboutUs .item1 .title h2:before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background-color: #d9d9d9;
}
.aboutUs .item1 .text {
  float: right;
  width: 64.334%;
  padding-top: 34px;
}
.aboutUs .item1 .text .con {
  margin-top: 34px;
  /* height: 216px; */
  overflow-y: auto;
}
.aboutUs .item1 .text .listT {
  margin-top: 24px;
}
.aboutUs .item1 .text .listT > li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.aboutUs .item1 .text .listT > li:before {
  position: absolute;
  top: 10%;
  right: 0;
  content: "";
  height: 80%;
  display: block;
}
.aboutUs .item1 .text .listT > li .texts {
  display: inline-block;
  vertical-align: middle;
}
.aboutUs .item1 .text .listT > li .texts .max {
  font-size: 48px;
  font-weight: 600;
  color: #333;
}
.aboutUs .item1 .text .listT > li .texts p {
  margin-top: 7px;
  font-size: 16px;
  text-align: left;
  color: #333;
}
.eliminate:after {
  content: "";
  display: block;
  clear: both;
}

.structure{
  padding-bottom: 25px;
  padding-top: 25px;
}
.h_title.h_title2 h2 {
  text-align: center;
}
.h_title h2 {
  font-size: 30px;
    font-weight: bolder;
    color: #212121;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 25px;
    background: url(../images/tt_bg.jpg) no-repeat 50% bottom;
}
.h_title.h_title2 span {
  margin: 0 auto;
}
.h_title span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #d9d9d9;
}
.structure .list {
  margin-top: 68px;
}
ul, ol {
  list-style: none;
  text-align: center;
}
.structure .list li {
  padding: 15px;
    width: 25%;
    height: auto;
    margin: 0 2%;
    display: inline-block;
    text-align: center;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}
@media (max-width: 991px)
{
  .aboutUs .item1 .images {
    width: 100%;
    margin-top: 0px;
}
.aboutUs .item1 .text {
  width: 100%;
  padding-top: 33px;
}
@media (max-width: 767px)
{
.aboutUs .item1 .text .listT > li .texts .max {
    font-size: 32px;
}
.aboutUs .item1 .text .listT > li .texts p {
  margin-top: 8px;
  font-size: 12px;
}
}
@media (min-width: 320px) and (max-width: 640px)
{
.structure .list li {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.container {
  width: 92%;
  margin: 0 auto;
}
}
.container .images li img{
  
  display: block;
  width: 100%;
  height: auto;
}
.structure .list li a {
  transition: all 0.4s;
  padding: 15px 5%;
    text-align: left;
}
.structure .list li a img{
  
    display: block;
    width: 100%;
    height: auto;
}
.structure .list li p {
  font-size: 16px;
    color: #00140b;
    font-weight: bolder;
}
.iaboutc_ci {
  padding: 15px 0;
  font-size: 12px;
  color: #5d5d5d;
  line-height: 22px;
  word-break: break-all;
}