* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .14rem;
}

@font-face {
  font-family: sysong;
  src: url(../fonts/sySong.woff);
}

.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;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
  position: relative;
  background: #fff;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
input {
  border: 0;
  outline: none;
}

.wap {
  display: none;
}

.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;
}

.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

.imged img {
  display: none;
}

a:hover .imged {
  transform: scale(1.1);
}

.scale {
  overflow: hidden;
}

.pic div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a:hover .pic div {
  width: 110%;
  height: 110%;
}



.px1600 {
  max-width: 16rem;
  margin: 0 auto;
}

.head {
  background: #21562A;
  z-index: 999;
  transition: all 0.3s;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
}

.xg1 {}

.xg1 .top_link {
  display: none;
  transition: all 0.3s;
}

.xg1 .tops {
  padding: .1rem 0;
}

.tops {
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.tops_r {
  /* display: flex; */
  /* align-items: center; */
  /* align-content: center; */
  flex: 1;
  min-width: 0;
  height: auto;
  /* overflow: hidden; */
  margin-left: 0.4rem;
}

.tops_rs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top_link {
  margin-right: 0;
  text-align: right;
  margin-top: -.15rem;
  padding: 0 .15rem;
}

.top_link a {
  padding: 0;
  font-size: 0.16rem;
  line-height: 0.40rem;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  background: url(../images/homepageico.png) center left no-repeat;
  padding-left: .26rem;
}

.top_link a:last-child:before {
  display: none
}

.top_link a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.15rem;
  background: #ccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_link a:hover {
  opacity: 0.8;
}


.fl {
  float: left;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  height: .8rem;
}

.fr {
  float: right;
}

.search {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  /* border: 0.01rem solid rgba(255, 255, 255, 0.2); */
  width: 3.5rem;
  height: 0.44rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: .4rem;
}

.search div {
  /* margin-left: .4rem; */
}

.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: .14rem;
  color: #666;
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .14rem;
  width: 80%;
  height: .44rem;
  padding-left: .15rem;
  color: #fff;
  line-height: .44rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .14rem;
  color: #CCCCCC;
}

.search .btn {
  float: right;
  width: 20%;
  height: .4rem;
  line-height: .4rem;
  padding: 0;
  position: absolute;
  color: #666;
  font-size: .14rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  float: left;
}

.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}

.head.on .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 .1rem .1rem rgb(0 0 0 / 20%);
}

/* è„™èŒ è„éˆ¥æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—â‘©å“è½è„™åž„èŠ’éˆ¥æ¯¬îƒžâ‘©ï¿½çºâ’šå…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå®çŠ†å…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™åž„èŠ’éˆ§îƒ ä¹…å®â’šå…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™éˆ¥Î³å®âˆ¶å…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®ãƒƒå…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—â‘©å“è½è„™åž„èŠ’éˆ¥æ¯¬îƒžâ‘©ï¿½çºâ’šå…¤æ—å—ï¿½æ«­å†£ï¿½æ¯­å®â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å†£ï¿½æ¯­å®îƒžå…¤æ—â‘©å“å¨„è„™éˆ¥æ¯­å®âˆ¶å…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™éˆ¥Î³å®âˆ¶å…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®î‡¸å…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—â‘©å“è½è„™åž„èŠ’éˆ¥æ¯¬îƒžâ‘©ï¿½çºâ’šå…¤æ—å—ï¿½æ«­å†£ï¿½æ¯­å®â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å†£ï¿½æ¯­å®îƒžå…¤æ—â‘©å“å¨„è„™éˆ¥æ¯­å®âˆ¶å…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™éˆ¥Î³å®âˆ¶å…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®æµŽå…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—â‘©å“è½è„™åž„èŠ’éˆ¥æ¯¬îƒžâ‘©ï¿½çºâ’šå…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå®çŠ†å…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™åž„èŠ’éˆ§îƒ ä¹…å®â’šå…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™éˆ¥Î³å®âˆ¶å…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®îŸ‹å…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—â‘©å“è½è„™åž„èŠ’éˆ¥æ¯¬îƒžâ‘©ï¿½çºâ’šå…¤æ—å—ï¿½æ«­å†£ï¿½æ¯­å®â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å†£ï¿½æ¯­å®îƒžå…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®å§‘å…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®â’šå…¤æ—å—ï¿½æ«­å†£ï¿½æ¯­å®â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™éˆ¥Î³å®âˆ¶å…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®îƒžå…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®çŠ†å…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—â‘©å“è½è„™åž„èŠ’éˆ¥æ¯¬îƒžâ‘©ï¿½çºâ’šå…¤æ—å—ï¿½æ«­å†£ï¿½æ¯­å®â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å†£ï¿½æ¯­å®îƒžå…¤æ—â‘©å“å¨„è„™éˆ¥æ¯­å®âˆ¶å…¤æ—å—ï¿½æ«­å†£ï¿½çŠ†â‘©å“éˆ©â’šå…¤æ—å®â’šå…Ÿâ’šâ‘©å“æ‹§è„—å¢è„™éˆ¥Î³å®âˆ¶å…¤æ—å—ï¿½æ«­å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå¢âˆ¶å…¤æ—â‘©å“æ‹§è„™éˆ¥æ¯­å®ï¿½ */
.nav {
  height: .6rem;
  line-height: .66rem;
  margin-top: 0;
  /* box-shadow: 0 .03rem .03rem #71717142; */
  position: relative;
  z-index: 9;
  /* border-top: rgba(255, 255, 255, .2) 1px solid; */
  background: #2A6835;
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  max-width: 16rem;
  margin: 0 auto;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  width: 10%;
  line-height: .60rem;
  height: .60rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:hover {
  /* background: #6c95d1; */
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  height: .6rem;
  line-height: .6rem;
}



.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #2a6835;
}

.nav>ul>li:hover>a {
  color: #fff;
  font-weight: bold;

}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .64rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
  border-top: #21562a 0.04rem solid;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  line-height: normal;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .18rem;
  line-height: .5rem;
  transition: 0.3s;
  color: #222;
}

.nav>ul>li>div>ul>li:hover {
  background: #2a6835;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}



/*è„™èŒ è„—æ¥¼è„™éˆ¥æ¯­å®å¥½å…Ÿâ’šâ‘©ï¿½æ¯¬îƒžå®â’šå…¤æ—å®â”Ÿå†£ï¿½çŠ†â‘©å“éˆ©â’šå†£ï¿½æ¯­å®ï¿½*/

.foot {
  height: auto;
  /* overflow: hidden; */
  padding: 0;
  background: #2A6835;
  background-size: auto;
  padding-top: 0;
}

.foot .footcen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 .1rem 0;
}




.foot .foot_logo {
  width: 20%;
  text-align: center;
}

.foot .foot_logo img {
  height: 1.16rem;
}

.foot .foot_add {
  width: 40%;
}

.foot .foot_add p {
  font-size: 0.15rem;
  line-height: .27rem;
  color: #fff;
}




.foot .foot_code {
  width: 20%;
  text-align: center;
}

.foot .foot_code ul {
  display: flex;
  justify-content: flex-end;
}

.foot .foot_code li {
  margin: 0 .1rem
}

.foot .foot_code img {
  display: block;
  margin: 0 auto;
  max-width: 1rem;
  max-height: 1rem;
  width: 1rem;
}

.foot .foot_code span {
  font-size: .14rem;
  line-height: .4rem;
  color: #fff;
}



.end_link {
  position: relative;
  z-index: 1;
  top: -.3rem;
}

.end_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/stdcopy_bg.png) no-repeat center center;
  background-size: 100% 100% !important;
  left: 7%;
  right: 0;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); */
}



.end_link ul {
  display: flex;
  flex-wrap: wrap;
  height: .7rem;
  padding: 0 0 0 .6rem;
  align-items: center;
  justify-content: space-between;
}

.end_link ul li:first-child {
  display: flex;
  align-items: center;
}

.end_link ul li img {
  display: inline-block;
  margin-right: .05rem;
}

.end_link ul li {
  font-size: .16rem;
  color: #353535;
  line-height: .3rem;
}

.end_link ul li:last-child a {
  border: none !important;
  padding-right: 0;
}

.end_link ul li a {
  display: block;
  position: relative;
  z-index: 1;
  color: #353535;
  padding: 0 .2rem;
  border: .01rem dashed #DCDCDC;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.end_link ul li:hover a {
  color: #999999;
}


@media screen and (max-width: 1440px) {
  .nav>ul>li {}
}

@media screen and (max-width: 1340px) {
  .nav>ul>li {}
}



@media screen and (max-width: 1200px) {
  .nav>ul>li {}

  .logo a {
    width: 7rem;
  }
}

@media screen and (max-width: 1100px) {


  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}
}

@media screen and (max-width: 1420px) {
  .px1600 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {
  .end_link::after {
    display: none
  }

  .end_link {
    background: #fff
  }

  .end_link ul {
    height: auto;
    background: #fff;
    height: auto;
    padding: .2rem 0;
    display: flex;
    justify-content: flex-start;
  }

  .end_link ul li:first-child {
    display: block;
    width: 100%;
  }

  .bodyenbg {
    display: none
  }

  html {
    font-size: 85px;
  }



  body {
    padding-top: .6rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #21562A;
    padding: .1rem;
    z-index: 999;
    box-shadow: 0 .05rem .05rem rgb(0 0 0 / 20%);
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: .4rem;
  }

  .m-logo img {
    max-height: .4rem;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: .1rem .15rem 0 .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m-tlink a {
    font-size: .14rem;
    margin-right: .15rem;
    margin: .05rem 0;
    color: #fff;
    display: inline-block;
    font-size: .14rem;
    line-height: .24rem;
    /* background: #fff; */
    color: #fff;
    line-height: .3rem;
    padding: 0 .15rem;
    border-radius: .05rem;
    margin: 0 .04rem;
  }

  .m-search {
    margin: 0 .15rem;
    padding-right: .5rem;
    padding-left: .1rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    position: relative;
    line-height: .35rem;
    /* background: #fff; */
    margin-top: .15rem;
    border: .01rem solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .15rem;
  }

  .m-nav {
    position: fixed;
    top: .6rem;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #21562A;
    overflow-y: scroll;
    border-top: .01rem solid #fff;
  }

  .m-nav ul {
    padding: 0 .15rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: .01rem 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: .14rem;
    line-height: .2rem;
    padding: .15rem 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: .1rem 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: .15rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: .1rem;
    top: .18rem;
    width: .25rem;
    height: .25rem;
    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: .25rem;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .foot {
    padding-top: 0;
  }

  .foot .px1600 {
    display: block !important;
    height: auto;
    width: 100%;
    padding: .2rem 0 0 0;
  }

  .foot .foot_logo {
    margin: .1rem auto .2rem auto;
    text-align: center;
  }

  .foot .foot_logo img {
    width: 90%;
    height: auto;
  }

  .foot .foot_add {
    width: 100%;
    text-align: center;
  }

  .foot .foot_add p {
    background: none !important;
    line-height: .3rem;
  }

  .foot-r p {
    text-align: center
  }

  .foot_code {
    width: 100% !important;
    text-align: center !important;
    margin-top: .2rem;
    display: flex;
    justify-content: center;
  }

  .foot .copyright {
    height: auto;
    overflow: hidden;
    width: 100%;
  }

}

@media screen and (max-width: 900px) {
  .end_line li {
    width: 50%
  }

  .foot-l img {
    width: 80%;
    margin: 0 auto;
    display: block
  }
}