* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .16rem;
  background-color: #f9f9f9;
}
.lnk a {
    float: right;
    color: #1b6289;
}
body::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  min-height: 1200px;
  transform: translateX(-50%);
  background: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" viewBox="-400 0 2400 1200" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-350 80 Q400 0 800 180 T2100 80" stroke="%23187e74" stroke-width="1.2" fill="none"/><path d="M-400 200 Q600 100 900 350 T2300 200" stroke="%231A7373" stroke-width="1" fill="none"/><path d="M-350 320 Q800 500 1200 320 T2200 320" stroke="%23E67E22" stroke-width="0.8" fill="none"/><path d="M-300 450 Q200 900 1100 600 T2100 450" stroke="%23187e74" stroke-width="0.8" fill="none"/><path d="M-250 600 Q1000 1100 1400 700 T2000 600" stroke="%231A7373" stroke-width="0.7" fill="none"/><path d="M-200 750 Q1200 200 1600 900 T1900 750" stroke="%23E67E22" stroke-width="0.7" fill="none"/><path d="M-350 900 Q400 1200 1200 1000 T2200 1100" stroke="%23187e74" stroke-width="0.6" fill="none"/><path d="M-400 1100 Q600 800 1800 1150 T2300 1200" stroke="%231A7373" stroke-width="0.6" fill="none"/><!-- è‰è¯å¶ç‰‡1 --><g opacity="0.22"><ellipse cx="200" cy="300" rx="32" ry="12" fill="%23b6e5d8"/><ellipse cx="240" cy="320" rx="18" ry="7" fill="%23a3d9c9"/><ellipse cx="1800" cy="900" rx="28" ry="10" fill="%23b6e5d8"/><ellipse cx="1850" cy="920" rx="14" ry="5" fill="%23a3d9c9"/></g><!-- è‰è¯æžæ¡2 --><g opacity="0.18"><path d="M600 700 Q620 670 650 700 Q670 720 700 690" stroke="%23a3d9c9" stroke-width="2" fill="none"/><ellipse cx="620" cy="670" rx="7" ry="3" fill="%23d2f5ea"/><ellipse cx="700" cy="690" rx="6" ry="2.5" fill="%23b6e5d8"/></g><!-- è‰è¯å¶ç‰‡3 --><g opacity="0.19"><ellipse cx="1200" cy="500" rx="20" ry="8" fill="%23a3d9c9"/><ellipse cx="1220" cy="520" rx="10" ry="4" fill="%23b6e5d8"/></g><!-- è‰è¯æ°´å°-äººå‚ --><g opacity="0.15"><ellipse cx="400" cy="900" rx="60" ry="22" fill="%23d2f5ea"/><path d="M400 900 Q410 850 420 800 Q430 750 420 700 Q410 650 400 600" stroke="%23a3d9c9" stroke-width="4" fill="none"/><ellipse cx="420" cy="700" rx="10" ry="4" fill="%23b6e5d8"/><ellipse cx="410" cy="650" rx="7" ry="3" fill="%23b6e5d8"/><ellipse cx="420" cy="800" rx="8" ry="3" fill="%23b6e5d8"/></g><!-- è‰è¯æ°´å°-çµèŠ --><g opacity="0.13"><ellipse cx="1800" cy="300" rx="50" ry="18" fill="%23d2f5ea"/><path d="M1800 300 Q1810 270 1830 260 Q1850 250 1860 270 Q1870 290 1850 310 Q1830 330 1800 300" stroke="%23a3d9c9" stroke-width="3" fill="none"/></g><!-- è‰è¯æ°´å°-å¶ç‰‡ --><g opacity="0.16"><path d="M900 200 Q950 100 1000 200 Q1050 300 1000 400 Q950 500 900 400 Q850 300 900 200 Z" fill="%23b6e5d8"/></g></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}


.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;
  font-family: MicrosoftYaHei, ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ;
}

.duration-300 {
  transition-duration: 300ms;
}

.mr-2 {
  margin-right: 0.1rem;
}



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);
  cursor: pointer;
}

.px1500 {
  max-width: 15rem;
  margin: 0 auto;
}

.tops {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.tops_r {
  display: flex;
  align-items: center;
  align-content: center;
}

.tops_r img {
  height: .4rem
}


.head {
  background: #e6f7f4;
  padding: 0.2rem 0 0.1rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.head_box {
  z-index: 999;
  width: 100%;
  background: #e6f7f4;
  padding: 0 0;
  background-size: 100% 100%;
}

.fl {
  float: left;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  height: 1rem;
  transition: all 0.3s;
}

.fr {
  float: right;
}

.xg1 {
  padding: 0.1rem 0 0rem 0;
  border-bottom: #187e74 3px solid;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.xg1 .logo a img {
  height: 0.5rem;
}

.xg1 .tops_r img {
  height: .3rem;
}

.search {
  position: relative;
  overflow: hidden;
  border-radius: 0.31rem;
  box-sizing: border-box;
  border: 0.01rem solid #e7e7e7;
  width: 2.2rem;
  height: 0.34rem;
  background: #fff;
  margin-left: 0.4rem;
}

.search:hover {
  border: 0.01rem solid #187e74;
}

.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: #187e74;
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .14rem;
  width: 80%;
  height: .34rem;
  padding-left: .15rem;
  color: #666;
  line-height: .34rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .14rem;
  color: #666;
  opacity: 0.5
}

.search .btn {
  float: right;
  width: 20%;
  height: .34rem;
  line-height: .34rem;
  padding: 0;
  position: absolute;
  color: #fff;
  font-size: .16rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  float: left;
  background-size: 40%;
}

.search .btn:hover {
  background: url(../images/searchhover.png) center no-repeat;
}

.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: .64rem;
  line-height: .64rem;
  /* margin-top: .35rem; */
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav>ul {
  font-size: 0;
  /* height: 100%; */
  /* margin-left: 20%; */
  display: flex;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  line-height: .5rem;
  height: .5rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:last-child:before {
  display: none
}



.nav>ul>li:hover {
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: .2rem;
  color: #333;
  text-align: center;
  /* font-weight: bold; */
  position: relative;
  display: block;
  height: .5rem;
  line-height: .5rem;
}

.nav>ul>li>a>i {
  padding: 0 0.07rem;
  font-size: 0.16rem;
}

.nav>ul>li:hover i {
  transform: rotate(180deg);
}


.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #a10509;
}

.nav>ul>li:hover>a {
  color: #187e74;
}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .45rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: #fff;
  line-height: normal;
  border-radius: 0 0 6px 6px;
  transform: translateY(10px);
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e7eb;
  pointer-events: auto;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .16rem;
  line-height: .44rem;
  transition: 0.3s;
  color: #333;
}

.nav>ul>li>div>ul>li:hover {
  background: #e9f5f0;
  color: #2A9D6F;
}

.nav>ul>li>div>ul>li:hover a {
  color: #2A9D6F;
}

.nav .nav-active a {
  color: #187e74;
  font-weight: bold
}

/*  */
/*link_yq*/
.link_yq {
  height: auto;
  line-height: .5rem;
  width: 100%;
  border-bottom: #30895a .01rem solid;
  padding-bottom: .2rem;
  margin-bottom: .3rem;
  overflow: hidden;
}

.link_yq h2 {
  font-size: .18rem;
  color: #fff;
  height: .5rem;
  line-height: .5rem;
  font-weight: bold;
  display: inline-block;
  background: url("../images/ico_yqlj.png") left center no-repeat;
  padding: 0 .3rem 0 .3rem;
  float: left;
}

.link_yq .list {
  float: left;
}

.link_yq .list a {
  font-size: .16rem;
  color: #fff;
  line-height: .5rem;
  padding: 0 .15rem;
}

.link_yq .list a:hover {
  color: #d0b34f
}

/*ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨*/


.foot {
  background: #187e74;
  height: auto;
  overflow: hidden;
  padding: 0;
  background-size: 100% 100%;
  padding-top: .3rem;
}

.end_line {
  border-bottom: 0.01rem solid #4473C5;
  height: auto;
  overflow: hidden;
  padding: 0.25rem 0;
  margin-bottom: 0.25rem;
}

.end_line h2 {
  font-size: .18rem;
}

.end_line li {
  padding: 0 0.2rem 0 0;
  line-height: .32rem;
  font-size: .16rem;
}

.end_line li:hover {
  opacity: 0.8
}

.end_line li a {}

.foot .px1500 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.foot>div {
  color: #fff;
}

.foot a {
  color: #fff;
}

.foot .copyright {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: .14rem;
  padding: 0.2rem 0;
  border-top: #38a197 1px solid;
  margin-top: .3rem;
}

.foot .copyright p {
  text-align: center;
}

.foot-l {
  /* width: 40%; */
  flex-wrap: wrap;
  min-width: 0;
}

.foot-l h3 {
  display: block;
  text-align: center;
  font-size: .18rem;
  line-height: .5rem;
}

.foot-lxwm {}

.foot-lxwm p {
  font-size: .14rem;
  line-height: .30rem;
  text-align: left;
  display: block;
  opacity: 0.9
}

.foot-lxwm p:hover {
  opacity: 1
}


.foot-c {
  text-align: center;
  position: relative;
}

.foot-wx {
  text-align: center;
}

.foot-wx img {
  display: block;
  margin: 0 auto;
  width: 1.24rem;
  height: 1.24rem;
  border: #fff 0.05rem solid;
}

.foot-wx span {
  font-size: .14rem;
  line-height: .3rem;
  opacity: 0.8;
}

.foot-wx:hover span {
  opacity: 1
}

.foot-c h3 {
  display: block;
  text-align: center;
  font-size: .18rem;
  line-height: .5rem;
}

.foot-c p {
  font-size: .15rem;
  line-height: .3rem;
}


.foot-r {
  padding-left: 0;
  text-align: left;
  justify-content: space-between;
}

.foot-r h3 {
  display: block;
  text-align: center;
  font-size: .18rem;
  line-height: .5rem;
}

.foot-r>div {}

.foot-r .foot-link {}

.foot-r .foot-link ul {}

.foot-r .foot-link li {
  opacity: 0.8;
}

.foot-r .foot-link li a {
  font-size: .14rem;
  line-height: .3rem;

}

.foot-r .foot-link li:hover {
  opacity: 1
}

.foot-r ul li {
  float: left;
  width: 100%;
  text-align: center;
}

.foot-r ul li:nth-child(2) {}

.foot-r img {
  width: 1.25rem;
  height: 1.25rem;
}

.foot-r p {
  font-size: .14rem;
  margin-top: 0;
  text-align: left;
  line-height: .32rem;
  display: block;
  width: 100%;
}


.copright {
  color: #fff;
  text-align: center;
  height: .6rem;
  line-height: .6rem;
  overflow: hidden;
  font-size: .16rem;
  background: #192c7887;
}

.copright p {
  margin: 0;
  padding: 0
}

.copright a {
  color: #fff;
}

.copright a:hover {
  color: #d9d9d9;
}


@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) {
  .px1500 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {
  .end_line li {
    width: 33.33%;
    float: left;
  }

  .bodyenbg {
    display: none
  }

  html {
    font-size: 85px;
  }

  .foot-l {
    width: 100%;
    display: block;
  }

  .foot-l p {
    font-size: .14rem;
    line-height: .24rem;
    display: block;
    width: 100%;
    text-align: center;
  }

  .foot-l h2 {
    font-size: .2rem;
  }

  .foot-r {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .link_yq .list a {
    font-size: .14rem;
    line-height: .24rem;
    padding: 0 .15rem;
    margin: 0 auto;
    display: block;
    float: left;
  }

  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: #e6f7f4;
    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;
  }

  .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: #333;
    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 #187e74;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #000000;
  }

  .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: #e6f7f4;
    overflow-y: scroll;
    border-top: .01rem solid #187e74;
  }

  .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: .19rem;
    line-height: .2rem;
    padding: .15rem 0;
    position: relative;
    color: #000000;
  }

  .m-nav>ul>li ul li a {
    padding: .1rem 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: .5rem;
    height: .5rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: 0rem;
    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 .px1500 {
    display: block;
    height: auto;
    width: 100%;
  }

  .foot-r p {
    text-align: center
  }

  .foot .copyright {
    height: auto;
    overflow: hidden;
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .end_line li {
    width: 50%
  }

  .foot-l img {
    width: 80%;
    margin: 0 auto;
    display: block
  }
}