.header {
  background: #F5F5F5 !important;
}
.header.on {
  background: #fff !important;
}

.search1 {
  background: #F5F5F5;
  padding: 114px 0 89px;
}
.search1 .wrap {
  width: 862px;
  margin: auto;
}
.search1 .wrap .title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  margin: 0 0 30px;
}
.search1 .wrap form {
  position: relative;
}
.search1 .wrap form .iconfont {
  font-size: 21px;
  color: var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  background: transparent;
  cursor: pointer;
}
.search1 .wrap form input {
  width: 862px;
  height: 68px;
  border-radius: 64px;
  background: #FFF;
  border: 1px solid transparent;
  transition: .6s ease;
  padding: 0 90px;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.search1 .wrap form .more {
  position: absolute;
  right: 9px;
  top: 8px;
  width: fit-content;
  padding: 0 40px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 64px;
  background: var(--color);
}

.search2 {
  padding: 64px 0 150px;
}
.search2 .wrap {
  width: 1600px;
  margin: auto;
}
.search2 .wrap .jg {
  color: #1A1A1A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin: 0 0 35px;
}
.search2 .wrap .jg span {
  margin: 0 8px;
}
.search2 .wrap .cut {
  display: flex;
  gap: 10px;
}
.search2 .wrap .cut .list {
  width: fit-content;
  height: 44px;
  border-radius: 22px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 27px;
  transition: .6s ease;
  cursor: pointer;
}
.search2 .wrap .cut .list.on, .search2 .wrap .cut .list:hover {
  background: var(--color);
  color: #fff;
}
.search2 .wrap .content {
  margin: 46px 0 0 0;
}
.search2 .wrap .content .matter {
  display: none;
}
.search2 .wrap .content .matter.on {
  display: block;
}
.search2 .wrap .content .matter .news_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px 30px;
}
.search2 .wrap .content .matter .news_content .item {
  width: 100%;
}
.search2 .wrap .content .matter .news_content .item:hover .img img {
  transform: scale(1.05);
}
.search2 .wrap .content .matter .news_content .item:hover .text .p1 {
  color: var(--color);
}
.search2 .wrap .content .matter .news_content .item .img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.search2 .wrap .content .matter .news_content .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.search2 .wrap .content .matter .news_content .item .text .time {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 35px 0 0 0;
}
.search2 .wrap .content .matter .news_content .item .text .time img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.search2 .wrap .content .matter .news_content .item .text .time p {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.search2 .wrap .content .matter .news_content .item .text .p1 {
  width: 95%;
  color: #1A1A1A;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 22px 0 35px;
  transition: .6s ease;
}
.search2 .wrap .content .matter .news_content .item .text .more {
  display: flex;
  align-items: center;
  gap: 7px;
}
.search2 .wrap .content .matter .news_content .item .text .more p {
  color: #2EA148;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search2 .wrap .content .matter .news_content .item .text .more .iconfont {
  font-size: 13px;
  color: #2EA148;
}
.search2 .wrap .content .matter .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.search2 .wrap .content .matter .grid .item {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  transition: .6s ease;
  padding: 80px 30px;
}
.search2 .wrap .content .matter .grid .item:hover {
  border-color: var(--color);
}
.search2 .wrap .content .matter .grid .item:hover .img img {
  transform: scale(1.05);
}
.search2 .wrap .content .matter .grid .item:hover .text {
  color: var(--color);
}
.search2 .wrap .content .matter .grid .item .img {
  width: 100%;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.search2 .wrap .content .matter .grid .item .img img {
  object-fit: contain;
  transition: .6s ease;
}
.search2 .wrap .content .matter .grid .item .text {
  color: #1A1A1A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 80px 0 0 0;
  transition: .6s ease;
}


@media screen and (max-width: 1919px) {
  .search1{
    padding: 5.9375vw 0px 4.6354166667vw;
  }
  .search1 .wrap{
    width: 44.8958333333vw;
  }
  .search1 .wrap .title{
    font-size: 2.5vw;
    margin: 0px 0px 1.5625vw;
  }
  .search1 .wrap form .iconfont{
    font-size: 1.09375vw;
    left: 1.8229166667vw;
  }
  .search1 .wrap form input{
    width: 44.8958333333vw;
    height: 3.5416666667vw;
    border-radius: 3.3333333333vw;
    padding: 0px 4.6875vw;
    font-size: 0.8333333333vw;
  }
  .search1 .wrap form .more{
    right: 0.46875vw;
    top: 0.4166666667vw;
    padding: 0px 2.0833333333vw;
    height: 2.7083333333vw;
    font-size: 0.8333333333vw;
    border-radius: 3.3333333333vw;
  }
  .search2{
    padding: 3.3333333333vw 0px 7.8125vw;
  }
  .search2 .wrap{
    width: 83.3333333333vw;
  }
  .search2 .wrap .jg{
    font-size: 0.8333333333vw;
    margin: 0px 0px 1.8229166667vw;
  }
  .search2 .wrap .jg span{
    margin: 0px 0.4166666667vw;
  }
  .search2 .wrap .cut{
    gap: 0.5208333333vw;
  }
  .search2 .wrap .cut .list{
    height: 2.2916666667vw;
    border-radius: 1.1458333333vw;
    font-size: 0.8333333333vw;
    padding: 0px 1.40625vw;
  }
  .search2 .wrap .content{
    margin: 2.3958333333vw 0px 0px;
  }
  .search2 .wrap .content .matter .news_content{
    gap: 2.5520833333vw 1.5625vw;
  }
  .search2 .wrap .content .matter .news_content .item .img{
    border-radius: 0.8333333333vw;
  }
  .search2 .wrap .content .matter .news_content .item .text .time{
    gap: 0.3645833333vw;
    margin: 1.8229166667vw 0px 0px;
  }
  .search2 .wrap .content .matter .news_content .item .text .time img{
    width: 0.625vw;
    height: 0.625vw;
  }
  .search2 .wrap .content .matter .news_content .item .text .time p{
    font-size: 0.7291666667vw;
  }
  .search2 .wrap .content .matter .news_content .item .text .p1{
    font-size: 1.0416666667vw;
    margin: 1.1458333333vw 0px 1.8229166667vw;
  }
  .search2 .wrap .content .matter .news_content .item .text .more{
    gap: 0.3645833333vw;
  }
  .search2 .wrap .content .matter .news_content .item .text .more p{
    font-size: 0.7291666667vw;
  }
  .search2 .wrap .content .matter .news_content .item .text .more .iconfont{
    font-size: 0.6770833333vw;
  }
  .search2 .wrap .content .matter .grid{
    gap: 1.3541666667vw;
  }
  .search2 .wrap .content .matter .grid .item{
    height: 20.8333333333vw;
    border-radius: 1.0416666667vw;
    padding: 4.1666666667vw 1.5625vw;
  }
  .search2 .wrap .content .matter .grid .item .img{
    height: 9.21875vw;
  }
  .search2 .wrap .content .matter .grid .item .text{
    font-size: 1.0416666667vw;
    margin: 4.1666666667vw 0px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .search1{
    padding: 90px 0 30px;
  }
  .search1 .wrap .title{
    font-size: 20px;
    margin: 0 0 10px;
  }
  .search1 .wrap{
    width: 90%;
  }
  .search1 .wrap form input{
    width: 100%;
    height: 40px;
    border-radius: 50px;
    padding: 0 15px 0 40px;
    font-size: 13px;
  }
  .search1 .wrap form .more{
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    height: 30px;
    font-size: 13px;
    border-radius: 30px;
  }
  .search1 .wrap form .iconfont{
    font-size: 13px;
    left: 5%;
  }
  .search2{
    padding: 30px 0;
  }
  .search2 .wrap{
    width: 90%;
  }
  .search2 .wrap .jg{
    font-size: 14px;
    margin: 0 0 15px;
  }

  .search2 .wrap .cut{
    gap: 5px;
  }

  .search2 .wrap .cut .list{
    height: 32px;
    border-radius: 30px;
    font-size: 13px;
    padding: 0 20px;
  }
  .search2 .wrap .content .matter .grid{
    gap: 15px;
    grid-template-columns: repeat(2,1fr);
  }
  .search2 .wrap .content{
    margin: 25px 0 0 0;
  }
  .search2 .wrap .content .matter .grid .item .img{
    width: 70%;
    height: 80px;
    margin: auto;
  }
  .search2 .wrap .content .matter .grid .item{
    height: auto;
    border-radius: 10px;
    padding: 20px 10px;
  }
  .search2 .wrap .content .matter .grid .item .text{
    font-size: 13px;
    margin: 10px 0 0 0;
  }

  .search2 .wrap .content .matter .news_content{

  }
  .search2 .wrap .content .matter .news_content{
    gap: 30px 15px;
    grid-template-columns: repeat(1,1fr);
  }
  .search2 .wrap .content .matter .news_content .item .img{
    height: auto;
    border-radius: 10px;
  }
  .search2 .wrap .content .matter .news_content .item .text .time{
    margin: 10px 0 0 0;
    gap: 10px;
  }
  .search2 .wrap .content .matter .news_content .item .text .time img{
    width: 12px;
    height: 12px;
  }
  .search2 .wrap .content .matter .news_content .item .text .time p{
    font-size: 12px;
  }
  .search2 .wrap .content .matter .news_content .item .text .p1{
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .search2 .wrap .content .matter .news_content .item .text .more p{
    font-size: 14px;
  }
  .search2 .wrap .content .matter .news_content .item .text .more{
    gap: 7px;
  }
  .search2 .wrap .content .matter .news_content .item .text .more .iconfont{
    font-size: 13px;
  }
}