.main-color {
  color: #ff7800;
}

.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;
  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 {
  flex: 1;
  height: 100%;
}
.banner .b-right img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main {
  background: #fff;
}
.main .tzzgx-content {
  margin: .5rem;
}
.main .tzzgx-content .section-wrap {
  margin-bottom: .6rem;
}
.main .tzzgx-content .section-wrap .tit {
  font-size: .36rem;
  color: #1750c6;
  font-weight: bold;
}
.main .tzzgx-content .section-wrap .tz-img {
  margin-top: .3rem;
}
.main .tzzgx-content .section-wrap .address-wrap {
  width: 100%;
  margin-top: .5rem;
  padding: .4rem .5rem;
  background: #1750c6;
}
.main .tzzgx-content .section-wrap .address-wrap .tit {
  font-size: .30rem;
  color: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: .2rem;
}
.main .tzzgx-content .section-wrap .address-wrap .des {
  margin-top: .3rem;
  font-size: .28rem;
  color: #fff;
  word-wrap: break-word;
  word-break: break-word;
}
.main .tzzgx-content .section-wrap .address-wrap .lk {
  display: block;
  padding: .04rem .3rem;
  color: #fff;
  width: 1.4rem;
  text-align: center;
  margin-top: .4rem;
  font-size: .28rem;
  background: #ff7800;
  border-radius: .04rem;
}
.main .tzzgx-content .section-wrap .sub-group {
  margin: .3rem 0;
  padding-left: 0;
}
.main .tzzgx-content .section-wrap .sub-group .item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: .1rem 0;
  margin-bottom: .2rem;
}
.main .tzzgx-content .section-wrap .sub-group .item:last-child {
  margin-bottom: 0;
}
.main .tzzgx-content .section-wrap .sub-group .item:after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 1rem;
  height: 1px;
  background: #ff7800;
}
.main .tzzgx-content .section-wrap .sub-group .item .tip {
  flex-shrink: 0;
  font-size: .24rem;
  color: #424242;
  font-weight: bold;
  width: 2.2rem;
}
.main .tzzgx-content .section-wrap .sub-group .item .info-o {
  font-size: .24rem;
  color: #666;
}

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