.ft-l {
  float: left;
}


.about_banner {
  width: 100%;
  background: url("../images/about-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap_tab_nav {
  width: 100%;
  height: 56px;
  position: relative;
}

.wrap_tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.wrap_tab {
  box-shadow: 0 1px 0 #f4f4f4;
  ;
  transform: translateY(0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  box-sizing: border-box;
}



.wrap_tab.fixed {
  position: fixed;
  z-index: 98;
}

.tab_nav.clearfix {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  height: 58px;
  margin-bottom: -1px;
}

.tab_nav.clearfix::-webkit-scrollbar {
  display: none !important;
  width: 0px;
  height: 0px;
}

.tab_nav.clearfix ul {
  position: absolute;
  left: 0px;
  top: 0;
  height: 58px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
}

.tab_nav li {
  list-style: none;
  float: none;
  display: inline-block;
  margin-right: 32px;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.tab_nav li a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0;
  font-size: 16px;
}

.tab_nav li.tab_active {
  color: #2a2e2e;
  border-bottom: 3px solid #147BD1
}
.tab_nav li.tab_active a{
  color: #147BD1;
}

.tab_con {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 108px;
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, .8);
}

.tab_con_bg {
  position: relative;
  top: 0;
}

.tab_con h3 {
  font-size: 32px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

.introduce {
  height: 116px;
  overflow: hidden;
}

.introduce p {
  margin-bottom: 16px;
}

.introduce_subtitle{
  color: rgba(0,0,0,.8);
}

.tab_con_introduce {
  width: 960px;
}

.introduce.expanded {
  height: auto;
}

.tab_con_introduce .expand {
  width: 150px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  margin-top: 16px;
  color: rgba(0, 0, 0, .6);
  margin-top: 16px;
}


.tab_con_introduce .expand .expanded_txt {
  display: none;
}

.tab_con_introduce .expand.expanded .expand_txt {
  display: none;
}

.tab_con_introduce .expand.expanded .expanded_txt {
  display: inline;
}

.tab_con_introduce .expand.expanded img {
  transform: rotate(180deg);
}

.anchor_item {
  position: relative;
  overflow: hidden;
}

/* 公司大事记*/

.dees_bg {
  position: relative;
}

.mobile_visible {
  display: none !important;
}

.anchor_dees {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/about-process.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000;
}


.tab_con h3.process_title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.process_node {
  width: 100%;
  margin: auto;
  padding-top: 70px;
  padding-left: 20px;
}

.process_node .node_item {
  width: 10px;
  height: 10px;
  float: left;
  position: relative;
  border-radius: 50%;
  color: rgba(255, 255, 255, .6);
  cursor: pointer;
}

.process_node .node_item .item_title:hover,
.process_node .node_item .node:hover {
  color: rgba(255, 255, 255, .8);
}


.process_node .node_item .item_title {
  position: absolute;
  font-size: 16px;
  top: -40px;
  width: 100px;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  color: rgba(255, 255, 255, .6);
}

.process_node .node_item .node {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.process_node .node_item.active .node {
  background: #ffffff;
}

.process_node .node_item.active .item_title {
  color: #ffffff;
  font-size: 24px;
  top: -48px;
  font-weight: 500;
}

.process_node .node_line {
  float: left;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  width: 10%;
  margin-top: 5px;
}

.dees_cont {
  position: relative;
  left: 0;
  width: 9550px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease-in-out 0s;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s ease-in-out 0s;
  /* Opera */
}

.dees_item {
  float: left;
  width: 894px;
  margin-right: 56px;
  color: rgba(255, 255, 255, 0.6);
}

.dees_active {
  color: #fff;
}

.dees_active .dees_year {
  border-bottom: 3px solid #147BD1;
}

.swiper-container {
  height: 360px;
}

.swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 7vw;
  height: 12px;
  /* background: #fff; */
  margin: 0 4px;
  /* opacity: 0.4; */
  cursor: pointer;
  border-bottom: 2px solid rgba(255, 255, 255, .4);
}

.swiper-active-switch {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}


.dees_year {
  width: 106px;
  height: 67px;
  line-height: 67px;
  font-size: 48px;
  font-weight: 500;
}

.dees_content {
  width: 894px;
  margin-top: 12px;
}

/*  董事及高管 */
.anchor_director {
  background-color: #f9f9f9;
}

.tab_director {
  padding-top: 80px;
  padding-bottom: 108px;
}

.tab_director h3 {
  font-size: 32px;
  line-height: 45px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 36px;
}

.director_line {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
}

.director_line {
  font-size: 24px;
}

.director_line:after,
.director_line:before {
  content: "";
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 30%;
}

.director_line:after {
  left: 12px;
}

.director_line:before {
  right: 12px;
}

.director_line_row {
  text-align: center;
  height: 40px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
}

.line {
  display: inline-block;
  width: 200px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.director_txt {
  vertical-align: middle;
  margin: 0 24px;
}





.director_line2 {
  margin-top: 56px;
  margin-bottom: 40px;
}

.director_row {
  margin-bottom: 24px;
}

.director_row:last-child {
  margin-bottom: 0px;
}

.director_person {
  margin-top: 24px;
  margin-bottom: 3px;
  cursor: pointer;
  text-align: center;
  /* border-bottom: 3px solid transparent */
}

.director_card {
  position: relative;
  background: #ffffff;
  /* border-bottom: 3px solid transparent; */
}

.director_card:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: #147BD1;
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(0.01, 1);
}



.director_person:hover .director_card:after {
  transform: scale(1, 1);
  opacity: 1;
}

/* .director_card:hover {
  transform: scale(1, 1);
  opacity: 1;
  border-bottom-color: #147BD1;
} */

.director_photo {
  margin: 0 auto;
  padding: 65px 2% 35px 2%;
}

.director_photo>img {
  max-width: 228px;
}

.director_name {
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.mobile_director_card .director_post {
  margin-bottom: 34px;
  padding: 0 24px;
}

.pc_visible {
  display: block;
}

.pc_visible>.director_post ul li {
  height: 22px;
}

.director_post ul li {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.modal_director_post ul li {
  height: auto !important;
  line-height: 36px !important;
  font-size: 24px !important;
}

/* .en_us .director_post ul li {
  height: auto !important;
} */

/*荣誉资质*/
.tab_honor {
  background-color: #1F2431;
}

.tab_honor h3 {
  color: #ffffff;
}


.honor_qualification {
  position: relative;
}

.honor_qualification img {
  width: 100%;
  transition: all .3s ease;
}

.honor {
  float: left;
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  transition: all .3s ease;
}

.honor:hover img {
  transform: scale(1.05);
}

.qualification:hover img {
  transform: scale(1.05);
}

.qualification {
  float: right;
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  transition: all .3s ease;
}

.honor_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 40px;
  color: #ffffff;
  cursor: pointer;
}

.footer_title {
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
}

.info {
  color: rgba(255, 255, 255, 0.8);
}

.footer_detail .icon {
  float: right;
}

/* 加入我们*/
.anchor_join {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
}

.tab_con_bg h3.join_title {
  margin: 0;
}

.join_about {
  margin-top: 32px;
  color: rgba(0, 0, 0, .6);
}

.join_about span {
  display: block;
  text-align: center;
  font-weight: 400;
}

.join_cont {
  position: relative;
  margin-top: 44px;
  background: #ffffff;
}

.join_section {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 5%;
  text-align: center;
}

.join_line {
  width: 50%;
  margin: 24% auto;
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.join_icon {
  float: left;
}

.detail_head {
  display: block;
  padding-bottom: 4px;
  font-weight: 500;
}

.detail_foot {
  display: block;
  font-weight: 400;
  color: #147BD1;
  cursor: pointer;
}

.detail_foot_col{
  margin-left: 9px;
}

.detail_foot:hover {
  color: #0058A7;
}

.detail_foot img {
  margin-bottom: 3px;
  margin-left: 2px;
}


.modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  z-index: 100;
  background: #fff;
  overflow-y: auto;
}

.modal_head {
  text-align: right;
  padding: 60px;
}

.modal_close {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url("../images/close-line.svg");
  background-size: cover;
  background-position: center;
}

.modal_close:hover {
  background-image: url("../images/close-line-hover.svg");
}

.director_img {
  text-align: center;
  /* margin-right: 56px;
  width: 266px; */
}

.director_info {
  padding-left: 50px;
}

.info_name {
  font-size: 36px;
  /* color: #147BD1; */
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, .8);
  ;
}


.info_line {
  border-top: 1px solid rgba(0, 0, 0, .2);
  margin: 24px 0;
  width: 100%;
}

.info_detail {
  padding-bottom: 56px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.info_detail p {
  margin-bottom: 16px;
}

.director_list>.director_img_list {
  margin-top: 68px;
  width: 228px;
  margin: 0 auto;
  /* border: 1px dashed; */
}

.director_list>.directordirector_img_list_photo:nth-child(3n+2) {
  margin: 0 88px;
  margin-top: 68px;
}


/* 英文版 start */
.en_us .swiper-container {
  height: 480px !important;
}

.en_us .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
  opacity: .4;
}

.en_us .swiper-pagination-bullet-active {
  opacity: 1;
}

/* 英文版 end */



@media only screen and (min-width: 1200px) {
  .director_card {
    min-height: 464px;
  }

  .director_modal {
    width: 960px;
    margin: 0 auto;
  }

  .tab_honor {
    height: 700px;
  }

  .anchor_join {
    height: 760px;
  }

  .tab_director h3 {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .tab_con {
    width: 90vw;
  }

  /*  董事及高管 */
  .director_row {
    margin: 0 auto;
  }

  .director_person .director_post ul li {
    -webkit-line-clamp: 1 !important;
  }

  .modal_content .director_post ul li {
    -webkit-line-clamp: unset !important;
  }

  /* 弹窗 */
  .modal_head {
    padding: 36px;
  }

  .director_info {
    padding-top: 2%;
  }

  .info_line {
    margin: 24px 0;
  }

  .director_modal {
    width: 100%;
    padding: 0 36px;
  }

  /* .director_img {
  } */

  /*  董事及高管 */

  /* 关于我们 */

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tab_con {
    width: 90vw;
    padding-top: 6%;
    padding-bottom: 8%;
  }

  /* 公司简介 */
  .tab_con h3 {
    margin-bottom: 30px;
  }

  /* 公司简介 */

  /* 公司大事记 */

  .dees_cont {
    width: 1000%;
  }

  .process_node .node_item .item_title {
    width: 70px;
    transform: translate(20%, 2%);
  }

  .process_node .node_item.active .item_title {
    width: 70px;
  }

  .dees_item {
    width: 10%;
    margin-right: 1%;
  }

  .dees_content {
    white-space: normal;
    /* word-break: break-all; */
    overflow: hidden;
    width: 100%;
  }

  /* 公司大事记 */

  /*  董事及高管 */
  .director_row {
    margin: 0 auto;
  }

  .director_photo {
    padding: 65px 13% 35px 13%;
  }

  .director_name {
    font-size: 20px;
  }

  .director_person .director_post ul li {
    -webkit-line-clamp: 1 !important;
  }

  .modal_content .director_post ul li {
    -webkit-line-clamp: unset !important;
  }

  .director_photo>img {
    width: 100%;
  }

  /* 弹窗 */
  .modal_head {
    padding: 36px;
  }

  .director_info {
    padding-top: 2%;
  }

  .info_name {
    font-size: 30px;
  }

  .info_line {
    margin: 24px 0;
  }

  .director_modal {
    width: 100%;
    padding: 0 36px;
  }

  /*  董事及高管 */

  /* 荣誉资质 */

  .honor,
  .qualification {
    max-height: 250px;
  }


  .honor_footer {
    padding: 5% 4%;
  }

  .join_line {
    margin: 18% 0;
  }

  /* 荣誉资质 */

  /* 加入我们 */

  /* 加入我们 */
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  .director_row {
    margin: 0 auto;
    /* width: 415px; */
  }

  .tab_nav {
    width: 100%;
  }

  .tab_nav li:first-child {
    margin-left: 5vw;
  }

  /* 公司简介 */

  .tab_con_introduce {
    padding-bottom: 28px
  }

  .tab_con {
    width: 90vw;
    padding-top: 80;
  }

  .tab_con h3 {
    font-size: 24px;
    margin-bottom: 5%;
    line-height: 30px;
  }

  .introduce {
    max-height: 88px;
  }

  .en_us .introduce {
    max-height: 90px !important;
  }


  /* 公司简介 */

  /* 公司大事记 */
  .pc_visible {
    display: none !important;
  }

  .mobile_container {
    padding-top: 80px
  }

  .mobile_visible {
    display: block !important;
  }

  .process_title {
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 36px;
  }

  .anchor_dees {
    min-height: 326px;
  }

  /* 公司大事记 */

  /*  董事及高管 */

  .tab_director h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .director_line {
    width: 100%;
    font-size: 20px;
  }

  .director_photo>img {
    width: 100%;
  }

  .director_card{
    margin-left: -12px;
    margin-right: -12px;
  }

  .mobile_director_card {
    position: relative;
  }

  .director_person {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .director_photo {
    padding: 3%;
  }

  .mobile_director_info {
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 3%;
  }

  .director_post {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
  }

  .director_name {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
  }

  .director_info .director_post ul li {
    white-space: inherit;
  }

  .director_post ul li {
    height: auto;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, .6);
    -webkit-line-clamp: unset;
  }

  /* 弹窗 */


  .modal_head {
    padding: 36px;
  }

  .director_info {
    padding-left: 0px;
  }

  .mobile_infomation {
    position: relative;
  }

  .director_info {
    position: absolute;
    bottom: 0;
    padding-top: 0;
  }

  .info_name {
    text-align: left;
    line-height: 22px;
    font-size: 16px;
  }

  .info_line {
    margin: 24px 0;
  }

  .director_modal {
    width: 100%;
    padding: 0 36px;
  }

  /* .director_img {
  } */


  /*  董事及高管 */

  /* 荣誉资质 */
  .honor_qualification {
    width: 100%;
    margin-top: 20px;
  }

  .honor_footer {
    padding: 4% 4%;
  }

  /* 荣誉资质 */

  /* 加入我们 */
  .join_section {
    position: relative;
    transform: translate(0, 0);
    padding: 5% 0;
  }

  .join_line {
    width: 80px;
    margin: 0 auto;
  }

  .join_col {
    padding: 36px 0;
  }

  /* 英文版 start */
  .en_us .director_line1:after,
  .en_us .director_line1:before {
    width: 22%;
  }

  .en_us .info_name {
    font-size: 16px;
  }

  .en_us .director_line1 {
    margin: 12px auto;
  }

  /* 英文版end */
}


@media only screen and (min-width: 320px) and (max-width: 424px) {
  .tab_con {
    width: 90vw;
    /* padding: 20px; */
  }

  .tab_nav {
    width: 100%;
  }

  .tab_nav li:first-child {
    margin-left: 5vw;
  }

  /* 公司简介 */

  .tab_con_introduce {
    padding-bottom: 28px
  }

  .tab_con h3 {
    font-size: 24px;
    margin-bottom: 5%;
    line-height: 30px;
  }


  .introduce {
    height: 90px;
    overflow: hidden;
  }

  .tab_con_introduce .expand {
    font-size: 14px;
  }

  /* 公司简介 */

  /* 公司大事记 */

  .mobile_visible {
    display: block !important;
  }

  .mobile_container {
    padding-top: 80px
  }

  .process_title {
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 36px;
  }

  .pc_visible {
    display: none !important;
  }

  /*  董事及高管 */

  .tab_director h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .director_line {
    width: 100%;
    font-size: 20px;
  }

  .director_card{
    margin-left: -12px;
    margin-right: -12px;
  }

  .mobile_director_card {
    position: relative;
  }

  .director_photo>img {
    width: 100%;
  }

  .director_person {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .director_photo {
    padding: 3%;
  }

  .mobile_director_info {
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 3%;
  }

  .director_post {
    margin: 0 !important;
    font-size: 12px;
    padding: 0 !important;
  }

  .director_row {
    margin: 0 auto;
    width: 90vw;
  }

  .director_name {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
  }

  .modal_content .director_post ul li {
    -webkit-line-clamp: unset !important;
  }


  .director_line:after,
  .director_line:before {
    width: 24%;
  }

  /* 弹窗 */

  .modal_head {
    padding: 36px;
  }

  .mobile_infomation {
    position: relative;
  }

  .director_info {
    position: absolute;
    bottom: 0;
    padding-top: 0;
  }

  .info_name {
    text-align: left;
    line-height: 22px;
    font-size: 16px;
  }

  .info_line {
    margin: 24px 0;
  }

  .director_post ul li {
    white-space: inherit;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, .6);
  }

  .director_modal {
    width: 100%;
    padding: 0 36px;
  }

  .director_info {
    padding-left: 0px;
  }

  /* .director_img {
  } */

  .info_detail p {
    font-size: 14px;
    line-height: 28px;
  }

  /*  董事及高管 */

  /* 荣誉资质 */
  .honor_qualification {
    width: 100%;
    margin-bottom: 20px;
  }

  .honor,
  .qualification {
    max-height: 200px;
  }

  .honor_footer {
    padding: 4% 4%;
  }

  /* 荣誉资质 */

  /* 加入我们 */
  .join_section {
    position: relative;
    transform: translate(0, 0);
    padding: 5% 0;
  }

  .join_line {
    width: 80px;
    margin: 0 auto;
  }

  .join_col {
    padding: 36px 0;
  }

  /* 加入我们 */


  /* 英文版 start */
  .en_us .director_line1:after,
  .en_us .director_line1:before {
    width: 8%;
  }

  .en_us .info_name {
    font-size: 16px;
    line-height: 20px;
  }

  .en_us .director_line1 {
    margin: 12px auto;
  }

  /* 英文版 end */

}



/* ------------------------------- */

ul,
li {
  list-style: none;
}

.tab_wrap {
  position: relative;
}

.tab_row {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 30px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.tab_ul {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  text-align: center;

}

.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
  opacity: .4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet.active {
  background: #147BD1;
  transition: 0.1s;
}

.tabBox {
  position: relative
}

.tabList {
  width: 100%;
  float: left;
  color: #D3D3D3;
}

.tab_cont_year {
  padding-bottom: 40px;
}

.tab_cLine {
  display: inline-block;
  padding: 0 20px;
  background: #147BD1;
  position: relative;
  top: 40px;
  height: 36px;
}

.tab_cLine span {
  bottom: 30px;
  position: relative;
  font-size: 36px;
  color: #fff;
}

.tab_cont_info {
  /* padding: 24px; */
  color: #fff;
}
@media screen and (min-width: 320px) {
  .tab_nav li {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 360px) {
  .tab_nav li {
    margin-right: 36px !important;
  }
}
@media screen and (min-width: 375px) {
  .tab_nav li {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .tab_nav li {
    margin-right: 56px !important;
  }
}


