.ban {
  height: 565px;
  background: url("../images/aboutban.jpg") no-repeat center bottom; }
  .ban h3 {
    font-size: 30px;
    color: #f3f2f2;
    line-height: 1.5;
    margin-bottom: 28px;
    text-align: center; }
  .ban p {
    font-size: 14px;
    color: #e8e8e8;
    line-height: 2;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 50px; }

.intro .wrap .video-wrap {
  width: 640px;
  height: 360px; }
  .intro .wrap .video-wrap video {
    width: 100%;
    height: 100%; }
.intro .wrap p {
  font-size: 14px;
  color: #666666;
  text-indent: 2em;
  margin-bottom: 10px;
  line-height: 28px; }

.about_title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative; }
  .about_title:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #ed9113;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 40px; }
  .about_title h3 {
    font-size: 30px;
    color: #282727;
    line-height: 1.5; }
  .about_title p {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 1.5;
    text-transform: uppercase; }

.culture {
  height: 430px;
  background: url("../images/culture.jpg") no-repeat center; }
  .culture .list .item {
    margin: 5px;
    width: 230px;
    height: 170px;
    background-color: #ffffff;
    border-bottom: 2px solid #ff7c25;
    vertical-align: top; }
    .culture .list .item h3::after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background-color: #ec6941;
      margin: 10px auto; }

.development-history .development-list {
  position: relative;
  overflow: hidden; }
  .development-history .development-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #999;
    top: 16px;
    bottom: 38px;
    left: 190px; }
  .development-history .development-list .item {
    position: relative; }
    .development-history .development-list .item h3 {
      margin-left: 190px;
      font-size: 20px;
      color: #333333;
      position: relative;
      padding-left: 25px; }
      .development-history .development-list .item h3:before {
        content: "";
        display: inline-block;
        border: 4px solid #f08768;
        background-color: #ffffff;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin-left: -10px;
        position: absolute;
        top: 5px;
        left: 0; }
    .development-history .development-list .item p {
      font-size: 16px;
      color: #6a6a6a;
      position: relative;
      padding-left: 215px; }
      .development-history .development-list .item p span {
        display: inline-block;
        width: 190px;
        text-align: right;
        padding-right: 30px;
        font-size: 16px;
        color: #6a6a6a;
        position: absolute;
        left: 0;
        top: 0;
        margin-right: 25px; }
        .development-history .development-list .item p span:before {
          content: "";
          display: inline-block;
          border: 3px solid #eca893;
          background-color: #ffffff;
          width: 16px;
          height: 16px;
          border-radius: 20px;
          position: absolute;
          top: 5px;
          right: -8px; }

.qualification {
  height: 610px;
  background: url("../images/about_bg2.jpg") no-repeat center; }
  .qualification .swiper-container {
    width: 1200px;
    height: 400px; }
    .qualification .swiper-container .list {
      font-size: 0;
      padding: 0px;
      margin-right: -20px; }
      .qualification .swiper-container .list .item {
        display: inline-block;
        height: 350px;
        margin: 10px 10px; }
        .qualification .swiper-container .list .item .img_wp {
          overflow: visible;
          height: 310px;
          display: inline-block;
          border: 1px solid #d2d2d2; }
          .qualification .swiper-container .list .item .img_wp img {
            height: 100%;
            width: auto;
            /* position: relative;
             top: 50%;
             left: 50%;
             transform: translate(-50%,-50%);*/
            transition: all 0.2s; }
        .qualification .swiper-container .list .item p {
          font-size: 14px;
          color: #2d2d2d;
          line-height: 35px;
          text-align: center; }

.my_arr_left, .my_arr_right {
  width: 48px;
  height: 48px;
  position: absolute;
  cursor: pointer; }

.my_arr_left {
  background: url("../images/arr_left.png") no-repeat center;
  top: 50%;
  margin-top: -24px;
  left: -50px; }

.my_arr_right {
  background: url("../images/arr_right.png") no-repeat center;
  top: 50%;
  margin-top: -24px;
  right: -50px; }

.map {
  height: 780px; }
  .map #map_wp {
    height: 780px; }
  .map .contact_wp {
    width: 445px;
    height: 500px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 157px;
    right: 0;
    padding: 25px; }
    .map .contact_wp h3 {
      font-size: 24px;
      color: #fffefe;
      line-height: 50px;
      margin-bottom: 18px;
      text-align: center; }
    .map .contact_wp img {
      margin-bottom: 25px; }
    .map .contact_wp p {
      font-size: 16px;
      color: #fffefe;
      line-height: 1.5;
      margin-bottom: 12px;
      padding: 0 9px; }

/*# sourceMappingURL=about1.css.map */
