@charset "utf-8";
/* header */
.header {
  width: 100%;
}

.header .header-container {
  width: 100%;
  padding: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-container .menu {
  width: .36rem;
  height: .36rem;
}

.header .header-container .menu img {
  width: 100%;
}

.header .header-container .logo {
  width: 2.1rem;
  height: .6rem;
  display: block;
}

.header .header-container .logo img {
  width: 100%;
  height: 100%;
}

.header .header-container .title {
  width: 3rem;
  color: #333;
  font-size: .32rem;
  font-weight: 700;
}

.header .header-container .search {
  width: .36rem;
  height: .36rem;
}

.header .header-container .search img {
  width: 100%;
  height: 100%;
}

.header .header-nav {
  width: 240px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  padding-top: 20px;
  z-index: 10;
  display: none;
}

.header .header-nav .nav-item {
  width: 100%;
  height: 30px;
  padding: 0 .2rem;
}

.header .header-nav .nav-item .nav-item-href {
  font-size: .18rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-nav .navItemIs {
  background-color: #153b96;
}

.header .header-nav .navItemIs .nav-item-href {
  color: #fff;
}

.header .header-layer {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  display: none;
}

.header .header-search {
  width: 7rem;
  padding: .5rem 0;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0.27rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.27rem 0 rgba(0, 0, 0, 0.08);
  z-index: 8;
  border-radius: .04rem;
  display: none;
}

.header .header-search .search-bar {
  width: 5.5rem;
  height: .6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: .3rem;
}

.header .header-search .search-bar input {
  height: 100%;
  width: 4.8rem;
  background-color: #f6f6f6;
  border: none;
  text-indent: .24rem;
  font-size: .24rem;
}

.header .header-search .search-bar button {
  border: none;
  width: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1752bb;
}

.header .header-search .search-bar button img {
  width: 0.28rem;
  height: 0.28rem;
}

.header .header-show {
  display: block;
}

/* footer */
.footer {
  width: 100%;
}

.footer .footer-container {
  width: 100%;
}

.footer .footer-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .2rem 0;
  background-color: #153b96;
}

.footer .footer-header .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.3rem;
}

.footer .footer-header .icon img {
  width: 100%;
  height: 100%;
}

.footer .footer-header .text {
  color: #fff;
  font-size: .32rem;
}

.footer .footer-header .text span {
  font-weight: 700;
}

.footer .footer-main {
  width: 100%;
  background-color: #303030;
  text-align: center;
  padding: .7rem 0 1.7rem;
}

.footer .footer-phone {
  font-size: .4rem;
  color: #fff;
}

.footer .footer-pos {
  color: rgba(255, 255, 255, 0.5);
  font-size: .26rem;
  margin: .3rem 0 .5rem;
}

.footer .footer-codes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-code {
  width: 1.96rem;
}

.footer .footer-code .code {
  width: 100%;
  height: 1.96rem;
}

.footer .footer-code .code img {
  width: 100%;
  height: 100%;
}

.footer .footer-code .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: .24rem;
  margin: .3rem 0 .5rem;
}

.footer .footer-code:first-of-type {
  margin-right: 0.8rem;
}

.footer .footer-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: .26rem;
  line-height: 2;
}

.footer .footer-build {
  color: rgba(255, 255, 255, 0.5);
  font-size: .26rem;
  line-height: 2;
}

/* 底部导航 */
.bottom-side {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.bottom-side .side-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bottom-side .side-item .item-icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: .12rem;
}

.bottom-side .side-item .item-icon img {
  width: 100%;
  height: 100%;
}

.bottom-side .side-item .item-text {
  color: #aaa;
  font-size: .2rem;
  text-align: center;
}

.bottom-side .bottomSideIs .item-text {
  color: #153b96;
}

/* 侧边栏 */
.right-side {
  width: 0.7rem;
  position: fixed;
  right: .2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.right-side .side-item {
  width: 100%;
  height: 0.7rem;
  background-color: #1752bb;
  border-radius: .04rem;
  margin-bottom: .05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-side .side-item .item-icon {
  width: 0.28rem;
  height: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: .05rem;
}

.right-side .side-item .item-icon img {
  width: 100%;
}

.right-side .side-item .item-text {
  color: #fff;
  font-size: .18rem;
  text-align: center;
}

/* 分页 */
main .list-pages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .list-pages .list-page {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid .01rem #e5e5e5;
  color: #555;
  font-size: .24rem;
  margin: .7rem .05rem;
}

main .list-pages .first-page, main .list-pages .last-page {
  width: 0.9rem;
}

main .list-pages .prev-page, main .list-pages .next-page {
  width: 1.2rem;
}

main .list-pages .listPageIs {
  color: #fff;
  background-color: #153b96;
}

/* 内页banner */
.banner {
  width: 100%;
  position: relative;
}

.banner .ban-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 .2rem;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .ban-title {
  color: #fff;
  font-size: .48rem;
  font-weight: 700;
  margin-bottom: 0.24rem;
}

.banner .ban-guide {
  color: #fff;
  font-size: .24rem;
  line-height: 1.5;
}

.banner .ban-img {
  width: 100%;
}

.banner .ban-img img {
  width: 100%;
}

/* 公共内容 */
main .ohr-honor {
  width: 100%;
  padding: .7rem .2rem;
  background: url("../images/honor1.jpg") center center no-repeat;
  background-size: cover;
}

main .ohr-honor .honor-title {
  text-align: center;
  font-weight: 700;
  color: #153b96;
  font-size: .38rem;
}

main .ohr-honor .honor-guide {
  color: #888;
  font-size: .26rem;
  margin: .3rem 0 .5rem;
  text-align: center;
}

main .ohr-honor .swiper-slide {
  opacity: 0;
  height: 2.96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .ohr-honor .swiper-slide img {
  width: auto;
  height: 100%;
}

main .ohr-honor .swiper-slide-active, main .ohr-honor .swiper-slide-next, main .ohr-honor .swiper-slide-prev {
  opacity: 1;
}

main .ohr-merit {
  width: 100%;
  padding: .6rem .2rem;
}

main .ohr-merit .merit-title {
  font-size: .4rem;
  font-weight: 700;
  color: #153b96;
  text-align: center;
}

main .ohr-merit .merit-guide {
  color: #fff;
  background-color: #153b96;
  border-radius: .32rem;
  width: 4.7rem;
  height: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .26rem;
  margin: .3rem auto .4rem;
}

main .ohr-merit .merit-list {
  width: 100%;
}

main .ohr-merit .merit-list .merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .4rem .3rem;
  background-color: #f8f8f8;
  margin-bottom: .3rem;
}

main .ohr-merit .merit-list .merit-item .item-icon {
  width: 0.94rem;
  height: 0.94rem;
  margin-right: .3rem;
}

main .ohr-merit .merit-list .merit-item .item-icon img {
  width: 100%;
  height: 100%;
}

main .ohr-merit .merit-list .merit-item .item-text {
  width: 5.26rem;
}

main .ohr-merit .merit-list .merit-item .item-title {
  color: #153b96;
  font-size: .3rem;
  font-weight: 700;
  margin-bottom: .3rem;
}

main .ohr-merit .merit-list .merit-item .item-guide {
  width: 100%;
}

main .ohr-merit .merit-list .merit-item .item-guide p {
  line-height: 1.8;
}

main .ohr-merit .merit-list .merit-item .item-guide span {
  color: #555;
  vertical-align: middle;
  font-size: .24rem;
}

main .ohr-merit .merit-list .merit-item .item-guide img {
  width: 0.21rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}

main .ohr-serve {
  width: 7.1rem;
  padding: .5rem .3rem .3rem;
  margin: 0 auto 1rem;
  text-align: center;
  background-color: #1045a5;
}

main .ohr-serve .serve-title {
  color: #fff;
  font-weight: 700;
  font-size: .4rem;
}

main .ohr-serve .serve-guide {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  font-size: .26rem;
  margin: .4rem 0 .6rem;
  padding: 0 .5rem;
}

main .ohr-serve .serve-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .ohr-serve .serve-icon {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
}

main .ohr-serve .serve-icon .icon {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: .3rem;
}

main .ohr-serve .serve-icon .icon img {
  width: 100%;
  height: 100%;
}

main .ohr-serve .serve-icon .text {
  color: #fff;
  font-size: .32rem;
  font-weight: 700;
}
/*# sourceMappingURL=common.css.map */