.main-color {
  color: #ff7800;
}

body {
    font-family: "SY" !important;
}

.main {
  margin-top: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 .3rem;
  height: 1rem;
  padding: 0 .5rem;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #ccc;
}
.header .logo {
  width: 2.6rem;
  height: auto;
}
.header .logo img {
  display: block;
}
.header .bread {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: .35rem;
  height: .24rem;
}
.header .bread::after, .header .bread::before {
  content: "";
}
.header .bread span, .header .bread::after, .header .bread::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #ff7800;
  transition: all 0.2s linear;
}
.header .bread::before {
  margin-top: -0.1rem;
}
.header .bread::after {
  margin-top: 0.1rem;
}
.header .bread.active span {
  opacity: 0;
}
.header .bread.active::after, .header .bread.active::before {
  margin-top: 0;
}
.header .bread.active::before {
  transform: translateY(-50%) rotate(-45deg);
}
.header .bread.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.nav_menu {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  height: calc(100vh - .88rem);
  width: 100%;
  background: #fff;
  z-index: 99;
}
.nav_menu .nav_list {
  width: 100%;
}
.nav_menu .nav_list .nav_item .bg-color {
  padding: 0 .5rem;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .bg-color.cur {
  background: #ff7800;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap {
  border: none;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap .tit {
  color: #fff;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap .icon {
  fill: #fff;
}
.nav_menu .nav_list .nav_item .lk {
  display: block;
  height: 100%;
  line-height: 1.12rem;
  margin: 0 .5rem;
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.12rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .tit-wrap .tit {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .tit-wrap .icon-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .tit-wrap .icon-wrap.cur {
  transform: rotate(90deg);
}
.nav_menu .nav_list .nav_item .sub_tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.12rem;
  padding: 0 .3rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_tit {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_icon {
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform .1s linear;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_icon.cur {
  transform: rotate(90deg);
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list {
  display: none;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item {
  margin: 0 .5rem;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item {
  display: none;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item .sub_lk {
  display: block;
  font-size: .24rem;
  color: #666;
  padding: .3rem 0 .3rem 0.5rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item .sub_lk:last-child {
  border-bottom: none;
}
.nav_menu .nav_footer {
  position: absolute;
  bottom: .8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.nav_menu .nav_footer .nav_footer_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .5rem;
}
.nav_menu .nav_footer .nav_footer_item .footer_tit {
  font-size: .3rem;
  font-weight: bold;
  color: #424242;
}

.footer {
  background: #f5f5f5;
}
.footer .foot_info {
  padding: .4rem;
  background: #282828;
}
.footer .foot_info .foot_logo {
  width: 2.6rem;
  height: .3rem;
}
.footer .foot_info .compname {
  margin-top: .6rem;
  font-size: .24rem;
  color: #878787;
}
.footer .foot_info .tips-wrap {
  margin-top: .6rem;
  font-size: .18rem;
  line-height: .3rem;
  color: #878787;
}

.banner {
  position: relative;
  height: 3.88rem;
}
.banner .b-left {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.banner .b-left .tit {
  font-size: .46rem;
  color: #fff;
  padding-bottom: .3rem;
}
.banner .b-right {
  height: 100%;
}
.banner .b-right img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main {
  background: #f5f5f5;
}

.tab-container .tab-list {
  position: relative;
  display: flex;
 
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: .88rem;
  align-items: center;
  background: #fff;
  overflow-x: scroll;
}
.tab-container .tab-list::-webkit-scrollbar {
  display: none;
}
.tab-container .tab-list.navFix {
  position: fixed;
  top: 0;
  left: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1rem;
  z-index: 66;
}
.tab-container .tab-list .tab-item {
  flex: 1;
  height: 100%;
  font-size: .28rem;
  color: #424242;
  padding: 0 .3rem;
  text-align: center;
  display: flex;
  align-items: center;
}
.tab-container .tab-list .tab-item span {
    flex: 1;
    text-wrap: nowrap;
}
.tab-container .tab-list .tab-item.active {
  color: #ff7800;
}
.tab-container .tab-list .tab-item.active span {
  display: inline-block;
  width: auto;
}
.tab-container .tab-contents .tab-content {
  display: none;
}
.tab-container .tab-contents .tab-content.pd {
  padding-top: .88rem;
}
.tab-container .tab-contents .tab-content.active {
  display: block;
}
.tab-container .tab-contents .tab-content .f-level-tit {
  position: relative;
  font-size: .36rem;
  color: #333;
  margin: .7rem .5rem 0;
  padding-bottom: .2rem;
  border-bottom: 2px solid #333;
}
.tab-container .tab-contents .tab-content .f-level-tit:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: .77rem;
  height: 2px;
  background: #ff7800;
}
.tab-container .tab-contents .tab-content .tit-wrap {
  margin: 0 .5rem;
  padding-bottom: .5rem;
  background: url(../image/tit_bg.png) no-repeat bottom left;
  background-size: contain;
}
.tab-container .tab-contents .tab-content .tit-wrap .tit {
  font-size: .48rem;
  color: #ff7800;
}
.tab-container .tab-contents .tab-content .tit-wrap .sup {
  font-size: .3rem;
  color: #ff7800;
  display: block;
}
.tab-container .tab-contents .tab-content .content-wrap {
  margin: .5rem .5rem 0;
}


.tab-container .tab-contents .tab-content .content-wrap .advantages-list {
  margin-top: .5rem;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item {
  padding: 0 .3rem .3rem;
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: .5rem;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .m-title {
  position: relative;
  font-size: .4rem;
  color: #ff7800;
  line-height: .6rem;
  padding: .2rem 0 .2rem .23rem;
  border-bottom: 1px solid #eee;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .m-title:after {
  content: '';
  position: absolute;
  top: .2rem;
  left: 0;
  width: 2px;
  height: .6rem;
  background: #1750c6;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .advantage-list {
  list-style: none;
  margin-top: .3rem;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .advantage-list .advantage-list-item {
  margin-bottom: .3rem;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .advantage-list .advantage-list-item:last-child {
  margin-bottom: 0;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .advantage-list .advantage-list-item .advantage-list-title {
  display: flex;
  font-size: .28rem;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .advantage-list .advantage-list-item .advantage-list-title h3 {
  flex-shrink: 0;
  color: #1750c6;
  font-size: .28rem;
  font-weight: bold;
}
.tab-container .tab-contents .tab-content .content-wrap .advantages-list .advantage-item .advantage-list .advantage-list-item .advantage-list-title .advantage-list-desc {
  font-size: .28rem;
  color: #666;
  line-height: 1.6;
  margin-left: .2rem;
}







.tab-container .tab-contents .tab-content .content-wrap .info {
  font-size: 0.24rem;
  color: #545454;
  line-height: 0.42rem;
  text-align: justify;
}
.tab-container .tab-contents .tab-content .content-wrap .info p {
  font-size: 0.24rem;
  color: #545454;
  line-height: 0.42rem;
  text-align: justify;
  margin-bottom: 0.3rem;
}
.tab-container .tab-contents .tab-content .content-wrap .info p span {
  font-size: 0.24rem;
}
.tab-container .tab-contents .tab-content .content-wrap .info p:last-child {
  margin-bottom: 0;
}
.tab-container .tab-contents .tab-content .content-wrap .table {
  margin-bottom: .5rem;
}
.tab-container .tab-contents .tab-content .content-wrap .table img {
  display: block;
  width: 100%;
  height: 100%;
}
.tab-container .tab-contents .tab-content .content-wrap .year {
  padding-bottom: 1rem;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item {
  margin-top: .8rem;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item:first-child {
  margin-top: 0;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item .year-num {
  font-size: .8rem;
  color: #1750c6;
  font-weight: bold;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item .month-list {
  margin-left: .8rem;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item .month-list .m-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 .2rem;
  background: #fff;
  padding: .4rem;
  border-radius: 4px;
  margin-top: .4rem;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item .month-list .m-item:after {
  content: '';
  position: absolute;
  top: 20%;
  left: -10%;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background: #ff7800;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item .month-list .m-item:before {
  content: '';
  position: absolute;
  top: 30%;
  left: -8%;
  width: .02rem;
  height: 2rem;
  background: #ff7800;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item .month-list .m-item .m-num {
  flex-shrink: 0;
  font-size: .6rem;
  color: #1750c6;
}
.tab-container .tab-contents .tab-content .content-wrap .year-item .month-list .m-item .m-info {
  font-size: .28rem;
  color: #666;
}
.tab-container .tab-contents .tab-content .content-wrap .zz-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .4rem;
  padding-bottom: .5rem;
}
.tab-container .tab-contents .tab-content .content-wrap .zz-list .zz-item {
  padding: .2rem;
  background: #fff;
}
.tab-container .tab-contents .tab-content .content-wrap .zz-list .zz-item .tit {
  margin-top: .2rem;
  font-size: .28rem;
  color: #666;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four {
  width: 100%;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four .item {
  position: relative;
  height: 7.2rem;
  text-align: center;
  border-top: 4px solid #ff7800;
  margin-top: .4rem;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four .item:first-child {
  margin-top: 0;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four .item .tit {
    position: absolute;
  font-size: .42rem;
  padding: .5rem 0;
  color: #fff;
  z-index: 5;
  width: 100%;
  text-align: center;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four .item .info {
    position: absolute;
    top: 1.5rem;
  font-size: .28rem;
  color: #666;
  padding: 0 .4rem;
  color: #fff;
  z-index: 5;
  text-align: left;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four .item .tip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7800;
  z-index: 8;
}
.tab-container .tab-contents .tab-content .content-wrap .group-four .item .tip img {
  width: .8rem;
  height: .8rem;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang {
  width: 100%;
  margin-top: .5rem;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-tit-wrap,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-tit-wrap {
  display: flex;
  align-items: center;
  gap: 0 .3rem;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-tit-wrap .sub-tit,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-tit-wrap .sub-tit {
  font-size: .4rem;
  font-weight: bold;
  color: #1750c6;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-tit-wrap .line,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-tit-wrap .line {
  flex: 1;
  height: 1px;
  background: #ccc;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-group,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-group {
  margin: .3rem 0;
  padding-left: 0;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-group .item,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-group .item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc !important;
  padding: .1rem 0;
  margin-bottom: .2rem;
  background: none !important;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-group .item:last-child,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-group .item:last-child {
  margin-bottom: 0;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-group .item:after,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-group .item:after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 1rem;
  height: 1px;
  background: #ff7800;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-group .item .tip,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-group .item .tip {
  flex-shrink: 0;
  font-size: .24rem;
  color: #424242;
  font-weight: bold;
  width: 1.4rem;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-group .item .info-o,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-group .item .info-o {
  font-size: .24rem;
  color: #666;
}
.tab-container .tab-contents .tab-content .content-wrap .base-beijing .sub-group .map,
.tab-container .tab-contents .tab-content .content-wrap .base-langfang .sub-group .map {
  margin-top: .5rem;
}
.tab-container .tab-contents .tab-content .part-2, .tab-container .tab-contents .tab-content .part-5 {
  margin-top: .6rem;
}
.tab-container .tab-contents .tab-content .part-2 .tit, .tab-container .tab-contents .tab-content .part-5 .tit {
  font-size: .4rem;
  color: #1750c6;
  padding: 0 .5rem;
}
.tab-container .tab-contents .tab-content .part-2 .whSwiper, .tab-container .tab-contents .tab-content .part-2 .wtSwiper, .tab-container .tab-contents .tab-content .part-5 .whSwiper, .tab-container .tab-contents .tab-content .part-5 .wtSwiper {
  margin-top: .6rem;
}
.tab-container .tab-contents .tab-content .part-2 .whSwiper .swiper-wrapper .swiper-slide img {
    height: 1.7rem;
    width: 100%;
}
.tab-container .tab-contents .tab-content .part-3 {
  margin-top: .6rem;
}
.tab-container .tab-contents .tab-content .part-3 .tit {
  font-size: .4rem;
  color: #1750c6;
  padding: 0 .5rem;
}
.tab-container .tab-contents .tab-content .part-3 .slider-container {
  width: 100%;
  overflow: hidden;
  margin-top: .3rem;
}
.tab-container .tab-contents .tab-content .part-3 .slider-row {
  width: 100%;
  overflow: hidden;
  margin: .2rem 0;
}
.tab-container .tab-contents .tab-content .part-3 .slider-track {
  display: flex;
  width: max-content;
}
.tab-container .tab-contents .tab-content .part-3 .slide {
  flex: 0 0 auto;
  width: 2rem;
  height: 1.2rem;
  margin: 0 .1rem;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.tab-container .tab-contents .tab-content .part-3 .row1 .slider-track {
  animation: slideLeft 20s linear infinite;
}
.tab-container .tab-contents .tab-content .part-3 .row2 .slider-track {
  animation: slideRight 20s linear infinite;
}
.tab-container .tab-contents .tab-content .part-3 .row3 .slider-track {
  animation: slideLeft 20s linear infinite;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.tab-container .tab-contents .tab-content .part-4 {
  margin-top: .6rem;
}
.tab-container .tab-contents .tab-content .part-4 .tit {
  font-size: .4rem;
  color: #1750c6;
  padding: 0 .5rem;
}
.tab-container .tab-contents .tab-content .part-4 .zt {
  padding: 0 .5rem;
  margin-top: .6rem;
}
.tab-container .tab-contents .tab-content .part-5 {
  margin-bottom: .6rem;
}

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