.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;    margin-top: -0.1rem;
}
.header-right {
    margin-top: 0.2rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
img.search-logo1 {
    display: none;
}
.l-banner img {
    /*display: none;*/
}
.l-banner {
    width: 100%;
    height: 3.26rem;
    position: relative;
    background-size: 100% 100%;

}
#search-results-new .container .center .center-right{/*flex:1;*/}
#search-results-new .l-banner {overflow:hidden;}
.container .banner .bread-crumb a {
    bottom: 0.24rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 500;
}

span.possplit {
    width: 0.4rem;
    text-align: center;
    text-indent: 0;
    background: none;
}
ul.wp_paging.clearfix {
    margin: 0.4rem 0;    font-size: 0.18rem;float: none;
    text-align: center;    display: flex;
    align-items: center;
    justify-content: center;
}

.wp_paging li {
float:none;
    display: inline-block;
    height: auto;
    line-height: normal;
    margin-top: 5px;
margin-right:0.1rem;
}

.wp_paging li a span{margin: 0;
    border: 1px solid #ccc;
    color: #666;
    padding: 0.02rem 0.06rem;
    margin-right: 0.1rem;}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: normal;
    height: auto;
}
.wp_paging li a.next{margin-left:0;}
.wp_paging li a.last,.wp_paging li a.prev{margin-left:0;}
.wp_paging li a :hover{    border-color: #136d53;
    color: #fff;
    background-color: #136d53;}
.mobile .container {
    padding-top: 1.0919rem !important;
}
.mobile .banner {
    height: 3.26rem !important;
}


@media screen and (min-width: 1200px) {
  .header {
    background: linear-gradient(black, transparent);
    height: 1.2rem;
    padding: 0 0.6rem;
  }
  .header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header-left img {
    height: 0.58rem;
    cursor: pointer;
  }
  .header-left img:last-child {

    padding-left: 0.26rem;
    box-sizing: border-box;
    border-left: 1px solid #fff;
  }
  .header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .header-right__search {
    display: flex;    width: 3.8rem;
    height: 0.2rem;
    margin-bottom: 0.1rem;
    position: relative;
  }
  .header-right__search .search-box {
    width: 4.3rem;
    height: 0.2rem;
    display: flex;

    right: 0.4rem;
  }
  .header-right__search .search-box #searchfrm {
    display: flex;
    width: 100%;
  }
  .header-right__search .search-box #searchfrm .search-ipt {
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 0.14rem;
    font-weight: 400;
    padding-left: 0.08rem;
    box-sizing: border-box;
  }
  .header-right__search .search-box i,
.header-right__search .search-box .close {
    display: none;
  }
  .header-right__search a {
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
  }
  .header-right__search .text-btn {
    width: 2rem;
    border-right: 1px solid #fff;
    text-align: center;position: relative;
  }.header-right__search .text-btn a {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
height:0.2rem;
}

  .header-right__search .search-logo {
    margin-left: 0.1rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    cursor: pointer;
  }
  .header-right__search .search-submit {
    outline: none;
    background: none;
    border: none;
    font-size: 0;
    position: absolute;
    right: -0rem;
    width: 0.3rem;
    height: 100%;
    cursor: pointer;
  }
  .header-right__menus {
    cursor: pointer;
  }
  .header-right__menus .btn-toggle {
    display: none;
  }
  .header-right__menus .menu-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header-right__menus .menu-block .menu-item {
    margin-left: 0.2rem;
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
    position: relative;
  }
  .header-right__menus .menu-block .menu-item > a {
    color: #fff;
  }
  .header-right__menus .menu-block .menu-item .submenu-box {
    position: absolute;
    top: 0.2rem;
    left: -50%;
    display: none;
    padding-top: 0.2rem;
    box-sizing: border-box;
  }
  .header-right__menus .menu-block .menu-item .submenu-box .submenu {
    position: relative;
    min-width: 1.2rem;
    background: #fff;
    color: #333;
    font-size: 0.14rem;
    font-weight: 400;
    padding: 0.1rem 0;
    box-sizing: border-box;
  }
  .header-right__menus .menu-block .menu-item .submenu-box .submenu::before {
    content: "";
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.16rem;
  }
  .header-right__menus .menu-block .menu-item .submenu-box .submenu-item {
    width: 100%;
    padding: 0.08rem 0.06rem;
    box-sizing: border-box;
    text-align: center;
  }
  .header-right__menus .menu-block .menu-item .submenu-box .submenu-item:hover {
    background-color: #146451;
    background: linear-gradient(0, #146451 0%, #28d0a8 100%);
    color: #fff;
  }
  .header-right__menus .menu-block .menu-item:hover > a {
    position: relative;
    animation: jump infinite 1s;
    color: #ffea36;
  }
  .header-right__menus .menu-block .menu-item:hover .submenu-box {
    display: block;
  }
}
@media screen and (max-width: 1199px) {

.menu-item.expand.i1:after{display:none}
.menu-item.expand.i6:after{display:none}

  .header {
    /*height: 1.2rem;*/
    padding: 0 0.24rem;
    background: linear-gradient(252deg, #197c12 0%, #16785c 100%, #66f7cd 100%, #16775b 100%, #136d53 100%);
  }
  .header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header-left img {
    height: 0.58rem;
    margin-right: 0.1rem;
  }
  .header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header-right__search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
  }
  .header-right__search .search-box {
    width: 100%;
    position: absolute;
    top: 1.2rem;
    right: 0;
    background: #fff;
    padding: 0.24rem;
    box-sizing: border-box;
    display: none;    padding-top: 0.8rem;
  }
span.site-lang {
    position: absolute;
    top: 0.7rem;
    z-index: 99;    display: none;
}
  .header-right__search .search-box.on {
    display: flex;
  }
span.site-lang.on {
    display: block;
}.header-right__search span.site-lang:nth-child(2) {
    right: 1.5rem;
}
  .header-right__search .search-box #searchfrm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-right: 0.4rem;
    position: relative;
    height: 0.8rem;
  }
  .header-right__search .search-box #searchfrm .search-ipt {
    width: 100%;
    padding-left: 0.2rem;
    box-sizing: border-box;
    font-size: 0.3rem;
  }
  .header-right__search .search-box #searchfrm .search-btn {
    display: none;
  }
  .header-right__search .search-box #searchfrm .search-submit {
    border: none;
    background: none;
    font-size: 0;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.1rem;
    right: 0.3rem;
    background: url(layout_res/search-green.png) center no-repeat;
    background-size: 0.25rem;
  }
  .header-right__search .search-box .close {
    color: #999;
    font-size: 0.6rem;
    font-weight: 400;
    transform: rotate(45deg);
  }
  .header-right__menus .menu-block {
    position: fixed;
    left: 0;
    top: 1.2rem;
    width: 100%;
    height: 100vh;
    padding: 20px 5% 30px;
    box-sizing: border-box;
    background: #fff;
    overflow-y: auto;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }
  .header-right__menus .menu-block .menu-item {
    color: #136d53;
    font-size: 0.3rem;
    font-weight: 500;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
  }
  .header-right__menus .menu-block .menu-item.expand {
    position: relative;
  }
  .header-right__menus .menu-block .menu-item.expand::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0.32rem;
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.4rem;
    transform: rotate(0);
    transition: transform 0.5s;
  }
  .header-right__menus .menu-block .menu-item.expand.on::after {
    transform: rotate(-45deg);
    transition: transform 0.5s;
  }
  .header-right__menus .menu-block .submenu-box {
    margin-left: 10px;
    margin-top: 10px;
    display: none;
  }
  .header-right__menus .menu-block .submenu-box .submenu-item {
    color: #333;
    font-size: 0.28rem;
    font-weight: 400;
    padding: 4px 0;
    box-sizing: border-box;
  }
  .header-right__menus .menu-block.open {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 1;
  }
}

@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
.footer {
  width: 100%;
  background: linear-gradient(252deg, #197c12 0%, #16785c 100%, #66f7cd 100%, #16775b 100%, #136d53 100%);
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
}
.footer .logos img {
  height: 0.32rem;
  cursor: pointer;
}
.footer .infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .footer {
    height: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem;
    box-sizing: border-box;
  }
  .footer .logos  a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-right: 0.5rem;
  }
  .footer .logos img:last-child {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
  }
  .footer .logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .footer .logos:last-child {
    margin-left: 0.2rem;
  }
}

.btn-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  transform: translateZ(0);
  transition: transform 0.1s ease-out;
}

.btn-toggle:active {
  transform: translateY(4px);
}

.btn-toggle:focus .line:after {
  background-color: #fff;
}

.line {
  display: block;
  width: 16px;
  padding: 1.75px;
}

.line:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transform: translateZ(0) rotate(0);
  transition: background-color 0.2s ease-out;
}

.open .line:nth-child(1) {
  -webkit-animation: jump-1 0.9s forwards ease;
  animation: jump-1 0.9s forwards ease;
}

.open .line:nth-child(1):after {
  -webkit-animation: line-1 0.9s forwards ease-in-out;
  animation: line-1 0.9s forwards ease-in-out;
}

.open .line:nth-child(2) {
  -webkit-animation: jump-2 0.9s forwards ease;
  animation: jump-2 0.9s forwards ease;
}

.open .line:nth-child(2):after {
  -webkit-animation: line-2 0.9s forwards ease-in-out;
  animation: line-2 0.9s forwards ease-in-out;
}

.close .line:nth-child(1) {
  animation: jump-1 0.9s reverse ease;
}

.close .line:nth-child(1):after {
  animation: line-1 0.9s reverse ease-in-out;
}

.close .line:nth-child(2) {
  animation: jump-2 0.9s reverse ease;
}

.close .line:nth-child(2):after {
  animation: line-2 0.9s reverse ease-in-out;
}

.open .line:nth-child(3),
.close .line:nth-child(3) {
  -webkit-animation: jump-3 0.9s forwards ease-out;
  animation: jump-3 0.9s forwards ease-out;
}

@-webkit-keyframes line-1 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  80% {
    transform: translateZ(0) rotate(395deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(405deg);
  }
}
@keyframes line-1 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  80% {
    transform: translateZ(0) rotate(395deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(405deg);
  }
}
@-webkit-keyframes line-2 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  20% {
    transform: translateZ(0) rotate(10deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(-405deg);
  }
}
@keyframes line-2 {
  10% {
    transform: translateZ(0) rotate(0);
  }
  20% {
    transform: translateZ(0) rotate(10deg);
  }
  90%, 100% {
    transform: translateZ(0) rotate(-405deg);
  }
}
@-webkit-keyframes jump-1 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  90%, 100% {
    transform: translateY(2px);
  }
}
@keyframes jump-1 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  90%, 100% {
    transform: translateY(2px);
  }
}
@-webkit-keyframes jump-2 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  85%, 100% {
    transform: translateY(-3.5px);
  }
}
@keyframes jump-2 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  85%, 100% {
    transform: translateY(-3.5px);
  }
}
@-webkit-keyframes jump-3 {
  10% {
    transform: translateY(-7.5px) rotate(15deg);
  }
  30% {
    transform: translateY(-15px) rotate(-10deg);
  }
  50% {
    transform: translateY(7.5px) rotate(5deg);
  }
  80% {
    transform: translateY(0);
  }
}
@keyframes jump-3 {
  10% {
    transform: translateY(-7.5px) rotate(15deg);
  }
  30% {
    transform: translateY(-15px) rotate(-10deg);
  }
  50% {
    transform: translateY(7.5px) rotate(5deg);
  }
  80% {
    transform: translateY(0);
  }
}
@-webkit-keyframes glow {
  50% {
    box-shadow: rgba(131, 131, 131, 0.4) 0 0 2px 2px;
  }
}
@keyframes glow {
  50% {
    box-shadow: rgba(131, 131, 131, 0.4) 0 0 2px 2px;
  }
}
.slideInLeft {
  animation: slideInLeft 1s infinite;
}

@keyframes slideInLeft {
  to {
    transform: translate(0);
  }
}




@media screen and (max-width: 751px) {
.wp_entry img{max-width:100%;}
.mbanner .slick-dots{bottom:0.45rem !important;}
.mbanner li.news .news_imgs{    height: 3.1rem !important;}
.mobile .banner {
    height: 1.8rem !important;
}
.mobile .container {
    padding-top: 1.0919rem !important;
}
.l-banner {
    height: 1.8rem !important;
}
.header-left img {
    height: 0.58rem;
    margin-right: 0rem;
}

li.page_jump {
    display: none;
}


}








@media screen and (max-width: 500px) {
.header-right__search .search-box #searchfrm .search-submit {
    right: 0.5rem;
}


}

.wp_entry p {
    letter-spacing: 1px;
     margin-bottom: 0px;
}