* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .14rem;
}



.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, 微软雅黑;
}

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;
}

.px1400 {
  max-width: 14rem;

  margin: 0 auto;
}

.tops {
  padding: .1rem .4rem;
  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.2rem;
}

.top_link a {
  padding: 0.15rem;
  font-size: 0.14rem;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #fff;
  position: relative;
}

.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;
}

.head_box {

  z-index: 999;

  width: 100%;

  background: #016249;
}

.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: 2.6rem;
  height: 0.4rem;
  border-radius: 1.04rem;
}

.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: #16397b;
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .14rem;
  width: 80%;
  height: .4rem;
  padding-left: .15rem;
  color: #fff;
  line-height: .4rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .14rem;
  color: #fff;
}

.search .btn {
  float: right;
  width: 20%;
  height: .42rem;
  line-height: .5rem;
  padding: 0;
  position: absolute;
  color: #fff;
  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: .52rem;
  line-height: .52rem;
  margin-top: .1rem;
  /* box-shadow: 0 .03rem .03rem #71717142; */
  position: relative;
  z-index: 9;
}

.nav>ul {
  font-size: 0;
  /* height: 100%; */
  /* margin-left: 20%; */
  display: flex;
  justify-content: flex-end;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  width: 10%;
  line-height: .52rem;
  height: .52rem;
  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.18rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  display: block;
  height: .52rem;
  line-height: .52rem;
}



.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: #fff;
  font-weight: bold;

}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .52rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
  border-top: #e1ad6a 0.02rem solid;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: #34816d;
  line-height: normal;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .15rem;
  line-height: .4rem;
  transition: 0.3s;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover {
  background: #016249;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}

/*  */
/*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: .14rem;
  color: #fff;
  line-height: .5rem;
  padding: 0 .15rem;
}

.link_yq .list a:hover {
  color: #d0b34f
}

/*底部*/


.foot {
  background: #016249;
  height: auto;
  overflow: hidden;
  padding: .3rem 0 0 0;
}

.foot .px1400 {
  display: flex;
  justify-content: space-between;
}







.copyright {
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: .16rem;
  border-top: #2c7a66 1px solid;
  padding: 0.1rem 0;
}

.copyright p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  opacity: 0.6;
  font-size: 0.16rem;
  line-height: 0.36rem;
}

.copyright p a {
  color: #fff;
}


.copyright a:hover {
  color: #d9d9d9;
}



.end_link {
  border-bottom: 1px solid #2D7052;
  padding-bottom: .2rem;
}

.end_link ul {
  display: flex;
  flex-wrap: wrap;
}

.end_link ul li:first-child {
  margin: 2px 0;
  font-size: 0.18rem;
  font-weight: bold;
  background: url(../images/ico_yqlink.png) left center no-repeat;
  padding-left: 0.3rem;
}

.end_link ul li {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 2px 20px;
}

.end_link ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .18rem;
}

.end_link ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.end_link ul li:hover a::after {
  transform: none;
}


@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) {
  .px1400 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {
  .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: .2rem;
    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: #016249;
    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 #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: #016249;
    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 .px1400 {
    display: block;
  }

  .foot-r p {
    text-align: center
  }

}