* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: sySong;
  src: url("../fonts/sySong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon img {
  transition: all 0.3s;
}

.icon:hover img {
  animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

html,
body {
  color: #000;
  font-size: 16px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
input {
  border: 0;
  outline: none;
}

.wap {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex-left {
  display: flex;
  flex-wrap: wrap
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.top>img.wap {
  display: none;
}

body .clear {
  float: none !important;
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pic img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.px1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.tops {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #698f33;
  height: auto;
  overflow: hidden;
}

.tops>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.head_box {
  z-index: 999;
  width: 100%;
}

.fl {
  float: left;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  width: 100%;
}

.fr {
  float: right;
}

.search {
  position: relative;
  width: 300px;
  border: 0;
  height: 40px;
  margin-top: 7px;
  line-height: 40px;
  overflow: hidden;
  border: #c1d2ad 1px solid;
}

.search div {
  margin-left: 40px;
}

.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: 14px;
  color: #16397b;
  margin-right: 20px;
}

.search span:nth-child(1) {
  margin-right: 15px;
}

.search input[type="text"] {
  font-size: 16px;
  width: 260px;
  height: 40px;
  padding-left: 15px;
  color: #fff;
  line-height: 40px;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: 16px;
  color: #b9cfc0;
}

.search .btn {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 0;
  position: absolute;
  color: #fff;
  font-size: 16px;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  float: left;
}

.search img {
  position: absolute;
  right: 15px;
  top: 50px;
}

.head.on .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

/*  */
.nav {
  height: 55px;
  line-height: 55px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px #71717142;
  position: relative;
  z-index: 9;
}

.nav>ul {
  font-size: 0;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  width: 11.5%;
  line-height: 55px;
  height: 55px;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:hover {
  background: #fff;
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
  width: 8%;
}

.nav>ul>li>a {
  font-size: 20px;
  color: #222;
  text-align: center;
  font-weight: normal;
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #a10509;
}

.nav>ul>li:hover>a {
  color: #698f33;
  font-weight: bold;
}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 130px;
  z-index: 9999;
  display: none;
  padding-top: 0;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: #fff;
  line-height: normal;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  transition: 0.3s;
  color: #333;
}

.nav>ul>li>div>ul>li:hover {
  background: #f9f9f9;
  color: #4e7417;
}

.nav>ul>li>div>ul>li:hover a {
  color: #4e7417;

}

/*link_yq*/
.link_yq {
  height: auto;
  line-height: 50px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.link_yq h2 {
  font-size: 30px;
  color: #333;
  height: 50px;
  line-height: 50px;
  background: url("../images/ico_yqlj.png") left center no-repeat;
  padding: 0 40px 0 35px;
  font-family: sySong, "脙楼脗戮脗庐脙篓脗陆脗炉脙漏芒鈧好⑩偓娄脙漏脗禄芒鈧�";
  margin-bottom: 20px;
}


.link_yq .list a {
  font-size: 16px;
  color: #333;
  height: 50px;
  line-height: 50px;
  padding: 0 2%;
  background: #f3f6ef;
  display: block;
  float: left;
  transition: all 0.3s;
}

.link_yq .list a:hover {
  color: #fff;
  background: #698f33;
  transition: all 0.3s;
}

/*脙楼脗潞芒鈧⒚兟┟嗏�櫭偮�*/

.foot {

  background: #698f33;

  height: auto;

  overflow: hidden;

  padding: 50px 0 50px 0;
}

.end-rwm {
  width: 200px;
  float: left;
  margin-right: 2%;
}

.end-rwm a {
  float: left;
}

.end-rwm img {
  display: block;
  margin: 0 auto;
  width: 72px;
}

.end-rwm span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.foot>div {
  color: #fff;
}

.foot a {
  color: #fff;
  width: 50%;
  display: block;
}

.foot-l {
  width: 285px;
  float: left;
  padding-right: 0;
}

.foot-l h2 {
  margin-bottom: 10px;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  border-left: #fff 2px solid;
  padding-left: 11px;
}

.foot-l p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.foot-l img {
  vertical-align: middle;
  max-height: 68px;
}

.foot-c {
  width: 26%;
  text-align: center;
  float: left;
  vertical-align: middle;
  font-size: 0;
  line-height: 100px;
}

.foot-c img {
  max-width: 100%;
  vertical-align: middle;
}


.foot-r {
  width: 30%;
  float: right;
  padding-left: 0;
  line-height: 100px;
}

.foot-r img {
  max-width: 100%;
  vertical-align: middle;
}



.copright {
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 16px;
  background: #192c7887;
}

.copright p {
  margin: 0;
  padding: 0
}

.copright a {
  color: #fff;
}

.copright a:hover {
  color: #d9d9d9;
}

/*  */
.r_slider {
  width: 60px;
  height: auto;
  position: fixed;
  right: 10px;
  top: 45%;
  background: #fff;
  box-shadow: 1px 2px 5px #00000063;
  border-radius: 50px;
  padding: 15px 0;
}


.r_slider li {
  position: relative;
}

.r_slider li a {
  position: relative;
  display: block;
}

.r_slider li i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px auto;
}

.r_slider li span {
  display: none;
  position: absolute;
  left: -110px;
  top: -10px;
  background: url(../images/r_spanbg.png) right center no-repeat;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.3;
}

.r_slider li a:hover span {
  display: block;
  transition: all 0.3;
}

.r_slider .r_ico1 {
  background: url(../images/r_ico1.png) center no-repeat;
}

.r_slider .r_ico2 {
  background: url(../images/r_ico2.png) center no-repeat;
}

.r_slider .r_ico3 {
  background: url(../images/r_ico3.png) center no-repeat;
}

.r_slider .r_ico4 {
  background: url(../images/r_ico4.png) center no-repeat;
}

.r_slider .r_ico5 {
  background: url(../images/r_ico5.png) center no-repeat;
}

.r_slider .r_ico6 {
  background: url(../images/r_ico6.png) center no-repeat;
}

.r_slider li:hover .r_ico1 {
  background: url(../images/r_ico1hover.png) center no-repeat;
}

.r_slider li:hover .r_ico2 {
  background: url(../images/r_ico2hover.png) center no-repeat;
}

.r_slider li:hover .r_ico3 {
  background: url(../images/r_ico3hover.png) center no-repeat;
}

.r_slider li:hover .r_ico4 {
  background: url(../images/r_ico4hover.png) center no-repeat;
}

.r_slider li:hover .r_ico5 {
  background: url(../images/r_ico5hover.png) center no-repeat;
}

.r_slider li:hover .r_ico6 {
  background: url(../images/r_ico6hover.png) center no-repeat;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1340px) {}

@media screen and (max-width: 1200px) {
  .logo a {
    width: 700px;
  }
}

@media screen and (max-width: 1100px) {
  .search {
    width: 300px;
  }

  .search input[type="text"] {
    width: 205px;
  }
}

@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo a img {
    width: auto;
  }

}

@media screen and (max-width: 1024px) {
  .foot-l {
    width: 100%;
  }

  .foot-l p {
    font-size: 14px;
    line-height: 24px;
  }

  .foot-l h2 {
    font-size: 20px;
  }

  .foot-r {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
  .foot-c{
     width: 100%;
     text-align: left;
     display: none;
  }

  .link_yq .list a {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    float: left;
  }

  body {
    padding-top: 60px;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #698f33;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
  }

  .banner .slick-dots::after {
    background: none !important;
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: 40px;
  }

  .m-logo img {
    max-height: 40px;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: 10px 15px 0 15px;
  }

  .m-tlink a {
    font-size: 14px;
    margin-right: 15px;
    margin: 5px 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #333;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0 4px;
  }

  .m-search {
    margin: 0 15px;
    padding-right: 50px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 35px;
    /* background: #fff; */
    margin-top: 15px;
    border: 1px solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: 25px;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
  }

  .m-nav {
    position: fixed;
    top: 60px;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #698f33;
    overflow-y: scroll;
    border-top: 1px solid #fff;
  }

  .m-nav ul {
    padding: 0 15px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .m-nav ul li>span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
  }

  .m-nav ul li ul li {
    border: none;
  }

  .m-nav>ul>li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: 10px 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: 0;
    top: 15px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
  }

  .top>img {
    display: block;
    width: 100%;
  }

  .wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: 25px;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }




}