* {
  padding: 0;
  margin: 0;
  font-family: "MicrosoftYaHei";
}
a {
  text-decoration: none;
  color: #333333;
  font-size: 17px;
}
a:hover{
  text-decoration: none;
}
.hover_type:hover {
  color: #0e552e !important;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  outline: none;
}
.h100{
  height: 100%;
}
/* 居中 */
.font_center {
  text-align: center;
}
.subtitle{
  color: #999999;
  font-size: 16px;
  margin: 19px 0;
}
.datetime{
  color: #9399A5;
  font-size: 14px;
}
.line {
  height: 8px;
  width: 100%;
  background: #F2F2F2;
}
.flex_box_center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_footer_top_selection {
  width: 100%;
  padding: 0 1%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between;
  align-items: center; */
  /* cursor: pointer; */
}
.home_footer_top_selection .select {
  width: 75%;
  height: 35px;
  font-size: 16px;
  color: #a1a1a1;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  margin-top: 30px;
}
.home_footer_top_selection .select > li {
  width: 100%;
  height: 100%;
  position: relative;
}
.select-header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
  box-sizing: border-box;
}
.home_footer_top_selection .select .option {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 1px;
  padding: 0 3%;
  box-sizing: border-box;
  color: #333;
  background: #fff;
  line-height: 50px;
  border: 1px #cfcfcf solid;
  z-index: 999;
  display: none;
  position: absolute;
  top: -200px;
}
.opt-item:hover {
  color: #0e552e;
}
.home_footer_bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
@media all and (max-width: 720px) {
  .home_navigation{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;    
    box-sizing: border-box;
    overflow: hidden;
  }
  .home_navigation img.logo{
    width: 60%;
  }
  .icon_nav_more{
    width: 30px;
  }
  
  .home_navigation ul{
    width: 80%;
    display: none;
    position: absolute;
    top: 51px;
    right: -80%;
    background: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 24px;
    box-sizing: border-box;
    z-index: 999;
    /* transition: all 0.6s ease 0ms;
    -webkit-transition: all 0.6s ease 0ms;
    -moz-transition: all 0.6s ease 0ms;
    -ms-transition: all 0.6s ease 0ms;
    -o-transition: all 0.6s ease 0ms; */
}
  .home_navigation_item{
    height: 50px;
    line-height: 50px;
  }
  .home_navigation ul a{
    color: #fff;
  }
  .home_banner_swiper{
    display: none;
  }
  .home_banner_swiper--mobile{
    display: block;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none !important;
  }
  img{
    width: 100%;
  }
  .swiper-banner-img{
    display: none;
  }
  .swiper-banner-img_mobile{
    display: block;
  }
  .home_footer{
    display: none;
  }
  .home_footer--mobile{
    display: block;
  }
  .news_footer {
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #0e552e;
  }
}
@media all and (min-width: 720px) {
  body {
    min-width: 1580px;
  }
  .home_navigation {
    width: 100%;
    display: flex;
    align-items: center;
    /* margin: 0 auto; */
    padding: 0 21%;
    box-sizing: border-box;
  }
  .home_navigation > img.logo {
    display: inline-block;
    width: 243px;
    height: 100%;
  }
  .icon_nav_more{
    display: none;
  }
  .home_navigation > ul {
    height: 80px;
    line-height: 80px;
    display: flex;
    flex: 1;
    list-style: none;
    margin-left: 2%;
  }
  .home_navigation > ul li {
    flex: 1;
  }
  .home_navigation > ul li:first-child {
    flex: 0.5;
  }
  .home_navigation_item {
    flex: 1;
    text-align: center;
    font-size: 17px;
    /* padding: 20px; */
    cursor: pointer;
  }
  .home_navigation_item:hover {
    background: #0e552e;
  }
  .home_navigation_item:hover > a {
    color: #fff;
  }
  .home_navigation_item_active {
    background: #0e552e;
  }
  .home_navigation_item_active > a {
    color: #fff;
  }
  .home_banner {
    width: 100%;
    /* height: 460px; */
    margin: 0 auto;
  }
  .swiper-banner-img {
    width: 100%;
  }
  .home_banner_swiper--mobile{
    display: none;
  }
  .home_footer--mobile{
    display: none;
  }
  
}