

@media only all and (max-width: 768px) {
  .content {
    margin-top: 56px;
  }
}

@media only all and (max-width: 414px) {
  .content {
    margin-top: 46px;
  }
}

.content .banner {
  width: 100%;
}

@media only all and (max-width: 414px) {
  .content .banner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    max-width: 150%;
  }
}

.content .about {
  width: 1400px;
  margin: 0 auto;
}

@media only all and (max-width: 1440px) {
  .content .about {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .about {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .about {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .about {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .about {
    padding: 0 10px;
  }
}

.content .about .titless {
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 5px;
}

@media only all and (max-width: 414px) {
  .content .about .titless {
    padding-top: 10px;
  }
}

.content .about .titless .left {
  font-size: 18px;
  color: #f39800;
  font-weight: bold;
}

@media only all and (max-width: 768px) {
  .content .about .titless .left {
    font-size: 14px;
    float: none;
    margin-bottom: 5px;
  }
}

.content .about .titless .right {
  font-size: 14px;
  color: #595959;
}

@media only all and (max-width: 768px) {
  .content .about .titless .right {
    font-size: 12px;
    float: none;
  }
}

.content .about .titless .right a {
  color: #595959;
  vertical-align: middle;
}

.content .about .titless .right a:hover {
  color: #f39800;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.content .about .titless .right span {
  color: #f39800;
  vertical-align: middle;
}

.content .about .about_con {
  padding-top: 40px;
  padding-bottom: 70px;
}

@media only all and (max-width: 768px) {
  .content .about .about_con {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.content .about .about_con .left_nav {
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




@media only all and (max-width: 1280px) {
  .content .about .about_con .left_nav {
    width: 190px;
  }
}

@media only all and (max-width: 1024px) {
  .content .about .about_con .left_nav {
    width: 140px;
  }
}

@media only all and (max-width: 768px) {
  .content .about .about_con .left_nav {
    display: none;
    width: 100%;
  }
}

.content .about .about_con .left_nav li {
  width: 100%;
  font-size: 0;
}

.content .about .about_con .left_nav li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 82px;
  border: 1px dashed #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid transparent;
  font-size: 16px;
  color: #292929;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}


@media only all and (max-width: 768px) {
  .content .about .about_con .left_nav li a {
    height: 40px;
  }
}


@media only all and (max-width: 1280px) {
  .content .about .about_con .left_nav li a {
    font-size: 14px;
  }
}

@media only all and (max-width: 414px) {
  .content .about .about_con .left_nav li a {
    font-size: 12px;
  }
}

.content .about .about_con .left_nav li a span {
  display: inline-block;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content .about .about_con .left_nav li a:hover {
  background: #f39800;
  border: 1px solid #f39800;
  color: #fff;
}

.content .about .about_con .left_nav li a.active {
  background: #f39800;
  border: 1px solid #f39800;
  color: #fff;
}

.content .about .about_con .left_nav li:first-child a {
  border-top: 1px dashed #cccccc;
}

.content .about .about_con .left_nav li:last-child a {
  border-bottom: 1px dashed #cccccc;
}

.content .about .about_con .right_con {
  font-size: 20px;
  width: 65%;
  margin-right: 10%;  
}


/*
.content .news .news_con .right_con {
  width: 65%;
  margin-right: 10%;
}
*/
@media only all and (max-width: 1440px) {
  .content .about .about_con .right_con {
    margin-right: 9%;
  }
}

@media only all and (max-width: 1280px) {
  .content .about .about_con .right_con {
    margin-right: 8%;
  }
}

@media only all and (max-width: 768px) {
  .content .about .about_con .right_con {
    width: 100%;
    margin-right: 0;
  }
}






.content .about .about_con .right_con .gray_bg {
  width: 736px;
  height: 536px;
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
}

@media only all and (max-width: 1440px) {
  .content .about .about_con .right_con .gray_bg {
    width: 662.4px;
    height: 482.4px;
  }
}

@media only all and (max-width: 1280px) {
  .content .about .about_con .right_con .gray_bg {
    width: 588.8px;
    height: 428.8px;
  }
}

@media only all and (max-width: 1024px) {
  .content .about .about_con .right_con .gray_bg {
    width: 411.6px;
    height: 321.6px;
  }
}

@media only all and (max-width: 768px) {
  .content .about .about_con .right_con .gray_bg {
    left: 60px;
  }
}

@media only all and (max-width: 414px) {
  .content .about .about_con .right_con .gray_bg {
    display: none;
  }
}

.content .about .about_con .right_con .swiper_con {
  position: relative;
  /*margin-left: 73px;*/
  margin-left: 0;
  margin-top: 73px;
  width: 100%;
  height: 510px;
  overflow: hidden;
}

@media only all and (max-width: 1440px) {
  .content .about .about_con .right_con .swiper_con {
    /*width: 895.5px;*/
    height: 437px;
  }
}

@media only all and (max-width: 1280px) {
  .content .about .about_con .right_con .swiper_con {
    /*width: 764px;*/
    height: 364px;
  }
}

@media only all and (max-width: 1024px) {
  .content .about .about_con .right_con .swiper_con {
    /*width: 573px;*/
    height: 277px;
    margin-top: 30px;
  }
}

@media only all and (max-width: 768px) {
  .content .about .about_con .right_con .swiper_con {
    margin-left: 0;
    margin-top: 30px;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    height: 408px;
  }
}

@media only all and (max-width: 640px) {
  .content .about .about_con .right_con .swiper_con {
    height: auto;
  }
}

@media only all and (max-width: 414px) {
  .content .about .about_con .right_con .swiper_con {
    width: 100%;
    /*height: 221px;*/
    margin-top: 0px;
  }
}

@media only all and (max-width: 375px) {
  .content .about .about_con .right_con .swiper_con {
    /*height: 199px;*/
  }
}

@media only all and (max-width: 320px) {
  .content .about .about_con .right_con .swiper_con {
    /*height: 168px;*/
  }
}

.content .about .about_con .right_con .swiper_con .swiper3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content .about .about_con .right_con .swiper_con .swiper3 .swiper-wrapper img {
  width: 100%;
}

.content .about .about_con .right_con .swiper_con .swiper-button-prev {
  display: none;
}

.content .about .about_con .right_con .swiper_con .swiper-button-next {
  background-image: url("/assets/img/aboutImg/arrow_right.jpg");
  width: 190px;
  height: 50px;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  right: -100px;
  top: 81%;
}

@media only all and (max-width: 1440px) {
  .content .about .about_con .right_con .swiper_con .swiper-button-next {
    width: 171px;
    height: 45px;
    right: -80px;
  }
}

@media only all and (max-width: 1024px) {
  .content .about .about_con .right_con .swiper_con .swiper-button-next {
    width: 133px;
    height: 35px;
    right: -50px;
  }
}

@media only all and (max-width: 414px) {
  .content .about .about_con .right_con .swiper_con .swiper-button-next {
    width: 100px;
    height: 26px;
    right: 30px;
  }
}

.content .about .about_con .right_con .text {
  font-size: 14px;
  line-height: 36px;
  margin-top: 55px;
}

@media only all and (max-width: 768px) {
  .content .about .about_con .right_con .text {
    margin-top: 20px;
  }
}

@media only all and (max-width: 414px) {
  .content .about .about_con .right_con .text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=../map/about.css.map */
