@charset "UTF-8";
body {
  font-family: PingFang SC, PingFang SC !important;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

/****************全局头部尾*****************/
.banner {
  display: flex;
  justify-content: space-around;
  background-color: #335A45;
  padding: 10px 0px;
}
.banner .left {
  display: flex;
  align-items: center;
}
.banner .left .desc {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.banner .right {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 20px;
}
.banner .right .tip {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.banner .right .tip .date {
  margin-left: 10px;
}
.banner .right .input-search {
  display: flex;
  justify-content: flex-end;
  /* width: 50%; */
  height: 32px;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.5;
}
.banner .right .input-search .input-com {
  width: 212px !important;
}
.banner .right .input-search .val {
  width: 100%;
  height: -webkit-fill-available;
  border: none;
  background-color: #99ADA2;
  border-radius: 4px 4px 4px 4px;
  outline: none;
  padding: 0 8px;
}
.banner .right .input-search .val::placeholder {
  color: #ffffff !important; /* 你可以更改这个颜色值 */
  opacity: 1 !important; /* 使颜色不透明 */
  line-height: 1.5 !important;
}
.banner .right .input-search .val:-ms-input-placeholder {
  color: #ffffff;
}
.banner .right .input-search input::placeholder {
  font-size: 16px; /* 设置 placeholder 的字体大小 */
  color: #999; /* 可选，设置 placeholder 的字体颜色 */
}
.banner .right .input-search .search {
  display: flex;
  width: 32px;
  height: 32px;
  background: #2A3E30;
  border-radius: 0px 4px 4px 0px;
  justify-content: center;
  align-items: center;
}
.banner .right .input-search .search img {
  width: 16px;
  height: 16px;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #335a45;
  height: 90px;
  margin-top: -6px;
  background: #335a45;
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
}
.nav ul li {
  display: inline;
}
.nav ul li a {
  text-decoration: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  text-transform: none;
  opacity: 0.8;
}
.nav ul li a:hover {
  text-decoration: none;
  color: white;
  text-decoration: none;
  border-bottom: 3px solid #f9e7a4;
  font-weight: bold;
  opacity: 1;
}
.nav ul li a:active {
  color: #ffffff !important;
  text-decoration: none;
  border-bottom: 3px solid #f9e7a4;
  font-weight: bold;
  opacity: 1;
}
.nav ul li a.active {
  color: #ffffff !important;
  text-decoration: none;
  border-bottom: 3px solid #f9e7a4;
  font-weight: bold;
  opacity: 1;
}

/****************全局头尾*****************/
.footerMain .footerBg2 {
  background: #bd1a2d;
}
.footerMain .footer {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.footerMain .footerLeft {
  width: 48%;
  display: table;
}
.footerMain .footerLeft .textLeft {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  border-right: 2px solid #fff;
}
.footerMain .footerLeft .textLeft .about-us {
  color: #ffffff !important;
}
.footerMain .footerLeft .textLeft h1 {
  font-size: 2.2em;
  margin: 0 0 0.2em 0;
}
.footerMain .footerLeft .textLeft h6 {
  font-weight: normal;
}
.footerMain .footerLeft .textLeft h5 {
  width: 30%;
  height: 3px;
  background: #fff;
  margin: 3em auto;
}
.footerMain .footerLeft ul {
  width: 38%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 2;
}
.footerMain .footerLeft ul li a {
  color: #fff;
}
.footerMain .footerRight .RightUpCon {
  display: flex;
}
.footerMain .footerRight .RightUpCon #_span_jiucuo img {
  max-width: 100%;
  width: 130px;
  height: 68px;
}
.footerMain .footerRight .RightDownCon {
  display: flex;
  margin-left: 50px;
  margin-top: 20px;
}
.footerMain .footerRight .RightDownCon span {
  text-align: center;
  width: 24%;
  color: #fff;
  padding-right: 20px;
  font-size: 16px;
}
.footerMain .footerRight img {
  display: flex;
  margin-right: 20px;
}
.footerMain .footerBg {
  background: #7c0917;
}
.footerMain .footerBg .bottomBQ {
  line-height: 1.75;
  padding: 1em 0;
  text-align: center;
  color: #fff;
}
.footerMain .footerBg .bottomBQ span {
  padding: 0 1em;
}
.footerMain .footerBg .bottomBQ span.hui {
  background: url("rgft0718_jiancha.png") left center no-repeat;
  padding: 0 1em 0 2em;
  background-size: auto 1.5em;
  display: inline-block;
}

/* PC 端样式 */
@media (min-width: 821px) {
  .img-con {
    display: none;
  }
  .more-view {
    display: none;
  }
}
/* 移动端样式 */
@media (max-width: 820px) {
  .img-con .banner1 {
    display: none;
  }
  .img-con .banner2 {
    display: block;
  }
  .img-con img {
    width: 100%;
    height: auto;
  }
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #335A45;
    padding: 10px;
  }
  .banner .left {
    display: none;
  }
  .banner .right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: initial;
    width: 100%;
    margin-top: 0px;
  }
  .banner .right .tip {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #FFFFFF;
    width: 50%;
    margin-bottom: 0px;
  }
  .banner .right .tip .date {
    display: none;
  }
  .banner .right .input-search {
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    border-radius: 4px 4px 4px 4px;
    opacity: 0.5;
  }
  .banner .right .input-search .input-com {
    height: 100%;
  }
  .banner .right .input-search .input-com .val {
    display: block;
    width: 100%;
  }
  .banner .right .input-search .search {
    display: flex;
    width: 20px;
    height: 20px;
  }
  .banner .right .input-search .search img {
    width: 10px;
    height: 10px;
  }
  .nav {
    height: 36px;
  }
  .nav ul {
    width: 100%;
  }
  .nav ul li a {
    font-size: 14px;
  }
  /* .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    padding: 6px;
  }
  .footer .footerLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
  }
  .footer .footerLeft ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
  }
  .footer .footerLeft .textLeft {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    width: 87%;
    flex-direction: column;
    align-items: center;
    border: none;
  }
  .footer .footerRight .RightUpCon {
    display: flex;
    margin-left: 12px;
  }
  .footer .footerRight .RightUpCon .one, .footer .footerRight .RightUpCon .jiucuo {
    display: none;
  }
  .footer .footerRight .RightDownCon {
    display: flex;
    justify-content: center;
    margin-left: 14px;
  }
  .footer .footerRight .RightDownCon span {
    text-align: center;
    color: #fff;
    padding-right: 20px;
    font-size: 10px;
  }
  .footer .footerRight .RightDownCon span img {
    width: 80px;
  } */
  .footerBg .bottomBQ {
    font-size: 12px;
  }
}

/*# sourceMappingURL=common.css.map */
