@charset "UTF-8";
/*[portletmode="simpleSudyNavi"]{
min-height:10px
}
[panelid]{
min-width:50px;
min-height:50px
}#007949*/
:root {
  --rzc-primary-color:#327241;
  --rzc-border-color: rgb(212, 212, 212);
  --swiper-theme-color: var( --rzc-primary-color);
}

body {
  font-size: 0.16rem;
}
a{
  text-decoration: none;
  color: inherit;
}
.wp_articlecontent a{
  text-decoration: underline;
  color: -webkit-link;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
box-sizing:border-box;
  width: 72.9%;
 /* max-width: 14rem;*/
  margin: 0 auto;
  padding: 0 0.2rem;
}

.header {
  background-color: var(--rzc-primary-color);
  background-image: url(../img/top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.35rem 0;
}

.top-block {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 55%;
}
.logo img {
  display: block;
  max-width: 100%;
}
.logo-img-box {
            display: flex;
            align-items: center;
        }


.logo-img-box img:nth-child(1) {
            width:44%
}
        .logo-img-box img:nth-child(2) {
            margin-left: 1.9%;
width:53.2%
        }
.search-bar {
  height: 0.3rem;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 0.2rem;
  line-height: 1;
}

.wp-search {
  margin-left: 0.1rem;
  width: 2rem;
  border: 0.01rem solid #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.wp-search form {
  display: flex;
  align-items: center;
  font-size: 0;
  position: relative;
  padding-right: 0.37rem;
}
.wp-search .search-input {
  height: 0.25rem;
  width: 100%;
  overflow: hidden;
}
.wp-search .search-input .search-title {
  font-size: 0.14rem;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  padding-left: 0.15rem;
  outline: none;
  color: #fff;
}
.wp-search .search-input .search-title::placeholder {
  color: #fff !important;
}
.wp-search .search-input .search-title:-ms-input-placeholder {
  color: #fff !important;
}
.wp-search .search-btn {
  background-color: #fff;
  position: absolute;
  right: 0;
  padding: 0 0.05rem 0 0.02rem;
  width: 0.3rem;
  height: 100%;
}
.wp-search .search-btn .search-submit {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
  background: url(../img/sous.svg) no-repeat;
  background-size: 80% 80%;
  background-position: center;
}

.school-homepage-link {
  font-size: 0.14rem;
  font-weight: bold;
  flex-shrink: 0;
}

/*
导航
*/
.nav-bar {
  background-color: #fff;
  border-bottom: 0.01rem solid var(--rzc-border-color);
}
.nav-bar ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar ul li {
  padding: 0.2rem 0;
  position: relative;
  flex: 1;
  text-align: center;
  margin: 0;
  list-style: none;
  color: rgb(29, 27, 23);
  font-size: 0.16rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.18rem;
}
.nav-bar ul .nav-item-button {
  display: none;
}
.nav-bar ul .nav-item::after,
.nav-bar ul .selected::after,.nav-bar ul .parent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.03rem;
  background-color: var(--rzc-primary-color);
  transition: all 0.3s ease;
}
.nav-bar ul .nav-item:hover::after,
.nav-bar ul .selected::after,
.nav-bar ul .parent::after {
  width: 100%;
}
.nav-bar .sub-nav {
  width: 100%;
  background-color: #fff;
  border: 0.01rem solid var(--rzc-border-color);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 0.1rem 0;
  border-bottom: 0.01rem solid var(--rzc-border-color);
  display: none;
}
.nav-bar .sub-nav li {
  padding: 0.1rem 0;
  font-weight: normal;
}
.nav-bar .sub-nav li:hover, .nav-bar .sub-nav .selected{
  background-color: rgba(0, 124, 71, 0.1);
}
.nav-bar .sub-nav .selected::after{
width:0
}
.nav-bar .sub-nav-item {
  position: relative;
}
.nav-bar .sub-nav-item .sub-nav {
  display: none;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.nav-bar a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}

.banner-swiper {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #fff;
  width: 100%;
  height: 4.7rem;
}
.banner-swiper img {
  width: 100%;
  height: 100%;
object-fit:cover
}

.footer {
  background:linear-gradient(90deg,#3f7a4c , #027245,#3f7a4c);
  background-size: cover;
  padding: 0.3rem 0;
  color: #fff;
}
 .friend-link {
  font-size: 0.2rem;
}
 .link-select-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.2rem -0.1rem;
}
 .link-select-block > div {
  flex: 1;
  margin: 0.1rem;
}
 .link-select-block .link-select {
  width: 100%;
  font-size: 0.16rem;
  border-radius: 0.5rem;
  height: 0.32rem;
  padding: 0 0.2rem;
  outline: 0;
  color: var(--rzc-primary-color);
  /* 移除默认的下拉箭头 */
  appearance: none;
  background-color: transparent;
  border: 0.01rem solid #fff;
  color: #fff;
  /* 添加自定义箭头 */
  background-image: url(../img/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: right 0.1rem center;
  background-size: 0.2rem 0.12rem;
}
 .link-select-block .link-select option {
  color: #007a49;
  border: none;
}
.footer .info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.6rem auto 0.3rem auto;
}
.footer .ewm-box {
  display: flex;
  text-align: center;
  font-size: 0.14rem;
}
.footer .ewm-box .ewm-item:first-child {
  margin-right: 0.2rem;
}
.footer .ewm-box img {
  width: 0.96rem;
  margin-bottom: 0.04rem;
}
.footer .logo-box {
  flex: 1;
  width: 100%;
  margin: 0 0.1rem;
}
.footer .logo-box img {
  width: 100%;
  max-width: 4rem;
  margin: 0.2rem auto;
  display: block;
}
.footer .right-box {
  margin: auto;
  text-align: right;
  line-height: 1.7;
  font-size: 0.19rem;
}

.menu-toggle {
  display: none;
}

@media screen and (max-width: 1500px) {
  .container {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
.wp_paging{
float:none
}
.wp_paging li{
float:none
}
  body {
    font-size: 0.32rem;
  }
  .container {
    width: 92%;
    margin: 0 auto;
padding:0
  }
  .banner-swiper {
    height: 2.5rem;
  }
  .top-block {
    position: relative;
    padding-right: 0.8rem;
  }
  .menu-toggle {
    display: block;
    background-image: url(../img/menu.svg);
    background-size: 0.6rem 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
  }
  .search-bar {
    display: none;
  }
  .nav-bar {
    transition: all 0.3s ease;
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: -70%;
    width: 70%;
    background-color: #fff;
    z-index: 100;
    padding: 0;
    transform: translateZ(1rem);
  }
  .nav-bar .container {
    padding: 0;
    width: 100%;
  }
  .nav-bar ul {
    display: block;
    border: 0;
  }
  .nav-bar ul li {
    border: 0;
    border-bottom: 0.02rem solid var(--rzc-border-color);
    padding: 0.4rem;
    padding-right: 0.8rem;
    text-align: left;
    font-size: 0.36rem;
  }
  .nav-bar ul .nav-item .nav-item-button {
    position: absolute;
    display: inline-block;
    width: 0.8rem !important;
    height: 1.2rem;
    background: url(../img/arrow-down.svg) no-repeat center;
    background-size: 0.4rem 0.24rem;
    right: 0;
    left: auto;
    top: 0;
  }
  .nav-bar ul .nav-item .sub-nav {
    position: static;
    background: transparent;
    border: 0;
  }
  .nav-bar ul .nav-item .sub-nav li {
    padding: 0.2rem 0;
    padding-left: 0.32rem;
    border-bottom: 0;
  }
  .nav-bar ul .selected {
    background-color: var(--rzc-primary-color);
    color: #fff;
  }
  .nav-bar ul .selected .nav-item-button {
    background-image: url(../img/arrow-down-white.svg);
  }
  .nav-bar ul .selected .sub-nav li {
    color: #fff;
  }
  .show {
    display: block;
    left: 0;
  }
  .logo {
    width: 100%;
  }
  .footer .info-box {
    margin: 0;
    display: block;
  }
  .footer .info-box .ewm-box {
    margin: 0.2rem auto;
    font-size: 0.24rem;
    justify-content: center;
  }
  .footer .info-box .ewm-box img {
    width: 1.4rem;
  }
  .footer .info-box .logo-box {
    margin: 0;
  }
  .footer .info-box .right-box {
    text-align: center;
    font-size: 0.32rem;
  }
}