.nav-bg-black {
  z-index: 889; }

.aboutBanner {
  position: relative;
  height: 400px;
  background: url(../images/aboutLT1.png) no-repeat center center;
  background-size: cover;
  overflow: hidden; }
  .aboutBanner img {
    width: 100%;
    display: none; }
  .aboutBanner .container-xl {
    max-width: 1200px; }

.tabWraper {
  width: 100%;
  height: 52px;
  background: white;
  -webkit-box-shadow: 0px 2px 8px #f3f3f3;
          box-shadow: 0px 2px 8px #f3f3f3; }
  .tabWraper .container-xl {
    max-width: 1200px; }
  .tabWraper .tabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-left: 10px; }
    .tabWraper .tabList .tabItem {
      padding: 0 20px;
      height: 22px;
      line-height: 24px;
      color: #666666;
      margin: 15px 0 15px 60px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .tabWraper .tabList .tabItem:first-child {
      margin-left: 0; }
    .tabWraper .tabList .tabItem.active {
      position: relative;
      color: #008cff; }
    .tabWraper .tabList .tabItem.active::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #008cff; }

.common1 {
  max-width: 1200px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .common1 .title {
    font-size: 34px;
    color: #000;
    line-height: 34px;
    margin: 0; }
  .common1 .line {
    width: 31px;
    height: 4px;
    margin: 30px 0;
    background: #c4c4c4; }
  .common1 .introduce {
    width: 760px;
    font-size: 16px;
    line-height: 34px;
    color: rgba(1, 1, 1, 0.6);
    margin: 0; }
  .common1 .boxItem {
    width: 327px;
    margin-bottom: 61px; }
    .common1 .boxItem:last-child {
      margin-bottom: 0; }
    .common1 .boxItem .item-num {
      display: inline-block;
      color: #0047ba;
      font-size: 62px;
      line-height: 34px; }
    .common1 .boxItem .item-unit {
      display: inline-block;
      width: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #fff;
      margin: 0;
      margin-left: 4px;
      border-radius: 50%;
      background-color: #0047ba; }
    .common1 .boxItem .item-txt {
      margin: 0;
      color: rgba(1, 1, 1, 0.4);
      font-size: 14px;
      line-height: 34px; }
    .common1 .boxItem .itemIcon {
      width: 56px;
      height: 56px;
      line-height: 56px;
      text-align: center;
      font-size: 2rem;
      color: #0047BA;
      float: right;
      border-radius: 50%;
      border: 1px solid #00b2e3;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.common2 {
  margin: 40px 0 120px;
  background: url(../images/aboutLT10.png) no-repeat center bottom;
  background-size: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .common2 .mobileCarouse2 {
    display: none; }
  .common2 .contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    height: 100%; }
  .common2 .leftBox {
    width: 100%;
    height: 100%; }
  .common2 .leftItem {
    display: inline-block;
    padding-top: 80px;
    cursor: pointer;
    vertical-align: top; }
    .common2 .leftItem.col-md-4 {
      padding-left: 0;
      padding-right: 0; }
    .common2 .leftItem.active {
      position: relative; }
      .common2 .leftItem.active .iconfont .normal {
        display: none; }
      .common2 .leftItem.active .iconfont .actived {
        display: block; }
    .common2 .leftItem .iconfont {
      width: 100px;
      height: 100px;
      margin-top: 40px;
      margin-right: 22px; }
      .common2 .leftItem .iconfont .normal {
        width: 100%;
        display: block; }
      .common2 .leftItem .iconfont .actived {
        width: 100%; }
    .common2 .leftItem .item-title {
      color: #010101;
      font-size: 24px;
      margin: 15px 0; }
    .common2 .leftItem .item-info {
      width: 90%;
      display: inline-block;
      font-size: 16px;
      color: rgba(1, 1, 1, 0.4);
      line-height: 24px; }
  .common2 .rightBox {
    display: block;
    height: 100%;
    text-align: right; }
    .common2 .rightBox .rightBox-img1 {
      width: 400px;
      margin-top: 28px; }
    .common2 .rightBox .rightBox-img2 {
      width: 100%;
      max-width: 739px;
      max-height: 524px;
      margin: 40px auto 0; }

.common3 {
  width: 100%;
  margin-top: 80px; }
  .common3 .title {
    color: #000;
    font-size: 34px;
    line-height: 50px;
    text-align: center; }
  .common3 .boxWrap {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .common3 .boxWrap .boxItem {
      width: 33.33%;
      height: 521px;
      position: relative; }
      .common3 .boxWrap .boxItem:hover .item-txt {
        display: inline; }
      .common3 .boxWrap .boxItem:hover .boxMask {
        display: block; }
    .common3 .boxWrap .boxMask {
      width: 100%;
      height: 100%;
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      z-index: 999;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(120%, #0052ff));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #0052ff 120%);
      background: linear-gradient(rgba(0, 0, 0, 0) 60%, #0052ff 120%); }
    .common3 .boxWrap .box1 {
      background: url("../images/aboutLT3.png") no-repeat center center;
      background-size: cover; }
    .common3 .boxWrap .box2 {
      background: url("../images/aboutLT4.png") no-repeat center center;
      background-size: cover; }
    .common3 .boxWrap .box3 {
      background: url("../images/aboutLT5.png") no-repeat center center;
      background-size: cover; }
    .common3 .boxWrap .item-wrap {
      max-width: 284px;
      text-align: center;
      margin: 97px auto 0;
      color: #fff; }
    .common3 .boxWrap .item-img {
      display: block;
      margin: 0 auto; }
    .common3 .boxWrap .item-title {
      font-size: 34px;
      margin: 18px 0 19px;
      text-align: center; }
    .common3 .boxWrap .item-txt {
      display: none;
      font-size: 16px;
      line-height: 18px;
      text-align: left; }

.mobileCarouse {
  display: none; }

.common4 {
  width: 100%;
  overflow: hidden;
  background: url(../images/aboutLT9.png) no-repeat left top; }
  .common4 .title {
    color: #000;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    margin: 80px 0 70px; }
  .common4 .carousel-control-prev-icon {
    background-image: url(../images/aboutLT-left.png); }
  .common4 .carousel-control-next-icon {
    background-image: url(../images/aboutLT-right.png); }
  .common4 .imgWrap {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    max-width: 1032px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .common4 .imgWrap .imgItem {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      max-width: 270px;
      max-height: 170px;
      margin-right: 10.7%;
      overflow: hidden;
      -webkit-box-shadow: 0px 30px 50px rgba(0, 25, 48, 0.1);
              box-shadow: 0px 30px 50px rgba(0, 25, 48, 0.1);
      margin-bottom: 76px; }
      .common4 .imgWrap .imgItem:nth-child(3n) {
        margin-right: 0; }
    .common4 .imgWrap .imgItem img {
      width: 100%; }

.common5 {
  max-width: 1410px;
  margin: 0 auto;
  margin-top: 80px; }
  .common5 .title {
    color: #000;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 58px; }
  .common5 .boxWraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .common5 .boxWraper .commonBox1, .common5 .boxWraper .commonBox2, .common5 .boxWraper .commonBox3 {
      width: 468.43px;
      height: 291px;
      position: relative; }
      .common5 .boxWraper .commonBox1 > img, .common5 .boxWraper .commonBox2 > img, .common5 .boxWraper .commonBox3 > img {
        display: none; }
      .common5 .boxWraper .commonBox1 .boxWrap, .common5 .boxWraper .commonBox2 .boxWrap, .common5 .boxWraper .commonBox3 .boxWrap {
        position: absolute;
        top: 101px;
        left: 118px;
        color: #fff; }
      .common5 .boxWraper .commonBox1 .boxTitle, .common5 .boxWraper .commonBox2 .boxTitle, .common5 .boxWraper .commonBox3 .boxTitle {
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 19px; }
      .common5 .boxWraper .commonBox1 .boxInfo, .common5 .boxWraper .commonBox2 .boxInfo, .common5 .boxWraper .commonBox3 .boxInfo {
        font-size: 16px;
        line-height: 18px; }
    .common5 .boxWraper .commonBox1 {
      background: url(../images/aboutLT6.png) no-repeat left top; }
    .common5 .boxWraper .commonBox2 {
      background: url(../images/aboutLT7.png) no-repeat left top; }
    .common5 .boxWraper .commonBox3 {
      background: url(../images/aboutLT8.png) no-repeat left top; }

.common6 {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .common6 .title {
    height: 44px;
    color: #000;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 72px; }
  .common6 .boxWraper {
    padding: 177px 0 190px;
    background: #ebf0f5; }
  .common6 .view {
    width: 49%;
    margin: 0 auto; }
  .common6 .about-event {
    position: relative; }
    .common6 .about-event .time-bg {
      font-size: 400px;
      line-height: 592px;
      color: #fff;
      position: absolute;
      left: 64px;
      top: 43%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      text-align: center;
      opacity: .7;
      filter: alpha(opacity=70); }
    .common6 .about-event .img {
      float: left;
      width: 365px;
      height: 258px;
      position: relative;
      z-index: 3; }
      .common6 .about-event .img img {
        width: 100%; }
    .common6 .about-event .text {
      float: right;
      width: 52%;
      position: relative;
      z-index: 3;
      padding: 18px 0; }
      .common6 .about-event .text .year {
        font-size: 22px;
        line-height: 30px;
        color: #0047BA; }
      .common6 .about-event .text .con {
        font-size: 14px;
        line-height: 24px;
        height: 150px;
        color: #6d7278;
        margin-top: 3px;
        overflow: hidden; }
      .common6 .about-event .text .con p {
        margin: 0; }
      .common6 .about-event .text .con .mCSB_scrollTools {
        width: 3px; }
      .common6 .about-event .text .con .mCSB_scrollTools .mCSB_draggerRail {
        width: 3px;
        background: transparent; }
      .common6 .about-event .text .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #0047BA;
        border-radius: 0; }
    .common6 .about-event .buttons a {
      position: absolute;
      width: 15px;
      height: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-position: 100%;
      right: calc(50.7% - .4rem);
      z-index: 3;
      background-size: 100%; }
    .common6 .about-event .prev {
      top: 0;
      background-image: url("../images/aboutLT-prev.png"); }
    .common6 .about-event .next {
      bottom: 0;
      background-image: url("../images/aboutLT-next.png"); }
  .common6 .year-wrap {
    position: relative;
    z-index: 3;
    padding: 0 352px;
    height: 60px;
    margin-top: 130px;
    background-image: url("../images/aboutLT-time.png");
    background-repeat: repeat-x; }
    .common6 .year-wrap .swiper-slide {
      width: 0;
      height: 0;
      cursor: pointer; }
      .common6 .year-wrap .swiper-slide:last-child {
        margin-right: 0; }
      .common6 .year-wrap .swiper-slide .con-box {
        position: absolute;
        top: 24px;
        left: -45px; }
      .common6 .year-wrap .swiper-slide .circle {
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #6d7278;
        margin: 0 auto;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .common6 .year-wrap .swiper-slide .time {
        margin-top: 6px;
        line-height: 24px;
        color: #999;
        white-space: nowrap;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .common6 .year-wrap .swiper-slide.cur .circle {
      background-color: #0047BA; }
    .common6 .year-wrap .swiper-slide.cur .time {
      color: #0047BA; }

@media (min-width: 768px) and (max-width: 1919px) {
  .container-xl {
    max-width: 1140px !important; }
  .tabWraper .tabList {
    overflow: hidden;
    overflow-x: scroll;
    overflow-x: auto;
    width: 1200px; }
  .common1 .introduce {
    width: 88.94%; }
  .common2 .leftItem .iconfont {
    width: 76px; }
  .common2 .rightBox {
    margin: 0 32px 0 52px; }
    .common2 .rightBox .rightBox-img2 {
      display: block;
      max-width: 600px;
      max-height: 425px; }
  .mobileCarouse {
    display: none; }
  .common4 .imgWrap .imgItem {
    margin-right: 10%; }
  .common5 {
    max-width: 1200px; }
    .common5 .boxWraper .commonBox1, .common5 .boxWraper .commonBox2, .common5 .boxWraper .commonBox3 {
      width: 398.67px;
      height: 247px; }
      .common5 .boxWraper .commonBox1 > img, .common5 .boxWraper .commonBox2 > img, .common5 .boxWraper .commonBox3 > img {
        display: none; }
      .common5 .boxWraper .commonBox1 .boxWrap, .common5 .boxWraper .commonBox2 .boxWrap, .common5 .boxWraper .commonBox3 .boxWrap {
        top: 79px;
        left: 70px; }
    .common5 .boxWraper .commonBox1 {
      background: url(../images/aboutLT6-1.png) no-repeat left top; }
    .common5 .boxWraper .commonBox2 {
      background: url(../images/aboutLT7-1.png) no-repeat left top; }
    .common5 .boxWraper .commonBox3 {
      background: url(../images/aboutLT8-1.png) no-repeat left top; }
  .common6 .view {
    width: 70%; } }

@media (max-width: 1032px) {
  .common4 .imgWrap .imgItem {
    margin-right: 0; } }

@-webkit-keyframes progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@media (max-width: 768px) {
  .carousel-indicators {
    margin: 0 5% 2.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .carousel-indicators li {
      position: relative;
      width: 28%;
      height: 0.5rem;
      background-color: rgba(255, 255, 255, 0.2); }
    .carousel-indicators li.active:after {
      content: "";
      position: absolute;
      -webkit-animation: progress 5s linear;
              animation: progress 5s linear;
      width: 100%;
      height: 0.5rem;
      top: 0;
      left: 0;
      border-radius: 2.5rem;
      background-color: #fff; }
  .aboutBanner {
    height: auto; }
    .aboutBanner img {
      display: block; }
  .tabWraper {
    overflow: hidden;
    overflow-x: scroll; }
    .tabWraper .tabList {
      width: 1100px; }
    .tabWraper .tabList .tabItem {
      font-size: 1.75rem;
      margin: 15px 0 15px 5rem; }
    .tabWraper::-webkit-scrollbar {
      display: none; }
  .common1 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2rem;
    margin-top: 5rem; }
    .common1 .title {
      text-align: center;
      font-size: 3rem; }
    .common1 .line {
      width: 1.9375rem;
      height: .25rem;
      margin: 1.875rem auto 2rem; }
    .common1 .introduce {
      width: 100%;
      font-size: 1.5rem; }
    .common1 .rightBox {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 1.125rem 0 0; }
    .common1 .boxItem {
      width: 50%;
      margin-bottom: 3.8125rem; }
    .common1 .boxItem .itemIcon {
      float: none;
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      line-height: 3.5rem;
      margin-bottom: 2.31rem; }
    .common1 .boxItem .item-num {
      font-size: 3.875rem;
      line-height: 2.125rem;
      margin-bottom: 1.3125rem; }
    .common1 .boxItem .item-unit {
      width: 1rem;
      height: 1rem;
      font-size: .75rem;
      line-height: 1rem;
      margin-left: .25rem; }
    .common1 .boxItem .item-txt {
      font-size: .875rem;
      line-height: 2.125rem; }
  .common2 {
    width: 100%;
    height: auto;
    padding: 3.9375rem 2rem 0;
    margin-top: 0;
    margin-bottom: 100px;
    display: block;
    background-image: url(../images/aboutLT10_mobile.png);
    background-position: center 97%; }
    .common2 .mobileCarouse2 {
      display: block;
      margin: 0 auto; }
      .common2 .mobileCarouse2 .carousel-item img {
        width: 100%;
        height: 100%; }
    .common2 .contentWrap {
      padding-top: 40px; }
    .common2 .leftBox {
      width: 100%;
      height: auto;
      padding: 0;
      background-color: transparent;
      margin: 0 auto; }
    .common2 .leftItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0;
      border-right: 0; }
      .common2 .leftItem.active::after {
        width: 0;
        height: 0; }
    .common2 .leftItem .iconfont {
      width: 7.2637rem;
      margin-top: 2.5rem; }
    .common2 .leftItem .item-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .common2 .leftItem .item-title {
      font-size: 2.25rem;
      margin-bottom: 1rem; }
    .common2 .leftItem .item-info {
      max-width: 100%;
      font-size: 1.5rem;
      line-height: 21px; }
    .common2 .rightBox {
      display: none; }
  .common3 {
    display: none; }
  .mobileCarouse {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 6.8125rem;
    padding: 0 2rem; }
    .mobileCarouse .title {
      color: rgba(1, 1, 1, 0.5);
      font-size: 3rem;
      line-height: 2.1875rem;
      text-align: center;
      margin-bottom: 1.375rem; }
    .mobileCarouse .carousel-item {
      position: relative;
      text-align: center; }
      .mobileCarouse .carousel-item img {
        position: relative;
        width: 100%; }
      .mobileCarouse .carousel-item .item-wrap {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0 7%;
        margin: 8.5313rem auto 0;
        color: #fff; }
      .mobileCarouse .carousel-item .item-img {
        width: 7.6875rem;
        height: 7.6875rem;
        display: block;
        margin: 0 auto; }
      .mobileCarouse .carousel-item .item-title {
        font-size: 2.25rem;
        margin: 2.4375rem 0 1.875rem;
        text-align: center; }
      .mobileCarouse .carousel-item .item-txt {
        display: inline;
        font-size: 1.5rem;
        line-height: 2.25rem;
        text-align: left; }
  .common4 {
    width: 100%;
    height: auto;
    padding: 0 1.875rem 6.75rem;
    background-image: url(../images/aboutLT9_mobile.png); }
    .common4 .title {
      font-size: 3rem;
      margin: 2.875rem 0 4.5625rem; }
    .common4 .imgWrap {
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .common4 .imgItem {
      -ms-flex-preferred-size: 38.2% !important;
          flex-basis: 38.2% !important; }
      .common4 .imgItem:nth-child(-n+4) {
        margin-bottom: 4.875rem; }
  .common5 {
    width: 100%;
    padding: 0 1rem;
    margin-top: .3125rem; }
    .common5 .title {
      font-size: 3rem; }
    .common5 .boxWraper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .common5 .boxWraper .commonBox1, .common5 .boxWraper .commonBox2, .common5 .boxWraper .commonBox3 {
        width: 100%;
        height: auto;
        margin-bottom: .22rem; }
        .common5 .boxWraper .commonBox1:last-child, .common5 .boxWraper .commonBox2:last-child, .common5 .boxWraper .commonBox3:last-child {
          margin-bottom: 0; }
        .common5 .boxWraper .commonBox1 img, .common5 .boxWraper .commonBox2 img, .common5 .boxWraper .commonBox3 img {
          display: block;
          width: 100%; }
        .common5 .boxWraper .commonBox1 .boxWrap, .common5 .boxWraper .commonBox2 .boxWrap, .common5 .boxWraper .commonBox3 .boxWrap {
          top: 8rem;
          left: 0;
          width: 100%;
          margin: 0 auto;
          text-align: center; }
          .common5 .boxWraper .commonBox1 .boxWrap .boxTitle, .common5 .boxWraper .commonBox2 .boxWrap .boxTitle, .common5 .boxWraper .commonBox3 .boxWrap .boxTitle {
            font-size: 2.5rem;
            line-height: 2.9375rem;
            margin-bottom: 1.625rem; }
          .common5 .boxWraper .commonBox1 .boxWrap .boxInfo, .common5 .boxWraper .commonBox2 .boxWrap .boxInfo, .common5 .boxWraper .commonBox3 .boxWrap .boxInfo {
            font-size: 1.5625rem;
            line-height: 2.25rem; }
  .common6 .title {
    font-size: 3rem; }
  .common6 .boxWraper {
    padding: 3.75rem 0; }
  .common6 .view {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto; }
  .common6 .about-event {
    position: relative; }
    .common6 .about-event .time-bg {
      font-size: 18.75rem;
      line-height: 27.75rem;
      -webkit-transform: translateY(-57%);
              transform: translateY(-57%); }
    .common6 .about-event .img {
      float: none;
      width: 69.14%;
      margin: 0 auto;
      overflow: hidden;
      z-index: 0; }
      .common6 .about-event .img img {
        width: 100%; }
    .common6 .about-event .text {
      float: none;
      margin-top: 3.75rem;
      width: 100%; }
    .common6 .about-event .buttons a {
      width: 39px;
      height: 22px;
      background-position: center;
      right: 0;
      background-size: auto; }
    .common6 .about-event .prev {
      top: 6rem;
      left: 0;
      background-image: url("../images/aboutLT-left.png"); }
    .common6 .about-event .next {
      top: 6rem;
      right: 0;
      background-image: url("../images/aboutLT-right.png"); }
  .common6 .year-wrap {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    padding: 0 27px; }
  .common6 .year-wrap .swiper-slide {
    margin-right: 80px; } }

@media (min-width: 768px) and (max-width: 911.98px) {
  .common6 .year-wrap {
    padding: 0 100px; } }

@media (min-width: 912px) and (max-width: 1199.98px) {
  .common6 .year-wrap {
    padding: 0 150px; } }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .common6 .year-wrap {
    padding: 0 200px; } }

@media (min-width: 1400px) and (max-width: 1600px) {
  .common6 .year-wrap {
    padding: 0 240px; } }
