.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;
  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: #f5f5f5;
}
.main .pro-tit-wrap {
  display: flex;
  align-items: center;
  gap: 0 .1rem;
  font-size: .36rem;
  color: #fff;
  padding: 0 .4rem;
  line-height: .8rem;
  border-bottom: 1px solid #ccc;
  background: #213886;
}
.main .news-head {
  text-align: center;
}
.main .news-head .title {
  font-size: .36rem;
  color: #213886;
  font-weight: bold;
  padding: .2rem 0;
  background: #fff;
  border-bottom: 1px solid #213886;
}
.main .news-head .tip-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .5rem;
  margin: .2rem .5rem 0;
}
.main .news-head .tip-wrap .tips {
  font-size: .24rem;
  color: #666;
}
.main .news-body .info-wrap {
  margin: .5rem;
}
.main .news-body .info-wrap p {
  font-size: .24rem !important;
  color: #545454;
  text-align: justify;
  line-height: .42rem !important;
  margin-bottom: .3rem !important;
}
.main .news-body .info-wrap p img {
  margin: .5rem 0;
  display: block;
  width: 100% !important;
  height: auto !important;
}
.main .news-body .info-wrap p span {
  font-size: .24rem !important;
  color: #545454;
  line-height: .42rem !important;
}
.main .news-body .handle-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  margin-bottom: .5rem;
  padding: 0 .5rem;
  background: #fff;
  gap: 0 .2rem;
}
.main .news-body .handle-group .prev, .main .news-body .handle-group .back, .main .news-body .handle-group .next {
  display: flex;
  align-items: center;
  font-size: .24rem;
}

.main .news-body .handle-group .back {
  padding: .12rem .3rem;
  color: #fff;
  background: #ff7800;
  flex-shrink: 0;
}

iframe {
  width: 100%;
}

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