/* CSS Document*/
/* @font-face {
  font-family: 'HWMC';
  src:url('../fonts/huiwenmincho.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #6fa750;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  width: 90%;
  max-width: 1400px;
}

.top {
  height: 90px;
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
}

.top.scope {
  background: #fff;
  border-bottom: 0px;
  box-shadow: 0px 0px 5px #ddd;
}

.top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
}

.top .logo {
  position: relative;
}

.top .logo .light-effect {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-50%);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.top .logo:hover .light-effect {
  width: 100%;
  opacity: 0.4;
}

.top .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top .logo img {
  height: auto;
  width: 400px;
}

.top .logo img:nth-child(2) {
  display: none;
}

.top.scope .logo img:nth-child(1) {
  display: none;
}

.top.scope .logo img:nth-child(2) {
  display: block;
}

.top .logo img:hover {
  mask: -webkit-gradient(
    radial,
    50% 50%,
    0,
    50% 50%,
    0,
    from(rgb(0, 0, 0)),
    color-stop(0.2, rgba(0, 0, 0, 0.2)),
    to(rgb(0, 0, 0))
  );
}

.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 90px;
  position: relative;
  width: calc(100% - 460px);
  padding: 0px 15px;
  box-sizing: border-box;
  max-width: 1200px;
}

.nav .nLi {
  height: 100%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .nLi h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: calc(100% - 3px);
  font-size: 20px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
}

.top.scope .nav .nLi h3 a {
  color: #333;
}

.top .nav .nLi.on h3 a {
  color: #6fa750;
}

.top .nav .nLi h3 a::after {
  width: 0px;
  content: "";
  height: 3px;
  background: #6fa750;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease 0s;
}

.top .nav .nLi:hover h3 a::after,
.top .nav .nLi.on h3 a::after {
  width: 100%;
  transition: all 0.3s ease 0s;
}

.top .nav .nLi:hover h3 a {
  color: #6fa750;
}

.nav .nLi h4 {
  border: 1px solid #fff;
  width: 240px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  overflow: hidden;
}

.nav .nLi h4 .text {
  width: calc(100% - 40px);
  height: 40px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  padding: 0px 15px;
  border: 0px;
  background: no-repeat;
}

.nav .nLi h4 input::placeholder {
  color: #fff;
}

.nav .nLi h4 .btn {
  width: 40px;
  height: 40px;
  background: none;
  color: #fff;
  border: 0px;
  cursor: pointer;
  font-size: 18px;
}

.top.scope .nav .nLi h4 {
  border: 1px solid #666;
}

.top.scope .nav .nLi h4 .text {
  color: #333;
}

.top.scope .nav .nLi h4 .text::placeholder {
  color: #333;
}

.top.scope .nav .nLi h4 .btn {
  color: #333;
}

.top .nav .nLi ul.sub {
  position: absolute;
  width: 100%;
  top: 90px;
  background: none;
}

.top .nav .nLi ul.sub:hover {
  background: #f8f8f8;
}

.top .nav .nLi ul.sub li a {
  height: 0px;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 10px;
  color: #fff;
}

.top .nav .nLi:hover ul.sub li a {
  height: 45px;
  line-height: 45px;
  transition: all 0.3s ease 0s;
}

.top .nav .nLi ul.sub:hover li a {
  color: #333;
}

.top .nav .nLi ul.sub li a:hover {
  color: #6fa750;
}

.top.scope .nav .nLi ul.sub li a {
  background: #f8f8f8;
  color: #333;
}

.top.scope .nav .nLi ul.sub li a:hover {
  color: #6fa750;
}

.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.menu_close img {
  width: 40px;
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner {
  height: auto;
}

.in_banner .swiper-slide .bj {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj .pc_img {
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_banner .swiper-slide .nr .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
  width: 80%;
}

.in_banner .swiper-slide .nr .container h2 {
  padding-right: 50px;
}

.in_banner .swiper-slide .nr .container h2 img {
  width: 450px;
  height: auto;
}

.in_banner .swiper-slide .nr .container h3 {
  font-size: 60px;
  color: #fff;
  padding: 3% 0px;
  font-weight: bold;
}

.in_banner .swiper-slide .nr .container span {
  display: flex;
}

.in_banner .swiper-slide .nr .container span a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #eebc78;
  box-shadow: inset 0px 0px 5px 0px rgba(255, 165, 150, 0.39);
  border-radius: 6px;
  padding: 10px 20px;
}

.in_banner .swiper-slide .nr .container span a i {
  margin-left: 5px;
}

.in_banner .swiper-slide .nr .container span a:hover {
  transform: translatey(-5px);
}

.in_banner .swiper-pagination {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  left: auto;
  bottom: 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner .swiper-pagination span {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6fa750;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  font-size: 20px;
}

.in_box {
  padding: 50px 0px;
}

.in_box .container {
  display: flex;
  justify-content: space-between;
}

.in_box .left {
  width: 50%;
}

.in_box .left a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.in_box .left a img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}

.in_box .left a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.in_box .left .in_box_l .swiper-slide{
    height: 540px;
}

.in_box .left .in_box_l .swiper-slide a{
    display: block;
  overflow: hidden;
  border-radius: 10px;
 width: 100%;
 height: 100%;
}

.in_box .left .in_box_l .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  transition: all 0.3s ease 0s;
}

.in_box .left .in_box_l .swiper-slide a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.in_box .left .in_box_l .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.in_box .left .in_box_l .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6fa750;
}

.in_box .right {
  width: calc(50% - 80px);
}

.in_box .right ul {
  padding-top: 15px;
}

.in_box .right ul li {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}

.in_box .right ul li .time {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in_box .right ul li .time h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}

.in_box .right ul li .time h3 {
  font-size: 16px;
}

.in_box .right ul li .nr {
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding-left: 30px;
}

.in_box .right ul li .nr h2 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}

.in_box .right ul li .nr h2 a:hover {
  color: #6fa750;
}

.in_box .right ul li .nr p {
  display: block;
  margin: 15px 0px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为3 */
  overflow: hidden;
}

.in_box .right ul li .nr span a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.in_bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

.in_bt1 {
  justify-content: center;
}

.in_bt h2 {
  display: flex;
  align-items: center;
  position: relative;
  color: #6fa750;
  font-size: 40px;
  font-weight: bold;
}

.in_bt h2 span {
  font-size: 32px;
  color: #333;
}

.in_bt h2 b {
  width: 45px;
  height: 45px;
  background: #ffdc95;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0px;
}

.in_bt h3 a {
  font-size: 18px;
}

.in_box1 {
  background: #f8f8f8;
  padding: 50px 0px;
}

.in_box1 .container {
  display: flex;
  justify-content: space-between;
}

.in_box1 .left {
  width: 560px;
}

.in_box1 .left a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.in_box1 .left a img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.in_box1 .left a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.in_box1 .right {
  width: calc(100% - 600px);
}

.in_box1 .right .hd {
  width: 100%;
  position: relative;
}

.in_box1 .right .hd ul {
  width: 100%;
  border-bottom: 1px solid #bdf49e;
  display: flex;
}

.in_box1 .right .hd ul li {
  font-size: 20px;
  line-height: 35px;
  margin-right: 20px;
  cursor: pointer;
}

.in_box1 .right .hd ul li.on {
  font-size: 24px;
  border-bottom: 2px solid #6fa750;
  color: #6fa750;
}

.in_box1 .right .hd ul li a {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}

.in_box1 .right .hd ul li.on a {
  display: block;
  font-size: 16px;
}

.in_box1 .right .bd ul {
  padding-top: 15px;
}

.in_box1 .right .bd ul li {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}

.in_box1 .right .bd ul li .time {
  display: flex;
  align-items: center;
}

.in_box1 .right .bd ul li .time h2 {
  font-size: 14px;
  color: #333;
  padding-right: 5px;
}

.in_box1 .right .bd ul li .time h3 {
  font-size: 14px;
}

.in_box1 .right .bd ul li:nth-child(1) .time {
  width: 60px;
  flex-direction: column;
  align-items: center;
}

.in_box1 .right .bd ul li:nth-child(1) .time h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}

.in_box1 .right .bd ul li:nth-child(1) .time h3 {
  font-size: 16px;
}

.in_box1 .right .bd ul li .nr {
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding-left: 30px;
}

.in_box1 .right .bd ul li .nr h2 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}

.in_box1 .right .bd ul li .nr h2 a:hover {
  color: #6fa750;
}

.in_box1 .right ul li .nr p {
  display: none;
}

.in_box1 .right ul li:nth-child(1) .nr p {
  display: block;
  margin: 15px 0px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为3 */
  overflow: hidden;
}

.in_box1 .right .bd ul li .nr span a {
  display: none;
}

.in_box1 .right .bd ul li:nth-child(1) .nr span a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.in_box2 {
  padding: 50px 0px;
}

.in_box2_nr .swiper-slide img {
  transition: 300ms;
  transform: scale(0.8);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.in_box2_nr .swiper-slide-active img,
.in_box2_nr .swiper-slide-duplicate-active img {
  transform: scale(1);
}

.in_box3 {
  padding: 50px 0px;
}

.in_box3_nr {
  padding-top: 50px;
}

.in_box3_nr ul {
  display: flex;
  margin: 0px -20px;
}

.in_box3_nr ul li {
  width: calc(17% - 40px);
  margin: 0px 20px;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  height: 480px;
  border-radius: 10px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.in_box3_nr ul li h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}

.in_box3_nr ul li p {
  display: none;
}

.in_box3_nr ul li span a {
  width: 160px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #6fa750;
  font-size: 16px;
  color: #fff;
  display: none;
}

.in_box3_nr ul li.on {
  width: calc(48% - 40px);
  transition: all 0.3s ease 0s;
  padding: 3%;
}

.in_box3_nr ul li.on h2 {
  text-align: left;
  padding-bottom: 0px;
}

.in_box3_nr ul li.on p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  margin: 15px 0px;
}

.in_box3_nr ul li.on span a {
  display: flex;
}

.di {
  background: #71a755;
  padding: 40px 0px;
}

.di .container {
  display: flex;
  justify-content: space-between;
}

.di .left {
  width: calc(100% - 250px);
}

.di .left ul {
  width: 100%;
  display: flex;
  color: #fff;
  justify-content: space-between;
}

.di .left ul li{
    padding-right: 5%;
    width: 33.3%;
}

.di .left ul li:nth-child(1){
    width: 300px;
}


.di .left ul li:nth-child(2){
    width: 140px;
}

.di .left ul li h2 {
  font-size: 18px;
  padding-bottom: 15px;
}

.di .left ul li p {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0px;
  padding-right: 10px;
  white-space: nowrap;
}


.di .left ul li:nth-child(1) p{
    display: block;
    padding-right: 0px;
}

.di .left ul li p a {
  color: #fff;
}

.di .left ul li p i {
  margin-right: 10px;
}

.di .right img {
  width: 170px;
  height: auto;
}

.di1 {
  background: #b3d17a;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.di1 a {
  color: #fff;
}


.ny_banner{
  height: 400px;
  background-size: cover;
  background-position:  center center;
  background-repeat: no-repeat;
}

.about_box{
  padding: 50px 0px;
}

.about_box_nr{
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.about_box_nr .left{
  width: calc(100% - 600px);
  box-sizing: border-box;
  padding-right: 100px;
}

.about_box_nr .left .nr{
  font-size: 18px;
  line-height: 1.8;
}

.about_box_nr .left .nr span{
  color: #71a755;
}

.about_box_nr .left .nr1{
display: flex;
padding-top: 30px;
}

.about_box_nr .left .nr1 h2{
  flex: 1;
  text-align: center;
}

.about_box_nr .left .nr1 h2 p{
  font-size: 20px;
  color: #333;
  padding-top: 5px;
}

.about_box_nr .right{
  width: 600px;
}

.about_box_nr .right img{
  width: 100%;
  height: auto;
}

.about_box1{
  width: 100%;
  margin: 50px 0px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
}

.about_box1 .nr{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  width: 60%;
  height: 100%;
  background: #6fa750;
  border-radius: 10px;
  color: #fff;
  box-sizing: border-box;
  padding: 10%;
}

.about_box1 .nr h2{
  font-size: 36px;
  font-weight: bold;
}

.about_box1 .nr h3{
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 30px;
}

.about_box1 .nr p{
  font-size: 18px;
}

.about_box2{
  width: 100%;
  margin: 50px 0px;
  margin-top: 100px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5%;
  display: flex;
  align-items: center;
}

.about_box2_l{
  width: 45%;
  color: #fff;
  box-sizing: border-box;
  padding-right: 5%;
}

.about_box2_l h2{
  font-size: 36px;
  font-weight: bold;
}

.about_box2_l h3{
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 30px;
}

.about_box2_l p{
  font-size: 18px;
}

.about_box2_l span a{
  width: 200px;
  line-height: 50px;
  background: #6FA750;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

.about_box2_r{
  width: 55%;
  padding-bottom: 50px;
}

.about_box2_r img{
  width: 100%;
  aspect-ratio: 10/10;
  border-radius: 10px;
}

.about_box2_r .swiper-button-next,
.about_box2_r .swiper-button-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  top: auto;
  bottom: 0px;
  right: 0px;
}

.about_box2_r .swiper-button-prev{
  left: auto;
  right: 50px;
}

.about_box2_r .swiper-button-next::after,
.about_box2_r .swiper-button-prev::after {
  font-size: 20px;
}

.news{
  background: #f8f8f8;
}

.lujing{
  padding: 30px 0px;
  text-align: right;
  color: #333;
  font-size: 14px;
}

.lujing a{
  color: #333;
}

.lujing span{
  color: #6FA750;
}

.news_lb{
  display: flex;
  justify-content: space-between;
}

.news_nav{
  width: 320px;
}

.news_nav h2{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  font-size: 30px;
  color: #fff;
  background: url(../images/news_iccon.png) no-repeat right bottom #6FA750;
}

.news_nav a{
  display: block;
  height: 80px;
  line-height: 80px;
  color: #6FA750;
  text-align: center;
  font-size: 20px;
  border-left: 8px solid #fff;
  background: #fff;
}

.news_nav a:hover{
  background: #97D377;
  color: #fff;
  border-left: 8px solid #97D377;
}

.news_nav a.on{
  background: #97D377;
  color: #fff;
  border-left: 8px solid #FEB317
}

.news_list{
  width: calc(100% - 320px);
  box-sizing: border-box;
  padding-left: 40px;
}

.news_list ul{
  padding: 30px;
  background: #fff;
}

.news_list ul li{
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}

.news_list ul li .img img{
  width: 320px;
  height: 240px;
  object-fit: cover;
}

.news_list ul li .nr{
  padding-left: 40px;
  width: calc(100% - 320px);
  box-sizing: border-box;
}

.news_list ul li .nr h2{
  
    width: 100%;
}

.news_list ul li .nr h2 a{
  font-size: 22px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.news_list ul li .nr h2 a:hover{
  color: #6FA750;
}

.news_list ul li .nr h3{
  color: #333;
  font-size: 16px;
}

.news_list ul li .nr h3 i{
  margin-right: 5px;
}

.news_list ul li .nr p{
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0px;
}

.fanye{
  text-align: center;
}

.news_detail{
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.news_detail_l{
  width: calc(100% - 360px);
}

.news_detail_l .bt{
  padding-bottom: 10px;
  text-align: center;
}

.news_detail_l .bt h2{
  font-size: 30px;
  color: #333;
}

.news_detail_l .bt h3{
  font-size: 16px;
  padding: 10px 0px;
}

.news_detail_l .bt h3 i{
  margin-right: 10px;
}

.news_detail_l .nr{
  font-size: 18px;
}

.news_detail_l .nr p{
  display: block;
  padding-bottom: 15px;
  line-height: 1.8;
}

.news_detail_l .nr img{
  max-width: 100%;
  width: auto;
}

.news_detail_r{
  width: 280px;
}

.news_detail_r .bt{
  text-align: center;
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news_detail_r ul li{
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news_detail_r ul li a{
  color: #333;
  font-size: 16px;
}

.news_detail_r ul li a:hover{
  color: #6FA750;
}

.news_detail_r ul li h3{
  padding-top: 10px;
}

.news_list1{
   width: calc(100% - 360px);
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
}

.news_list1 .bt{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_list1 .bt h2{
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.news_list1 .bt h3{
  display: flex;
}

.news_list1 .bt h3 .text{
  width: 240px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 10px;
  border: 0px;
  margin-right: 10px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.news_list1 .bt h3 .btn{
  width: 40px;
  height: 40px;
  background: #6FA750;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  border: 0px;
}

.news_list1 ul{
  padding: 30px 0px;
}

.news_list1 ul li{
  border-bottom: 1px solid  #eee;
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.news_list1 ul li h2{
  width: calc(100% - 240px);
}

.news_list1 ul li h2 a{
  font-size: 20px;
  display: block;
  width: 100%;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list1 ul li h2 a b{
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #ccc;
margin-right: 10px;
}

.news_list1 ul li h2 a:hover b{
  background: #6FA750;
}

.news_list1 ul li h3{
  font-size: 18px;
  width: 220px;
}

.social{
  background: #f8f8f8;
  padding: 50px 0px;
}

.social1{
  padding-top: 50px;
}

.social1 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}

.social1 ul li{
  width: calc(50% - 40px);
  margin: 0px 20px;
  aspect-ratio: 10/7;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.social1 ul li a{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10%;
  box-sizing: border-box;
}

.social1 ul li a i{
  margin-bottom: 10%;
}

.social1 ul li a h2{
  font-size: 24px;
  font-weight: bold;
}

.social1 ul li a p{
  font-size: 16px;
  padding-top: 20px;
}

.social2{
  padding-top: 50px;
}

.social2 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}

.social2 ul li{
  width: calc(50% - 40px);
  margin: 0px 20px;
  margin-bottom: 30px;
}

.social2 ul li .img img{
width: 100%;
aspect-ratio: 10/7;
object-fit: cover;
}

.social2 ul li p{
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}